'---------------------------------------
'Script by www.mviang.de
'~Okt2002~
'Please, do not remove these lines
'---------------------------------------
x=0
y=0
Sub window_onload()
window.status="~~ MeuSonho - Natal ~~  "
tabl1.style.backgroundImage="URL("&tabback1.src&")"
tabl2.style.backgroundImage="URL("&tabback2.src&")"
tabl3.style.backgroundImage="URL("&tabback2.src&")"
tabl4.style.backgroundImage="URL("&tabback1.src&")"
tabl5.style.backgroundImage="URL("&tabback1.src&")"
tabl6.style.backgroundImage="URL("&tabback2.src&")"
tabl7.style.backgroundImage="URL("&tabback2.src&")"
setinterval "scrollborder",64
End Sub

sub scrollborder()
x=x+1
y=y-1
tabl1.style.Backgroundposition=x&" "&y
tabl4.style.Backgroundposition=x&" "&y
tabl5.style.Backgroundposition=x&" "&y
End sub
