// JavaScript Document
		var imgArray = new Array();
      	imgArray[0] = "slidesshow/image1.jpg";
      	<!--imgArray[1] = "images/slides/2_employee of the month_SB.jpg";-->
      	imgArray[1] = "slidesshow/image2.jpg";
		imgArray[2] = "slidesshow/image3.jpg";
		/*imgArray[3] = "slidesshow/EmployeeOftheMonth.jpg";
		imgArray[4] = "slidesshow/CommunityService.jpg";*/
      	slideshowMerge('effect','',imgArray,20,3000);