$(function(){
	$('input.date').datepicker({
		altFormat: "W3C",
		buttonImage: "/lib/images/minicalendar/calendar.jpg",
		changeMonth: true,
		changeYear: true,
		dateFormat: "D, M d, yy"
	});
});


// SVN: $Id: cambio-renderform.js 709 2009-06-18 17:07:25Z Jason Huck $
