'---------------------------------------
'Script by www.mviang.de
'September2002~ 
'Please, do not remove these lines
'---------------------------------------
x=0
y=0
x1=0
y1=0
x2=0
y2=0
Sub Window_OnLoad()
window.status=".... MeuSonho - Músicas ...."
div.style.backgroundImage="URL("&tabback2.src&")"
div1.style.backgroundImage="URL("&tabback3.src&")"
div2.style.backgroundImage="URL("&tabback4.src&")"
SetInterval "scrollsnow", 64
End Sub
sub scrollsnow()
x=x-1
y=y+1
div.style.backgroundposition=x&" "&y
x1=x1+0
y1=y1+1
div1.style.backgroundposition=x1&" "&y1
x2=x2-1
y2=y2+0
div2.style.backgroundposition=x2&" "&y2
End sub
      