jQuery(document).ready(function($) {
	$(function() {
		$("#arrive").datepicker();
	});
});

