function LoadBottomMenu()
{
	document.write('<a href="default.htm" style="color:#006699;">Home</a>');
	document.write('&nbsp;|&nbsp;');
	document.write('<a href="calgary-community-associations.htm" style="color:#006699;">About Us</a>');
	document.write('&nbsp;|&nbsp;');
	document.write('<a href="calgary-communities.htm" style="color:#006699;">Membership Information</a>');
	document.write('&nbsp;|&nbsp;');
	document.write('<a href="calgary-ogden-community-association.htm" style="color:#006699;">Board of Directors</a>');
	document.write('&nbsp;|&nbsp;');
	document.write('<a href="calgary-millican-ogden-communities.htm" style="color:#006699;">Programs & Events</a>');
	document.write('&nbsp;|&nbsp;');
	document.write('<a href="calgary-millican-community-association.htm" style="color:#006699;">Newsletter</a>');
	document.write('&nbsp;|&nbsp;');
	document.write('<a href="calgary-ogden-community.htm" style="color:#006699;">Arena Information</a>');
	document.write('&nbsp;|&nbsp;');
	document.write('<a href="calgary-community-halls.htm" style="color:#006699;">Hall or Lounge Rentals</a>');
	document.write('&nbsp;|&nbsp;');
	document.write('<a href="calgary-community-public-pools.htm" style="color:#006699;">Pool Information</a>');
	document.write('&nbsp;|&nbsp;');
	document.write('<a href="calgary-community-ice-skating.htm" style="color:#006699;">Casino</a>');
	document.write('&nbsp;|&nbsp;');
	document.write('<a href="calgary-community-association.htm" style="color:#006699;">Contact Us</a>');
	document.write('&nbsp;|&nbsp;');
	document.write('<a href="calgary-ice-skating-arena.htm" style="color:#006699;">Privacy Statment</a>');
}