function getFlash2(){ var f="N"; var n=window.navigator; if (n.plugins && n.plugins.length) { for (var ii=0;ii=2;ii--) { try { var fl=eval("new ActiveXObject('ShockwaveFlash.ShockwaveFlash."+ii+"');"); if (fl) { f=ii + '.0'; break; } } catch(e) {} } } return f; } function getUrlJs2(){ var myDate = new Date(); var urlToGet="http://analytics.active121.com/analytics/saveAnalyticsCall.php?"+"i=6&iChk=066cb8baa472b1d3da1a9966fe4cd90d&userSession=eae5fb6bfcd2da7d1df1537cc6c8d829&tree=Vf%7Ed%7C3sq%7Dphep&treeChk=f78fe80b57276c9f03bcf1b9be7da3b2&language=C%40&languageChk=1b2ba5dcb016dbc4e9a549058560f5c4&title=Vf%7Ed%7C3sq%7Dphep&titleChk=f78fe80b57276c9f03bcf1b9be7da3b2&content=%3C&contentChk=f80fd87d6e0ecd0869d6a9fe0a0eda67&uri=&uriChk=35ec504e210c29020e93ee666ecd7ab8&chk=daed59ebe856a2843f52fc35ced64d10"; //var urlToGet="http://192.168.1.87/analytics/saveAnalyticsCall.php?"+"i=6&iChk=066cb8baa472b1d3da1a9966fe4cd90d&userSession=eae5fb6bfcd2da7d1df1537cc6c8d829&tree=Vf%7Ed%7C3sq%7Dphep&treeChk=f78fe80b57276c9f03bcf1b9be7da3b2&language=C%40&languageChk=1b2ba5dcb016dbc4e9a549058560f5c4&title=Vf%7Ed%7C3sq%7Dphep&titleChk=f78fe80b57276c9f03bcf1b9be7da3b2&content=%3C&contentChk=f80fd87d6e0ecd0869d6a9fe0a0eda67&uri=&uriChk=35ec504e210c29020e93ee666ecd7ab8&chk=daed59ebe856a2843f52fc35ced64d10"; var browserObj = window.navigator; var screenObj = window.screen; var screenWidth = screenObj.width; urlToGet+="&screenWidth="+screenWidth; var screenHeight = screenObj.height; urlToGet+="&screenHeight="+screenHeight; if (browserObj.appName != "Netscape") var col=screen.colorDepth; else var col=screen.pixelDepth; urlToGet+="&screenColorDepth="+col; urlToGet+="&flashVersion="+escape(getFlash2()); urlToGet+="&refreshTime="+myDate.getTime()+"&"; return urlToGet; } var str = getUrlJs2(); //console.log(str); var dummyImg = new Image(); dummyImg.src=str; //alert(dummyImg.src); //document.location.replace(str);