$(document).ready(function(){
	$('#welcome-message').cycle({
		timeout:  10000,
		speed:  2000
	});
});