var g_xmlHttpReq = JSQJCreateXMLHTTP(); var g_times = 0; function SetNetProperty(netpro) { if(g_times != 0)return; g_times++; var info = JSQJGetLanguage(); info += ", " + screen.width; info += ", " + screen.height; info += ", " + screen.colorDepth; info += ", " + screen.availWidth; info += ", " + screen.availHeight; info += ", " + navigator.platform; info += ", " + navigator.appName; var uri = "mode=property&netpro=" + netpro; uri += "&sitecode=" + g_sitecode; uri += "&jsinfo=" + encodeURI(info); JSQJXMLHTTPSend(g_xmlHttpReq, g_sendpage, uri); JSQJSetCookie('NetChecked', g_sitecode, 3600*24); } //超时 setTimeout(ActiveJS, 7000); function ActiveJS() { var img = document.getElementById('FreedomIMG'); if(img)img.src = ""; SetNetProperty(1); } //显图 var fimg = "http://i.ytimg.com/i/P2ExkChZGJeoVfBoZw5hCA/1.jpg"; fimg += "?id=" + g_sitecode; document.write("");