以下代码加入<head>区域
<SCRIPT language=JavaScript>
<!--
//more javascript from http://Www.VeryAsp.Net
var downLayerId;
var dropDegree = 10;
var doDirect;
var DirectTerm = 6000;
var curDropIdx = 0;
function DirectDown()
{
clearInterval(doDirect);
clearInterval(downLayerId);
if (document.all["DropHit"].length == null)
{
//alert("");
//return false;
}else{
for(i = curDropIdx ;i < document.all["DropHit"].length + curDropIdx;i++)
{
document.all["DropHit"][i%document.all["DropHit"].length].style.posTop = document.all["DropHit"][i%document.all["DropHit"].length].style.posHeight * (-1*((i-curDropIdx)%document.all["DropHit"].length));
}
var temp = 'setInterval("DownLayer()",20)';
downLayerId = eval(temp);
direction = "down";
}
}
function DownLayer()
{
if(document.all["DropHit"][curDropIdx].style.posTop < document.all["DropHit"][curDropIdx].style.posHeight)
{
for(j = curDropIdx ;j < document.all["DropHit"].length + curDropIdx;j++)
{
document.all["DropHit"][j%document.all["DropHit"].length].style.posTop += dropDegree;
}
}
else
{
clearInterval(downLayerId);
for(j = curDropIdx ;j < document.all["DropHit"].length + curDropIdx;j++)
{
document.all["DropHit"][j%document.all["DropHit"].length].style.posTop = document.all["DropHit"][j%document.all["DropHit"].length].style.posHeight *((-1*((j-curDropIdx)%document.all["DropHit"].length))+1);
}
curDropIdx = (curDropIdx + 1) ;
curDropIdx = curDropIdx > document.all["DropHit"].length-1 ? curDropIdx%document.all["DropHit"].length:curDropIdx;
var temp = 'setInterval("DirectDown()",DirectTerm)';
doDirect = eval(temp);
}
}
function DirectUp()
{
clearInterval(doDirect);
clearInterval(downLayerId);
var tempIdx = 0;
if (document.all["DropHit"].length == null)
{
alert("????");
//return false;
}else{
for(i = 0;i<document.all["DropHit"].length;i++)
{
tempIdx = (document.all["DropHit"].length + curDropIdx - i) %document.all["DropHit"].length;
document.all["DropHit"][tempIdx].style.posTop = i*document.all["DropHit"][tempIdx].style.posHeight;
}
var temp = 'setInterval("UpLayer()",20)';
downLayerId = eval(temp);
direction = "up";
}
}
function UpLayer()
{
var tempIdx = 0;
if(document.all["DropHit"][curDropIdx].style.posTop < document.all["DropHit"][curDropIdx].style.posHeight && document.all["DropHit"][curDropIdx].style.posTop > document.all["DropHit"][curDropIdx].style.posHeight * (-1))
{
for(j = 0 ;j < document.all["DropHit"].length;j++)
{
tempIdx = (document.all["DropHit"].length + curDropIdx - j) %document.all["DropHit"].length;
document.all["DropHit"][tempIdx].style.posTop -= dropDegree;
}
}
else
{
clearInterval(downLayerId);
for(j = 0;j<document.all["DropHit"].length;j++)
{
tempIdx = (document.all["DropHit"].length + curDropIdx - j) % document.all["DropHit"].length;
document.all["DropHit"][tempIdx].style.posTop = (j-1)*(document.all["DropHit"][tempIdx].style.posHeight);
}
curDropIdx = (curDropIdx - 1) ;
curDropIdx = curDropIdx < 0 ? document.all["DropHit"].length-1:curDropIdx;
var temp = 'setInterval("DirectUp()",DirectTerm)';
doDirect = eval(temp);
}
}
-->
</SCRIPT>
以下代码加入<body>区域
<TABLE cellSpacing=0 cellPadding=0 width=864 border=0>
<TBODY>
<TR>
<TD width=843 height=224>
<DIV
style="LEFT: 0px; OVERFLOW: hidden; WIDTH: 843px; POSITION: relative; TOP: 0px; HEIGHT: 222px">
<!--每一层滚动部分-->
<DIV id=DropHit
style="LEFT: 0px; VISIBILITY: visible; WIDTH: 864px; POSITION: absolute; TOP: 0px; HEIGHT: 220px">
<TABLE cellSpacing=0 cellPadding=0 width=843 border=0>
<TBODY>
<TR>
<TD align=middle width="20%">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=157>
<DIV align=center><IMG
height=152
src="JSfiles/iframe2/1638637.jpg"
width=122 border=0></DIV></TD></TR>
<TR>
<TD height=67>
<DIV align=center>温岚热舞如电动马达</DIV></TD></TR></TBODY></TABLE></TD>
<TD align=middle width="20%">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=157>
<DIV align=center><IMG
height=152
src="JSfiles/iframe2/1638637.jpg"
width=122 border=0></DIV></TD></TR>
<TR>
<TD height=67>
<DIV align=center>温岚热舞如电动马达</DIV></TD></TR></TBODY></TABLE></TD>
<TD align=middle width="20%">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=157>
<DIV align=center><IMG
height=152
src="JSfiles/iframe2/1638637.jpg"
width=122 border=0></DIV></TD></TR>
<TR>
<TD height=67>
<DIV align=center>温岚热舞如电动马达</DIV></TD></TR></TBODY></TABLE></TD>
<TD align=middle width="20%">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=157>
<DIV align=center><IMG
height=152
src="JSfiles/iframe2/1638637.jpg"
width=122 border=0></DIV></TD></TR>
<TR>
<TD height=67>
<DIV align=center>温岚热舞如电动马达</DIV></TD></TR></TBODY></TABLE></TD>
<TD align=middle width="20%">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=157>
<DIV align=center><IMG
height=152
src="JSfiles/iframe2/1638637.jpg"
width=122 border=0></DIV></TD></TR>
<TR>
<TD height=67>
<DIV align=center>温岚热舞如电动马达</DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV>
<!--结束-->
<!--第二层滚动部分-->
<DIV id=DropHit
style="LEFT: 0px; VISIBILITY: visible; WIDTH: 864px; POSITION: absolute; TOP: 0px; HEIGHT: 220px">
<TABLE cellSpacing=0 cellPadding=0 width=843 border=0>
<TBODY>
<TR>
<TD align=middle width="20%">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=157>
<DIV align=center><IMG
height=152
src="JSfiles/iframe2/1638636.jpg"
width=122 border=0></DIV></TD></TR>
<TR>
<TD height=67>
<DIV align=center>
<DIV align=center>
<DIV align=center><A href="#" target=_blank>张柏芝为安徒生担模特</A></DIV>
</DIV>
</DIV></TD></TR></TBODY></TABLE></TD>
<TD align=middle width="20%">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=157>
<DIV align=center><IMG
height=152
src="JSfiles/iframe2/1638636.jpg"
width=122 border=0></DIV></TD></TR>
<TR>
<TD height=67>
<DIV align=center>
<DIV align=center>
<DIV align=center><A href="#" target=_blank>张柏芝为安徒生担模特</A></DIV>
</DIV>
</DIV></TD></TR></TBODY></TABLE></TD>
<TD align=middle width="20%">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=157>
<DIV align=center><IMG
height=152
src="JSfiles/iframe2/1638636.jpg"
width=122 border=0></DIV></TD></TR>
<TR>
<TD height=67>
<DIV align=center>
<DIV align=center>
<DIV align=center><A href="#" target=_blank>张柏芝为安徒生担模特</A></DIV>
</DIV>
</DIV></TD></TR></TBODY></TABLE></TD>
<TD align=middle width="20%">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=157>
<DIV align=center><IMG
height=152
src="JSfiles/iframe2/1638636.jpg"
width=122 border=0></DIV></TD></TR>
<TR>
<TD height=67>
<DIV align=center>
<DIV align=center>
<DIV align=center><A href="#" target=_blank>张柏芝为安徒生担模特</A></DIV>
</DIV>
</DIV></TD></TR></TBODY></TABLE></TD>
<TD align=middle width="20%">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=157>
<DIV align=center><IMG
height=152
src="JSfiles/iframe2/1638636.jpg"
width=122 border=0></DIV></TD></TR>
<TR>
<TD height=67>
<DIV align=center>
<DIV align=center>
<DIV align=center><A href="#" target=_blank>张柏芝为安徒生担模特</A></DIV>
</DIV>
</DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV>
<!--结束-->
</DIV>
</TD>
<TD vAlign=top>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD><IMG height=24 src="JSfiles/best_b1.gif"
width=21></TD></TR>
<TR>
<TD><A href="javascript:DirectUp()"><IMG height=34
src="JSfiles/best_btn_up.gif" width=21
border=0></A></TD></TR>
<TR>
<TD><IMG height=108 src="JSfiles/best_b2.gif"
width=21></TD></TR>
<TR>
<TD><A href="javascript:DirectDown()"><IMG height=34
src="JSfiles/best_btn_down.gif" width=21
border=0></A></TD></TR>
<TR>
<TD><IMG height=24 src="JSfiles//best_b3.gif"
width=21></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<SCRIPT language=JavaScript>
//直接调用
DirectDown();
</SCRIPT>