// JavaScript Document
	   $(document).ready(
				function(){
					$('ul#splash-home').innerfade({
						speed: 3000,
						timeout: 6000,
						type: 'sequence',
						containerheight: '396px'
					});	
			});
