var today = new Date();
var m = today.getMonth() + 1;
var thismonth =
        ( 1==m)?'jan':( 2==m)?'feb':(3==m)?'mar':
        ( 4==m)?'apr':( 5==m)?'may':(6==m)?'jun':
        ( 7==m)?'jul':( 8==m)?'aug':(9==m)?'sep':
        (10==m)?'oct':(11==m)?'nov':'dec';

//<a href=schedule.php accesskey=4>Schedule</a>  | \
document.write('\
<DIV CLASS="bottom_nav">\
<a href=/about.shtml accesskey=3>About Us</a>  |  \
<a href=/schedule.php#' + thismonth + ' accesskey=4>Schedule</a> | \
<a href=/records.shtml accesskey=5>Records</a> | \
<a href=/resources.shtml accesskey=6>Resources</a> | \
<a href=/booster.php accesskey=7>Booster Club</a> | \
<a href=/alumni.shtml accesskey=8>Alumni</a> | \
<a href=/index.php accesskey=2>Home</a>\
<br>\
</DIV>\
')
