// JavaScript Document

window.addEvent('domready',function() { 
	new SmoothScroll({ duration:1200 }, window); 
});


