(function($){	
	Cufon.replace('div#content h1, div#topContact, div#newsBox h2, div#scheduleBox h2, form.form h3', {fontFamily: "Helvetica Neue"});
	Cufon.replace('div#navigation ul li a, div#homepageCategories a span', {hover: "true", fontFamily: "Helvetica Neue"});
})(jQuery);

$(function(){
	$('#scheduleBox table tr:eq('+(currentDay-1)+')').addClass('current');	
	$("a[rel='gallery']").colorbox({slideshow:true, height:"95%"});	
});
