<!--
if(navigator.appName.indexOf("Netscape")==-1){
        document.write("<DIV ID='NW' STYLE='position:absolute;top:1;visibility:hide;' ALIGN='right'>")
        document.write(" &nbsp;<A HREF='http://www.olivermadly.com' TARGET='_top'><IMG SRC='http://www.relicmine.com/image/nnw.jpg' ALT='Web Design' BORDER='0'></A>")
        document.write("</DIV>")
}else{
        document.write("<LAYER  NAME=\"NW\" top=1 visibility=hidden ALIGN='right'>")
        document.write("&nbsp;<A HREF='http://www.olivermadly.com' TARGET='_top'><IMG SRC='http://www.relicmine.com/image/nnw.jpg' ALT='Web Design' BORDER='0'></A>")
        document.write("</LAYER>")
}

var IW= 10;
var IH= 10;
var PX= 10;
var PY= 10;
var ZIN= 0;
var us= null;
var IMGW= 20;
var IMGH= 20;
var LSAFETY= 20;
var TSAFETY= 40;
function branding()  {
        oldIW= IW;
        oldIH= IH;
        oldPX= PX;
        oldPY= PY;
if(navigator.appName.indexOf("Netscape")==-1){
        IH= document.body.clientHeight;
        IW= document.body.clientWidth;
        PX= window.document.body.scrollLeft;
        PY= window.document.body.scrollTop;
        (IH > IMGH)? NW.style.posTop= (IH+PY-(IMGH+TSAFETY)) : NW.style.posTop= 0;
        (IW > IMGW) ? NW.style.posLeft ="(IW-(IMGW+LSAFETY))px" :NW.style.posLeft= 0;
        NW.style.visibility="visible"
        NW.document.links[0].onmouseover= neat_mouseover;
        NW.document.links[0].onmouseout= neat_mouseout;

 }else{   
                us=document.layers["NW"]
                us.visibility="show"
                ZIN=us.zIndex
                IH= window.innerHeight;
            IW= window.innerWidth;
            PX= window.pageXOffset
            PY= window.pageYOffset;
            us.top=(IH > IMGH) ? (IH+PY-(IMGH+TSAFETY)) :  0;
        us.left=(IW > IMGW) ? (IW+PX-(IMGW+LSAFETY)) : 0;
                for (i=0; i<document.layers.length; i++){
                                templay= document.layers[i];
                                if (templay.zIndex > ZIN)
                                        us.moveAbove(templay)
                                }
                                us.document.links[0].onmouseover= neat_mouseover;
                        us.document.links[0].onmouseout= neat_mouseout;
                
        }
        

}
function neat_mouseover(){
  if(us != null){
    window.status="Need a Web Site?";
    return true;
  }
}

function neat_mouseout(){
  if(us != null){
    window.status="Need a Web Site?";
    return true;
  }
}

setInterval("branding()",100);
//-->
