/* JQUERY FOR TOOLTIPS:
*/

$(document).ready(function () {
   $("span.tooltip[@title]").rzTooltip();
});