document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight2=145:imgheight2=145
window.screen.width>800 ? imgright2=15:imgright2=15
function threenine2load()
{
if (navigator.appName == "Netscape")
{document.threenine2.pageY=pageYOffset+window.innerHeight-imgheight2;
document.threenine2.pageX=imgright2;
threenine2move();
}
else
{
threenine2.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight2;
threenine2.style.right=imgright2;
threenine2move();
}
}
function threenine2move()
{
if(document.ns)
{
document.threenine2.top=pageYOffset+window.innerHeight-imgheight2
document.threenine2.right=imgright2;
setTimeout("threenine2move();",80)
}
else
{
threenine2.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight2;
threenine2.style.right=imgright2;
setTimeout("threenine2move();",80)
}
}

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 (navigator.appName == "Netscape")
{document.write("<layer id=threenine2 top=300 width=75 height=75><a href='http://www.legendtour.com/' target='_blank' TYPE='application/x-shockwave-flash' id=threenine2out><img src='ww' border='0' WIDTH=90 HEIGHT=90 ></a></layer>")
threenine2load()}
else
{
document.write("<div id=threenine2 style='position: absolute;width:64;top:300;visibility: visible;z-index: 1'><a href='http://www.legendtour.com/xgrb/xgrb.html' target='_blank' TYPE='application/x-shockwave-flash' id=threenine2out><img src='gg.gif' border='0' WIDTH=100 HEIGHT=30 ></a></div>");
threenine2load()
}