<!-- 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 		= "no"     // SHOW 4TH E-MAIL




// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('To contact Eddie about the website Time for Him:<br>');

document.write(' <A HREF="mailto:webmaster@timeforhim.net" class="link">Webmaster</a><br><br>');

}





// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('<h2>For someone to talk with about knowing Jesus as your personal savior:</h2>&nbsp;<br>');

document.write('Call 888-633-3446 ( 1- 888-NEED HIM )<br><br>');

document.write('Call 1-877-2GRAHAM (1-877-247-2426) Billy Graham Evangelistic Association<br><br>');

}





// E-MAIL LINK 3

   if (email_3 == "yes") {

document.write('<h2>For Help with your decision to follow Christ, the form below will put you in touch with a counselor at:</h2>&nbsp;<br>');

document.write(' <A TARGET="_blank" HREF="http://www.crusade.org" class="link">Campus Crusade for Christ</a><br><br>');

}





// E-MAIL LINK 4

   if (email_4 == "yes") {

document.write('For any technical support questions please contact the:<br>');

document.write(' <A HREF="mailto:webmaster@timeforhim.net" class="link">Webmaster</a><br><br>');

}









//  End -->