<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE E-MAIL OPTIONS YOU CAN TURN ON AND OFF


var email_1 		= "yes"     // SHOW 1ST E-MAIL
var email_2 		= "yes"     // SHOW 2ND E-MAIL
var email_3 		= "no"     // SHOW 3RD E-MAIL
var email_4 		= "no"     // SHOW 4TH E-MAIL



// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('<br><br>For general information about our organization or this website:<br>');

document.write(' <A HREF="mailto:info@intownmacon.org" class="link">info@intownmacon.org</a><br>');

}





// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('<br><br>Our general mailing address is:<br><br>');

document.write(' InTown Macon Neighborhood Association<br>P.O. Box 4811<br>Macon, GA  31208<br>');

}





// E-MAIL LINK 3






// E-MAIL LINK 4








//  End -->