


var Spotl = new Array(3) 
Spotl[0] = '<a href="http://toledoblade.com/apps/pbcs.dll/article?AID=/20090507/NEWS09/905070340/-1/NEWS" target="_blank"><img src="/images/gallery/1.jpg" width="342" height="170"/></a>'
Spotl[1] = '<a href="/issues-facts"><img src="/images/gallery/2.jpg" width="342" height="170"/></a>'
Spotl[2] = '<a href="/voices-of-toledo"><img src="/images/gallery/3.jpg" width="342" height="170"/></a>'


function getSpotlight(imgnum)
{
	document.getElementById('photopanel').innerHTML = Spotl[imgnum];	
 	imgnum=imgnum+1;
	if(imgnum>2){ imgnum = 0};

	setTimeout("getSpotlight("+imgnum+")",5000);

}



