//when the dom is ready   
window.addEvent('domready',function() {   
    //smooooooth scrolling enabled   
    //new SmoothScroll({ options }, window);   
    new SmoothScroll({ duration:700 }, window); //700 milliseconds to get there   
});  