// JavaScript Document Erfassung Statistik
var t1; var t2; var l1; var l2;

t1="";
t2="";
t1=self.location.pathname;
t2=self.location.search;
l1 = t1.length;
l2 = t2.length;
t1 = t1.substring(1,l1);
t2 = t2.substring(1,l2);
t3 = document.referrer.replace (/&/g, "§");
titel = document.title.replace(/&/g,"§");
t4= "<iframe width='1' height='1' frameborder='0' style='display:none' src='cnt.php?seite="+t1+"&reff="+t3+"&seitentitel="+titel+"&search="+t2+"&nav="+navigator.userAgent+"&width="+screen.width+"&height="+screen.height+"'></iframe>";
document.write (t4);
