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

	doFooter();
}
