function reFresh() {
  location.reload(true)
}
window.setInterval("reFresh()",2040000);
