/* - */
/* WEB FONTS */
var myfont_webfont_test = false;
var woffEnabled = true;
var customPath = "/js/fonts/";
/* - */

$(document).ready(function(){

	$('.smoothscroll').live('click',function(e){
		$('html,body').animate({'scrollTop': $($(this).attr('href')).offset().top+'px'});
		e.preventDefault();	
	});

	

});
	

