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

