/**
 * Makes all the tooltips on span.definition a lot better and easier to read.
 *
 * @author Berry Langerak, Ayavo BV.
 */
var myTooltip = new YAHOO.widget.Tooltip("myTooltip", {
    context: "span.definition"
});

