<%
dim generated_array
redim generated_array(3)
generated_array(1)="/front/image1.jpg"
generated_array(2)="/front/image2.jpg"
generated_array(3)="/front/image3.jpg"
randomize timer
dim result
result=int(rnd*3)+1
dim strOut
select case result
case 1
strOut=" "
case 2
strOut=" "
case 3
strOut=" "
end select
response.write (strOut)
%>
|
Welcome to Manchester Cycle Shop Online
|
Manchester Cycle Shop is located in Manchester, CT. The shop has been here
for 50 years, and has served the cycling community well. Manchester Cycle
is home to The Exposition Wheelmen. This cycling club consists of all
kinds of riders from racers to future racers.
|
<%
generated_array(1)="/front/front1.jpg"
generated_array(2)="/front/front2.jpg"
generated_array(3)="/front/front3.jpg"
randomize timer
result=int(rnd*3)+1
select case result
case 1
strOut=" "
case 2
strOut=" "
case 3
strOut=" "
end select
response.write (strOut)
%>
|
|
|
|