/**************************************************/
/*   Counter - v.2.0.9                       */
/*   www.counter-service.de                       */
/*   comments: support@counter-service.de         */
/* ---------------------------------------------- */
/*                                                */
/*  SETTINGS:                                     */
/*  enter your id-number you received from        */
/*  counter-service.de                            */
id = "GeorgMeyer"
/*                                                */
/*  use 1 if you want show the counter in your    */
/*  design. Use 0 for invisible counter           */
showme = 1;
/*                                                */
/* ---------------------------------------------- */
/*  you don't need to edit anything               */
/*  below this line                               */
/**************************************************/

nav = navigator.appName;
if (nav != "Netscape") {
  col = screen.colorDepth;
} else {
  col = screen.pixelDepth;
}
scr = screen.width;
jav = navigator.javaEnabled();

ref = "" + escape(document.referrer);
rand = Math.round(1000 * Math.random());

par = "?id=" + id + "&showme=" + showme + "&referer=" + ref + "&r=" + scr + "&c=" + col + "&b=" + rand;
document.write("<IMG src=\"http://www.counter-service.de/counter/cslog.php" + par + "\">");