	   
	   // 4 ways to below. Complete ID OR CLASS NAME or delete, as appropriate.
	   
jQuery(document).ready(
				function(){
					jQuery('#fp-promo ul').innerfade({
						speed: 2000,
						timeout: 4000,
						type: 'sequence',
						containerheight: '303px'
					});
			});

