<!-- 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




// E-MAIL LINK 1

   if (email_1 == "yes") {

document.write('E-mail Us:<br>');

document.write(' <A HREF="mailto:antler@tctwest.net" class="link">antler@tctwest.net</a><br><br><br>');

}

document.write('Visit our Motel:<br>');

document.write(' <A HREF="http://www.antlermotel.com" target="_blank">Antler Motel</a><br><br><br>');



// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('Wyoming Telephone:<br>');

document.write('1-307-765-4404</a><br><br><br>');

}





// E-MAIL LINK 3

   if (email_3 == "yes") {

document.write('Toll-free Telephone:<br>');

document.write('1-877-849-7527</a><br><br><br>');

}





// E-MAIL LINK 4

   if (email_3 == "yes") {

document.write('Write to Us:<br>');

document.write('Matt & Sharon Schafer, 1116 North 6th Street, Greybull, WY 82426</a><br><br><br>');

}









//  End -->