 var mygallery=new fadeSlideShow({
	wrapperid: "home-search-right", //ID of blank DIV on page to house Slideshow
	dimensions: [730, 276], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/home/new-car-ban-200112.jpg", "/new-ford/", "_self"],
		["/images/home/vauxhall-180112.jpg", "/new-vauxhall/", "_self"],
	 	
	// These following slides may want to go back in at some point!!!	
	//	["/images/home/new-151211.jpg", "", ""],
	//	["/images/home/new-cost-060112.jpg", "/find-us/ford-halifax.aspx", "_self"],
	//	["/images/home/vauxhall-151211.jpg", "/new-vauxhall/", "_self"],
	//	["/images/promotions/banners/peugeot/peugeot-181111-1.jpg", "/new-peugeot/", "_self"],
	//	["/images/home/home-rotate-120112.gif", "http://www.dews.co.uk/UsedQuery.aspx", "_blank"]//<--no trailing comma after very last image element!
	],
	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: ""
})
 
 
