jQuery(document).ready(function() {
	$('.row .info').bt({
		textzIndex: 99999,
		boxzIndex: 99990,
		fill: '#f8f291',
		cssStyles: {color: 'black', fontSize: '9pt', width: 'auto'},
		strokeWidth: 1,
		strokeStyle: '#bebb8e',
		padding: 16,
		overlap: -4,
		cornerRadius: 12,
		animate: (jQuery.browser.msie ? false : true),
		spikeLength: 25,
		spikeGirth: 5,
		positions: ['top']
	});
});