/*
 * Add dictionary tooltips to the links
 */

$( function() {
	$('A.dictionary').cluetip({
    showTitle: false,
    waitImage: false,
    arrows: true
    
	});
});
