//Input hints
$(document).ready(function(){
	$("input#modlgn_email").ezpz_hint();
	$("input#modlgn_first_name").ezpz_hint();
	$("input#modlgn_phone").ezpz_hint();
	$("input#modlgn_school").ezpz_hint();
	$("input#quote-notes").ezpz_hint();
});

//Home page slide images
$(document).ready(function(){	
	$("#home_slider").easySlider({
		auto: 			true,
		continuous: 	true,
		numeric: 		true,
		spead: 			500,
		pause:			8000,
		numericId: 		'controls',
		controlsShow: 	true
	});
});
