var delay = 3;
if (document.body.clientWidth>800) 
gjjadok();
function gjjadok()
{
document.write("<DIV id=gjj_zx align=center style=\"WIDTH: 90; HEIGHT: 90; POSITION: absolute; TOP: 0px; LEFT:0px\"><table width=100 height=300 border=0 cellpadding=0 cellspacing=0 style='border: 1 solid #336699;' bgcolor=#eeeeee><tr><td align=right height=10><a href='javascript:close_ad();'><img src=dav/images/close.gif width=12 height=10 border=0></a></td></tr><tr><td width=90><iframe src='dav/flash/ad_index.swf' height=300 width=100 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no></iframe></td></tr></table></DIV><DIV id=gjj_yx align=center style=\"WIDTH:90; HEIGHT:300; POSITION: absolute; TOP: 0px; LEFT:0px\"><table width=100 height=300 border=0 cellpadding=0 cellspacing=0 style='border: 1 solid #336699;' bgcolor=#eeeeee><tr><td align=left height=10><a href='javascript:close_ad();'><img src=dav/images/close.gif width=12 height=10 border=0></a></td></tr><tr><td width=110><iframe src='dav/flash/ad_index.swf' height=300 width=100 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no></iframe></td></tr></table></DIV>");
gjj_zx.style.visibility = "visible";
gjj_yx.style.visibility = "visible";
setInterval('changePos()', delay);
}

function changePos(){
	gjj_zx.style.left = document.body.scrollLeft;
	gjj_zx.style.top =document.body.scrollTop + 30;
	gjj_yx.style.left = document.body.scrollLeft + document.body.clientWidth - 105;
	gjj_yx.style.top =document.body.scrollTop + 30;

}
function close_ad(){
	gjj_zx.style.visibility = "hidden";
	gjj_yx.style.visibility = "hidden";	
}


