
var pos=0;var newURL=null;var strLen=0;function _nowww(searchStr,currentURL){currentURL+='';pos=currentURL.indexOf(searchStr);strLen=searchStr.length;newURL=currentURL;if(pos==-1){return false;}else{newURL="http://"+currentURL.slice(pos+strLen);if(newURL!=currentURL){window.location.replace(newURL);}else{return false;}}}
_nowww("www.",window.top.location);