window.addEvent('domready', function(){

	var mySmoothScroll = new Fx.SmoothScroll({
    links: '.smooth',
    wheelStops: false
});

});
