document.write('<a href="home.html" style="color=white">Home</a>');
/* document.write('<a href="joe_home.html" style="color=tan" title="Ages 6 to 7&frac12;">Joeys</a>'); */
document.write('<a href="cub_home.html" style="color=yellow" title="Ages 7&frac12; to 10&frac12;">Cubs</a>');
document.write('<a href="sco_home.html" style="color=green" title="Ages 10&frac12; to 14&frac12;">Scouts</a>');
document.write('<a href="ven_home.html" style="color=red" title="Ages 14&frac12; to 17">Venturers</a>');
document.write('<a href="rov_home.html" style="color=black" title="Ages 17 to 25">Rovers</a>');
document.write('<a href="lea_home.html" style="border-bottom: 1px solid #cccccc" style="color=orange" title="Ageless!">Leaders</a> ');
document.write('&nbsp;');

document.write('<a href="sai_home.html">Sailing</a>');
document.write('<a href="hal_home.html">Hall Hire</a>');
document.write('<a href="spo_home.html" title="Please support our sponsors">Sponsors</a>'); 
document.write('<a href="scl_home.html">Scouting Links</a>'); 
document.write('<a href="adm_home.html">Administration</a>'); 
document.write('<a href="vac_home.html">Vacancies</a>'); 

document.write('&nbsp;'); 
document.write('<a href="loc_home.html" title="Web sites of interest in the Beaumaris area">Local Sites</a>'); 
document.write('<a href="his_home.html" title="History of the 1st Beaumaris Sea Scouts">History</a>'); 
document.write('<a href="con_home.html" style="border-bottom: 1px solid #cccccc">Contact Us</a>');
