window.addEvent('domready', function() {
		var myTips = new Tips($$('.myTips'), {
				className: 'custom',
				maxTitleChars: 100,
			});
});

