$(function() {
	$('#datepicker').datepicker({
		changeMonth: true,
		changeYear: true,
		showOn: 'both',
		buttonImage: 'http://www.lordelginhotel.ca/specials_packages/OT_Widget/images/calendar.png',
		buttonImageOnly: true,
		minDate: 0
	});
});
