	countArticle = 0;
	var mySlideData = new Array();
	mySlideData[countArticle++] = new Array(
	'http://www.cals.ncsu.edu/agcomm/commserv_new/images/perspectives17.jpg',
	'http://www.cals.ncsu.edu/agcomm/magazine/fall08/science.html',
	'The Sweet (Potato) Science',
	'Sweet potatoes may be a fuel of the future, at least in North Carolina.'
	);
	mySlideData[countArticle++] = new Array(
	'http://www.cals.ncsu.edu/agcomm/commserv_new/images/perspectives18.jpg',
	'http://www.cals.ncsu.edu/agcomm/magazine/fall08/comeback.html',
	'Making a Comeback',
	'Dr. Eric Hinesley works to restore the Atlantic White Cedar and to replant wildfire-ravaged acres in eastern North Carolina.'
	);
	mySlideData[countArticle++] = new Array(
	'http://www.cals.ncsu.edu/agcomm/commserv_new/images/perspectives19.jpg',
	'http://www.cals.ncsu.edu/agcomm/magazine/fall08/ripple.html',
	'Ripple Effect',
	'In a summer course, high-school teachers sharpen their laboratory research skills — and take the tools back to their schools to inspire future scientists.'
	);
	mySlideData[countArticle++] = new Array(
	'http://www.cals.ncsu.edu/agcomm/commserv_new/images/perspectives13.jpg',
	'http://www.cals.ncsu.edu/agcomm/magazine/fall07/positive.html',
	'Accentuating the Positive',
	'Park Scholar and Goldwater Scholar Warren Perry learns from experience and keeps an open mind as he endeavors to achieve and serve.'
	);
	function startSlideshow() {
	var slideshow = new timedSlideShow($('mySlideshow'), mySlideData);
	}
	addLoadEvent(startSlideshow);
