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