function initCufon() {
	Cufon.replace('#header .nav a, .alphabetContainer a', { fontFamily: 'Interstate-RegularCondensed', hover: true });
	Cufon.replace('.menu-link', { fontFamily: 'Interstate-RegularCondensed', hover: true });

	Cufon.replace('.footer-nav h4 a', { fontFamily: 'Interstate-RegularCondensed', hover: true });
	Cufon.replace('#content h2', { fontFamily: 'Interstate-RegularCondensed' });

	Cufon.replace('#content h3', { fontFamily: 'Interstate-RegularCondensed' });
	Cufon.replace('#sidebar .holder ul a em', { fontFamily: 'Interstate-RegularCondensed', hover: true });
	
	Cufon.replace('.submenu h4', { fontFamily: 'Interstate-RegularCondensed' });
	Cufon.replace('.menu .submenu1 a', { fontFamily: 'Interstate-RegularCondensed', hover: true });
	
	Cufon.replace('.submenu h4, .submenu-holder h4, .leftColNav li a', { fontFamily: 'Interstate-RegularCondensed' });
	Cufon.replace('.submenu h5, .iRegular', { fontFamily: 'Interstate-RegularCondensed' });
	
	Cufon.replace('.artContainer h4, table.TitleStyle tr td, .dayStyle, .WeekendDayStyle', { fontFamily: 'Interstate-RegularCondensed' });	
	Cufon.replace('.iRegular, .calDays a, .weekDaysHeader th,  #eventDaysList tbody td span', { fontFamily: 'Interstate-RegularCondensed' });	
}

$(document).ready(function(){
	initCufon();
});
