// Dolly specifies text to be written at the base of each page
var first = 'ma';
var second = 'il';
var third = 'to:';
var address = '&#106;&#111;&#110;';
var domain = '&#105;&#109;&#97;&#103;&#105;&#110;&#97;&#116;&#105;&#111;&#110;&#105;&#110;&#107;&#46;&#98;&#105;&#122;';
document.write("<h3>Call for Presenters</h3>");
document.write("<p>Hamamatsu JALT is looking for presenters who teach to various age-groups and in varying situations.  ");
document.write("We are looking forward to seeing more well researched presentations which include practical ideas ");
document.write("and demonstrations which can be customised and used by other teachers.</p>");
// document.write("<p> Slots available from <b>February, 2009</b>.</p>");
document.write("<p> Please contact the Programme Chair via ");
document.write('<a href="');
document.write(first+second+third);
document.write(address);
document.write('&#64;');
document.write(domain);
document.write('" title="Thanks for the mail">');
document.write('programs<\/a>');
document.write("</p>");