// JavaScript Document

<!-- Hide from old browsers
var imagenumber = 10 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images = new Array
images[1] = "index_main_gr_campus.jpg"
images[2] = "index_main_gr_library.jpg"
images[3] = "index_main_gr_students.jpg"
images[4] = "index_main_gr_students3.jpg"
images[5] = "index_main_gr_students5.jpg"
images[6] = "right_time1.jpg"
images[7] = "right_time2.jpg"
images[8] = "right_time3.jpg"
images[9] = "right_time4.jpg"
images[10] = "right_time5.jpg"

var image = images[rand1]

links = new Array
links[1] = "http://www.cooley.edu/branchcampuses/gr/index.htm"
links[2] = "http://www.cooley.edu/branchcampuses/gr/index.htm"
links[3] = "http://www.cooley.edu/branchcampuses/gr/index.htm"
links[4] = "http://www.cooley.edu/branchcampuses/gr/index.htm"
links[5] = "http://www.cooley.edu/branchcampuses/gr/index.htm"
links[6] = "http://www.cooley.edu/prospective/index.html"
links[7] = "http://www.cooley.edu/prospective/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/index.html"

var link = links[rand1]
// -- End Hiding Here -->