/* REQUIRE: jquery.tooltip.min.js */

$(document).ready(function () {
	$("#very_inconspicuous_huilenId").tooltip({delay: 50, track: true, showURL: false, positionLeft: true, fade: 300, bodyHandler: function() { return $("<img src=\"images/eitjes/huilenhuilen.gif\" title=\"*huilen* *huilen*\" alt=\"*huilen* *huilen*\" />"); }});
});