/*
try{
var nm_title = "";
if( document.getElementsByTagName("meta")["sidenavn"] )
	nm_title = document.getElementsByTagName("meta")["sidenavn"].getAttribute("content");
if( nm_title == "" ) nm_title = document.title;
var loc = new String(window.document.location);
var ref = "";
try{ref=top.document.referrer?top.document.referrer:document.referrer} catch(e){}

if( nm_title == "" ) nm_title = 'Ingen sidenavn';

//alert(nm_title);
document.writeln( '<'+'SCRIPT LANGUAGE="JavaScript" SRC="http'+
(document.location.protocol=='https:'?'s':'')+
'://amitech.netminers.dk/tracker/dispatch.aspx?action=log'+
'&n='+Math.random()+
'&nav='+encodeURIComponent(window.document.location)+
'&cid=amitech'+
(ref.length>0?('&ref='+encodeURIComponent(ref)):'') +
'&ti1='+encodeURIComponent(nm_title)+
'&ext=' + (loc.indexOf('nm_extag=') != -1 ? encodeURIComponent(loc.substr(loc.indexOf('nm_extag=')+9)) : "") +
'"></'+'SCRIPT>' );
}catch(e){}

function postData( site, type, subtype, variable, value, num )
{
   //alert('site: ' + site + '\ntype: ' + type + '\nsubtype: ' + subtype + '\nvariable: ' + variable + '\nvalue: ' + value + '\nnum: ' + num );
   var post = new Image;
   post.src = 'http'+
               (document.location.protocol=='https:'?'s':'')+
               '://'+site+'.netminers.dk/tracker/dispatch.aspx?action=' + type +
               '&n='+Math.random()+
               '&nav='+encodeURIComponent(window.document.location)+
               '&cid='+ site +
               '&ti1='+encodeURIComponent(variable)+
               '&tx1='+encodeURIComponent(value)+
               '&num='+encodeURIComponent(num) +
               '&sub='+encodeURIComponent(subtype);
}
*/