function bi() {
  window.alert("Thanks to: various locations from which the images were obtained, Thinkquest for allowing us in this competition, and the American Heritage Dictionary for making the glossary possible.")
}


function doClock() {

   today = new Date();
   var kk = today.toString();    
   window.alert(kk);
   return;
}
