var sJSVersion="";var iJSEnabled=null;if(navigator.javaEnabled()){iJSEnabled=1}else{iJSEnabled=0}var iJSScreenWidth=null,iJSScreenHeight=null;var iJSColorDepth=null;if(window.screen){iJSScreenWidth=window.screen.width;iJSScreenHeight=window.screen.height;iJSColorDepth=window.screen.colorDepth}else{if((navigator.appName=="Netscape")&&(navigator.javaEnabled())){var oToolKit=java.awt.Toolkit.getDefaultToolkit();var oScreenSize=oToolKit.getScreenSize();iJSScreenWidth=oScreenSize.width;iJSScreenHeight=oScreenSize.height;oScreenSize=null;oToolKit=null}}function DoStatistics(c,a){if((c.length==0)||(a.length==0)){return}if(isNaN(c)||isNaN(a)){return}c=c/1;a=a/1;if((c==0)||(a==0)){return}var b=document.getElementById("counter");if(b){var d="storeuserinfo.aspx?SiteID="+c+"&VisitID="+a;d+="&jsversion="+sJSVersion;d+="&jsenabled="+iJSEnabled;d+="&scr_w="+iJSScreenWidth;d+="&scr_h="+iJSScreenHeight;d+="&scr_c="+iJSColorDepth;if(b.src!=d){b.src=d}}};