<!-- hide script from old browsers

 // Date, etc
 today=new Date();
 // 
  document.writeln(month[today.getMonth()+1]+ " " +today.getDate()+", "+(today.getFullYear()));

 // end hiding script from old browsers -->
