if (BestScriptRunned != true){ var BestScriptRunned = true; var BestInfo = new Array(); BestInfo[0] = top.location; //URL BestInfo[1] = navigator.appName; //Browser BestInfo[2] = navigator.appCodeName; //BrowserCodeName BestInfo[3] = navigator.appVersion.substring(0,4); //BrowserCodeVersion BestInfo[4] = navigator.platform; //Platform if (navigator.javaEnabled()) BestInfo[5] = 1;//Java else BestInfo[5] = 0; BestInfo[6] = ""; BestInfo[7] = screen.width+"x"+screen.height; //Resolution URL = "http://www.best.web.tr/Sources/Php/BestFrame.php?SiteID='.$_GET['SiteID'].'URL=" + BestInfo[0]; URL = URL + "&Browser=" + BestInfo[1]; URL = URL + "&Referer=" + BestInfo[6]; URL = URL + "&Resolution=" + BestInfo[7]; URL = URL + "&"+Math.random() + "&"; document.write(""); } else { document.write(""); }