<!-- (c) Netminers 2002-2005
function nmtrack() {
   try{
   var cid = 'pka';
   var nm_title = ''; // CMS could put page title here!
   var ls  = new RegExp(" $","g");var elements = document.getElementsByTagName("div");for( i = 0; i < elements.length; i++ ){if( nm_title == "" && elements[i] != null && elements[i].id == "breadcrumb" ){nm_title = elements[i].innerText.replace( /\s+/g, " "); nm_title = nm_title.replace(ls,"");break;}}
   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();}}}
-->
