// JavaScript Document

  $(function() {   
   
    $('.north').tipsy({gravity: 'n', fade: true});
  
  });
