function duties() {

<!-- Print Duties -->

document.write('<table width="800" border="0" cellspacing="0" cellpadding="1" bgcolor="#ff6342">');
document.write('<tr><td><h1>Duties</h1></td></tr>');
document.write('</table>');

document.write('<table width="800" border="0" cellspacing="0" cellpadding="1" bgcolor="#ff6342">');
document.write('<tr>');
document.write('<td valign="top" width="150"><p><b>&nbsp;Door:</b></p></td>');
document.write('<td><p>Arrive around noon in order to collect money, mark off attendance, note make-ups, advise Yacht Club of numbers of meals (incl. vegetarian), collect beer can and fines, total up takings and enter on reverse of Attendance sheet for Treasurer</p></td>');
document.write('</tr>');

document.write('<tr><td>&nbsp;</td></tr>');

document.write('<tr>');
document.write('<td valign="top" width="150"><p><b>&nbsp;International Toast:</b></p></td>');
document.write('<td><p>Prepare a brief toast to another Rotary Club, preferably with reference to a service project they have undertaken. Present toast at beginning of lunch.  Also provide the toasted Club’s e-mail address to our Secretary (for notification to them of our toast).</p></td>');
document.write('</tr>');

document.write('<tr><td>&nbsp;</td></tr>');

document.write('<tr>');
document.write('<td valign="top" width="150"><p><b>&nbsp;Vocational Update:</b></p></td>');
document.write('<td><p>Prepare and present a 3 minute talk to the Club about a new or interesting topic related to your vocation (past or present). </p></td>');
document.write('</tr>');

document.write('<tr><td>&nbsp;</td></tr>');

document.write('<tr>');
document.write('<td valign="top" width="150"><p><b>&nbsp;Write-up & Thanks:</b></p></td>');
document.write('<td><p>Prepare a paragraph on the Guest Speaker’s presentation and e-mail to Bulletin Editor.  Also, briefly thank Speaker on behalf of the Club, and present a gift Rotary mug.</p></td>');
document.write('</tr>');

document.write('</table>');

}

