<!-- Hide from old browsers

var imagenumber = 12 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "images/index/01.jpg"
images[2] = "images/index/02.jpg"
images[3] = "images/index/03.jpg"
images[4] = "images/index/04.jpg"
images[5] = "images/index/05.jpg"
images[6] = "images/index/06.jpg"
images[7] = "images/index/07.jpg"
images[8] = "images/index/08.jpg"
images[9] = "images/index/09.jpg"
images[10] = "images/index/10.jpg"
images[11] = "images/index/11.jpg"
images[12] = "images/index/12.jpg"

var image = images[rand1]

info = new Array
info[1] = "Levy House<br>Photo by Kevin Miyazaki"
info[2] = "Marsupial Bridge<br>Photo by La Dallman"
info[3] = "Marsupial Urban Plaza<br>Photo by La Dallman"
info[4] = "Great Lakes Future<br>Photo by La Dallman"
info[5] = "Marsupial Urban Plaza<br>Photo by La Dallman"
info[6] = "Great Lakes Future<br>Photo by Jim Brozek"
info[7] = "Marsupial Bridge<br>Photo by La Dallman"
info[8] = "Levy House<br>Photo by La Dallman"
info[9] = "text/caption<br>Photo by La Dallman"
info[10] = "text/caption<br>Photo by La Dallman"
info[11] = "Levy House<br>Photo by Kevin Miyazaki"
info[12] = "Brady Street Bus Shelter<br>Photo by La Dallman"

var info = info[rand1]



// -- End Hiding Here -->

