function generate() { return Math.floor(Math.random() * 100000001) + 1; } counter = new Array(13); counter[0] = "id_counter=1249"; counter[1] = "unik=" + generate(); counter[2] = "userlang=" + (navigator.appName == "Netscape" ? navigator.language : navigator.userLanguage); counter[3] = "title=" + escape(document.title); counter[4] = "url=" + escape(window.document.URL); counter[5] = "ref=" + escape(window.document.referrer); counter[6] = "width=" + screen.width; counter[7] = "height=" + screen.height; counter[8] = "aw=" + screen.availWidth; counter[9] = "ah=" + screen.availHeight; counter[10] = "color=" + screen.colorDepth; counter[11] = "pixels=" + screen.pixelDepth; counter[12] = "cookie=" + (navigator.cookieEnabled ? "yes" : "no"); var count = ''; for (i=0; i 0) { count += "&"; } count += counter[i]; } document.write("DTL-stat v0.1");