var allcookies = document.cookie;
var pos = allcookies.indexOf('powertracker=')
if(pos!=-1){
  var start=pos+13;
  var end = allcookies.indexOf(";",start);
  if(end==-1) end = allcookies.length;
  var value = allcookies.substring(start,end); 
  document.cookie="powertracker=" + value + "; expires=Tue, 30-Jan-2007 14:18:52 GMT";
} else {
  value=2001470021216091353;
  document.cookie="powertracker=" + value + "; expires=Tue, 30-Jan-2007 14:18:52 GMT";
  var allcookies1 = document.cookie;
  var pos1 = allcookies1.indexOf('powertracker=')
  if(pos1!=-1){
    var start1=pos1+13;
    var end1 = allcookies1.indexOf(";",start1);
    if(end1==-1) end1 = allcookies1.length;
    var value = allcookies1.substring(start1,end1); 
  } else {
    value=0;
  }
}
var posreturn = allcookies.indexOf('powertracker_return=');
if(posreturn!=-1){
  var startreturn=posreturn+20;
  var endreturn = allcookies.indexOf(";",startreturn);
  if(endreturn==-1) endreturn = allcookies.length;
  var valuereturn = allcookies.substring(startreturn,endreturn); 
} else {
  value=2001470021216091353;
  document.cookie="powertracker_return=" + value +"; expires=July, 28-Jul-2036 21:08:52 21JulCEST";
  var valuereturn = -1;
}
var res = escape(screen.width + "x" + screen.height);
var ref = escape(document.referrer);
var uri = escape(document.URL);
var lan = escape(navigator.userLanguage);
var coo = (navigator.cookieEnabled == true) ? "yes" : "no";
var jav = 'yes';
var agent = escape(navigator.userAgent);
var id = 324;
var cid = 0;
var d=screen.colorDepth;
if(d==0)
d=screen.pixelDepth;
var col=escape(d);
__thisDate__ = new Date();
TimeZone = Math.round(__thisDate__.getTimezoneOffset() / -60);

document.write('<SCRIPT type="text/javascript" LANGUAGE="JavaScript" SRC=http://www.powertracker.de/statistics/counter.php?id='+id+'&cid='+cid+'&ref='+ref+'&res='+res+'&lan='+lan+'&coo='+coo+'&uri='+uri+'&jav='+jav+'&tz='+TimeZone+'&col='+col+'&agent='+agent+'&cookieid='+value+'&returnid='+valuereturn+'&noimage=no></SCRIPT>');
