// (c) Copyright 2005 -SC- myserver.loc | All Rights Reserved | ready 4 y2k :-)
// lastmod 22:41 26.11.05
var color = Math.pow(1,screen.pixelDepth);
var cookie = (navigator.cookieEnabled == true) ? "on" : "off";
var java = (navigator.javaEnabled() == true) ? "on" : "off";
document.write('<script src="http://www.traci.de/cgi-bin/uos/uos.cgi?id=stch&action=index&cookie=' + cookie + '&java=' + java + '&e=js&location=' + escape(document.location) + '&ref=' + escape(document.referrer) + '&ref2=' + escape(document.referrer) + '&farbe=' + color + '&bit=' + screen.colorDepth + '&width=' + screen.width + '&height=' + screen.height + '"><\/script>');
// Ende -->