function count(id)
{
	var l="http://www.starcounter.net/counter.php?id="+id;

//	if(top.document.referrer && top.document.referrer != "")
	//	l+="&referrer="+encodeURIComponent(top.document.referrer);
	if(document.referrer && document.referrer != "")
		l+="&referrer="+encodeURIComponent(document.referrer);
		
	if(screen.width)
		l+="&width="+screen.width;
	if(screen.height)
		l+="&height="+screen.height;
	
	document.write('<a target="_blank" href="http://www.starcounter.net/"><img src="'+encodeURI(l)+'" border="0" alt="Counter Service"></a>');
}