// This is the header file for the ANJEE-->
// it is just html surrounded by the document.write statement -->
// this allows the footer info to be stored here and included in all pages.
// MODIFICATIONS TO THIS FILE CHANGES EVERY PAGE ON THE ENTIRE WEBSITE!!!!!!
// header creates a two column table one cell for menu one for content.
// footer closes the table 
document.write('</div></td><td width="5"><img src="/images/1x1.gif" ></td></tr>');
document.write('<tr><td colspan=2 bgcolor="#41A24A"><img src="/images/1x1.gif" ></td><td colspan=1 bgcolor="#000000"><img src="/images/1x1.gif" ></td>');
document.write('<td bgcolor="#FFFFFF"><img src="/images/1x1.gif" ></td>');
document.write('<td><div align="center"><BR><BR><hr width="100%" size="2"><span class=underbar>');
document.write('<span class=content><B>Alliance for New Jersey Environmental Education</B> <BR>11 Hardscrabble Road, Bernardsville, NJ 07924 <BR> <A href="mailto:president@anjee.net">president@anjee.net</a><BR><BR></span>');
// set up the last modified date
var lastmod = new Date(document.lastModified);
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
document.write('<span class=smallcontent> Last Updated: ' + weekday[lastmod.getDay()] + " " + monthname[lastmod.getMonth()] + " " + lastmod.getDate() + ", " + lastmod.getFullYear() + "</span>");
document.write('<BR>Content &copy; Copyright ANJEE, unless otherwise attributed.<BR></span></div>');
//document.write(' Website Design &copy; Copyright 2001-2008, All Rights Reserved.<br>');
document.write('</td><td width="5"><img src="/images/1x1.gif" ></td>');
document.write('</tr>');
//document.write('<tr height=2><td colspan=3 bgcolor="#000000"><img src="/images/1x1.gif" ></td><td colspan=2 bgcolor="#ffffff"><img src="/images/1x1.gif" ></td></tr>');
document.write('</table>');

