<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var idg	  = "yes"	// SHOW IDG COPYRIGHT
var w3clogo	  = "no"	// SHOW W3C VALID LOGO

document.write('<span class="footer">');
document.write('<a href="index.php">Home</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="about.htm">About Us</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href="craftsmanship.html">Craftsmanship</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href="quality.html">Quality</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href="commitment.html">Commitment</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href="community.html">Community</a>');
document.write('&nbsp;|&nbsp;');
document.write('<a href="gallery.html">Photo Gallery</a>');
document.write('&nbsp;|&nbsp;');
document.write('<A HREF=\"mailto:downhamcustomhomes@gmail.com\?subject\=' + document.title + ', ' + window.location + '\" onMouseOver="window.status=\'\'; return true" TITLE="">Contact Us</a>');
document.write('<br>');
document.write('<br>All contents &copy; Copyright 2007 ');

// EDIT THE NEXT LINE

document.write('<a href="index.html">Downham Custom Homes</a><br>');

   if (idg == "yes") {
document.write('Site Design &copy; 2007 All Rights Reserved <a href="http://idesignthat.com" target="_blank">Innovative Design Group</a><br><br>');
}

if (w3clogo == "yes") {
document.write('<a href="http://validator.w3.org/check?uri=referer"><img style="border:0;" src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>');
document.write('<a href="http://jigsaw.w3.org/css-validator/"><img style="border:0;" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!" /></a>');
}

document.write('<br>');

document.write('</span>');


//  End -->
