$(document).ready(function() {
	$('#slideshow p').cycle({
		fx: 'scrollRight',
		speed: 2000,
		timeout: 8000
	});
	$('#welcome').cycle({
		fx: 'fade',
		speed: 1000,
		timeout: 5000
	});
});