var daysOfWeek = Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
var monthsOfYear = Array('January','February','March','April','May','June','July','August','September','October','November','December');
modifiedDate = new Date(document.lastModified);
var modifiedDay = modifiedDate.getDate();
var modifiedMonth = modifiedDate.getMonth();
var modifiedDayOfWeek = modifiedDate.getDay();
var modifiedYear = modifiedDate.getFullYear();
var modifiedDate = daysOfWeek[modifiedDayOfWeek] + ', ' + monthsOfYear[modifiedMonth] + ' ' + modifiedDay + ', ' + modifiedYear;
document.write('<p><br></p>');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="770">');
document.write('	<tr>');
document.write('		<td class="footer">&nbsp;&copy; ' + modifiedYear + ' - Youth Leadership Corps<br>&nbsp;<a href="/troopsix/privacy.asp">Privacy Policy</a></td>');
document.write('		<td class="footer" style="text-align:right"><strong>Page last updated:</strong> '+dateModified+'&nbsp;<br><strong>Contact:</strong> <a href="mailto:webmaster@troopsixcranston.com">webmaster</a>&nbsp;</td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td colspan="2" class="footer" style="text-align:center;border:none;"><a href="/troopsix">Home</a> | <a href="/troopsix/about.asp">About</a> | <a href="/troopsix/calendar.asp">Calendar</a> | <a href="/troopsix/slideshows.asp">Slideshows</a> | <a href="/troopsix/advance.asp">Advancement</a> | <a href="/troopsix/join.asp">Joining</a> | <a href="/troopsix/history.asp">History</a> | <a href="/troopsix/eagles.asp">Eagle Scouts</a> | <a href="/troopsix/links.asp">Links</a> | <a href="/troopsix/private">Private</a></td>');
document.write('	</tr>');
document.write('</table>');


document.write('<br />');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="770">');
document.write('	<tr><td align="center">');
document.write('		<table class="notice" cellpadding="0" cellspacing="0" width="580">');
document.write('			<tr><td class="notice">');
document.write('				<a class="notice" href="http://www.ftc.gov/bcp/conline/pubs/buspubs/canspam.htm" target="_blank">CAN-SPAM Notice:</a>');
document.write('				Troop 6 and Crew 6 Cranston\'s domains and e-mail addresses are solely for use by individuals or organizations requesting information from our two organizations. Any use of Troop 6 and Crew 6 Cranston\'s addresses for the purpose of marketing, advertisement, unsolicited commercial messaging or similar is prohibited by Federal Laws and may be reported to the U.S. Federal Trade Commission. The unauthorized use of either the troopsixcranston.com or crewsixcranston.com domain <u>will</u> be reported to the U.S. Federal Trade Commission.');
document.write('			</td></tr>');
document.write('		</table>');
document.write('	</td></tr>');
document.write('</table>');
