// dom is ready, let's go...
$(document).ready(function() {
	// 5x2 matrix
	var myarray = new Array(3);





myarray[0]='<div><p><a href="http://illinois.edu/calendar/Calendar?calId=1889&amp;eventId=123693&amp;ACTION=VIEW_EVENT">The Politics of EU Heritage: Negotiating Tourism, Culture, &amp; Identity</a><br />4 Dec 2009 12:00pm.</p><p>The EUC presents Carla Santos, Assistant Professor of Recreation, Sport &amp; Tourism at University of Illinois, Urbana-Champaign, speaking at Lucy Ellis Lounge, Foreign Language Building,  (707 S. Mathews Avenue, Urbana)</p></div>'
	
	
myarray[1]='<div><p><a href="http://www.euc.illinois.edu/eurochallenge/">Euro Challenge 2010</a><br />20 Nov 2009 10:00am.</p><p>The EUC is offering travel grants for teachers who want to attend the Teacher Orientation Workshop, at the Federal Reserve Bank of Chicago, 230 South LaSalle St., Chicago, IL 60604.</p></div>'
	

myarray[2]='<div><p>Did you know that the University of Illinois Library has created a <a href="http://www.euc.illinois.edu/resources/portal/">web portal to the EU</a> listing many internet resources on the EU, and a guide to the library holdings on EU topics?</p></div>'

	//'line-height': '1.3em',
			//'font-size':'1em',
	
		
	var $slideshow = $('#slideshow');
	for (var i = 0; i < myarray.length; i++)
		$slideshow.append(myarray[i]);
	
	$slideshow.cycle({
		
		delay:  0,
	    speed:  3000,
    	timeout: 10000,
	    random: 0,
		containerResize: 1		 
	});

});
/*

,
	    

*/