var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [370, 185], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
 		["uploads/images/homepagePromos/promotion5.jpg", "http://www.efficiencyunited.com/", "_blank", ""],
		["uploads/images/homepagePromos/promotion6.jpg", "http://www.consumersenergy.com/eeprograms/content.aspx?id=800", "_blank", ""],
		["uploads/images/homepagePromos/promotion7.jpg", "http://www.michiganenergyoptions.org/current-projects/mi-appliance-rebate", "_blank", ""],
		["uploads/images/homepagePromos/promotion1.jpg", "index.php/promotion-1", "", ""],
		["uploads/images/homepagePromos/promotion2.jpg", "index.php/promotion-2", "", ""],
		["uploads/images/homepagePromos/promotion3.jpg", "index.php/promotion-3", "", ""],
		["uploads/images/homepagePromos/promotion4.jpg", "index.php/promotion-4", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1100, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
