<!-- Hide script from old browsers

/*
Display Today's Date Script
Written By: Charlie Gabel
For: Hancock Soccer Association Website
Date Written: 02-26-2002
Date Modified: 03-12-2003
*/

document.write("Today is " + dayName[now.getDay()] + ", " + monName[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear())
  
// End hiding script from old browsers -->