window.addEvent('domready',function() {
	//scroller
	new SmoothScroll({duration:1000, transition:Fx.Transitions.quadOut});
	
});
