
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [370, 60], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		//["path_to_image", "optional_url", "optional_linktarget", "optional_description"]
		["http://www.ashiyask9.ca/images/ashiyas_k9_banner_006.png", "", "", ""],
		["http://www.ashiyask9.ca/images/ashiyas_k9_banner_001.png", "", "", ""],
		["http://www.ashiyask9.ca/images/ashiyas_k9_banner_002.png", "", "", ""],
		["http://www.ashiyask9.ca/images/ashiyas_k9_banner_003.png", "", "", ""],
		["http://www.ashiyask9.ca/images/ashiyas_k9_banner_006.png", "", "", ""],
		["http://www.ashiyask9.ca/images/ashiyas_k9_banner_004.png", "", "", ""],
		["http://www.ashiyask9.ca/images/ashiyas_k9_banner_005.png", "", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})

