// JavaScript Document
  function reloadit_one_time()  {
    checkit = self.location.href
    if(!checkit.match('#'))  {
      self.location.replace(checkit + '#')
    }
  }
reloadit_one_time()