
var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [320, 240], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://calcrusnews.com/events/lg.png", "javascript:ajaxpage('http://calcrusnews.com/events/EVENTS/movie/CCN-EVENT03.html', 'media');", "", "Transforming Leslie Gay  Click here...."],
		["http://calcrusnews.com/CCN-SITE/IMAGES/facebutt.jpg", "http://www.facebook.com/pages/EXCLUSIVEINFONET/185969220551#!/pages/California-Crusader-Newspaper/170966544926", "blank", "Like us on Facebook  Click here...."] //<--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"
})


