// JavaScript Document

var photoThumbnails = new Array();

photoThumbnails[0] = new Array('http://i292.photobucket.com/albums/mm18/ECRdevelopment/Hope%20For%20Youth%20Program/After%20School%20Art%20Program/HFYAfterSchoolArtProgramFEB1820105.jpg', 'http://s292.photobucket.com/albums/mm18/ECRdevelopment/Hope%20For%20Youth%20Program/After%20School%20Art%20Program/?action=view&current=HFYAfterSchoolArtProgramFEB1820105.jpg');
photoThumbnails[1] = new Array('http://i292.photobucket.com/albums/mm18/ECRdevelopment/College%20Readiness%20Program%202010/MedicalAssistantProgramatEverest-1.jpg', 'http://s292.photobucket.com/albums/mm18/ECRdevelopment/College%20Readiness%20Program%202010/?action=view&current=MedicalAssistantProgramatEverest-1.jpg');
photoThumbnails[2] = new Array('http://i292.photobucket.com/albums/mm18/ECRdevelopment/Dia%20de%20los%20Muertos%202009/Ofrendas/DDLMOfrendasNOV1200967.jpg', 'http://s292.photobucket.com/albums/mm18/ECRdevelopment/Dia%20de%20los%20Muertos%202009/Ofrendas/?action=view&current=DDLMOfrendasNOV1200967.jpg');
photoThumbnails[3] = new Array('http://i292.photobucket.com/albums/mm18/ECRdevelopment/Day%20of%20Caring%202009/IMG_4535.jpg', 'http://s292.photobucket.com/albums/mm18/ECRdevelopment/Day%20of%20Caring%202009/?action=view&current=IMG_4535.jpg');
photoThumbnails[4] = new Array('http://i292.photobucket.com/albums/mm18/ECRdevelopment/Day%20of%20Caring%202009/IMG_4614.jpg', 'http://s292.photobucket.com/albums/mm18/ECRdevelopment/Day%20of%20Caring%202009/?action=view&current=IMG_4614.jpg');
photoThumbnails[5] = new Array('http://i292.photobucket.com/albums/mm18/ECRdevelopment/Day%20of%20Caring%202009/vol2.jpg', 'http://s292.photobucket.com/albums/mm18/ECRdevelopment/Day%20of%20Caring%202009/?action=view&current=vol2.jpg');
photoThumbnails[6] = new Array('http://i292.photobucket.com/albums/mm18/ECRdevelopment/Latino%20Legislative%20Day%202010/LatinoLegDayJAN222010110.jpg', 'http://s292.photobucket.com/albums/mm18/ECRdevelopment/Latino%20Legislative%20Day%202010/?action=view&current=LatinoLegDayJAN222010110.jpg');
photoThumbnails[7] = new Array('http://i292.photobucket.com/albums/mm18/ECRdevelopment/Senior%20Garden%20Boxes%202010/SeoradelaCruzMAR2010.jpg', 'http://s292.photobucket.com/albums/mm18/ECRdevelopment/Senior%20Garden%20Boxes%202010/?action=view&current=SeoradelaCruzMAR2010.jpg');
// Do not change the folloring code:
function returnPhotos()
{
	r_photoThumnails = photoThumbnails;
	return r_photoThumnails;
}