$(document).ready(function() {

	$('.tooltip').bt({
		fill: 'white',
		    cssStyles: {fontFamily: 'tahoma'},
		    hoverIntentOpts: {interval: 0}
		    });

    });