求个对联图片代码
求个对联图片代码 最简单的就可以
<!--对联广告 begin-->
<SCRIPT language=javascript>
function CloseNews()
{
searchspe.style.visibility='hidden';
searchspe2.style.visibility='hidden';
}
var specialcode="<DIV id=searchspe style='Z-INDEX: 100; right: 0px; POSITION: absolute; TOP: 100px;'><TABLE cellSpacing=0 cellPadding=0 width=100 style='font-size:12px;color:#ffffff'><TR bgcolor=#C54A00 align=right><TD style='CURSOR: hand;padding-right:3px' onclick='CloseNews()' height=20>关 闭</TD></TR></TABLE><iframe border=0 align=center vspace=0 hspace=0 name=searchbar marginwidth=0 marginheight=0 framespacing=0 frameborder=0 scrolling=no width=100 height=220 src='ad.html'></iframe></DIV>";document.write(specialcode);lastScrollX=0;function heartBeat0(){diffY=document.body.scrollTop;percent=.1*(diffY-lastScrollX);if(percent>0)percent=Math.ceil(percent);else percent=Math.floor(percent);document.all.searchspe.style.pixelTop+=percent;lastScrollX=lastScrollX+percent;}window.setInterval("heartBeat0()",1);var specialcode2="<DIV id=searchspe2 style='Z-INDEX: 100; left: 0px; POSITION: absolute; TOP: 120px;'><TABLE cellSpacing=0 cellPadding=0 width=100 style='font-size:12px;color:#ffffff'><TR bgcolor=#C54A00 align=right><TD style='CURSOR: hand;padding-right:3px' onclick='CloseNews()' height=20 >关 闭</TD></TR></TABLE><iframe border=0 align=center vspace=0 hspace=0 name=searchbar marginwidth=0 marginheight=0 framespacing=0 frameborder=0 scrolling=no width=100 height=224 src='ad.html'></iframe></DIV>";document.write(specialcode2);lastScrollY=0;function heartBeat1(){diffY=document.body.scrollTop;percent=.1*(diffY-lastScrollY);if(percent>0)percent=Math.ceil(percent);else percent=Math.floor(percent);document.all.searchspe2.style.pixelTop+=percent;lastScrollY=lastScrollY+percent;}window.setInterval("heartBeat1()",1);</SCRIPT>
<!--对联广告 End-->