function rotateLegacy(sec)
{
	var Quotation=new Array()

	// QUOTATIONS
	Quotation[0] = '    The Irving Harris Foundation /<br />&nbsp; Joan W. Harris';
	Quotation[1] = '    Robert C. Howard';
	Quotation[2] = '    Madeline Murphy Rabb';
	Quotation[3] = '    Ariel Mutual Funds';
	Quotation[4] = '    The Boeing Company';
	Quotation[5] = '    Laurie Glenn';
	Quotation[6] = '    Illinois Service Federal Savings and Loan Association';
  Quotation[7] = '    Kraft Foods';
	Quotation[8] = '    The MacArthur Foundation';
	Quotation[9] = '    Wildman, Harrold, Allen & Dixon, LLP';
	Quotation[10] = '<img src=\"img/logo/crossfund.jpg\" width=\"190\" height=\"31\" border=\"0\" style=\"margin-top:0px; margin-left:0px; border-bottom: 0px; border-right: 0px;\" />';
	Quotation[11] = '<img src=\"img/logo/ihc2.jpg\" width=\"190\" height=\"30\" border=\"0\" style=\"margin-top:0px; margin-left:0px; border-bottom: 0px; border-right: 0px;\" />';
	var which = Math.round(Math.random()*(Quotation.length - 1));
	document.getElementById('legacy').innerHTML = Quotation[which];
	
	setTimeout('rotateLegacy('+sec+')', sec*1030);
}
function rotateSponsors(sec)
{
	var Quotation=new Array()

	// QUOTATIONS
	 Quotation[0] = '<img src=\"img/logo/roosevelt.jpg\" alt=\"Roosevelt University\" width=\"190\" height=\"92\" style=\"margin-top:29px;\" />';
	 Quotation[1] = '<img src=\"img/logo/firstmethodist.jpg\" alt=\"First United Methodist Church at The Chicago Temple\" width=\"154\" height=\"101\" style=\"margin-top:24px; margin-left:18px;\" />';
	 Quotation[2] = '<img src=\"img/logo/heartland.jpg\" width=\"190\" height=\"100\" border=\"0\" style=\"margin-top:25px;\" />';
	 Quotation[3] = '<img src=\"img/logo/chipublib.jpg\" alt=\"The Chicago Public Library\" width=\"190\" height=\"78\" style=\"margin-top:36px;\" />';
	 Quotation[4] = '<img src=\"img/logo/depaul.jpg\" alt=\"DePaul University\" width=\"190\" height=\"24\" style=\"margin-top:63px;\" />';
	 Quotation[5] = '<img src=\"img/logo/uic.jpg\" alt=\"The University of Illinois-Chicago\" width=\"190\" height=\"26\" style=\"margin-top:62px;\" />';
	 Quotation[6] = '<img src=\"img/logo/chichildrenschoir.jpg\" alt=\"The Chicago Children&rsquo;s Choir\" width=\"116\" height=\"119\" style=\"margin-top:15px; margin-left:35px;\" />';
	 Quotation[7] = '<img src=\"img/logo/morris.jpg\" alt=\"Robert Morris College\" width=\"190\" height=\"27\" style=\"margin-top:61px;\" />';
	 Quotation[8] = '<img src=\"img/logo/wvon.jpg\" alt=\"WVON 1690 AM\" width=\"190\" height=\"57\" style=\"margin-top:46px;\" />';
	 Quotation[9] = '<img src=\"img/logo/etacreativearts.jpg\" alt=\"ETA Creative Arts Foundation\" width=\"190\" height=\"133\" style=\"margin-top:8px;\" />';
	Quotation[10] = '<img src=\"img/logo/afrobookstore.jpg\" alt=\"Afrocentric Book Store\" width=\"190\" height=\"69\" style=\"margin-top:40px;\" />';
	Quotation[11] = '<img src=\"img/logo/ihc.jpg\" width=\"122\" height=\"141\" border=\"0\" style=\"margin-top:4px; margin-left:34px;\" />';
	Quotation[12] = '<img src=\"img/logo/rmc.jpg\" width=\"107\" height=\"130\" border=\"0\" style=\"margin-top:10px; margin-left:41px;\" />';
	Quotation[13] = '<img src=\"img/logo/cmw.jpg\" width=\"190\" height=\"97\" border=\"0\" style=\"margin-top:26px;\" />';
	Quotation[14] = '<img src=\"img/logo/hwc.jpg\" width=\"157\" height=\"150\" border=\"0\" style=\"margin-top:0px; margin-left:16px;\" />';
	Quotation[15] = '<img src=\"img/logo/kenilio.jpg\" width=\"123\" height=\"58\" border=\"0\" style=\"margin-top:46px; margin-left:33px;\" />';
	Quotation[16] = '<img src=\"img/logo/nulaw.gif\" width=\"152\" height=\"87\" border=\"0\" style=\"margin-top:31px; margin-left:19px;\" />';
	Quotation[17] = '<img src=\"img/logo/mxc.jpg\" width=\"150\" height=\"150\" border=\"0\" style=\"margin-top:0px; margin-left:20px;\" />';
	Quotation[18] = '<img src=\"img/logo/wtts.jpg\" width=\"190\" height=\"55\" border=\"0\" style=\"margin-top:47px;\" />';
	Quotation[19] = '<img src=\"img/logo/kraft.jpg\" width=\"165\" height=\"59\" border=\"0\" style=\"margin-top:45px; margin-left:12px;\" />';
	Quotation[20] = '<img src=\"img/logo/macarthur.jpg\" width=\"145\" height=\"26\" border=\"0\" style=\"margin-top:62px; margin-left:22px;\" />';
	Quotation[21] = '<img src=\"img/logo/wildman.jpg\" width=\"190\" height=\"44\" border=\"0\" style=\"margin-top:53px;\" />';
	Quotation[22] = '<img src=\"img/logo/thinkinc.jpg\" width=\"96\" height=\"23\" border=\"0\" style=\"margin-top:63px; margin-left:47px;\" />';
	Quotation[23] = '<img src=\"img/logo/boeing.jpg\" width=\"190\" height=\"46\" border=\"0\" style=\"margin-top:52px;\" />';
  Quotation[24] = '<img src=\"img/logo/ariel.jpg\" width=\"190\" height=\"31\" border=\"0\" style=\"margin-top:59px;\" />';
  Quotation[25] = '<img src=\"img/logo/isf.jpg\" width=\"190\" height=\"43\" border=\"0\" style=\"margin-top:53px;\" />';
  Quotation[26] = '<img src=\"img/logo/swyc.jpg\" width=\"150\" height=\"106\" border=\"0\" style=\"margin-top:22px; margin-left:20px;\" />';
 	Quotation[27] = '<img src=\"img/logo/chifreeschool.jpg\" width=\"136\" height=\"150\" border=\"0\" style=\"margin-top:0px; margin-left:27px;\" />';
 	Quotation[28] = '<img src=\"img/logo/cbs2.jpg\" width=\"188\" height=\"150\" border=\"0\" style=\"margin-top:0px; margin-left:0px;\" />';
 
 
	var which = Math.round(Math.random()*(Quotation.length - 1));
	document.getElementById('sponsors').innerHTML = Quotation[which];
	
	setTimeout('rotateSponsors('+sec+')', sec*1000);
}

	//Quotation[11] = '<img src=\"img/logo/NUlaw.gif\" alt=\"Northwestern University School of Law\" width=\"190\" height=\"24\" style=\"margin-top:57px;\" />';
