/* -----------------------------------------------
 MiroHost Counter
  ------------------------------------------------ */


  id="viptehnika"

if(showme==null) var showme='n'
if(st==null)     var st='js'

s=0;c=0
f=""+escape(document.referrer) 
sw=screen.width;sh=screen.height;s=sw+"x"+sh
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

if (st=='js') { 
	if (v != "Microsoft Internet Explorer") {
		r = r+"&url="+document.URL 
	}
	document.open()
	document.write("<script language='JavaScript' src='http://counter.mirohost.net/counter.php"+r+"'></script>")
	document.close()
} else { 
	rand=Math.round(1000*Math.random())
	r = r+"&b="+rand  
	document.open()
	document.write("<a target='_blank' href='http://www.mirohost.net'><IMG src='http://counter.mirohost.net/counter.php"+r+"' alt='MiroHost.net - hosting provider' border=0 width=1 height=1></a>")
	document.close()
}
