diff --git a/index.html b/index.html
index dda72fe..031df59 100644
--- a/index.html
+++ b/index.html
@@ -256,6 +256,11 @@ function GetBeamStatus(){
setInterval(GetBeamStatus, 5* 1000);
+function refreshPage() {
+ location.reload();
+}
+
+setTimeout(refreshPage, 60*60*1000); // REFRESH PAGE EVERY HOUR