$(document).ready(function(){
	$("abbr[title]").tooltip();
	
	$(".date-selected").live("click", function(){
		$("input[type='submit']").removeAttr("disabled");
	});
});
