var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [360, 230], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
                ["uploads/images/homepagePromos/promotion0.jpg", "http://www.tcmechanical.com/contact-residential-service.php", "_blank", ""],  //path to img, link, target ie _blank, description
		["uploads/images/homepagePromos/promotion3.jpg", "http://www.energystar.gov/index.cfm?c=tax_credits.tx_index", "_blank", ""],
		["uploads/images/homepagePromos/promotion4.jpg", "http://www.efficiencyunited.com/", "_blank", ""],
		["uploads/images/homepagePromos/promotion5.jpg", "http://www.consumersenergy.com/eeprograms/content.aspx?id=800", "_blank", ""] //<--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: ""
})

