<!-- 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 		= "no"     // 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('To contact Phonesex123<br>for 2257 info and/or services:<br>');

document.write(' <A HREF="mailto:webmistress <at> phonesex123 <dot> com" class="link">Webmistress</a><br><br><br>');

}





// E-MAIL LINK 2

   if (email_2 == "no") {

document.write('<message goes here>');

document.write(' <A HREF="mailto:" class="link"></a><br><br><br>');

}





// E-MAIL LINK 3

  if (email_3 == "no") {

document.write('<message goes here>');

document.write(' <A HREF="mailto:" class="link"></a><br><br><br>');

}




// E-MAIL LINK 3

   if (email_4 == "no") {

document.write('<message goes here>');

document.write(' <A HREF="mailto:" class="link"></a><br><br><br>');

}









//  End -->
