<!--
function pd1_1(){
	refR=escape(document.referrer);
	if (refR.length>=252) refR=refR.substring(0,252)+"...";
	var userAgent=navigator.appName + " " + navigator.appVersion;
	var agentInfo=userAgent.substring(0, 10);
	var postReq='<img src="http://server-au.imrworldwide.com/cgi-bin/count?rnd=' + 
		   (new Date()).getTime() + '&ref=' + refR + '" width=1 height=1>';

	// Nescape 4, Macintosh special case
	if ((navigator.userAgent.indexOf('Mac') == -1) && (agentInfo != "Netscape 4") && 
			(navigator.javaEnabled())) {
		postReq='<applet code="Measure.class" ' +
			    'codebase="http://server-au.imrworldwide.com/" width=1 height=2>' +
			    '<param name="ref" value="' + refR + '"></applet>';
	}
	document.write(postReq);
}

pd1_1();
//-->
