//image rotation created on April 5, 2006 
 num=backgroundImage.length;
 incr=Math.floor(Math.random()*num);


function backgroundImageRotate()
{
 document.open();
 document.write("<div id='layerMast' style='background-image: url(/images/index-rotation/"+backgroundImage[incr]+");'><div id='layerLogo'><a class='linkHome' href='/'><h1 class='screenRead'>College of Fine Arts </h1></a></div><div id='layerLogoPrint'><img src='/files/structure/cfa-PrintLogo.png' alt='College of Fine Arts' /></div><div id='layerCollege'><a class='screenRead' href='#layerMast' title='Skip College Links'>Jump over the College navigation bar.</a><p id='subLink3'><a href='/faculty_staff/orat/'>Fine Arts Help Desk</a></p><p id='subLink2'><a href='/search/'>Search the College </a></p><p id='subLink1'><a href='/'>Fine Arts</a></p></div><div id='wrapLayerNav'><div id='layerNavigation'><a class='screenRead' href='#columnLink' title='Skip Page Main Links'>Jump over the site's masthead's navigation bar.</a><div id='mastLink1'><p><a href='/academics/'>Academics</a></p></div><div id='mastLink2'><p><a href='/events/'>Events</a></p></div><div id='layerNavigation2'><div id='mastLink3'><p><a href='/faculty_staff/'>Faculty & Staff</a></p></div><div id='mastLink4'><p><a href='/alumni/'>Alumni</a></p></div><div id='mastLink5'><p><a href='/contact/'>Contact</a></p></div><div id='mastLink6'><p><a href='/'>Home</a></p></div></div></div></div><div id='EventDescription'><h2>"+eventTitle[incr]+"</h2><p>"+eventDescription[incr]+"</p><div id='eventTags'><p>"+iconImage1[incr]+"</p><p>"+iconImage2[incr]+"</p><p>"+iconImage3[incr]+"</p><p>"+locationLink[incr]+"</p></div></div><div id='highlightsTitle'><img src='/files/structure/index-HighlightsTitle.png' alt='Highlights' /></div></div>");
document.close();
}