<!--
function talk2me(x){
//  ------------CONTACT FORM
if (x == 1){
document.write("<input type='hidden' name='subject' value='HTWP Contact Us'>");
document.write("<input type='hidden' name='redirect' value='http://www.healingthewarrior.com/thankyou.htm'>");
document.write("<input type='hidden' name='recipient' value='contact@healingthewarrior.com'>");
document.write("<input type='hidden' name='required' value='Name,Reason,Address,Zipcode,Country,Tel,Email,Referral'>");
document.write("<input type='hidden' name='Date' value=''>");
document.write("<input type='hidden' name='Time' value=''>");
document.write("<input type='hidden' name='email' value='HTWP-form@healingthewarrior.com'>");
  }
//  ------------JOIN THE GROUP EMAIL
if (x == 2){
document.write("<input type='hidden' name='subject' value='[Event 2007] Join Group Email'>");
document.write("<input type='hidden' name='redirect' value='http://www.totalhealthrecoveryprogram.com/thankyou.htm'>");
document.write("<input type='hidden' name='recipient' value ='info@totalhealthrecoveryprogram.com'>");
document.write("<input type='hidden' name='required' value='name,reason,address,zipcode,country,tel,e-mail,referral'>");
document.write("<input type='hidden' name='Date' value=''>");
document.write("<input type='hidden' name='Time' value=''>");
document.write("<input type='hidden' name='email' value='contact-form@totalhealthrecoveryprogram.com'>");
  }
//  ------------UNSUBSCRIBE FROM THE GROUP EMAIL
if (x == 3){
document.write("<A href='mailto:info@totalhealthrecoveryprogram.com?subject=[THRP] UNSUBSCRIBE'>");
document.write("<INPUT type='submit' name='link' value='I wish to UNSUBSCRIBE from the List' ");
document.write("style='font-family:Arial;font-weight:bold; font-size:10pt; color:black; background-color:rgb(153,102,204);'></A>");
  }
//  ------------EMAIL THRP
if (x == 10){
document.write("<A href='mailto:contact@healingthewarrior.com?subject=[HTWP] Website Contact'>");
document.write("<u><span style='color:blue'><FONT face='Arial'color='#0000CC'><b>Clicking here</b></FONT></span></u></A>");
  }
//  ------------EMAIL THRP - use image as link - put this as beginning of image and put </a> at end
if (x == 11){
document.write("<A href='mailto:contact@healingthewarrior.com?subject=[HTWP] Website Contact'>");
  }
if (x == 12){
document.write("mailto:contact@healingthewarrior.com?subject=[HTWP] Website Contact");
  }
}                        
-->

