var time = new Date();
var num = (time.getTime());
var ns6=document.getElementById&&!document.all?1:0
if(ns6) { sticky=""; }
function stick() {
window.setTimeout("position()",100); }
wannabeypos=0;
actypos=50;
ns4=(document.layers)? true:false;
ie4=(document.all)? true:false;
if(ie4) { isIE=true; }
if(ns4) { isIE=false; }
function position() {
if(isIE){ wannabepos=document.body.scrollTop; }
else { wannabepos=window.pageYOffset; }
if (wannabepos<10 ) { wannabepos=10; }
window.setTimeout("position()",10);
action(); }
function action() {
actypos=actypos+(wannabepos-actypos)/15;
if(isIE) {
xwidth=document.body.scrollWidth;
document.all.stick.style.top=actypos;
document.all.stick.style.left=xwidth-150; }
else{
xwidth=window.innerWidth;
document.layers[0].pageY=actypos;
document.layers.stick.left=xwidth-155; }}
