var ns4=document.layers
var ie4=document.all
var ns6=document.getElementById&&!document.all

function lay_hidebox(cid,wid,wsid,uid){
  crossobj=ns6? document.getElementById("lay_showimage") : document.all.lay_showimage
  if (ie4||ns6) crossobj.style.visibility="hidden";
  else if (ns4) document.lay_showimage.visibility="hide";
  showframe.location.href='http://l.bwads24.com/l_close.php?cid='+cid+'&wid='+wid+'&wsid='+wsid+'&uid='+uid;
}

function lay_addbookmark(favurl,favtext){
  if (document.all)
  if (ie4||ns6) window.external.AddFavorite(favtext,favurl)
  else window.sidebar.addPanel(favtext,favurl,"")
}

function load_style() {
  a = document.createElement('link');
  a.setAttribute('rel','stylesheet');
  a.setAttribute('href','http://l.bwads24.com/layer.css');
  document.getElementsByTagName('head')[0].appendChild(a);
}

load_style();