var imagenumber = 2;
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] = "militarybranches.jpg"
images[2] = "welcome_home.jpg"

var image = images[rand1] 
<!-- Use "images[rand1]" to rotate through all images.  -->
links = new Array
links[1] = "http://www.cooley.edu/military"
links[2] = "http://www.cooley.edu/newsevents/2010/032610_gengler_ah.html"
// -- End Hiding Here -->
var link = links[rand1]
