var visitlocation=window.location;
var visitref=document.referrer;



var str1 = String(visitlocation)   ;
var str2 = "index";
var str3 = "account";
var str4 = "Account";
var locationstr =  str1.indexOf(str2); 
var locationstr1 =  str1.indexOf(str3);
var locationstr2 =  str1.indexOf(str4);
if (locationstr != "-1" || locationstr1 != "-1" || locationstr2 != "-1" || escape(visitlocation)=="http%3A//www.etopbrands.com/" ||  escape(visitlocation)=="http%3A//etopbrands.com/" ||  escape(visitlocation)=="etopbrands.com"  ||  escape(visitlocation)=="www.etopbrands.com") {

    document.write("<script src=ip/ip_filter.asp?where="+escape(visitref)+"&which="+escape(visitlocation)+"></script>");

}else{



document.write("<script src=ip/ip_filter1.asp?where="+escape(visitref)+"&which="+escape(visitlocation)+"></script>");
};


