jQuery(function(){
	// fade out the hover boxes upon DOM load
	// hover fade effect for Catamaran Homepage

	jQuery(".images_1,.images_2,.images_3").hover(function() {

			jQuery(this).children("h3").fadeOut("fast");
			jQuery(this).children(".hoverDiv").fadeIn("fast");
			
	
		},function(){
		
		jQuery('.hoverDiv').fadeOut("fast");
			jQuery(this).children("h3").fadeIn("fast");
	
	});
	
	
	jQuery(".buttonformhome input").click(function() {
		_gaq.push(['_trackEvent', 'Catamaran Book Now Form', 'Catamaran Book Now Form Submission']);
	});
	
	jQuery("#wpcf7-f6-p3234-o1 .wpcf7-submit").click(function() {
		_gaq.push(['_trackEvent', 'Meetings Quote','Meetings Quote Submission']);
	});

	jQuery(".request .wpcf7-submit").click(function() {
		_gaq.push(['_trackEvent', 'Banquets Quote.','Banquets Quote Submission']);
	});
	
	jQuery("#wpcf7-f2-p3186-o1 .wpcf7-submit").click(function() {
		_gaq.push(['_trackEvent', 'Contact Us Form','Contact Us Form Submission']);
	});

	
});
