//<!-- START Nielsen//NetRatings SiteCensus V5.1 strict XHTML -->
//<!-- COPYRIGHT 2005 Nielsen//NetRatings -->
function NielsenNetratings(sURL)
{
	 _rsCI="objektvision-se";
	 _rsCG="0";
	 _rsDT=0; // to turn on whether to get the document title, 1=on
	 _rsDU=0; // to turn on or off the applet, 1=on
	 _rsDO=0; // to turn on debug output to the console, 1=on, only works if _rsDU=1
	 _rsX6=0; // to force use of applet with XP and IE6, 1=on, only works if _rsDU=1
	 _rsSI=escape(window.location);
	 _rsLP=location.protocol.indexOf('https')>-1?'https:':'http:';
	 _rsRP=escape(document.referrer);
	 _rsND=_rsLP+'//secure-dk.imrworldwide.com/';

	if(sURL!=null && sURL.length>0)
		_rsSI = escape(sURL);

	if (parseInt(navigator.appVersion)>=4)
	{
		_rsRD=(new Date()).getTime();
		_rsSE=0; // to turn on surveys, 1=on
		_rsSV=""; // survey name, leave empty
		_rsSM=0; // maximum survey rate, 1.0=100%
		_rsCL='<scr'+'ipt language="JavaScript" type="text/javascript" src="/js/CacheJS.aspx?js='+escape(_rsND)+'v51.js"><\/scr'+'ipt>';
	}
	else
	{
		_rsCL='<img src="'+_rsND+'cgi-bin/m?ci='+_rsCI+'&cg='+_rsCG+'&si='+_rsSI+'&rp='+_rsRP+'" />';
	}
	document.write(_rsCL);
}
