'-------------------------
'script written by Jannie Hansman
'created 13-12-2002
'http://www.p-s.nl/Jannies-Scripting-Delights
'please leave these credits in
'--------------------------
tab.background=back1.src
tab1.background=back2.src
tab2.background=back1.src
tab3.background=back2.src
tab4.style.backgroundimage="URL("&back3.src&")"
tb1.style.backgroundimage="URL("&back3.src&")"
tb2.style.backgroundimage="URL("&back3.src&")"
tb3.style.backgroundimage="URL("&back3.src&")"
tb4.style.backgroundimage="URL("&back3.src&")"

j=0
a=0

Sub Window_onload()
window.status=" **** Feliz Natal **** Merry Christmas **** "
Setinterval "scroll", 64
End Sub

Sub scroll()
j=j+1
a=a+1
tab.style.backgroundposition=j&" "&a
tab2.style.backgroundposition=j&" "&a
tb1.style.backgroundposition=j&" "&a
tb2.style.backgroundposition=j&" "&a
tb3.style.backgroundposition=j&" "&a
tb4.style.backgroundposition=j&" "&a
tab4.style.backgroundposition=j&" "&a
End Sub