// set page width to new wider setting (for centering the large images)
tate_enlarge_content_width = 950;


$(document).ready(function() {

    $(".membersbutton a").hover(
      function () {
        $(this).html('Join Now');
      }, 
      function () {
        $(this).html('Free for Members');
      }
    );

});
