// kjQuery initiation of header animation script

jQuery(document).ready(function($) {
				$('#animation').innerfade({
					speed: 1000,
					timeout: 5000,
					type: 'random_start',
					containerheight: '198px'
				});
	});
