<!--
function window_onscroll() 
{
		document.getElementById("rightbanner").style.top  = parseInt(document.body.scrollTop,10) + 40;
}
//-->