// JavaScript Document

<!-- Begin

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

document.write('<center>');

document.write('<a href="index.html" target="_top">Home</a> ');
document.write('<span class ="lowerLinks">|</a> ');

document.write('<a href="beginnings.htm" target="_top">The Sculptor</a> ');
document.write('<span class ="lowerLinks">| ');

document.write('<a href="latest.htm" target="_top">Latest Works</a> ');
document.write('<span class ="lowerLinks"> <br>');

document.write('<a href="wind.htm" target="_top">Gallery</a> ');
document.write('<span class ="lowerLinks">| ');

document.write('<a href="purchase1.htm" target="_top">Works for Purchase</a> ');
document.write('<span class ="lowerLinks">| ');

document.write('<a href="recent_unv.htm" target="_top">Events</a> ');
document.write('<span class ="lowerLinks">| ');

document.write('<a href="site_map.htm" target="_top">Site Map</a> ');
document.write('<span class ="lowerLinks">| ');

document.write('<a href="contact.htm" target="_top">Contact</a> ');
document.write('<span class ="lowerLinks"> ');



//document.write('All Rights Reserved<br>');

//document.write('For more information feel free to '); 

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

document.write('</span><br>');

document.write('</center>');

//  End -->