//JavaScript File for virtual footer
//Update this document only to change footer on site

	function printVirtualFooter(){
document.write('<hr size="1">');
document.write('<font face="helvetica" size="2"><center><a href="http://www.renbrown.com/gallery.html">On-Line Gallery</a> : <a href="http://www.renbrown.com/info.html">Gallery Information</a> : <a href="http://www.renbrown.com/map.html">Directions & Map</a> : <a href="http://www.renbrown.com/schedule.html">Gallery Exhibit Schedule</a></center></font>');

document.write('<font face="helvetica" size="2"><center><a href="http://www.renbrown.com/orders.html">Orders & Inquiries</a> : <a href="http://www.renbrown.com/guestbook.html">Sign our Guestbook</a> : <a href="http://www.renbrown.com/sitemap.html">Site Map</a> : <a href="http://www.renbrown.com/links.html">Related Links</a> : <a href="http://www.renbrown.com/">Home</a></center></font>');

document.write('<hr size="1">');

document.write('<font face="arial" size="2"><b>The Ren Brown Collection Gallery</b></font><br>');
document.write('<font face="arial" size="1"><i>Contemporary Japanese Prints, California Artists & Sculptors, Antique Japanese Furnishings</i></font><br>');
document.write('<font face="helvetica" size="2">1781 Coast Highway One, Bodega Bay, CA 94923 USA (707)875-2922</font><br>');
document.write('<font face="helvetica" size="2">URL: www.renbrown.com</font><br>');
document.write('<font face="helvetica" size="2">All rights reserved, Copyright © 1999</font><br>');
document.write('<font face="helvetica" size="2">E-mail: <a href="mailto:rbc4art@renbrown.com">rbc4art@renbrown.com</a></font><br>');

}


