
// var mygallery=new fadeSlideShow({
// 	wrapperid: "advertisement", //ID of blank DIV on page to house Slideshow
// 	dimensions: [250, 300], //width/height of gallery in pixels. Should reflect dimensions of largest image
// 	imagearray: [
// 		["images/ad_space/carlsberg_ad_250x300.jpg", "http://www.carlsberg.ca/", "_new", ""],
// 		["images/ad_space/maleflixxx.gif", "http://www.tribe.maleflixxx.tv/", "_new", ""] //<--no trailing comma after very last image element!
// 	],
// 	displaymode: {type:'auto', pause:10000, cycles:0, wraparound:false},
// 	persist: true, //remember last viewed slide and recall within same session?
// 	fadeduration: 500, //transition duration (milliseconds)
// 	descreveal: "ondemand",
// 	togglerid: ""
// })


var mygallery2=new fadeSlideShow({
	wrapperid: "sponsors", //ID of blank DIV on page to house Slideshow
	dimensions: [123, 70], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/sponsors/churchmouse.gif", "http://www.firkinpubs.com/pubs/churchmouse-and-firkin/", "_new", ""],
		["images/sponsors/cruiseline.jpg", "http://www.cruiseline.ca/", "_new", ""],
		["images/sponsors/steamworks.gif", "http://www.steamworksonline.com/", "_new", ""],
		["images/sponsors/teperman.gif", "http://www.tepermandemo.com/", "_new", ""],
		["images/sponsors/woodys.gif", "http://www.woodystoronto.com/", "_new", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

