//generates the code necessary for hitslink.com only when running at live webserver


var url = document.URL;
if (url.search(/acswis/) == -1 && url.search(/dns2go/) == -1 ) {


    <!-- www.toolshack.com web tools statistics hit counter code -->

    var data,nhp,ntz,rf,sr;
    document.cookie='__support_check=1';
    nhp='http';
    rf=document.Referrer;
    sr=document.location.search;
    if(top.document.location==document.Referrer || (document.Referrer == '' && top.document.location != '')) {
        rf=top.document.Referrer;sr=top.document.location.search;
    }

    ntz=new Date();
    if((location.href.substr(0,6)=='https:') || (location.href.substr(0,6)=='HTTPS:')) {
        nhp='https';
    }

    data='&an='+escape(navigator.appName)+ '&ck='+document.cookie.length+
         '&rf='+escape(rf)+ '&sl='+escape(navigator.systemLanguage)+
         '&av='+escape(navigator.appVersion)+ '&l='+escape(navigator.language)+
         '&pf='+escape(navigator.platform)+ '&pg='+escape(location.pathname);

    if(navigator.appVersion.substring(0,1)>'3') {
        data=data+'&cd='+screen.colorDepth+'&rs='+escape(screen.width+ ' x '+screen.height)+
             '&tz='+ntz.getTimezoneOffset()+'&je='+ navigator.javaEnabled()
    }

    document.write('<img border=0 hspace=0 '+
                   'vspace=0 width=1 height=1 src="'+nhp+'://counter.hitslink.com/'+
                   'statistics.asp?v=1&s=14&acct=macroprez'+data+'">');

    /*  commented out 01/09/07 jmb
    </script>

    <script language="javascript1.2">
    document.write('<');
    document.write('!--  ');
    </script>

    <noscript>
        <img border=0 hspace=0 vspace=0 width=1 height=1
        src="http://counter.hitslink.com/stats-ns.asp?acct=macroprez&v=1&s=14">
    </noscript>
    <!--//-->
    <!-- End www.toolshack.com statistics web tools hit counter code -->
    */
}