// JavaScript Document

/***
This is the footer for every page.  It includes the bottom menu items and the copyright
**/
document.write("<table  border='0' cellpadding='0' cellspacing='0' width='900'>");

	document.write("<tr class='clFooter' align='center'> ");
			document.write("<td class='clFooter' width='10 px' align='center'>&nbsp;</td>");
				document.write("</tr>");

	document.write("<tr class='clFooter' align='center'> ");
	
		document.write("<td class='clFooter' width='20 px' align='left'><a></a>&nbsp;</td>");	
		
		document.write("<td class='clFooter' width='50 px' align='left'><a href='index.html'>Home</a>&nbsp;&nbsp;&nbsp;|</td>");
		
		document.write("<td class='clFooter' width='60 px' align='left'><a href='site-map.html'>Site Map</a>&nbsp;&nbsp;&nbsp|</td>");
		
		document.write("<td class='clFooter' width='85px' align='left'><a href='../members/members_home.html'>Member Login</a>&nbsp;&nbsp;&nbsp;|</td>");
		
		document.write("<td class='clFooter' width='65 px' align-'left'><a href='about-us.html'>About Us</a>&nbsp;&nbsp;&nbsp;|</td>");
		
		document.write("<td class='clFooter' width='93 px' align='left'><a href='current-projects.html'>Current Projects</a>&nbsp;&nbsp;&nbsp;|</td>");
		
		document.write("<td class='clFooter' width='78px' align='left'><a href='past-projects.html'>Past Projects</a>&nbsp;&nbsp;&nbsp;|</td>");
		
		document.write("<td class='clFooter' width='55px' align='left'><a href='join-us.html'>Join Us</a>&nbsp;&nbsp;&nbsp;|</td>");

		document.write("<td class='clFooter' width='100 px' align='left'><a href='upcoming-projects.html'>Upcoming Events</a>&nbsp;&nbsp;&nbsp;|</td>");
		document.write("<td class='clFooter' width='100 px' align='left'><a href='community_impact.html'>Community Impact</a>&nbsp;&nbsp;&nbsp;|</td>");
		document.write("<td class='clFooter' width='70 px' align='left'><a href='support-us.html'>Support Us</a>&nbsp;&nbsp;&nbsp;|</td>");
		document.write("<td class='clFooter' width='65 px' align='left'>");
		document.write("<a href='#' onClick=javascript:window.open('contactus.html','_blank','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=no,resizable=no,width=500,height=500')>Contact Us</a></td>");
		document.write("<td class='clFooter' width='10 px' align='left'>&nbsp;</a></td>");
		document.write("</tr>");
		
		
	document.write("<tr>");
		document.write("<td class='clFooter' align='center' colspan='17'>");
		
		document.write("<br>");
		document.write("© 2010 Junior League Calgary. All rights reserved. Unauthorized reproduction of this site, in part or in whole, is prohibited.");
		document.write("<br>");
		document.write("Reproduction of any part requires the express written consent of the Junior League of Calgary.");
	
		
   
		document.write("</td>");
	document.write("</tr>");
document.write("</table>");
  