$(document).ready(function() {

	$('#splash').slideshow({
		timeout: 5000
	});
});


