$(document).ready(function() {
	Cufon.replace($('.cufon-js'), {
		hover: true,
		fontFamily: 'DaxlinePro-Light'
	}); 
	Cufon.replace($('.cufon2-js'), {
		hover: true,
		fontFamily: 'DaxlinePro-Medium' 
	});
		Cufon.replace($('.cufon3-js'), {
		hover: true,
		fontFamily: 'DaxlinePro-Bold' 
	});
	Cufon.now();
	$("table .cal").click(function(e) {
		e.stopPropagation();
	});
	
	$('table, table td, table th').click(function() {
		hideCalendar();
	});
});
