psimages = new Array(10);
psimages[0] = "<a href =  '/projects/psbellingham.html'><img src='/images/home/home_psbellingham.jpg' width='332px' height='216px' border='0'></a>";
psimages[1] = "<a href =  '/projects/pshesperia.html'><img src='/images/home/home_pshesperia.jpg' width='332px' height='216px' border='0'></a>";
psimages[2] = "<a href =  '/projects/psindio.html'><img src='/images/home/home_psindio.jpg' width='332px' height='216px' border='0'></a>";
psimages[3] = "<a href =  '/projects/pscrescentavalley.html'><img src='/images/home/home_pscrescentavalley.jpg' width='332px' height='216px' border='0'></a>";
psimages[4] = "<a href =  '/projects/psweatherford.html'><img src='/images/home/home_psweatherford.jpg' width='332px' height='216px' border='0'></a>";
psimages[5] = "<a href =  '/projects/psorange.html'><img src='/images/home/home_psorange.jpg' width='332px' height='216px' border='0'></a>";
psimages[6] = "<a href =  '/projects/psscranton.html'><img src='/images/home/home_psscranton.jpg' width='332px' height='216px' border='0'></a>";
psimages[7] = "<a href =  '/projects/psmanchester.html'><img src='/images/home/home_psmanchester.jpg' width='332px' height='216px' border='0'></a>";
psimages[8] = "<a href =  '/projects/pspawater.html'><img src='/images/home/home_pspawater.jpg' width='332px' height='216px' border='0'></a>";
psimages[9] = "<a href =  '/projects/pswalnutvalley.html'><img src='/images/home/home_pswalnutvalley.jpg' width='332px' height='216px' border='0'></a>";


function getProjectSpotlight()
{
	var index = Math.floor(Math.random() *  psimages.length);
	document.write(psimages[index]);
}
