/**
 * @author André Fiedler
 */
window.addEvent('domready',function() {
	
	new SmoothScroll({ duration: 700 }, window);
});