<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT
var w3clogo	  = "yes"	// SHOW W3C VALID LOGO



document.write('<span class="footer">');

document.write('<a href="site_map.htm">Site Map</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="http://ymcarockies.org/" target="_blank">YMCA of the Rockies Home Page</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');

document.write('<br>');

   if (w3clogo == "yes") {
document.write('<br><a href="http://www.ymcarockies.org" target="_blank"><img src="picts/YMCA-logo-small-bottom.jpg" alt="YMCA of the Rockies" border="0" vspace="6"></a><br>');
}

document.write('<br>All contents &copy;Copyright 2007 ');




// EDIT THE NEXT LINE

document.write('<a href="index.html">Lula W. Dorsey Museum - YMCA of the Rockies</a><br>');







   if (allwebco == "yes") {
document.write('Site Design &copy; 2007 <a href="http://alpinegeek.com" target="_blank">AlpineGeek</a> <br>');
}


document.write('</span>');


//  End -->