function count_page() { 
  if (typeof _eBU == 'undefined' || _eBU == 'BU_EINSETZEN') { 
    _eBU = window.location.hostname; 
  } 
  if (typeof _ePAGE == 'undefined') { 
    _ePAGE = window.location.pathname; 
  } 
  _eTRACKER = '//count.eon.com/cgi-bin/count/'; 
  _ePROT = window.location.protocol; 
  _eTAG = '' + _ePROT + _eTRACKER + _eBU + _ePAGE; 
  if (parent.location == document.referrer) { 
    _eTAG += '?ref=' + escape(parent.document.referrer); 
  } else { 
    _eTAG += '?ref=' + escape(document.referrer); 
  }; 
  _eTAG += window.location.search.replace(/\?/,"&"); 
  if (typeof _ePARAMEXT !== 'undefined') { _eTAG += '&' + _ePARAMEXT; }; 
  _eI = new Image(); 
  _eI.src= _eTAG; 
  return true; 
} 
 
function count_file(OBJ) { 
   var _eDATEI = OBJ.pathname; 
   _eI = new Image(); 
   _eI.src = 
_ePROT+_eTRACKER+_eBU+"/"+_eDATEI+"?ref="+escape(document.URL); 
   return true; 
} 
 
function count_extlink(OBJ) { 
   var _eEXTLINK = escape(OBJ.href); 
   _eI = new Image(); 
   _eI.src = _ePROT+_eTRACKER+_eBU+"/linktrack?"+_eEXTLINK; 
   return true; 
} 
