<!-- 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



// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('For more information on the award-winning Lovely Baby CD series:<br>');

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

}





// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('For more information on becoming a Lovely Baby retail partner:<br>');

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

}





// E-MAIL LINK 3

   if (email_3 == "no") {

document.write('For information about advertising please contact us at:<br>');

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

}





// E-MAIL LINK 4

   if (email_4 == "no") {

document.write('For any support questions please contact us at:<br>');

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

}




// E-MAIL LINK 5

   if (email_5 == "yes") {

document.write('To visit the official Lovely Baby Music web site:<br>');

document.write(' <A HREF="http://www.lovelybabycd.com" target="_blank">click here</a><br><br><br>');

}






//  End -->