function counter(id)

{

var x = screen.width;

var y = screen.height;

var t = screen.colordepth;

//var r = document.location.referrer;

r=escape(document.referrer)+"";
    if((r=="undefined")||(r==""))
    {
      r="Bookmark";
    }

var url='<img src="http://www.webcounter.at/c1.php3?id='+id+'&screenx='+x+'&screeny='+y+'&ref='+r+'&cols='+t+'" border="0" width=100 height=35 ALT="Free Stats">'

document.write('<a href="http://www.webcounter.at" target="_blank">'+url+'</a>');

}
