//双语功能

jQuery(function() {
	jQuery('.mbtitle').tooltip({
		track: true,
		delay: 0,
		showURL: false,
		showBody: " - ",
		fade: 250
	});
});
