window.addEvent('domready', function() {
	new Tips($$('.tip'), {
		maxTitleChars: 0
	});
});
