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

delegations = new Array;
delegations[0] = "Sen. Edith G. Prague|Rep. Pamela Z. Sawyer";
delegations[1] = "Sen. Joseph J. Crisco|Rep. Linda M. Gentile|Rep. Leonard C. Greene";
delegations[2] = "Sen. Anthony Guglielmo|Rep. Bryan Hurlburt";
delegations[3] = "Sen. Kevin D. Witkos|Rep. Brian Becker|Rep. Timothy B. LeGeyt";
delegations[4] = "Sen. Kevin D. Witkos|Rep. John B. Rigby|Rep. Bill Simanski";
delegations[5] = "Sen. Joseph J. Crisco|Rep. Leonard C. Greene";
delegations[6] = "Sen. Terry B. Gerratana|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. Dan Carter|Rep. David A. Scribner";
delegations[9] = "Sen. Robert J. Kane|Rep. Craig A. Miner";
delegations[10] = "Sen. Beth Bye|Sen. Eric D. Coleman|Rep. David A. Baram|Rep. Matthew Ritter";
delegations[11] = "Sen. Steve Cassano|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. Charles D. Clemons|Rep. Auden Grogins|Rep. John Jack F. Hennessy|Rep. Ezequiel Santiago|Rep. Charlie L. Stallworth";
delegations[15] = "Sen. Robert J. Kane|Rep. Arthur J. O'Neill";
delegations[16] = "Sen. Jason C. Welch|Rep. Whit Betts|Rep. Elizabeth A. Boukus|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. Beth Bye|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. Gregory Haddad";
delegations[24] = "Sen. Joe Markley|Sen. Len Suzio|Rep. Al Adinolfi|Rep. Mary G. Fritz|Rep. Vickie O. Nardello";
delegations[25] = "Sen. Eileen M. Daily|Rep. Philip Miller";
delegations[26] = "Sen. Eileen M. Daily|Rep. James M. Crawford";
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. Tim Ackert";
delegations[30] = "Sen. Andrew W. Roraback|Rep. Roberta B. Willis";
delegations[31] = "Sen. Anthony Guglielmo|Rep. Tim Ackert";
delegations[32] = "Sen. Paul R. Doyle|Rep. Christie M. Carpino";
delegations[33] = "Sen. Michael A. McLachlan|Rep. Dan Carter|Rep. Janice R. Giegler|Rep. Bob Godfrey|Rep. Joseph J. Taborsak";
delegations[34] = "Sen. Bob Duff|Sen. Carlo Leone|Rep. Terrie Wood";
delegations[35] = "Sen. Eileen M. Daily|Rep. Philip Miller";
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. Elaine C. O'Brien|Rep. Bill Simanski";
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. James M. Albis|Rep. Vincent J. Candelora";
delegations[43] = "Sen. Andrea L. Stillman|Rep. Ed Jutila";
delegations[44] = "Sen. Gary D. LeBeau|Rep. Christopher Davis";
delegations[45] = "Sen. Anthony Guglielmo|Rep. Mike Alberts";
delegations[46] = "Sen. John McKinney|Rep. John Shaban";
delegations[47] = "Sen. Anthony Guglielmo|Sen. Gary D. LeBeau|Rep. Christopher Davis";
delegations[48] = "Sen. John A. Kissel|Rep. David W. Kiner|Rep. Kathleen M. Tallarita";
delegations[49] = "Sen. Eileen M. Daily|Rep. Philip Miller";
delegations[50] = "Sen. John McKinney|Rep. Kim Fawcett|Rep. Tony Hwang|Rep. Brenda L. Kupchick";
delegations[51] = "Sen. Beth Bye|Sen. Terry B. Gerratana|Rep. Brian Becker|Rep. William Wadsworth";
delegations[52] = "Sen. Edith G. Prague|Rep. Kevin Ryan";
delegations[53] = "Sen. Steve Cassano|Rep. Jason Rojas|Rep. Prasad Srinivasan";
delegations[54] = "Sen. Andrew W. Roraback|Rep. Roberta B. Willis";
delegations[55] = "Sen. John A. Kissel|Sen. Kevin D. Witkos|Rep. Bill Simanski";
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. Noreen S. Kokoruda|Rep. Patricia M. Widlitz";
delegations[60] = "Sen. Eileen M. Daily|Rep. Philip Miller";
delegations[61] = "Sen. Joseph J. Crisco|Sen. Martin M. Looney|Rep. Al Adinolfi|Rep. Roland J. Lemar|Rep. Brendan Sharkey|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. Marie Lopez Kirkley-Bey|Rep. Douglas McCrory|Rep. Matthew Ritter|Rep. Hector L. Robles|Rep. Kelvin Roldan";
delegations[64] = "Sen. Kevin D. Witkos|Rep. John B. Rigby";
delegations[65] = "Sen. Jason C. Welch|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. Richard A. Smith";
delegations[68] = "Sen. Donald E. Williams|Rep. Mae M. Flexer|Rep. Daniel S. Rovero";
delegations[69] = "Sen. Edward Meyer|Rep. James M. Crawford";
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. Noreen S. Kokoruda";
delegations[76] = "Sen. Steve Cassano|Rep. Geoff Luxenberg|Rep. Jason Rojas|Rep. John W. Thompson";
delegations[77] = "Sen. Donald E. Williams|Rep. Gregory Haddad";
delegations[78] = "Sen. Steve Cassano|Rep. Pamela Z. Sawyer";
delegations[79] = "Sen. Len Suzio|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. Len Suzio|Rep. Matthew Lesser";
delegations[82] = "Sen. Paul R. Doyle|Sen. Len Suzio|Rep. Christie M. Carpino|Rep. Gail K. Hamm|Rep. Matthew Lesser|Rep. Joseph C. Serra";
delegations[83] = "Sen. Gayle S. Slossberg|Rep. Paul Davis|Rep. Kim Rose|Rep. Richard Roy";
delegations[84] = "Sen. Kevin C. Kelly|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. Terry B. Gerratana|Rep. Elizabeth A. Boukus|Rep. Tim O'Brien|Rep. Robert Sanchez|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. Janice R. Giegler|Rep. Richard A. Smith";
delegations[91] = "Sen. Kevin D. Witkos|Rep. Bill Simanski";
delegations[92] = "Sen. Toni N. Harp|Sen. Martin M. Looney|Rep. Juan R. Candelaria|Rep. Patricia A. Dillon|Rep. Gary A. Holder-Winfield|Rep. Roland J. Lemar|Rep. Robert W. Megna|Rep. Toni E. Walker";
delegations[93] = "Sen. Andrea L. Stillman|Rep. Ernest Hewett|Rep. Edward E. Moukawsher";
delegations[94] = "Sen. Andrew W. Roraback|Rep. Clark J. Chapin|Rep. Richard A. Smith";
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. Dave W. Yaccarino";
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. Jason C. Welch|Rep. Elizabeth A. Boukus";
delegations[110] = "Sen. Jason C. Welch|Rep. Whit Betts";
delegations[111] = "Sen. Anthony Guglielmo|Rep. Mike Alberts";
delegations[112] = "Sen. Eileen M. Daily|Rep. Christie M. Carpino";
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. Daniel S. Rovero";
delegations[116] = "Sen. Antonietta Toni Boucher|Rep. Dan Carter|Rep. John Shaban";
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. Robert J. Kane|Sen. Kevin C. Kelly|Rep. Leonard C. Greene";
delegations[124] = "Sen. Andrew W. Roraback|Rep. Roberta B. Willis";
delegations[125] = "Sen. Kevin C. Kelly|Rep. Lawrence G. Miller|Rep. Jason Perillo";
delegations[126] = "Sen. Michael A. McLachlan|Rep. Richard A. Smith";
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. Joe Markley|Rep. Joe Aresimowicz|Rep. Robert C. Sampson|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. Carlo Leone|Rep. Livvy R. Floren|Rep. Gerald M. Fox|Rep. Daniel J. Fox|Rep. Patricia Billie Miller|Rep. Michael L. Molgano|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. Edwin A. Gomes|Sen. Kevin C. Kelly|Rep. Terry Backer|Rep. Laura R. Hoydick|Rep. Lawrence G. Miller";
delegations[138] = "Sen. John A. Kissel|Rep. Elaine C. O'Brien";
delegations[139] = "Sen. Robert J. Kane|Rep. John E. Piscopo";
delegations[140] = "Sen. Donald E. Williams|Rep. Daniel S. Rovero";
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. Tim Ackert|Rep. Claire L. Janowski";
delegations[146] = "Sen. Andrew M. Maynard|Rep. Steven T. Mikutel";
delegations[147] = "Sen. Leonard A. Fasano|Rep. Al Adinolfi|Rep. Vincent J. Candelora|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. Joan V. Hartley|Sen. Joe Markley|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. Beth Bye|Rep. Brian Becker|Rep. Andrew M. Fleischmann|Rep. Joe Verrengia";
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. James M. Crawford|Rep. Marilyn Giuliano";
delegations[156] = "Sen. Antonietta Toni Boucher|Sen. John McKinney|Rep. John Shaban";
delegations[157] = "Sen. Antonietta Toni Boucher|Rep. Kim Fawcett|Rep. Jonathan Steinberg";
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. Gail Lavielle";
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. Elaine C. O'Brien|Rep. Peggy Sayers";
delegations[164] = "Sen. John A. Kissel|Rep. Peggy Sayers";
delegations[165] = "Sen. Joe Markley|Rep. Robert C. Sampson";
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] = "Deputy Minority Leader";
titles[7] = "";
titles[8] = "";
titles[9] = "Deputy President Pro Tempore";
titles[10] = "Chief Deputy President Pro Tempore, Federal Relations Liaison";
titles[11] = "Deputy President Pro Tempore";
titles[12] = "Majority Whip";
titles[13] = "Assistant Majority Leader";
titles[14] = "Senate Minority Leader Pro Tempore";
titles[15] = "Deputy Majority Leader";
titles[16] = "Assistant Minority Leader";
titles[17] = "";
titles[18] = "Deputy Majority Leader";
titles[19] = "Chief Deputy Minority Leader";
titles[20] = "Deputy President Pro Tempore";
titles[21] = "Assistant President Pro Tempore";
titles[22] = "Deputy Minority Leader";
titles[23] = "Minority Whip";
titles[24] = "Chief Deputy Minority Leader";
titles[25] = "Deputy President Pro Tempore";
titles[26] = "";
titles[27] = "Majority Leader";
titles[28] = "";
titles[29] = "Deputy Majority Leader";
titles[30] = "Senate Minority Leader";
titles[31] = "Assistant Minority Leader";
titles[32] = "Assistant Majority Leader";
titles[33] = "Majority Whip";
titles[34] = "Assistant President Pro Tempore";
titles[35] = "Deputy Senate Minority Leader Pro Tempore/Minority Caucus Chairman";
titles[36] = "Assistant Majority Leader";
titles[37] = "Deputy Majority Leader";
titles[38] = "";
titles[39] = "Minority Whip";
titles[40] = "Senate President Pro Tempore";
titles[41] = "Deputy Minority Leader";
titles[42] = "Assistant Majority Whip";
titles[43] = "";
titles[44] = "";
titles[45] = "";
titles[46] = "";
titles[47] = "Assistant Majority Leader";
titles[48] = "Deputy Speaker";
titles[49] = "Assistant House Republican Leader";
titles[50] = "Deputy Speaker";
titles[51] = "Assistant Majority Leader";
titles[52] = "House Republican Caucus Chair";
titles[53] = "Assistant Majority Whip";
titles[54] = "";
titles[55] = "";
titles[56] = "";
titles[57] = "";
titles[58] = "Deputy Majority Caucus Chair";
titles[59] = "";
titles[60] = "House Republican Leader";
titles[61] = "";
titles[62] = "Deputy Majority Whip-At-Large";
titles[63] = "Deputy House Republican Leader";
titles[64] = "";
titles[65] = "";
titles[66] = "Assistant House Republican Leader";
titles[67] = "Majority Caucus Chair";
titles[68] = "";
titles[69] = "";
titles[70] = "";
titles[71] = "Assistant House Republican Leader";
titles[72] = "";
titles[73] = "Assistant Majority Leader";
titles[74] = "";
titles[75] = "Assistant Majority Whip";
titles[76] = "Speaker of the House";
titles[77] = "Assistant Deputy Speaker";
titles[78] = "Assistant Majority Leader";
titles[79] = "";
titles[80] = "";
titles[81] = "Assistant House Republican Leader";
titles[82] = "";
titles[83] = "";
titles[84] = "House Republican Whip";
titles[85] = "Assistant Deputy Speaker";
titles[86] = "Assistant Majority Leader";
titles[87] = "";
titles[88] = "Assistant House Republican Leader";
titles[89] = "Assistant House Republican Leader";
titles[90] = "Assistant House Republican Leader";
titles[91] = "Deputy Speaker";
titles[92] = "Majority Whip-At-Large";
titles[93] = "";
titles[94] = "";
titles[95] = "";
titles[96] = "";
titles[97] = "Assistant Majority Whip";
titles[98] = "Assistant Majority Leader";
titles[99] = "Assistant House Republican Leader";
titles[100] = "Deputy Majority Leader";
titles[101] = "";
titles[102] = "Assistant House Republican Leader";
titles[103] = "";
titles[104] = "Assistant Majority Leader";
titles[105] = "";
titles[106] = "";
titles[107] = "";
titles[108] = "Deputy Majority Whip";
titles[109] = "";
titles[110] = "Deputy Speaker";
titles[111] = "Deputy House Republican Leader";
titles[112] = "";
titles[113] = "";
titles[114] = "House Republican Whip";
titles[115] = "";
titles[116] = "";
titles[117] = "";
titles[118] = "";
titles[119] = "";
titles[120] = "";
titles[121] = "";
titles[122] = "Assistant Majority Whip";
titles[123] = "";
titles[124] = "Majority Whip-At-Large";
titles[125] = "";
titles[126] = "";
titles[127] = "";
titles[128] = "Assistant House Republican Leader";
titles[129] = "";
titles[130] = "";
titles[131] = "Assistant Majority Whip";
titles[132] = "Assistant Majority Leader";
titles[133] = "Assistant Majority Whip";
titles[134] = "Assistant Deputy Speaker";
titles[135] = "";
titles[136] = "Assistant Majority Leader";
titles[137] = "House Republican Whip";
titles[138] = "Assistant Majority Leader";
titles[139] = "";
titles[140] = "Deputy House Republican Leader-At-Large";
titles[141] = "Deputy Majority Leader";
titles[142] = "Deputy Speaker";
titles[143] = "";
titles[144] = "Deputy Majority Leader";
titles[145] = "Senior House Republican Whip";
titles[146] = "";
titles[147] = "";
titles[148] = "Deputy Majority Leader";
titles[149] = "";
titles[150] = "";
titles[151] = "";
titles[152] = "";
titles[153] = "";
titles[154] = "Deputy Majority Leader";
titles[155] = "";
titles[156] = "";
titles[157] = "";
titles[158] = "";
titles[159] = "Deputy Speaker";
titles[160] = "";
titles[161] = "";
titles[162] = "";
titles[163] = "Deputy House Republican Leader-At-Large";
titles[164] = "Deputy Majority Leader";
titles[165] = "";
titles[166] = "House Republican Whip";
titles[167] = "";
titles[168] = "";
titles[169] = "Majority Leader";
titles[170] = "";
titles[171] = "";
titles[172] = "";
titles[173] = "";
titles[174] = "";
titles[175] = "";
titles[176] = "Deputy Majority Leader";
titles[177] = "";
titles[178] = "Assistant Majority Whip";
titles[179] = "";
titles[180] = "";
titles[181] = "";
titles[182] = "Deputy Majority Whip-At-Large";
titles[183] = "";
titles[184] = "";
titles[185] = "";
titles[186] = "";
titles[187] = "";
titles[188] = "";
titles[189] = "";
titles[190] = "Assistant Majority Leader";
titles[191] = "";
titles[192] = "";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 }
    } 
  }

