
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [295, 187], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["ad1.png", "http://www.kineticsparks.com", "_new", ""],
		["ad2.png", "http://www.embraceactivewear.com", "_new", ""],
		["ad3.png", "http://www.vivaamerica.com/advertising.html", "_new", ""]
	],
	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [295, 187], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
	    ["ad1.png", "http://www.embraceactivewear.com", "_new", ""],
		["ad3.png", "http://www.vivaamerica.com/advertising.html", "_new", ""],
		["ad2.png", "http://www.kineticsparks.com", "_new", ""]
		

	],
	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [295, 187], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		
		["ad3.png", "http://www.vivaamerica.com/advertising.html", "_new", ""],
		["ad1.png", "http://www.kineticsparks.com", "_new", ""],
		["ad2.png", "http://www.embraceactivewear.com", "_new", ""]
		
	],
	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow4", //ID of blank DIV on page to house Slideshow
	dimensions: [600, 400], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["pic1.jpg"],
		["pic2.jpg"],
		["pic3.jpg"]
	],
	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500 //transition duration (milliseconds)
})

