var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [150, 113], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
			["/images/header_graphics/0296620.jpg", "", ""],
			["/images/header_graphics/0402184.jpg", "", ""],
			["/images/header_graphics/0403755.jpg", "", ""],
			["/images/header_graphics/0434506.jpg", "", ""],
			["/images/header_graphics/1948200.jpg", "", ""],
			["/images/header_graphics/0595172.jpg", "", ""],
			["/images/header_graphics/0662811.jpg", "", ""],
			["/images/header_graphics/0869315.jpg", "", ""],
			["/images/header_graphics/1926626.jpg", "", ""],
			["/images/header_graphics/1340402.jpg", "", ""],
			["/images/header_graphics/1711181.jpg", "", ""],
			["/images/header_graphics/1920418.jpg", "", ""],
			["/images/header_graphics/1757424.jpg", "", ""],
			["/images/header_graphics/1757452.jpg", "", ""],
			["/images/header_graphics/1763300.jpg", "", ""]
	],
	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false,  randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 200, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [168, 200], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/ads/old_neighborhood.jpg", "http://www.oldneighborhoodfoods.com/", "_new"],
		["/images/ads/beverly-hospital-logo.jpg", "http://www.beverlyhospital.org", "_new"],
		["/images/ads/brigham_penny_sd_logo_855_caring_lawjpeg.jpg", "http://www.elderlawsolutions.com", "_new"],
		["/images/ads/rightathome.jpg", "http://www.rightathome.net", "_new"],
		["/images/ads/northeast_clinical.jpg", "http://www.northeastclinicalservices.org", "_new"],
		["/images/ads/elder_service_plan_of_ns.png", "http://www.pacenorthshore.org", "_new"],
		["/images/ads/ahc_logo_2006.jpg", "http://www.associatedhomecare.com", "_new"],
		["/images/ads/best_home_care.jpg", "http://www.yourpartnerincare.com", "_new"],
		["/images/ads/henrys_market.jpg", "http://www.henrysofbeverly.com", "_new"],
		["/images/ads/multicultural_logo.gif", "http://www.multiculturalhomecare.com", "_new"],
		["/images/ads/nsmc_logo_black.jpg", "http://www.nsmc.partners.org", "_new"],
		["/images/ads/eastern_bank.jpg", "http://www.easternbank.com", "_new"],
		["/images/ads/aviv-centers-for-living.png", "http://www.avivliving.org", "_new"],
		["/images/ads/the_lafayette.png", "http://www.thelafayette.net", "_new"]
	],
	displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false,  randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})


