$(document).ready(function() {
  
  $(document).everyTime(6000, function() {
    window.location = $('div#hotspot a').attr('href');
  });
  
});
