var sw 	=	screen.width;
var sh 	=	screen.height;
if (navigator.userAgent.indexOf("MSIE") > 0)
{
	var bw	=	document.body.clientWidth;
	var bh	=	document.body.clientHeight;
} else {
	var bw	=	window.outerWidth;
	var bh	=	window.outerHeight;
}
var sc	=	navigator.appName!='Netscape'?screen.colorDepth:screen.pixelDepth;
var ck	=	navigator.cookieEnabled;
var uri	=	escape(window.location.href);
var ref	=	escape(document.referrer);
if(typeof(top.document)=="object")
	ref	=	escape(top.document.referrer);
var ra  =	1162398918;
document.write('<a href="http://www2.4stats.de/de/guest?pid=7803" target="_blank"><img src="http://4stats.de/de/stats?id=7803&js=1'
								+ '&sw=' + sw 
								+ '&sh=' + sh 
								+ '&bw=' + bw 
								+ '&bh=' + bh 
								+ '&sc=' + sc 
								+ '&ck=' + ck 
								+ '&ref=' + ref
								+ '&uri=' + uri
								+ '&r=' + ra 
								+'" border=0></a>');
