<!-- 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('To contact Nancy Ghirla for more information on the Wild West Cowboy Round-Up, or how you can become a part of it: <BR>Call 214-682-5824 or E-mail ');

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

}





// E-MAIL LINK 2

   if (email_2 == "yes") {

document.write('To contact Carlos Porras for more information on the Wild West Cowboy Round-Up, or how you can become a part of it: <BR>Call 214-734-8197 or E-mail ');

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

}





// E-MAIL LINK 3

   if (email_3 == "yes") {

document.write('To contact Kendra Walden for more information on the vendor application process for the Wild West Cowboy Round-Up, or how you can become vendor:<BR>Call 972-839-4031 or E-mail ');

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

}





// E-MAIL LINK 4

   if (email_4 == "yes") {

document.write('To contact CB Luce for more information on the entertainment for the Wild West Cowboy Round-Up, or how you can become an entertainer:<br> Call 469-831-2123 or E-mail');

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

}









//  End -->

