/* -----------------------------------------------
   PLUTON - WEBSTAT
   www.webstat.pluton.one.pl
   admin: lukas2fm admin@pluton.one.pl
  ------------------------------------------------ */

//USTAWIENIA:
//Tytaj mozesz zobaczyc swoje statystyki www.webstat.pluton.one.pl
  id="doma"
//Nie edytuj zadnej z ponizszych linii!
//-------------------------------------------------

if(showme==null) var showme='n'        // default showme value
if(st==null)     var st='js'           // default st (show-type) value

s=0;c=0
f=""+escape(document.referrer) // for frames use 'top.document.referrer'
sw=screen.width;sh=screen.height;s=sw+"x"+sh
t=escape(document.title)
v=navigator.appName
if (v != "Netscape") c=screen.colorDepth
else c=screen.pixelDepth

r="?id="+id+"&referer="+f+"&r="+s+"&c="+c+"&showme="+showme+"&st="+st+"&title="+t

if (st=='js') { // calling PLUTON WEBSTAT by JavaScript-tag
	if (v != "Microsoft Internet Explorer") {
		r = r+"&url="+document.URL // $HTTP_REFERER problem with NS,...
	}
	document.open()
	document.write("<script language=\"JavaScript\" type=\"text/javascript\" src=\"http://www.webstat.pluton.one.pl/pphlogger.php"+r+"\"></script>")
	document.close()
} else { // calling PLUTON WEBSTAT by IMG-tag
	rand=Math.round(1000*Math.random())
	r = r+"&b="+rand  //force the page to load the IMG
	document.open()
	document.write("<img src=\"http://www.webstat.pluton.one.pl/pphlogger.php"+r+"\" alt=\"\" border=\"0\">")
	document.close()
}
