	// Header animation
	$(document).ready(function(){
		$('.header-animation').cycle({ timeout:8000});
	});	