Eccolo RANDOM

<%
RANDOMIZE
LowestNumber = 1
HighestNumber = 3
RandomNumber = INT((HighestNumber-LowestNumber+1)*Rnd+LowestNumber)
SELECT CASE RandomNumber
CASE "1"%>
[img]/Scubaportal/Img/banner/ros/banner1.gif[/img]
<%CASE "2"%>
[img]/Scubaportal/Img/banner/ros/banner2.gif[/img]
<%CASE "3"%>
[img]/Scubaportal/Img/banner/ros/banner3.gif[/img]
<%END SELECT%>