window.addEvent('domready',function(){
	
	new SmoothScroll({ duration: 1000 }, window);
	
	//create the tooltips
	var myTips = new Tips('.tips');

});