$(document).ready(function(){
    $('td.program').tooltip({delay: 0,fade: 250});
    $('td.program').bind("click",function(){
	window.location="calendar.list.php?date=" + $(this).attr("rel");
    });
});
