var strCompleteURL = window.location.href.toLowerCase(); var strPathName = window.location.pathname.toLowerCase(); var strQueryString = strCompleteURL.substr(strCompleteURL.indexOf("?")+1); /* alert(strPathName); */ if ( (strPathName == "/root/catalog.asp") || (strPathName == "/root/package.asp") ) { document.write(""); } if (strPathName =="/virusinfo/default.asp") { document.write(""); } if (strPathName == "/root/support.asp") { document.write(""); } if (strPathName == "/root/login.asp") { document.write(""); } if (strPathName == "/root/basket.asp") { document.write(""); } if (strPathName == "/root/myaccount.asp") { document.write(""); } if (strPathName == "/root/myaccountinfo.asp") { document.write(""); } if (strPathName == "/root/changeprofileinfo.asp") { document.write(""); } if (strPathName == "/root/accounthistorydetails.asp") { document.write(""); } if (strCompleteURL.substring(0,15) == "http://download") { document.write(""); } if (strCompleteURL.substring(0,15) == "http://dispatch") { document.write(""); }