var horizBanners=new fadeSlideShow({
	wrapperid: "mihome_banner_2_right", //ID of blank DIV on page to house Slideshow
	dimensions: [320, 80], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["../images/content/pagebuilder/iPhone_app_graphic.jpg", "http://itunes.apple.com/us/app/lord-help-israel/id432288334?mt=8", "_blank"],
		["../images/content/pagebuilder/Garden_of_secrets.jpg", "http://itunes.apple.com/us/album/garden-of-secrets/id417240668", "_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: 500, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: "fadeshow2toggler"
})
