/* -----------------------------------------------
   XtremeStats - v.2.2.1
   www.xtremestats.com
   comments: info@xtremestats.com
  ------------------------------------------------ */

//SETTINGS:
//enter your username you received from http://www.xtremestats.com/
  id="v-group"
//you don't need to edit anything below this line
//-------------------------------------------------

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(top.document.referrer) // for frames use 'top.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') { // calling Xtreme Stats by JavaScript-tag
	if (v != "Microsoft Internet Explorer") {
		r = r+"&url="+document.URL // $HTTP_REFERER problem with NS,...
	}
	document.open()
	document.write("<a href='http://www.xtremestats.com/' target='_blank'><img src='http://www.xtremestats.com/img/xtreme.gif' border='0'><br><script language='JavaScript' src='http://www.xtremestats.com/logger.php"+r+"'></script></a>")
	document.close()
} else { // calling Extreme Stats by IMG-tag
	rand=Math.round(1000*Math.random())
	r = r+"&b="+rand  //force the page to load the IMG
	document.open()
	document.write("<a href='http://www.xtremestats.com/' target='_blank'><img src='http://www.xtremestats.com/img/xtreme.gif' border='0'><br><IMG src='http://www.xtremestats.com/logger.php"+r+"' border='0'></a>")
	document.close()
}