$(document).ready(
				function(){
					$('ul#home-header').innerfade({
						speed: 2000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '214px'
					});
			});
