//\/\/\/\/\/\/\/\/\  ** Here is the CookieName */\/\/\/\/\/\/\

TheCookieName = 'NotifyCookie';
numDays       = 365;  //Days 'till Cookie expires.(eg. 183 days = 6 months)


// Write One Big Cookie with all the values in it.
function WriteOneBigCookie () {
   var expire = new Date ();
   expire.setTime (expire.getTime() + (numDays * 24 * 3600000)); //6 months from now!
//                                     (dd) (hr) (ms in hr)
   var WholeCookie = expire ;

//Text entry
   WholeCookie = WholeCookie + '`' + document.notifyForm.sender.value;
   WholeCookie = WholeCookie + '`' + document.notifyForm.SenderEMail.value;

//Put cookie in the Oven Bake 'till done.
  document.cookie = TheCookieName +"=" + escape (WholeCookie) +
                    "; expires=" + expire.toGMTString() ;

// alert('Your order information has been stored. You may now continue browsing the site.');
}

//**Edit this function for each corresponding function above.
//  They are numbered in the order they are placed in the Cookie
//  starting with zero which is ALWAYS the expriation date.

function UpdateForm () {

//Get the Cookievalue then use a Cookie Cutter to slice it up in an array.
MakeCookieArray(GetCookie(TheCookieName));

//TEXT input Form

//alert('ckArray: ' + ckArray[0]);
 if (ckArray[0] != "*") {
  document.notifyForm.sender.value  = ckArray[1];

document.notifyForm.SenderEMail.value   = ckArray[2];

 }

}

//Get and return the index of THE checked radio button
 function setChkIndx(theName) { 
   for (var i=0; i < theName.length; i++ ) {
   if (theName[i].checked == true) return i; 
   }
 return "*"; // One item is always supposed to be checked but... 
 }


//Get the cookie from a list of possible cookies. Honest!
function GetCookie (CookieName) {
  var cname = CookieName + "=";
  var i = 0;
  while (i < document.cookie.length) {
    var j = i + cname.length;
    if (document.cookie.substring(i, j) == cname){
        var leng = document.cookie.indexOf (";", j);
        if (leng == -1) leng = document.cookie.length;
        return unescape(document.cookie.substring(j, leng));
    }
    i = document.cookie.indexOf(" ", i) + 1;
    if (i == 0) break; //thats -1 plus 1, duh.
  }
  return "*";
}

//Set the Cookie with expire date in the past - 2 days to get it for sure.
function DelEatCookie (name) {
  var expire = new Date();
  expire.setTime (expire.getTime() - 2 * 86400001);  //-2 days ago. Stale Cookie
  document.cookie = name + "=*; expires=" + expire.toGMTString();
}

//Parse Big  Cookie. A CookieCutter if you will.
function MakeCookieArray(cookieValue) {
  var i = 0,indx = 0, citemlen =0;
  ckArray = new Array();
   if ( cookieValue == null ) {ckArray[0]= "*";return}//Data has expired or never entered.
   if ( cookieValue == "*"  ) {ckArray[0]= "*";return}//Data has expired or never entered.
  while (citemlen < cookieValue.length) {
    citemlen=(cookieValue.indexOf("`", indx)>0)
             ?cookieValue.indexOf("`", indx):cookieValue.length;
    ckArray[i]= cookieValue.substring(indx, citemlen); i++;
    indx = citemlen + 1;
  }
}


