
function hit(id)
{
	var nav = navigator;
	var doc = document;
	
	var vr, vl, vj, vx, vy, vn, vv, vc;
	
	vr = window.top.document.referrer;
	vl = window.location.href;
	vj = nav.javaEnabled();
	vx = screen.width;
	vy = screen.height;
	vc = screen.colorDepth;
	vn = nav.appName;
	vv = nav.appVersion;
/*	
	doc.write("<img src=\"http://www.softpae.com/hit.asp?id=" + id + "&r=" + escape(vr) + "&u=" + escape(vl) + "&n=" + vn + "&v=" + vv + "&j=" + vj + "&x=" + vx + "&y=" + vy + "&c=" + vc + "\" width=\"1\" height=\"1\" alt=\"\" border=\"0\">");
*/
}

hit(id);
