<!--self.moveTo(0,0)self.resizeTo(screen.availWidth,screen.availHeight)// -> popup functionfunction launchSplash() {  var w = screen.availWidth;  var h = screen.availHeight;  var URL = "splash.php";  var l = 0;  var t = 0;  var windowprops = "location=no, scrollbars=no, menubars=no, toolbars=no, resizable=no" + ",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;  popup = window.open(URL, "imprint", windowprops);  popup.focus();}// -> end// -> webhits referrer code  var ignore_1 = "axelthomae.de";
  if ((document.referrer.length > 0) && (document.images) && (document.referrer.toLowerCase().indexOf(ignore_1) < 0)) {
    refstat=new Image(1,1);
    refstat.src="http://www.webhits.de/cgi/refstat?df=78632&ref="+escape(document.referrer);
  }// -> end//-->