	window.addEvent('domready', function(){	
		
		// smooth scroll enabled on bookmarks
		new SmoothScroll({ duration:700 }, window);
		
		// tooltips enabled on elements with class .tooltip
		var toolTips = new Tips('.tooltip',{ 'className':'t_tool_tip'});
		
	});