// Dolly specifies text to be written at the base of each page
var first = 'ma';
var second = 'il';
var third = 'to:';
var presaddress = '&#100;&#97;&#110;&#115;&#104;&#111;&#110;&#101;&#115;&#116;';
var presdomain = '&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&#109;';
var progaddress = '&#106;&#111;&#110;';
var progdomain = '&#105;&#109;&#97;&#103;&#105;&#110;&#97;&#116;&#105;&#111;&#110;&#105;&#110;&#107;&#46;&#98;&#105;&#122;';
var atreasaddress = '&#102;&#117;&#110;&#103;&#117;&#121;&#111;&#110;&#119;&#104;&#101;&#101;&#108;&#115;';
var atreasdomain = '&#104;&#111;&#116;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;';
var btreasaddress = '&#99;&#97;&#114;&#101;&#110;&#107;&#105;&#100;&#97;';
var btreasdomain = '&#121;&#97;&#104;&#111;&#111;&#46;&#99;&#111;&#109;';
var memaddress = '&#104;&#97;&#109;&#97;&#46;&#104;&#105;&#115;&#116;&#111;&#114;&#121;';
var memdomain = '&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;';
var pubaddress = '&#101;&#114;&#105;&#103;&#101;&#109;&#109;&#97;';
var pubdomain = '&#104;&#111;&#116;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;';


document.write('<h3 style="clear: both;">Contact Hamamatsu JALT!<\/h3>');

document.write('<p>Please feel free to email any of the executive with any JALT related queries.<\/p>');


document.write('<ul>');
document.write('<li><a href="');
document.write(first+second+third);
document.write(presaddress);
document.write('&#64;');
document.write(presdomain);
document.write('" title="Thanks for the mail">');
document.write('Dan Frost - President<\/a><\/li>');

document.write('<li><a href="');
document.write(first+second+third);
document.write(progaddress);
document.write('&#64;');
document.write(progdomain);
document.write('" title="Thanks for the mail">');
document.write('Jon Dujmovich - Programs<\/a><\/li>');

document.write('<li><a href="');
document.write(first+second+third);
document.write(atreasaddress);
document.write('&#64;');
document.write(atreasdomain);
document.write('" title="Thanks for the mail">');
document.write('David Stephens - Treasurer<\/a><\/li>');

// document.write('<li><a href="');
// document.write(first+second+third);
// document.write(btreasaddress);
// document.write('&#64;');
// document.write(btreasdomain);
// document.write('" title="Thanks for the mail">');
// document.write('Caren Kida - Co-treasurer<\/a><\/li>');

document.write('<li><a href="');
document.write(first+second+third);
document.write(pubaddress);
document.write('&#64;');
document.write(pubdomain);
document.write('" title="Thanks for the mail">');
document.write('Eri Gemma - Membership<\/a><\/li>');

document.write('<li><a href="');
document.write(first+second+third);
document.write(memaddress);
document.write('&#64;');
document.write(memdomain);
document.write('" title="Thanks for the mail">');
document.write('Adam Jenkins - Webmaster<\/a><\/li>');


document.write('<\/ul>');

document.write('<p>If you feel that you can contribute to JALT by other means (eg. writing meeting minutes) please contact one of the executive.<\/p>');



