// JavaScript Document
             
function log()
{
f='' + unescape(document.referrer);
   w=screen.width;   
   h=screen.height;
   v=navigator.appName;   
   if (v != 'Netscape') {var c=screen.colorDepth;}
   else {var c=screen.pixelDepth;}      
   jsinfo = "http://www.zi-fuerst.at/stat14/pixel.php?site=" + document.location.href + "&jsres=" + w + "x" + h +"&jscolor="     + c + "&jsref=" + f;
   str    = "<img src = \""+jsinfo+"\" alt=\"counter\" height=\"1\" width=\"1\">";   
   document.write(str+"\n");
}
//log();   
        
function log2()
{
document.write('<img src="http://www.zi-fuerst.at/stat11/pixel.php?site='+document.location.href+'" alt="" height="1" width="1">');        
}
//log2();

function log3()
{
document.write('<img src="/axs/ax.pl?mode=img&ref=');
document.write( escape( document.referrer ) );
document.write('" height="1" width="1" style="display:none" alt="" />');
}
log3();
 
