function _nnClick(_nnClickDest)
{
_nnCD = _nnClickDest;
_nnECD = escape(_nnClickDest);
_nnDelay = 500; /* click delay */
var _nnRD=0;
if (parseInt(navigator.appVersion)>=4)
{
_nnRD=(new Date()).getTime();
}
var _nnCI="us-netratings";
var _nnCG="downloads";
var _nnCC="us"; /* country code */
var _nnLP=location.protocol.indexOf('https')>-1?'https:':'http:';
var _nnRP=escape(window.location);
var _nnND=_nnLP+'//secure-' + _nnCC + '.imrworldwide.com/';
var _nnParams = "rnd=" + _nnRD + "&ci=" + _nnCI + "&cg=" + _nnCG;
var _nnRef = "&rp=" + _nnRP;
var _nnSI = "&si=" + _nnCI + "-ctgw-" + _nnECD;
var _nnPixel = new Image(1,1);
_nnPixel.src = _nnND + "cgi-bin/m?rnd=" + _nnParams + _nnSI + _nnRef;
setTimeout("window.open(_nnCD,'_nnWindow','')", _nnDelay);
}