//Contact starts here	
	$(function(){
		$('#contactAt').contactable({
	 		recipient: 'jamilergueta@gmail.com',
	 		subject: 'Insurance Quote Requested'
	 	});
	});
	
//Contact Ends here
$(document).ready(function(){

//Ad starts	here	
//-HeaderAd starts
		$('div#headerBt').click(
		function() {
			$('#headerContent').animate({"marginTop": "-=60px"}, "slow");
			$(this).animate({"marginTop": "-=60px"}, "slow").animate({"marginTop": "+=5px"}, "fast"); 
			
			$('#TotalBodyId').animate({"marginTop": "-=60px"}, "slow");
			$('#TotalBodyId').css({backgroundPosition: "0 0"});
			});						
});	

