  bearSchd = new Array
  ("jan.html","feb.html","mar.html","apr.html","may.html","jun.html",
   "jul.html","aug.html","sep.html","oct.html","nov.html","dec.html");
  now = new Date;
  bearMonth = '/calendar10/' + bearSchd[now.getMonth()];
 function openWindow() {
  location.href=bearMonth;
  }
