<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Cantinho da Formatação</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR>
<STYLE>BODY {
BORDER-RIGHT: #8f71bb 5px ridge; BORDER-TOP: #8f71bb 5px ridge; MARGIN-TOP: 40px; SCROLLBAR-FACE-COLOR: #8f71bb; FONT-WEIGHT: normal; FONT-SIZE: 14pt; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; MARGIN-LEFT: 370px; BORDER-LEFT: #8f71bb 5px ridge; SCROLLBAR-SHADOW-COLOR: #ffffff; COLOR: #8f71bb; SCROLLBAR-3DLIGHT-COLOR: #ffffff; MARGIN-RIGHT: 5px; SCROLLBAR-ARROW-COLOR: #8f71bb; SCROLLBAR-TRACK-COLOR: #8f71bb; BORDER-BOTTOM: #8f71bb 5px ridge; FONT-FAMILY: "Verdana"; SCROLLBAR-DARKSHADOW-COLOR: #ffffff; TEXT-ALIGN: center
}
</STYLE>
</HEAD>
<BODY bgColor=#8f71bb background="Caminho do background">
<DIV>&nbsp;</DIV>
<DIV>Seu Texto Aqui</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<HR style="DISPLAY: none">
<IMG id=pics style="DISPLAY: none" height=285
src="Caminho da imagem principal"
width=350>
<DIV id=imageholder
style="Z-INDEX: -1; LEFT: 0px; POSITION: absolute; TOP: 0px">
<SCRIPT language=VBScript>
<!--
direction="down" REM CHANGE SCROLL DIRECTION HERE
sizew=350 REM SCROLLING IMAGE WIDTH HERE
sizeh=285 REM SCROLLING IMAGE HEIGHT HERE
source=pics.src
tall=((screen.height\sizeh)+1)*2
wide=(screen.width\sizew)+1

if direction="up" then
max=tall
axis=sizeh
placement=0
reset=0
elseif direction="left" then
max=wide
axis=sizew
placement=0
reset=0
elseif direction="down" then
max=tall
axis=0
placement=-sizeh
reset=-sizeh
elseif direction="right" then
max=wide
axis=0
placement=-sizew
reset=-sizew
end if

document.write "<pre>"
for temp=0 to max
if direction="up" then
document.write "<img id=pics"&temp&" src><br>"
elseif direction="left" then
document.write "<img id=pics"&temp&" src>"
elseif direction="down" then
document.write "<img id=pics"&temp&" src><br>"
elseif direction="right" then
document.write "<img id=pics"&temp&" src>"
end if
document.all("pics"&temp).src=source
next
document.write "</pre>"

window.status=".... Sua mensagem de rodapé ...."

sub scroll()

if placement < axis then
setTimeout "move", 1
else
placement=reset
setTimeout "move", 1
end if
end sub

sub move()
if direction="up" then
imageholder.style.top=-placement
elseif direction="left" then
imageholder.style.left=-placement
elseif direction="down" then
imageholder.style.top=placement
elseif direction="right" then
imageholder.style.left=placement
end if
placement=placement+1
setTimeout "scroll", 1
end sub

scroll()

</SCRIPT>

<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></DIV>
<DIV>&nbsp;</DIV>
</BODY></HTML>