committees = new Array;
committees[0] = "";
committees[1] = "";
committees[2] = "";
committees[3] = "";
committees[4] = "";
committees[5] = "";
committees[6] = "Select Committee on Children (Ranking Member); Transportation (Ranking Member); Education; Finance, Revenue and Bonding";
committees[7] = "Education (Ranking Member); Insurance and Real Estate (Ranking Member); Internship (Ranking Member); Appropriations; Regulations Review";
committees[8] = "General Law (Chair); Internship; Legislative Management; Transportation";
committees[9] = "Planning and Development (Chair); Human Services (Vice Chair); Judiciary; Public Health";
committees[10] = "Insurance and Real Estate (Chair); Internship (Chair); Banks (Vice Chair); Commerce (Vice Chair); Legislative Management";
committees[11] = "Finance, Revenue and Bonding (Chair); Public Safety and Security (Vice Chair); Internship; Legislative Management";
committees[12] = "Appropriations (Ranking Member); Higher Education and Employment Advancement (Ranking Member); Public Health (Ranking Member); Regulations Review";
committees[13] = "Transportation (Chair); Environment; Finance, Revenue and Bonding; Program Review and Investigations";
committees[14] = "Human Services (Chair); Housing (Vice Chair); Judiciary; Regulations Review";
committees[15] = "Banks (Chair); Energy and Technology (Vice Chair); Transportation (Vice Chair); Appropriations";
committees[16] = "Legislative Management (Ranking Member); Planning and Development (Ranking Member); Select Committee on Veterans' Affairs (Ranking Member); Executive and Legislative Nominations";
committees[17] = "Energy and Technology (Chair); Education (Vice Chair); Finance, Revenue and Bonding (Vice Chair); Program Review and Investigations";
committees[18] = "Commerce (Ranking Member); Appropriations; Program Review and Investigations; Transportation";
committees[19] = "Education (Chair); Select Committee on Aging (Vice Chair); Executive and Legislative Nominations; Finance, Revenue and Bonding";
committees[20] = "Housing (Chair); Labor and Public Employees (Vice Chair); Appropriations; General Law; Judiciary";
committees[21] = "Labor and Public Employees (Ranking Member); Public Safety and Security (Ranking Member); Finance, Revenue and Bonding; Internship; Program Review and Investigations";
committees[22] = "Higher Education and Employment Advancement (Chair); Judiciary (Vice Chair); Appropriations; Commerce";
committees[23] = "Appropriations (Chair); Executive and Legislative Nominations; Legislative Management";
committees[24] = "Public Health (Chair); Planning and Development (Vice Chair); Appropriations; Regulations Review";
committees[25] = "Regulations Review (Chair); Appropriations (Vice Chair); Insurance and Real Estate (Vice Chair); Legislative Management";
committees[26] = "Banks (Ranking Member); Human Services (Ranking Member); Appropriations; Public Health";
committees[27] = "Program Review and Investigations (Chair); Select Committee on Aging (Ranking Member); Judiciary (Ranking Member); General Law";
committees[28] = "Commerce (Chair); Finance, Revenue and Bonding; Legislative Management; Transportation";
committees[29] = "Executive and Legislative Nominations (Chair); Legislative Management (Vice Chair)";
committees[30] = "Select Committee on Veterans' Affairs (Chair); Environment (Vice Chair); General Law (Vice Chair); Program Review and Investigations (Ranking Member); Appropriations";
committees[31] = "Judiciary (Chair); Education; Finance, Revenue and Bonding; Transportation";
committees[32] = "Environment (Ranking Member); Executive and Legislative Nominations (Ranking Member); Housing (Ranking Member); Legislative Management";
committees[33] = "Government Administration and Elections (Ranking Member); Finance, Revenue and Bonding; Judiciary; Legislative Management; Transportation";
committees[34] = "Environment (Chair); Government Administration and Elections (Vice Chair); Select Committee on Children (Vice Chair); Finance, Revenue and Bonding; Judiciary";
committees[35] = "Select Committee on Children (Chair); Higher Education and Employment Advancement (Vice Chair); Commerce; General Law";
committees[36] = "Select Committee on Aging (Chair); Labor and Public Employees (Chair); Appropriations; Public Health";
committees[37] = "Finance, Revenue and Bonding (Ranking Member); Regulations Review (Ranking Member); Environment; Judiciary";
committees[38] = "Government Administration and Elections (Chair); Public Health (Vice Chair); Select Committee on Veterans' Affairs (Vice Chair); Appropriations";
committees[39] = "Public Safety and Security (Chair); Education; Finance, Revenue and Bonding; Public Health";
committees[40] = "Legislative Management (Chair); Executive and Legislative Nominations (Vice Chair)";
committees[41] = "Energy and Technology (Ranking Member); General Law (Ranking Member); Commerce; Internship; Legislative Management";
committees[42] = "Human Services (Vice Chair); Higher Education and Employment Advancement; Insurance and Real Estate";
committees[43] = "Commerce (Ranking Member); Higher Education and Employment Advancement; Insurance and Real Estate; Select Committee on Children";
committees[44] = "Select Committee on Aging; Executive and Legislative Nominations; Insurance and Real Estate";
committees[45] = "Finance, Revenue and Bonding; General Law; Insurance and Real Estate; Legislative Management";
committees[46] = "Planning and Development (Ranking Member); General Law; Judiciary; Labor and Public Employees";
committees[47] = "Government Administration and Elections (Vice Chair); Commerce; Finance, Revenue and Bonding";
committees[48] = "Finance, Revenue and Bonding (Vice Chair); Planning and Development; Public Health";
committees[49] = "General Law (Ranking Member); Insurance and Real Estate; Public Safety and Security";
committees[50] = "Appropriations; Environment; Energy and Technology";
committees[51] = "Banks; Judiciary; Select Committee on Children";
committees[52] = "Banks (Chair); Finance, Revenue and Bonding; Judiciary";
committees[53] = "Appropriations (Vice Chair); Education; Public Health";
committees[54] = "Commerce (Chair); Finance, Revenue and Bonding; Judiciary";
committees[55] = "Finance, Revenue and Bonding; Internship; Public Safety and Security; Transportation";
committees[56] = "Housing (Vice Chair); Finance, Revenue and Bonding; Human Services";
committees[57] = "Select Committee on Aging (Vice Chair); Environment; Public Health";
committees[58] = "Legislative Management (Ranking Member)";
committees[59] = "Appropriations; Environment; Transportation";
committees[60] = "Higher Education and Employment Advancement (Vice Chair); Appropriations; Regulations Review";
committees[61] = "Finance, Revenue and Bonding (Ranking Member); Planning and Development; Program Review and Investigations; Regulations Review";
committees[62] = "Program Review and Investigations (Ranking Member); Finance, Revenue and Bonding; Public Health";
committees[63] = "Regulations Review (Ranking Member); Finance, Revenue and Bonding; Public Safety and Security; Transportation";
committees[64] = "Environment (Ranking Member); Human Services; Public Safety and Security";
committees[65] = "Appropriations; Judiciary; Public Safety and Security";
committees[66] = "Environment; Public Health; Select Committee on Veterans' Affairs";
committees[67] = "Education; Energy and Technology; Judiciary";
committees[68] = "Select Committee on Aging; Education; Human Services";
committees[69] = "Select Committee on Veterans' Affairs (Ranking Member); Finance, Revenue and Bonding; Human Services; Judiciary";
committees[70] = "Insurance and Real Estate (Ranking Member); General Law; Public Safety and Security";
committees[71] = "Public Safety and Security (Chair); Executive and Legislative Nominations; Insurance and Real Estate";
committees[72] = "Education; Environment; Regulations Review";
committees[73] = "Appropriations; Higher Education and Employment Advancement; Judiciary";
committees[74] = "Legislative Management (Chair)";
committees[75] = "Planning and Development (Vice Chair); Government Administration and Elections; Transportation";
committees[76] = "General Law; Labor and Public Employees; Legislative Management; Public Safety and Security";
committees[77] = "Appropriations; Energy and Technology; Public Health";
committees[78] = "Appropriations; Higher Education and Employment Advancement; Transportation";
committees[79] = "Education (Chair); Appropriations; Government Administration and Elections";
committees[80] = "Higher Education and Employment Advancement; Human Services; Internship; Planning and Development";
committees[81] = "Select Committee on Aging; Finance, Revenue and Bonding; Government Administration and Elections";
committees[82] = "Insurance and Real Estate (Chair); Environment; Transportation";
committees[83] = "Judiciary (Vice Chair); Planning and Development; Transportation";
committees[84] = "Select Committee on Aging (Ranking Member); Banks; Finance, Revenue and Bonding";
committees[85] = "Judiciary; Legislative Management; Planning and Development";
committees[86] = "Appropriations; Education; Energy and Technology";
committees[87] = "Public Health (Vice Chair); Commerce; Planning and Development";
committees[88] = "Appropriations (Chair); Insurance and Real Estate; Legislative Management";
committees[89] = "Executive and Legislative Nominations; Finance, Revenue and Bonding; Higher Education and Employment Advancement";
committees[90] = "Human Services (Ranking Member); Finance, Revenue and Bonding; Transportation";
committees[91] = "Internship (Chair); Public Health (Ranking Member); Executive and Legislative Nominations; Transportation";
committees[92] = "Education (Ranking Member); Public Health; Program Review and Investigations";
committees[93] = "Judiciary; Legislative Management; Planning and Development";
committees[94] = "Appropriations; Judiciary; Public Safety and Security";
committees[95] = "Select Committee on Veterans' Affairs (Chair); Banks; Executive and Legislative Nominations";
committees[96] = "Housing (Chair); Finance, Revenue and Bonding; Judiciary";
committees[97] = "Education; Government Administration and Elections; Public Health";
committees[98] = "Transportation (Chair); Banks; Select Committee on Veterans' Affairs";
committees[99] = "Appropriations; Education; Judiciary; Select Committee on Children";
committees[100] = "Banks; Energy and Technology; Executive and Legislative Nominations; Judiciary; Regulations Review";
committees[101] = "Appropriations (Vice Chair); Education; Public Health";
committees[102] = "Environment; Finance, Revenue and Bonding; Planning and Development";
committees[103] = "Government Administration and Elections (Ranking Member); Appropriations; Judiciary";
committees[104] = "Appropriations; Judiciary; Labor and Public Employees; Public Safety and Security";
committees[105] = "Appropriations; Human Services; Judiciary";
committees[106] = "Commerce; Education; Environment";
committees[107] = "Select Committee on Children (Ranking Member); Appropriations; Internship; Judiciary";
committees[108] = "Banks; Transportation; Select Committee on Veterans' Affairs";
committees[109] = "Environment (Vice Chair); Higher Education and Employment Advancement; Judiciary";
committees[110] = "Appropriations; Education; Transportation";
committees[111] = "Executive and Legislative Nominations (Chair); Higher Education and Employment Advancement; Transportation";
committees[112] = "Select Committee on Children (Vice Chair); Education; Human Services; Public Safety and Security";
committees[113] = "Education; Energy and Technology; Finance, Revenue and Bonding";
committees[114] = "Commerce; Executive and Legislative Nominations; Human Services";
committees[115] = "Public Safety and Security (Vice Chair); Environment; Transportation";
committees[116] = "Transportation (Vice Chair); Environment; Finance, Revenue and Bonding";
committees[117] = "Appropriations; Banks; Legislative Management";
committees[118] = "Education; Finance, Revenue and Bonding; Internship; Judiciary; Legislative Management; Public Health";
committees[119] = "Education; Government Administration and Elections; Judiciary";
committees[120] = "Environment; Housing; Labor and Public Employees";
committees[121] = "Banks; Finance, Revenue and Bonding; Public Safety and Security";
committees[122] = "Judiciary (Chair); Government Administration and Elections; Transportation";
committees[123] = "Education; Finance, Revenue and Bonding; Public Health";
committees[124] = "Finance, Revenue and Bonding; Regulations Review; Transportation";
committees[125] = "Education; Energy and Technology; Public Health";
committees[126] = "Appropriations; Education; Higher Education and Employment Advancement";
committees[127] = "Education; Human Services; Public Health";
committees[128] = "Commerce; General Law; Transportation";
committees[129] = "Environment; Finance, Revenue and Bonding; Legislative Management; Transportation";
committees[130] = "Appropriations; Education; Higher Education and Employment Advancement";
committees[131] = "Insurance and Real Estate (Vice Chair); Energy and Technology; Finance, Revenue and Bonding";
committees[132] = "Legislative Management (Vice Chair)";
committees[133] = "Transportation (Vice Chair); Education; Public Safety and Security";
committees[134] = "Appropriations; Education; Government Administration and Elections";
committees[135] = "Housing (Ranking Member); Environment; Energy and Technology";
committees[136] = "Appropriations (Ranking Member); Environment; Planning and Development";
committees[137] = "Commerce; Select Committee on Children; Transportation";
committees[138] = "Commerce; Finance, Revenue and Bonding; Transportation";
committees[139] = "Human Services; Housing; Judiciary";
committees[140] = "Banks; Environment; Finance, Revenue and Bonding";
committees[141] = "Program Review and Investigations (Chair); Environment; Finance, Revenue and Bonding; Select Committee on Children";
committees[142] = "Appropriations; Education; General Law; Legislative Management";
committees[143] = "Energy and Technology (Chair); Insurance and Real Estate; Public Health";
committees[144] = "Select Committee on Veterans' Affairs (Vice Chair); General Law; Transportation";
committees[145] = "Labor and Public Employees (Ranking Member); Commerce; Higher Education and Employment Advancement";
committees[146] = "Labor and Public Employees (Vice Chair); Finance, Revenue and Bonding; Government Administration and Elections; Public Health";
committees[147] = "Banks; Energy and Technology; Insurance and Real Estate; Legislative Management";
committees[148] = "Judiciary (Ranking Member); Appropriations; Regulations Review";
committees[149] = "Environment; Energy and Technology; Finance, Revenue and Bonding; Legislative Management";
committees[150] = "Judiciary; Labor and Public Employees; Public Health";
committees[151] = "Appropriations; Human Services; Legislative Management; Public Safety and Security";
committees[152] = "Public Safety and Security (Ranking Member); Appropriations; Environment";
committees[153] = "Finance, Revenue and Bonding (Vice Chair); Commerce; Transportation";
committees[154] = "Executive and Legislative Nominations (Ranking Member); Environment; Finance, Revenue and Bonding; Legislative Management";
committees[155] = "Appropriations; Energy and Technology; Public Safety and Security";
committees[156] = "Energy and Technology; General Law; Planning and Development";
committees[157] = "Government Administration and Elections; Judiciary; Transportation";
committees[158] = "Education (Vice Chair); Appropriations; Planning and Development";
committees[159] = "Energy and Technology; Finance, Revenue and Bonding; Higher Education and Employment Advancement; Human Services";
committees[160] = "Public Health (Chair); Appropriations; Energy and Technology";
committees[161] = "Executive and Legislative Nominations; Finance, Revenue and Bonding; General Law; Public Safety and Security";
committees[162] = "Finance, Revenue and Bonding; Higher Education and Employment Advancement; Planning and Development";
committees[163] = "Appropriations (Vice Chair); Insurance and Real Estate; Judiciary";
committees[164] = "Regulations Review (Chair); Housing; Judiciary; Planning and Development";
committees[165] = "Environment (Chair); Appropriations; Executive and Legislative Nominations";
committees[166] = "Labor and Public Employees (Chair); Appropriations; Public Health";
committees[167] = "Appropriations; Commerce; Planning and Development";
committees[168] = "Higher Education and Employment Advancement (Ranking Member); Appropriations; Legislative Management; Transportation";
committees[169] = "Public Safety and Security; Transportation; Select Committee on Veterans' Affairs";
committees[170] = "Executive and Legislative Nominations (Vice Chair); Appropriations; Banks; Insurance and Real Estate";
committees[171] = "Transportation (Ranking Member); Finance, Revenue and Bonding; Public Health";
committees[172] = "Select Committee on Aging (Chair); Judiciary; Transportation";
committees[173] = "General Law (Chair); Higher Education and Employment Advancement; Public Safety and Security";
committees[174] = "Planning and Development (Chair); Finance, Revenue and Bonding; Program Review and Investigations";
committees[175] = "Government Administration and Elections (Chair); Environment; Judiciary";
committees[176] = "Finance, Revenue and Bonding (Chair)";
committees[177] = "Banks (Ranking Member); Appropriations; Commerce";
committees[178] = "General Law (Vice Chair); Housing; Judiciary; Public Health";
committees[179] = "Internship (Ranking Member); Select Committee on Aging; Finance, Revenue and Bonding";
committees[180] = "Appropriations; Energy and Technology; Legislative Management; Public Health";
committees[181] = "Appropriations; Human Services; Select Committee on Children";
committees[182] = "Energy and Technology (Vice Chair); General Law; Judiciary";
committees[183] = "Select Committee on Children (Chair); Appropriations; Environment; Program Review and Investigations";
committees[184] = "Select Committee on Aging; Appropriations; Finance, Revenue and Bonding";
committees[185] = "Human Services (Chair); Appropriations; Judiciary";
committees[186] = "Banks; Finance, Revenue and Bonding; Public Health";
committees[187] = "Energy and Technology (Ranking Member); Commerce; Insurance and Real Estate";
committees[188] = "Higher Education and Employment Advancement (Chair); Appropriations; Environment";
committees[189] = "Appropriations; Education; Environment";
committees[190] = "Finance, Revenue and Bonding; Housing; Insurance and Real Estate";
committees[191] = "Banks (Vice Chair); Finance, Revenue and Bonding; Judiciary";
committees[192] = "Commerce (Vice Chair); Select Committee on Aging; Finance, Revenue and Bonding";

