<!-- 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="about.htm">About the Artist</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="Portfolio.htm">Galleries</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="AboutPurchasing.htm">Ordering Prints</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="Originals.htm">Purchasing Originals</a>');
document.write('&nbsp;|&nbsp;');

document.write(' <a href="Commissioned.htm">Commissions</a>');

document.write('&nbsp;|&nbsp;');
document.write(' <a href="links.htm">Links</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="ContactUs.htm">Contact the Artist</a>');




document.write('<br><br>All contents &copy;Copyright 2007 - 2011 ');


// EDIT THE NEXT LINE


document.write('<a href="index.htm">Terry Rosenfelder Art</a><br>');






var allwebco	  = "yes"	// SHOW COPYRIGHT






   if (allwebco == "yes") {
document.write('Site Design &copy; 2007 All Rights Reserved <a href="http://abouttimeonline.com" target="_blank">About Time Online</a> <br>');
}







//  End -->
