<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<div align="center"');
document.write('<a href="index.htm" class="navfooter">Home</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm" class="navfooter">About</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="news.htm" class="navfooter">News</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="services.htm" class="navfooter">Services</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm" class="navfooter">Contact</a>');
document.write('</div><br>');

document.write('<hr class="page-splits">');

document.write('<B>Tillamook Lighthouse, Inc.</B><br>');
document.write('4000 Blimp Blvd<br>');
document.write('Tillamook, Oregon 97141<br>');
document.write('<a href="mailto:info@tillamooklightwave.net">info@tillamooklightwave.net</a>');

document.write('<br><br><small>&copy;Copyright 2010</small> ');


// EDIT THE NEXT LINE


document.write('<small>Tillamook Lightwave, Inc.</small><br><br><br>');

var tillamook	  = "no"	// SHOW  COPYRIGHT

   if (tillamook == "yes") {
document.write('&copy; 2008 All Rights Reserved <a href="http://tillamooklightwave.net" target="_blank">Tillamook Lightwave, Inc.</a><br>');
}


//  End -->