
window.addEvent('domready', function() {

	new SmoothScroll({ duration:700 }, window); //700 milliseconds to get there
	//alert('test');
});
	
	