var gotoLocation
function reload(destination)  {
   var timeLimit;
   timeLimit = (20 - 3) * 60;
   gotoLocation=destination;
//   window.setTimeout(((gotoLocation) ? "window.location.href = gotoLocation" : 
//   "location.reload()"), timeLimit*1000)
}
