var myScroll = new SmoothScroll({
    wait: false,
    duration: 900,
    offset: {'x': 0, 'y': 0},
    transition: Fx.Transitions.Cubic.easeInOut,
    links: $$('area', 'a')
});