$(function(){
	$('#match-tt').tooltip({
		track: true,
		delay: 100,
		showBody: '::',
		opacity: 0.85,
		bodyHandler: function(){
			return 'the percentage of the initial player deposit that is added to the player account free by the casino';
		}
	});
	$('#bonus-tt').tooltip({
		track: true,
		delay: 100,
		showBody: '::',
		opacity: 0.85,
		bodyHandler: function(){
			return 'the maximum amount of money paid to the player as a match bonus';
		}
	});
});