jQuery(window).bind("load", function() {
	jQuery("div#slider1").codaSlider()
	  var autoSlide = setInterval(function()
	  {
		$("#left-link").click();
		}, 10000);
		//(this).hover(function () { $(".left-link").stop(); })
		        // on hover
				// stop any animations currently running
});