/*
  copyright by bentob it media GmbH 2006
  BesucherStatistik
  Flurweg 3
  88085 Langenargen
  www.bentob.de
  www.onlineconfig.de
*/


function write_statistik(session_id,modname,seitentitel,referrer,uri,own_ref,occl)
{
 // Farbtiefe herausfinden
 var depth=window.screen.colorDepth;
 // Auflösung
 var res_x=window.screen.width; 
 var res_y=window.screen.height;
 document.write("<img src='/includes/statistik.php?PHPSESSID="+session_id+"&amp;res_x="+res_x+"&amp;res_y="+res_y+"&amp;depth="+depth+"&amp;modname="+modname+"&amp;seitentitel="+seitentitel+"&amp;js=1&amp;ref="+referrer+"&amp;uri="+uri+"&amp;own_ref="+own_ref+"&amp;occl="+occl+"' border=0 width=0 height=0>");
}