
  if (document.layers) {

  window.onResize = reloadIt;

  }

   function reloadIt() {

  document.location = document.location;

   }


