var WS_site = 13618;
var WS_scod = "IOXGk9NBJSaDqHt";


var WS_ver = "2.0";
var WS_ref = escape(document.referrer);
var WS_qstr = "&s=" + WS_site + "&ref=" + WS_ref + "&ver=" + WS_ver + "&charset=" + document.charset + "&scod=" + WS_scod;
var WS_orderid;
var WS_total;

function arielSetTotal(x){
	WS_total = x;
}
function arielSetOrderId(x){
	WS_orderid = "" + x;
}
function ecommstats_setAction(x){
    WS_qstr += "&action=" + x;
}
function statImage(){
	if(WS_total){ // ecomm set
		WS_qstr += "&total=" + WS_total + "&orderid=" + WS_orderid;
	}
	if(document.location.href.substring(0,5) == "https"){
		document.write("<a href=\"http://www.ecommstats.com/\"><img src=\"https://ariel1.spaceprogram.com/webstats/statimg.jsp?r=" + Math.random() + WS_qstr + "\" border=\"0\" alt=\"Ecommstats\"/></a>");
	}
	else document.write("<a href=\"http://www.ecommstats.com/\"><img src=\"http://ariel1.spaceprogram.com/webstats/statimg.jsp?r=" + Math.random() + WS_qstr + "\" border=\"0\" alt=\"Ecommstats\"/></a>");
}
