<!-- Begin

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




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

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

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

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

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

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

document.write(' <a href="pictures.htm">visual art </a>');

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

document.write(' <a href="http://www.margherder.com/blog">writing </a>');

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

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

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

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







document.write('<br>All contents &copy; 2008 and later by ');


// EDIT THE NEXT LINE


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






var allwebco	  = "no"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
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">Hosting</a><br>');
}





//  End -->
