function gE(el){
  return document.getElementById(el)
}

function gTn(el){
  return document.getElementsByTagName(el)
}

function cE(el){
  return document.createElement(el)
}

var pf = "http://www.phileasfox.com";  // test durch com ersetzen!!!
var lh = location.href;
var dt = document.title;
var tO;

function adScr(){
  var nScr=cE("script");
  nScr.src=pf+'/cgi-bin/bmjsT.pl'; // ########## !!!!!!!!!!!!!!! ########## \\
  gTn('head')[0].appendChild(nScr)
}

function bmDiv() {
  gE('bmns').firstChild.firstChild.onmouseover = function() { clearTimeout(tO); cosBmDiv() };
  gE('bmns').firstChild.firstChild.onmouseout = function() { tO = setTimeout('hBmDiv()',900) };
  gE('bmns').firstChild.firstChild.onclick = function() { return false };
}

//window.onload = function(){
//  adScr()
//  bmDiv()
//}
