
// Used to attacht the calendar to different form fields when the ahah is finished.
function init_datepicker_ahah(format) {
	$('.dateinput').datepicker({dateFormat: format});
}