	$(document).ready(
		function(){				
			$('ul#header_img').innerfade({
				speed: 'slow',
				timeout: 6000,
				type: 'sequence',
				containerheight: '322px'
			});
	});
