// JavaScript Document

<!-- Hide from old browsers-->
var imagenumber = 16;
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] = "ah_01.jpg"
images[2] = "ah_02.jpg"
images[3] = "ah_03.jpg"
images[4] = "ah_04.jpg"
images[5] = "ah_05.jpg"
images[6] = "ah_06.jpg"
images[7] = "ah_07.jpg"
images[8] = "ah_08.jpg"
images[9] = "ah_09.jpg"
images[10] = "ah_10.jpg"
images[11] = "ah_11.jpg"
images[12] = "right_time1.jpg"
images[13] = "right_time2.jpg"
images[14] = "right_time3.jpg"
images[15] = "right_time4.jpg"
images[16] = "right_time5.jpg"

var image = images[rand1] 

links = new Array
links[1] = "http://www.cooley.edu/newsevents/2009/051909_ah_addition.html"
links[2] = "http://www.cooley.edu/newsevents/2009/051909_ah_addition.html"
links[3] = "http://www.cooley.edu/newsevents/2009/051909_ah_addition.html"
links[4] = "http://www.cooley.edu/newsevents/2009/051909_ah_addition.html"
links[5] = "http://www.cooley.edu/newsevents/2009/051909_ah_addition.html"
links[6] = "http://www.cooley.edu/newsevents/2009/051909_ah_addition.html"
links[7] = "http://www.cooley.edu/newsevents/2009/051909_ah_addition.html"
links[8] = "http://www.cooley.edu/newsevents/2009/051909_ah_addition.html"
links[9] = "http://www.cooley.edu/newsevents/2009/051909_ah_addition.html"
links[10] = "http://www.cooley.edu/newsevents/2009/051909_ah_addition.html"
links[11] = "http://www.cooley.edu/newsevents/2009/051909_ah_addition.html"
links[12] = "http://www.cooley.edu/prospective/index.html"
links[13] = "http://www.cooley.edu/prospective/index.html"
links[14] = "http://www.cooley.edu/prospective/index.htmll"
links[15] = "http://www.cooley.edu/prospective/index.html"
links[16] = "http://www.cooley.edu/prospective/index.html"

var link = links[rand1]
// -- End Hiding Here -->