$(document).ready(function() {
	Date.firstDayOfWeek = 7;
	Date.format = 'mm/dd/yyyy';
	$('.date_picker').datePicker();
	$('.grayed').click(function() { if($(this).is('.grayed')) { $(this).toggleClass('grayed'); $(this).empty(); $(this).click = null; } });
});