jQuery.noConflict();
jQuery(document).ready(function() {
  jQuery("h2").tooltip();
});

