var Start = {

	init: function(){
		new SmoothScroll();
	}

};

window.addEvent('domready', Start.init);
