var imgheight
var imgright
var body
body  = document.documentElement
window.screen.width>800 ? imgheight=-240:imgheight=-240
window.screen.width>800 ? imgright=5:imgright=5
function myload()
{
myright.style.top=body.scrollTop-imgheight;
myright.style.right=imgright;
rightmove();
}
function rightmove()
{
myright.style.top=body.scrollTop-imgheight;
myright.style.right=imgright;
setTimeout("rightmove();",80)
}
function ad_close2()
{
document.getElementById('myright').style.display = 'none';
}
function ad_right_show() {
    document.getElementById('myright').style.display = 'block';
}
//document.write('<div id="myright" style="display:none;position:absolute; width:90px; height:260px; right:5px; visibility:visible; z-index:1">');
//document.write('<img src="/templets/lostcity/images/ad/ad_right.gif" alt="ad_right" />');
//document.write('<div style="cursor:hand; width:10px; height:10px; line-height:10px; position:absolute; bottom:0; right:0; background-color:#C3E8FF; color:#0075B0;" onclick="javascript:ad_close2();return false;"><img src="/templets/lostcity/images/close.gif" alt="关闭"/></div>');
//document.write('</div>');

setTimeout('ad_right_show()', 100);
//myload();