var now = new Date()
var date = now.getDate()
var day = now.getDay()
var month = now.getMonth()
var year = now.getYear()
if (navigator.appName == "Netscape") year=1900+year;

document.write('\
		<TABLE WIDTH=750 BORDER=0 CELLPADDING=0 CELLSPACING=0> \
			<TR> \
				<TD width=60>&nbsp;</TD> \
				<TD align="left"><a href="index.htm"><div class="footer">Home</div></a></TD> \
				<TD width=40>&nbsp;</TD> \
				<TD align="left"><a href="aboutUs.htm"><div class="footer">About Us</div></a></TD> \
				<TD width=40>&nbsp;</TD> \
				<TD align="left"><a href="contactUs.htm"><div class="footer">Contact Us</div></a></TD> \
				<TD width=40>&nbsp;</TD> \
				<TD align="left"><a href="crisisHotlines.htm"><div class="footer">Crisis Hotlines</div></a></TD> \
				<TD width=40>&nbsp;</TD> \
				<TD align="left"><a href="glossary.htm"><div class="footer">Glossary of Definitions</div></a></TD> \
				<TD width=40>&nbsp;</TD> \
				<TD align="left"><a href="disclaimer.htm"><div class="footer">Disclaimer</div></a></TD> \
				<TD width=50>&nbsp;</TD> \
			</TR> \
			<TR> \
				<TD>&nbsp;</TD> \
			</TR> \
			<TR> \
				<TD colspan=13 align="center"><p class="copyright"> \
				Copyright &#169 2003-' + year + ' Community Violence Solutions. All Rights Reserved. \
				<br> \
				Site Developed by <a href="http://www.genius.net">GENIUS</a> \
				<br><br> \
				</p></TD> \
			</TR> \
		</TABLE> \
');
