<!-- 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 		= "no"     // SHOW 3RD E-MAIL
var email_4 		= "no"     // SHOW 4TH E-MAIL



// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('The best time to call us is in the early evenings between 7:00pm and 10:00pm Eastern Standard Time, however, we can be reached anytime in case of an emergency<br>');
document.write('<font size="4" color="0033FF">\(419\) 944-8327</FONT><br><br>');
}


// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('For more information you may also e-mail us:<br>');

document.write(' <A HREF="mailto:Jeff@JDExotics.com" class="link"><font size="4" color="0033FF">Jeff@JDExotics.com</FONT></a><br><br>');

document.write('When e-mailing us, please include your full contact info including a phone number and the best time to call. We prefer to visit with prospective parents over the phone.');
}



// E-MAIL LINK 3

   if (email_3 == "yes") {

document.write('For information about advertising please contact us at:<br>');

document.write(' <A HREF="mailto:promotion@your-web-domain.com" class="link">promotion@your-web-domain.com</a><br>');

}



// E-MAIL LINK 4

   if (email_3 == "yes") {

document.write('For any support questions please contact us at:<br>');

document.write(' <A HREF="mailto:support@your-web-domain.com" class="link">support@your-web-domain.com</a><br>');

}


//  End -->