window.addEvent('domready', function() {
			new SmoothScroll({ duration:500 }, window);
			//$$('body').tween('opacity', [0, 1]);
});
