if(document.getElementById){
var thediv=document.getElementById("infoboxTud");
var h0=thediv.offsetTop;
var h1;
var inter;
var x=0;
var stopfunc=0;
window.onscroll=function(){h1=window.pageYOffset;if(document.all){h1=document.documentElement.scrollTop;}if(stopfunc==0){if(h1 > h0){thediv.style.top=h0-h1+"px";thediv.style.position="fixed";x=h0-h1;stopfunc=1;inter=setInterval("if(x>=15){clearInterval(inter);}else{x=x+2;thediv.style.top=x+'px';}",10);}
}if(h1 < 284){thediv.style.top=h0+"px";thediv.style.position="absolute";stopfunc=0;}};
}

