function tonton_stat(){ var pgRefer= document.referrer; if (typeof pgRefer=="undefined" || parent!=this) pgRefer=parent.window.location.href var scrColor = (navigator.appName != "Netscape")? screen.colorDepth : screen.pixelDepth; var scrWidth = screen.width * 1024 + screen.height; var tmrNow = new Date(); var tmrZone = -tmrNow.getTimezoneOffset()/60; var tmrSpeed = 0; if (typeof tmrStamp != "undefined" && tmrStamp instanceof Date) tmrSpeed =tmrNow.getTime()-tmrStamp; var s = "?siteid=1&ref=" + escape(pgRefer) + "&color=" + scrColor + "&width=" + scrWidth + "&tzone=" + tmrZone + "&speed=" + tmrSpeed; var thePathUrl = unescape("http%3A//www.xiongyegame.com/stat/"); document.write('<' + 'script language="javascript" src="' + thePathUrl + 'stat.asp' + s + '"><' + '/script>'); } tonton_stat();