$(document).ready(function(){

    var myOptions = {
	noImages: 3,
	path: "images/",
	links: {
	    1:"http://www.jquery.com",
	    2:"http://www.jquery.com",
	    3:"http://www.jquery.com"
	},
	timerInterval: 2500,
	randomise: true
    };

    $('#slider').easySlides(myOptions);
})

