// JavaScript Main Content

	$(document).ready(
		function(){
			$('#header_sections').innerfade({
				speed: 'slow',
				timeout: 7000,
				type: 'sequence',
				containerheight: '216px'
			});
		}
	);