<!-- 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 		= "yes"     // SHOW 3RD E-MAIL
var email_4 		= "yes"     // SHOW 4TH E-MAIL




// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('.............................<br>');
document.write('For more information regarding Allegheny SAF please contact:<br>');

document.write(' <A HREF="mailto:mfajvan@fs.fed.us" class="link">Mary Ann Fajvan, Chair</a><br><br><br>');

}





// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('For more information about the Allegheny News please contact:<br>');

document.write(' <a HREF="mailto:ansaf@verizon.net" class="link">Jack Winieski, Executive Director</a><br><br><br>');

}





// E-MAIL LINK 3

   if (email_3 == "yes") {

document.write('For information about the SAF Council please contact:<br>');

document.write(' <A HREF="mailto:kjolly@dnr.state.md.us" class="link">Kenneth Jolly, Council Representative</a><br><br><br>');

}





// E-MAIL LINK 4

   if (email_3 == "yes") {

document.write('For any questions about this website please contact:<br>');

document.write(' <A HREF="mailto:jackperdue@gmail.com" class="link">Jack Perdue, Allegheny SAF Webmaster</a><br><br><br>');

}









//  End -->