	$(document).ready(function () {
		$('#b_day').calendar({yearRange: '-90:+0', dateFormat: 'MDY/'});
		popUpCal.autoPopUp = 'button';
	});
