var imagenumber = 8;
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] = "header_corp_law.jpg"
images[2] = "header_tax_law.jpg"
images[3] = "header_intel_prop.jpg"
images[4] = "header_self_directed.jpg"
images[5] = "header_international.jpg"
images[6] = "header_insurance.jpg"
images[7] = "header_partnerships.jpg"
images[8] = "header_jd_llm.jpg"

var image = images[rand1] 
<!-- Use "images[rand1]" to rotate through all images.  -->
links = new Array
links[1] = "http://www.cooley.edu/corplaw/index.htm"
links[2] = "http://www.cooley.edu/tax/index.htm"
links[3] = "http://www.cooley.edu/intelprop/index.htm"
links[4] = "http://www.cooley.edu/gradprograms/index.htm"
links[5] = "http://www.cooley.edu/international/index.html"
links[6] = "http://www.cooley.edu/gradprograms/index.htm"
links[7] = "http://www.cooley.edu/partnerships/index.html"
links[8] = "http://www.cooley.edu/jointdegree/index.htm"
// -- End Hiding Here -->
// -- End Hiding Here -->
var link = links[rand1]
