$(document).ready(function() {
  $('.close-top-bar').click(function(event) {
      var iframe_source = $('iframe').attr('src');
      window.location = iframe_source;
      event.previousDefaultAction();
    })
});
