/* FX.Scroll */
/* smooth back to top effect */
/* Works with mootools-release-1.2 */
/* more info at http://docs.mootools.net/Plugins/Fx.Scroll */

window.addEvent('domready',function() {
    new SmoothScroll({ duration:2500 }, window);
});




