/**
 * A script to make tooltips a little easier to read and increase their
 * functionality. This script will ensure that contents is displayed in 
 * nicer way.
 */
$("span.definition").tooltip();
