$(document).ready(function(){
	$("ul.nav li a, h2 a").click(function() {
        $.scrollTo($($(this).attr("href")), {
            duration: 800,
            easing: 'easeInOutQuad'
        });
        return false;
    });
   $('a.pageslide').pageSlide({
   		width: "600px",
   		modal: true
    });
    $('a.email').nospam({
      replaceText: true,
 	  filterLevel: 'low'
    });
});











