window.addEvent('domready', function(){
  // Smooth Scroll
	var scroll = new SmoothScroll({duration: 900});
});