$(document).ready(
	function(){
		$('#head-1').innerfade({
			speed: 2000,
			timeout: 7000,
			containerheight: '300px'
		});
		
		$('#head-2').innerfade({
			speed: 2000,
			timeout: 8000,
			containerheight: '300px'
		});

	}
);