$(window).load(function(){
	$('#js_slide').cycle({
		fx: 'fade',
		speed: '400',
		timeout: '6000'
	});
});	


