$(document).ready(function() {
  $(".vpwinfo").each(function() { $(this).tipsy({fade: true}); });
});