$(document).ready(function()
  {
    // add link to masthead image
    $("#masthead").css('cursor', 'pointer');
    $("#masthead").click(function() {
     document.location = 'http://www.hisandton.co.za/checkavailability.php';
    });
  }
);
