/**
 * @author joerg
 */
window.onDomReady(function(){
    new SmoothScroll({
        duration: 1800
    });
});

