window.addEvent('domready', function() {
     new SmoothScroll({duration: 2500, fps:50, transition: Fx.Transitions.quartInOut}); 
});


