jQuery(function($) {
$(document).ready(function()
  {
    $("#myTable").tablesorter({textExtraction:"complex"});
  }
);
$(".funky").tooltip();
});

