window.addEvent('domready', function(){
	var scrollTop = new Fx.SmoothScroll({duration: 1000, transition: 'circ:out'}, window);	
});
