// Custom site initialization goes here.

$(document).ready(function() {
	$("#checkIn").datepicker('option', { dateFormat: 'mm/dd/yy' });		
});


