<!-- Begin


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

document.write('<span class="copytext">');

document.write('<a href="main.htm" target="main">Home</a> | ');
document.write('<a href="portfolio.htm" target="main">Portfolio</a> | ');
document.write('<a href="works.htm" target="main">Published Works</a> | ');
document.write('<a href="portraits.htm" target="main">Equine Portraits</a> | ');
document.write('<a href="events.htm" target="main">Events</a> ');

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



document.write('<a href="stores.htm" target="main">Store Locations</a> | ');
document.write('<a href="links.htm" target="main">Links</a> | ');
document.write('<a href="causes.htm" target="main">Causes I Support</a> | ');

document.write('<a href="pets.htm" target="main">Pet Portraits</a> | ');
document.write('<a href="contact.htm" target="main"> Contact Us</a> ');
document.write('</span>');

document.write('<br>');




//  End -->
