<TABLE style="HEIGHT: 166px; WIDTH: 423px" borderColor=#006600 cellPadding=0
width=423 align=center bgColor=#66cc33 border=15>&nbsp;
<TBODY>
<TR>&nbsp;
<TD>
<DIV align=center>Texto aqui</DIV></TD></TR></TBODY></TABLE>
<DIV align=center>&nbsp;</DIV><FONT size=4></FONT><FONT
color=#808080></FONT><BASE href="http://bethynha.cmg.com.br//nunca.htm">
<SCRIPT language=JavaScript1.2>
/*
Advanced window scroller script-
By Website Abstraction (www.wsabstract.com)
Over 200+ free JavaScripts here!
*/
var currentpos=0,alt=1,curpos1=0,curpos2=-1
function initialize(){
startit()
}
function scrollwindow(){
if (document.all)
temp=document.body.scrollTop
else
temp=window.pageYOffset
if (alt==0)
/*alt=1
else
alt=0*/ /*esta parte faz com que volte para o topo.*/
if (alt==0)
curpos1=temp
else
curpos2=temp
if (curpos1!=curpos2){
if (document.all)
currentpos=document.body.scrollTop+1
else
currentpos=window.pageYOffset+1
window.scroll(0,currentpos)
}
else{
currentpos=0
window.scroll(0,currentpos)
}
}
function startit(){
setInterval("scrollwindow()",50)
}
window.onload=initialize
</SCRIPT>