document.ns = navigator.appName == "Microsoft Internet Explorer"

var imgheight
window.screen.width>800 ? imgheight=260:imgheight=260
 function myload()
{
myright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
myright.style.left=document.body.offsetWidth-130;
mymove();
}
 function mymove()
 {
 myright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
 myright.style.left=document.body.scrollLeft+document.body.offsetWidth-130;
 setTimeout("mymove();",100)
 }

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true)

if(document.ns){
	

document.write("<div id=myright style='position: absolute;width:80;top:300;left:578;visibility: visible;z-index: 1'>"
+"<table><tr><td><table height=124 width=100 border=0 cellspacing=3 cellpadding=6 background='news/bg_right.gif' ><tr><td height=6></td></tr><tr><td valign=top>");

document.write("<a href='" + ad_float_right_url_01 + "' target = '_blank'  class='menu' >" + ad_float_right_src_01 + "</a>");
document.write("</td></tr>"
+"</table></td></tr><tr><td><table height=124 width=100 border=0 cellspacing=3 cellpadding=6 background='news/bg_right.gif' ><tr><td height=6></td></tr><tr><td valign=top>");
document.write("<a href='" + ad_float_right_url + "' target = '_blank'  class='menu' >" + ad_float_right_src + "</a>");
document.write("</td></tr></table></td></tr></table>"

+"</div>");

myload()

}