<!-- 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




// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('For more information regarding our products or services:<br>');

document.write(' <A HREF="mailto:info@mysimpleelegance.com" class="link">info@mysimpleelegance.com</a><br><br><br>');

{

//  End -->