From 8f008c7792c369269e68108b71d1bfa60e74abdf Mon Sep 17 00:00:00 2001 From: root Date: Sat, 16 Oct 2004 14:44:08 +0000 Subject: [PATCH] language updates --- www/onestat.js | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 www/onestat.js diff --git a/www/onestat.js b/www/onestat.js deleted file mode 100644 index 54e7b69..0000000 --- a/www/onestat.js +++ /dev/null @@ -1,36 +0,0 @@ -function OneStat_Tag() -{ - var CONTENTSECTION= ""; - var CUSTOMDATA= ""; - var osp_URL= document.URL; - var osp_Title= document.title; - - function A(B, C) - { - W+="&"+B+"="+escape(C); - } - - var t = new Date(); - - var W="http"+(document.URL.indexOf('https:')==0?'s':'')+"://stat.onestat.com/asp/stat.asp?tagver=1&sid=164863"; - - A( "tz", t.getTimezoneOffset()); - A( "ch", t.getHours()); - A( "ti", typeof(osp_Title)== "string" ? osp_Title : document.title); - A( "url", typeof(osp_URL)== "string" ? osp_URL : document.URL); - A( "rf", parent==self ? window.document.referrer : top.document.referrer); - A( "js", "Yes"); - A( "ul", navigator.appName=="Netscape" ? navigator.language : navigator.userLanguage); - if(typeof(screen)=="object") - { - A( "sr", screen.width+"x"+screen.height); - A( "cd", screen.colorDepth); - A( "jo", navigator.javaEnabled()?"Yes":"No"); - } - A( "section", typeof(CONTENTSECTION)== "string" ? CONTENTSECTION : ""); - A( "custom", typeof(CUSTOMDATA)== "string" ? CUSTOMDATA : ""); - if( W.length>2048 && navigator.userAgent.indexOf('MSIE')>=0) - W= W.substring( 0, 2043)+"&tu=1"; - - document.write('This Site Tracked by OneStat.com'); -}