function doCufon() {
	Cufon(['#section_title h1','#section_title h2','#section_title h3', '.pageTitleLight h2','.venueTitle h2','#bookingProgress h2','#bookingProgress h4','#bookingFeeDiv .strong','#menu_subnav li','#food_nav li','.featured_food_h3 h3','.featured_food_price','.list_description h2','.quote_inside h3','.cufon_bold'],{fontFamily: 'Chalet Bold'});
	Cufon(['.cufon','.blueBar','.azzurro','.messageBox'],{fontFamily: 'Chalet Regular'});
	Cufon('.cufon2',{fontFamily: 'GarageGothic'});
}

$(document).ready(function(){
	doCufon();
});