$(document).ready(function() {
	$(".show_dates").tipsy({html: true,
							title: function() {
								return $("#" + $(this).attr("id") + "_hidden").html();
							}
						  });
}); 
