<!-- Begin

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



document.write('<a href="index.html">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="site_map.htm">Site Map</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="new_construction_index.htm">New Construction</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="renovations_index.htm">Renovations</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');



document.write('<br><br>All contents &copy;Copyright ');

document.write(dateObject.getFullYear());


// EDIT THE NEXT LINE


document.write(' <a href="index.html">Cory Smith Architecture</a><br>');






var suburban	  = "yes"	// SHOW SUBURBAN COPYRIGHT






   if (suburban == "yes") {
document.write('Site Design &copy; ');

document.write(dateObject.getFullYear());


document.write('<a href="http://suburbanwebdesign.com" target="_blank"> Suburban Web Design</a><br>');
}





//  End -->
