function detect(w,h){xmlHttp=GetXmlHttpObject();var url="i/d.php";url=url+"?w="+w+"&h="+h;xmlHttp.open("GET",url,true);xmlHttp.send(null);} detect(screen.width, screen.height); sleep(0); //for safari on pc location.reload(); //or window.location.reload();