<!-- 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
var email_5 		= "yes"     // SHOW 5TH E-MAIL
var email_6 		= "yes"     // SHOW 6TH E-MAIL




// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('Reunion Co-Chair and Class Historian:<br>');
document.write('Cell phone: 415.332.5348<br>');

document.write(' <A HREF="mailto:rhisely@aol.com" class="link">Robert Isely</a><br><br>');

}

// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('Reunion Co-Chair and Committee Treasurer:<br>');
document.write('Cell phone: 619.309.7528<br>');

document.write(' <A HREF="mailto:saheyn@aol.com" class="link">Sheila Hildreth (Corzine)</a><br><br>');

}

// E-MAIL LINK 3

   if (email_3 == "yes") {

document.write('Reunion Co-Chair:<br>');
document.write('Phone: 858.487.9853 <br>');

document.write(' <A HREF="mailto:marthawbeck@sbcglobal.net" class="link">Martha Wakefield (Beck)</a><br><br>');

}


// E-MAIL LINK 4

   if (email_4 == "yes") {

document.write('Reunion Secretary:<br>');

document.write(' <A HREF="mailto:pollyvasche@pacbell.net" class="link">Polly Phillips (Vasche)</a><br><br>');

}


// E-MAIL LINK 5

   if (email_5== "yes") {

document.write('Webmaster:<br>');
document.write('Cell phone: 619.994.6637<br>');

document.write(' <A HREF="mailto:rob@robcrenshaw.com" class="link">rob@robcrenshaw.com</a><br><br>');

}



// E-MAIL LINK 6

   if (email_6 == "yes") {

document.write('Reunion Committee Hospitality:<br>');
document.write('Phone: 619.435.5793<br>');

document.write(' <A HREF="mailto:jan1ws@gmail.com" class="link">Jan Friddle (Holcombe)</a><br><br><br>');

}






//  End -->