var countries = new Array();
countries[0] = new Array();
countries[0]['name'] = 'Australia';
countries[0]['code'] = '61';
countries[1] = new Array();
countries[1]['name'] = 'Canada';
countries[1]['code'] = '1';
countries[2] = new Array();
countries[2]['name'] = 'United States of America';
countries[2]['code'] = '1';
var states = new Array();
states['Australia'] = new Array();
states['Australia'][0] = 'Australian Capital Territory';
states['Australia'][1] = 'New South Wales';
states['Australia'][2] = 'Northern Territory';
states['Australia'][3] = 'Queensland';
states['Australia'][4] = 'South Australia';
states['Australia'][5] = 'Tasmania';
states['Australia'][6] = 'Victoria';
states['Australia'][7] = 'Western Australia';
states['Canada'] = new Array();
states['Canada'][0] = 'Alberta';
states['Canada'][1] = 'British Columbia';
states['Canada'][2] = 'Manitoba';
states['Canada'][3] = 'New Brunswick';
states['Canada'][4] = 'Newfoundland And Labrador';
states['Canada'][5] = 'Northwest Territory';
states['Canada'][6] = 'Nova Scotia';
states['Canada'][7] = 'Nunavut';
states['Canada'][8] = 'Ontario';
states['Canada'][9] = 'Prince Edward Island';
states['Canada'][10] = 'Québec';
states['Canada'][11] = 'Saskatchewan';
states['Canada'][12] = 'Yukon';
states['United States of America'] = new Array();
states['United States of America'][0] = 'Alabama';
states['United States of America'][1] = 'Alaska';
states['United States of America'][2] = 'American Samoa';
states['United States of America'][3] = 'Arizona';
states['United States of America'][4] = 'Arkansas';
states['United States of America'][5] = 'California';
states['United States of America'][6] = 'Colorado';
states['United States of America'][7] = 'Connecticut';
states['United States of America'][8] = 'Delaware';
states['United States of America'][9] = 'District Of Columbia';
states['United States of America'][10] = 'Florida';
states['United States of America'][11] = 'Georgia';
states['United States of America'][12] = 'Guam';
states['United States of America'][13] = 'Hawaii';
states['United States of America'][14] = 'Idaho';
states['United States of America'][15] = 'Illinois';
states['United States of America'][16] = 'Indiana';
states['United States of America'][17] = 'Iowa';
states['United States of America'][18] = 'Kansas';
states['United States of America'][19] = 'Kentucky';
states['United States of America'][20] = 'Louisiana';
states['United States of America'][21] = 'Maine';
states['United States of America'][22] = 'Maryland';
states['United States of America'][23] = 'Massachusetts';
states['United States of America'][24] = 'Michigan';
states['United States of America'][25] = 'Minnesota';
states['United States of America'][26] = 'Mississippi';
states['United States of America'][27] = 'Missouri';
states['United States of America'][28] = 'Montana';
states['United States of America'][29] = 'Nebraska';
states['United States of America'][30] = 'Nevada';
states['United States of America'][31] = 'New Hampshire';
states['United States of America'][32] = 'New Jersey';
states['United States of America'][33] = 'New Mexico';
states['United States of America'][34] = 'New York';
states['United States of America'][35] = 'North Carolina';
states['United States of America'][36] = 'North Dakota';
states['United States of America'][37] = 'Northern Mariana Islands';
states['United States of America'][38] = 'Ohio';
states['United States of America'][39] = 'Oklahoma';
states['United States of America'][40] = 'Oregon';
states['United States of America'][41] = 'Pennsylvania';
states['United States of America'][42] = 'Puerto Rico';
states['United States of America'][43] = 'Rhode Island';
states['United States of America'][44] = 'South Carolina';
states['United States of America'][45] = 'South Dakota';
states['United States of America'][46] = 'Tennessee';
states['United States of America'][47] = 'Texas';
states['United States of America'][48] = 'Utah';
states['United States of America'][49] = 'Vermont';
states['United States of America'][50] = 'Virgin Islands';
states['United States of America'][51] = 'Virginia';
states['United States of America'][52] = 'Washington';
states['United States of America'][53] = 'West Virginia';
states['United States of America'][54] = 'Wisconsin';
states['United States of America'][55] = 'Wyoming';
var diallingCodes = new Array();
diallingCodes[0] = new Array();
diallingCodes[0]['name'] = 'Australia';
diallingCodes[0]['code'] = '61';
diallingCodes[0]['states'] = new Array();
diallingCodes[0]['states'][0] = new Array();
diallingCodes[0]['states'][0]['name'] = 'Australian Capital Territory';
diallingCodes[0]['states'][0]['codes'] = new Array();
diallingCodes[0]['states'][0]['codes'][0] = new Array();
diallingCodes[0]['states'][0]['codes'][0]['code'] = '2';
diallingCodes[0]['states'][0]['codes'][0]['suburbs'] = '';
diallingCodes[0]['states'][0]['codes'][1] = new Array();
diallingCodes[0]['states'][0]['codes'][1]['code'] = '4';
diallingCodes[0]['states'][0]['codes'][1]['suburbs'] = '';
diallingCodes[0]['states'][1] = new Array();
diallingCodes[0]['states'][1]['name'] = 'New South Wales';
diallingCodes[0]['states'][1]['codes'] = new Array();
diallingCodes[0]['states'][1]['codes'][0] = new Array();
diallingCodes[0]['states'][1]['codes'][0]['code'] = '2';
diallingCodes[0]['states'][1]['codes'][0]['suburbs'] = '';
diallingCodes[0]['states'][1]['codes'][1] = new Array();
diallingCodes[0]['states'][1]['codes'][1]['code'] = '4';
diallingCodes[0]['states'][1]['codes'][1]['suburbs'] = '';
diallingCodes[0]['states'][2] = new Array();
diallingCodes[0]['states'][2]['name'] = 'Northern Territory';
diallingCodes[0]['states'][2]['codes'] = new Array();
diallingCodes[0]['states'][2]['codes'][0] = new Array();
diallingCodes[0]['states'][2]['codes'][0]['code'] = '8';
diallingCodes[0]['states'][2]['codes'][0]['suburbs'] = '';
diallingCodes[0]['states'][2]['codes'][1] = new Array();
diallingCodes[0]['states'][2]['codes'][1]['code'] = '4';
diallingCodes[0]['states'][2]['codes'][1]['suburbs'] = '';
diallingCodes[0]['states'][3] = new Array();
diallingCodes[0]['states'][3]['name'] = 'Queensland';
diallingCodes[0]['states'][3]['codes'] = new Array();
diallingCodes[0]['states'][3]['codes'][0] = new Array();
diallingCodes[0]['states'][3]['codes'][0]['code'] = '7';
diallingCodes[0]['states'][3]['codes'][0]['suburbs'] = '';
diallingCodes[0]['states'][3]['codes'][1] = new Array();
diallingCodes[0]['states'][3]['codes'][1]['code'] = '4';
diallingCodes[0]['states'][3]['codes'][1]['suburbs'] = '';
diallingCodes[0]['states'][4] = new Array();
diallingCodes[0]['states'][4]['name'] = 'South Australia';
diallingCodes[0]['states'][4]['codes'] = new Array();
diallingCodes[0]['states'][4]['codes'][0] = new Array();
diallingCodes[0]['states'][4]['codes'][0]['code'] = '8';
diallingCodes[0]['states'][4]['codes'][0]['suburbs'] = '';
diallingCodes[0]['states'][4]['codes'][1] = new Array();
diallingCodes[0]['states'][4]['codes'][1]['code'] = '4';
diallingCodes[0]['states'][4]['codes'][1]['suburbs'] = '';
diallingCodes[0]['states'][5] = new Array();
diallingCodes[0]['states'][5]['name'] = 'Tasmania';
diallingCodes[0]['states'][5]['codes'] = new Array();
diallingCodes[0]['states'][5]['codes'][0] = new Array();
diallingCodes[0]['states'][5]['codes'][0]['code'] = '3';
diallingCodes[0]['states'][5]['codes'][0]['suburbs'] = '';
diallingCodes[0]['states'][5]['codes'][1] = new Array();
diallingCodes[0]['states'][5]['codes'][1]['code'] = '4';
diallingCodes[0]['states'][5]['codes'][1]['suburbs'] = '';
diallingCodes[0]['states'][6] = new Array();
diallingCodes[0]['states'][6]['name'] = 'Victoria';
diallingCodes[0]['states'][6]['codes'] = new Array();
diallingCodes[0]['states'][6]['codes'][0] = new Array();
diallingCodes[0]['states'][6]['codes'][0]['code'] = '3';
diallingCodes[0]['states'][6]['codes'][0]['suburbs'] = '';
diallingCodes[0]['states'][6]['codes'][1] = new Array();
diallingCodes[0]['states'][6]['codes'][1]['code'] = '4';
diallingCodes[0]['states'][6]['codes'][1]['suburbs'] = '';
diallingCodes[0]['states'][7] = new Array();
diallingCodes[0]['states'][7]['name'] = 'Western Australia';
diallingCodes[0]['states'][7]['codes'] = new Array();
diallingCodes[0]['states'][7]['codes'][0] = new Array();
diallingCodes[0]['states'][7]['codes'][0]['code'] = '8';
diallingCodes[0]['states'][7]['codes'][0]['suburbs'] = '';
diallingCodes[0]['states'][7]['codes'][1] = new Array();
diallingCodes[0]['states'][7]['codes'][1]['code'] = '4';
diallingCodes[0]['states'][7]['codes'][1]['suburbs'] = '';
diallingCodes[1] = new Array();
diallingCodes[1]['name'] = 'Canada';
diallingCodes[1]['code'] = '1';
diallingCodes[1]['states'] = new Array();
diallingCodes[1]['states'][0] = new Array();
diallingCodes[1]['states'][0]['name'] = 'Alberta';
diallingCodes[1]['states'][0]['codes'] = new Array();
diallingCodes[1]['states'][0]['codes'][0] = new Array();
diallingCodes[1]['states'][0]['codes'][0]['code'] = '403';
diallingCodes[1]['states'][0]['codes'][0]['suburbs'] = 'airdrie,banff,calgary,drumheller,head-smashed-in,lethbridge,medicine hat,ponoka,red deer,stettler,hwy. 12';
diallingCodes[1]['states'][0]['codes'][1] = new Array();
diallingCodes[1]['states'][0]['codes'][1]['code'] = '780';
diallingCodes[1]['states'][0]['codes'][1]['suburbs'] = 'camrose,edmonton,edson,ft. mcmurray,fort mcmurray,grande prairie,jasper,lloydminster,slave lake,vegreville,wainwright,wetaskiwin,hwy. 13';
diallingCodes[1]['states'][1] = new Array();
diallingCodes[1]['states'][1]['name'] = 'British Columbia';
diallingCodes[1]['states'][1]['codes'] = new Array();
diallingCodes[1]['states'][1]['codes'][0] = new Array();
diallingCodes[1]['states'][1]['codes'][0]['code'] = '250';
diallingCodes[1]['states'][1]['codes'][0]['suburbs'] = '150 mile house,campbell river,cortes island,courtenay,cranbrook,ft. st. john,fort st. john,gold bridge,kamloops,kelowna,lantzville,lasqueti island,lillooet,lytton,manning park,merritt,nanaimo,penticton,port alberni,prince george,prince rupert,princeton,shalalth,vernon,victoria';
diallingCodes[1]['states'][1]['codes'][1] = new Array();
diallingCodes[1]['states'][1]['codes'][1]['code'] = '604';
diallingCodes[1]['states'][1]['codes'][1]['suburbs'] = 'abbotsford,aldergrove,bowen island,cloverdale,fort langley,haney,ladner,langley,mission,new westminster,newton,north vancouver,pitt meadows,port coquitlam,port moody,richmond,vancouver,west vancouver,whalley,white rock,whonnock';
diallingCodes[1]['states'][1]['codes'][2] = new Array();
diallingCodes[1]['states'][1]['codes'][2]['code'] = '778';
diallingCodes[1]['states'][1]['codes'][2]['suburbs'] = 'agassiz,black point,boston bar,britannia beach,chilliwack,d\'arcy,darcy,gibsons,hemlock valley,hope,pemberton,pender harbour,port mellon,powell river,rosedale,sardis,sechelt,squamish,vananda,westview,whistler,yale,yarrow';
diallingCodes[1]['states'][2] = new Array();
diallingCodes[1]['states'][2]['name'] = 'Manitoba';
diallingCodes[1]['states'][2]['codes'] = new Array();
diallingCodes[1]['states'][2]['codes'][0] = new Array();
diallingCodes[1]['states'][2]['codes'][0]['code'] = '204';
diallingCodes[1]['states'][2]['codes'][0]['suburbs'] = '';
diallingCodes[1]['states'][3] = new Array();
diallingCodes[1]['states'][3]['name'] = 'New Brunswick';
diallingCodes[1]['states'][3]['codes'] = new Array();
diallingCodes[1]['states'][3]['codes'][0] = new Array();
diallingCodes[1]['states'][3]['codes'][0]['code'] = '506';
diallingCodes[1]['states'][3]['codes'][0]['suburbs'] = '';
diallingCodes[1]['states'][4] = new Array();
diallingCodes[1]['states'][4]['name'] = 'Newfoundland And Labrador';
diallingCodes[1]['states'][4]['codes'] = new Array();
diallingCodes[1]['states'][4]['codes'][0] = new Array();
diallingCodes[1]['states'][4]['codes'][0]['code'] = '709';
diallingCodes[1]['states'][4]['codes'][0]['suburbs'] = '';
diallingCodes[1]['states'][5] = new Array();
diallingCodes[1]['states'][5]['name'] = 'Northwest Territory';
diallingCodes[1]['states'][5]['codes'] = new Array();
diallingCodes[1]['states'][5]['codes'][0] = new Array();
diallingCodes[1]['states'][5]['codes'][0]['code'] = '867';
diallingCodes[1]['states'][5]['codes'][0]['suburbs'] = '';
diallingCodes[1]['states'][6] = new Array();
diallingCodes[1]['states'][6]['name'] = 'Nova Scotia';
diallingCodes[1]['states'][6]['codes'] = new Array();
diallingCodes[1]['states'][6]['codes'][0] = new Array();
diallingCodes[1]['states'][6]['codes'][0]['code'] = '902';
diallingCodes[1]['states'][6]['codes'][0]['suburbs'] = '';
diallingCodes[1]['states'][7] = new Array();
diallingCodes[1]['states'][7]['name'] = 'Nunavut';
diallingCodes[1]['states'][7]['codes'] = new Array();
diallingCodes[1]['states'][7]['codes'][0] = new Array();
diallingCodes[1]['states'][7]['codes'][0]['code'] = '867';
diallingCodes[1]['states'][7]['codes'][0]['suburbs'] = '';
diallingCodes[1]['states'][7]['codes'][1] = new Array();
diallingCodes[1]['states'][7]['codes'][1]['code'] = '600';
diallingCodes[1]['states'][7]['codes'][1]['suburbs'] = '';
diallingCodes[1]['states'][8] = new Array();
diallingCodes[1]['states'][8]['name'] = 'Ontario';
diallingCodes[1]['states'][8]['codes'] = new Array();
diallingCodes[1]['states'][8]['codes'][0] = new Array();
diallingCodes[1]['states'][8]['codes'][0]['code'] = '416';
diallingCodes[1]['states'][8]['codes'][0]['suburbs'] = 'toronto,east york,etobicoke,north york,scarborough,york';
diallingCodes[1]['states'][8]['codes'][1] = new Array();
diallingCodes[1]['states'][8]['codes'][1]['code'] = '647';
diallingCodes[1]['states'][8]['codes'][1]['suburbs'] = 'toronto,east york,etobicoke,north york,scarborough,york';
diallingCodes[1]['states'][8]['codes'][2] = new Array();
diallingCodes[1]['states'][8]['codes'][2]['code'] = '519';
diallingCodes[1]['states'][8]['codes'][2]['suburbs'] = 'brantford,chatham,galt,guelph,hespeler,kitchener,london,orangeville,owen sound,sarnia,stratford,windsor,woodstock';
diallingCodes[1]['states'][8]['codes'][3] = new Array();
diallingCodes[1]['states'][8]['codes'][3]['code'] = '613';
diallingCodes[1]['states'][8]['codes'][3]['suburbs'] = 'belleville,brighton,brockville,cardiff,cornwall,kingston,marmora,orleans,ottawa,petawawa,rolphton,trenton,whitney';
diallingCodes[1]['states'][8]['codes'][4] = new Array();
diallingCodes[1]['states'][8]['codes'][4]['code'] = '705';
diallingCodes[1]['states'][8]['codes'][4]['suburbs'] = 'algonquin park,alliston,barrie,collingwood,hastings,lindsay,millbrook,north bay,orillia,peterborough,sault sainte marie,sudbury,sunderland,timmins,warkworth,wilberforce';
diallingCodes[1]['states'][8]['codes'][5] = new Array();
diallingCodes[1]['states'][8]['codes'][5]['code'] = '807';
diallingCodes[1]['states'][8]['codes'][5]['suburbs'] = 'atikokan,dryden,ft. frances,fort frances,ft. severn,fort severn,hornepayne,kenora,marathon,nakina,nipigon,thunder bay,white river';
diallingCodes[1]['states'][8]['codes'][6] = new Array();
diallingCodes[1]['states'][8]['codes'][6]['code'] = '905';
diallingCodes[1]['states'][8]['codes'][6]['suburbs'] = 'ajax,ancaster,beeton,bradford,brampton,burlington,caledon,castleton,cobourg,cooksville,dundas,ft. erie,fort erie,freelton,georgetown,hamilton,keswick,malton,milton,mississauga,newmarket,niagara falls,oakville,oshawa,port credit,port perry,richmond hill,st. catharines,saint catharines,selkirk,streetsville,thornhill,unionville,welland';
diallingCodes[1]['states'][8]['codes'][7] = new Array();
diallingCodes[1]['states'][8]['codes'][7]['code'] = '289';
diallingCodes[1]['states'][8]['codes'][7]['suburbs'] = 'ajax,ancaster,beeton,bradford,brampton,burlington,caledon,castleton,cobourg,cooksville,dundas,ft. erie,fort erie,freelton,georgetown,hamilton,keswick,malton,milton,mississauga,newmarket,niagara falls,oakville,oshawa,port credit,port perry,richmond hill,st. catharines,saint catharines,selkirk,streetsville,thornhill,unionville,welland';
diallingCodes[1]['states'][9] = new Array();
diallingCodes[1]['states'][9]['name'] = 'Prince Edward Island';
diallingCodes[1]['states'][9]['codes'] = new Array();
diallingCodes[1]['states'][9]['codes'][0] = new Array();
diallingCodes[1]['states'][9]['codes'][0]['code'] = '902';
diallingCodes[1]['states'][9]['codes'][0]['suburbs'] = '';
diallingCodes[1]['states'][10] = new Array();
diallingCodes[1]['states'][10]['name'] = 'Québec';
diallingCodes[1]['states'][10]['codes'] = new Array();
diallingCodes[1]['states'][10]['codes'][0] = new Array();
diallingCodes[1]['states'][10]['codes'][0]['code'] = '418';
diallingCodes[1]['states'][10]['codes'][0]['suburbs'] = 'alma,baie-comeau,batiscan,charlesbourg,chibougamou,chicoutimi,fermont,gaspé,havre-st. pierre,jonquière,lévis,loretteville,lotbinière,québec,rimouski,rivière-du-loup,st. augustin,saint augustin,st. gédéon,saint gédéon,st. georges,saint georges,st. tite,saint tite,schefferville,sept-Îles,stratford,thetford mines';
diallingCodes[1]['states'][10]['codes'][1] = new Array();
diallingCodes[1]['states'][10]['codes'][1]['code'] = '450';
diallingCodes[1]['states'][10]['codes'][1]['suburbs'] = 'berthierville,boucherville,brossard,brownsburg,chateauguay,chomedey,eastman,granby,joliette,kahnawake,lachute,laval,lawrenceville,le gardeur,longueuil,mansonville,mirabel,st. eustache,saint eustache,st. hugues,saint hugues,st. hyacinthe,saint hyacinthe,st. jean,saint jean,st. jean-de-matha,saint jean-de-matha,st. jérôme,saint jérôme,st. lambert,saint lambert,ste. adèle,ste. cathérine,ste. thérèse,salaberry-de-valleyfield,sorel,terrebonne,valcourt,vaudreuil';
diallingCodes[1]['states'][10]['codes'][2] = new Array();
diallingCodes[1]['states'][10]['codes'][2]['code'] = '514';
diallingCodes[1]['states'][10]['codes'][2]['suburbs'] = 'dorval,Île-bizard,Île des soeurs,Île-perrot,lachine,montréal,pointe-claire';
diallingCodes[1]['states'][10]['codes'][3] = new Array();
diallingCodes[1]['states'][10]['codes'][3]['code'] = '438';
diallingCodes[1]['states'][10]['codes'][3]['suburbs'] = 'dorval,Île-bizard,Île des soeurs,Île-perrot,lachine,montréal,pointe-claire';
diallingCodes[1]['states'][10]['codes'][4] = new Array();
diallingCodes[1]['states'][10]['codes'][4]['code'] = '819';
diallingCodes[1]['states'][10]['codes'][4]['suburbs'] = 'asbestos,drummondville,gatineau,hull,inukjuak,ivujivik,kangiqsualujjuaq,kangiqsujuaq,kuujjuaq (ft. chimo),kuujuarapik,la tuque,lac-mégantic,magog,matagami,radisson,rouyn-noranda,shawinigan,sherbrooke,trois-rivières,val-d\'or,val-dor,victoriaville';
diallingCodes[1]['states'][11] = new Array();
diallingCodes[1]['states'][11]['name'] = 'Saskatchewan';
diallingCodes[1]['states'][11]['codes'] = new Array();
diallingCodes[1]['states'][11]['codes'][0] = new Array();
diallingCodes[1]['states'][11]['codes'][0]['code'] = '306';
diallingCodes[1]['states'][11]['codes'][0]['suburbs'] = '';
diallingCodes[1]['states'][12] = new Array();
diallingCodes[1]['states'][12]['name'] = 'Yukon';
diallingCodes[1]['states'][12]['codes'] = new Array();
diallingCodes[1]['states'][12]['codes'][0] = new Array();
diallingCodes[1]['states'][12]['codes'][0]['code'] = '867';
diallingCodes[1]['states'][12]['codes'][0]['suburbs'] = '';
diallingCodes[2] = new Array();
diallingCodes[2]['name'] = 'United States of America';
diallingCodes[2]['code'] = '1';
diallingCodes[2]['states'] = new Array();
diallingCodes[2]['states'][0] = new Array();
diallingCodes[2]['states'][0]['name'] = 'Alabama';
diallingCodes[2]['states'][0]['codes'] = new Array();
diallingCodes[2]['states'][0]['codes'][0] = new Array();
diallingCodes[2]['states'][0]['codes'][0]['code'] = '205';
diallingCodes[2]['states'][0]['codes'][0]['suburbs'] = 'ashville,bexar,birmingham,butler,centreville,clanton,columbiana,eutaw,hamilton,jasper,lincoln,oneonta,pell city,tuscaloosa';
diallingCodes[2]['states'][0]['codes'][1] = new Array();
diallingCodes[2]['states'][0]['codes'][1]['code'] = '251';
diallingCodes[2]['states'][0]['codes'][1]['suburbs'] = 'atmore,bay minette,beatrice,brewton,castleberry,coffeeville,evergreen,finchburg,gilbertown,gosport,grove hill,jackson,melvin,mobile,monroeville,peterman,pine apple,tillmans corner';
diallingCodes[2]['states'][0]['codes'][2] = new Array();
diallingCodes[2]['states'][0]['codes'][2]['code'] = '256';
diallingCodes[2]['states'][0]['codes'][2]['suburbs'] = 'albertville,alexander city,anniston,arab,athens,boaz,cullman,dadeville,decatur,florence,ft. payne,fort payne,gadsden,guntersville,huntsville,piedmont,rockford,russellville,sylacauga,talladega,wedowee';
diallingCodes[2]['states'][0]['codes'][3] = new Array();
diallingCodes[2]['states'][0]['codes'][3]['code'] = '334';
diallingCodes[2]['states'][0]['codes'][3]['suburbs'] = 'andalusia,auburn,camden,daleville,demopolis,dixons mills,dothan,eclectic,enterprise,eufaula,forest home,fort deposit,georgiana,gordonsville,greensboro,greenville,holtville,kowaliga,lafayette,lanett,linden,mckenzie,maplesville,marion,montgomery,nanafalia,notasulga,opelika,opp,phenix city,pine hill,prattville,red level,roanoke,rock mills,selma,shawmut,sweet water,tallassee,thomasville,troy,tuskegee,valley,vredenburgh,west point,wetumpka,wing';
diallingCodes[2]['states'][1] = new Array();
diallingCodes[2]['states'][1]['name'] = 'Alaska';
diallingCodes[2]['states'][1]['codes'] = new Array();
diallingCodes[2]['states'][1]['codes'][0] = new Array();
diallingCodes[2]['states'][1]['codes'][0]['code'] = '907';
diallingCodes[2]['states'][1]['codes'][0]['suburbs'] = '';
diallingCodes[2]['states'][2] = new Array();
diallingCodes[2]['states'][2]['name'] = 'American Samoa';
diallingCodes[2]['states'][2]['codes'] = new Array();
diallingCodes[2]['states'][2]['codes'][0] = new Array();
diallingCodes[2]['states'][2]['codes'][0]['code'] = '684';
diallingCodes[2]['states'][2]['codes'][0]['suburbs'] = '';
diallingCodes[2]['states'][3] = new Array();
diallingCodes[2]['states'][3]['name'] = 'Arizona';
diallingCodes[2]['states'][3]['codes'] = new Array();
diallingCodes[2]['states'][3]['codes'][0] = new Array();
diallingCodes[2]['states'][3]['codes'][0]['code'] = '480';
diallingCodes[2]['states'][3]['codes'][0]['suburbs'] = 'apache jct.,carefree,cave creek,chandler,fountain hills,gilbert,guadalupe,higley,mesa,paradise valley,queen creek,salt river,scottsdale,sun lakes,tempe,phoenix';
diallingCodes[2]['states'][3]['codes'][1] = new Array();
diallingCodes[2]['states'][3]['codes'][1]['code'] = '520';
diallingCodes[2]['states'][3]['codes'][1]['suburbs'] = 'ajo,benson,bisbee,blackwater,bowie,casa blanca,casa grande,cascabel,coolidge,douglas,elfrida,eloy,florence,hayden,kitt peak,komatke,lone butte,maricopa,maricopa village,nogales,patagonia,pearce,portal,sacaton,san manuel,san simon,santa rosa,sasabe,sells,sierra vista,stotonic,sunizona,superior,tombstone,tucson,west san simon,whitlow,willcox,saguaro n.p.,organ pipe cactus n.m.';
diallingCodes[2]['states'][3]['codes'][2] = new Array();
diallingCodes[2]['states'][3]['codes'][2]['code'] = '602';
diallingCodes[2]['states'][3]['codes'][2]['suburbs'] = 'phoenix';
diallingCodes[2]['states'][3]['codes'][3] = new Array();
diallingCodes[2]['states'][3]['codes'][3]['code'] = '623';
diallingCodes[2]['states'][3]['codes'][3]['suburbs'] = 'avondale,black canyon city,buckeye,circle city,el mirage,glendale,new river,peoria,sun city,sun city west,surprise,tolleson,tonopah,wintersburg,phoenix';
diallingCodes[2]['states'][3]['codes'][4] = new Array();
diallingCodes[2]['states'][3]['codes'][4]['code'] = '928';
diallingCodes[2]['states'][3]['codes'][4]['suburbs'] = 'aguila,alpine,arizona village,ash fork,bagdad,black mesa,blue ridge,bonita,bouse,bullhead city,bullhead city north,cameron,camp verde,castle rock,chinle,chino valley,cibola,clifton,coconino plateau,colorado city,cottonwood,dennehotso,dilcon,duncan,eagar,east kingman,ehrenberg,flagstaff,ft. apache,fort apache,ft. defiance,fort defiance,fredonia,ganado,gila bend,globe,golden valley,grand canyon,greasewood,green haven,greer,harquahala valley,hawley lake,heber,holbrook,humboldt,hyder,joseph city,kaibito,kayenta,keams canyon,kingman,kykotsmovi village,lake havasu city,lake mohave ranchos,lake pleasant,le chee,leupp,littlefield,lukachukai,many farms,marble canyon,mcnary,meadview,mesquite creek,miami,mohave valley,mormon lake,munds park,page,parker,parker dam,payson,peach springs,pima,pinedale,pinetop,pinon cottonwood,polacca,poston,prescott,quartzsite,red valley,rock point,roosevelt lake,rough rock,safford,saint johns,salome,san carlos,sanders,sedona,seligman,shonto,show low,snowflake,somerton,springerville,supai,teec nos pos,tonto basin,toyei,tsaile,tuba city,wellton,whiteriver,wickenburg,wide ruins,wikieup,williams,window rock,winslow,yarnell,yarnell,young,yucca,yuma; grand canyon n.p.,petrified forest n.p.,canyon de chelly n.m.';
diallingCodes[2]['states'][4] = new Array();
diallingCodes[2]['states'][4]['name'] = 'Arkansas';
diallingCodes[2]['states'][4]['codes'] = new Array();
diallingCodes[2]['states'][4]['codes'][0] = new Array();
diallingCodes[2]['states'][4]['codes'][0]['code'] = '479';
diallingCodes[2]['states'][4]['codes'][0]['suburbs'] = 'atkins,aurora,belleville,bentonville,bluffton,boles,centerville,clarksville,danville,dover,eureka springs,fayetteville,ft. smith,fort smith,forum,hector,hindsville,huntsville,kingston,mena,rogers,russellville,st. paul,saint paul,salus,siloam springs,springdale,van buren';
diallingCodes[2]['states'][4]['codes'][1] = new Array();
diallingCodes[2]['states'][4]['codes'][1]['code'] = '501';
diallingCodes[2]['states'][4]['codes'][1]['suburbs'] = 'bald knob,bauxite,beebe,benton,bismarck,bradford,cabot,casa,cleveland,clinton,conway,coy,crystal springs,donaldson,england,fairfield bay,ferndale,greers ferry,griffithville,heber springs,hot springs,jacksonville,jessieville,kensett,little rock,lonoke,mcrae,malvern,morrilton,nimrod,palarm,pangburn,perry,pinnacle,pleasant plains,redfield,scotland,searcy,shirley,south fourche,springlake,wrightsville';
diallingCodes[2]['states'][4]['codes'][2] = new Array();
diallingCodes[2]['states'][4]['codes'][2]['code'] = '870';
diallingCodes[2]['states'][4]['codes'][2]['suburbs'] = 'arkadelphia,ashdown,augusta,batesville,berryville,blytheville,camden,de queen,de valls bluff,des arc,dumas,el dorado,forrest city,helena,hope,jasper,jonesboro,magnolia,marshall,monticello,mount ida,mountain view,newport,pine bluff,prescott,sheridan,stuttgart,texarkana,trumann,warren,west memphis,wynne';
diallingCodes[2]['states'][5] = new Array();
diallingCodes[2]['states'][5]['name'] = 'California';
diallingCodes[2]['states'][5]['codes'] = new Array();
diallingCodes[2]['states'][5]['codes'][0] = new Array();
diallingCodes[2]['states'][5]['codes'][0]['code'] = '209';
diallingCodes[2]['states'][5]['codes'][0]['suburbs'] = 'galt,ione,livingston,lodi,los banos,manteca,merced,modesto,oakdale,patterson,ripon,stockton,tracy,tuolomne meadows,turlock,yosemite n.p.';
diallingCodes[2]['states'][5]['codes'][1] = new Array();
diallingCodes[2]['states'][5]['codes'][1]['code'] = '213';
diallingCodes[2]['states'][5]['codes'][1]['suburbs'] = 'los angeles,echo park,westlake,koreatown';
diallingCodes[2]['states'][5]['codes'][2] = new Array();
diallingCodes[2]['states'][5]['codes'][2]['code'] = '310';
diallingCodes[2]['states'][5]['codes'][2]['suburbs'] = 'agoura hills,beverly hills,brentwood,culver city,inglewood,lax airport,lennox,malibu,marina del rey,pacific palisades,playa del rey,santa monica,topanga,ucla,venice,west hollywood,west l.a.,westlake village';
diallingCodes[2]['states'][5]['codes'][3] = new Array();
diallingCodes[2]['states'][5]['codes'][3]['code'] = '424';
diallingCodes[2]['states'][5]['codes'][3]['suburbs'] = 'avalon,carson,compton,dominguez hills,el segundo,gardena,hawthorne,hermosa beach,lomita,long beach,lynwood,manhattan beach,rancho palos verdes,redondo beach,san pedro,torrance';
diallingCodes[2]['states'][5]['codes'][4] = new Array();
diallingCodes[2]['states'][5]['codes'][4]['code'] = '323';
diallingCodes[2]['states'][5]['codes'][4]['suburbs'] = 'los angeles,bell,cudahy,huntington park,hyde park,silver lake,vernon,watts,hollywood,montebello,south gate,alhambra,beverly hills,commerce,inglewood,los angeles,monterey park,pasadena,west hollywood';
diallingCodes[2]['states'][5]['codes'][5] = new Array();
diallingCodes[2]['states'][5]['codes'][5]['code'] = '408';
diallingCodes[2]['states'][5]['codes'][5]['suburbs'] = 'cupertino,gilroy,los gatos,milpitas,san josé,santa clara,saratoga,sunnyvale';
diallingCodes[2]['states'][5]['codes'][6] = new Array();
diallingCodes[2]['states'][5]['codes'][6]['code'] = '415';
diallingCodes[2]['states'][5]['codes'][6]['suburbs'] = 'brisbane,daly city,larkspur,mill valley,novato,point reyes,san francisco,san rafael,sausalito';
diallingCodes[2]['states'][5]['codes'][7] = new Array();
diallingCodes[2]['states'][5]['codes'][7]['code'] = '510';
diallingCodes[2]['states'][5]['codes'][7]['suburbs'] = 'alameda,berkeley,castro valley,crockett,el cerrito,el sobrante,fremont,hayward,newark,oakland,richmond,san leandro,union city,east bay';
diallingCodes[2]['states'][5]['codes'][8] = new Array();
diallingCodes[2]['states'][5]['codes'][8]['code'] = '530';
diallingCodes[2]['states'][5]['codes'][8]['suburbs'] = 'auburn,cameron park,chico,corning,davis,grass valley,hoopa,markleeville,marysville,orland,oroville,palermo,paradise,placerville,red bluff,redding,south lake tahoe,susanville,thermalito,truckee,willow creek,willows,woodland,yreka,yuba city';
diallingCodes[2]['states'][5]['codes'][9] = new Array();
diallingCodes[2]['states'][5]['codes'][9]['code'] = '559';
diallingCodes[2]['states'][5]['codes'][9]['suburbs'] = 'avenal,chowchilla,clovis,coalinga,corcoran,dinuba,ducor,exeter,fresno,hanford,kerman,kettleman city,kingsburg,lemoore,lindsay,madera,mendota,mono hot springs,orange cove,orosi,parlier,porterville,reedley,selma,tulare,visalia,woodlake,woodville,kings canyon n.p.,sequoia n.p.';
diallingCodes[2]['states'][5]['codes'][10] = new Array();
diallingCodes[2]['states'][5]['codes'][10]['code'] = '562';
diallingCodes[2]['states'][5]['codes'][10]['suburbs'] = 'artesia,bellflower,cerritos,downey,la habra,la mirada,lakewood,long beach,los alamitos,norwalk,paramount,pico rivera,rossmoor,seal beach,signal hill,whittier';
diallingCodes[2]['states'][5]['codes'][11] = new Array();
diallingCodes[2]['states'][5]['codes'][11]['code'] = '619';
diallingCodes[2]['states'][5]['codes'][11]['suburbs'] = 'san diego,alpine,boulevard,campo,chula vista,coronado,descanso,dulzura,el cajon,imperial beach,jacumba,jamul,lakeside,lemon grove,national city,pine valley,san ysidro,santee,spring valley';
diallingCodes[2]['states'][5]['codes'][12] = new Array();
diallingCodes[2]['states'][5]['codes'][12]['code'] = '626';
diallingCodes[2]['states'][5]['codes'][12]['suburbs'] = 'alhambra,altadena,arcadia,azusa,baldwin park,covina,el monte,glendora,la puente,monrovia,monterey park,pasadena,rosemead,san gabriel,san gabriel valley';
diallingCodes[2]['states'][5]['codes'][13] = new Array();
diallingCodes[2]['states'][5]['codes'][13]['code'] = '650';
diallingCodes[2]['states'][5]['codes'][13]['suburbs'] = 'belmont,burlingame,colma,daly city,los altos,menlo park,millbrae,mountain view,pacifica,palo alto,redwood city,san bruno,san carlos,san francisco airport,san mateo';
diallingCodes[2]['states'][5]['codes'][14] = new Array();
diallingCodes[2]['states'][5]['codes'][14]['code'] = '661';
diallingCodes[2]['states'][5]['codes'][14]['suburbs'] = 'arvin,bakersfield,california hot springs,castaic,cuyama,delano,earlimart,frazier park,gorman,lancaster,northern los angeles county,mcfarland,mckittrick,mojave,newhall,oildale,palmdale,rosamond,santa clarita,shafter,taft,tehachapi,valyermo,wasco';
diallingCodes[2]['states'][5]['codes'][15] = new Array();
diallingCodes[2]['states'][5]['codes'][15]['code'] = '707';
diallingCodes[2]['states'][5]['codes'][15]['suburbs'] = 'annapolis,arcata,asti,benicia,bodega bay,boyes hot springs,calistoga,clearlake,cotati,crescent city,dixon,eureka,fairfield,ferndale,fort bragg,geyserville,gualala,guerneville,healdsburg,hopland,lakeport,middletown,napa,orick,petaluma,petrolia,rohnert park,st. helena,saint helena,santa rosa,sonoma,suisun city,tomales,ukiah,vacaville,vallejo,willits,yorkville,yountville';
diallingCodes[2]['states'][5]['codes'][16] = new Array();
diallingCodes[2]['states'][5]['codes'][16]['code'] = '714';
diallingCodes[2]['states'][5]['codes'][16]['suburbs'] = 'northern orange county: anaheim,brea,buena park,costa mesa,cypress,fountain valley,fullerton,huntington beach,la palma,orange,placentia,santa ana,silverado,stanton,villa park,westminster,yorba linda';
diallingCodes[2]['states'][5]['codes'][17] = new Array();
diallingCodes[2]['states'][5]['codes'][17]['code'] = '760';
diallingCodes[2]['states'][5]['codes'][17]['suburbs'] = 'adelanto,apple valley,barstow,bishop,blythe,borrego,brawley,bridgeport,calexico,california city,carlsbad,cathedral city,china lake,coachella,el centro,encinitas,escondido,fairview,fallbrook,ft. irwin,fort irwin,hesperia,indio,inyokern,julian,la quinta,lake isabella,lee vining,mammoth lake,mono lake,mt. palomar,needles,oceanside,onyx,pala,palm springs,pauma valley,pendleton,phelan,pinon hills,ramona,ridgecrest,san marcos,twentynine palms,victorville,valley center,vista,warner springs,winterhaven,wrightwood,yucca valley; death valley n.p.,joshua tree n.p.,san diego';
diallingCodes[2]['states'][5]['codes'][18] = new Array();
diallingCodes[2]['states'][5]['codes'][18]['code'] = '805';
diallingCodes[2]['states'][5]['codes'][18]['suburbs'] = 'arroyo grande,atascadero,bradley,camarillo,cambria,cape san martin,cholame,fillmore,goleta,grover beach,guadalupe,lompoc,los osos,moorpark,morro bay,ojai,oxnard,paso robles,pismo beach,point mugu,san luis obispo,san simeon,santa barbara,santa maria,simi valley,thousand oaks,ventura';
diallingCodes[2]['states'][5]['codes'][19] = new Array();
diallingCodes[2]['states'][5]['codes'][19]['code'] = '818';
diallingCodes[2]['states'][5]['codes'][19]['suburbs'] = 'agoura,arleta,burbank,calabasas,canoga park,chatsworth,encino,glendale,granada hills,la canada,la crescenta,mission hills,montrose,north hollywood,northridge,pacoima,reseda,san fernando,sepulveda,sherman oaks,studio city,sun valley,sylmar,tarzana,van nuys,woodland hills';
diallingCodes[2]['states'][5]['codes'][20] = new Array();
diallingCodes[2]['states'][5]['codes'][20]['code'] = '831';
diallingCodes[2]['states'][5]['codes'][20]['suburbs'] = 'aptos,ben lomond,big basin,big sur,boulder creek,bryson,carmel,castroville,greenfield,hollister,king city,marina,monterey,pebble beach,salinas,san ardo,san juan bautista,santa cruz,scotts valley,seaside,soledad,watsonville';
diallingCodes[2]['states'][5]['codes'][21] = new Array();
diallingCodes[2]['states'][5]['codes'][21]['code'] = '858';
diallingCodes[2]['states'][5]['codes'][21]['suburbs'] = 'del mar,la jolla,poway,rancho bernardo,rancho santa fe,solana beach,san diego';
diallingCodes[2]['states'][5]['codes'][22] = new Array();
diallingCodes[2]['states'][5]['codes'][22]['code'] = '909';
diallingCodes[2]['states'][5]['codes'][22]['suburbs'] = 'anza,banning,beaumont,big bear lake,calimesa,canyon lake,chino,chino hills,claremont,colton,corona,crestline,devore,diamond bar,fontana,hemet,highland,idyllwild,la verne,lake elsinore,lakeland village,mira loma,montclair,moreno valley,murietta,norco,ontario,perris,pomona,rancho cucamonga,redlands,rialto,riverside,rowland heights,san bernardino,san dimas,san jacinto,sun city,temecula,upland,valle vista,walnut,yucaipa';
diallingCodes[2]['states'][5]['codes'][23] = new Array();
diallingCodes[2]['states'][5]['codes'][23]['code'] = '916';
diallingCodes[2]['states'][5]['codes'][23]['suburbs'] = 'el dorado hills,fair oaks,lincoln,roseville,sacramento,walnut grove,west sacramento';
diallingCodes[2]['states'][5]['codes'][24] = new Array();
diallingCodes[2]['states'][5]['codes'][24]['code'] = '925';
diallingCodes[2]['states'][5]['codes'][24]['suburbs'] = 'antioch,concord,danville,livermore,martinez,moraga,orinda,pittsburg,pleasanton,san ramon,walnut creek,east bay';
diallingCodes[2]['states'][5]['codes'][25] = new Array();
diallingCodes[2]['states'][5]['codes'][25]['code'] = '949';
diallingCodes[2]['states'][5]['codes'][25]['suburbs'] = 'southern orange county: aliso viejo,corona del mar,costa mesa,el toro,irvine,laguna beach,laguna niguel,mission viejo,newport beach,rancho santa margarita,san clemente,san juan capistrano,tustin';
diallingCodes[2]['states'][6] = new Array();
diallingCodes[2]['states'][6]['name'] = 'Colorado';
diallingCodes[2]['states'][6]['codes'] = new Array();
diallingCodes[2]['states'][6]['codes'][0] = new Array();
diallingCodes[2]['states'][6]['codes'][0]['code'] = '303';
diallingCodes[2]['states'][6]['codes'][0]['suburbs'] = 'arvada,aurora,boulder,brighton,broomfield,castle rock,deer trail,denver,englewood,evergreen,fort lupton,georgetown,golden,grant,greeley,kiowa,lafayette,lakewood,larkspur,littleton,longmont,nederland,parker,roggen,westminster';
diallingCodes[2]['states'][6]['codes'][1] = new Array();
diallingCodes[2]['states'][6]['codes'][1]['code'] = '720';
diallingCodes[2]['states'][6]['codes'][1]['suburbs'] = 'arvada,aurora,boulder,brighton,broomfield,castle rock,deer trail,denver,englewood,evergreen,fort lupton,georgetown,golden,grant,greeley,kiowa,lafayette,lakewood,larkspur,littleton,longmont,nederland,parker,roggen,westminster';
diallingCodes[2]['states'][6]['codes'][2] = new Array();
diallingCodes[2]['states'][6]['codes'][2]['code'] = '719';
diallingCodes[2]['states'][6]['codes'][2]['suburbs'] = 'agate,alamosa,bethune,burlington,canon city,colorado springs,creede,del norte,fairplay,flagler,florence,la junta,lamar,leadville,limon,monte vista,pueblo,salida,trinidad,walsenburg,woodland park';
diallingCodes[2]['states'][6]['codes'][3] = new Array();
diallingCodes[2]['states'][6]['codes'][3]['code'] = '970';
diallingCodes[2]['states'][6]['codes'][3]['suburbs'] = 'aspen,berthoud,carbondale,clifton,cortez,craig,dillon,durango,estes park,fort collins,fort morgan,frisco,grand junction,greeley,gunnison,lake city,loveland,montrose,pagosa springs,rifle,seibert,silverton,steamboat springs,sterling,telluride,vail,vona,wiggins,winter park,yuma,mesa verde n.p.,rocky mountain n.p.';
diallingCodes[2]['states'][7] = new Array();
diallingCodes[2]['states'][7]['name'] = 'Connecticut';
diallingCodes[2]['states'][7]['codes'] = new Array();
diallingCodes[2]['states'][7]['codes'][0] = new Array();
diallingCodes[2]['states'][7]['codes'][0]['code'] = '203';
diallingCodes[2]['states'][7]['codes'][0]['suburbs'] = 'bridgeport,danbury,greenwich,meriden,new haven,norwalk,stamford,waterbury';
diallingCodes[2]['states'][7]['codes'][1] = new Array();
diallingCodes[2]['states'][7]['codes'][1]['code'] = '860';
diallingCodes[2]['states'][7]['codes'][1]['suburbs'] = 'bristol,groton,hartford,manchester,new britain,new london,norwich,torrington,vernon,willimantic,windsor';
diallingCodes[2]['states'][8] = new Array();
diallingCodes[2]['states'][8]['name'] = 'Delaware';
diallingCodes[2]['states'][8]['codes'] = new Array();
diallingCodes[2]['states'][8]['codes'][0] = new Array();
diallingCodes[2]['states'][8]['codes'][0]['code'] = '302';
diallingCodes[2]['states'][8]['codes'][0]['suburbs'] = '';
diallingCodes[2]['states'][9] = new Array();
diallingCodes[2]['states'][9]['name'] = 'District Of Columbia';
diallingCodes[2]['states'][9]['codes'] = new Array();
diallingCodes[2]['states'][9]['codes'][0] = new Array();
diallingCodes[2]['states'][9]['codes'][0]['code'] = '202';
diallingCodes[2]['states'][9]['codes'][0]['suburbs'] = 'washington d.c.';
diallingCodes[2]['states'][10] = new Array();
diallingCodes[2]['states'][10]['name'] = 'Florida';
diallingCodes[2]['states'][10]['codes'] = new Array();
diallingCodes[2]['states'][10]['codes'][0] = new Array();
diallingCodes[2]['states'][10]['codes'][0]['code'] = '239';
diallingCodes[2]['states'][10]['codes'][0]['suburbs'] = 'bonita springs,cape coral,everglades,flamingo,fort myers,fort myers beach,immokalee,lehigh acres,marco island,monroe station,naples,north cape coral,north fort myers,north naples,pine island,sanibel island,captiva island,collier,lee';
diallingCodes[2]['states'][10]['codes'][1] = new Array();
diallingCodes[2]['states'][10]['codes'][1]['code'] = '305';
diallingCodes[2]['states'][10]['codes'][1]['suburbs'] = 'coral gables,hialeah,homestead,key biscayne,key largo,key west,marathon,miami,perrine';
diallingCodes[2]['states'][10]['codes'][2] = new Array();
diallingCodes[2]['states'][10]['codes'][2]['code'] = '786';
diallingCodes[2]['states'][10]['codes'][2]['suburbs'] = 'coral gables,hialeah,homestead,key biscayne,key largo,key west,marathon,miami,perrine';
diallingCodes[2]['states'][10]['codes'][3] = new Array();
diallingCodes[2]['states'][10]['codes'][3]['code'] = '321';
diallingCodes[2]['states'][10]['codes'][3]['suburbs'] = 'altamonte springs,apopka,geneva,kenansville,kissimmee,orlando,sanford,winter garden,winter park,yeehaw jct.,cape canaveral,cocoa beach,grant,melbourne,merritt island,palm bay,port st. john,titusville';
diallingCodes[2]['states'][10]['codes'][4] = new Array();
diallingCodes[2]['states'][10]['codes'][4]['code'] = '352';
diallingCodes[2]['states'][10]['codes'][4]['suburbs'] = 'beverly hills,bronson,brooksville,clermont,cross city,dade city,eustis,gainesville,inverness,keystone heights,lady lake,leesburg,mount dora,ocala,spring hill,tavares';
diallingCodes[2]['states'][10]['codes'][5] = new Array();
diallingCodes[2]['states'][10]['codes'][5]['code'] = '386';
diallingCodes[2]['states'][10]['codes'][5]['suburbs'] = 'alachua,branford,dowling park,florida sheriffs boys ranch,fort white,high springs,jasper,jennings,lake butler,lake city,live oak,luraville,mayo,raiford,wellborn,white springs,bostwick,bunnell,crescent city,daytona beach,de leon springs,debary,deland,deltona,flagler beach,florahome,interlachen,marineland,new smyrna beach,oak hill,orange city,palatka,palm coast,pierson,pomona park,welaka';
diallingCodes[2]['states'][10]['codes'][6] = new Array();
diallingCodes[2]['states'][10]['codes'][6]['code'] = '407';
diallingCodes[2]['states'][10]['codes'][6]['suburbs'] = 'altamonte springs,apopka,geneva,kenansville,kissimmee,orlando,sanford,winter garden,winter park,yeehaw jct.,cape canaveral,cocoa beach,grant,melbourne,merritt island,palm bay,port st. john,titusville';
diallingCodes[2]['states'][10]['codes'][7] = new Array();
diallingCodes[2]['states'][10]['codes'][7]['code'] = '321';
diallingCodes[2]['states'][10]['codes'][7]['suburbs'] = '';
diallingCodes[2]['states'][10]['codes'][8] = new Array();
diallingCodes[2]['states'][10]['codes'][8]['code'] = '561';
diallingCodes[2]['states'][10]['codes'][8]['suburbs'] = 'belle glade,boca raton,boynton beach,delray beach,jupiter,lake harbor,pahokee,west palm beach';
diallingCodes[2]['states'][10]['codes'][9] = new Array();
diallingCodes[2]['states'][10]['codes'][9]['code'] = '727';
diallingCodes[2]['states'][10]['codes'][9]['suburbs'] = 'aripeka,clearwater,dunedin,hudson,largo,new port richey,palm harbor,pinellas park,st. petersburg,saint petersburg,tarpon springs,tierra verde';
diallingCodes[2]['states'][10]['codes'][10] = new Array();
diallingCodes[2]['states'][10]['codes'][10]['code'] = '772';
diallingCodes[2]['states'][10]['codes'][10]['suburbs'] = 'fort pierce,gifford,hobe sound,indiantown,jensen beach,port st. lucie,sebastian,stuart,vero beach';
diallingCodes[2]['states'][10]['codes'][11] = new Array();
diallingCodes[2]['states'][10]['codes'][11]['code'] = '813';
diallingCodes[2]['states'][10]['codes'][11]['suburbs'] = 'brandon,land o\' lakes,land o lakes,oldsmar,plant city,ruskin,sun city,tampa,wesley chapel,wimauma,zephyrhills';
diallingCodes[2]['states'][10]['codes'][12] = new Array();
diallingCodes[2]['states'][10]['codes'][12]['code'] = '850';
diallingCodes[2]['states'][10]['codes'][12]['suburbs'] = 'crestview,de funiak springs,ft. walton beach,fort walton beach,madison,marianna,milton,panama city,pensacola,perry,quincy,tallahassee';
diallingCodes[2]['states'][10]['codes'][13] = new Array();
diallingCodes[2]['states'][10]['codes'][13]['code'] = '863';
diallingCodes[2]['states'][10]['codes'][13]['suburbs'] = 'arcadia,avon park,bartow,clewiston,frostproof,haines city,la belle,lake wales,lakeland,moore haven,okeechobee,sebring,wauchula,winter haven';
diallingCodes[2]['states'][10]['codes'][14] = new Array();
diallingCodes[2]['states'][10]['codes'][14]['code'] = '904';
diallingCodes[2]['states'][10]['codes'][14]['suburbs'] = 'baldwin,callahan,east palatka,fernandina beach,green cove springs,hastings,hilliard,jacksonville,jacksonville beach,julington,kingsley lake,lawtey,macclenny,maxville,middleburg,olustee,orange mills,orange park,ormond beach,palm valley,ponte vedra beach,port orange,st. augustine,saint augustine,st. johns,saint johns,sanderson,starke,taylor,yulee';
diallingCodes[2]['states'][10]['codes'][15] = new Array();
diallingCodes[2]['states'][10]['codes'][15]['code'] = '941';
diallingCodes[2]['states'][10]['codes'][15]['suburbs'] = 'boca grande,bradenton,cape haze,englewood,myakka,north port,palmetto,port charlotte,punta gorda,sarasota,venice';
diallingCodes[2]['states'][10]['codes'][16] = new Array();
diallingCodes[2]['states'][10]['codes'][16]['code'] = '954';
diallingCodes[2]['states'][10]['codes'][16]['suburbs'] = 'coral springs,davie,deerfield beach,ft. lauderdale,fort lauderdale,hollywood,margate,miramar,oakland park,pompano beach,tamarac';
diallingCodes[2]['states'][10]['codes'][17] = new Array();
diallingCodes[2]['states'][10]['codes'][17]['code'] = '754';
diallingCodes[2]['states'][10]['codes'][17]['suburbs'] = 'coral springs,davie,deerfield beach,ft. lauderdale,fort lauderdale,hollywood,margate,miramar,oakland park,pompano beach,tamarac';
diallingCodes[2]['states'][11] = new Array();
diallingCodes[2]['states'][11]['name'] = 'Georgia';
diallingCodes[2]['states'][11]['codes'] = new Array();
diallingCodes[2]['states'][11]['codes'][0] = new Array();
diallingCodes[2]['states'][11]['codes'][0]['code'] = '229';
diallingCodes[2]['states'][11]['codes'][0]['suburbs'] = 'adel,albany,americus,bainbridge,blakely,brooklyn,cairo,camilla,chattahoochee,cordele,dawson,fitzgerald,georgetown,moultrie,quitman,sylvester,thomasville,tifton,valdosta';
diallingCodes[2]['states'][11]['codes'][1] = new Array();
diallingCodes[2]['states'][11]['codes'][1]['code'] = '404';
diallingCodes[2]['states'][11]['codes'][1]['suburbs'] = 'atlanta,college park,decatur,east point,forest park,sandy springs';
diallingCodes[2]['states'][11]['codes'][2] = new Array();
diallingCodes[2]['states'][11]['codes'][2]['code'] = '678';
diallingCodes[2]['states'][11]['codes'][2]['suburbs'] = 'atlanta,college park,decatur,east point,forest park,sandy springs,alpharetta,barnesville,canton,carrollton,cartersville,cedartown,chamblee,covington,dunwoody,gainesville,griffin,jackson,marietta,monroe,newnan,norcross,peachtree city,roswell,smyrna,tucker,winder';
diallingCodes[2]['states'][11]['codes'][3] = new Array();
diallingCodes[2]['states'][11]['codes'][3]['code'] = '470';
diallingCodes[2]['states'][11]['codes'][3]['suburbs'] = 'atlanta,college park,decatur,east point,forest park,sandy springs,alpharetta,barnesville,canton,carrollton,cartersville,cedartown,chamblee,covington,dunwoody,gainesville,griffin,jackson,marietta,monroe,newnan,norcross,peachtree city,roswell,smyrna,tucker,winder';
diallingCodes[2]['states'][11]['codes'][4] = new Array();
diallingCodes[2]['states'][11]['codes'][4]['code'] = '478';
diallingCodes[2]['states'][11]['codes'][4]['suburbs'] = 'dublin,eastman,forsyth,fort valley,hardwick,macon,milledgeville,millen,perry,sandersville,swainsboro,warner robbins,wrightsville';
diallingCodes[2]['states'][11]['codes'][5] = new Array();
diallingCodes[2]['states'][11]['codes'][5]['code'] = '770';
diallingCodes[2]['states'][11]['codes'][5]['suburbs'] = 'alpharetta,barnesville,canton,carrollton,cartersville,cedartown,chamblee,covington,dunwoody,gainesville,griffin,jackson,marietta,monroe,newnan,norcross,peachtree city,roswell,smyrna,tucker,winder';
diallingCodes[2]['states'][11]['codes'][6] = new Array();
diallingCodes[2]['states'][11]['codes'][6]['code'] = '678';
diallingCodes[2]['states'][11]['codes'][6]['suburbs'] = '';
diallingCodes[2]['states'][11]['codes'][7] = new Array();
diallingCodes[2]['states'][11]['codes'][7]['code'] = '470';
diallingCodes[2]['states'][11]['codes'][7]['suburbs'] = '';
diallingCodes[2]['states'][11]['codes'][8] = new Array();
diallingCodes[2]['states'][11]['codes'][8]['code'] = '706';
diallingCodes[2]['states'][11]['codes'][8]['suburbs'] = 'athens,augusta,big canoe,braselton,calhoun,carnesville,cave spring,cleveland,commerce,cornelia,dahlonega,dalton,dawsonton,dawsonville (dawson co.),eatonton,elberton,ellijay,fairmount,gibson,hephzibah,jasper,jefferson,la fayette,madison,martinez,maysville,monticello,nicholson,pendergrass,ranger,rome,rutledge,sparta,summerville,thomson,toccoa,watkinsville,waynesboro,wintersville,wrens,columbus,cusseta,franklin,gay,geneva,greenville,hamilton,hogansville,la grange,manchester,north west point,pine mountain,talbotton,thomaston,warm springs,waverly hall,west point,woodbury,woodland,yatesville';
diallingCodes[2]['states'][11]['codes'][9] = new Array();
diallingCodes[2]['states'][11]['codes'][9]['code'] = '912';
diallingCodes[2]['states'][11]['codes'][9]['suburbs'] = 'brunswick,douglas,hinesville,jesup,st. marys,saint marys,savannah,statesboro,sylvania,vidalia,waycross';
diallingCodes[2]['states'][12] = new Array();
diallingCodes[2]['states'][12]['name'] = 'Guam';
diallingCodes[2]['states'][12]['codes'] = new Array();
diallingCodes[2]['states'][12]['codes'][0] = new Array();
diallingCodes[2]['states'][12]['codes'][0]['code'] = '671';
diallingCodes[2]['states'][12]['codes'][0]['suburbs'] = 'guam';
diallingCodes[2]['states'][13] = new Array();
diallingCodes[2]['states'][13]['name'] = 'Hawaii';
diallingCodes[2]['states'][13]['codes'] = new Array();
diallingCodes[2]['states'][13]['codes'][0] = new Array();
diallingCodes[2]['states'][13]['codes'][0]['code'] = '808';
diallingCodes[2]['states'][13]['codes'][0]['suburbs'] = '';
diallingCodes[2]['states'][14] = new Array();
diallingCodes[2]['states'][14]['name'] = 'Idaho';
diallingCodes[2]['states'][14]['codes'] = new Array();
diallingCodes[2]['states'][14]['codes'][0] = new Array();
diallingCodes[2]['states'][14]['codes'][0]['code'] = '208';
diallingCodes[2]['states'][14]['codes'][0]['suburbs'] = '';
diallingCodes[2]['states'][15] = new Array();
diallingCodes[2]['states'][15]['name'] = 'Illinois';
diallingCodes[2]['states'][15]['codes'] = new Array();
diallingCodes[2]['states'][15]['codes'][0] = new Array();
diallingCodes[2]['states'][15]['codes'][0]['code'] = '217';
diallingCodes[2]['states'][15]['codes'][0]['suburbs'] = 'beardstown,carlinville,carrollton,carthage,champaign,charleston,clinton,danville,decatur,effingham,hoopeston,jacksonville,lincoln,litchfield,lomax,mattoon,pana,paxton,rantoul,springfield';
diallingCodes[2]['states'][15]['codes'][1] = new Array();
diallingCodes[2]['states'][15]['codes'][1]['code'] = '309';
diallingCodes[2]['states'][15]['codes'][1]['suburbs'] = 'bloomington,canton,farmer city,geneseo,havana,kewanee,lacon,moline,monmouth,normal,pekin,peoria,quad cities,rock island';
diallingCodes[2]['states'][15]['codes'][2] = new Array();
diallingCodes[2]['states'][15]['codes'][2]['code'] = '312';
diallingCodes[2]['states'][15]['codes'][2]['suburbs'] = 'chicago';
diallingCodes[2]['states'][15]['codes'][3] = new Array();
diallingCodes[2]['states'][15]['codes'][3]['code'] = '618';
diallingCodes[2]['states'][15]['codes'][3]['suburbs'] = 'alton,belleview,belleville,benton,carbondale,carmi,centralia,chester,collinsville,du quoin,east st. louis,fairfield,granite city,harrisburg,highland,jerseyville,marlon,metropolis,mt. carmel,mt. vernon,newton,robinson,salem,vandalia';
diallingCodes[2]['states'][15]['codes'][4] = new Array();
diallingCodes[2]['states'][15]['codes'][4]['code'] = '630';
diallingCodes[2]['states'][15]['codes'][4]['suburbs'] = 'aurora,bartlett,batavia,downers grove,elmhurst,geneva,glen ellyn,hinsdale,itasca,lemont,lisle,lombard,naperville,plano,roselle,west chicago,yorkville';
diallingCodes[2]['states'][15]['codes'][5] = new Array();
diallingCodes[2]['states'][15]['codes'][5]['code'] = '708';
diallingCodes[2]['states'][15]['codes'][5]['suburbs'] = 'blue island,chicago heights,cicero,la grange,la grange park,lansing,maywood,oak lawn,oak park,orland park,palos park,river grove,riverdale,summit,tinley park';
diallingCodes[2]['states'][15]['codes'][6] = new Array();
diallingCodes[2]['states'][15]['codes'][6]['code'] = '773';
diallingCodes[2]['states'][15]['codes'][6]['suburbs'] = 'chicago';
diallingCodes[2]['states'][15]['codes'][7] = new Array();
diallingCodes[2]['states'][15]['codes'][7]['code'] = '815';
diallingCodes[2]['states'][15]['codes'][7]['suburbs'] = 'crystal lake,de kalb,dixon,freeport,harvard,joliet,kankakee,lockport,mchenry,oglesby,peru,pontiac,princeton,rochelle,rock falls,rockford,sterling,watseka,woodstock';
diallingCodes[2]['states'][15]['codes'][8] = new Array();
diallingCodes[2]['states'][15]['codes'][8]['code'] = '847';
diallingCodes[2]['states'][15]['codes'][8]['suburbs'] = 'arlington heights,barrington,deerfield,des plaines,dundee,elgin,elk grove village,evanston,highland park,lake forest,libertyville,northbrook,palatine,roselle,schaumburg,skokie,waukegan';
diallingCodes[2]['states'][15]['codes'][9] = new Array();
diallingCodes[2]['states'][15]['codes'][9]['code'] = '224';
diallingCodes[2]['states'][15]['codes'][9]['suburbs'] = 'arlington heights,barrington,deerfield,des plaines,dundee,elgin,elk grove village,evanston,highland park,lake forest,libertyville,northbrook,palatine,roselle,schaumburg,skokie,waukegan';
diallingCodes[2]['states'][16] = new Array();
diallingCodes[2]['states'][16]['name'] = 'Indiana';
diallingCodes[2]['states'][16]['codes'] = new Array();
diallingCodes[2]['states'][16]['codes'][0] = new Array();
diallingCodes[2]['states'][16]['codes'][0]['code'] = '219';
diallingCodes[2]['states'][16]['codes'][0]['suburbs'] = 'brook,cedar lake,chesterton,crown point,demotte,dyer,east chicago,francesville,gary,goodland,hammond,hanna,hebron,highland,hobart,kentland,kouts,la crosse,la porte,lake of the four seasons,lake station,lake village,lowell,medaryville,merrillville,michigan city,monon,morocco,mount ayr,portage,remington,rensselaer,reynolds,rolling prairie,roselawn,st. john,saint john,san pierre,union mills,valparaiso,wanatah,westville,wheatfield,wheeler,whiting,wolcott';
diallingCodes[2]['states'][16]['codes'][1] = new Array();
diallingCodes[2]['states'][16]['codes'][1]['code'] = '260';
diallingCodes[2]['states'][16]['codes'][1]['suburbs'] = 'albion,andrews,angola,arcola,ashley,auburn,avilla,berne,bippus,bluffton,bryant,butler,churubusco,columbia city,corunna,craigville,cromwell,decatur,etna,fort wayne,fremont,garrett,geneva (adams co.),hamilton,harlan,howe,huntertown,huntington,kendallville,kimmell,lagrange,lagro,larwill,laud,leo,liberty center,ligonier,linn grove,markle,mongo,monroe,monroeville,new haven,north manchester,orland,ossian,pennville,petroleum,pleasant lake,pleasant mills,poe hoagland,pokagon,portland,preble,reservoir,roanoke,saint joe,salamonia,shipshewana,sidney,silver lake,south milford,south whitley,spencerville,tocsin,topeka,tri-lakes area,uniondale,urbana,wabash,warren,waterloo,wawaka,west wabash,wolcottville,woodburn,zanesville';
diallingCodes[2]['states'][16]['codes'][2] = new Array();
diallingCodes[2]['states'][16]['codes'][2]['code'] = '317';
diallingCodes[2]['states'][16]['codes'][2]['suburbs'] = 'brownsburg,carmel,fishers,franklin,greenfield,greenwood,indianapolis,noblesville,shelbyville,sheridan';
diallingCodes[2]['states'][16]['codes'][3] = new Array();
diallingCodes[2]['states'][16]['codes'][3]['code'] = '574';
diallingCodes[2]['states'][16]['codes'][3]['suburbs'] = 'akron,argos,atwood,bourbon,bremen,bristol,buffalo,burket,burnettsville,burrows,camden,claypool,culver,deer creek,dunlap,elkhart,flora,fulton,galveston,goshen,hamlet,idaville,kewanna,knox,lapaz,leesburg,logansport,lucerne,macy,mentone,middlebury,milford,millersburg,millwood,monterey,monticello,nappanee,new carlisle,new paris,north judson,north liberty,north webster,osceola,pierceton,plymouth,rochester,royal center,south bend,star city,syracuse,tippecanoe,twelve mile,wakarusa,walkerton,walton,warsaw,winamac,wyatt,yeoman';
diallingCodes[2]['states'][16]['codes'][4] = new Array();
diallingCodes[2]['states'][16]['codes'][4]['code'] = '765';
diallingCodes[2]['states'][16]['codes'][4]['suburbs'] = 'alexandria,anderson,brookville,connersville,crawfordsville,delphi,frankfort,geneva (shelby county),greencastle,hartford city,kokomo,lafayette,lebanon,marion,martinsville,mexico,muncie,new castle,peru,richmond,roann,rushville,winchester';
diallingCodes[2]['states'][16]['codes'][5] = new Array();
diallingCodes[2]['states'][16]['codes'][5]['code'] = '812';
diallingCodes[2]['states'][16]['codes'][5]['suburbs'] = 'bedford,bloomington,boonville,brazil,charlestown,columbus,edinburgh,evansville,greensburg,jasper,madison,morgantown,mt. vernon,new albany,scottsburg,sellersburg,seymour,tell city,terre haute,vincennes,washington';
diallingCodes[2]['states'][17] = new Array();
diallingCodes[2]['states'][17]['name'] = 'Iowa';
diallingCodes[2]['states'][17]['codes'] = new Array();
diallingCodes[2]['states'][17]['codes'][0] = new Array();
diallingCodes[2]['states'][17]['codes'][0]['code'] = '319';
diallingCodes[2]['states'][17]['codes'][0]['suburbs'] = 'allison,anamosa,aplington,argyle,belle plaine,birmingham,brandon,brighton,burlington,cantril,cedar falls,cedar rapids,center point,central city,clarksville,clutier,coggon,conesville,denver,dike,dunkerton,elberon,ely,fairbank,farmington,fort madison,frederika,grandview,grundy center,guernsey,hartwick,hazleton,independence,iowa city,jesup,keokuk,keosauqua,keswick,keystone,la porte city,lisbon,lockridge,lone tree,martelle,mechanicsville,monticello,morley,mt. pleasant,mt. sterling,mt. vernon,nichols,north english,oelwein,olin,onslow,packwood,parkersburg,plainfield,prairieburg,primrose,quasqueton,readlyn,reinbeck,richland,rowley,solon,south english,springville,stanwood,stockport,traer,tripoli,troy mills,urbana,victor,vinton,walker,washington,waterloo,waverly,wellman,west branch,west chester,west liberty,winthrop';
diallingCodes[2]['states'][17]['codes'][1] = new Array();
diallingCodes[2]['states'][17]['codes'][1]['code'] = '515';
diallingCodes[2]['states'][17]['codes'][1]['suburbs'] = 'adel,alden,algona,altoona,ames,buckeye,clarion,colfax,corwith,dallas center,de soto,des moines,dexter,dows,earlham,elkhart,ft. dodge,fort dodge,indianola,jefferson,lakota,mccallsburg,maxwell,minburn,nevada,norwalk,perry,pleasantville,redfield,rippey,runnells,stuart,webster city,winterset';
diallingCodes[2]['states'][17]['codes'][2] = new Array();
diallingCodes[2]['states'][17]['codes'][2]['code'] = '563';
diallingCodes[2]['states'][17]['codes'][2]['suburbs'] = 'alpha,arlington,atalissa,baldwin,bernard,bettendorf,cascade,center junction,clarence,clinton,cresco,davenport,decorah,dubuque,fredericksburg,hawkeye,hopkinton,lamont,lawler,lime springs,manchester,maqoketa,maynard,moscow,muscatine,north chester,oran,oxford junction,protivin,quad cities,randalia,rochester,ryan,sumner,tipton,worthington,wyoming';
diallingCodes[2]['states'][17]['codes'][3] = new Array();
diallingCodes[2]['states'][17]['codes'][3]['code'] = '641';
diallingCodes[2]['states'][17]['codes'][3]['suburbs'] = 'adair,bagley,britt,buffalo center,centerville,charles city,clear lake,colo,corning,creston,fairfield,forest city,garner,greenfield,grinnell,guthrie center,hubbard,iowa falls,jamaica,kanawha,knoxville,liberty center,linden,lorimor,macksburg,marshalltown,martensdale,mason city,menlo,milo,mingo,monroe,new hampton,newton,osceola,oskaloosa,otley,ottumwa,pella,peru,prairie city,rowan,st. charles,saint charles,st. marys,saint marys,truro,yale,zearing';
diallingCodes[2]['states'][17]['codes'][4] = new Array();
diallingCodes[2]['states'][17]['codes'][4]['code'] = '712';
diallingCodes[2]['states'][17]['codes'][4]['suburbs'] = 'atlantic,bedford,carroll,cherokee,clarinda,council bluffs,denison,emmetsburg,estherville,glenwood,harlan,pocahontas,red oak,rockwell city,shenandoah,sioux center,sioux city,spencer,storm lake';
diallingCodes[2]['states'][18] = new Array();
diallingCodes[2]['states'][18]['name'] = 'Kansas';
diallingCodes[2]['states'][18]['codes'] = new Array();
diallingCodes[2]['states'][18]['codes'][0] = new Array();
diallingCodes[2]['states'][18]['codes'][0]['code'] = '316';
diallingCodes[2]['states'][18]['codes'][0]['suburbs'] = 'andale,andover,augusta,bentley,benton,cheney,colwich,derby,douglass,el dorado,garden plain,goddard,halstead,kechi,leon,mount hope,mulvane,newton,rose hill,sedgwick,towanda,valley center,whitewater,wichita';
diallingCodes[2]['states'][18]['codes'][1] = new Array();
diallingCodes[2]['states'][18]['codes'][1]['code'] = '620';
diallingCodes[2]['states'][18]['codes'][1]['suburbs'] = 'albert,allen,americus,arkansas city,atlanta,beaumont,belle plaine,bronson,burdett,burlington,burns,burrton,bushton,canton,cassoday,cimarron,claflin,clearwater,coffeyville,colony,conway,conway springs,cottonwood falls,council grove,devon,dighton,dodge city,dunlap,durham,emporia,fort scott,fulton,galatia,galva,garden city,geneseo,great bend,hanston,haven,healy,hesston,hillsboro,hoisington,hutchinson,independence,iola,jetmore,kincaid,larned,latham,lebo,lehigh,leoti,leroy,liberal,lincolnville,little river,lyons,mcpherson,mapleton,marienthal,marion,milberger,murdock,neosho falls,norwich,olmitz,parsons,peabody,pittsburg,potwin,pretty prairie,reading,riverdale,rock,rosalia,rozel,scott city,tribune,udall,ulysses,walton,wellington,windom,winfield';
diallingCodes[2]['states'][18]['codes'][2] = new Array();
diallingCodes[2]['states'][18]['codes'][2]['code'] = '785';
diallingCodes[2]['states'][18]['codes'][2]['suburbs'] = 'abilene,colby,ellsworth,garnet,hays,junction city,la crosse,lawrence,lyndon,manhattan,ness city,oakley,oskaloosa,ottawa,purcell,russell,salina,sharon springs,topeka,troy';
diallingCodes[2]['states'][18]['codes'][3] = new Array();
diallingCodes[2]['states'][18]['codes'][3]['code'] = '913';
diallingCodes[2]['states'][18]['codes'][3]['suburbs'] = 'atchison,bush city,edgerton,kansas city ks (see also mo-816),leavenworth,lenexa,mound city,olathe,osawatomie,overland park,shawnee,tonganoxie,winchester';
diallingCodes[2]['states'][19] = new Array();
diallingCodes[2]['states'][19]['name'] = 'Kentucky';
diallingCodes[2]['states'][19]['codes'] = new Array();
diallingCodes[2]['states'][19]['codes'][0] = new Array();
diallingCodes[2]['states'][19]['codes'][0]['code'] = '270';
diallingCodes[2]['states'][19]['codes'][0]['suburbs'] = 'bowling green,burkesville,campbellsville,elizabethtown,franklin,glasgow,hopkinsville,jamestown,lebanon,madisonville,mayfield,murray,owensboro,paducah,princeton,russellville';
diallingCodes[2]['states'][19]['codes'][1] = new Array();
diallingCodes[2]['states'][19]['codes'][1]['code'] = '502';
diallingCodes[2]['states'][19]['codes'][1]['suburbs'] = 'bardstown,fort knox,frankfort,georgetown,lawrenceburg,louisville,owenton';
diallingCodes[2]['states'][19]['codes'][2] = new Array();
diallingCodes[2]['states'][19]['codes'][2]['code'] = '606';
diallingCodes[2]['states'][19]['codes'][2]['suburbs'] = 'albany,ashland,brooksville,corbin,flemingsburg,hazard,irvine,liberty,london,mckee,maysville,middlesboro,monticello,morehead,mt. olivet,mt. vernon,owingsville,pikeville,somerset,south williamson,stanford,stanton,williamsburg';
diallingCodes[2]['states'][19]['codes'][3] = new Array();
diallingCodes[2]['states'][19]['codes'][3]['code'] = '859';
diallingCodes[2]['states'][19]['codes'][3]['suburbs'] = 'berea,carlisle,cincinnati airport,covington,cynthiana,danville,falmouth,harrodsburg,lexington,mt. sterling,paris,richmond,springfield,versailles,warsaw,williamstown,willisburg,winchester';
diallingCodes[2]['states'][20] = new Array();
diallingCodes[2]['states'][20]['name'] = 'Louisiana';
diallingCodes[2]['states'][20]['codes'] = new Array();
diallingCodes[2]['states'][20]['codes'][0] = new Array();
diallingCodes[2]['states'][20]['codes'][0]['code'] = '225';
diallingCodes[2]['states'][20]['codes'][0]['suburbs'] = 'albany,baton rouge,donaldsonville,gonzales,greensburg,new roads,plaquemine,vacherie';
diallingCodes[2]['states'][20]['codes'][1] = new Array();
diallingCodes[2]['states'][20]['codes'][1]['code'] = '318';
diallingCodes[2]['states'][20]['codes'][1]['suburbs'] = 'alexandria,bastrop,bossier city,bunkie,calcasieu,ferriday,grambling,haughton,many,marksville,monroe,natchitoches,oakdale,ruston,shreveport,tallulah,winnfield,winnsboro';
diallingCodes[2]['states'][20]['codes'][2] = new Array();
diallingCodes[2]['states'][20]['codes'][2]['code'] = '337';
diallingCodes[2]['states'][20]['codes'][2]['suburbs'] = 'abbeville,baldwin,crowley,de ridder,eunice,franklin,jeanerette,jennings,kaplan,lafayette,lake charles,leesville,new iberia,opelousas,sulphur,ville platte';
diallingCodes[2]['states'][20]['codes'][3] = new Array();
diallingCodes[2]['states'][20]['codes'][3]['code'] = '504';
diallingCodes[2]['states'][20]['codes'][3]['suburbs'] = 'bertrandville,chalmette,delacroix,ironton,jesuit bend,kenner,lafitte,lake catherine,metairie,myrtle grove,new orleans,st. bernard,saint bernard,yscloskey';
diallingCodes[2]['states'][20]['codes'][4] = new Array();
diallingCodes[2]['states'][20]['codes'][4]['code'] = '985';
diallingCodes[2]['states'][20]['codes'][4]['suburbs'] = 'amite city,angie,bogalusa,bush,covington,folsom,franklinton,hammond,independence,kentwood,lacombe,madisonville,mandeville,mount hermon,pearl river,pine,pontchatoula,chackbay,edgard,galliano,garyville,gibson,golden meadow,grand isle,houma,labadieville,laplace,larose,leeville,lockport,luling,montegut,morgan city,napoleonville,norco,paradis,patterson,pierre part,raceland,reserve,thibodaux';
diallingCodes[2]['states'][21] = new Array();
diallingCodes[2]['states'][21]['name'] = 'Maine';
diallingCodes[2]['states'][21]['codes'] = new Array();
diallingCodes[2]['states'][21]['codes'][0] = new Array();
diallingCodes[2]['states'][21]['codes'][0]['code'] = '207';
diallingCodes[2]['states'][21]['codes'][0]['suburbs'] = '';
diallingCodes[2]['states'][22] = new Array();
diallingCodes[2]['states'][22]['name'] = 'Maryland';
diallingCodes[2]['states'][22]['codes'] = new Array();
diallingCodes[2]['states'][22]['codes'][0] = new Array();
diallingCodes[2]['states'][22]['codes'][0]['code'] = '301';
diallingCodes[2]['states'][22]['codes'][0]['suburbs'] = 'aspen hill,bethesda,bowie,brunswick,college park,cumberland,frederick,gaithersburg,golden beach,greenbelt,hagerstown,hyattsville,laurel,lexington park,montgomery village,new carrollton,potomac,rockville,st. charles,saint charles,st. marys city,saint marys city,silver spring,wheaton,suburbs of d.c.';
diallingCodes[2]['states'][22]['codes'][1] = new Array();
diallingCodes[2]['states'][22]['codes'][1]['code'] = '240';
diallingCodes[2]['states'][22]['codes'][1]['suburbs'] = 'aspen hill,bethesda,bowie,brunswick,college park,cumberland,frederick,gaithersburg,golden beach,greenbelt,hagerstown,hyattsville,laurel,lexington park,montgomery village,new carrollton,potomac,rockville,st. charles,saint charles,st. marys city,saint marys city,silver spring,wheaton,suburbs of d.c.';
diallingCodes[2]['states'][22]['codes'][2] = new Array();
diallingCodes[2]['states'][22]['codes'][2]['code'] = '227';
diallingCodes[2]['states'][22]['codes'][2]['suburbs'] = '';
diallingCodes[2]['states'][22]['codes'][3] = new Array();
diallingCodes[2]['states'][22]['codes'][3]['code'] = '410';
diallingCodes[2]['states'][22]['codes'][3]['suburbs'] = 'aberdeen,annapolis,baltimore,berlin,cambridge,catonsville,chestertown,columbia,crisfield,dundalk,easton,edgewood,essex,glen burnie,havre de grace,joppatowne,laurel,perry hall,pocomoke city,prince frederick,reisterstown,salisbury,solomons,taneytown,towson,westminster';
diallingCodes[2]['states'][22]['codes'][4] = new Array();
diallingCodes[2]['states'][22]['codes'][4]['code'] = '443';
diallingCodes[2]['states'][22]['codes'][4]['suburbs'] = 'aberdeen,annapolis,baltimore,berlin,cambridge,catonsville,chestertown,columbia,crisfield,dundalk,easton,edgewood,essex,glen burnie,havre de grace,joppatowne,laurel,perry hall,pocomoke city,prince frederick,reisterstown,salisbury,solomons,taneytown,towson,westminster';
diallingCodes[2]['states'][22]['codes'][5] = new Array();
diallingCodes[2]['states'][22]['codes'][5]['code'] = '667';
diallingCodes[2]['states'][22]['codes'][5]['suburbs'] = '';
diallingCodes[2]['states'][23] = new Array();
diallingCodes[2]['states'][23]['name'] = 'Massachusetts';
diallingCodes[2]['states'][23]['codes'] = new Array();
diallingCodes[2]['states'][23]['codes'][0] = new Array();
diallingCodes[2]['states'][23]['codes'][0]['code'] = '413';
diallingCodes[2]['states'][23]['codes'][0]['suburbs'] = 'adams,amherst,greenfield,holyoke,northampton,pittsfield,springfield,ware,westfield';
diallingCodes[2]['states'][23]['codes'][1] = new Array();
diallingCodes[2]['states'][23]['codes'][1]['code'] = '508';
diallingCodes[2]['states'][23]['codes'][1]['suburbs'] = 'attleboro,brockton,cape cod,fall river,falmouth,framingham,hyannis,marlborough,martha\'s vineyard,marthas vineyard,nantucket,natick,new bedford,north easton,plymouth,southbridge,taunton,walpole,wayland,worcester';
diallingCodes[2]['states'][23]['codes'][2] = new Array();
diallingCodes[2]['states'][23]['codes'][2]['code'] = '774';
diallingCodes[2]['states'][23]['codes'][2]['suburbs'] = 'attleboro,brockton,cape cod,fall river,falmouth,framingham,hyannis,marlborough,martha\'s vineyard,marthas vineyard,nantucket,natick,new bedford,north easton,plymouth,southbridge,taunton,walpole,wayland,worcester';
diallingCodes[2]['states'][23]['codes'][3] = new Array();
diallingCodes[2]['states'][23]['codes'][3]['code'] = '617';
diallingCodes[2]['states'][23]['codes'][3]['suburbs'] = 'belmont,boston,brighton,dorchester,hyde park,jamaica plain,and roxbury),brookline,cambridge,chelsea,everett,milton,newton,quincy,somerville,watertown,winthrop';
diallingCodes[2]['states'][23]['codes'][4] = new Array();
diallingCodes[2]['states'][23]['codes'][4]['code'] = '857';
diallingCodes[2]['states'][23]['codes'][4]['suburbs'] = 'belmont,boston,brighton,dorchester,hyde park,jamaica plain,and roxbury),brookline,cambridge,chelsea,everett,milton,newton,quincy,somerville,watertown,winthrop';
diallingCodes[2]['states'][23]['codes'][5] = new Array();
diallingCodes[2]['states'][23]['codes'][5]['code'] = '781';
diallingCodes[2]['states'][23]['codes'][5]['suburbs'] = 'arlington,braintree,burlington,canton,chelsea,cohasset,dedham,duxbury,kingston,lexington,lynn,malden,medford,needham,randolph,reading,revere,rockland,saugus,stoughton,wakefield,waltham,wellesley,weymouth';
diallingCodes[2]['states'][23]['codes'][6] = new Array();
diallingCodes[2]['states'][23]['codes'][6]['code'] = '339';
diallingCodes[2]['states'][23]['codes'][6]['suburbs'] = 'arlington,braintree,burlington,canton,chelsea,cohasset,dedham,duxbury,kingston,lexington,lynn,malden,medford,needham,randolph,reading,revere,rockland,saugus,stoughton,wakefield,waltham,wellesley,weymouth';
diallingCodes[2]['states'][23]['codes'][7] = new Array();
diallingCodes[2]['states'][23]['codes'][7]['code'] = '978';
diallingCodes[2]['states'][23]['codes'][7]['suburbs'] = 'andover,athol,barre,beverly,billerica,chelmsford,concord,danvers,fitchburg,gloucester,haverhill,lawrence,leominster,lowell,maynard,methuen,new salem,peabody,salem,sudbury,wilmington';
diallingCodes[2]['states'][23]['codes'][8] = new Array();
diallingCodes[2]['states'][23]['codes'][8]['code'] = '351';
diallingCodes[2]['states'][23]['codes'][8]['suburbs'] = 'andover,athol,barre,beverly,billerica,chelmsford,concord,danvers,fitchburg,gloucester,haverhill,lawrence,leominster,lowell,maynard,methuen,new salem,peabody,salem,sudbury,wilmington';
diallingCodes[2]['states'][24] = new Array();
diallingCodes[2]['states'][24]['name'] = 'Michigan';
diallingCodes[2]['states'][24]['codes'] = new Array();
diallingCodes[2]['states'][24]['codes'][0] = new Array();
diallingCodes[2]['states'][24]['codes'][0]['code'] = '231';
diallingCodes[2]['states'][24]['codes'][0]['suburbs'] = 'acme,amble,big rapids,cadillac,casnovia,cheboygan,coral,fruitport,grant,howard city,ludington,mackinaw city,manistee,muskegon,newaygo,petoskey,ravenna,traverse city';
diallingCodes[2]['states'][24]['codes'][1] = new Array();
diallingCodes[2]['states'][24]['codes'][1]['code'] = '248';
diallingCodes[2]['states'][24]['codes'][1]['suburbs'] = 'birmingham,farmington hills,ferndale,holly,leonard,livonia,novi,pontiac,rochester,southfield,troy,waterford,west bloomfield,whitmore lake';
diallingCodes[2]['states'][24]['codes'][2] = new Array();
diallingCodes[2]['states'][24]['codes'][2]['code'] = '947';
diallingCodes[2]['states'][24]['codes'][2]['suburbs'] = 'birmingham,farmington hills,ferndale,holly,leonard,livonia,novi,pontiac,rochester,southfield,troy,waterford,west bloomfield,whitmore lake';
diallingCodes[2]['states'][24]['codes'][3] = new Array();
diallingCodes[2]['states'][24]['codes'][3]['code'] = '269';
diallingCodes[2]['states'][24]['codes'][3]['suburbs'] = 'allegan,athens,augusta,banfield,bangor,baroda,battle creek,bellevue,benton harbor,berrien springs,bloomingdale,bridgman,buchanan,burr oak,cassopolis,centreville,climax,coloma,colon,constantine,covert,decatur,delton,dowagiac,eau claire,edwardsburg,fennville,fulton,galesburg,galien,ganges,glenn,gobles,grand junction,hamilton,hartford,hastings,hickory corners,hopkins,kalamazoo,lacey,lacota,lawrence,lawton,marcellus,marshall,martin,mattawan,mendon,middleville,new buffalo,niles,olivet,otsego,paw paw,pine lake,plainwell,pullman,richland,st joseph,saint joseph,saugatuck,sawyer,schoolcraft,scotts,sister lakes,south haven,sturgis,three oaks,three rivers,union,vandalia,vicksburg,watervliet,wayland,white pigeon,woodland';
diallingCodes[2]['states'][24]['codes'][4] = new Array();
diallingCodes[2]['states'][24]['codes'][4]['code'] = '313';
diallingCodes[2]['states'][24]['codes'][4]['suburbs'] = 'dearborn,detroit,grosse pointe,wayne';
diallingCodes[2]['states'][24]['codes'][5] = new Array();
diallingCodes[2]['states'][24]['codes'][5]['code'] = '679';
diallingCodes[2]['states'][24]['codes'][5]['suburbs'] = 'dearborn,detroit,grosse pointe,wayne';
diallingCodes[2]['states'][24]['codes'][6] = new Array();
diallingCodes[2]['states'][24]['codes'][6]['code'] = '517';
diallingCodes[2]['states'][24]['codes'][6]['suburbs'] = 'adrian,albion,burlington,charlotte,coldwater,corunna,hillsdale,howell,jackson,lansing,owosso,st. johns,saint johns,tecumseh';
diallingCodes[2]['states'][24]['codes'][7] = new Array();
diallingCodes[2]['states'][24]['codes'][7]['code'] = '586';
diallingCodes[2]['states'][24]['codes'][7]['suburbs'] = 'armada,center line,eastpointe,mt. clemens,new baltimore,new haven,richmond,romeo,roseville,utica,warren,washington';
diallingCodes[2]['states'][24]['codes'][8] = new Array();
diallingCodes[2]['states'][24]['codes'][8]['code'] = '616';
diallingCodes[2]['states'][24]['codes'][8]['suburbs'] = 'ada,allendale,alto,belding,borculo,byron center,caledonia,casnovia,cedar springs,clarksville,conklin,coopersville,dorr,drenthe,dutton,freeport,grand haven,grand rapids,grattan,greenville,holland,hudsonville,ionia,jamestown,kent city,lake odessa,lowell,marne,moline,orleans,rockford,sand lake,saranac,sparta,trufant,wyoming,zeeland';
diallingCodes[2]['states'][24]['codes'][9] = new Array();
diallingCodes[2]['states'][24]['codes'][9]['code'] = '734';
diallingCodes[2]['states'][24]['codes'][9]['suburbs'] = 'ann arbor,livonia,monroe,ypsilanti,detroit metro airport';
diallingCodes[2]['states'][24]['codes'][10] = new Array();
diallingCodes[2]['states'][24]['codes'][10]['code'] = '810';
diallingCodes[2]['states'][24]['codes'][10]['suburbs'] = 'algonac,almont,avoca,brighton,brown city,byron,capac,clio,columbiaville,croswell,davison,deckerville,dryden,emmett,fenton,flint,flushing,goodells,goodrich,grand blanc,hadley,hartland,imlay city,jeddo,lapeer,lennon,lexington,linden,marine city,memphis,metamora,montrose,mt. clemens,mt. morris,new lothrop,north branch,otisville,port huron,port sanilac,rankin,roseville,st. clair,saint clair,sandusky,smiths creek,snover,swartz creek,yale';
diallingCodes[2]['states'][24]['codes'][11] = new Array();
diallingCodes[2]['states'][24]['codes'][11]['code'] = '906';
diallingCodes[2]['states'][24]['codes'][11]['suburbs'] = 'iron mtn.,isle royale,marquette,menominee,sault ste. marie';
diallingCodes[2]['states'][24]['codes'][12] = new Array();
diallingCodes[2]['states'][24]['codes'][12]['code'] = '989';
diallingCodes[2]['states'][24]['codes'][12]['suburbs'] = 'alma,alpena,atlanta,bad axe,bay city,caro,gaylord,ithaca,midland,mt. pleasant,rogers city,roscommon,saginaw,stanton';
diallingCodes[2]['states'][25] = new Array();
diallingCodes[2]['states'][25]['name'] = 'Minnesota';
diallingCodes[2]['states'][25]['codes'] = new Array();
diallingCodes[2]['states'][25]['codes'][0] = new Array();
diallingCodes[2]['states'][25]['codes'][0]['code'] = '218';
diallingCodes[2]['states'][25]['codes'][0]['suburbs'] = 'bemidji,brainerd,duluth,east grand forks,elbow lake,moorhead';
diallingCodes[2]['states'][25]['codes'][1] = new Array();
diallingCodes[2]['states'][25]['codes'][1]['code'] = '320';
diallingCodes[2]['states'][25]['codes'][1]['suburbs'] = 'alexandria,little falls,st. cloud,saint cloud,wheaton';
diallingCodes[2]['states'][25]['codes'][2] = new Array();
diallingCodes[2]['states'][25]['codes'][2]['code'] = '507';
diallingCodes[2]['states'][25]['codes'][2]['suburbs'] = 'canby,fairmont,faribault,gaylord,kellogg,luverne,mankato,new ulm,northfield,redwood falls,rochester,winona';
diallingCodes[2]['states'][25]['codes'][3] = new Array();
diallingCodes[2]['states'][25]['codes'][3]['code'] = '612';
diallingCodes[2]['states'][25]['codes'][3]['suburbs'] = 'ft. snelling,fort snelling,lauderdale,minneapolis,richfield,st. anthony,saint anthony,m/sp airport,no other towns';
diallingCodes[2]['states'][25]['codes'][4] = new Array();
diallingCodes[2]['states'][25]['codes'][4]['code'] = '651';
diallingCodes[2]['states'][25]['codes'][4]['suburbs'] = 'arden hills,castle rock,columbus,eagan,falcon heights,farmington,harris,lake city,lino lakes,mendota,new brighton,red wing,rosemount,roseville,st. paul,saint paul,shoreview,stark,vermillion,wabasha';
diallingCodes[2]['states'][25]['codes'][5] = new Array();
diallingCodes[2]['states'][25]['codes'][5]['code'] = '763';
diallingCodes[2]['states'][25]['codes'][5]['suburbs'] = 'anoka,blaine,brooklyn center,brookylyn park,buffalo,cambridge,champlin,circle pines,columbia heights,coon rapids,elk river,fridley,golden valley,ham lake,lexington,maple grove,medina,mounds view,new hope,plymouth,princeton,robbinsdale';
diallingCodes[2]['states'][25]['codes'][6] = new Array();
diallingCodes[2]['states'][25]['codes'][6]['code'] = '952';
diallingCodes[2]['states'][25]['codes'][6]['suburbs'] = 'apple valley,belle plaine,bloomington,burnsville,chaska,eden prairie,edina,hopkins,lakeville,minnetonka,new germany,new prague,norwood,st. louis park,saint louis park,savage,shakopee,young america';
diallingCodes[2]['states'][26] = new Array();
diallingCodes[2]['states'][26]['name'] = 'Mississippi';
diallingCodes[2]['states'][26]['codes'] = new Array();
diallingCodes[2]['states'][26]['codes'][0] = new Array();
diallingCodes[2]['states'][26]['codes'][0]['code'] = '228';
diallingCodes[2]['states'][26]['codes'][0]['suburbs'] = 'bay st. louis,biloxi,gulfport,hurley,moss point,ocean springs,pascagoula,pass christian,pearlington';
diallingCodes[2]['states'][26]['codes'][1] = new Array();
diallingCodes[2]['states'][26]['codes'][1]['code'] = '601';
diallingCodes[2]['states'][26]['codes'][1]['suburbs'] = 'brookhaven,carthage,hattiesburg,jackson,laurel,lucedale,mccomb,mcneill,meridian,natchez,picayune,vicksburg,wiggins';
diallingCodes[2]['states'][26]['codes'][2] = new Array();
diallingCodes[2]['states'][26]['codes'][2]['code'] = '662';
diallingCodes[2]['states'][26]['codes'][2]['suburbs'] = 'columbus,corinth,greenville,greenwood,grenada,oxford,tupelo,yazoo city';
diallingCodes[2]['states'][27] = new Array();
diallingCodes[2]['states'][27]['name'] = 'Missouri';
diallingCodes[2]['states'][27]['codes'] = new Array();
diallingCodes[2]['states'][27]['codes'][0] = new Array();
diallingCodes[2]['states'][27]['codes'][0]['code'] = '314';
diallingCodes[2]['states'][27]['codes'][0]['suburbs'] = 'bridgeton,creve coeur,ferguson,florissant,hazelwood,kirkwood,ladue,mehlville,oakville,overland,riverview,st. louis,saint louis,sappington,spanish lake,webster green';
diallingCodes[2]['states'][27]['codes'][1] = new Array();
diallingCodes[2]['states'][27]['codes'][1]['code'] = '417';
diallingCodes[2]['states'][27]['codes'][1]['suburbs'] = 'alton,branson,hermitage,houston,joplin,lebanon,neosho,nevada,springfield,west plains';
diallingCodes[2]['states'][27]['codes'][2] = new Array();
diallingCodes[2]['states'][27]['codes'][2]['code'] = '573';
diallingCodes[2]['states'][27]['codes'][2]['suburbs'] = 'cape girardeau,columbia,fredericktown,jefferson city,new madrid,poplar bluff,rolla,sikeston';
diallingCodes[2]['states'][27]['codes'][3] = new Array();
diallingCodes[2]['states'][27]['codes'][3]['code'] = '636';
diallingCodes[2]['states'][27]['codes'][3]['suburbs'] = 'ballwin,chesterfield,crystal city,de soto,fenton,festus,foley,herculaneum,high hill,hillsboro,holstein,imperial,jonesburg,manchester,maxville,o\'fallon,ofallon,portage des sioux,st. charles,saint charles,troy,truxton,union,valley park,warrenton,washington,west alton,winfield';
diallingCodes[2]['states'][27]['codes'][4] = new Array();
diallingCodes[2]['states'][27]['codes'][4]['code'] = '660';
diallingCodes[2]['states'][27]['codes'][4]['suburbs'] = 'alexandria,booneville,butler,clinton,kahoka,kirksville,marshall,maryville,moberly,oregon,paris,sedalia,warsaw';
diallingCodes[2]['states'][27]['codes'][5] = new Array();
diallingCodes[2]['states'][27]['codes'][5]['code'] = '816';
diallingCodes[2]['states'][27]['codes'][5]['suburbs'] = 'blue springs,harrisonville,independence,kansas city,richmond,st. joseph,saint joseph,warrensburg';
diallingCodes[2]['states'][28] = new Array();
diallingCodes[2]['states'][28]['name'] = 'Montana';
diallingCodes[2]['states'][28]['codes'] = new Array();
diallingCodes[2]['states'][28]['codes'][0] = new Array();
diallingCodes[2]['states'][28]['codes'][0]['code'] = '406';
diallingCodes[2]['states'][28]['codes'][0]['suburbs'] = '';
diallingCodes[2]['states'][29] = new Array();
diallingCodes[2]['states'][29]['name'] = 'Nebraska';
diallingCodes[2]['states'][29]['codes'] = new Array();
diallingCodes[2]['states'][29]['codes'][0] = new Array();
diallingCodes[2]['states'][29]['codes'][0]['code'] = '308';
diallingCodes[2]['states'][29]['codes'][0]['suburbs'] = 'central city,grand island,kearney,merriman,north platte,scottsbluff';
diallingCodes[2]['states'][29]['codes'][1] = new Array();
diallingCodes[2]['states'][29]['codes'][1]['code'] = '402';
diallingCodes[2]['states'][29]['codes'][1]['suburbs'] = 'columbus,hastings,lincoln,omaha,south sioux city,valentine';
diallingCodes[2]['states'][30] = new Array();
diallingCodes[2]['states'][30]['name'] = 'Nevada';
diallingCodes[2]['states'][30]['codes'] = new Array();
diallingCodes[2]['states'][30]['codes'][0] = new Array();
diallingCodes[2]['states'][30]['codes'][0]['code'] = '702';
diallingCodes[2]['states'][30]['codes'][0]['suburbs'] = 'boulder city,cal-nev-ari,henderson,indian springs afb,las vegas,laughlin,mesquite,moapa,north las vegas';
diallingCodes[2]['states'][30]['codes'][1] = new Array();
diallingCodes[2]['states'][30]['codes'][1]['code'] = '775';
diallingCodes[2]['states'][30]['codes'][1]['suburbs'] = 'alamo,battle mountain,carson city,devil\'s hole,devils hole,elko,ely,hawthorne,mercury,pahrump,reno,sparks,spring creek,tonopah,winnemucca';
diallingCodes[2]['states'][31] = new Array();
diallingCodes[2]['states'][31]['name'] = 'New Hampshire';
diallingCodes[2]['states'][31]['codes'] = new Array();
diallingCodes[2]['states'][31]['codes'][0] = new Array();
diallingCodes[2]['states'][31]['codes'][0]['code'] = '603';
diallingCodes[2]['states'][31]['codes'][0]['suburbs'] = '';
diallingCodes[2]['states'][32] = new Array();
diallingCodes[2]['states'][32]['name'] = 'New Jersey';
diallingCodes[2]['states'][32]['codes'] = new Array();
diallingCodes[2]['states'][32]['codes'][0] = new Array();
diallingCodes[2]['states'][32]['codes'][0]['code'] = '201';
diallingCodes[2]['states'][32]['codes'][0]['suburbs'] = 'bayonne,cliffside park,englewood,fair lawn,hackensack,hoboken,jersey city,leonia,little ferry,lyndhurst,paramus,park ridge,ramsey,rutherford,union city';
diallingCodes[2]['states'][32]['codes'][1] = new Array();
diallingCodes[2]['states'][32]['codes'][1]['code'] = '551';
diallingCodes[2]['states'][32]['codes'][1]['suburbs'] = 'bayonne,cliffside park,englewood,fair lawn,hackensack,hoboken,jersey city,leonia,little ferry,lyndhurst,paramus,park ridge,ramsey,rutherford,union city';
diallingCodes[2]['states'][32]['codes'][2] = new Array();
diallingCodes[2]['states'][32]['codes'][2]['code'] = '609';
diallingCodes[2]['states'][32]['codes'][2]['suburbs'] = 'atlantic city,barnegat,browns mills,buena vista,burlington,cape may,cranbury,hightstown,lambertville,lawrenceville,medford,pennington,princeton,trenton,willingboro,winslow';
diallingCodes[2]['states'][32]['codes'][3] = new Array();
diallingCodes[2]['states'][32]['codes'][3]['code'] = '732';
diallingCodes[2]['states'][32]['codes'][3]['suburbs'] = 'asbury park,bound brook,crestwood village,freehold,holmdel,keyport,lakewood,long branch,metuchen,monmouth jct.,new brunswick,perth amboy,point pleasant,rahway,red bank,south river,toms river,woodbridge';
diallingCodes[2]['states'][32]['codes'][4] = new Array();
diallingCodes[2]['states'][32]['codes'][4]['code'] = '848';
diallingCodes[2]['states'][32]['codes'][4]['suburbs'] = 'asbury park,bound brook,crestwood village,freehold,holmdel,keyport,lakewood,long branch,metuchen,monmouth jct.,new brunswick,perth amboy,point pleasant,rahway,red bank,south river,toms river,woodbridge';
diallingCodes[2]['states'][32]['codes'][5] = new Array();
diallingCodes[2]['states'][32]['codes'][5]['code'] = '856';
diallingCodes[2]['states'][32]['codes'][5]['suburbs'] = 'bridgeton,buena vista,camden,cherry hill,dennis,glassboro,haddonfield,maurice river,medford,monroe,vineland,waterford,winslow';
diallingCodes[2]['states'][32]['codes'][6] = new Array();
diallingCodes[2]['states'][32]['codes'][6]['code'] = '908';
diallingCodes[2]['states'][32]['codes'][6]['suburbs'] = 'bedminster,bernardsville,clinton,cranford,elizabeth,hackettstown,linden,plainfield,somerville,summit,union,washington,westfield';
diallingCodes[2]['states'][32]['codes'][7] = new Array();
diallingCodes[2]['states'][32]['codes'][7]['code'] = '973';
diallingCodes[2]['states'][32]['codes'][7]['suburbs'] = 'belleville,bloomfield,boonton,butler,caldwell,dover,hawthorne,livingston,madison,millburn,morristown,newark,newton,nutley,orange,passaic,paterson,succasunna,verona,wayne,whippany';
diallingCodes[2]['states'][32]['codes'][8] = new Array();
diallingCodes[2]['states'][32]['codes'][8]['code'] = '862';
diallingCodes[2]['states'][32]['codes'][8]['suburbs'] = 'belleville,bloomfield,boonton,butler,caldwell,dover,hawthorne,livingston,madison,millburn,morristown,newark,newton,nutley,orange,passaic,paterson,succasunna,verona,wayne,whippany';
diallingCodes[2]['states'][33] = new Array();
diallingCodes[2]['states'][33]['name'] = 'New Mexico';
diallingCodes[2]['states'][33]['codes'] = new Array();
diallingCodes[2]['states'][33]['codes'][0] = new Array();
diallingCodes[2]['states'][33]['codes'][0]['code'] = '505';
diallingCodes[2]['states'][33]['codes'][0]['suburbs'] = '';
diallingCodes[2]['states'][34] = new Array();
diallingCodes[2]['states'][34]['name'] = 'New York';
diallingCodes[2]['states'][34]['codes'] = new Array();
diallingCodes[2]['states'][34]['codes'][0] = new Array();
diallingCodes[2]['states'][34]['codes'][0]['code'] = '212';
diallingCodes[2]['states'][34]['codes'][0]['suburbs'] = 'new york city,manhattan';
diallingCodes[2]['states'][34]['codes'][1] = new Array();
diallingCodes[2]['states'][34]['codes'][1]['code'] = '646';
diallingCodes[2]['states'][34]['codes'][1]['suburbs'] = 'new york city,manhattan';
diallingCodes[2]['states'][34]['codes'][2] = new Array();
diallingCodes[2]['states'][34]['codes'][2]['code'] = '315';
diallingCodes[2]['states'][34]['codes'][2]['suburbs'] = 'auburn,geneva,little falls,ontario,oswego,penn yan,potsdam,rome,romulus,syracuse,utica,watertown';
diallingCodes[2]['states'][34]['codes'][3] = new Array();
diallingCodes[2]['states'][34]['codes'][3]['code'] = '516';
diallingCodes[2]['states'][34]['codes'][3]['suburbs'] = 'long island,albertson,baldwin,bayville,bethpage,elmont,farmingdale,floral park,franklin square,garden city,great neck,hempstead,hicksville,jericho,levittown,locust grove,long beach,lynbrook,manhasset,massapequa,mineola,oceanside,oyster bay,plainview,port washington,roslyn,sea cliff,syosset,uniondale,valley stream,westbury,williston park,woodbury';
diallingCodes[2]['states'][34]['codes'][4] = new Array();
diallingCodes[2]['states'][34]['codes'][4]['code'] = '518';
diallingCodes[2]['states'][34]['codes'][4]['suburbs'] = 'albany,colonie,glens falls,gloversville,schenectady,troy';
diallingCodes[2]['states'][34]['codes'][5] = new Array();
diallingCodes[2]['states'][34]['codes'][5]['code'] = '585';
diallingCodes[2]['states'][34]['codes'][5]['suburbs'] = 'albion,batavia,belmont,brighton,canandaigua,dansville,gates,geneseo,greece,hall,irondequoit,medina,rochester,warsaw,webster,wellsville,wyoming; all or most of allegany,genesee,livingston,monroe,ontario,orleans';
diallingCodes[2]['states'][34]['codes'][6] = new Array();
diallingCodes[2]['states'][34]['codes'][6]['code'] = '607';
diallingCodes[2]['states'][34]['codes'][6]['suburbs'] = 'binghamton,corning,cortland,elmira,hornell,ithaca,oneonta,roscoe';
diallingCodes[2]['states'][34]['codes'][7] = new Array();
diallingCodes[2]['states'][34]['codes'][7]['code'] = '631';
diallingCodes[2]['states'][34]['codes'][7]['suburbs'] = 'long island (suffolk county): amityville,bay shore,brentwood,brookhaven,centereach,cold spring harbor,commack,deer park,fishers island,the hamptons,hauppauge,holbrook,huntington station,islip,lindenhurst,montauk,oakdale,patchogue,port jefferson,riverhead,rocky point,sayville,smithtown,stony brook,west babylon';
diallingCodes[2]['states'][34]['codes'][8] = new Array();
diallingCodes[2]['states'][34]['codes'][8]['code'] = '716';
diallingCodes[2]['states'][34]['codes'][8]['suburbs'] = 'buffalo,dunkirk,fredonia,jamestown,lancaster,lockport,niagara falls,olean,salamanca,tonawanda; exactly coterminous with cattaraugus,chautauqua,erie';
diallingCodes[2]['states'][34]['codes'][9] = new Array();
diallingCodes[2]['states'][34]['codes'][9]['code'] = '718';
diallingCodes[2]['states'][34]['codes'][9]['suburbs'] = 'new york city,bronx,brooklyn,queens,staten island,far rockaway,flushing,jamaica,long island city';
diallingCodes[2]['states'][34]['codes'][10] = new Array();
diallingCodes[2]['states'][34]['codes'][10]['code'] = '347';
diallingCodes[2]['states'][34]['codes'][10]['suburbs'] = 'new york city,bronx,brooklyn,queens,staten island,far rockaway,flushing,jamaica,long island city,manhattan';
diallingCodes[2]['states'][34]['codes'][11] = new Array();
diallingCodes[2]['states'][34]['codes'][11]['code'] = '845';
diallingCodes[2]['states'][34]['codes'][11]['suburbs'] = 'brewster,callicoon,carmel,dunraven,kingston,middletown,monticello,nanuet,new city,newburgh,nyack,pearl river,poughkeepsie,saugerties,tappan,west point';
diallingCodes[2]['states'][34]['codes'][12] = new Array();
diallingCodes[2]['states'][34]['codes'][12]['code'] = '914';
diallingCodes[2]['states'][34]['codes'][12]['suburbs'] = 'bedford,chappaqua,croton falls,dobbs ferry,harrison,larchmont,mamaroneck,mt. vernon,new rochelle,peekskill,purchase,rye,scarsdale,tarrytown,tuckahoe,white plains,yonkers';
diallingCodes[2]['states'][34]['codes'][13] = new Array();
diallingCodes[2]['states'][34]['codes'][13]['code'] = '917';
diallingCodes[2]['states'][34]['codes'][13]['suburbs'] = 'new york city,bronx,brooklyn,queens,staten island,far rockaway,flushing,jamaica,long island city';
diallingCodes[2]['states'][35] = new Array();
diallingCodes[2]['states'][35]['name'] = 'North Carolina';
diallingCodes[2]['states'][35]['codes'] = new Array();
diallingCodes[2]['states'][35]['codes'][0] = new Array();
diallingCodes[2]['states'][35]['codes'][0]['code'] = '252';
diallingCodes[2]['states'][35]['codes'][0]['suburbs'] = 'cape hatteras,elizabeth city,greenville,henderson,kill devil hills,kinston,morehead city,new bern,rocky mount,washington,wilson';
diallingCodes[2]['states'][35]['codes'][1] = new Array();
diallingCodes[2]['states'][35]['codes'][1]['code'] = '336';
diallingCodes[2]['states'][35]['codes'][1]['suburbs'] = 'asheboro,burlington,greensboro,high point,jefferson,lexington,mt. airy,roxboro,wilkesboro,winston-salem,yanceyville';
diallingCodes[2]['states'][35]['codes'][2] = new Array();
diallingCodes[2]['states'][35]['codes'][2]['code'] = '704';
diallingCodes[2]['states'][35]['codes'][2]['suburbs'] = 'albemarle,charlotte,concord,gastonia,kannapolis,lincolnton,monroe,shelby,statesville,wadesboro';
diallingCodes[2]['states'][35]['codes'][3] = new Array();
diallingCodes[2]['states'][35]['codes'][3]['code'] = '980';
diallingCodes[2]['states'][35]['codes'][3]['suburbs'] = 'albemarle,charlotte,concord,gastonia,kannapolis,lincolnton,monroe,shelby,statesville,wadesboro';
diallingCodes[2]['states'][35]['codes'][4] = new Array();
diallingCodes[2]['states'][35]['codes'][4]['code'] = '828';
diallingCodes[2]['states'][35]['codes'][4]['suburbs'] = 'asheville,boone,brevard,forest city,granite falls,hendersonville,hickory,lenoir,morganton,newton';
diallingCodes[2]['states'][35]['codes'][5] = new Array();
diallingCodes[2]['states'][35]['codes'][5]['code'] = '910';
diallingCodes[2]['states'][35]['codes'][5]['suburbs'] = 'dunn,fayetteville,jacksonville,laurinburg,lumberton,rockingham,wilmington';
diallingCodes[2]['states'][35]['codes'][6] = new Array();
diallingCodes[2]['states'][35]['codes'][6]['code'] = '919';
diallingCodes[2]['states'][35]['codes'][6]['suburbs'] = 'chapel hill,durham,goldsboro,raleigh,sanford,smithfield';
diallingCodes[2]['states'][36] = new Array();
diallingCodes[2]['states'][36]['name'] = 'North Dakota';
diallingCodes[2]['states'][36]['codes'] = new Array();
diallingCodes[2]['states'][36]['codes'][0] = new Array();
diallingCodes[2]['states'][36]['codes'][0]['code'] = '701';
diallingCodes[2]['states'][36]['codes'][0]['suburbs'] = '';
diallingCodes[2]['states'][37] = new Array();
diallingCodes[2]['states'][37]['name'] = 'Northern Mariana Islands';
diallingCodes[2]['states'][37]['codes'] = new Array();
diallingCodes[2]['states'][37]['codes'][0] = new Array();
diallingCodes[2]['states'][37]['codes'][0]['code'] = '670';
diallingCodes[2]['states'][37]['codes'][0]['suburbs'] = '';
diallingCodes[2]['states'][38] = new Array();
diallingCodes[2]['states'][38]['name'] = 'Ohio';
diallingCodes[2]['states'][38]['codes'] = new Array();
diallingCodes[2]['states'][38]['codes'][0] = new Array();
diallingCodes[2]['states'][38]['codes'][0]['code'] = '216';
diallingCodes[2]['states'][38]['codes'][0]['suburbs'] = 'beachwood,cleveland,euclid,independence,lakewood,shaker heights';
diallingCodes[2]['states'][38]['codes'][1] = new Array();
diallingCodes[2]['states'][38]['codes'][1]['code'] = '330';
diallingCodes[2]['states'][38]['codes'][1]['suburbs'] = 'akron,aurora,brunswick,canton,east liverpool,kent,medina,millersburg,new philadelphia,northfield,warren,wooster,youngstown';
diallingCodes[2]['states'][38]['codes'][2] = new Array();
diallingCodes[2]['states'][38]['codes'][2]['code'] = '234';
diallingCodes[2]['states'][38]['codes'][2]['suburbs'] = 'akron,aurora,brunswick,canton,east liverpool,kent,medina,millersburg,new philadelphia,northfield,warren,wooster,youngstown';
diallingCodes[2]['states'][38]['codes'][3] = new Array();
diallingCodes[2]['states'][38]['codes'][3]['code'] = '419';
diallingCodes[2]['states'][38]['codes'][3]['suburbs'] = 'bowling green,defiance,findlay,holland,lima,mansfield,maumee,sandusky,sylvania,toledo';
diallingCodes[2]['states'][38]['codes'][4] = new Array();
diallingCodes[2]['states'][38]['codes'][4]['code'] = '567';
diallingCodes[2]['states'][38]['codes'][4]['suburbs'] = 'bowling green,defiance,findlay,holland,lima,mansfield,maumee,sandusky,sylvania,toledo';
diallingCodes[2]['states'][38]['codes'][5] = new Array();
diallingCodes[2]['states'][38]['codes'][5]['code'] = '440';
diallingCodes[2]['states'][38]['codes'][5]['suburbs'] = 'ashtabula,bedford,berea,chagrin falls,elyria,lorain,mayfield hts.,mentor,north olmsted,parma,strongsville,vermilion';
diallingCodes[2]['states'][38]['codes'][6] = new Array();
diallingCodes[2]['states'][38]['codes'][6]['code'] = '513';
diallingCodes[2]['states'][38]['codes'][6]['suburbs'] = 'cherry grove,cincinnati,fairhaven,fayetteville,glendale,groesbeck,hamilton,loveland,madison place,mason,middletown,montgomery,northside,norwood,oxford,price hill,rossmoyne,utopia';
diallingCodes[2]['states'][38]['codes'][7] = new Array();
diallingCodes[2]['states'][38]['codes'][7]['code'] = '614';
diallingCodes[2]['states'][38]['codes'][7]['suburbs'] = 'canal winchester,columbus,gahanna,grove city,harrisburg,hilliard,jersey,lockbourne,new albany,plain city,reynoldsburg,west jefferson,westerville,worthington';
diallingCodes[2]['states'][38]['codes'][8] = new Array();
diallingCodes[2]['states'][38]['codes'][8]['code'] = '740';
diallingCodes[2]['states'][38]['codes'][8]['suburbs'] = 'ashville,athens,bainbridge,baltimore,carroll,chillicothe,condit,delaware,jelloway,johnstown,knockemstiff,lancaster,london,marietta,marion,mt. sterling,mt. vernon,nevada,newark,pleasant view,portsmouth,rathbone,st. clairsville,saint clairsville,steubenville,sunbury,uhrichsville,washington court house,zanesville';
diallingCodes[2]['states'][38]['codes'][9] = new Array();
diallingCodes[2]['states'][38]['codes'][9]['code'] = '937';
diallingCodes[2]['states'][38]['codes'][9]['suburbs'] = 'bardwell,beavercreek,bellefontaine,blanchester,camden,centerville,dayton,fairborn,greenfield,higginsport,hillsboro,miamisburg,springfield,wilmington,xenia,franklin';
diallingCodes[2]['states'][39] = new Array();
diallingCodes[2]['states'][39]['name'] = 'Oklahoma';
diallingCodes[2]['states'][39]['codes'] = new Array();
diallingCodes[2]['states'][39]['codes'][0] = new Array();
diallingCodes[2]['states'][39]['codes'][0]['code'] = '405';
diallingCodes[2]['states'][39]['codes'][0]['suburbs'] = 'anadarko,bethany,bridgeport,chickasha,colony,edmond,guthrie,hennessey,holdenville,midwest city,moore,norman,oklahoma city,pauls valley,shawnee,stillwater,weleetka,yale';
diallingCodes[2]['states'][39]['codes'][1] = new Array();
diallingCodes[2]['states'][39]['codes'][1]['code'] = '580';
diallingCodes[2]['states'][39]['codes'][1]['suburbs'] = 'ada,altus,apache,ardmore,clinton,duncan,durant,enid,guymon,hugo,idabel,konawa,lawton,ponca city,rush springs,weatherford';
diallingCodes[2]['states'][39]['codes'][2] = new Array();
diallingCodes[2]['states'][39]['codes'][2]['code'] = '918';
diallingCodes[2]['states'][39]['codes'][2]['suburbs'] = 'bartlesville,broken arrow,mcalester,muskogee,tahlequah,tulsa';
diallingCodes[2]['states'][40] = new Array();
diallingCodes[2]['states'][40]['name'] = 'Oregon';
diallingCodes[2]['states'][40]['codes'] = new Array();
diallingCodes[2]['states'][40]['codes'][0] = new Array();
diallingCodes[2]['states'][40]['codes'][0]['code'] = '503';
diallingCodes[2]['states'][40]['codes'][0]['suburbs'] = 'beaverton,dallas,gresham,hillsboro,lake oswego,milwaukie,neskowin,oregon city,portland,salem,tigard,tualatin';
diallingCodes[2]['states'][40]['codes'][1] = new Array();
diallingCodes[2]['states'][40]['codes'][1]['code'] = '971';
diallingCodes[2]['states'][40]['codes'][1]['suburbs'] = 'astoria,bay city,beaver,cannon beach,cloverdale,garibaldi,jewell,knappa,nehalem,pacific city,rockaway,seaside,tillamook,warrenton';
diallingCodes[2]['states'][40]['codes'][2] = new Array();
diallingCodes[2]['states'][40]['codes'][2]['code'] = '541';
diallingCodes[2]['states'][40]['codes'][2]['suburbs'] = 'albany,ashland,bend,coos bay,corvallis,crater lake,eugene,florence,grants pass,hermiston,klamath falls,la grande,lebanon,lincoln city,medford,newport,ontario,pendleton,roseburg,springfield,the dalles,wolf creek';
diallingCodes[2]['states'][41] = new Array();
diallingCodes[2]['states'][41]['name'] = 'Pennsylvania';
diallingCodes[2]['states'][41]['codes'] = new Array();
diallingCodes[2]['states'][41]['codes'][0] = new Array();
diallingCodes[2]['states'][41]['codes'][0]['code'] = '215';
diallingCodes[2]['states'][41]['codes'][0]['suburbs'] = 'ambler,bristol,churchville,doylestown,hatboro,kulpsville,langhorne,new hope,philadelphia,quakertown,warrington,willow grove';
diallingCodes[2]['states'][41]['codes'][1] = new Array();
diallingCodes[2]['states'][41]['codes'][1]['code'] = '267';
diallingCodes[2]['states'][41]['codes'][1]['suburbs'] = 'ambler,bristol,churchville,doylestown,hatboro,kulpsville,langhorne,new hope,philadelphia,quakertown,warrington,willow grove';
diallingCodes[2]['states'][41]['codes'][2] = new Array();
diallingCodes[2]['states'][41]['codes'][2]['code'] = '412';
diallingCodes[2]['states'][41]['codes'][2]['suburbs'] = 'bethel park,carnegie,coraopolis,monroeville,pittsburgh,wilkinsburg';
diallingCodes[2]['states'][41]['codes'][3] = new Array();
diallingCodes[2]['states'][41]['codes'][3]['code'] = '878';
diallingCodes[2]['states'][41]['codes'][3]['suburbs'] = 'bethel park,carnegie,coraopolis,monroeville,pittsburgh,wilkinsburg,aliquippa,butler,connellsville,greenville,indiana,kittanning,latrobe,new castle,rochester,sharon,uniontown,washington';
diallingCodes[2]['states'][41]['codes'][4] = new Array();
diallingCodes[2]['states'][41]['codes'][4]['code'] = '570';
diallingCodes[2]['states'][41]['codes'][4]['suburbs'] = 'bloomsburg,hazleton,lewisburg,lock haven,milton,muncy,pittston,pottsville,scranton,selinsburg,stroudburg,sunbury,wilkes-barre,williamsport';
diallingCodes[2]['states'][41]['codes'][5] = new Array();
diallingCodes[2]['states'][41]['codes'][5]['code'] = '610';
diallingCodes[2]['states'][41]['codes'][5]['suburbs'] = 'allentown,ardmore,bala cynwyd,bethlehem,bryn mawr,chester,collegeville,conshohocken,easton,king of prussia,norristown,paoli,reading,wayne,west chester';
diallingCodes[2]['states'][41]['codes'][6] = new Array();
diallingCodes[2]['states'][41]['codes'][6]['code'] = '484';
diallingCodes[2]['states'][41]['codes'][6]['suburbs'] = 'allentown,ardmore,bala cynwyd,bethlehem,bryn mawr,chester,collegeville,conshohocken,easton,king of prussia,norristown,paoli,reading,wayne,west chester';
diallingCodes[2]['states'][41]['codes'][7] = new Array();
diallingCodes[2]['states'][41]['codes'][7]['code'] = '717';
diallingCodes[2]['states'][41]['codes'][7]['suburbs'] = 'camp hill,carlisle,chambersburg,gettysburg,harrisburg,lancaster,lebanon,lewistown,mechanicsburg,shippensburg,york';
diallingCodes[2]['states'][41]['codes'][8] = new Array();
diallingCodes[2]['states'][41]['codes'][8]['code'] = '724';
diallingCodes[2]['states'][41]['codes'][8]['suburbs'] = 'aliquippa,butler,connellsville,greenville,indiana,kittanning,latrobe,new castle,rochester,sharon,uniontown,washington';
diallingCodes[2]['states'][41]['codes'][9] = new Array();
diallingCodes[2]['states'][41]['codes'][9]['code'] = '878';
diallingCodes[2]['states'][41]['codes'][9]['suburbs'] = '';
diallingCodes[2]['states'][41]['codes'][10] = new Array();
diallingCodes[2]['states'][41]['codes'][10]['code'] = '814';
diallingCodes[2]['states'][41]['codes'][10]['suburbs'] = 'altoona,bedford,bellefonte,clarion,clearfield,erie,huntingdon,johnstown,meadville,oil city,punxsutawney,state college,warren';
diallingCodes[2]['states'][41]['codes'][11] = new Array();
diallingCodes[2]['states'][41]['codes'][11]['code'] = '878';
diallingCodes[2]['states'][41]['codes'][11]['suburbs'] = '';
diallingCodes[2]['states'][42] = new Array();
diallingCodes[2]['states'][42]['name'] = 'Puerto Rico';
diallingCodes[2]['states'][42]['codes'] = new Array();
diallingCodes[2]['states'][42]['codes'][0] = new Array();
diallingCodes[2]['states'][42]['codes'][0]['code'] = '787';
diallingCodes[2]['states'][42]['codes'][0]['suburbs'] = '';
diallingCodes[2]['states'][42]['codes'][1] = new Array();
diallingCodes[2]['states'][42]['codes'][1]['code'] = '939';
diallingCodes[2]['states'][42]['codes'][1]['suburbs'] = '';
diallingCodes[2]['states'][43] = new Array();
diallingCodes[2]['states'][43]['name'] = 'Rhode Island';
diallingCodes[2]['states'][43]['codes'] = new Array();
diallingCodes[2]['states'][43]['codes'][0] = new Array();
diallingCodes[2]['states'][43]['codes'][0]['code'] = '401';
diallingCodes[2]['states'][43]['codes'][0]['suburbs'] = '';
diallingCodes[2]['states'][44] = new Array();
diallingCodes[2]['states'][44]['name'] = 'South Carolina';
diallingCodes[2]['states'][44]['codes'] = new Array();
diallingCodes[2]['states'][44]['codes'][0] = new Array();
diallingCodes[2]['states'][44]['codes'][0]['code'] = '803';
diallingCodes[2]['states'][44]['codes'][0]['suburbs'] = 'aiken,atkins,batesburg,branchville,camden,chester,columbia,edgefield,estill,hampton,holly hill,kershaw,lancaster,lexington,lynchburg,manning,newberry,north augusta,orangeburg,rock hill,sumter,whitmire,york';
diallingCodes[2]['states'][44]['codes'][1] = new Array();
diallingCodes[2]['states'][44]['codes'][1]['code'] = '843';
diallingCodes[2]['states'][44]['codes'][1]['suburbs'] = 'beaufort,bethune,charleston,chesterfield,conway,darlington,florence,georgetown,harleysville,hartsville,hilton head island,lodge,mt. pleasant,myrtle beach,olanta,ridgeland,st. george,saint george,summerville,turbeville,walterboro';
diallingCodes[2]['states'][44]['codes'][2] = new Array();
diallingCodes[2]['states'][44]['codes'][2]['code'] = '864';
diallingCodes[2]['states'][44]['codes'][2]['suburbs'] = 'anderson,clemson,gaffney,greenville,greenwood,greer,laurens,saluda,seneca,spartanburg,union';
diallingCodes[2]['states'][45] = new Array();
diallingCodes[2]['states'][45]['name'] = 'South Dakota';
diallingCodes[2]['states'][45]['codes'] = new Array();
diallingCodes[2]['states'][45]['codes'][0] = new Array();
diallingCodes[2]['states'][45]['codes'][0]['code'] = '605';
diallingCodes[2]['states'][45]['codes'][0]['suburbs'] = '';
diallingCodes[2]['states'][46] = new Array();
diallingCodes[2]['states'][46]['name'] = 'Tennessee';
diallingCodes[2]['states'][46]['codes'] = new Array();
diallingCodes[2]['states'][46]['codes'][0] = new Array();
diallingCodes[2]['states'][46]['codes'][0]['code'] = '423';
diallingCodes[2]['states'][46]['codes'][0]['suburbs'] = 'athens,blountville,bluff city,bristol,bulls gap,charleston,chattanooga,cleveland,clinchport,coker creek,cumberland gap,dayton,deer lodge,englewood,etowah,fork ridge,greeneville,huntsville,jellico,johnson city,kingsport,la follette,madisonville,midway,morristown,new tazewell,newport,niota,oakdale,oneida,petros,pikeville,riceville,robbins,rogersville,sneedville,soddy daisy,sunbright,surgoinsville,sweetwater,tellico plains,vonore,wartburg,west sweetwater';
diallingCodes[2]['states'][46]['codes'][1] = new Array();
diallingCodes[2]['states'][46]['codes'][1]['code'] = '615';
diallingCodes[2]['states'][46]['codes'][1]['suburbs'] = 'carthage,dickson,gallatin,franklin,lafayette,lebanon,murfreesboro,nashville,portland,red boiling springs,smithville,springfield';
diallingCodes[2]['states'][46]['codes'][2] = new Array();
diallingCodes[2]['states'][46]['codes'][2]['code'] = '731';
diallingCodes[2]['states'][46]['codes'][2]['suburbs'] = 'bolivar,brownsville,dyersburg,henning,humboldt,jackson,lexington,mckenzie,martin,milan,paris,ripley,savannah,stanton,union city,whiteville; counties: benton,carroll,chester,crockett,decatur,dyer,gibson,hardeman,hardin,haywood,henderson,henry,lake,lauderdale,mcnairy,madison,obion,weakley';
diallingCodes[2]['states'][46]['codes'][3] = new Array();
diallingCodes[2]['states'][46]['codes'][3]['code'] = '865';
diallingCodes[2]['states'][46]['codes'][3]['suburbs'] = 'ball play,bean station,bent creek,chestnut hill,claxton,clinton,concord,dandridge,gatlinburg,greenback,halls cross roads,harriman,jefferson city,kingston,knoxville,lake city,lenoir city,loudon,maryville,mascot,maynardville,norris,oak ridge,oliver springs,powell,rockwood,rutledge,sevierville,sharps chapel,solway,tate springs,washburn,white pine,great smoky mountains n.p.';
diallingCodes[2]['states'][46]['codes'][4] = new Array();
diallingCodes[2]['states'][46]['codes'][4]['code'] = '901';
diallingCodes[2]['states'][46]['codes'][4]['suburbs'] = 'covington,memphis,somerville,west whiteville';
diallingCodes[2]['states'][46]['codes'][5] = new Array();
diallingCodes[2]['states'][46]['codes'][5]['code'] = '931';
diallingCodes[2]['states'][46]['codes'][5]['suburbs'] = 'celina,clarksville,columbia,cookeville,crossville,land between the lakes,mcewen,mcminnville,manchester,shelbyville,sparta';
diallingCodes[2]['states'][47] = new Array();
diallingCodes[2]['states'][47]['name'] = 'Texas';
diallingCodes[2]['states'][47]['codes'] = new Array();
diallingCodes[2]['states'][47]['codes'][0] = new Array();
diallingCodes[2]['states'][47]['codes'][0]['code'] = '210';
diallingCodes[2]['states'][47]['codes'][0]['suburbs'] = 'alamo heights,elmendorf,lackland afb,leon springs,san antonio,shavano park,universal city,wetmore';
diallingCodes[2]['states'][47]['codes'][1] = new Array();
diallingCodes[2]['states'][47]['codes'][1]['code'] = '214';
diallingCodes[2]['states'][47]['codes'][1]['suburbs'] = 'addison,allen,carrollton,celina,dallas,duncanville,ennis,farmers branch,frisco,garland,grand prairie,irving,italy,kaufman,lavon,lewisville,mckinney,mesquite,midlothian,plano,renner,richardson,seagoville,terrell,waxahatchie';
diallingCodes[2]['states'][47]['codes'][2] = new Array();
diallingCodes[2]['states'][47]['codes'][2]['code'] = '972';
diallingCodes[2]['states'][47]['codes'][2]['suburbs'] = '';
diallingCodes[2]['states'][47]['codes'][3] = new Array();
diallingCodes[2]['states'][47]['codes'][3]['code'] = '469';
diallingCodes[2]['states'][47]['codes'][3]['suburbs'] = '';
diallingCodes[2]['states'][47]['codes'][4] = new Array();
diallingCodes[2]['states'][47]['codes'][4]['code'] = '254';
diallingCodes[2]['states'][47]['codes'][4]['suburbs'] = 'breckenridge,cameron,cross plains,florence,glen rose,hamilton,hillsboro,killeen,marlin,mexia,sidney,stephenville,temple,waco';
diallingCodes[2]['states'][47]['codes'][5] = new Array();
diallingCodes[2]['states'][47]['codes'][5]['code'] = '281';
diallingCodes[2]['states'][47]['codes'][5]['suburbs'] = '';
diallingCodes[2]['states'][47]['codes'][6] = new Array();
diallingCodes[2]['states'][47]['codes'][6]['code'] = '325';
diallingCodes[2]['states'][47]['codes'][6]['suburbs'] = 'abilene,albany,baird,bend,big lake,big valley,brady,brownwood,coleman,colorado city,comanche,goldthwaite,junction,llano,mason,ozona,putnam,san angelo,san saba,snyder,stamford,sterling city,sweetwater';
diallingCodes[2]['states'][47]['codes'][7] = new Array();
diallingCodes[2]['states'][47]['codes'][7]['code'] = '361';
diallingCodes[2]['states'][47]['codes'][7]['suburbs'] = 'alice,beeville,charco,corpus christi,cuero,edna,flatonia,goliad,hebbronville,kingsville,palacios,port aransas,victoria,waelder,yoakum,yorktown';
diallingCodes[2]['states'][47]['codes'][8] = new Array();
diallingCodes[2]['states'][47]['codes'][8]['code'] = '409';
diallingCodes[2]['states'][47]['codes'][8]['suburbs'] = 'anahuac,beaumont,bronson,china,colmesneil,double bayou,galveston,hankamer,hemphill,hitchcock,jasper,kountze,la marque,lumberton,milam,nederland,nome,pineland,port arthur,port neches,santa fe,sour lake,texas city,wallisville,warren,westbury,wildwood,woodville';
diallingCodes[2]['states'][47]['codes'][9] = new Array();
diallingCodes[2]['states'][47]['codes'][9]['code'] = '430';
diallingCodes[2]['states'][47]['codes'][9]['suburbs'] = '';
diallingCodes[2]['states'][47]['codes'][10] = new Array();
diallingCodes[2]['states'][47]['codes'][10]['code'] = '432';
diallingCodes[2]['states'][47]['codes'][10]['suburbs'] = 'ackerly,alpine,andrews,big bend n.p.,big spring,comstock,east hobbs,ft. davis,fort davis,ft. stockton,fort stockton,garden city,iraan,kermit,langtry,marfa,midland,monahans,odessa,orla,pecos,presidio,rankin,sanderson,seminole,sheffield,terlingua,toyah,valentine,van horn';
diallingCodes[2]['states'][47]['codes'][11] = new Array();
diallingCodes[2]['states'][47]['codes'][11]['code'] = '469';
diallingCodes[2]['states'][47]['codes'][11]['suburbs'] = '';
diallingCodes[2]['states'][47]['codes'][12] = new Array();
diallingCodes[2]['states'][47]['codes'][12]['code'] = '512';
diallingCodes[2]['states'][47]['codes'][12]['suburbs'] = 'austin,bastrop,georgetown,jollyville,lampasas,lockhart,manchaca,pflugerville,rockdale,round rock,san marcos,smithville,webberville';
diallingCodes[2]['states'][47]['codes'][13] = new Array();
diallingCodes[2]['states'][47]['codes'][13]['code'] = '682';
diallingCodes[2]['states'][47]['codes'][13]['suburbs'] = '';
diallingCodes[2]['states'][47]['codes'][14] = new Array();
diallingCodes[2]['states'][47]['codes'][14]['code'] = '713';
diallingCodes[2]['states'][47]['codes'][14]['suburbs'] = '';
diallingCodes[2]['states'][47]['codes'][15] = new Array();
diallingCodes[2]['states'][47]['codes'][15]['code'] = '281';
diallingCodes[2]['states'][47]['codes'][15]['suburbs'] = 'aldine,alief,alvin,bammel,barker,baytown,channelview,cleveland,houston,humble,katy,kemah,league city,richmond,rosenberg,spring,sugar land,tomball';
diallingCodes[2]['states'][47]['codes'][16] = new Array();
diallingCodes[2]['states'][47]['codes'][16]['code'] = '832';
diallingCodes[2]['states'][47]['codes'][16]['suburbs'] = 'bellaire,houston,pasadena,southside place,west university place';
diallingCodes[2]['states'][47]['codes'][17] = new Array();
diallingCodes[2]['states'][47]['codes'][17]['code'] = '806';
diallingCodes[2]['states'][47]['codes'][17]['suburbs'] = 'amarillo,borger,bovina,dalhart,denver city,guthrie,hereford,jayton,lamesa,lubbock,memphis,paducah,pampa,plainview,post';
diallingCodes[2]['states'][47]['codes'][18] = new Array();
diallingCodes[2]['states'][47]['codes'][18]['code'] = '817';
diallingCodes[2]['states'][47]['codes'][18]['suburbs'] = 'arlington,cleburne,euless,fort worth,granbury,grapevine,north richland hills,rhome,roanoke,saginaw,weatherford';
diallingCodes[2]['states'][47]['codes'][19] = new Array();
diallingCodes[2]['states'][47]['codes'][19]['code'] = '682';
diallingCodes[2]['states'][47]['codes'][19]['suburbs'] = 'arlington,cleburne,euless,fort worth,granbury,grapevine,north richland hills,rhome,roanoke,saginaw,weatherford';
diallingCodes[2]['states'][47]['codes'][20] = new Array();
diallingCodes[2]['states'][47]['codes'][20]['code'] = '830';
diallingCodes[2]['states'][47]['codes'][20]['suburbs'] = 'boerne,carrizo springs,del rio,eagle pass,floresville,fredericksburg,gonzales,kenedy,kerrville,luling,marble falls,new braunfels,seguin,somerset; surrounds,but does not include,san antonio';
diallingCodes[2]['states'][47]['codes'][21] = new Array();
diallingCodes[2]['states'][47]['codes'][21]['code'] = '832';
diallingCodes[2]['states'][47]['codes'][21]['suburbs'] = '';
diallingCodes[2]['states'][47]['codes'][22] = new Array();
diallingCodes[2]['states'][47]['codes'][22]['code'] = '903';
diallingCodes[2]['states'][47]['codes'][22]['suburbs'] = 'athens,carthage,centerville,corsicana,denison,greenville,henderson,jacksonville,kilgore,longview,marshall,mt. pleasant,palestine,paris,rusk,sherman,texarkana,tyler';
diallingCodes[2]['states'][47]['codes'][23] = new Array();
diallingCodes[2]['states'][47]['codes'][23]['code'] = '430';
diallingCodes[2]['states'][47]['codes'][23]['suburbs'] = 'athens,carthage,centerville,corsicana,denison,greenville,henderson,jacksonville,kilgore,longview,marshall,mt. pleasant,palestine,paris,rusk,sherman,texarkana,tyler';
diallingCodes[2]['states'][47]['codes'][24] = new Array();
diallingCodes[2]['states'][47]['codes'][24]['code'] = '915';
diallingCodes[2]['states'][47]['codes'][24]['suburbs'] = 'el paso,fabens,guadalupe mountains n.p.,milehigh,sierra blanca';
diallingCodes[2]['states'][47]['codes'][25] = new Array();
diallingCodes[2]['states'][47]['codes'][25]['code'] = '936';
diallingCodes[2]['states'][47]['codes'][25]['suburbs'] = 'alto,anderson,austonio,batson,broaddus,center,chester,coldspring,conroe,corrigan,crockett,cushing,cut and shoot,dayton,devers,etoile,evergreen,garrison,goodrich,grapeland,hardin,hilltop lakes,hull,huntsville,iola,joaquin,liberty,livingston,lufkin,madisonville,montgomery,nacogdoches,navasota,normangee,north zulch,onalaska,plantersville,prairie view,raywood,reklaw,ruby,san augustine,saratoga,segno,shepherd,shiro,tenaha,timpson,waller,washington,willis,zavalla';
diallingCodes[2]['states'][47]['codes'][26] = new Array();
diallingCodes[2]['states'][47]['codes'][26]['code'] = '940';
diallingCodes[2]['states'][47]['codes'][26]['suburbs'] = 'aspermont,benjamin,childress,crowell,decatur,denton,gainesville,graham,haskell,mineral wells,wichita falls';
diallingCodes[2]['states'][47]['codes'][27] = new Array();
diallingCodes[2]['states'][47]['codes'][27]['code'] = '956';
diallingCodes[2]['states'][47]['codes'][27]['suburbs'] = 'alamo,brownsville,donna,edcouch,edinburg,el sauz,elsa,encinal,falcon,falcon heights,harlingen,la feria,la grulla,la joya,laredo,lopeno,los fresnos,mcallen,mercedes,mission,pharr,port isael,raymondville,rio grande city,rio hondo,roma,san benito,san isidro,san juan,san ygnacio,south padre island,sullivan city,weslaco,zapata';
diallingCodes[2]['states'][47]['codes'][28] = new Array();
diallingCodes[2]['states'][47]['codes'][28]['code'] = '979';
diallingCodes[2]['states'][47]['codes'][28]['suburbs'] = 'angleton,bay city,beasley,bellville,borden,brazoria,brenham,bryan/college station,caldwell,calvert,clute,damon,deanville,dime box,eagle lake,east bernard,el campo,franklin,freeport,garwood,giddings,hearne,hempstead,high hill,kurten,la grange,lake jackson,lexington,louise,markham,matagorda,moravia,needville,new ulm,northrup,plum,schulenburg,sealy,snook,tunis,wallis,weimar,west columbia,wharton';
diallingCodes[2]['states'][48] = new Array();
diallingCodes[2]['states'][48]['name'] = 'Utah';
diallingCodes[2]['states'][48]['codes'] = new Array();
diallingCodes[2]['states'][48]['codes'][0] = new Array();
diallingCodes[2]['states'][48]['codes'][0]['code'] = '435';
diallingCodes[2]['states'][48]['codes'][0]['suburbs'] = 'brigham city,cedar city,heber city,helper,logan,moab,nephi,park city,price,st. george,saint george,tooele,vernal';
diallingCodes[2]['states'][48]['codes'][1] = new Array();
diallingCodes[2]['states'][48]['codes'][1]['code'] = '435';
diallingCodes[2]['states'][48]['codes'][1]['suburbs'] = '';
diallingCodes[2]['states'][48]['codes'][2] = new Array();
diallingCodes[2]['states'][48]['codes'][2]['code'] = '801';
diallingCodes[2]['states'][48]['codes'][2]['suburbs'] = 'alta,holladay,kearns,magna,midvale,murray,salt lake city';
diallingCodes[2]['states'][48]['codes'][3] = new Array();
diallingCodes[2]['states'][48]['codes'][3]['code'] = '385';
diallingCodes[2]['states'][48]['codes'][3]['suburbs'] = 'bountiful,clearfield,farmington,kaysville,morgan,ogden,american fork,goshen,lehi,orem,payson,pleasant grove,provo,spanish fork,spanish fork canyon,springville';
diallingCodes[2]['states'][49] = new Array();
diallingCodes[2]['states'][49]['name'] = 'Vermont';
diallingCodes[2]['states'][49]['codes'] = new Array();
diallingCodes[2]['states'][49]['codes'][0] = new Array();
diallingCodes[2]['states'][49]['codes'][0]['code'] = '802';
diallingCodes[2]['states'][49]['codes'][0]['suburbs'] = '';
diallingCodes[2]['states'][50] = new Array();
diallingCodes[2]['states'][50]['name'] = 'Virgin Islands';
diallingCodes[2]['states'][50]['codes'] = new Array();
diallingCodes[2]['states'][50]['codes'][0] = new Array();
diallingCodes[2]['states'][50]['codes'][0]['code'] = '340';
diallingCodes[2]['states'][50]['codes'][0]['suburbs'] = '';
diallingCodes[2]['states'][51] = new Array();
diallingCodes[2]['states'][51]['name'] = 'Virginia';
diallingCodes[2]['states'][51]['codes'] = new Array();
diallingCodes[2]['states'][51]['codes'][0] = new Array();
diallingCodes[2]['states'][51]['codes'][0]['code'] = '276';
diallingCodes[2]['states'][51]['codes'][0]['suburbs'] = 'abingdon,austinville,axton,bassett,bland,bluefield,boissevain,bristol,collinsville,galax,hillsville,laurel fork,marion,martinsville,max meadows,meadows of dan,ridgeway,rocky gap,stuart,sylvatus,woolwine,wytheville';
diallingCodes[2]['states'][51]['codes'][1] = new Array();
diallingCodes[2]['states'][51]['codes'][1]['code'] = '434';
diallingCodes[2]['states'][51]['codes'][1]['suburbs'] = 'alberta,allwood,alta vista,amherst,appomattox,arvonia,bachelors hall,barnesville,beechwood,big island,blackridge,blackstone,boydton,brodnax,brookneal,buckingham,burkeville,capron,charlotte court house,charlottesville,chase city,chatham,clarksville,clover,concord,crewe,crozet,danville,dillwyn,drakes branch,emporia,eppes fork,farmville,fork union,gladstone,gladys,gretna,halifax,hampden-sydney,hurt,jarratt,kenbridge,keysville,la crosse,lawrenceville,lovingston,lynchburg,oronoco,palmyra,pamplin,piney river,prospect,renan,rustburg,sandy level,schuyler,scottsville,south boston,south brunswick,stanardsville,stony creek,sweet briar,turbeville,victoria,virgilina,volens,whitmell';
diallingCodes[2]['states'][51]['codes'][2] = new Array();
diallingCodes[2]['states'][51]['codes'][2]['code'] = '540';
diallingCodes[2]['states'][51]['codes'][2]['suburbs'] = 'brokenburg,calverton,catoctin,craigsville,criglersville,culpeper,dahlgren,elkton,fredericksburg,front royal,gordonsville,greenwood,grottoes,harrisonburg,hot springs,king george,louisa,mcclung,madison,middleburg,mineral,mount gilead,mountain grove,new hope,raphine,shenandoah,spotsylvania,stafford,stanley,staunton,the plains,warrenton,waynesboro,weyers cave,williamsville,winchester';
diallingCodes[2]['states'][51]['codes'][3] = new Array();
diallingCodes[2]['states'][51]['codes'][3]['code'] = '703';
diallingCodes[2]['states'][51]['codes'][3]['suburbs'] = 'alexandria,arlington,centreville,engleside,fairfax,falls church,herndon,leesburg,lorton,mclean,manassas,occoquan,vienna';
diallingCodes[2]['states'][51]['codes'][4] = new Array();
diallingCodes[2]['states'][51]['codes'][4]['code'] = '571';
diallingCodes[2]['states'][51]['codes'][4]['suburbs'] = 'alexandria,arlington,centreville,engleside,fairfax,falls church,herndon,leesburg,lorton,mclean,manassas,occoquan,vienna';
diallingCodes[2]['states'][51]['codes'][5] = new Array();
diallingCodes[2]['states'][51]['codes'][5]['code'] = '757';
diallingCodes[2]['states'][51]['codes'][5]['suburbs'] = 'chesapeake,chincoteague,courtland,great bridge,hampton,newport news,norfolk,portsmouth,suffolk,virginia beach,williamsburg,jamestown';
diallingCodes[2]['states'][51]['codes'][6] = new Array();
diallingCodes[2]['states'][51]['codes'][6]['code'] = '804';
diallingCodes[2]['states'][51]['codes'][6]['suburbs'] = 'amelia court house,ashland,beaverdam,bethia,bowling green,callao,cartersville,charles city,chester,colonial beach,cumberland,dawn,deltaville,dinwiddie,disputanta,doswell,enon,farnham,fife,gloucester,goochland,gum tree,hague,hanover,hayes,heathsville,hopewell,irvington,kilmarnock,king and queen,king william,lively,mckenney,manakin,mathews,mechanicsville,midlothian,montpelier,montross,old church,petersburg,port royal,powhatan,providence forge,reedville,richmond,rockville,sandston,tappahannock,varina,warsaw,waverly,west point';
diallingCodes[2]['states'][52] = new Array();
diallingCodes[2]['states'][52]['name'] = 'Washington';
diallingCodes[2]['states'][52]['codes'] = new Array();
diallingCodes[2]['states'][52]['codes'][0] = new Array();
diallingCodes[2]['states'][52]['codes'][0]['code'] = '206';
diallingCodes[2]['states'][52]['codes'][0]['suburbs'] = 'bainbridge isl.,mercer isl.,newhalem,sea-tac airport,seattle,vashon island';
diallingCodes[2]['states'][52]['codes'][1] = new Array();
diallingCodes[2]['states'][52]['codes'][1]['code'] = '253';
diallingCodes[2]['states'][52]['codes'][1]['suburbs'] = 'auburn,federal way,gig harbor,kent,puyallup,tacoma';
diallingCodes[2]['states'][52]['codes'][2] = new Array();
diallingCodes[2]['states'][52]['codes'][2]['code'] = '360';
diallingCodes[2]['states'][52]['codes'][2]['suburbs'] = 'aberdeen,bellingham,bremerton,camas,friday harbor,lacey,langley,longview,marysville,mount vernon,olympia,orchards,port angeles,port townsend,poulsbo,shelton,silverdale,vancouver,olympic np,mt. rainier';
diallingCodes[2]['states'][52]['codes'][3] = new Array();
diallingCodes[2]['states'][52]['codes'][3]['code'] = '425';
diallingCodes[2]['states'][52]['codes'][3]['suburbs'] = 'bellevue,bothell,everett,issaquah,kirkland,lynnwood,redmond,renton,silver lake,snoqualmie pass';
diallingCodes[2]['states'][52]['codes'][4] = new Array();
diallingCodes[2]['states'][52]['codes'][4]['code'] = '509';
diallingCodes[2]['states'][52]['codes'][4]['suburbs'] = 'easton,ellensburg,kennewick,pasco,pullman,richland,spokane,stevenson,walla walla,wenatchee,winthrop,yakima';
diallingCodes[2]['states'][52]['codes'][5] = new Array();
diallingCodes[2]['states'][52]['codes'][5]['code'] = '564';
diallingCodes[2]['states'][52]['codes'][5]['suburbs'] = '';
diallingCodes[2]['states'][53] = new Array();
diallingCodes[2]['states'][53]['name'] = 'West Virginia';
diallingCodes[2]['states'][53]['codes'] = new Array();
diallingCodes[2]['states'][53]['codes'][0] = new Array();
diallingCodes[2]['states'][53]['codes'][0]['code'] = '304';
diallingCodes[2]['states'][53]['codes'][0]['suburbs'] = '';
diallingCodes[2]['states'][54] = new Array();
diallingCodes[2]['states'][54]['name'] = 'Wisconsin';
diallingCodes[2]['states'][54]['codes'] = new Array();
diallingCodes[2]['states'][54]['codes'][0] = new Array();
diallingCodes[2]['states'][54]['codes'][0]['code'] = '262';
diallingCodes[2]['states'][54]['codes'][0]['suburbs'] = 'brookfield,burlington,delavan,elm grove,hartland,kenosha,lake geneva,menomonee falls,new berlin,racine,thiensville,waukesha,west bend,whitewater';
diallingCodes[2]['states'][54]['codes'][1] = new Array();
diallingCodes[2]['states'][54]['codes'][1]['code'] = '414';
diallingCodes[2]['states'][54]['codes'][1]['suburbs'] = 'brown deer,fox point,franklin,glendale,greenfield,milwaukee,muskego,oak creek,shorewood,wauwatosa,west allis,whitefish bay';
diallingCodes[2]['states'][54]['codes'][2] = new Array();
diallingCodes[2]['states'][54]['codes'][2]['code'] = '608';
diallingCodes[2]['states'][54]['codes'][2]['suburbs'] = 'alma,beloit,janesville,la crosse,madison,middleton,monroe,montello,platteville,portage,richland center,tomah,westfield';
diallingCodes[2]['states'][54]['codes'][3] = new Array();
diallingCodes[2]['states'][54]['codes'][3]['code'] = '715';
diallingCodes[2]['states'][54]['codes'][3]['suburbs'] = 'black river falls,clintonville,coloma,eau claire,elk mound,marinette,rhinelander,schofield,stevens point,superior,wausau,wisconsin rapids';
diallingCodes[2]['states'][54]['codes'][4] = new Array();
diallingCodes[2]['states'][54]['codes'][4]['code'] = '920';
diallingCodes[2]['states'][54]['codes'][4]['suburbs'] = 'appleton,berlin,cedar grove,columbus,de pere,fond du lac,fort atkinson,green bay,jefferson,manitowoc,neenah,new london,oconto,oneida,oshkosh,princeton,sheboygan,sturgeon bay,watertown';
diallingCodes[2]['states'][55] = new Array();
diallingCodes[2]['states'][55]['name'] = 'Wyoming';
diallingCodes[2]['states'][55]['codes'] = new Array();
diallingCodes[2]['states'][55]['codes'][0] = new Array();
diallingCodes[2]['states'][55]['codes'][0]['code'] = '307';
diallingCodes[2]['states'][55]['codes'][0]['suburbs'] = '';
var InternationalPhone = Base.extend(
{
thisName: "",
divName: "",
divElement: null,
countryClass: null,
stateClass: null,
suburbName: "",
suburbElement: null,
ccName: "",
ccElement: null,
acName: "",
acElement: null,
phName: "",
phElement: null,
coName: "",
coElement: null,
dropdowns: true,
constructor: function(thisName, divName, countryClass, stateClass, suburbName, countryCodeName, areaCodeName, phoneName, combinedName, useDropDown)
{
this.thisName = thisName;
this.divName = divName;
this.countryClass = countryClass;
this.stateClass = stateClass;
this.ccName = countryCodeName;
this.acName = areaCodeName;
this.phName = phoneName;
this.coName = combinedName;
if (document.getElementById(divName))
this.divElement = document.getElementById(divName);
if (suburbName && document.getElementById(suburbName))
this.suburbElement = document.getElementById(suburbName);
if (combinedName && document.getElementById(combinedName))
this.coElement = document.getElementById(combinedName);
if (useDropDown)
this.init();
else
this.initTextBoxes();
},
init: function()
{
this.dropdowns = true;
var newHtml = ''
newHtml += '
';
this.divElement.innerHTML = newHtml;
this.ccElement = document.getElementById('tmp_' + this.ccName);
this.acElement = document.getElementById('tmp_' + this.acName);
this.phElement = document.getElementById('tmp_' + this.phName);
// Populate the dropdowns
this.populateCountryCode(false);
this.populateAreaCode(false);
// Set the values
if (document.getElementById(this.ccName).value != '')
setSelectValue(this.ccElement, document.getElementById(this.ccName).value);
if (document.getElementById(this.acName).value != '')
setSelectValue(this.acElement, document.getElementById(this.acName).value);
if (document.getElementById(this.phName).value != '')
this.phElement.value = document.getElementById(this.phName).value;
document.getElementById(this.ccName).value = getSelectValue(this.ccElement);
document.getElementById(this.acName).value = getSelectValue(this.acElement);
// append the country and state's onChange
if (this.countryClass)
this.countryClass.evalString += this.thisName + '.populateCountryCode(true);' + this.thisName + '.populateAreaCode(true);';
if (this.stateClass)
this.stateClass.evalString += this.thisName + '.populateAreaCode(true);';
},
initTextBoxes: function()
{
this.dropdowns = false;
// Firstly, set up the div
if (this.divElement == null)
return false;
var newHtml = ''
newHtml += '';
this.divElement.innerHTML = newHtml;
this.ccElement = document.getElementById('tmp_' + this.ccName);
this.acElement = document.getElementById('tmp_' + this.acName);
this.phElement = document.getElementById('tmp_' + this.phName);
// Set the values
if (document.getElementById(this.ccName).value != '')
this.ccElement.value = document.getElementById(this.ccName).value;
if (document.getElementById(this.acName).value != '')
this.acElement.value = document.getElementById(this.acName).value;
if (document.getElementById(this.phName).value != '')
this.phElement.value = document.getElementById(this.phName).value;
},
changeCountryCode: function()
{
document.getElementById(this.ccName).value = getSelectValue(this.ccElement);
this.populateAreaCode(true);
this.setNumber();
},
changeAreaCode: function()
{
document.getElementById(this.acName).value = getSelectValue(this.acElement);
this.setNumber();
},
changePhoneNumber: function()
{
document.getElementById(this.phName).value = this.phElement.value;
this.setNumber();
},
changeTextCountryCode: function()
{
document.getElementById(this.ccName).value = this.ccElement.value;
this.setNumber();
},
changeTextAreaCode: function()
{
document.getElementById(this.acName).value = this.acElement.value;
this.setNumber();
},
setNumber: function()
{
if (this.coElement == null)
return false;
var newNumber = "";
newNumber += getSelectValue(this.ccElement);
newNumber += getSelectValue(this.acElement);
newNumber += this.phElement.value;
if (this.phElement.value != "" && this.coElement.value != newNumber)
{
if (confirm("We see that you're setting a different phone number to the restaurant's calling number. Click OK to apply the changes."))
this.coElement.value = newNumber;
}
},
populateCountryCode: function(updateRealValue)
{
if (!this.dropdowns)
return false;
if (this.countryClass)
var countryValue = this.countryClass.countryElement.value;
else
var countryValue = null;
var displayedValues = new Array();
var oldValue = getSelectValue(this.ccElement);
this.ccElement.options.length = 0;
for (var i = 0; i < countries.length; i++)
{
// if (countryValue == countries[i]['name'] || (oldValue == countries[i]['code'] && countryValue == ''))
if (countryValue == countries[i]['name'])
{
var countryOption = new Option(countries[i]['code'], countries[i]['code'], true, true);
this.ccElement.options[this.ccElement.options.length] = countryOption;
}
else if (countryValue == null)
{
var countryOption = new Option(countries[i]['code'], countries[i]['code'], false, false);
this.ccElement.options[this.ccElement.options.length] = countryOption;
}
displayedValues[displayedValues.length] = countries[i]['code'];
}
sortSelect(this.ccElement);
if (updateRealValue)
document.getElementById(this.ccName).value = getSelectValue(this.ccElement);
},
populateAreaCode: function(updateRealValue)
{
if (!this.dropdowns)
return false;
var countryCode = getSelectValue(this.ccElement);
if (this.stateClass)
var stateValue = this.stateClass.stateElement.value;
else
var stateValue = null;
if (this.countryClass)
var countryValue = this.countryClass.countryElement.value;
else
var countryValue = null;
if (this.suburbElement == null)
var suburbValue = '';
else
var suburbValue = this.suburbElement.value;
var displayedValues = new Array();
var foundCode = false;
if (diallingCodes && diallingCodes.length > 0)
{
var oldValue = getSelectValue(this.acElement);
this.acElement.options.length = 0;
for (var iii = 0; iii < diallingCodes.length; iii++)
{
var countryNode = diallingCodes[iii];
if (countryValue == countryNode.name || (countryValue == null && countryCode == countryNode.code))
{
for (var iv = 0; iv < countryNode.states.length; iv++)
{
stateNode = countryNode.states[iv];
if (stateValue == null || stateValue == stateNode.name)
{
for (var v = 0; v < stateNode.codes.length; v++)
{
var dialCode = stateNode.codes[v];
if (!array_search(displayedValues, dialCode.code, true, false))
{
if (!foundCode &&
(
(oldValue == dialCode.code) ||
(
suburbValue != null &&
suburbValue != '' &&
dialCode['suburbs'].indexOf(suburbValue) > -1
)
)
)
{
if (oldValue == dialCode.code)
foundCode = true;
var dialOption = new Option(dialCode.code, dialCode.code, true, true);
}
else
{
var dialOption = new Option(dialCode.code, dialCode.code, false, false);
}
this.acElement.options[this.acElement.options.length] = dialOption;
displayedValues[displayedValues.length] = dialCode.code;
}
}
}
}
}
}
sortSelect(this.acElement);
if (updateRealValue)
document.getElementById(this.acName).value = getSelectValue(this.acElement);
}
}
});
var InternationalState = Base.extend(
{
thisName: "",
divName: "",
divElement: null,
stateName: "",
stateElement: null,
countryClass: null,
evalString: "",
constructor: function(thisName, divName, stateName, countryClass)
{
this.thisName = thisName;
this.divName = divName;
this.stateName = stateName;
if (document.getElementById(divName))
this.divElement = document.getElementById(divName);
this.countryClass = countryClass;
this.init();
},
init: function()
{
var newHtml = '';
this.divElement.innerHTML = newHtml;
this.stateElement = document.getElementById('tmp_' + this.stateName);
// Populate the dropdown, without updating anything
this.populateState();
// Set the value
if (document.getElementById(this.stateName).value != '')
setSelectValue(this.stateElement, document.getElementById(this.stateName).value);
document.getElementById(this.stateName).value = getSelectValue(this.stateElement);
// append the country's onChange
this.countryClass.evalString += this.thisName + '.populateState();';
},
thisChange: function()
{
document.getElementById(this.stateName).value = getSelectValue(this.stateElement);
eval(this.evalString);
},
populateState: function()
{
var countryValue = this.countryClass.countryElement.value;
if (states && states[countryValue] && states[countryValue].length > 0)
{
var oldValue = getSelectValue(this.stateElement);
this.stateElement.options.length = 0;
var stateOption = new Option("", "", false, false);
this.stateElement.options[this.stateElement.options.length] = stateOption;
for (var i = 0; i < states[countryValue].length; i++)
{
if (oldValue == states[countryValue][i])
var stateOption = new Option(states[countryValue][i], states[countryValue][i], true, true);
else
var stateOption = new Option(states[countryValue][i], states[countryValue][i], false, false);
this.stateElement.options[this.stateElement.options.length] = stateOption;
}
}
}
});
var InternationalCountry = Base.extend(
{
thisName: "",
divName: "",
divElement: null,
countryName: "",
countryElement: null,
evalString: "",
constructor: function(thisName, divName, countryName)
{
this.thisName = thisName;
this.countryName = countryName;
if (document.getElementById(divName))
this.divElement = document.getElementById(divName);
this.init();
},
init: function()
{
var newHtml = '';
this.divElement.innerHTML = newHtml;
this.countryElement = document.getElementById('tmp_' + this.countryName);
// Populate the dropdown, without updating anything
this.populateCountry();
// Set the value
if (document.getElementById(this.countryName).value != '')
setSelectValue(this.countryElement, document.getElementById(this.countryName).value);
document.getElementById(this.countryName).value = getSelectValue(this.countryElement);
},
thisChange: function()
{
document.getElementById(this.countryName).value = getSelectValue(this.countryElement);
eval(this.evalString);
},
populateCountry: function()
{
if (countries && countries.length > 0)
{
var oldValue = getSelectValue(this.countryElement);
this.countryElement.options.length = 0;
var countryOption = new Option("Please Select", "", false, false);
this.countryElement.options[this.countryElement.options.length] = countryOption;
for (var i = 0; i < countries.length; i++)
{
if (oldValue == countries[i]['name'])
var countryOption = new Option(countries[i]['name'], countries[i]['name'], true, true);
else
var countryOption = new Option(countries[i]['name'], countries[i]['name'], false, false);
this.countryElement.options[this.countryElement.options.length] = countryOption;
}
}
}
});
function getSelectValue(selectElement)
{
if (selectElement.selectedIndex != -1)
return selectElement.options[selectElement.selectedIndex].value;
else
return "";
}
function setSelectValue(selectElement, selectValue)
{
for (var i = 0; i < selectElement.options.length; i++)
{
if (selectElement.options[i].value == selectValue)
{
selectElement.options[i].selected = true;
break;
}
}
}
function array_search(haystack, needle, strictSearch, partialMatch)
{
var myRegExp = /[^0-9A-Za-z]+/g;
if (!strictSearch)
needle = needle.toLowerCase().replace(myRegExp, '');
if (typeof haystack == 'object' && haystack.length > 0)
{
for (var i = 0; i < haystack.length; i++)
{
var testString = haystack[i];
if (!strictSearch)
testString = testString.toLowerCase().replace(myRegExp, '');
if (testString == needle || (partialMatch && testString.indexOf(needle) > -1))
return true;
}
}
return false;
}
function sortSelect(selectElement)
{
var arrTexts = new Array();
for (var i = 0; i < selectElement.length; i++)
{
arrTexts[i] = new Array(selectElement.options[i].value, selectElement.options[i].text, selectElement.options[i].selected);
}
arrTexts.sort(sortByFirstNumericElement);
for (var i = 0; i < selectElement.length; i++)
{
selectElement.options[i].value = arrTexts[i][0];
selectElement.options[i].text = arrTexts[i][1];
selectElement.options[i].selected = arrTexts[i][2];
}
}
function sortByFirstNumericElement(a, b)
{
return ((a[0] < b[0]) ? -1 : ((a[0] > b[0]) ? 1 : 0));
}