// image slide show
$(window).load(function() {
	$('#s1').fadeIn(2000);
	$('#s1').cycle({ 
		fx:    'fade',
		speed:  1000,
		timeout: 8000
	});

	$('#right').removeClass('loading');
});
