
//alert(location.host + "/images/banner.gif"); 

//alert(location.pathname); 

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [901, 251], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		[location.search + "/images/2.gif"],
		[location.search + "/images/1.gif"],
		[location.search + "/images/3.gif"],
		[location.search + "/images/4.gif"],
		[location.search + "/images/5.gif"],
		[location.search + "/images/6.gif"],
		[location.search + "/images/7.gif"],
		[location.search + "/images/8.gif"],
		[location.search + "/images/10.gif"],
		[location.search + "/images/11.gif"],
		[location.search + "/images/12.gif"]//<--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: "ondemand",
	togglerid: ""
})
