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

