'---------------------------------------
'Script by www.mviang.de
'September2002~ 
'Please, do not remove these lines
'---------------------------------------
x=0
y=0
x1=0
y1=0
Sub Window_OnLoad()
window.status=".... MeuSonho - Feliz Natal! ...."
tab1.style.backgroundImage="URL("&tabback1.src&")"
tab2.style.backgroundImage="URL("&tabback1.src&")"
div.style.backgroundImage="URL("&tabback2.src&")"
div1.style.backgroundImage="URL("&tabback3.src&")"
SetInterval "scrollsnow", 64
End Sub
sub scrollsnow()
x=x-2
y=y+1
div.style.backgroundposition=x&" "&y
x1=x1+1
y1=y1+2
div1.style.backgroundposition=x1&" "&y1
End sub
