document.write('<a href="index.php" class="nav">HOME</a>');
document.write('&nbsp; &nbsp; &nbsp;');
document.write('<a href="paintings.php" class="nav">PAINTINGS</a>');
document.write('&nbsp; &nbsp; &nbsp;');
document.write('<a href="artfairs.php" class="nav">ART FAIRS</a>');
document.write('&nbsp; &nbsp; &nbsp;');
document.write('<a href="viewingroom.php" class="nav">VIEWING ROOM</a>');
document.write('&nbsp; &nbsp; &nbsp;');
document.write('<a href="aboutus.php" class="nav">ABOUT US</a>');
document.write('&nbsp; &nbsp; &nbsp;');
document.write('<a href="location.php" class="nav">LOCATION</a>');
document.write('&nbsp; &nbsp; &nbsp;');
document.write('<a href="contact.php" class="nav">CONTACT</a>');

