var str_Q;
str_Q = window.location.search;
str_Q = str_Q.substr(1,str_Q.length-1)
do {
str_Q = str_Q.replace("&","@");
}while (str_Q.indexOf("&",0)>0)
x="?tracking_mode=storeace"; 
x+="&ref="+ escape(document.referrer); 
x+="&u="+ escape(window.location.href);
x+="&q="+ escape(str_Q); 
document.writeln("<img src='/tracking/site_tracking.asp" + x + "' width=1 height=1>");

