//image rotation created on April 5, 2006 
function mastRotate()
{
 num=imgArray1.length;
 incr=Math.floor(Math.random()*num);
 document.open();
 document.write("<div id='mastLogo' style='background-image: url(/images/index/rotation/" + imgArray1[incr] + "); '><div id='collegeNav'><p><a href='http://www.cas.ilstu.edu'>College of Arts &amp; Sciences</a></p><p><a href='http://www.cas.ilstu.edu'>Search CAS</a></p><p><a href='http://www.casit.ilstu.edu/'>CAST-IT</a></p></div><a class='linkHome' href='/'><span class='screenRead'>Sociology And Anthropology</span> </a></div>"); 
document.close();
}

function insetRotate()
{
 num2=imgArray2.length;
 incr2=Math.floor(Math.random()*num2);
 document.open();
 document.write("<img name='Image' src='/images/index/inset-rotation/" + imgArray2[incr2] + "' width='250' alt='' style='background-color: #999999' /><h2>" + testimonialNameArray2[incr2] + "</h2><div id='wrapSpecialContent'><p>\"" + testimonialArray2[incr2] + "\"</p></div>"); 
document.close();
}
