function countme(clientid,style) {
	if ( typeof ( l_r_b ) == "undefined" ) {
		l_r_b=1;
		var ref="";
		if (document["top"] != null) if (top["document"] != null) if (top.document["referrer"] != null) if (typeof(top.document) == "object") ref = top.document.referrer; 
		if ((ref == "") || (ref == "[unknown origin]") || (ref == "unknown") || (ref == "undefined")) if (document["referrer"] != null) ref = document.referrer;
		if ((ref == "") || (ref == "[unknown origin]") || (ref == "unknown") || (ref == "undefined")) ref = "";
		ref=escape(ref);
		v = navigator.appName;
		bpp=0;
		if (v != "Netscape") bpp = screen.colorDepth;
		else bpp = screen.pixelDepth;
		tit=escape(document.title);
		res = screen.width+"x"+screen.height;
		if ( (clientid == 521) || (clientid==520)) {
			document.write("<a href='http://www.luxstats.com/stats.php?page=directory&clientid=" + clientid + "&relday=1'>");
		}
		document.write("<img alt='LuxStats free,cookieless website statistics - Click to view this site's statistics' src='http://luxstats.com/countme.php");
		document.write("?clientid2=" + clientid + "&style=" + style + "&ref=" + ref + "&url=" + escape(document.location) + "&a=b" + Math.floor(Math.random() * 9999));
		document.write( "&res="+res+"&bpp="+bpp+"&tit="+tit+"'  alt='Click to see website statistics' border=0 />");
		if ( (clientid == 521) || (clientid==520)) {
			document.write("</a>");
		}
	}
}
