// JavaScript Document
function tm(){
  tm = setInterval("location.reload()",180000);
}

