function track(r,d,u,l,c) {
	
	
document.write('<img src="/statistik/image.php?'
			+ '&referer='+r
			+ '&document='+d
			+ '&document_uri='+u
			+ '&lng='+l
			+ '&cc='+c
			+ '&resolution='+screen.availWidth+'x'+screen.availHeight
			+ '" width="1" height="1" alt="Webbug" />');	
	
	
	
}