Widget:Refresh

<script type="text/javascript">

  setTimeout(function(){
    window.location.reload(1);
  }, 300000);

</script>