$(document).ready(function(){
	Cufon.replace('.cufon, #top-navigation li a, .menu-table a b', { hover: true });
	Cufon.replace('#foot h4', { fontFamily: 'Harrington', hover: true });
	
	$('.menu-table a img').hover(
		function(){
			$(this).attr('src', 'images/menu/'+$(this).attr('id')+'-over.jpg');
		},
		function(){
			$(this).attr('src', 'images/menu/'+$(this).attr('id')+'.jpg');
		}
	);
	
	$('.cycle').cycle();
	
	$('.star').attr('title', 'can be made without dairy, eggs, or animal products');
	$('.circle').attr('title', 'can be made gluten free');
});
