function u_cart() {
   var strURL = '/ajax_ucart';
	var xmlHttpReq = false;
   var self = this;
   // Mozilla/Safari
   if (window.XMLHttpRequest) {
       self.xmlHttpReq = new XMLHttpRequest();
   }
   // IE
   else if (window.ActiveXObject) {
       self.xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP");
   }
   self.xmlHttpReq.open('POST', strURL, true);
   self.xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
   self.xmlHttpReq.onreadystatechange = function() {
       if (self.xmlHttpReq.readyState == 4) {
           eval(self.xmlHttpReq.responseText);
       }
   }
	self.xmlHttpReq.send();
}

function bbb(s,url) {
switch(s) {
case 0:
var str = '<a target="_blank" href="https://www.bbb.org/online/consumer/cks.aspx?id=109083113403" rel="nofollow"><img title="Click to verify BBB accreditation and to see a BBB report." border=0 src="'+url+'/images/currency/bbb2.gif" class="logo_pp_verified" width="135" height="51" alt="Click to verify BBB accreditation and to see a BBB report." /></a>';
document.write(str);
break;
case 1:
var str = '<a target="_blank" href="https://www.bbb.org/online/consumer/cks.aspx?id=109083113403" rel="nofollow"><img title="Click to verify BBB accreditation and to see a BBB report." border=0 src="'+url+'/images/currency/bbb2.gif" class="logo_pp_verified" width="135" height="51" alt="Click to verify BBB accreditation and to see a BBB report." /></a>';
document.write(str);
break;
}
}

