
//Alumna Image rotater only on homepage
if (document.images) 
{
	profile = new Array();
	profile[0] = "<span class='profile'><a href='Profiles/kgentleman.html' class='secNav'><img src='http://www.wellesley.edu/Alum/Images/Profiles/karen.jpg' width='100' height='100' border='0' alt='Alumna Profile: Karen Gentleman'><br><br><font size='-1'>Karen Gentleman '77<br>WCAA President</font></a></span>";
}

function RandElement(IList)
{
  return(IList[Math.round(Math.random()*(IList.length-1))]);
}

var randomPic = RandElement(profile)

