var imagenumber = 12;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
<!--Indicate what image will be displayed on home page. You must comment out all other lines with this> <!--
images[1] = "tuition.jpg"
images[2] = "right_time1.jpg"
images[3] = "right_time2.jpg"
images[4] = "right_time3.jpg"
images[5] = "right_time5.jpg"
images[6] = "right_time6.jpg"
images[7] = "conf_center.jpg"
images[8] = "prospective.jpg"
images[9] = "prospective.jpg"
images[10] = "openhouse_2010.jpg"
images[11] = "insurance.jpg"
images[12] = "race.jpg"

var image = images[rand1] 
<!-- Use "images[rand1]" to rotate through all images.  -->
links = new Array
links[1] = "http://www.cooley.edu/prospective/tuitioncalc.html"
links[2] = "http://www.cooley.edu/prospective/index.html"
links[3] = "http://www.cooley.edu/prospective/index.html"
links[4] = "http://www.cooley.edu/prospective/index.html"
links[5] = "http://www.cooley.edu/prospective/index.html"
links[6] = "http://www.cooley.edu/prospective/index.html"
links[7] = "http://www.cooley.edu/center/index.html"
links[8] = "http://www.cooley.edu/prospective/index.html"
links[9] = "http://www.cooley.edu/prospective/index.html"
links[10] = "http://www.cooley.edu/prospective/openhouse.html"
links[11] = "http://www.cooley.edu/insurance/index.htm"
links[12] = "http://www.cooley.edu/race/index.html"
// -- End Hiding Here -->
var link = links[rand1]