window.addEvent('domready', function(){
	var toolTips = new Tips($$('.hover-tip'), { maxTitleChars: 100 });
});


