<!-- 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="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="photo.htm">Gallery</a>');

document.write('&nbsp;|&nbsp;');


document.write(' <a href="videos.htm">Videos</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="links.htm">Links</a>');

document.write('&nbsp;|&nbsp;');document.write(' <a href="recruit.htm">New Paddlers</a>');
document.write('&nbsp;|&nbsp;');document.write(' <a href="dispatch.html">Dragon Dispatch</a>');

document.write('&nbsp;|&nbsp;');
document.write(' <a href="results.htm">2011 Races</a>');



document.write('&nbsp;|&nbsp;');
document.write(' <a href="buzz.htm">Calendar</a>');


document.write('&nbsp;|&nbsp;');
document.write(' <a href="treasurer.html">Dues & Fees</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="officers.htm">Officers</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="about.htm">About Us</a>');



document.write('<br>');

   if (w3clogo == "yes") {
document.write('<br><a href="http://www.w3.org/"><img src="picts/w3c.gif" alt="Valid HTML 4.01 Transitional" border="0" vspace="6"></a><br>');
}

document.write('<br>All Contents; Copyright 2008 ');




// EDIT THE NEXT LINE

document.write('<a href="index.html">PortlandDragonsPDX.com</a><br>');

document.write('<br>Web Development 2011 ');


document.write('<a href="http://www.wetzeldesigns.com" target="_blank">WetzelDesigns.com</a><br>');






   if (allwebco == "no") {
document.write('site design &copy; 2008 all rights reserved <a href="http://allwebcodesign.com" target="_blank">allwebco design</a> & <a href="http://allwebco.com" target="_blank">web hosting</a><br>');
}


document.write('</span>');


//  End -->
