window.addEvent('load', function() {
	var italyTips = new Tips($$('.mapTip'),{
		className: 'tool-tip',
		text: 'rel'
	});
});