function nmtrack() {
   try {
      var cid='nycomed';
      var nm_title='';
      var loc=new String(window.document.location);
      var loc2=loc;
      try {var toploc=new String(top.document.location);loc2=toploc.indexOf('nm_extag')!=-1?toploc:loc2;} catch(e) {}
      var ref=document.referrer;
      try {ref=top.document.referrer;} catch(e) {}
      if (nm_title=='') nm_title=document.title;
      var ext=(loc2.indexOf('nm_extag=')!=-1?encodeURIComponent(loc2.substr(loc2.indexOf('nm_extag=')+9)):'');nm_title=encodeURIComponent(nm_title);loc=encodeURIComponent(loc);ref=encodeURIComponent(ref);ext=encodeURIComponent(ext);
      if(nm_title.length>250)nm_title=nm_title.slice(0,246)+'...';if(loc.length>800)loc=loc.slice(0,796)+'...';if(ref.length>800)ref=ref.slice(0,796)+'...';
      var script = document.createElement('SCRIPT');
      script.language = 'javascript';
      script.src = 'http'+(document.location.protocol=='https:'?'s':'')+'://'+cid+'.netminers.dk/tracker/dispatch.aspx?action=log'+'&n='+Math.random()+'&nav='+loc+'&cid='+cid+(ref.length>0?('&ref='+ref):'') +'&ti1='+nm_title+'&ext='+ext;
      document.getElementsByTagName('body')[0].appendChild( script );
   } catch(e) {}
}
if( window.attachEvent ){window.attachEvent( 'onload', nmtrack );}else if( window.addEventListener ){window.addEventListener( 'load', nmtrack, true );}
else {var oldonload = window.onload;if (typeof oldonload != 'function'){window.onload = nmtrack;}else{window.onload=function(){oldonload();nmtrack();}}}