$(document).ready(function(){
	if($('#splash-container>img').length > 1){
		$('#splash-container').cycle('fade');
	}
});
