 var NN3 = false;
 image1= new Image();
 image1.src = "images/de1.gif";
 image1on = new Image();
 image1on.src = "images/de2.gif";

 image2= new Image();
 image2.src = "images/ru1.gif";
 image2on = new Image();
 image2on.src = "images/ru2.gif";



 function on3(name)   {
         document[name].src = eval(name + "on.src");
 }
 function off3(name)  {
         document[name].src = eval(name + ".src");
 }
 NN3 = true;

 function on(name)  {
         if (NN3) on3(name);
 }
 function off(name)  {
         if (NN3) off3(name);
 }


//-------------------

/* -----------------------------------------------
   POWER PHLOGGER - v.2.1.1
   www.phpee.com
   comments: philippo@iezzi.ch
  ------------------------------------------------ */

//SETTINGS:
//enter your username you received from www.alex-hartmann.net/www.russendisko.de
  id="AlHart"
//you don't need to edit anything below this line
//-------------------------------------------------

if(showme==null) var showme=0
s="na";c="na";j="na";f=""+escape(document.referrer)
s=screen.width;v=navigator.appName
j=navigator.javaEnabled()
rand=Math.round(1000*Math.random()) //force the page to load the IMG
if (v != "Netscape") c=screen.colorDepth
else c=screen.pixelDepth

r="?id="+id+"&showme="+showme+"&referer="+f+"&r="+s+"&c="+c+"&b="+rand
document.open()
document.write("<IMG src='http://www.alex-hartmann.net/www.russendisko.de/pphlogger/pphlogger.php3"+r+"'>")
document.close()
