//document.write('<div id="myright" style="display:none;position:absolute; width:200px; height:165px; right:0px; visibility:visible; z-index:1">');
//document.write('<object type="application/x-shockwave-flash" data="/templets/2000yh/2000.swf" width="200" height="151" id="vcastr3">');
//document.write('<param name="movie" value="/templets/2000yh/2000.swf"/>');
//document.write('<param name="allowFullScreen" value="true" />');
//document.write('<param name="wmode" value="opaque" />');
//document.write('<embed wmode="opaque"></embed>');
//document.write('</object>');
//document.write('<div style="position:absolute; bottom:0; right:0;"><a href="#" onclick="javascript:ad_close();return false;"><font color=#ffffff;>关闭</font></a></div>');
//document.write('</div>');


var imgheight;
var imgleft;
var body  = document.documentElement;

var myright = document.getElementById('myright');
window.screen.width > 800 ? imgheight = -240:imgheight = -240;
window.screen.width > 800 ? imgleft = 5:imgleft = 5;
window.screen.width > 800 ? imgright = 0:imgright = 0


function myload2(){
	myright.style.top=body.scrollTop-imgheight + 'px';
	myright.style.right=imgright;
	rightmove();
}

function rightmove(){
	myright.style.top=body.scrollTop-imgheight + 'px';
	myright.style.right=imgright;
	setTimeout("rightmove();",80)
}
function ad_close(){
	myright.style.display = 'none';
}
function ad_left_show() {
	myright.style.display = 'block';
}
setTimeout('ad_left_show()', 100);
//myload2();