      if (location.href.indexOf('?') != -1) {
        var recipient = location.href.split('?recipient=');
        recipient = recipient[1].replace(/%20/g," ");
        if (recipient == "bruce_terpstra") recipient = 2;
        else if (recipient == "yeathus_johnson") recipient = 3;
        else if (recipient == "dick_borg") recipient = 4;
        else if (recipient == "fred_henry") recipient = 5;
        else if (recipient == "doug_bortner") recipient = 6;
        else if (recipient == "john_ng") recipient = 7;
        else if (recipient == "bonnie_vanornum") recipient = 8;
        else if (recipient == "sharon_borg") recipient = 9;
        else if (recipient == "erika_thornton") recipient = 10;
        else if (recipient == "jimmy_donaruma") recipient = 11;
        else if (recipient == "jeff_conley") recipient = 12;
        else if (recipient == "eileen_olivo") recipient = 13;
        else if (recipient == "karen_briggs") recipient = 14;
        else if (recipient == "robyn_mah") recipient = 15;
        document.form1.fm_selrecip.selectedIndex = recipient;
      }

/*
type=text|class=fmtext|label=Your Name|fieldname=fm_name|max=100|req=true
type=text|class=fmtext|label=Your E-mail Address|fieldname=fm_email|max=100|req=true
type=selrecip|class=fmselect|label=Recipient|data=Select a recipient,General Questions,office@metrocma.org,Bruce Terpstra,bterpstra@metrocma.org ,Yeathus Johnson,yjohnson@metrocma.org,Dick Borg,Gborg27@juno.com,Fred Henry,fhenry@metrocma.org,Doug Bortner,bortnerd@cmalliance.org,John Ng,john.ng@alliance.edu,Bonnie VanOrnum,bvanornum@metrocma.org,Sharon Borg,gborg27@juno.com,Erika Zimmerman,erika@metroyouth.org,Jimmy Donaruma,jimmy.donaruma@longhillchapel.net,Jeff Conley,jeff@conleymail.com,Eileen Olivo,eolivo@metrocma.org,Robyn Mah,mah@metrocma.org
type=text|class=fmtext|label=Subject|fieldname=fm_subject|max=100|req=true
type=textarea|class=fmtextarea|label=Message|fieldname=fm_message|max=1000|rows=6|req=true
*/