<!--
	
	var str = String(document.location);
	if (str.indexOf("http://localhost") == 0) {
		document.write(document.location);
	} else {
	
		var sw=screen.width
		var r
		var c
		var cd
		if (navigator.appName != "Netscape") {
			cd=screen.colorDepth
		} else {
			cd=screen.pixelDepth
		}
		r=top.document.referrer;
		c=document.location;
		document.write ('<IMG SRC="http://stats.gate9.se/registerstat/index.php?acct=1252&sw='+sw+'&cd='+cd+'&r='+r+'&c='+c+'" WIDTH="1" HEIGHT="1" NOCACHE>')
	}
	
//-->