function more60Days () {
	alert('Due to fuel cost variations, we can not give price quotes for a move greater than 60 days in the future.  Please call us at 800.613.1207 to make special arrangements.');
	
	
	////////////////////////////////for each field///////////////////////////////
	jQuery('#shipdate').val(date_0);
	jQuery('#shipdate2').val(date_0);
	jQuery('#ti_date').val(date_0);
	////////////////////////////////end each field///////////////////////////////
	
	return;
}

function less2Days () {
		   
	alert('I see you want to move within 48 hours, please call us at 800.613.1207 to make special arrangements.');
	////////////////////////////////for each field///////////////////////////////

	jQuery('#shipdate').val(date_0);
	jQuery('#shipdate2').val(date_0);
	jQuery('#ti_date').val(date_0);
	/////////////////////////////////end each field///////////////////////////////////
	return;
}
