if (BestScriptRunned != true){ var BestScriptRunned = true; var BestInfo = new Array(); BestInfo[0] = top.location; BestInfo[1] = navigator.appName; BestInfo[2] = navigator.appCodeName; BestInfo[3] = navigator.appVersion.substring(0,4); BestInfo[4] = navigator.platform; if (navigator.javaEnabled()) BestInfo[5] = 1;//Java else BestInfo[5] = 0; if (document.referrer != "") { var re = new RegExp("http[s]?://(www\.)?([^/]+)"); var m = re.exec(document.referrer); if (m[2] != "undefined") { BestInfo[6] = m[2]; } else { BestInfo[6] = ""; } } else { BestInfo[6] = ""; } BestInfo[7] = screen.width+"x"+screen.height; URL = "http://www.best.web.tr/Sources/Php/BestFrame.php?SiteID=148"; URL = URL + "&Browser=" + BestInfo[1]; URL = URL + "&Referer=" + BestInfo[6]; URL = URL + "&Resolution=" + BestInfo[7]; URL = URL + "&"+Math.random() + "&"; if (top.location != parent.location) { URL = URL + "_x=1&"; } document.write(""); } else { document.write(""); }