$(function() {
	$('div#welcome').cycle({
		fx: 'fade',
		speed: 500
	});
})
