<!-- 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




// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('Betty Armsey,&nbsp RN,&nbspBSN,&nbspMS&nbsp<br>Hospice and Palliative Care of the Eastern Shore<br>165&nbsp Market Street,&nbspSuite 3<br>Onancock,&nbspVirginia&nbsp23417<br>Phone:&nbsp757.787.3310<br>Fax:&nbsp757.787.3320<br>Email:');

document.write(' <A HREF="mailto:barmsey@hpces.org" class="link">barmsey@hpces.org</a><br><br><br>');

}





// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('Lynne Lindsay,&nbspBA&nbsp<br>Hospice and Palliative Care of the Eastern Shore<br>165 Market Street, Suite 3<br>Onancock,&nbspVirginia 23417<br>Phone:&nbsp 757.787.3310<br>Fax:&nbsp 757.787.3320<br>Email:');

document.write(' <A HREF="mailto:llindsay@hpces.org" class="link">llindsay@hpces.org</a><br><br><br>');

}





// E-MAIL LINK 3

   if (email_3 == "yes") {

document.write('Please email the webmaster if you encounter problems with this web site.<br>Email:');

document.write(' <A HREF="mailto:WebMaster" class="link">rjohnson@hpces.org</a><br>');


}











//  End -->