delegations = new Array;
delegations[0] = "Sen. Edith G. Prague|Rep. Pamela Z. Sawyer";
delegations[1] = "Sen. Joseph J. Crisco|Rep. Theresa W. Conroy|Rep. Linda M. Gentile";
delegations[2] = "Sen. Anthony Guglielmo|Rep. Bryan Hurlburt";
delegations[3] = "Sen. Kevin D. Witkos|Rep. Beth Bye|Rep. Timothy B. LeGeyt";
delegations[4] = "Sen. Kevin D. Witkos|Rep. Maryanne Hornish|Rep. John B. Rigby";
delegations[5] = "Sen. Joseph J. Crisco|Rep. Theresa W. Conroy";
delegations[6] = "Sen. Donald J. DeFronzo|Rep. Catherine F. Abercrombie|Rep. Joe Aresimowicz";
delegations[7] = "Sen. Joseph J. Crisco|Rep. Vickie O. Nardello";
delegations[8] = "Sen. Antonietta Toni Boucher|Sen. Michael A. McLachlan|Rep. Jason W. Bartlett|Rep. David A. Scribner";
delegations[9] = "Sen. Robert J. Kane|Rep. Craig A. Miner";
delegations[10] = "Sen. Eric D. Coleman|Sen. Jonathan A. Harris|Rep. David A. Baram|Rep. Kenneth P. Green";
delegations[11] = "Sen. Mary Ann Handley|Rep. Pamela Z. Sawyer";
delegations[12] = "Sen. Edith G. Prague|Rep. Kevin Ryan";
delegations[13] = "Sen. Edward Meyer|Rep. Lonnie Reed|Rep. Patricia M. Widlitz";
delegations[14] = "Sen. Edwin A. Gomes|Sen. Anthony J. Musto|Rep. Andres Ayala|Rep. Christopher L. Caruso|Rep. Charles D. Clemons|Rep. Auden Grogins|Rep. John (Jack) F. Hennessy|Rep. Ezequiel Santiago";
delegations[15] = "Sen. Robert J. Kane|Rep. Arthur J. O'Neill";
delegations[16] = "Sen. Thomas A. Colapietro|Rep. Elizabeth A. Boukus|Rep. William A. Hamzy|Rep. Frank N. Nicastro|Rep. Christopher A. Wright";
delegations[17] = "Sen. Andrew W. Roraback|Rep. David A. Scribner";
delegations[18] = "Sen. Donald E. Williams|Rep. Mike Alberts";
delegations[19] = "Sen. Jonathan A. Harris|Rep. John E. Piscopo";
delegations[20] = "Sen. Andrew W. Roraback|Rep. John B. Rigby";
delegations[21] = "Sen. Donald E. Williams|Rep. Christopher D. Coutu";
delegations[22] = "Sen. Kevin D. Witkos|Rep. Timothy B. LeGeyt";
delegations[23] = "Sen. Anthony Guglielmo|Rep. Denise W. Merrill";
delegations[24] = "Sen. Sam S. Caligiuri|Sen. Thomas P. Gaffey|Rep. Elizabeth H. Esty|Rep. Mary G. Fritz|Rep. Vickie O. Nardello";
delegations[25] = "Sen. Eileen M. Daily|Rep. James F. Spallone";
delegations[26] = "Sen. Eileen M. Daily|Rep. Brian J. O'Connor";
delegations[27] = "Sen. Eileen M. Daily|Rep. Linda A. Orange";
delegations[28] = "Sen. Kevin D. Witkos|Rep. John B. Rigby";
delegations[29] = "Sen. Edith G. Prague|Rep. Joan A. Lewis";
delegations[30] = "Sen. Andrew W. Roraback|Rep. Roberta B. Willis";
delegations[31] = "Sen. Anthony Guglielmo|Rep. Joan A. Lewis";
delegations[32] = "Sen. Paul R. Doyle|Rep. James A. O'Rourke";
delegations[33] = "Sen. Michael A. McLachlan|Rep. Jason W. Bartlett|Rep. Janice R. Giegler|Rep. Bob Godfrey|Rep. Joseph J. Taborsak";
delegations[34] = "Sen. Bob Duff|Sen. Andrew J. McDonald|Rep. Terrie Wood";
delegations[35] = "Sen. Eileen M. Daily|Rep. James F. Spallone";
delegations[36] = "Sen. Joseph J. Crisco|Rep. Linda M. Gentile|Rep. Themis Klarides";
delegations[37] = "Sen. Edward Meyer|Rep. Matthew Lesser";
delegations[38] = "Sen. John A. Kissel|Rep. Matthew J. Conway|Rep. Maryanne Hornish";
delegations[39] = "Sen. Eileen M. Daily|Rep. Linda A. Orange";
delegations[40] = "Sen. Eileen M. Daily|Rep. Gail K. Hamm";
delegations[41] = "Sen. Gary D. LeBeau|Rep. Henry J. Genga|Rep. Timothy D. Larson|Rep. Jason Rojas";
delegations[42] = "Sen. Leonard A. Fasano|Rep. Vincent J. Candelora|Rep. Michael P. Lawlor";
delegations[43] = "Sen. Andrea L. Stillman|Rep. Ed Jutila";
delegations[44] = "Sen. Gary D. LeBeau|Rep. Ted C. Graziani";
delegations[45] = "Sen. Anthony Guglielmo|Rep. Mike Alberts";
delegations[46] = "Sen. John McKinney|Rep. John E. Stripp";
delegations[47] = "Sen. Anthony Guglielmo|Sen. Gary D. LeBeau|Rep. Ted C. Graziani";
delegations[48] = "Sen. John A. Kissel|Rep. Karen Jarmoc|Rep. Kathleen M. Tallarita";
delegations[49] = "Sen. Eileen M. Daily|Rep. James F. Spallone";
delegations[50] = "Sen. John McKinney|Rep. Thomas J. Drew|Rep. Kim Fawcett|Rep. Tony Hwang";
delegations[51] = "Sen. Donald J. DeFronzo|Sen. Jonathan A. Harris|Rep. Beth Bye|Rep. Demetrios S. Giannaros";
delegations[52] = "Sen. Edith G. Prague|Rep. Kevin Ryan";
delegations[53] = "Sen. Mary Ann Handley|Rep. Thomas J. Kehoe|Rep. Jason Rojas";
delegations[54] = "Sen. Andrew W. Roraback|Rep. Roberta B. Willis";
delegations[55] = "Sen. John A. Kissel|Sen. Kevin D. Witkos|Rep. Maryanne Hornish";
delegations[56] = "Sen. L. Scott Frantz|Rep. Fred Camillo|Rep. Livvy R. Floren|Rep. Lile R. Gibbons";
delegations[57] = "Sen. Andrew M. Maynard|Rep. Steven T. Mikutel";
delegations[58] = "Sen. Andrew M. Maynard|Rep. Edward E. Moukawsher|Rep. Elissa T. Wright";
delegations[59] = "Sen. Edward Meyer|Rep. Deborah W. Heinrich|Rep. Patricia M. Widlitz";
delegations[60] = "Sen. Eileen M. Daily|Rep. James F. Spallone";
delegations[61] = "Sen. Joseph J. Crisco|Sen. Martin M. Looney|Rep. Elizabeth H. Esty|Rep. Brendan Sharkey|Rep. Cameron C. Staples|Rep. Peter F. Villano";
delegations[62] = "Sen. Anthony Guglielmo|Rep. Mike Alberts";
delegations[63] = "Sen. Eric D. Coleman|Sen. John W. Fonfara|Rep. Minnie Gonzalez|Rep. Kenneth P. Green|Rep. Marie Lopez Kirkley-Bey|Rep. Douglas McCrory|Rep. Hector L. Robles|Rep. Kelvin Roldan";
delegations[64] = "Sen. Kevin D. Witkos|Rep. John B. Rigby";
delegations[65] = "Sen. Thomas A. Colapietro|Sen. Kevin D. Witkos|Rep. John E. Piscopo";
delegations[66] = "Sen. Edith G. Prague|Rep. Pamela Z. Sawyer";
delegations[67] = "Sen. Andrew W. Roraback|Rep. Mary Ann Carson";
delegations[68] = "Sen. Donald E. Williams|Rep. Mae M. Flexer|Rep. Shawn T. Johnston";
delegations[69] = "Sen. Edward Meyer|Rep. Brian J. O'Connor";
delegations[70] = "Sen. Edith G. Prague|Rep. Kevin Ryan";
delegations[71] = "Sen. Edith G. Prague|Rep. Tom Reynolds";
delegations[72] = "Sen. Edith G. Prague|Rep. Steven T. Mikutel";
delegations[73] = "Sen. Andrew W. Roraback|Rep. Craig A. Miner|Rep. John E. Piscopo";
delegations[74] = "Sen. Eileen M. Daily|Rep. Marilyn Giuliano";
delegations[75] = "Sen. Edward Meyer|Rep. Deborah W. Heinrich";
delegations[76] = "Sen. Mary Ann Handley|Rep. Ryan P. Barry|Rep. Jason Rojas|Rep. John W. Thompson";
delegations[77] = "Sen. Donald E. Williams|Rep. Denise W. Merrill";
delegations[78] = "Sen. Mary Ann Handley|Rep. Pamela Z. Sawyer";
delegations[79] = "Sen. Thomas P. Gaffey|Rep. Catherine F. Abercrombie|Rep. Emil Altobello|Rep. Christopher G. Donovan";
delegations[80] = "Sen. Robert J. Kane|Rep. Anthony J. D'Amelio";
delegations[81] = "Sen. Thomas P. Gaffey|Rep. Matthew Lesser";
delegations[82] = "Sen. Paul R. Doyle|Sen. Thomas P. Gaffey|Rep. Gail K. Hamm|Rep. Matthew Lesser|Rep. James A. O'Rourke|Rep. Joseph C. Serra";
delegations[83] = "Sen. Gayle S. Slossberg|Rep. Paul Davis|Rep. Barbara L. Lambert|Rep. Richard Roy";
delegations[84] = "Sen. Dan Debicella|Sen. Anthony J. Musto|Rep. DebraLee Hovey";
delegations[85] = "Sen. Edith G. Prague|Sen. Andrea L. Stillman|Rep. Tom Reynolds|Rep. Elizabeth B. Ritter|Rep. Kevin Ryan";
delegations[86] = "Sen. Andrew W. Roraback|Rep. Craig A. Miner";
delegations[87] = "Sen. Joseph J. Crisco|Sen. Joan V. Hartley|Rep. David K. Labriola|Rep. Rosa C. Rebimbas";
delegations[88] = "Sen. Donald J. DeFronzo|Rep. Elizabeth A. Boukus|Rep. John C. Geragosian|Rep. Tim O'Brien|Rep. Peter A. Tercyak";
delegations[89] = "Sen. Antonietta Toni Boucher|Sen. L. Scott Frantz|Rep. John W. Hetherington|Rep. William Tong";
delegations[90] = "Sen. Michael A. McLachlan|Rep. Mary Ann Carson|Rep. Janice R. Giegler";
delegations[91] = "Sen. Kevin D. Witkos|Rep. Maryanne Hornish";
delegations[92] = "Sen. Toni N. Harp|Sen. Martin M. Looney|Rep. Juan R. Candelaria|Rep. Patricia A. Dillon|Rep. Gary A. Holder-Winfield|Rep. Robert W. Megna|Rep. Cameron C. Staples|Rep. Toni E. Walker";
delegations[93] = "Sen. Andrea L. Stillman|Rep. Ernest Hewett|Rep. Edward E. Moukawsher";
delegations[94] = "Sen. Andrew W. Roraback|Rep. Mary Ann Carson|Rep. Clark J. Chapin";
delegations[95] = "Sen. Paul R. Doyle|Rep. Antonio Guerrera|Rep. Sandy H. Nafis|Rep. Tim O'Brien";
delegations[96] = "Sen. John McKinney|Rep. DebraLee Hovey|Rep. Christopher Lyddy";
delegations[97] = "Sen. Kevin D. Witkos|Rep. John B. Rigby";
delegations[98] = "Sen. Edward Meyer|Rep. Vincent J. Candelora";
delegations[99] = "Sen. Andrew W. Roraback|Rep. John B. Rigby";
delegations[100] = "Sen. Leonard A. Fasano|Rep. Steve Fontana";
delegations[101] = "Sen. Andrew M. Maynard|Rep. Diana S. Urban";
delegations[102] = "Sen. Bob Duff|Rep. Lawrence F. Cafero|Rep. Bruce V. Morris|Rep. Chris Perone|Rep. Terrie Wood";
delegations[103] = "Sen. Edith G. Prague|Rep. Christopher D. Coutu|Rep. Melissa M. Olson";
delegations[104] = "Sen. Andrea L. Stillman|Rep. Marilyn Giuliano";
delegations[105] = "Sen. Eileen M. Daily|Sen. Andrea L. Stillman|Rep. Marilyn Giuliano";
delegations[106] = "Sen. Gayle S. Slossberg|Rep. Paul Davis|Rep. Themis Klarides";
delegations[107] = "Sen. Robert J. Kane|Rep. David K. Labriola";
delegations[108] = "Sen. Andrew M. Maynard|Rep. Mae M. Flexer|Rep. Steven T. Mikutel";
delegations[109] = "Sen. Thomas A. Colapietro|Rep. Elizabeth A. Boukus";
delegations[110] = "Sen. Thomas A. Colapietro|Rep. William A. Hamzy";
delegations[111] = "Sen. Anthony Guglielmo|Rep. Mike Alberts";
delegations[112] = "Sen. Eileen M. Daily|Rep. James A. O'Rourke";
delegations[113] = "Sen. Andrew M. Maynard|Rep. Tom Reynolds";
delegations[114] = "Sen. Joan V. Hartley|Rep. Vickie O. Nardello";
delegations[115] = "Sen. Donald E. Williams|Rep. Shawn T. Johnston";
delegations[116] = "Sen. Antonietta Toni Boucher|Rep. Jason W. Bartlett|Rep. John E. Stripp";
delegations[117] = "Sen. Antonietta Toni Boucher|Rep. John H. Frey";
delegations[118] = "Sen. Paul R. Doyle|Rep. Antonio Guerrera";
delegations[119] = "Sen. Robert J. Kane|Rep. Arthur J. O'Neill";
delegations[120] = "Sen. Andrea L. Stillman|Rep. Ed Jutila";
delegations[121] = "Sen. Andrew W. Roraback|Rep. Roberta B. Willis";
delegations[122] = "Sen. Donald E. Williams|Rep. Christopher D. Coutu";
delegations[123] = "Sen. Dan Debicella|Sen. Robert J. Kane|Rep. Theresa W. Conroy";
delegations[124] = "Sen. Andrew W. Roraback|Rep. Roberta B. Willis";
delegations[125] = "Sen. Dan Debicella|Rep. Lawrence G. Miller|Rep. Jason Perillo";
delegations[126] = "Sen. Michael A. McLachlan|Rep. Mary Ann Carson";
delegations[127] = "Sen. Kevin D. Witkos|Rep. Linda Schofield";
delegations[128] = "Sen. John A. Kissel|Rep. Penny Bacchiochi";
delegations[129] = "Sen. Gary D. LeBeau|Rep. William Aman|Rep. Timothy D. Larson";
delegations[130] = "Sen. Robert J. Kane|Rep. David K. Labriola|Rep. Arthur J. O'Neill";
delegations[131] = "Sen. Sam S. Caligiuri|Rep. Joe Aresimowicz|Rep. John Mazurek|Rep. Bruce Zalaski";
delegations[132] = "Sen. Edith G. Prague|Rep. Christopher D. Coutu";
delegations[133] = "Sen. Anthony Guglielmo|Rep. Penny Bacchiochi";
delegations[134] = "Sen. L. Scott Frantz|Sen. Andrew J. McDonald|Rep. Livvy R. Floren|Rep. Gerald M. Fox|Rep. Carlo Leone|Rep. Patricia B. Miller|Rep. Jim Shapiro|Rep. William Tong";
delegations[135] = "Sen. Andrew M. Maynard|Rep. Mae M. Flexer";
delegations[136] = "Sen. Andrew M. Maynard|Rep. Diana S. Urban";
delegations[137] = "Sen. Dan Debicella|Sen. Edwin A. Gomes|Rep. Terry Backer|Rep. Laura R. Hoydick|Rep. Lawrence G. Miller";
delegations[138] = "Sen. John A. Kissel|Rep. Matthew J. Conway";
delegations[139] = "Sen. Robert J. Kane|Rep. John E. Piscopo";
delegations[140] = "Sen. Donald E. Williams|Rep. Shawn T. Johnston";
delegations[141] = "Sen. Anthony Guglielmo|Rep. Bryan Hurlburt";
delegations[142] = "Sen. Andrew W. Roraback|Sen. Kevin D. Witkos|Rep. Michelle L. Cook|Rep. Roberta B. Willis";
delegations[143] = "Sen. Anthony J. Musto|Rep. Tony Hwang|Rep. Lawrence G. Miller";
delegations[144] = "Sen. Anthony Guglielmo|Rep. Penny Bacchiochi";
delegations[145] = "Sen. Anthony Guglielmo|Rep. Claire L. Janowski|Rep. Joan A. Lewis";
delegations[146] = "Sen. Andrew M. Maynard|Rep. Steven T. Mikutel";
delegations[147] = "Sen. Leonard A. Fasano|Rep. Vincent J. Candelora|Rep. Elizabeth H. Esty|Rep. Mary G. Fritz|Rep. Mary M. Mushinsky";
delegations[148] = "Sen. Andrew W. Roraback|Rep. Craig A. Miner";
delegations[149] = "Sen. Andrew W. Roraback|Rep. Arthur J. O'Neill";
delegations[150] = "Sen. Sam S. Caligiuri|Sen. Joan V. Hartley|Rep. David Aldarondo|Rep. Jeffrey J. Berger|Rep. Larry B. Butler|Rep. Anthony J. D'Amelio|Rep. Selim G. Noujaim";
delegations[151] = "Sen. Andrea L. Stillman|Rep. Elizabeth B. Ritter";
delegations[152] = "Sen. Robert J. Kane|Rep. Sean J. Williams";
delegations[153] = "Sen. Jonathan A. Harris|Rep. Beth Bye|Rep. Andrew M. Fleischmann|Rep. David McCluskey";
delegations[154] = "Sen. Toni N. Harp|Sen. Gayle S. Slossberg|Rep. Stephen D. Dargan|Rep. Paul Davis|Rep. Louis P. Esposito";
delegations[155] = "Sen. Eileen M. Daily|Rep. Marilyn Giuliano|Rep. Brian J. O'Connor";
delegations[156] = "Sen. Antonietta Toni Boucher|Sen. John McKinney|Rep. John E. Stripp";
delegations[157] = "Sen. Antonietta Toni Boucher|Rep. Kim Fawcett|Rep. Joseph S. Mioli";
delegations[158] = "Sen. Paul R. Doyle|Sen. John W. Fonfara|Rep. Antonio Guerrera|Rep. Russell A. Morin";
delegations[159] = "Sen. Anthony Guglielmo|Rep. Bryan Hurlburt";
delegations[160] = "Sen. Antonietta Toni Boucher|Rep. John W. Hetherington|Rep. Peggy Reeves";
delegations[161] = "Sen. Andrew W. Roraback|Rep. John B. Rigby";
delegations[162] = "Sen. Donald E. Williams|Rep. Susan M. Johnson";
delegations[163] = "Sen. Eric D. Coleman|Sen. John A. Kissel|Rep. David A. Baram|Rep. Matthew J. Conway|Rep. Peggy Sayers";
delegations[164] = "Sen. John A. Kissel|Rep. Peggy Sayers";
delegations[165] = "Sen. Sam S. Caligiuri|Rep. John Mazurek";
delegations[166] = "Sen. Joseph J. Crisco|Rep. Themis Klarides";
delegations[167] = "Sen. Robert J. Kane|Rep. Craig A. Miner|Rep. Sean J. Williams";
delegations[168] = "Sen. Anthony Guglielmo|Rep. Mike Alberts";

