/*
if (location.protocol=="https:")
{
document.write('<img src="https://pixel.barewalls.com/pixel.gif?'+document.referrer+'" width=1 height=3>');
} else {
*/
	var script_name = "/secure/order/";
	var script_name2 = "/customer/";
	var str = new String(location.href);
	
	str = str.toLowerCase();
	if(str.indexOf(script_name)>=0 || str.indexOf(script_name2)>=0){
		document.write('<img src="https://www.barewalls.com/bw2004/pixel.gif?'+document.referrer+'" width=1 height=3>');
	}
	else{
		document.write('<img src="http://pixel.barewalls.com/pixel.gif?'+document.referrer+'" width=1 height=3>');
	}
	//document.write('<img src="http://pixel.barewalls.com/pixel.gif?'+document.referrer+'" width=1 height=3>');
//}

