   		$(document).ready(
				function(){

$('ul#splashanim2').innerfade({
						speed: 1500,
						timeout: 4000,
						type: 'sequence',
						containerheight: '446px'
					});

			});
