<!-- 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 the Artist</a>');

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

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




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


// EDIT THE NEXT LINE


document.write('<a href="index.html">Richard L. Weddleton</a><br>');






var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('Site Design by <a href="http://www.starvingartistwebsites.com" target="_blank">StarvingArtistWebsites</a> <br>');
}





//  End -->