jQuery.noConflict();
jQuery(document).ready(function(){
	jQuery("#event_starts_on").datepicker();	
	jQuery("#event_ends_on").datepicker();
});