window.addEvent('domready',function() { 
	//smooooooth scrolling enabled
	new SmoothScroll({ duration:700 }, window); 
});
