  $(document).ready(function() {
    $("a.thumb, img.thumb").thumbs(); // the wrapping function
    $("a.thumb img, img.thumb").thumbsImg(); // the img positioning function (optional)
  });
