$(document).ready(function() {
	$('#splash').cycle({ 
		timeout:  8000, /* Time between each slide in ms. */
		speed:  1000 /* The length of the fade transition. */
	}); 
});
