//
//	===========================================================
//	Positive Purpose Coaching - Interface JS
//	Author: Mark C. Garity, Anchorwave.com
//	===========================================================
//	Description: Interface functions and initialization
//	===========================================================
//

jQuery(function( $ ){	
				
//	Form input text disapears onFocus
	$('#consultation #cf_field_1').example('Name');
	$('#consultation #cf_field_2').example('Email');
	$('#consultation #cf_field_3').example('Phone');
	$('#consultation #cf_field_4').example('Message');
	
	$('#cf3_field_2').example('Email');
	
	$('#contact-bg #cf2_field_1').example('First Name');
	$('#contact-bg #cf2_field_2').example('Last Name');
	$('#contact-bg #cf2_field_4').example('Email');
	$('#contact-bg #cf2_field_3').example('Phone Number');
	$('#contact-bg #cf2_field_6').example('Message');
	$('#contact-bg #cf2_field_5').example('Subject');
});
