function createElement_cb(element) 
{
  if (typeof document.createElementNS != 'undefined') {
    return document.createElementNS('http://www.w3.org/1999/xhtml', element);
  }
  return document.createElement(element);
}


sx=screen.width;
sy=screen.height;
sd=navigator.appName!='Netscape'?screen.colorDepth:screen.pixelDepth;
dr=escape(document.referrer);
if(dr==""){dr="undefined";}

var counterspan= document.getElementById("counterspan1");
var a = createElement_cb("a");
a.setAttribute( "href", "http://www.counteronline.de/" );
a.setAttribute( "target", "_blank" );
var img= createElement_cb("img" );
img.src= 'http://www.counteronline.de/cgi-bin/fcount.pl?id=15267&sx='+sx+'&sy='+sy+'&sd='+sd+'&dr='+dr;
img.border= "0";
img.alt=   "counteronline.de";
a.appendChild(img);
counterspan.appendChild(a);