titles = new Array;
titles[0] = "Governor";
titles[1] = "Lieutenant Governor";
titles[2] = "Secretary of the State";
titles[3] = "State Treasurer";
titles[4] = "Comptroller";
titles[5] = "Attorney General";
titles[6] = "Assistant Minority Leader";
titles[7] = "Deputy Minority Leader";
titles[8] = "Deputy Majority Leader";
titles[9] = "Deputy President Pro Tempore";
titles[10] = "Deputy Caucus Leader, Federal Relations Liaison";
titles[11] = "Deputy President Pro Tempore";
titles[12] = "Deputy Minority Leader";
titles[13] = "Assistant President Pro Tempore";
titles[14] = "Majority Whip";
titles[15] = "Assistant Majority Leader";
titles[16] = "Senate Minority Leader Pro Tempore";
titles[17] = "Deputy Majority Leader";
titles[18] = "Minority Whip";
titles[19] = "Chief Deputy President Pro Tempore";
titles[20] = "Assistant Majority Leader";
titles[21] = "Chief Deputy Minority Leader";
titles[22] = "Chief Deputy Majority Leader";
titles[23] = "Deputy President Pro Tempore";
titles[24] = "Chief Assistant Majority Leader";
titles[25] = "Assistant President Pro Tempore";
titles[26] = "Deputy Minority Leader";
titles[27] = "Chief Deputy Minority Leader";
titles[28] = "Deputy President Pro Tempore";
titles[29] = "Majority Leader";
titles[30] = "Majority Whip";
titles[31] = "Deputy Majority Leader";
titles[32] = "Senate Minority Leader";
titles[33] = "Minority Whip";
titles[34] = "Assistant Majority Leader";
titles[35] = "Assistant Majority Whip";
titles[36] = "Assistant President Pro Tempore";
titles[37] = "Deputy Senate Minority Leader Pro Tempore/Minority Caucus Chairman";
titles[38] = "Assistant Majority Leader";
titles[39] = "Deputy Majority Leader";
titles[40] = "Senate President Pro Tempore";
titles[41] = "Assistant Minority Leader";
titles[42] = "Assistant Majority Leader";
titles[43] = "";
titles[44] = "Assistant Majority Leader";
titles[45] = "Deputy Speaker";
titles[46] = "";
titles[47] = "Assistant Majority Leader";
titles[48] = "";
titles[49] = "House Republican Caucus Chair";
titles[50] = "Assistant Majority Whip";
titles[51] = "";
titles[52] = "";
titles[53] = "";
titles[54] = "";
titles[55] = "Deputy Majority Whip";
titles[56] = "Assistant Majority Leader";
titles[57] = "";
titles[58] = "House Republican Leader";
titles[59] = "";
titles[60] = "Deputy Majority Whip";
titles[61] = "";
titles[62] = "Assistant House Republican Leader";
titles[63] = "Deputy Majority Caucus Chair";
titles[64] = "Assistant House Republican Leader";
titles[65] = "Deputy Majority Whip-At-Large";
titles[66] = "";
titles[67] = "";
titles[68] = "";
titles[69] = "";
titles[70] = "Assistant House Republican Leader";
titles[71] = "";
titles[72] = "Assistant Majority Leader";
titles[73] = "Assistant Majority Whip";
titles[74] = "Speaker of the House";
titles[75] = "";
titles[76] = "Deputy Majority Leader";
titles[77] = "";
titles[78] = "";
titles[79] = "";
titles[80] = "";
titles[81] = "Assistant House Republican Leader";
titles[82] = "";
titles[83] = "Assistant Majority Leader";
titles[84] = "House Republican Whip";
titles[85] = "Assistant Deputy Speaker";
titles[86] = "Assistant Majority Leader";
titles[87] = "Assistant Majority Leader";
titles[88] = "";
titles[89] = "Chief Assistant Deputy Speaker for Economic Affairs";
titles[90] = "Assistant House Republican Leader";
titles[91] = "";
titles[92] = "";
titles[93] = "Deputy Speaker";
titles[94] = "Majority Whip-At-Large";
titles[95] = "";
titles[96] = "";
titles[97] = "";
titles[98] = "";
titles[99] = "Assistant Majority Whip";
titles[100] = "Deputy House Republican Leader";
titles[101] = "";
titles[102] = "Assistant Majority Leader";
titles[103] = "Assistant House Republican Leader";
titles[104] = "Deputy Majority Leader";
titles[105] = "";
titles[106] = "";
titles[107] = "Assistant House Republican Leader";
titles[108] = "";
titles[109] = "";
titles[110] = "";
titles[111] = "";
titles[112] = "";
titles[113] = "";
titles[114] = "";
titles[115] = "Assistant Majority Leader";
titles[116] = "";
titles[117] = "Deputy Speaker";
titles[118] = "Deputy House Republican Leader";
titles[119] = "Assistant House Republican Leader";
titles[120] = "";
titles[121] = "";
titles[122] = "";
titles[123] = "";
titles[124] = "Deputy Majority Whip";
titles[125] = "";
titles[126] = "Assistant Majority Whip";
titles[127] = "";
titles[128] = "Assistant Majority Whip";
titles[129] = "Deputy Speaker";
titles[130] = "Assistant Majority Leader";
titles[131] = "Assistant Majority Whip";
titles[132] = "Majority Leader";
titles[133] = "Majority Whip-At-Large";
titles[134] = "";
titles[135] = "";
titles[136] = "Assistant House Republican Leader";
titles[137] = "Assistant Majority Leader";
titles[138] = "Assistant Majority Leader";
titles[139] = "Assistant Majority Leader";
titles[140] = "Assistant Majority Leader";
titles[141] = "";
titles[142] = "Deputy Majority Leader";
titles[143] = "";
titles[144] = "";
titles[145] = "Assistant House Republican Leader";
titles[146] = "Assistant Majority Leader";
titles[147] = "Deputy Speaker";
titles[148] = "Assistant House Republican Leader";
titles[149] = "Deputy Speaker";
titles[150] = "Deputy Majority Leader";
titles[151] = "Deputy Speaker";
titles[152] = "";
titles[153] = "Assistant Majority Leader";
titles[154] = "House Republican Whip";
titles[155] = "";
titles[156] = "";
titles[157] = "";
titles[158] = "Assistant Majority Leader";
titles[159] = "";
titles[160] = "";
titles[161] = "";
titles[162] = "";
titles[163] = "";
titles[164] = "";
titles[165] = "";
titles[166] = "";
titles[167] = "";
titles[168] = "House Republican Whip";
titles[169] = "Deputy Majority Leader";
titles[170] = "";
titles[171] = "Assistant House Republican Leader";
titles[172] = "";
titles[173] = "";
titles[174] = "";
titles[175] = "";
titles[176] = "";
titles[177] = "Assistant House Republican Leader";
titles[178] = "";
titles[179] = "Majority Caucus Chair";
titles[180] = "Deputy Majority Leader";
titles[181] = "Assistant Majority Whip";
titles[182] = "";
titles[183] = "";
titles[184] = "Deputy Majority Whip-At-Large";
titles[185] = "";
titles[186] = "Deputy Majority Leader";
titles[187] = "";
titles[188] = "";
titles[189] = "";
titles[190] = "";
titles[191] = "";
titles[192] = "Assistant Majority Whip";function selectAll(form) {
   for (var i=0; i < form.EMail.length; i++) {
       if ((form.EMail.options[i].value != "") && (form.EMail.options[i].text.indexOf("----------------------") == -1)) {
            form.EMail.options[i].selected = true }
       }
       
    }

