if (typeof document.compatMode!='undefined'&&document.compatMode!='BackCompat') 
{
    DT="_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}";
} 
else 
{
    DT="_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);_left:expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth);}";
}

var fixedCSS='#fixed{position:fixed; _position:absolute; top:0px; left:0px;';
var fixedCSS=fixedCSS+DT;

document.write('<style type="text/css">'+fixedCSS+'</style>');
document.write('<div id="fixed">');
document.write('<a id="static" href="http://www.oppdir.com/" alt="To live online!" title="To live online!"><em>oppdir.com</em></a>');
document.write('</div>');

