$(document).ready(function(){
     $("img").hide();
	$(window).load(function() {$("img").show(); });
     });



$(document).ready(function(){
			$(window).load(function () {
				$("#slider").easySlider({
					auto: true,
					controlsShow: false,
					continuous: true,
					speed: 5000,
					pause: 500
					});
			});
});
