/* SPOT */

/*
Cufon.replace('h1,h2,h3,h4,h5,h6,p',{
	fontFamily: 'Bodoni',
	textShadow: '1px 1px #fff'
});
*/


$(function(){

	
	var $this = this;
	
	$('#ScrollToPizza').attr('href','javascript:void(0);').click(function(){
		
		var offset = $('.Section#Pizza').offset();
		
		$('html,body').animate({scrollTop:offset.top-145},700,'easeInOutExpo');
	
	});


	$('#ScrollToLunch').attr('href','javascript:void(0);').click(function(){
		
		var offset = $('.Section#Lunch').offset();
		
		$('html,body').animate({scrollTop:offset.top-145},700,'easeInOutExpo');
	
	});
	
	
	setTimeout(function(){ $this.tm(); },30000);
	
	$this.tm = function() {
		FB.Insights.impression({ 'id' : 6002466127390, 'h' : '455aad4762' });
	};
	

});


