<!-- 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"     // fs@tmdnet.net




// fs@tmdnet.net

   if (email_1 == "yes") {

document.write('For more information about 21st Century Network then contact Francis on.:<br>');

document.write(' <A HREF="mailto:fs@tmdnet.net" class="link">fs@tmdnet.net</a><br><br>');

document.write('Or Christina on:<br>');

document.write(' <A HREF="mailto:cw@tmdnet.net" class="link">cw@tmdnet.net</a><br><br><br>');

}

//  End -->