function main_banner() {

<!-- Print Upper Nav -->
document.write('<table width="800" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="white">');
<!-- HEADER STARTS HERE -->
document.write('<tr>');
document.write('    <td width="100" height="103" align="center">');
document.write('    <a href="index.html">');
document.write('    <img src="images/rotary-wheel.jpg" alt="<Rotary logo longdesc=" width="90" height="90" align="middle"images/rotary-wheel.gif"></a></td>');
document.write('    <td width="100" height="103" align="center"><img src="images/RCCBGlogo.jpg" alt="<Rotary club of Canberra Burley Griffin logo longdesc=" width="80" height="98" align="middle"images/rccbglogo.gif"></td>');
document.write('    <td height="103" colspan="3" valign="top"><img src="images/headerpic.jpg" alt="<aerial photo yacht club longdesc=" width="600" height="105" align="top"images/headerpic.jpg"></td>');
document.write('</tr>');
document.write('</table>');

document.write('<table width="800" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="white">');
document.write('<tr class="contact">');
document.write('<td class="contact" height="40"colspan="3">');
document.write('<a class=nav href="index.html">Home Page</a> &#8226;&nbsp;');
document.write('<a class=nav href="president.html">Meet the President</a> &#8226;&nbsp;');
document.write('<a class=nav href="four_way_test.html">Four Way Test</a> &#8226;&nbsp;');
document.write('<a class=nav href="links.html">Links</a> &#8226;&nbsp;');
document.write('<a class=nav href="contactus.html">Contact Us</a>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');

}
