/* -----------------------------------------------
   StatsMeter - www.statsmeter.com
   Free Web Counter and Live Traffic Stats

   comments: DO NOT ALTER THIS CODE. IF YOU DO, YOUR ACCOUNT WILL BE TERMINATED WITHOUT NOTICE
  ------------------------------------------------ */

//SETTINGS:
//enter your username you received from www.statsmeter.com
  id="Nikolai"
//you don't need to edit anything below this line
//-------------------------------------------------

if(showme==null) var showme=0
s=0;c=0;f=""+escape(document.referrer)
sw=screen.width;sh=screen.height;s=sw+"x"+sh
v=navigator.appName
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("<a href='http://www.statsmeter.com'><IMG border=0 src='http://www.statsmeter.com/sm.gif'></a>")
document.write("<IMG src='http://www.statsmeter.com/pphlogger.php3"+r+"'>")
document.close()
