window.addEvent('domready', function() {
									 
	 // scroll	
	 //smooooooth scrolling enabled
	 new SmoothScroll({ duration:644, transition: Fx.Transitions.Quad.easeOut }, window);
								
});
