function loadPage() {
  if (document.layers) {
     document.location.reload(0);
  }
}
