window.addEvent('domready',function() {  
    new SmoothScroll({ duration:400 }, window); 
});  

