<HTML xmlns:v>
<HEAD>
<META http-equiv="Content-Type" content="text/html; Charset=gb2312">
<META name="GENERATOR" content="网络程序员伴侣-Lshdic 2002">
<TITLE></TITLE>
<STYLE>
body{}
a{}
a:hover{}
v\:*{behavior:url(#default#VML);} //这里声明了v作为VML公用变量
</STYLE>
</HEAD>
<BODY bgcolor="" text="" topmargin="" leftmargin="">
<BASE target="">
<v:Line strokeweight='2' to='400,0'>
<v:Stroke dashstyle='longdashdot' endarrow='open' id='style1'/>
</v:line> <p>
<v:Line strokeweight='2' to='400,0'>
<v:Stroke endarrow='open' linestyle='thinthick ' id='style2'/>
</v:line>
<script> //控制两条水平线变化的脚本
var array1=new Array('dash','dashdot','dot','longdash','longdashdot','shortdash','shortdashdot','shortdashdotdot','longdashdotdot','shortdot')
var array2=new Array('block','classic','diamond','open','oval')
setInterval('style1.dashstyle=array1[Math.round(Math.random()*9)]',100)
setInterval('style2.endarrow=array2[Math.round(Math.random()*5)];style2.startarrow=array2[Math.round(Math.random()*5)]',100)
</script>
</BODY>
</HTML>
