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