// JavaScript Document
document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0" id="topMenu">');
document.write('          <tr align="center">');
document.write('            <td width="12%"><a href="index.htm">home</a></td>');
document.write('            <td width="16%"><a href="shippon.htm">the Shippon</a></td>');
document.write('            <td width="16%"><a href="outandabout.htm">out and about</a></td>');
document.write('            <td width="20%"><a href="http://www.blackpotsfarm.com/availability.php">availability / prices</a></td>');
document.write('            <td width="20%"><a href="http://www.blackpotsfarm.com/booking.htm">contact / booking</a></td>');
document.write('            <td width="16%"><a href="directions.htm">how to get here</a></td>');
document.write('          </tr>');
document.write('        </table>');