﻿$(function() {
	// reservations
	$(".datepicker").focus(function() { if ($(this).val() === 'mm/dd/yyyy') { $(this).val("")}; }).datepicker({ duration: 0, showOn: 'both', buttonText: 'Display a date picker', buttonImageOnly: true, buttonImage: '/images/sd/calendar.gif' });
});

