// JavaScript Document

<!-- Hide from old browsers-->
var imagenumber = 11;
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"

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"


var link = links[rand1]
// -- End Hiding Here -->
