var mygallery=new fadeSlideShow({
	wrapperid: "portalshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [670, 300], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://www.midnightcartel.com/styles/v20/images/slideshow/portal/portal_1.jpg", "", "", ""],
		["http://www.midnightcartel.com/styles/v20/images/slideshow/portal/portal_2.jpg", "http://www.midnightcartel.com/community/viewtopic.php?f=10&t=4323", "_parent", ""],
		["http://www.midnightcartel.com/styles/v20/images/slideshow/portal/portal_3.jpg", "http://www.midnightcartel.com/resources/roster/", "_new", ""],
		["http://www.midnightcartel.com/styles/v20/css/events.php?t=portal", "http://www.midnightcartel.com/styles/v20/css/events.php?t=link", "_parent", ""],
		["http://www.midnightcartel.com/styles/v20/images/slideshow/portal/portal_4.jpg", "http://www.midnightcartel.com/index.php?p=contact", "_parent", ""]
],
	displaymode: {type:'auto', pause:4500, cycles:0, wraparound:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: "portalshow1toggler"
})
