jQuery(function($){
		$("#dateinput").datepicker();
		$("#dateinput2").datepicker();
		if($("#submitAppt")){
			//alert("Appointment Request Form continue has been clicked");
			//Appointment Request Form continue has been clicked
			if($("#first")) $("#firstHidden").value=$("#first");
			
		}
	});
	$.datepicker.setDefaults({showOn: 'both', buttonImageOnly: true, 
		buttonImage: 'images/cal.gif', buttonText: 'Calendar'});