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 sls(s,url) {
switch(s) {
case 0:
//BBB
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:
//McAfee
var str = '<!-- START SCANALERT CODE --><a target="_blank" href="https://www.mcafeesecure.com/RatingVerify?ref=www.pexuniverse.com" rel="nofollow"><img width="94" height="54" border="0" src="//images.scanalert.com/meter/www.pexuniverse.com/13.gif" alt="McAfee SECURE sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" oncontextmenu="alert(\'Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.\'); return false;"></a><!-- END SCANALERT CODE -->';
document.write(str);
break;
case 2:
//NexTag
var str = '<a href="https://www.nextag.com/PexUniverse.com~4667557zzzreviewsz1zzzzmainz17-htm" rel="nofollow"><img src="https://www.nextag.com/seller/NextagLogo.jsp?seller=4667557" alt="Nextag Seller" border="0"/></a>';
document.write(str);
break;
}
}

