Dim FileList,FileListArr,TxtList,TxtListArr FileList = "http://julean.net/history/tott1.jpg,http://julean.net/history/thebirtht1.jpg,http://julean.net/history/rodijahPt1.jpg,http://julean.net/history/venuspostert1.jpg,http://julean.net/history/goalfacet1.jpg,http://julean.net/history/Illumint1.jpg,http://julean.net/history/Katet1.jpg,http://julean.net/history/AHAt1.jpg,http://julean.net/history/Tzaddit1.jpg,http://julean.net/history/draM2t1.jpg,http://julean.net/history/Amazont1.jpg,http://julean.net/history/sg5t1.jpg,http://julean.net/Myisha/myP89_2t1.jpg,http://julean.net/history/6lovet1.jpg,http://julean.net/history/Chaset1.jpg,http://julean.net/history/1Magician3at1.jpg"//?????? TxtList = "Welcome,Designs, By Julean,I hope you, will enjoy,my designs,and that they will,tempt you,to come in. . . ,and see more,or. . .,discuss, a commission, with me,Thanks,Thanks,Thank You,Welcome,to my site,Again,and Again"//?????? FileListArr = Split(FileList,",") TxtListArr = Split(TxtList,",") Dim CanPlay CanPlay = CInt(Split(Split(navigator.appVersion,";")(1)," ")(2))>5 Dim FilterStr FilterStr = "RevealTrans(duration=2,transition=23)" FilterStr = FilterStr + ";BlendTrans(duration=2)" If CanPlay Then FilterStr = FilterStr + ";progid:DXImageTransform.Microsoft.Fade(duration=2,overlap=0)" FilterStr = FilterStr + ";progid:DXImageTransform.Microsoft.GradientWipe(duration=2,gradientSize=0.25,motion=forward)" FilterStr = FilterStr + ";progid:DXImageTransform.Microsoft.Stretch(duration=2,stretchStyle=PUSH)" FilterStr = FilterStr + ";progid:DXImageTransform.Microsoft.Wheel(duration=2,spokes=16)" FilterStr = FilterStr + ";progid:DXImageTransform.Microsoft.RandomDissolve(duration=2)" FilterStr = FilterStr + ";progid:DXImageTransform.Microsoft.Spiral(duration=2,gridSizeX=50,gridSizeY=50)" FilterStr = FilterStr + ";progid:DXImageTransform.Microsoft.Slide(duration=2,bands=1,slideStyle=SWAP)" FilterStr = FilterStr + ";progid:DXImageTransform.Microsoft.RadialWipe(duration=2,wipeStyle=CLOCK)" FilterStr = FilterStr + ";progid:DXImageTransform.Microsoft.Wipe(duration=3,gradientsize=0.25,motion=reverse)" FilterStr = FilterStr + ";progid:DXImageTransform.Microsoft.Iris(duration=2,irisStyle=star,motion=out)" Else Msgbox "must use in IE5.5",64 End If Dim FilterArr FilterArr = Split(FilterStr,";") Dim PlayImg_M PlayImg_M = 5 * 2000 '????(??) Dim I I = 1 Sub ChangeImg Do While FileListArr(I)="" I = I + 1 If I>UBound(FileListArr) Then I = 0 Loop //more javascript from http://www.webjx.com Dim J If I>UBound(FileListArr) Then I = 0 Randomize J = Int(Rnd * (UBound(FilterArr)+1)) Img.style.filter = FilterArr(J) Img.filters(0).Apply Img.Src = FileListArr(I) Img.filters(0).play Txt.filters(0).Apply Txt.innerHTML = TxtListArr(I) Txt.filters(0).play() I = I + 1 If I>UBound(FileListArr) Then I = 0 TempImg.Src = FileListArr(I) SetTimeout "ChangeImg", PlayImg_M,"VBScript" End Sub