var ctext = '';

days = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday");
months = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
today = new Date();

document.write(days[today.getDay()] +",<br> " +
	 today.getDate() + " " + months[today.getMonth()] + 
         " " + today.getFullYear());

ctext += '<p align="center"><a href="http://www.nfga.org"><img border="0" src="../images/nfga1.gif"></a></p>';

ctext += '<p align="center"><b><u>NFGA Disciplines</u></b></p>';

ctext += '<p align="center"><a class=tanhover href="../actionpistol/actionpistol.html">action pistol</a><br>';
ctext += '<a class=tanhover href="../archery/archery.html">archery</a><br>';
// ctext += '<a class=tanhover href="../blackpowder/blackpowder.html">black powder</a><br>';
ctext += '<a class=tanhover href="../bullseye/bullseye.html">bullseye pistol</a><br>';
ctext += '<a class=tanhover href="../cmp/cmp.html">cmp</a><br>';
ctext += '<a class=tanhover href="../highpower/highpower.html">high power</a><br>';
// ctext += '<a class=tanhover href="../junior_rifle/junior_rifle.html">junior rifle</a><br>';
// ctext += '<a class=tanhover href="../silhouette/silhouette.html">silhouette</a><br>';
ctext += '<a class=tanhover href="../schuetzen/schuetzen.html">Schuetzen</a><br>';
ctext += '<a class=tanhover href="../smallborerifle/smallborerifle.html">small bore rifle</a><br>';
ctext += '<a class=tanhover href="../trap/trap.html">trap</a></p>';

ctext += '<p align="center"><b><u>Other Offices</u></b></p>';

ctext += '<p align="center"><a class=tanhover href="../clubhouse/clubhouse.html">clubhouse</a><br>';
ctext += '<a class=tanhover href="../education/education.html">education</a><br>';
ctext += '<a class=tanhover href="../fowler/fowler.html">fowler range</a><br>';
ctext += '<a class=tanhover href="../grounds/grounds.html">grounds</a><br>';
ctext += '<a class=tanhover href="../membership/join.html">membership</a><br>';
ctext += '<a class=tanhover href="../nra/nra.html">nra liaison</a><br>';
ctext += '<a class=tanhover href="../plinker/federal.html">federal range</a><br>';
ctext += '<a class=tanhover href="../primitive/primitive.html">primitive skills & arts</a><br>';
ctext += '<a class=tanhover href="../procter/procter.html">procter range</a><br/>';
ctext += '<a class=tanhover href="../veterans range/veteransrange.html">Veterans Range</a></p>';

ctext += '<p align="center"><b><u>Rules & Agreements</u></b></p>';

ctext += '<p align="center"><a class=tanhover href="../members/RuleBook_20111015.pdf">NFGA Club Rules</a><br>';
ctext += '<a class=tanhover href="../NFGA_Waiver.pdf">Release and Indemnity Agreement</a></p>';

ctext += '<p align="center"><b><u>General Info</u></b></p>';

// ctext += '<a class=tanhover href="../info/sunrise_sunset.html">Sunrise-Sunset Times</a><br>';
ctext += '<a class=tanhover href="../cgi-bin/srss.pl">Sunrise-Sunset Times</a><br>';
ctext += '<a class=tanhover href="../links.html">links</a></p>';


ctext += '<p align="center"><a class=tanhover href="../webmaster.html">webmaster</a></p>';

ctext += '<p align="center">&nbsp;<br>';

document.write(ctext);

        
        
        
        
        
        
        
        
	
        
        
        
        
        
        
        
        
        
        

