/* jquery startup per ID or Class section */

// <![CDATA[
$(document).ready(function(){

// smooth scroller
$("a.scroller").smoothScroll({
//afterScroll: function() {location.hash = this.hash;}
});

});

//]]>

