/* Smooth Scroll */
window.addEvent('domready',function() {    
     new SmoothScroll({ duration:1400 }, window);  
});
