jQuery.noConflict();
jQuery(document).ready(function($){
	$("#cfDate").datepicker({ minDate:1} );
});