$(document).ready(function(){
	// Set up our options for the slideshow...
	var myOptions = {
		noImages: 5, // Number of images
		path: "http://www.wn.org/atf/cf/{74a7a90b-e848-4d01-97d0-e103d926ab00}/", // Relative path with trailing slash.
		links: { // Should the images link anywhere? if no links are required at all then this option can be omitted.
			1:"http://www.stopsavingtheworld.org/site/c.6oICJPPxGgIUF/b.6627033/k.BD79/Home.htm",
			2:"http://www.wn.org/site/lookup.asp?c=buITJ7NRKsLaG&b=6248441",
			3:"http://www.wn.org/site/c.buITJ7NRKsLaG/b.7759075/k.8EFA/Gift_Catalog.htm",
			4:"http://www.wn.org/site/lookup.asp?c=buITJ7NRKsLaG&b=6248681",
			5:"https://www.majiranimarket.com/default.aspx"
		},
		linksOpen:'sameWindow', // How to open links? sameWindow or newWindow.
		timerInterval: 7500, // 6500 = 6.5 seconds
		randomise: false // Start with random image? true=yes/false=no
	};
	
	// Initiate the Easy Slides plugin, assigning it to your contaner DIV...
	$('#slideshow_container').easySlides(myOptions);
})
