function WebStat( uid, wid )
{
	document.write( "<img src=\"http://www.beckerundkippig.de/exec/webstat.php?uid=" + uid + "&wid=" + wid + "&ref=" + encodeURIComponent(top.document.referrer) + "&sw=" + screen.width + "&sh=" + screen.height + "&sc=" + screen.colorDepth + "\" width=\"0\" height=\"0\" border=\"0\">" );
}