function deselectAll(form) {
   for (var i=0; i < form.EMail.length; i++) {
       form.EMail.options[i].selected = false }
    }

function selectCommittee(form,committee) {
   if(committee != "Education") {
   for (var i=0; i < form.EMail.length; i++) {
       if (committees[i].indexOf(committee) != -1) {
            form.EMail.options[i].selected = true }
       }
    }       

   if(committee == "Education") {
     var cool = /ucation \(/
     var cool1 = /ucation;/
     var cool2 = /ucation$/
   for (var i=0; i < form.EMail.length; i++) {
       if (cool.test(committees[i]) == true || cool1.test(committees[i]) == true || cool2.test(committees[i]) == true) {
            form.EMail.options[i].selected = true }
       }
    }       

    }
function selectSenators(form) {
   for (var i=0; i < form.EMail.length; i++) {
       if ((form.EMail.options[i].text.indexOf("Sen.") != -1) && (form.EMail.options[i].value != "")) {
            form.EMail.options[i].selected = true }
       }
       
    }
function selectRepresentatives(form) {
   for (var i=0; i < form.EMail.length; i++) {
       if ((form.EMail.options[i].text.indexOf("Rep.") != -1) && (form.EMail.options[i].text.indexOf("----------------------") == -1)) {
            form.EMail.options[i].selected = true }
       }
       
    }
function noAddress(form) {
   for (var i=0; i < form.EMail.length; i++) {
       if ((form.EMail.options[i].selected) && (form.EMail.options[i].value == "")) {
    alert("Sorry, we do not have an e-mail address on file for " + form.EMail.options[i].text + ".")
    form.EMail.options[i].selected = false }
    } 
  }
