SQLite format 3@ XX.0: 1On~|~k{S|}y;zxyvwutSutrsqpohnFmlwkjchh2gfedwccqbaa`k__i^^^7]]-YUPOn1''Cviewview_variableview_variableCREATE VIEW view_variable AS SELECT tbl.name AS table_name, var.type AS type, var.name AS name, var.description AS description, var.comment AS comment FROM info_variable var INNER JOIN (SELECT * FROM info_table) tbl ON var.table_id = tbl.id WHERE SUBSTR(tbl.name, 1, 5) ='view_' ORDER BY tbl.name DESC, var.column_number ASC~0%%Cviewview_cabinetview_cabinetCREATE VIEW view_cabinet AS SELECT co.name_short AS country_name_short, co.name AS country_name, e.date AS election_date, ca.start_date AS start_date, ca.name AS cabinet_name, ca.caretaker AS caretaker, CASE WHEN cp.party_id IS NOT NULL THEN 1 ELSE 0 END AS cabinet_party, CASE WHEN cp.pm = 1 THEN 1 ELSE 0 END AS prime_minister, pc.seats AS seats, e.seats_total AS election_seats_total, p.name_short AS party_name_short, p.name AS party_name, p.name_english AS party_name_english, vpp.left_right AS left_right, ca.country_id AS country_id, e.id AS election_id, ca.id AS cabinet_id, ca.previous_cabinet_id AS previous_cabinet_id, pc.party_id AS party_id FROM cabinet ca INNER JOIN (SELECT * FROM viewcalc_parliament_composition WHERE cabinet_formation = 1) pc ON ca.id = pc.cabinet_id LEFT OUTER JOIN cabinet_party cp ON ca.id = cp.cabinet_id AND pc.party_id = cp.party_id LEFT OUTER JOIN election e ON ca.previous_parliament_election_id = e.id LEFT OUTER JOIN party p ON pc.party_id = p.id LEFT OUTER JOIN viewcalc_party_position AS vpp ON pc.party_id = vpp.party_id LEFT OUTER JOIN country co ON ca.country_id = co.id ORDER BY co.name_short, ca.start_date, p.name_short/''Kviewview_electionview_electionCREATE VIEW view_election AS SELECT c.name_short AS country_name_short, c.name AS country_name, ii.short AS election_type, e.date AS election_date, vote_share, seats, seats_total, p.name_short AS party_name_short, p.name AS party_name, p.name_english AS party_name_english, vpp.left_right AS left_right, e.country_id AS country_id, er.election_id AS election_id, e.previous_parliament_election_id AS previous_parliament_election_id, e.previous_cabinet_id AS previous_cabinet_id, er.party_id AS party_id FROM (SELECT * FROM election_result WHERE vote_share NOT NULL OR seats NOT NULL) er LEFT OUTER JOIN election e ON er.election_id = e.id LEFT OUTER JOIN party p ON er.party_id = p.id LEFT OUTER JOIN viewcalc_party_position AS vpp ON er.party_id = vpp.party_id LEFT OUTER JOIN country c ON e.country_id = c.id LEFT OUTER JOIN info_id ii ON e.type_id = ii.id ORDER BY c.name_short, e.date, er.seats DESC1.!!1viewview_partyview_partyCREATE VIEW view_party AS SELECT c.name_short AS country_name_short, c.name AS country_name, p.name_short AS party_name_short, p.name_english AS party_name_english, p.name AS party_name, p.name_ascii AS party_name_ascii, ii.short AS family_name_short, ii.name AS family_name, left_right, state_market, liberty_authority, eu_anti_pro, cmp, euprofiler, ees, castles_mair, huber_inglehart, ray, benoit_laver, chess, country_id, p.id AS party_id, family_id FROM party p LEFT OUTER JOIN info_id ii ON p.family_id = ii.id LEFT OUTER JOIN viewcalc_party_position vpp ON p.id = vpp.party_id LEFT OUTER JOIN (SELECT id, name, name_short FROM country) c -- avoid name conflict with party table ON p.country_id = c.id ORDER BY c.name_short, p.name_short,-UCMindexexternal_party_benoit_laver_19f707b2external_party_benoit_laver.CREATE INDEX "external_party_benoit_laver_19f707b2" ON "external_party_benoit_laver" ("Country")Y,-yindexinfo_id_2ffcd08cinfo_id-CREATE INDEX "info_id_2ffcd08c" ON "info_id" ("short")Y+-yindexinfo_id_3ba08ecainfo_id,CREATE INDEX "info_id_3ba08eca" ON "info_id" ("order")c*- indexinfo_id_67219af6info_id+CREATE INDEX "info_id_67219af6" ON "info_id" ("table_variable")p)7%indexparty_family_777d41c8party_family*CREATE INDEX "party_family_777d41c8" ON "party_family" ("type_id")o(5%indexparty_family_764fa81party_family)CREATE INDEX "party_family_764fa81" ON "party_family" ("party_id")'E5/indexexternal_party_chess_a9e7aeeexternal_party_chess(CREATE INDEX "external_party_chess_a9e7aee" ON "external_party_chess" ("country")*&SCKindexexternal_party_castles_mair_a9e7aeeexternal_party_castles_mair'CREATE INDEX "external_party_castles_mair_a9e7aee" ON "external_party_castles_mair" ("country")Z%55Wtablepolitician_presidentpolitician_president&CREATE TABLE politician_president("id", "country_id", "start_date", "end_date", "person_id", "person_id_source", "party_id", "data_source", "description", "comment")e$//ytableparty_name_changeparty_name_change%CREATE TABLE party_name_change("comment", "data_source", "name", "name_english", "party_change", "name_short", "party_id", "name_ascii", "date", "name_nonlatin", "id", "description")#%%etableparty_changeparty_change$CREATE TABLE party_change("comment", "data_source", "description", "party_id_new", "party_id", "date", "id")y"11tableexternal_party_eesexternal_party_ees#CREATE TABLE external_party_ees("id", "country", "name", "name_english")!11;tableexternal_party_rayexternal_party_ray"CREATE TABLE external_party_ray("natid", "nation", "partyid", "party", "ename", "name")a tableelectionelection!CREATE TABLE election("id", "type_id", "country_id", "date", "first_round_election_id", "early", "wikipedia", "seats_total", "electorate", "votes_cast", "votes_valid", "data_source", "description", "comment", "previous_parliament_election_id", "previous_ep_election_id", "previous_cabinet_id", "old_countryID", "old_parlID")utablecabinetcabinet CREATE TABLE cabinet("id", "country_id", "start_date", "name", "caretaker", "wikipedia", "data_source", "description", "comment", "previous_cabinet_id", "previous_parliament_election_id", "previous_ep_election_id", "old_countryID", "old_cabID")-''tableinfo_variableinfo_variableCREATE TABLE info_variable("id", "table_id", "column_number", "name", "type", "comment_entry", "incomplete", "description", "comment")11Otableexternal_party_cmpexternal_party_cmpCREATE TABLE external_party_cmp("id", "name_short", "name", "name_english", "comment", "country")''_tablecabinet_partycabinet_partyCREATE TABLE cabinet_party("id", "cabinet_id", "party_id", "pm", "data_source", "description", "comment")GG5tableexternal_commissioner_doeringexternal_commissioner_doeringCREATE TABLE external_commissioner_doering("comment", "commission_year", "elected", "portfolio", "id", "one_seat", "country_id", "commission_name", "incumbent", "person_id", "person_id_source", "start_date", "end_date", "score_position", "party_id", "president", "highest_position", "data_source", "government_party", "previous_cabinet_id")N{tablepartypartyCREATE TABLE party("id", "country_id", "family_id", "name_short", "name_english", "name", "name_ascii", "name_nonlatin", "wikipedia", "data_source", "description", "comment", "cmp", "euprofiler", "ees", "morgan", "castles_mair", "huber_inglehart", "ray", "benoit_laver", "chess", "old_countryID", "old_partyID")@++7tableelection_resultelection_resultCREATE TABLE election_result("id", "election_id", "party_id", "alliance_id", "seats", "vote_share", "votes", "data_source", "description", "comment")tablecountrycountryCREATE TABLE country("id", "name", "name_short", "oecd_accession_date", "eu_accession_date", "iso_numeric", "cmp", "euprofiler", "ees", "morgan", "castles_mair", "huber_inglehart", "ray", "chess", "benoit_laver", "public", "comment", "old_countryID")4CCotableviewcalc_country_year_shareviewcalc_country_year_shareCREATE TABLE `viewcalc_country_year_share` ( `id_type` TEXT, `year` INTEGER, `id` INTEGER, `share` REAL )KK5tableviewcalc_parliament_compositionviewcalc_parliament_compositionCREATE TABLE `viewcalc_parliament_composition` ( `election_id` INTEGER, `date` TEXT, `party_id` INTEGER, `seats` INTEGER, `cabinet_id` INTEGER, `cabinet_formation` INTEGER, `calculation_date` TEXT )NCC#tableviewcalc_election_parameterviewcalc_election_parameterCREATE TABLE `viewcalc_election_parameter` ( `election_id` INTEGER, `turnout` REAL, `enp_votes` REAL, `enp_seats` REAL, `disproportionality` REAL, `advantage_ratio` REAL, `polarization_vote` REAL, `polarization_seats` REAL, `calculation_date` TEXT )s;;}tableviewcalc_party_positionviewcalc_party_positionCREATE TABLE `viewcalc_party_position` ( `party_id` INTEGER, `left_right` REAL, `state_market` REAL, `liberty_authority` REAL, `eu_anti_pro` REAL, `calculation_date` TEXT )m55}tableexternal_country_isoexternal_country_isoCREATE TABLE external_country_iso ( id INTEGER, continent TEXT, region TEXT, country TEXT, capital TEXT, fips TEXT, iso2 TEXT, iso3 TEXT, isonumeric INTEGER, internet TEXT ) CC!tableexternal_party_benoit_laverexternal_party_benoit_laverCREATE TABLE "external_party_benoit_laver" ( "id" integer unsigned NOT NULL PRIMARY KEY, "Country" varchar(2) NOT NULL, "Party" varchar(100) NOT NULL, "PartyName" varchar(100) NOT NULL )UiCindexsqlite_autoindex_external_party_benoit_laver_1external_party_benoit_laverK%%[tablesqlite_stat1sqlite_stat1CREATE TABLE sqlite_stat1(tbl,idx,stat)n3tableinfo_idinfo_idCREATE TABLE "info_id" ( "id" integer NOT NULL PRIMARY KEY, "table_variable" varchar(100) NOT NULL, "order" integer unsigned NOT NULL, "short" varchar(10) NOT NULL, "name" varchar(50) NOT NULL, "description" text, "wikipedia" varchar(200), "old_id" integer unsigned, UNIQUE ("table_variable", "short") )-Aindexsqlite_autoindex_info_id_1info_ida %%tableparty_familyparty_familyCREATE TABLE "party_family" ( "id" integer NOT NULL PRIMARY KEY, "party_id" integer NOT NULL REFERENCES "party" ("id"), "type_id" integer NOT NULL REFERENCES "info_id" ("id") )e ??Ytableexternal_party_euprofilerexternal_party_euprofiler CREATE TABLE "external_party_euprofiler" ( "id" integer unsigned NOT NULL PRIMARY KEY, "country" integer unsigned NOT NULL, "name" varchar(250) NOT NULL )Q e?indexsqlite_autoindex_external_party_euprofiler_1external_party_euprofiler q !!-tableinfo_tableinfo_table CREATE TABLE "info_table" ( "id" integer NOT NULL PRIMARY KEY, "type" varchar(10), "name" varchar(100) NOT NULL UNIQUE, "data_source" varchar(200), "description" text, "comment" text )3 G!indexsqlite_autoindex_info_table_1info_table 8IIktableexternal_party_huber_inglehartexternal_party_huber_inglehartCREATE TABLE "external_party_huber_inglehart" ( "id" integer unsigned NOT NULL PRIMARY KEY, "country" varchar(3) NOT NULL, "name_english" varchar(100) NOT NULL, "name" varchar(100) NOT NULL, "name_short" varchar(10) NOT NULL, "left_right" real, "range_left" real, "range_right" real, "sd" real, "respondents" integer unsigned )[oIindexsqlite_autoindex_external_party_huber_inglehart_1external_party_huber_inglehart '55qtableexternal_party_chessexternal_party_chessCREATE TABLE "external_party_chess" ( "id" integer unsigned NOT NULL PRIMARY KEY, "country" integer unsigned NOT NULL, "name_short" varchar(10) NOT NULL, "name" varchar(100) NOT NULL, "name_english" varchar(100) NOT NULL )G[5indexsqlite_autoindex_external_party_chess_1external_party_chess"CCKtableexternal_party_castles_mairexternal_party_castles_mairCREATE TABLE "external_party_castles_mair" ( "id" integer unsigned NOT NULL PRIMARY KEY, "country" varchar(20) NOT NULL, "name" varchar(100) NOT NULL, "name_english" varchar(100) NOT NULL, "name_short" varchar(100) NOT NULL, "range_left" real, "range_right" real, "left_right" real, "respondents" integer unsigned )UiCindexsqlite_autoindex_external_party_castles_mair_1external_party_castles_mairr--tableinfo_data_sourceinfo_data_sourceCREATE TABLE "info_data_source" ( "id" integer NOT NULL PRIMARY KEY, "key" varchar(25) NOT NULL UNIQUE, "short" varchar(200) NOT NULL, "full" text NOT NULL, "url" varchar(200) )?S-indexsqlite_autoindex_info_data_source_1info_data_source0/v !tx{sjaXND81)~~~~~~~~~~~~~x~o~g~[~O~G~:~0~'~~~}}}}}}}}}}}}}}~}r}g}^}T}K}C};}1}%}}}}|||||||||||||||t|i|_|V|O|C|:|2|*||| |{{{{{{{{{{{x{n{f{[{N{B{8{/{'{{{zzzzzzzzzzzzzyznzdz[zQzDz7z*zzzyyyyyyyyyyyyyysykybyZyRyJyAy8y,y%yy yxxxxxxxxxxxxxyxoxexSx@x4x(xxx xwwwwwwwwwwwww~wswiw]wNwFw=w6w+w"wwwvvvvvvvvvvvvvv}vovgv`vTvHv=v3v&vv vuuuuuuuuuuuuuuzupucuZuPuEu;u/u&uuu uttttttttttttttx zeitysk yomiuri@ylel yb-sweV yb-nzl yb-norq yb-dnkU yb-autexnaws wilson wiese(wid=wvvk vs14 vrk"vow voltive& volby vlada verkvalt valgside valgval vaalitn urwinukeu3 tuiktom toer68~ tmisra$ tlse timesftila tearatcetcdtc tagbla taag-97 taag-89 swissK sw-in sva-85 suj-02suGsttJ stortingstarssr%sr% spectatorDsos sonntagsnlsna| skja sita senatsejm?seby sb-jpnrtegrpv rpfirose rokkan ro`rnzrnwSriksdagen riksdagN rferlC reviewi reutersA reg-seP reg-notref/ray-qinpsp prz-13pr[ polityka pol-hu pnbbaepkw8pica4phb_pc pav-03 parline parlgov7'parlamento-pt"%parlament-hu! papo pacn pa-84ovb'onb oepanzz> nzpa nzhe nz-parlnyt; nos-svs no-2010u no-2005 no-2001c mueller mue-rom mti-ecompm morganmmcmigmic}mimepmdimd mchalembl macr-90 macr-85 mackielt local loOlis lij-94 leta la-ta-79 kyodokvf koh-97knr knesset kiesraadB keesings: kato-08 kathjta jiji jacobsa izbori irtiirisY insse!indridasonidea ibz, hug-86 hug-77 hug-68 huberhp hoyland0 hopkinz hoe-99 ho-86&hix2his hina hcl-rp hagstofa gud97gu glob gall-91 gall-11 gall-09 ga-mi-05 frpo fragov folketing flora-83faz!euprofiler+ euobs essexesFerrjerakonnad ereppZepl epe-rpepemw elta elpaisy elklitw elec-irlejpreieegeesWeed{eduecm ec-nzecp dw-05'dwdsdx dr-08(drdpadoi. doering doe-13 dnse#dn djdhbt] dereddp da-08 cymail cy-govdcvk#ctkI craig)cr7kcpL corriere\ conradHcne!cmp clea-11cikT chr-08 chisols ches cevipol6 ceoccec cdep cbs-isrcbsb castles camerabwlbuv bugabtabpfboix-2013boebnsbmibka berg-93 berg-19 benoit belga bef-7Xbec$ be-70 bbe-21 bbcmbbc<bbR barber bafs aufoasuboasnaslark1 archivio aph-11aph^ ape-dbapaapM ansaanav alth ageu agerafpEaecQaaph was8~~~u~4}}}N|||~|-{{{_{ zz[z!yyy{y;yxxkx'www`wvv]vuuu>ttt]t&ssslsrrrRrqqqSqppip?p ooooSonnn[nmmm[mllvlQ O UNLDReformatische Politieke FederatieRPF @"ffffff 3P G TNLDGereformeerd Politiek VerbondGPV KO [SNLDVolkspartij voor Vrijheid en DemokratieLiberalVVD@ ZN CCRNLDChristen-Democratisch AppelChristian Democratic AppealCDA@@ @M )'QNLDDemocraten '66Democrats '66D'66@ @ 8L 5PNLDPartij van de ArbeidLabourPvdA@ MK A;ONLDPolitieke Partij RadikalenRadical Political PartyPPR? :J 7NNLDCommunistische PartijCommunistCPN?陙 XI Q3MNLDPacifistisch Socialistische PartijPacifist SocialistsPSP??333333 5H / ITAMovimento SocialeMSI@ @"333333 4G -ITAPartito LiberaleLiberalPLI@ IF 51ITADemocrazia CristianaChristian DemocratDC@@ FE ?+ITAPartito SocialdemocraticoSocial DemocratPSDI@ ;D 5!ITAPartito RepubblicanoRepublicanPRI@333333 ?C 1ITAPartito SocialistaSocialistPSI@@ 9B - ITAPartito RadicaleRadicalPR@ @ffffff =A / ITAPartito ComunistaCommunistPCI@? 7@ C  ITAPartito di Unita ProletariaPdUP?333333 /? 7  ITADemocrazia ProletariaDP? %>  IRLFine GaelFG@333333'= # IRLFianna FaitFF@3333330< % IRLLabour PartyLAB@ffffff@ (; '  IRLWorkers PartyWP?E: =-&DEUChristlich Soziale UnionChristian SocialCSU @ T9 I1%DEUChristlich Demokratische UnionChristian DemocratCDU@ ffffff@ K8 A'$DEUFreie Demokratische ParteiFree DemocratFDP@@ffffff M7 A+#DEUSozialdemokratische ParteiSocial DemocratSPD@@ ffffff +6 !"DEUDie GrunenGreensG@ffffff A5 7!DEUKommunistische ParteiCommunistDKP@?ffffff >4 A FRAParti des Forces NouvellesPFN@# @#13 ) FRAFront NationalFN@# @#P2 c FRACentre National des Independants et PaysansCNIP@! @!333333D1 M FRARassemblement pour la RepubliqueRPR@!@ ffffffM0 Q FRAUnion pour la Democratie FrancaiseUDF@@333333@ffffffC/ 1'FRARadicaux de GaucheLeft RadicalsMRG@ @ffffff<. !FRAEcologisteEcologistE@@@ 5- -FRAParti SocialisteSocialistPS@5, - FRAParti CommunisteCommunistPCF?ffffffJ+ 51`FINKansallinen KokoomusNational CoalitionKOK@ffffff@G* A-_FINSuomen Kristillinen LiittoChristian LeagueSKL@333333J) ?'^FINRuotsalainen KansanpuolueSwedish PartyRKP@333333@ffffff?( ;#]FINSuomen Maaseuden PuolueRural PartySMP@333333C' ?'\FINLiberaalinen KansanpuolueLiberal PartyLKP@ffffff?& )%[FINKeskustapuolueCentre PartyKESK@@V% S+ZFINSuomen Sosialidemokraattinen PuolueSocial DemocratSDP@@ y$ SoYFINSuomen Kansan Demokraattinen PuoluePeople's Democratic League -- includes CommunistsSKDL??=# 1)DNKFremskridtspartietProgress PartyFRP @!ffffffG" ;'DNKKonservative FolkepartiConservativesKF@@3333339! -DNKVenstreAgrarian LiberalV@@J 7/DNKKristeligt FolkepartiChristian PeoplesKRF@@> 3+DNKCentrumdemokraterneCentre DemocratCD@B -+DNKRadikale VenstreRadical LiberalRV@@333333J /+DNKSocialdemokratietSocial DemocratSD@@@ffffffJ ;/DNKSocialistisk FolkepartiSocialist PeoplesSF@?ffffff6 3+ DNKKommunistiske PartiCommunist PartyDKP> 7)DNKVenstre SocialisterneLeft SocialistVS?陙7 3 CANSocial Credit PartyPCS@@333333A I CANProgressive Conservative PartyPC@@( ' CANLiberal PartyL@3333338 5 CANNew Democratic PartyNDP@@ . # 9BELVlaams BlokVB@# @#} 3 8BELRespect voor Arbeid en Democratie/Union pour la Democratie et le Respect du TravailRAD/UDRT@! @"ffffffS S%7BELPartij voor Vrijheid en VooruitgangLiberals - FPVV@@333333I ?%6BELParti Reformateur LiberalLiberals - WPRL@@ffffff,  5BELVolksunieVU@!@333333S 7A4BELParti Social ChretienChristian-Social Party - WPSC@@333333O =A3BELChristelijke VolkspartijChristian Social Party - FCVP@333333G S 2BELFront Democratique des FrancophonesFDF@@ffffff1 !!1BELAgalev/ECOEcologistsA/E@R 730BELSocialistische PartijSocialist Party - FSP@@ @333333> 5 /BELRassemblement WallonRW?@ @F -3.BELParti SocialisteSocialist Party - WPS@@\ Y+ -BELParti Communiste/Kommunistische PartijCommunist PartyPCB/KPB@?ffffff? 5 AUTFreiheitliche ParteiFPO@@@333333= #)AUTVolksparteiPeople's PartyOVP@@333333A 7+AUTSozialistische ParteiSocialist PartySPO@? 7+ AUTKommunistische ParteiCommunist PartyKPO?9 9 hAUSNational Country PartyNCP@@333333) ' gAUSLiberal PartyLPA@/ 5 fAUSAustralian DemocratsAD@333333/ % eAUSLabour PartyALP@@ w|yrkd]VOHA:3,% ~~~~~~~~~~~~~~~~~~~}~v~o~h~a~Z~S~L~E~>~7~0~)~"~~~ ~}}}}}}}}}}}}}}}}}}}}z}s}l}e}^}W}P}I}B};}4}-}&}}}} }|||||||||wvGuFtEsDrCqBpAonmlkjihgfedc~b}a|`{_z^y]\[ZYXWVUTSVRUQTPSORNQMPLOKNJMIHGFEDCBA@?>=<;&:%9$8#7"6!543210/.-,`+_*^)](\'[&Z%Y$#"! 987654321 0 / . - hgf e D,CX@~~W}}[}||p||{{{{?{zzz^z"yyyky5yxxxbxwwwHw"v\v uuu[ttft9ssss/srrrMrqqqtqGqppppFooooHonnn`n>>f>(==}=N=<<\;;::0999@888l838 777h66|55x5444_47333g322i111m1000A////k/.....y.<.----|-^-8- ,,,,o,C)D G$BDPConservative Democratic Party&C 9$CSP/PCSChristian Social PartyB '$LdTTicino League)A# 7$PdA/PST-POPSwiss Party of Labour(@ =$EDU/UDFFederal Democratic Union*? A$EVP/PEVEvangelical People's Party#> 3$GLP/PVLGreen Liberal Party= #$GPS/PESGreen Party,< E$CVP/PVCChristian Dem People's Party; %$FDP/PLRThe Liberals': ;$SPS/PSSSocial Democratic Party$9 5$SVP/UDCSwiss People's Party8' #VVenstreLiberal Party:75A #KrFKristelig FolkepartiChristian Democratic Party$6'% #SpSenterpartietCentre Party85?5 #SVSosialistisk VenstrepartiSocialist Left Party!41 #HHoyreConservative Party,31) #FrPFremskrittspartietProgress Party:2=9 #DNADet norske ArbeiderpartiNorwegian Labour Party?1A? N"BDPBaris ve Demokrasi PartisiPeace and Democracy Party 0!# M"GPGenc PartiYouth Party+/)/ L"DYPDemokrat PartiDemocratic Party@.AA K"MHPMilliyetci Hareket PartisiNationalist Movement Party=-=? J"CHPCumhuriyet Halk PartisiaRepublican People's PartyC,AG I"AKPAdalet ve Kalkinma PartisiJustice and Development PartyJ+SA 'SDAHStranka demokratske akcije HrvatskeParty of Action of CroatiaV*WU &SDSSSamostalna demokratska srpska StrankaIndependent Democratic Serbian Party:)9= %HSPHrvatska stranka pravaCroatian Party of RightsF(IE $HSUHrvatska stranka umirovljenikaCroatian Party Of Pensionerss'ou #HDSSBHrvatski demokratski sabor Slavonije i BaranjeCroatian Democratic Assebly of Slavonija and BaranjaE&AC "IDS-DDIIstarski demokratski saborIstrian Democratic Assemblyb%ea !HNSHrvatska narodna stranka-Liberalni DemokratiCroatian People's Party- Liberal DemocratsN$UG HSLSHrvatska socijalno liberalna strankaCroatian Social Liberal Party;#?9 HSSHrvatska Seljacka strankaCroatian Peasant PartyI"QC SDPSocialdemokratska partija HrvatskeSocial Dem Party of CroatiaC!I? HZDHrvatska demokratska zajednicaCroatian Democratic Union% 1 ^ZaresZaresZares ヨ For Real+/+ ]ASAktivna SlovenijaActive Slovenia?=C \SMSStranka Mladih SlovenijeParty of the Slovenia Youth@E= [SNSSlovenska nacionalna strankaSlovenian National Partycca ZDeSUSDemokratična stranka upokojencev SlovenijeDemocratic Party of Pensioners of SloveniaZ_W YNSINova Slovenija-Kršcanska ljudska strankaNew Slovenia-Christian People's Party#%- XSLS-SKD; SLSSLS-SKD Slovenska Ljudska Stranka; Slovenska ljudska strankaSlovenian People's Party-Slovenian Christian Democrats; Slovenian People's PartyPUK WZLSDZdružena lista socialnih demokratovUnited List of Social Democrats VSDSS; SDSSocialdemokratska stranka Slovenije; Slovenska demokratska strankaSocial Democratic Party of Slovenia; Slovenian Democratic PartyGIG ULDSLiberalna demoracija SlovenijeLiberal Democracy of Slovenia MostMost-HidMost-Hid659 SaSSloboda a SolidaritaFreedom and Solidarity%-! SFSlobodné fórumFree Forum659 HZDHnutie za demokraciuMovement for Democracy<C7 SNSSlovenská národná stranaSlovak National PartyJQC PSNSPravá Slovenská národná stranaRight Slovak National PartyEIC KSSKomunistická strana SlovenskaCommunist Party of Slovakia>=A ANOAliancia Nového ObčanaAlliance for a New CitizenHKG KDHKresťanskodemokratické hnutieChristian Democratic Movementa wM SMKStrana madarskej koalície- Magyar Koalíció PártjaParty of the Hungarian Coalitiono sk SmerStrana Smer-Tretia Cesta; Smer-sociálna demorkaciaDirection-Third Way; Direction-Social Democracyb 'gG SDKU; SDKU-DSSlovenská demokratická a krestanská unia; Slovenská demokratická a krestanská unia-Demokratická stranaSlovak Democratic and Christian Union; Slovak Democratic and Christian Union-Democratic Partyp ko LS-HZDSLudová strana-Hnutie za demokraticé SlovenskoPeople's Party-Movement for a Democratic Slovakia^ cY FDGRForumul Democrat al Germanilor din RomâniaDemocratic Forum of Germans of RomaniaRIS CDR 2000Convenţia Democrată RomânăRomanian Democratic Convention 2000[_W UDMRUniunea Democrată Maghiară din RomâniaHungarian Democratic Union of Romania<A9 PNLPartidul Naţional LiberalNational Liberal Party,/- PDPartidul DemocratDemocratic Party899 PRMPartidul România MareParty of Great Romaniamqc PUR; PCPartidul Umanist din Romania; Partidul ConservatorRomanian Humanist Party; Conservative Party;=; PSDPartidul Social DemocratSocial Democratic Party4?- 4SDStronnictwo DemokratyczneDemocratic party>;A 3SDPLSocjaldemokracja PolskaSocial Democracy of Poland/5- 1PDPartia DemokratycznaDemocratic Partyl~gq 0AWSPKoalicja Akcja Wyborcza Solidarność PrawicyCoalition Electoral Action Solidarity of the Right9}5? /LPRLiga Polskich RodzinLeague of Polish Families;|A7 .PSLPolskie Stronnictwo LudowePolish People's Party9{=7 -PiSPrawo i SprawiedliwośćLaw and Justice Party:z'S ,SSamoobrona RPSelf Defense of the Polish Republic.y7) +POPlatforma ObywatelskaCivic Platform$x!+ *UPUnia PracyUnion of LabourCwEC )SLDSojusz Lewicy DemokratycznejAlliance of Democratic Left'v)# FRONTFronto PartijaFront PartyauWk LRLSLietuvos Respublikos Liberalu sajudisLiberals Movement of the Republic Of LithuaniaJtAU TPPTautos prisikelimo partijaSocial Democratic Party of Lithuania$s'% DPDarbo partijaLabour Party1r7/ LDTvarka ir teisingumasOrder and Justice]qkO MKDSModerniųjų krikščionių demokratų sąjungaModern Christian-Democratic Union}pi JL-PKSLietuviu Nacionaline Partija-"Jaunoji Lietuva"Young Lithuania-New Nationalists and Political Prisoner's Union>oA= LLSLietuvos laisvės sąjungaLithuanian Freedom UnionPnKU LLRALietuvos lenkų rinkimų akcijaElection Action of Lithuania's PolesHmOC NKSNuosaikiuju konservatoriu sajungaModerate Conservative UnioneI5 NDPNaujosios demokratijos partijaNew Democratic PartyRdOU LSDPLietuvos socialdemokratų partijaSocial Democratic Party of Lithuaniac lVVienotibaUnity7b97 kZRPZatlera Reform PartijaZatler's Reform Party(a+) jSCSaskanas CentrsHarmony Centref`qY hLSDSPLatvijas Sociāldemokrātiskā Strādnieku PartijaLatvian Social Democratic Labour Party%_)% gLCLatvijas CelšLatvia's WayF^EA fTB-LNNKTēvzemei un Brīvībai/LNNKFor Fatherland and FreedomC]EC eZZSZaļo un Zemnieku SavienībaUnion of Greens and Farmers6\95 dLPPLatvijas Pirma PartijaLativa's First Party'[)) cTPTautas PartijaPeople's PartyXZ_O bPCTVLPar Cilvēka Tiesībām Vienotā LatvijāFor Human Rights in United Latvia&Y)' aJLJaunais LaikasNew Era Party:X7? LMPLehet Maz a Politika!Politics Can Be DifferentKWKG JOBBIKJobbik Magyarorszagert MozgalomMovement for a Better HungaryNVIS KDNPKereszténydemokrata NéppártChristian Democratic People's Party#U%% CPCentrumpártCentre PartyNTOM MIEPMagyar Igazság és Élet PártjaHungarian Justice and Life PartyGSKA SzDSzSzabad Demokraták SzövetségeAlliance of Free Democrats=R;AMDFMagyar Demokrata FórumHungarian Democratic ForumOQQEFidesz-MFidesz-Magyar Polgári SzövetségFidesz-Hungarian Civic Union>P=?MSzPMagyar Szocialista PártHungarian Socialist Party5OA+EERErakond Eestimaa RohelisedEstonian Greens5N1;ERLEestimaa RahvaliitEstonian People's UnionVVVeci VerejnePublic AffairsG=TOP09Top09Top 09)F#%<NezavisliNezávislíIndependents&E-#;SZStrana zelenýchGreen PartytD_:SNK-EDSdružení nezávislých kandidátu - Evropští demokratéUnion of Independents- European DemocratsNCOI9US-DEUUnie Svobody–Demokratická unieFreedom Union-Democratic UnionB{8KDU-CSLKrestanská demokratická unie-Ceskoslovenská strana lidováChristian Democratic Union- Czechoslovak People's PartyUAQY7KSCMKomunistická strana Cech a MoravyCommunist Party of Bohemia and Moravia@@I96ODSObcanská Demokratická StranaCivic Democratic PartyO?WG5CSSDCeská strana sociálne demokratickáCzech Social Democratic PartyE>ICRZSRed, zakonnost i spravedlivostOrder, Lawfullness, Justice=LLiderLiderg<ggGERBGrazhdani za evropeysko razvitie na BalgariyaCitizens for European Development of Bulgaria=;?=BNSBălgarski Naroden SăjuzBulgarian People's UnionH:GKDSBDemokrati za Silna BălgarijaDemocrats for a Strong Bulgaria<9C7NOANacionalno Obedinenie AtakaNational Union Attack3833KSIIKoalicija Simeon IICoalition Simeon II275+G-VMRODviženie GergiovdenGergiovden-VMROH6EMDPSDviženie za Prava i SvobodiMovement for Rights and Freedoms95;9KzBKoalicija za BălgarijaCoalition for Bulgaria?4C=ODSObedineni Demokraticni SiliUnited Democratic ForcesI3OCNDSVNacionalno Dviženie Simeon VtoriNational Movement Simeon II&2%%KPIRATPiratpartietPirate Party.13-JSDSverigedemokraternaSweden Deomcrats0!IJLJunilistanJune List%/%'HNyDNy DemokratiNew Democracy@.;IGMPMiljoepartiet de GroenaEnvironmental Party the Greens/-/3FKDKristdemokraternaChristian-Democrats#,#)EMModeraternaModerate Party8+;9DFPFolkpartiet liberalernaLiberal People's Party#*'%CCCenterpartietCenter PartyM)QKBSAPArbetarpartiet- SocialdemokraternaWorker's Party-Social Democrats#(+!AVVänsterpartietLeft PartyC'Y-KIPUKirjava "puolue" - Elonkehän puolestaEcological Party&&)%REMRemonttiryhmäReform GroupA%E?EKAEläkeläiset Kansan AsiallaPensioners for the Peoplem$oeSKL; KDSuomen Kristillinen Liitto; KristillisdemokraatitFinish Christian League; Christian Democrats+#1%VIHRVihreät De GrönaGreen LeagueT"i9~RKP/SFPRuotsalainen kansanpuolue/ Svenska folkpartietSwedish People's Party.!!/!}True FinnsPersussuomalaisetTrue Finns) -'|VASVasemmistoliittoLeft Alliance0+5{KESKSuomen KeskustaFinnish Center Party85=zKOKKansallinen KokoomusNational Coalition PartyJEQySDPSuomen SosialidemokraattinenSocial Democratic Party of FinlandBC= MARTINListe Dr. Hans-Peter MartinHans-Peter Martin's ListKEQ BZÖBündnis Zukunft ÖsterreichAlliance for the Future of Austria(+' LIFLiberales ForumLiberal Forum2#= GrüneDie GrünenThe Austrian Green PartyFO= FPÖFreiheitliche Partei ÖsterreichsFreedom Party of Austria@E; ÖVPÖsterreichische VolksparteiAustrian People's PartyV[Q SPÖSozialdemokratische Partei ÖsterreichsSocial Democratic Party of Austria%/ BEBloco de EsquerdaLeft Blocwwq PPD/PSDPartido Popular Democrático/Partido Social DemocrataDemocratic People's Party/ Social Democratic Party,1+ PSPartido SocialistaSocialist Partyjgg CDS/PP,Centro Democrático e Social/ Partido PopularDemocratic and Social Center/People's  PartyLQI CDUColigação Democrática UnitáriaUnitarian Democratic Coalition899U BNPBritish National PartyBritish National PartyOOOT UKIPUnited Kingdom Independence PartyUnited Kingdom Independence Party%##S GreensGreen PartyGreen Party' #)R PlaidPlaid CymruParty of Wales: ;;Q SNPScottish National PartyScottish National Party@ ==P LibDemsLiberal Democratic PartyLiberal Democratic Party$ %%N LabLabour PartyLabour Party1 11M ConsConservative PartyConservative PartyDM= SGPSttatkundig Gereformeerde PartijReformed Political Party777 PvdDPartij voor de DierenParty for the Animals4;/ PVVPartij voor de VrijheidParty for Freedom''+ CUChristen UnieChristian Union.// LPFLijst Pim FortuynLijst Pim Fortuyn/7+ SPSocialistische PartijSocialist Party-1- CDCentrum DemocratenCenter DemocratsQSQ RPFReformatorische Politieke FederatieReformational Political FederationBG? GPVGereformeerd Politiek VerbondReformed Political LeagueDM= SGPStaatkundig Gereformeerde PartijPolitical Reformed Party ~#! GLGroen LinksGreen Left%}'% D66Democraten 66Democrats 66[|[] VVDVolkspartij voor Vrijheid en DemokratiePeople's Party for Freedom and Democracy-{5% PvdAPartij van de ArbeidLabour PartyBzCC CDAChristen-Democratisch AppelChristian Democratic Appeal.y5+JSDSinistra DemocraticaDemocratic Left@xG;IPCIPartito dei Comunisti ItalianItalian Communist Party=wA;HMpAMovimento per le AutonomieMovement for Autonomies>vC;GPSIPartito Socialista ItalianoItalian Socialist Party-u1-FSLSinistra e LibertaLeft and Freedom.t3-EPDPartido DemocraticoDemocratic PartyFsICDPdCIPartito dei Comunisti ItalianiParty of Italian CommunistsIrOCCNPSINuovo Partito Socialista ItalianoNew Italian Socialist PartyFqIE@MREMovimento Repubblicani EuropeiEuropean Republican Movement2p9/>PPPartito dei PensionatiPensioners' Party)o)'=UDEURPopolari-UDEURPopular-UDEUR6nC+<IdVDi Pietro-Italia dei ValoriItaly of Values@m;G;SVPSüdtiroler VolksparteiSouth Tyrolean People's Party!l#!:SEGPatto SegniSegni Pact9k7?9RIRinnovamento ItalianoItalian Renewal-Dini List9j998PsDAPartito Sardo d'AzioneSardinian Action Party:i?77PPIPartito Popolare ItalianoItalian Popular PartyQhE]6PdUPPartito di Unità ProletariaParty of Proletarian Unity for CommunismKgQI5MSMovimento Sociale Fiamma TricoloreTricolor Flame Social Movement"f%#4LBLista BoninoBonino Listresk3DEM; DLI Democratici; Democrazia è Libertà-La MargheritaThe Democrats; Democracy is Freedom—The DaisyAdCA2CDUCristiani Democratici UnitiUnited Christian Democrats0c1-1CU/UDUnione DemocraticaDemocratic Union$b%'/FIForza ItaliaForward Italy1aA.CCD; UDCCentro Cristiano Democratico; Unione dei Democratici Cristiani e die Democratici di CentroChristian Democratic Center; Union of Christian and Center Democrats-`/--RADRadicali ItalianiItalian Radicals#_++LNLega NordNorthern League7^75(VerdiFederazione dei VerdiFederation of Greens]'PSDI; SDIPartito Socialista Democratico Italiano; Socialisti Democratici ItalianiItalian Democratic Socialist Party; Italian Democratic SocialistsA\G=&PRIPartito Repubblicano ItalianoItalian Republican Party.[1/%ANAlleanza NazionaleNational Alliance=Z9E#RCRifondazione ComunistaCommunist Refoundation PartyYs"PDS; DSPartito Democratico della Sinistra; Democratici di SinistraDemocratic Party of the Left; Democrats of the Left)X++SPSocialist PartySocialist Party)W++SPSocialist PartySocialist Party V%SFSinn FeinWe Ourselves5U77PDProgressive DemocratsProgressive Democrats!T##GPGreen PartyGreen PartySLabLabourLabour'R3FGFine GaelFamily of the Irish)Q#3FFFianna FailSoldiers of DestinyFPKElMNMouvement National RépublicainNational Republican MovementXOQ_kCPNTChasse, Pêche, Nature, TraditionsHunting, Fishing, Nature, Tradition PartyNjDLa DroiteThe RightLMOKiMEIMouvement Ecologiste IndépendantIndependent Ecological Movement1L7/gDLDémocratie LibéraleLiberal DemocracylKoefLO-LCRLutte Ouvrière/Ligue communiste révolutionnaireWorkers Fight/Revolutionary Communist LeagueJJUAeUDFUnion pour la Démocracie FrançaiseUnion for French DemocracyI%+dRPF/MPF; MPFRassemblement pour la France/Mouvement Pour la France; Mouvement Pour la FranceRally for France/Movement for France; Movement for France'H))bFNFront NationalNational FrontGqaRPR; UMPRassemblement pour la République; Union pour un Mouvement PopulaireRally for the Republic; Union for Popular Movement"F#]VERTSLes VertsGreen Party5E;1[PRGParti Radical de GaucheLeft Radical Party*D-+ZPSParti SocialisteSocialist PartyU;PSCPartit dels Socialistes de CatalunyaCatalan Socialist Party;===ICIniciativa per CatalunyaInitiative for Catalonia-<//CCCoalicion CanariaCoalicion Canaria.;3-PAPartido AndalucistaAndalusian Party":!!VERDELos VerdesThe Greens?9A?BNGBloque Nacionalista GalegoGalician Nationalist Bloc+8/+UVUnión ValencianaValencian UnionI7OEERCEsquerra Republicana de CatalunyaRepublican Left of Catalonia,6/+PARPartido AragonésAragonese Party/511EHEuskal HerritarrokWe Basque Citizens-4//EAEusko AlkartasunaBasque SolidarityW3s=PNVEuzko Alderdi Jeltzalea/ Partido Nacionalista VascoBasque Nationalist Party6277CiUConvergència i UnióConvergence and Unity%1+#IUIzquierda UnidaUnited Left(0+)PPPartido PopularPeople's PartyO/QMPSOEPartido Socialista Obrero EspañolSpanish Socialist Workers' Party-.1-OPOikologoi PrasinoiEcologist GreensC-M9LAOSLaïkós Orthódoxos SynagermósPopular Orthodox RallyC,CADIKKIDimokratiko Kinoniko KinimaDemocratic Social Movement++)-POLAPolitiki AnixiPolitical SpringC*I?KKEKommounistikó Kómma ElládasCommunist Party of Greece-)#9SYN; SYRIZASynaspismós tīs Aristerás kai tīs Proódou; Synaspismós Rizospastikís AristerásCoalition of the Left and Progress; Coalition of the Radical Left((-'NDNéa DimokratíaNew DemocracyL'MIPASOKPanellinio Sosialistikó KínimaPanhellenic Socialist Movement6&3;5DVUDeutsche VolksunionGerman People’s UnionO%QO4CSUChristlich Soziale Union in BayernChristian Social Union in BavariaC$5G2PDS; Linkspartei/PDSPartei des Demokratischen Sozialismus; Die Linkspartei/ Partei des Demokratischen SozialismusParty of Democratic Socialism; Left Party/Party of Democratic Socialism$#%%1REPRepublikanerRepublikaner>"=90GrünenBündnis '90/Die GrünenAlliance 90/The Greens;!A7/FDPFreie Demokratische ParteiFree Democratic PartyU [Q.SPDSozialdemokratische Partei DeutschlandsSocial Democratic Party of GermanyDIA-CDUChristlich Demokratische UnionChristian Democratic Union+--LALiberal AllianceLiberal AllianceE;MFolkBFolkebevægelsen mod EUPeople's Movement Against the EU+-'JuniBJunibevaegnelsenJune Movement0-7DFDansk FolkepartiDanish People's Party4%GELEnhedslistenUnity List-Red/Green Alliance+1)FPFremskridtspartietProgress PartyKMOVVenstre, Danmarks Liberale PartiVenstre, Liberal Party of Denmark;7AKRFKristeligt FolkepartiChristian People’s Party:;=SFSocialistisk FolkepartiSocialist People's Party/5-CDCentrum-DemokraterneCentre Democrats=;CKFKonservative FolkspartiConservative People's Party@5ORVDet Radikale VenstreRadical Left-Social Liberal Party-1-SDSocialdemokraterneSocial DemocratsA I=wPVDAPartij van de Arbeid in BelgieWorkers Party of Belgium5 ;5vSLPSociaal-Liberale PartijSocial-Liberal Party% )'uLDDLijst DeDeckerList Dedecker% ))sFNFront NationalNational Front  rID21ID21ID21R  _KqMCCMouvement des Citoyens pour le ChangementCitizens’ Movement for ChangeB  CIpVBVlaams Block; Vlaams BelangFlemish Bloc; Flemish InterestM  UEoFDF/RWFront Démocratique des FrancophonesFrancophone Democratic FrontV  QYnVU; NVAVolksunie; Nieuw-Vlaamse AlliantiePeople’s Union; New Flemish Alliance }mCVP; CD&VChristelijke Volkspartij; Christen-Democratisch & VlaamsChristian People’s Party; Christian Democratic & Flemisht sqlPSC; CDHParti Social Chrétien; Centre Démocrate HumanisteChristian Social Party; Humanist Democratic CentreG KIkVLDVlaamse Liberalen en DemocratenFlemish Liberals and Democratsl scjPRL; MRParti Réformateur Libéral; Mouvement RéformateurLiberal Reformist Party; Reformist Movement0 '))iAGALEV; GroenAgalev; Groen!Agalev; Green! hECOLOEcoloEcolo| ogSP; SPASocialistische Partij;  Socialistische Partij Anders-SpiritSocialist Party; Socialist Party Different-Spirit( -+fPSParti SocialisteSocialist Party Dvqxqjc\UNG@92+$~~~~~~~~~~~~~~~~~~~|~u~n~g~`~Y~R~K~D~=~6~/~(~!~~~ ~}}}}}}}}}}}}}}}}}}}}y}r}k}d}]}V}O}H}A}:}3},}%}}}} }|||||||||||||||||||y|q|i|a|Y|Q|I|A|9|1|)|!||| |{{{{{{{{{{{{{{{{{y{q{i{a{Y{Q{I{A{9{1{){!{{{ {zzzzzzzzzzzzzzzzzyzqzizazYzQzIzAz9z1z)z!zzz zyyyyyyyyyyyyyyyyyyyqyiyayYyQyIyAy9y1y)y!yyy yxxxxxxxxxxxxxxxxxyxqxixaxYxQxIxAx9x1x)x!xxx xwwwwwwwwwwwwwwwwwywqwiwawYwQwIwAw9w1w)w!www wvvvvvvvvvvvvvvvvvyvqDCBA@?>=<;:9 8 7 6 5 4 3 2 N1 M0 L/ K. J- I, '+ &* %) $( #' "& !% $ # " ! ^  ] \ [ Z Y X W V U                           4 3 1 0 / . - , + * )                    l k j h g f e d c b a      >=<;:98765KJIHGFEDCBA~}|{zyUTSRQPNM~}|{zJyIxHwGvFuEtDsCr@q>p=o=<;:9876543210/.-,+*)('5&4%2$1#0"/!. -wvusr q p o n mlkjihg f , e~~s~}}g}||||C| {{w{ zzzyy\yxxNwwlw5vvvPuuu>tttsssKsrrr:qqqUqppp1oooZonnGmmm+ll/kkk>>^===$<<;;;~;$:::x:99088P77q66q655U44433`22211V100t0//i//...P---4,,,_, ++z+"***())o)((g('''-&&q&%%%5$$$M$###o#)"""x".!!!r!+ D, --jUSARepublican PartyRepublican PartyR@ffffff?Q D+ --iUSADemocratic PartyDemocratic PartyD@?Q 7* G  UKRAINECommunist Party of BolshevicsBCP F) C UKRAINEUkrainian National AssemblyUNSO@!W =p ?6( A UKRAINEChristian Democratic PartyCDPUG' G  UKRAINEConservative Republican PartyUCRP@ @ 5& 5  UKRAINEResponsibility Party-?zG:% -  UKRAINEDemocratic PartyDPU@?9$ +  UKRAINESocialist PartySPU@ @ \(C# =  UKRAINELiberal Democratic PartyLDPU@QR?zG4" #  UKRAINE`Ruh' PartyRP@?=p =!!   UKRAINEGreensGPUC K UKRAINEParty of Democratic RestorationPDRU?\(: ;  UKRAINESocial Democratic PartySDPU@ffffffB ?  UKRAINEUkrainian Communist PartyCPU@ \(\ @(\)[ =ATURKEYNationalist Action PartyMilliyetci Hareket PartisiMHP@ \) ? B ''TURKEYWelfare PartyRefah PartisiRP@! ?\( J --TURKEYMotherland PartyAnavatan PartisiANAP@333333 ?\( C /TURKEYTrue PathDogru Yol PartisiDYP@333333?GzH J 75 TURKEYDemocratic Left PartyDemokratik Sol PartiDSP?(\) Y ?;TURKEYPeople's Republican PartyCumhuriyet Halk PartisiCHP@ffffff?GzH e IK TURKEYSocial Democrat Populist PartySosyal Democrasi Halkci PartisiSHP@ ?GzH Q 73TURKEYPeople's Labour PartyHalk Emekci PartisiHEP@ ?p =qP +? TURKEYSocialist PartyTurkiye Sosyalist PartisiTSP?Q?zGD /!?TAIWANNationalist PartyKuomintangKMT@zG ? =p K ;#>TAIWANSocial Democratic PartyShemin DangSDP@?O E# =TAIWANDemocratic Progressive PartyMinjin DangDDP@ =p@(\) S #+;SWITZERLANDSwiss MotoristsParti des AutomobilistePA@  ?\(N #'5SWITZERLANDLiberal PartyParti Liberal SuissePL@?ٙ^ #5ESWITZERLANDSwiss People's PartyUnion Democratique du CentreUDC@?zGS #=5SWITZERLANDRadical Democratic PartyParti Radical SuissePRD?(\)` #A=SWITZERLANDChristian Democratic PartyParti Democrate-ChretienPDC@?陙\ #;;SWITZERLANDSocial Democratic PartyParti Socialiste SuissePSS@?\(\B '%|SWEDENNew DemocracyNy DemokratiNYD@".zG ?GzH S 1={SWEDENConservative PartyModerata SamlingspartietMSP@ \) ? U 1OzSWEDENChristian DemocratKristdemokratiska SamhallspartietKDS ?333333 @ %'ySWEDENCenter PartyCenterpartietC@zG?p =q L ';xSWEDENLiberal PartyFolkpartiet LiberalernaFP@zG? =p P 37wSWEDENGreen Ecology PartyMiljopartiet de GronaMP@? =p K +1vSWEDENSocial DemocratSocialdemokraternaSdAP@QR?\( > !) uSWEDENLeft PartyVansterpartietV@\(?p =q C '+SPAINPopular PartyPartido PopularPP@?Z 7GSPAINConvergence and UnityConvergencia i Unio (Catalan)CiU@zG?׮zGZ =ASPAINBasque Nationalist PartyPartido Nacionalista VascoPNV@\(?ffffff_ ECSPAINSocial and Democratic CenterCentro Democratico y SocialCDS@?\(\I //SPAINBasque SolidarityEusko AlkartasunaEA@zG?L~ OSPAINSocialistPartido Socialista Obrero EspanolPSOE?A} #+SPAINUnited LeftIzquierda UnidaIU@ =p ?޸Q7| 5) SPAINBasque United PeopleHerri BatasunaHBW{ %CE SOUTH AFRICAAfrican Resistance MovementAfrikaner WeerstandsbewegungAWB Rz %11 SOUTH AFRICAConservative PartyConservative PartyCP@" ?\(\Yy %77 SOUTH AFRICAInkatha Freedom PartyInkatha Freedom PartyIFP@ W =p ?zGJx %)) SOUTH AFRICANational PartyNational PartyNP@?\(Nw %-- SOUTH AFRICADemocratic PartyDemocratic PartyDP@Q?\(\Av %'' SOUTH AFRICALiberal PartyLiberal PartyLP?=p =au %?? SOUTH AFRICAAfrican National CongressAfrican National CongressANC@ =p ?333333\t %;;  SOUTH AFRICAPan Africanist CongressPan Africanist CongressPAC@ Q@Gzis %GG  SOUTH AFRICASouth African Communist PartySouth African Communist PartySACP@ =p ?\(jr %GG  SOUTH AFRICAAzanian People's OrganizationAzanian People's OrganizationAzapo??ۅQkq [[ OSLOVAKIAHungarian Christian Democratic MovementHungarian Christian Democratic MovementMKDHPp 99 NSLOVAKIAChristian Social UnionChristian Social UnionKSU @GzHeo GG MSLOVAKIAChristian Democratic MovementChristian Democratic MovementKDH@zG@\(ln ;_ LSLOVAKIASocial Democratic PartySocialno-Demokraticka Strana na SlovenskuSDSS@QR?=p =im QQ KSLOVAKIAMovement for a Democratic SlovakiaMovement for a Democratic SlovakiaHZDS?=p =\l EE JSLOVAKIAParty of the Democratic LeftParty of the Democratic LeftSDL?\(Wk 7; ISLOVAKIASlovak National PartySlovenka Narodna StranaSNS@zG?lj =U RUSSIALiberal Democratic PartyLiberal'no-Demokraticheskaia PartiiaLDP@#@! ?QPi =I RUSSIARussian National CouncilRossiiskii Natsional'nyi SovetRNS vh G_ RUSSIAConstitution Democratic PartyKonstitutsionno-Demokraticheskaia PartiiaKDP@@!?g Wu RUSSIARussian Christian Democratic MovementRossiiskoye Khristiansko Demokraticheskoye DvizhenieRKDD@zG ?zGFf #3 RUSSIACivic UnionGradzhdanskii SoyuzGS@zG?zGe Q RUSSIAPeople's Party of Free Russia/Democratic Party of Communism of RussiaNarodnaia Partiio Svobodnoi RossiiNPSR@?Qwd Yi RUSSIARepublican Party of Russian FederationRespublikanskaia Partiia Rossiiskoi FederatsiiRPRF @ zG{cc AM RUSSIADemocratic Party of RussiaDemokraticheskaia Partiia RossiiDPR@Q?\(ib CU RUSSIARussian Party of Free LaborRossiiskaia Partiia Svobodnoyo TrudaRPST@QR?qa Ke  RUSSIAFree Democratic Party of RussiaSvobodnaia Demokratichestraia Partiia Rossii@ =p?e` O_ RUSSIASocial Democratic Party of RussiaSotsial-Demokrati-cheskaia Partiia RossiiSDPR;_ -9  RUSSIADemocratic UnionDemokraticheskii SoyuzDSF^ 77 ROMANIASocialist Labor PartySocialist Labor PartyPSM "]  ROMANIAPRMPRMPRM W\ GG ROMANIARomanian National Unity PartyRomanian National Unity PartyPUNRN[ ??  ROMANIAAgrarian Democratic PartyAgrarian Democratic PartyPDAR$Z   ROMANIAFDSNFDSNFDSNY gi ROMANIAChristian Democratic National Peasants' PartyPartidul National Taranesc-Crestin si DemocratPNTCD@@KX ==  ROMANIANational Salvation FrontNational Salvation FrontFNSRW CC ROMANIAParty of the Civic AllianceParty of the Civic AlliancePACiV MI ROMANIARomanian Social Democratic PartyPartidul Social-Democrat RomanPSDR@?CU '' ROMANIALiberal PartyLiberal PartyPL@@T sY PORTUGALSocial and Democratic Center Party or Popular PartyPartido do Centro Democratico e SocialCDS@ \( ?ffffffRS += PORTUGALSocial DemocratPartido Social DemocrataPSD@Q?QFR 1 PORTUGALSocialistPartido SocialistaPSP@Q?\(NQ C  PORTUGALCommunistPartido Comunista PortuguesPCP@ =p @Q]P ;= POLANDCatholic Elector ActionWyborcza Akcja KatolickaZChN/WAK@ @\(\pO [M POLANDConfederation for an Independent PolandKonfederacja Polski NiepodleglejKPN@ @GzXN 7O POLANDCivic Alliance CenterPorozumienie Obywatelskie CentrumPOC?=p =cM CK POLANDLiberal-Democratic CongressKongres Liberalno-DemokratycznyKLD@ @QCL -1 POLANDDemocratic UnionUnia DemokratycznaUD?ffffffPK 5A POLANDPolish Peasant PartyPolskie Stronnictwo LudowePSL?QXJ CE  POLANDAlliance of Democratic LeftSojusz Lewicy DemokratycznejSLD?=p =HI )1 ]NORWAYProgress PartyFremskrittspartietFp@"\(\ ?=p = 1H % \NORWAYConservativeHoyreH ?zG UG =5 [NORWAYChristian People's PartyKristelig FolkepartiKrF@333333?GzH 5F  ZNORWAYLiberalVenstreV@p =q?zGFE )/ YNORWAYAgrarian PartyLandmansforbundetL@?QRAD %' XNORWAYCenter PartySenterpartietSP@QR?ffffff LC %= WNORWAYLabour PartyDet Norske ArbeiderpartiAp@Q?\(NB +=  VNORWAYSocialist PartySosialistik VenstrepartiSV@ffffff?zG{ IA '7  UNORWAYRadical PartyRadikale VenstrepartiRV?GzH?zGf@ II NIGERIANational Republican ConventionNational Republican ConventionNRC@ ? X? ;; NIGERIASocial Democratic PartySocial Democratic PartySDP@\(\ ?Q I> #)) NEW ZEALANDNational PartyNational PartyNP@333333 ? E= #%% NEW ZEALANDLabour PartyLabour PartyLP@333333?333333 M< #//  NEW ZEALANDPeople's AlliancePeople's AllianceA@ zG@\(N; #-- NEW ZEALANDNew Labour PartyNew Labour PartyNLP@ ?QN: #-/ 1NETHERLANDSCenter DemocratsCentrumdemocratenCD@# ?Qe9 #GO 0NETHERLANDSReformed Political FederationReformatische Politieke FederatieRPF  ?QR_8 #=M /NETHERLANDSPolitical Reformed PartyStaatkundig Gereformeerde PartijSGP  ?QRc7 #=G .NETHERLANDSReformed Political UnionGereformeerd Politiek VerbondGPV@!Q ?zG{\6 #[ -NETHERLANDSLiberalVolkspartij voor Vrijheid en DemokratieVVD@ ?\(\ [5 #1C ,NETHERLANDSChristian DemocratChristen-Democratisch AppelCDA@333333?\( J4 #') +NETHERLANDSDemocrats '66Democraten '66D'66@333333? I3 #5 *NETHERLANDSLabourPartij van de ArbeidPvda@?Q A2 #!#  )NETHERLANDSGreen LeftGroen LinksGL?zG{?(\) N1 7; MEXICONational Action PartyPartido Accion NacionalPAN?=p =n0 OU MEXICOInstitutional Revolutionary PartyPartido Revolutionario InstitucionalPRI@?ٙh/ IQ  MEXICODemocratic Revolutionary PartyPartido Revolutionario DemocraticoPRD@ =p?M. -/ gLITHUANIADemocratic PartyDemokratu PartijaLDP@@ffffffK- =+ fLITHUANIALithuanian ConservativesTevynes SajungaLC @ (\)H, '-  eLITHUANIALiberal UnionLiberalu SajungaLLU@333333 @Qm+ AY dLITHUANIAChristian Democratic PartyLietuvos Krikscioniu Demokratu PartijaLCDP@?QRS* += cLITHUANIACenter MovementLietuvos Centras SajudisLCM@?\(d) ;M bLITHUANIASocial Democratic PartyLietuvos Socialdemokratu PartijaLSDP@ffffff @Q^( 9Q aLITHUANIADemocratic Labor PartyLietuvos Demokratine Darbo PartijaLDLP @]' #G1 SOUTH KOREAUnification Nationalist PartyTongi Kookmin DangUNP@  ?p =qP& #=!SOUTH KOREADemocratic Liberal PartyMinja DangDLP@p =q ?\(G% #-!SOUTH KOREADemocratic PartyMinju DangDP@zG?zGO$ #1+SOUTH KOREANew Politics PartySa Jongjhi DangNPP@ \(\?zGN# =)JAPANLiberal Democratic PartyJiyu Minshu-toLDP@ (\ ?J" AJAPANDemocratic Socialist PartyMinshatoDSP@(\) ?Q A! -JAPANClean GovernmentKomeitoKOMEI@zG?QR S 7+!JAPANJapan Socialist PartyNihon Shakai-toJSP (SDPJ)@QR?QK 7+ JAPANJapan Communist PartyNihon Kyosan-toJCP@\(? =p H +/>ITALYSocial MovementMovimento SocialeMSI@"\) ?J ==ITALYLeague of Northern ItalyLega NordLega@ ?QF - 9 INDIABharatiya Janata PartyBJP@ \(\ ?p =q t s?INDIADravidian Progressive Federation =rural Tamil partyDravida Munnetra KazhagamDMK@ ?\(4 3 INDIABahurja Sanaj PartyBSP @ =p@ = INDIAIndian National CongressINC@333333?Q T a INDIAAll Indian Anna Party (=rural Tamil party)AIDMK@zG?zG1 !  INDIAJanata DalJD@?p =q< 3+ INDIAPeople's Party -- AJanata Dal (A)JD A? =   INDIACommunist Party of IndiaCPI@Q?zG{ J~ Q  INDIACommunist Party of India (Marxist)CPM@\(?Gz U} c   INDIACommunist Party of India (Marxist-Leninist)CPI/ML?zG?ffffffQ| 19ICELANDIndependence PartySjaltstaedisflokkurinnIP@ ?C{ +/ICELANDSocial DemocratAlthyduflokkurinnSDP?QNz /5ICELANDProgressive PartyFramsoknarflokkurinnPP@?QAy /+ ICELANDPeople's AllianceAlthydubandalagPA?Q?x -7 ICELANDWomens' AllianceSamtok um kvennalistaWAaw K;FHUNGARYIndependent Smallholders' PartyFuggetlen Kisgazda PartFKGP@## =p ?\(\Zv A9EHUNGARYHungarian Democratic ForumMagyar Demokrata ForumMDF@ =p?iu SCDHUNGARYChristian Democratic People's PartyKeresztenydemokrata NeppartKDNP@GzH ?Gz`t GGCHUNGARYFederation of Young DemocratsFiatal Demokratak SzoevetsegeFIDESZ?\(cs AGBHUNGARYAlliance of Free DemocratsSzabad Demokratak SzoevetsegeSLDSZ@ zG?zG{Zr ?; AHUNGARYHungarian Socialist PartyMagyar Szocialista PartMSZP@Q?zG{@q !%GERMANYRepublicanRepublikanerRep@" ?zG{ Xp 9=GERMANYChristian Social UnionChristlich Soziale UnionCSU@333333@Q Zo 1IGERMANYChristian DemocratChristlich Demokratische UnionCDU@zG?Q Qn 'AGERMANYFree DemocratFreie Demokratische ParteiFDP@\(? =p `m +[GERMANYSocial DemocratSozialdemokratische Partei DeutschlandsSPD@ =p?zG 7l # GERMANYGreenDie GruenenG@GzH?GzH _k 5Q GERMANYDemocratic SocialistDemokratisch-Sozialistische ParteiPDS??5j ))FRANCENational FrontFront NationalFN fi 9MFRANCERally for the RepublicRassemblement pour la RepubliqueRPR@Q@!?=p =Ch !/FRANCERepublicanParti RepublicainPR@?ٙlg AQFRANCEUnion for French DemocracyUnion pour la Democratie FrancaiseUDF@zG@?ᙙ]f =EFRANCESocial Democratic CenterCentre des Democrats SociauxCDS@?ۅQVe 'MFRANCEleft RadicalsMouvement des Radicaux de GaucheMRG@?ۅQ:d !~FRANCEEcologistEcologisteE@\(?(\)Ec !3}FRANCEEcologistsGeneration EcologieGE@?陙Ab -|FRANCESocialistParti SocialistePS@Q?333333Aa - {FRANCECommunistParti CommunistePCF@?Q2` )) zFRANCEWorkers' FrontLutte OuvriereLOT_ AS yFRANCERepublican Communist FrontLutte Communiste pour la RepubliqueLCRE^ +3FINLANDChristian UnionKristillinen LiittoSKL  ?QP] 15FINLANDNational CoalitionKansallinen KokoomusKOK@Q ?Q=\ #+FINLANDRural PartyMaaseudun PuoleSMP @GzH?[ %+FINLANDCentre PartySuomen KeskustaKESK ?QSZ 93FINLANDSwedish People's PartySvenska FolkpartietSFP@GzH? =pYY 9?FINLANDLiberal People's PartyLiberaalinen KansanpuolueLKP@?\(]X ;EFINLANDSocial Democratic PartySosialidemokraattinen PuolueSDP@Q?\(=W %'FINLANDGreen LeagueVihrea LiittoVIHR?QLV 1-FINLANDleft-Wing AllianceVasemmistoliittoVAS@ ?Q1U ;  ESTONIAEstonian Farmers' PartyEFP ET a  ESTONIANational Party of the Unlawfully RepressedNPUR 4S ! ESTONIAPro PatriaNCP@! ?IR K ESTONIAEstonian Party of EntrepreneursEPE@! ?@Q U  ESTONIAEstonian National Independence PartyENIP 8P + ESTONIACoalition PartyCP@?3O =  ESTONIALiberal Democratic PartyELDP7N C  ESTONIAEstonian Rural Center PartyERCPM   ESTONIAGreens-KL M ESTONIAEstonian Social Democratic PartyESDP@?0K 7  ESTONIAEstonian Center PartyECP/J 5 ESTONIAEstonian Rural UnionERU:I K  ESTONIAEstonian Democratic Labor PartyEDLP2H C   ESTONIARussian Democratic MovementRDMJG )1UDENMARKProgress PartyFremskridtspartietFRP@"B\( ?\(6F TDENMARKLiberalVenstreV@ 8Q ? =p ME ';SDENMARKConservativesKonservative FolkepartiKF@=p =? QD 17RDENMARKChristian People'sKristeligt FolkepartiKRF@Gz?GzH FC -5QDENMARKCentre DemocratsCentrum-demokraterneCD?ffffff IB --PDENMARKRadical LiberalsRadikale VenstreRV@zG?zG IA +/ODENMARKSocial DemocratSocialdemokratietSD@Gz?GzH Q@ 19NDENMARKSocialist People'sSocialistik FolkepartiSF@Q?=p = )-CCZECH REPUBLICRepublican PartyRepublik Duska Strana CeskaSPR-RSC@# ?ٙ`= )A7CZECH REPUBLICChristian Democratic PartyKrestansko DemokracieKDS@ \) ?zG< )qmCZECH REPUBLICChristian Democratic Union -- Czech People's PartyKrestanska Demokraticka Unie-Ceska Strana LidovaKDU-CSL@ffffff ?333333g; )?GCZECH REPUBLICCivic Democratic AllianceObcansko Demokraticka AlianceODA@ ?QRc: )9ECZECH REPUBLICCivic Democratic PartyObcansko Demokraticka StranaODS@QR?QL9 )))CZECH REPUBLICCivic MovementObcanske HunteOH@?ۅQV8 ));CZECH REPUBLICLiberal SocialLiberalni Socialni UnieLSU@ \(\?zGc7 )-OCZECH REPUBLICSocial DemocratsCeskastrana Socialne DemokratickaCSSD@ =p?zGT6 )A CZECH REPUBLICLeft BlocKomunisticka Strana C.a.M.KSCM?GzH?zGM5 GCHILEPinochetUnion Democrata IndependienteUDI@ \) ?QH4 )3CHILEModerate rightRenovacion NationalRN@QR ?zG<3 '+CHILERadical PartyPartido RadicalPR?QN2 1CCHILEChristian DemocratPartido Democrata CristianoPDC?\(S1 1?CHILEReformed SocialistPartido por la DemocraciaPPD@zG?zG;0 1CHILESocialistPartido SocialistaPS?\(@/ / CHILECommunistPartido ComunistaPC?GzH?zG9. %%%CANADAReform PartyReform PartyRP  ?zG e- II$CANADAProgressive Conservative PartyProgressive Conservative PartyPCP@333333 ?Q A, ''#CANADALiberal PartyLiberal PartyL@ffffff? =p D+ ))"CANADABloc QuebecoisBloc QuebecoisBQ@ ?QP* 55 !CANADANew Democratic PartyNew Democratic PartyNDP@333333?Q :) - BULGARIADemocratic PartyDP@# ?;( ; BULGARIABulgarian Business BlocBBB ?\(B' ; BULGARIABulgarian Liberal PartyBPL@?a& AG BULGARIAUnion of Democratic ForcesSoyuz na Demokratichnite SiliSDS@@=p =&% #  BULGARIAGreen PartyGPr$ q5BULGARIANaroden Soyuz Bulgarian Agrarian National MovementBulgarski ZemedelskiBANU@?M# O BULGARIABulgarian Social Democratic PartyBSDP@?_" ?QBULGARIABulgarian Socialist PartyBulgarska Socialisticheska PartiyaBSP @zG{d! ?O BULGARIABulgarian Communist PartyBulgarska Komunisticheska PartiyaBKP?ffffff?\(\N 11[BRITAINConservative PartyConservative PartyCon@ =p ?QZ ==ZBRITAINLiberal Democratic PartyLiberal Democratic PartyLDP@ =p?zG6 YBRITAINLabourLabourLab@Q?=p =Z ;ABRAZILSocial Democratic PartyPartido Democratico SocialPDS@"\) ?zGO '?BRAZILLiberal FrontPartido da Frente LiberalPFL@  ?ۅQ5 '+BRAZILLiberal PartyPartido LiberalPL{ YcBRAZILParty of Brazilian Democratic MovementPartido do Movimento Democratico BrasilieroPMDB@?\(c AYBRAZILBrazilian Social DemocracyPartido da Social Democrata BrasileiraPSDB?Q_ ;KBRAZILDemocratic Labour PartyPartido Democratico TrabalhistaPDT@ ? =pT 79BRAZILPeople's Social PartyPartido Popular SocialPPS@\(\?zGU ?3BRAZILBrasileire Workers' PartyPartido TrabalhistaPTB@?ۅQ^ ?C BRAZILBrazilian Communist PartyPartido Comunista do BrasilPCdoB?GzH?zGW 5?BELGIUMLiberal Reform PartyParti Reformateur LiberalPRL@(\)?ffffffj USBELGIUMDemocratic Front of the FrancophonesFront Democratique des FrancophonesFDF ?Q@ )BELGIUMPeople's UnionVolksunieVU@?Q[ M=BELGIUMFlemish Christian People's PartyChristelijke VolkspartijCVP?(\)U 97BELGIUMChristian-Social PartyParti Social ChretienPSC@ =p?U ;7BELGIUMFlemish Socialist PartySocialistische PartijSP@?ٙ; -BELGIUMSocialistParti SocialistePS?QR6 BELGIUMEcologistEcoloE@ ?7 BELGIUMEcologistAgalevA@ 333333?\(\T 957AUSTRIAAustrian Freedom PartyFreiheitliche ParteiFPO@!B\( ?ffffffE '+6AUSTRIALiberal ForumLiberales ForumLF@QR?zGL ;#5AUSTRIAAustrian People's PartyVolksparteiOVP@?ۅQW =74AUSTRIAAustrian Socialist PartySozialistische ParteiSPO@?ۅQM /33AUSTRIAGreen AlternativeGruene AlternativenGA@Gz?zG{b CCAUSTRALIANational Party of AustraliaNational Party of AustraliaNPA@! ?QRF ''AUSTRALIALiberal PartyLiberal PartyLPA@Q?\(Z ;;AUSTRALIAAustralian Labour PartyAustralian Labour PartyALP@?QL 55AUSTRALIAAustralian DemocratsAustralian DemocratsAD?=p =L '7fARGENTINAJustice PartyPartido JusticialistaPJ@?333333K 35eARGENTINARadical Civic UnionUnion Civica RadicalUCR?(\) ,w"~wpib[TMF?81*#~~~~~~~~~~~~~~~~~~~{~t~m~f~_~X~Q~J~C~<~5~.~'~ ~~~ ~}}}}}}}}}}}}}}}}}}}}x}q}j}c}\}U}N}G}@}9}2}+}$}}}}}|||||||||||||||||||z|r|j|b|Z|R|J|B|:|2|*|"||| |{{{{{{{{{{{{{{{{{z{r{j{b{Z{R{J{B{:{2{*{"{{{ {zzzzzzzzzzzzzzzzzzzrzjzbzZzRzJzBz:z2z*z"zzz zyyyyyyyyyyyyyyyyyzyryjybyZyRyJyBy:y2y*y"yyy yxxxxxxxxxxxxxxxxxzxrxjxbxZxRxJxBx:x2x*x"xxx xwwwwwwwwwwwwwwwwwzwrwjwbwZwRwJwBw:w2w*w"j,i+*)(' & % $ # "! ?>=  | { z yxwvu           O N M L K J I                                  ] \ [ Z Y X W V U       1 0 / . - , + * )    g f e d c b a >=<;:98765qponm    ~ }|{zyxFwEvDuCtBsArqponmlkjihgfe~d}c|b{az`y_^]\[ZYXWVUTSRQPONMLKJIHUGTFSERDQCPBOAN@M?>=<;:9876543210/%.$-#,"+!*)('&%$#"![ ZY  7 6 5 43f e l!9~~}}0|w{{{RzyxPwwmvvuuu?tt%s]rpp0onmmll!iJ' viewview_variableparlgovdocumentation of variables in main data tables (party, election, cabinet)wI5+ tablepolitician_presidentparlgovParty-affiliated heads of state. Short-term acting presidents are not included.NGCK tableviewcalc_country_year_shareparlgovcountry year weights for elections (national and EP) and cabinets -- each entry gives the share of the respective year the legislature or cabinet was in officeEKK tableviewcalc_parliament_compositionparlgovcompositon of parliament for changes in parliament (table 'parliament_change'), information about composition of parliament (table 'parliament_composition') and dates of cabinet formation ('start_date' from table 'cabinet')@%Wtableparty_familyparlgovadditional party families for a partyThe major party family category is coded in the 'party' table. This table includes additional categories such as regional parties, types of special issue parties, anti-system parties etc.@81K tableexternal_party_rayraylist of parties from Ray (1999)X71{ tableexternal_party_eeseeslist of parties from the European Election Study (2009)z6 %Itableview_cabinetparlgovCabinet and opposition parties in parliament with their seat strength at each instance of government formation. (main view)new cabinets are defined for (I) any change in the set of parties holding cabinet membership; (II) any change in the identity of the prime minister; (III) any general election; (IV) any substantively meaningful resignationS5 '%Wtableview_electionparlgovElection results for national and European Parliament elections. (main view)Includes vote share and number of seats of all parties that won seats in a democratic post-war election. For some countries, all parties that won more than one percent of the votes and the respective number of votes are included.E4 !Mtableview_partyparlgovParty information and merge table for various external data sets on party positions. (main view)Imputation of missing party positions by mean values for party family.-0?tableinfo_idparlgovdefinitions for all id variables without a separate tableMost id variables have only a limited number of entries and are included into this table.h-?! tableexternal_party_euprofilereuprofilerlist of parties from the EU Profiler (Trechsel/Mair 2009)H)-Wtableinfo_data_sourceparlgovlist of references for ParlGov codingh%1 tableexternal_party_cmpcmplist of parties from the Comparative Manifestos Project (CMP) data set#a%tableelectionparlgovinformation about a parliamentary electionsee documentation of 'view_election' for information about included partiesC"!Ytableinfo_tableparlgovdescription of ParlGov database tables/}tableparty_name_changeparlgovinformation on official party names in case a party was renamed or if the official name is only used in shortened form [ tablepartyparlgovparty information with links to data sets (ParlGov external) that contain political positons of parties^Ik tableexternal_party_huber_ingleharthuberparty position data from Huber/Inglehart (1995) CMuviewviewcalc_election_parameterparlgovcalculated parameters about parliamentary elections -- see list of variables for further detailsParameters are calculated by an R script at irregular intervals. Results for parties from party family 'none' (esp. 'no party affiliation' and 'others' parties) are removed from calculation (see Taagepera 1997; Gallagher/Mitchel 2005, 598-606).%k tableparty_changeparlgovlinking parties that evolved through changes -- observation in this table link predecessor/successor parties or party splits from 'party' table -- this information is still incomplete with updates and extensions in future ParlGov versionshG} tableexternal_commissioner_doeringdoeringmembers of the European Union's College of CommissionersDatablecountryparlgovcountry data with links to other data setsS 'stableinfo_variableparlgovdescription of variables in ParlGov database tables A1tablecabinetparlgovinformation about cabinetssee documentation of table 'view_cabinet' for information about cabinet definition6 5/ tableexternal_party_chesschesparty names from the codebook of Chapel Hill Expert Surveys Series (CHESS) on the positioning of political parties (1996, 1999, 2002, 2006, 2010)W+w tableelection_resultparlgovresults of parliamentary elections at the party level;] viewviewcalc_party_positionparlgovpolicy positions of political parties in important dimensions as provided through various expert surveys8'; tablecabinet_partyparlgovlist of parties that are members of a cabinet -- no party affiliation observations (party_id) are included if the prime minister is not a party member ^Co tableexternal_party_benoit_laverbenoitparty data (party names) from Benoit/Laver (2006)ZCe tableexternal_party_castles_maircastlesparty position data from Castles/Mair (1983)i5 tableexternal_country_isoparlgovISO 3166 country codes worldwide with some additional information }:zZ:! ~~~~~~z~k~Y~O~>~-~}}}}}}}z}V}:;viewcalc_party_position#Kviewcalc_parliament_compositionECviewcalc_election_parameterCviewcalc_country_year_shareG'view_variableJ!view_party4'view_election5%view_cabinet65politician_presidentI/party_name_change%party_family@%party_change party'info_variable !info_table" info_id0-info_data_source)1external_party_ray8"Iexternal_party_huber_inglehart?external_party_euprofiler-1external_party_ees71external_party_cmp%5external_party_chess Cexternal_party_castles_mairCexternal_party_benoit_laver5external_country_iso!Gexternal_commissioner_doering+election_result election# country'cabinet_party cabinet ZZP"~~~~~e~U~=~}}}}}r}Q}?}}||||u|I|!|{{{{q{Y{A{+{zzzzmzyyyyyryQyxxxxxxnx[x?x%wwwwwwpwXw9w vvvvvvlvQv2vuuuuuzuPu8u tttttotUt.tssssssjs?s!rrrrrrqrOr>r&qqqqqnqNq1qppppppkpRp#oooo|oOo0nnnnmnLn*nmmmmmm|mhmOlllllNl/l kkkk}kRkkjjjvj'iiikihhhhih6hgggggsg\g:ggffffnfGf3feeeeeqeNe:edddddWd5dccc|cac+bbbbxb^bCbaaaaauaUa3a````q`M`,` _____f_M_2__^^^^o^:^]]]]]n]E]\\\\F\!\[[[[n[V[2[ZZZZZ{ZZ;`"Welsh Liberal Democrats1_"Welsh Labour Party=^"Welsh Conservative Party7]"UK Independence Party#\"Plaid Cymru" C["Green Party England & Wales 9Z"British National Party! A=!Türkiye Komünist Partisi ){ Strana maďarskej koalície - Magyar Koalíció Pártja"C SMER - Sociálna Demokracia"C Slovenská národná strana4g Slovenská demokratická a kresťanská únia:s Ľudová strana - Hnutie za demokratické Slovensko&~K Kresťanskodemokratické hnutie}= Stranka mladih Slovenije|5 Zares, nova politika{1 Socialni demokrati#zE Slovenska nacionalna stranka y?Slovenska ljudska stranka$xGSlovenska demokratska stranka2wcNova Slovenija, Krščansko ljudska stranka&vKLiberalna demokracija Slovenije0u_Demokratska stranka upokojencev Slovenijet%Piratpartiets9Feministiskt initiativr3Sverigedemokraternaq!Junilistanp/Kristdemokraternao+Vänsterpartietn;Miljöpartiet de Grönam;Folkpartiet liberalernal'Centerpartietk=Moderata samlingspartiet)jQSocialdemokratiska arbetarepartieti7YUK Independence Partyh;XScottish National Party!gAWScottish Liberal Democratsf7VScottish Labour Partye5UScottish Green Party/d]TScottish Conservative and Unionist Partyc9SBritish National Party0b_Uniunea Democrată Maghiară din Româniaa=Partidul Social Democrat`9Partidul România Mare!_APartidul Naţional Liberal ^?Partidul Democrat Liberal]1Partido Socialista\=Partido Social Democrata"[CPartido Popular Monárquico!ZAPartido Nacional RenovadorY/Partido HumanistaX-Partido da Terra6WkPartido Comunista dos Trabalhadores Portugueses$VGMovimento Mérito e Sociedade$UGMovimento Esperança Portugal)TQColigação Democrática Unitária3SeCentro Democrático Social - Partido PopularR/Bloco de EsquerdaQ5Liga Polskich Rodzin*PSSamoobrona Rzeczpospolitej PolskiejLOPorozumienie dla Przyszłości - CentroLewica (PD+SDPL+Zieloni 2004)N7~Unia Polityki RealnejM=cPrawica Rzeczypospolitej0L_Sojusz Lewicy Demokratycznej - Unia PracyK=Prawo i Sprawiedliwość!JAPolskie Stronnictwo LudoweI7Platforma ObywatelskaH7Ulster Unionist Party)GQSocial Democratic and Labour PartyF!Sinn Féin E?Democratic Unionist PartyD!qNewropeans.C[1Volkspartij voor Vrijheid en DemocratieB70Socialistische PartijA;-Partij voor de Vrijheid@7,Partij voor de Dieren?5+Partij van de Arbeid>!)GroenLinks$=G(Liberaal Democratische Partij<+'Democraten 19666;k&ChristenUnie / Staatkundig Gereformeerde Partij#:E%Christen-Democratisch Appèl95Partit Nazzjonalista8-Partit Laburista71Azzjoni Nazzjonali6=Alternattiva Demokratika5'aJaunais laiks#4EZaļo un Zemnieku Savienība#3ETēvzemei un Brīvībai/LNNK2)Tautas Partija1-Saskaņas centrs"0CSabiedrība Citai Politikai/9Pilsoniskā Savienība0._Par cilvēka tiesībām vienotā Latvijā!-ALatvijas Pirmā Partija/LC,)BiergerlëschtK+Kommunistesch Partei Lëtzebuerg - Kommunistische Partei Luxemburgs*9déi Lénk - Die LinkeU)'Alternativ Demokratesch Reformpartei - Alternative Demokratische Reformpartei (?déi gréng - Die Grünen1'aDemokratesch Partei - Demokratische Parteib&ALëtzebuerger Sozialistesch Arbechterpartei - Luxemburgische Sozialistische ArbeiterparteiL%Chrëschtlech-Sozial Vollékspartei - Christlich-Soziale Volkspartei=$yTėvynės sąjunga - Lietuvos krikščionys demokratai"#CTautos prisikėlimo partija$"GPartija Tvarka ir teisingumas!/Partija "Frontas"2 cLietuvos valstiečių liaudininkų sąjunga(OLietuvos socialdemokratų partija/]Lietuvos Respublikos liberalų sąjūdis#ELiberalų ir centro sąjunga'Darbo partija3sSinistra e Libertà#EUnione Democratica di Centro7Popolo delle LibertàJPartito di Rifondazione Comunista - Partito dei Comunisti Italiani3Partito DemocraticoLega Nord/Italia dei ValorifIFiamma Tricolore/La Destra-Movimento per l'Autonomia-Partito Pensionati-Alleanza di Centro+Socialist Party!Sinn FéinLibertas%Labour Party#Green PartyFine Gael %Fianna Fáil 7Lehet Más a Politika& KSzabad Demokraták Szövetsége =Magyar Szocialista Párt ;Magyar Demokrata Fórum(OJobbik Magyarországért Mozgalom+UFidesz - Magyar Polgári Szövetség)S/Socijaldemokratska partija Hrvatske;w-Istarski demokratski sabor/Dieta democratica Istriana9*Hrvatska stranka prava*U)Hrvatska socijalno liberalna stranka A(Hrvatska seljačka stranka4i'Hrvatska narodna stranka - Liberalni demokrati$I&Hrvatska demokratska zajednica$GCoalition of the Radical Left-~YPanhellenic Socialist Movement (PASOK)}-Ecologist Greens|/New Republic (SW){9Popular Orthodox Rally z?Communist Party of Greecey1Democratic Revivalx!Newropeans%wKrMouvement National Républicainv)qFront Nationalu7pAlternative Libéralet=oMouvement Pour la France(sQnUnion pour une Majorité Populaire(rQmChasse Pêche Nature et Traditionsq5kMouvement Démocratep;jParti Radical de Gauche'oOiMouvement Républicain et Citoyenn-hParti SocialistemgLes Verts lAfParti Communiste Françaisk+eLutte Ouvrièrej?dParti Ouvrier Independant#iGcNouveau Parti Anticapitalisteh)b Vihreä liittog-a Vasemmistoliitto#fG` Svenska Folkpartiet i Finlande9_ Suomen Työväenpuolue)dS^ Suomen Sosialidemokraattinen Puolue"cE\ Suomen Kristillisdemokraatit!bC[ Suomen Kommunistinen Puoluea+Z Suomen Keskusta`-Y Perussuomalaiset_-X Köyhien Asialla^5V Kansallinen Kokoomus]1U Itsenäisyyspuolue%\I Iniciativa per Catalunya Verds[/ Coalicion Canaria!ZAf Partido Nacionalista VascoY3e Convergencia i Unio!XAd Bloque Nacionalista Galego"WC Union Progreso y Democracia)VQ Partido Socialista Obrero EspañolU+ Partido PopularT+ Izquierda Unida(SO Esquerra Republicana de Catalunya*RS Ciudadanos-Partido de la CiudadaniaQ7 UK Independence PartyP/ Liberal DemocratsO% Labour Party"NC Green Party England & WalesM1 Conservative PartyL9 British National PartyK3T Vene Erakond Eestis"JES Sotsiaaldemokraatlik ErakondI)R Reformierakond HAP Isamaa ja Res Publica LiitG1O Eestimaa RohelisedF1N Eestimaa Rahvaliit"EEL Eesti Kristlikud DemokraadidD/K Eesti KeskerakondC;I Folkebevægelsen mod EUB-H Liberal AllianceA;F Socialistisk Folkeparti@-E Dansk Folkeparti?5D Det Radikale Venstre>+C Junibevægelsen!=CB Det Konservative Folkeparti&<MA Venstre, Danmarks Liberale Parti;1@ Socialdemokraterne:3Deutsche Volksunion9!Newropeans8-Die Republikaner7'yFreie Wähler-6[xSozialdemokratische Partei Deutschlands 5AwFreie Demokratische Partei4vDIE LINKE3=uChristlich-Soziale Union12ctChristlich Demokratische Union Deutschlands1?sBündnis 90 / Die Grünen!0C?Strana svobodných občanů'/O>Unie Svobody–Demokratická unie.-=Strana zelených-?<SNK Evropští demokraté%,K;Občanská demokratická stranaM+:Křesťanská a demokratická unie – Československá strana lidová)*S9Komunistická strana Čech a Moravy$)I8Evropská demokratická strana-([7Česká strana sociálně demokratická"'E6Socialdemocrat Movement EDEK&15Cyprus Green Party%)4European Party$-3Democratic Rally#-2Democratic Party)"S1Progressive Party of Working People!=Evangelische Volkspartei! A$Schweizerische Volkspartei!A#Sozialdemokratische Partei7"Grüne Partei Schweiz&K!Freisinnig-Demokratische Partei*S Christlichdemokratische Volkspartei&M!Union of Democratic Forces (UDF),Y National Movement for Simeon II (NMSS)+WMovement for Rights and Freedom (MRF))Movement Ahead GERB#GDemocrats for Strong Bulgaria!АТАКА?Bulgarian Socialist Party;d}Sociaal-Liberale Partij'd}Vlaams Belang$Ed}Socialistische Partij Anders5d}Partij van de Arbeid,Ud}Open Vlaamse Liberalen en Democraten;d}Nieuw-Vlaamse Alliantie )d}Lijst Dedecker  d}Groen!& I d}Christen-Democratisch & Vlaams -d}Parti socialiste1 _d}Parti écologiste francophone de Belgique9d}Mouvement réformateur&Id}le Centre démocrate humaniste, [ Sozialdemokratische Partei Österreichs- ] Freiheitliche Partei Österreichs - FPÖ # Die Grünen! EBündnis Zukunft Österreich! EÖsterreichische Volkspartei' QKommunistische Partei Österreichs xT}wqke_XQJC<5.(" ~~~~~~~~~~~~~~~~~~~~~~~z~t~n~h~b~\~V~P~J~D~>~8~2~,~&~ ~~~~~}}}}}}}}}}}}}}}}}}}}}}x}q}j}c}\}T}L}D}<}4},}$}}} }|||||||||||||||||||t|l|d|\|T|L|D|<|4|,|$||| |{{{{{{{{{{{{{{{{{|{t{l{d{\{T{L{D{<{4{,{${{{ {zzzzzzzzzzzzzzzzzzzzrzjzbzZzRzJzBz:z3z,z%zzzzyyyyyyyyyyyyyyyyyywyoygy_yWyOyGy?y7y/y'yyyyyxxxxxxxxxxxxxxxxxx{xtxlxdx\xTQPONMLx!\[~sqfZeYdXca`_^]\[ Z YXWVUTS= < 7 6543210-,+)('&%$ #"! WVUTS R    ~}|{zy:98y7x6w5v4u3t2s1rwqvpuotnsmrkqjpiohngmflekdjcibhag`f_e^d\c[bZaY`X_V^U]TKSJRIPHOGNFLEKDICHBFAE@D?C>B=A<@;?0>/=.<-;,:+9*8)7(6'5&4%3$2#1"/-*)('&!            b ypg^VMD;2) ~~~~~~~~~~~~~~~~x~p~g~^~U~L~C~:~1~(~~~ ~}}}}}}}}}}}}}}}~}u}l}c}Z}Q}H}?}6},}#}}}||||||||||||||y|o|e|[|Q|G|=|3|)||| |{{{{{{{{{{{{{{w{m{c{Y{O{E{;{1{'{{{ zzzzzzzzzzzzzz}zsziz_zUzKzAz7z-z#zzzyyyyyyyyyyyyyyzyqygy]ySyIy?y6y,y"yyyxxxxxxxxxxxxxxyxoxex[xQxGx=x3x*x xx xwwwwwwwwwwwwwwwwmwcwYwOwEw;w1w'www vvvvvvvvvvvvvv~vtvjv`vVvLvBv8v.v$vvvuuuuuuuuuuuuuu|uruhu^uTuJu@u6u,u"uuutttttttttttttt|trtht^tTtJt@t6t,t"tttssssssssssssssysoses[sQsGs=s3s)sss srrrrrrrrrrrrrrwrmrcrYrPrFrg4g*g gg gffffffffffffffwfmfcfYfOfEf;f1f'fff eeeeeeeeeeeeee}eseie_eUeKeAe7e-e#eeeddddddddddddddydoded[dQdGd=d3d)ddd dccccccccccccccuckcacWcMcCc9c/c%cccbbbbbbbbbbbbbb{bqbgb]bSbIb?b5b+b!bb  p L Q? K  J  %| | F{ E E{ E B A > ; 5*  0P  +e  {g " ^ ~ | H{v c W SkI HkG , F bE XD XC XB XA X@ X? X> ?= ?< b; F9 876(5 *3 2 Y#   * * *  *     * Rxkr Op Lo Ll *k j (b a ` _ ^ ] f[)X vV )Q P O N qM pL rK sJ I H G F ~eE |B y? dF: o[9 oZ4 _3 \'2 YF1 X-X, LP+ J* I) I(f'?&% O$ Z# " ! A y y ybbR%RF CO ! >f ? ?f 6  4'~ /  /  .  ,  -   -C + +C _ _      % f~ x } P| { z ?y x wu't~ s nr l[q mepoXnmvk ePj di b%h ZXg QRe `Zd `b _*` X_ OX^ S*] MO\ F[ F Z XY BXX AXW CV @T ;S RQePeOzN(MaK+gJIH G9FKEsDC7gB*A *@x*?> 5=j%<Q;~:*987+C6%5.4K?3Ig2I1/0%/*.-+, +*5g) ?& 2?% 1$F# )X" (X! 'X  $* $ "[ X*  v> X XQ% M>R* P $ ' L ] ]??--? 6* &~ e} P|og{ xb?vgufgsTgrgqfp oenem*lf_kd_jJ_hc_g|dcUPb&Pae`e_e^e]e\$[eZeYXeVy UTS RQQ PONZFED=Z<b;968*7a6a5a4Y0r`-w`,`+p`*d`)k(A_'_&B_%B#b_"_ _b*^^k[[   " ' *'~(}|M%{&uc*tcs rnmr lQ k(j ih gfyeydc\M [MCWYV UTP| ON MWLW KJ IyH F7E7DBY?>8a[7[6[5[3 2'17 0 /'.O -Y, *)%'"X!X X# #[ /A " eer T C _ B ) k'}|Iyv uXtsrTqon m l%k j8 ife d c`_ ] [ZY$W_VU SSR}$QzP}SOSNkSMSLSK{PJ,IHG_FQE D;CBA*Q@?L><];:xR8R7lR6f.F-,k'+ * ( 'e%&f*%dF#W "V%!URRIb ?F=%QAQAlQR:%7*5.%+ , 0 d %  $ S*#bbbP~P} P|P{Pz PyPxPwPv PuPtsCpHl2k ihg]f$da-O^\O[&WN%M KDJI%CHcCGf Ed DJ A?@ ??#?>(?<)?;$?9?2<1E?0%*> )_<(F<'&%$(%# "!m%q**''Y7Yf'4'tB''&' ' f' ' d'''q''W'~p%};'{'z'yw6'v't8's9'rCp'o'n'mlk'jYi'g)'f'd'c'b'a `'_^$%]$'\'[Z'Y'Xk W'V'U'S~'R&'Q'P'ONo'M'Lp'K'J'I,'F'E'DC%B:'?>='<*;*:2'9'7'6x'54'0&/'.-(,'+ **%'$3%#%""! *''*'***x '  0J}|y'x vuvtFsrp'mXljf'ihfbe'd 'c'ba_4'^t'WlU"S'R'Q'O?MCLK&J.'I/G%@_?_'>'='9q'8('6s5s'4h3h'2 1'0/'.-', '+W'% '$p'!   '$$$,$2$`$$$$u$$5$$5$ $ $ $ 7$$"$$ df|1~~~~d~?}}}}F}||H|%{{{zz;yyyygy>y xxwxww=vvv]vrqqqFqpp ooo[o7onnnn0n mmkmllhlBl#kjjjmjHj"iiiii[i2i hhhCggAgfO| %] party_family"financeFinancialfinancial topics of single issue parties+{ %+ party_familya-corAnti-corruptionz +!Qqcabinet_supportcarab-listArab listsArab satellite lists (Israel only)https://en.wikipedia.org/wiki/Arab_satellite_lists}y + 3Mq cabinet_supportparliamentary-groupminister and parliamentary groupminister and member of cabinet parliamentary groupnx ! news_type snippetssnippetsParlGov snippets on Github -- https://github.com/hdigital/parlgov-snippets%w %# party_family+teeTeetotalism0v %3 party_familycaucusparliamentary group$t ' news_type2miscmiscellaneous's % news_typeannounceannouncement#r  news_typenew-datanew data)q ## news_typepublicationpublicationp  news_typeupdateupdate+o %% news_typepresentationpresentation'n ) news_typestablestable release$m # news_type changechange data#l # news_typeZvotesvotes level$k  % news_typerecentrecent eventgg %# party_family-mioMillionaireparty created by business person with significant private funding&f % party_familyno-partyno partyused for entries that are no parties and were this proporty does not follow from the party family classification ('no family')|e %5 party_familyone-seatone seatParties that won one seat in a single election and less than one percent vote share.d # faq_sectiondataData$c # faq_sectionreleaseReleasesZb %)i party_familyetc-famother (family)group of others that belongs to a party familyOa % ]party_familylibertasLibertashttp://en.wikipedia.org/wiki/Libertas.euT` %' aparty_family#creditSocial credithttp://en.wikipedia.org/wiki/Social_creditq_ %9 party_familymin-lawelectoral law minorityParty that benefits from electoral law for minority parties.+^ %/ party_family%vetMilitary veterans#] % party_familyclerClericalR[ %% _party_familypiratePirate partyhttp://en.wikipedia.org/wiki/Pirate_Party,Z %+ party_familyabroadAbroad district$Y % party_familyautonAutonomy-X %- party_familysinglesingle candidate.V #%' faq_sectioncontributionContributions"U #  faq_sectiongeneralGenerallT % party_familydistrictDistrictparty or group in special district provided by national election law(S %! party_family*monarchMonarchism+R %% party_familylib-leftLiberal-left|Q %!7 party_familytransTransitionsocial movement that took part in an election in the process of democratic transitionzP %5 party_familyno-seatno seatLargest party that won no seats in an election and less than one percent vote share.*O %' party_family animalAnimal rights=N 9)+ person_family_relationspouse-divorcespouse/divorcedEM 9%? person_family_relationnephew-niecenephew/niece [uncle/aunt]4L 9+ person_family_relationchildchildren/parent:K 9'' person_family_relationparent-in-lawparent-in-law,J 9 person_family_relationspousespouse?I 9!7 person_family_relationgrandchildgrand children/parent7H 9- person_family_relationpartnerdomestic partner?G 9= person_family_relation siblingsibling (brother/sister))F % party_family'satiricalSatirical\D %- gparty_familya-clericAnti-clericalismhttp://en.wikipedia.org/wiki/Anti-clericalism$C %! party_familysepSeparatist7B +++ cabinet_supportdeputy-ministerdeputy minister3@ +/ cabinet_support irregularirregular support#? % party_familyrelReligious]> /!/[ party_change_typepoliticiansingle politicianformed by single (prominent) politician"< % party_family!taxTaxation89 += cabinet_support regularinformal regular support28 +- cabinet_supportagreementformal agreement/7 ++ cabinet_supportpromisesupport promise/* %5 party_familyeuroEuropean integration') %# party_familya-sysAnti-system&( %! party_familyrightRight-wing-' %1 party_familyantiAnti-establishment& % party_familywomWoman%% %! party_family$pensPensioners-$ %3 party_familycspCommunist Successor# /? party_change_typesuccessorsuccessorSuccessor party formed by former activists of the predecessor party that ceased to exist.l" /5{ party_change_typejoinedjoining larger groupParty joins a larger group without forming a new party.n! / party_change_typemergedmergerNew party is formed by merging two or more parties that cede to exist.Z /k party_change_typedivisiondivisionOne party divides into two or more new parties.h /){ party_change_typesplintersplinter groupNew party is formed as splinter group of another party.' 3 cabinet_termination otherother2 -- election_ep_typeregularregular election' %# party_familycodeto be codedc- %1 party_familyallelectoral alliance ' %% party_familyconConservative<1 %) party_familypopPopulistpopulist partyUG 339 cabinet_terminationresignation-cabinetresignation -- cabinet4 3+MY cabinet_terminationconfidence-votelosing confidence vote -- RECODEcabinet fails by loosing e.g. vote of confidence, investiture vote, constructive vote of no-confidence& %# party_family natNationalistW 35;# cabinet_terminationelection-dissolutionelection -- dissolutiondissolution of parliament and elections before the end of the official term) %+ party_familyxecoGreen/EcologistF -%K election_ep_typeappointmentsappointments after EU accession! % party_familyethEthnicJa %'} party_familyspecSpecial issuesingle issue parties focussing on particular topics onlyLj 3 -3c cabinet_terminationelection-regularelection -- regularelection at the end of a legislative period- %3 party_familyscomCommunist/Socialist8 '!9 election_typeparliamentParliamentary election% % party_familynoneno family * %- party_family}socSocial democracyj 3%CW cabinet_terminationchange-partychange -- party compositionchange of coalition party composition# % party_familyregRegionalH# % party_familyfascFascistYA -#C election_ep_typeby-electionby-election after accession" % party_familylibLiberal(? 3= cabinet_terminationchange-pmchange -- prime ministerI 3)G cabinet_terminationresignation-pmresignation -- prime minister. %3 party_familychrChristian democracy2# % party_familyagrAgrarianF- '3 election_typeepEuropean Parliament duZ>"~~~~~]~?~}}}}}w}Z}=}(}|||||||m|X|A|,||{{{{{j{J{0{{zzzzzz{zczNz8z"z yyyyyyynyXyBy)yxxxxxxxjxQx;x!x wwwwwwwmwUw@w*wwvvvvvxvPv'vuuu)9)person_family_relationspouse-divorceN!9person_family_relationspouseJ"9person_family_relationsiblingG"9person_family_relationpartnerH(9'person_family_relationparent-in-lawK'9%person_family_relationnephew-nieceM%9!person_family_relationgrandchildI 9person_family_relationchildL%party_familywom&%party_familyvet^%party_familytransQ%party_familyteew%party_familytax<%party_familyspec%party_familysoc %party_familysingleX%party_familysepC%party_familysatiricalF%party_familyright(%party_familyrel?%party_familyreg %party_familypop%party_familypirate[%party_familypens%%party_familyone-seate%party_familynone %party_familyno-seatP%party_familyno-partyf%party_familynat%party_familymonarchS%party_familymiog%party_familymin-law_%party_familylibertasa%party_familylib-leftR%party_familylib%party_familyfinance|%party_familyfasc%party_familyeuro*%party_familyeth%party_familyetc-famb%party_familyeco%party_familydistrictT%party_familycsp$%party_familycredit`%party_familycon%party_familycom%party_familycode%party_familycler]%party_familychr%party_familycaucusv%party_familyautonY%party_familyanti'%party_familyanimalO%party_familyall%party_familyagr%party_familyabroadZ%party_familya-sys)%party_familya-cor{%party_familya-clericD/party_change_typesuccessor#/party_change_typesplinter /!party_change_typepolitician>/party_change_typemerged!/party_change_typejoined"/party_change_typedivision news_typevoteslnews_typeupdatepnews_typestablennews_typesnippetsxnews_typerecentk#news_typepublicationq%news_typepresentationonews_typenew-datarnews_typemisctnews_typechangemnews_typeannounces#faq_sectionreleasec#faq_sectiongeneralU#faq_sectiondatad#%faq_sectioncontributionV'!election_typeparliament 'election_typeep-election_ep_typeregular -#election_ep_typeby-election!-%election_ep_typeappointments&3)cabinet_terminationresignation-pm+33cabinet_terminationresignation-cabinet3cabinet_terminationother(3-cabinet_terminationelection-regular,35cabinet_terminationelection-dissolution'3+cabinet_terminationconfidence-vote!3cabinet_terminationchange-pm$3%cabinet_terminationchange-party +cabinet_supportregular9+cabinet_supportpromise7'+3cabinet_supportparliamentary-groupy+cabinet_supportirregular@#++cabinet_supportdeputy-ministerB+cabinet_supportarab-listz+cabinet_supportagreement8 {`c6 ~~~m~A~}}}h};} |||t|.{{{`/!Ginfo_tablesqlite_autoindex_info_table_152 1RCiexternal_party_castles_mairsqlite_autoindex_external_party_castles_mair_1119 1GCSexternal_party_castles_mairexternal_party_castles_mair_a9e7aee119 7D5[external_party_chesssqlite_autoindex_external_party_chess_1251 1:5Eexternal_party_chessexternal_party_chess_a9e7aee251 11)mp_epmp_ep_2c0a4aa56664 3<-Sinfo_data_sourcesqlite_autoindex_info_data_source_1164 1,%5mp_ep_personmp_ep_person_534dd892870 115+%5mp_ep_personmp_ep_person_764fa812870 14XIoexternal_party_huber_inglehartsqlite_autoindex_external_party_huber_inglehart_1300 1%!3commissioncommission_52094d6e13 1+ %7commissionercommissioner_67a244e3222 18) %5commissionercommissioner_534dd89222 9* %7commissionercommissioner_21b911c5222 2) %5commissionercommissioner_764fa81222 4N ?eexternal_party_euprofilersqlite_autoindex_external_party_euprofiler_1274 1!)mp_deump_deu_764fa817911 7911)%5party_familyparty_family_764fa81334 2+%7party_familyparty_family_777d41c8334 14+Ainfo_idsqlite_autoindex_info_id_169 9 1-info_idinfo_id_67219af669 9-info_idinfo_id_3ba08eca69 2-info_idinfo_id_2ffcd08c69 2 mp10041 DZ2~~~~~a~:~}}}Q})|||||y|N|#{{{{g{3zzzzzQz*yyyy|yPy(yxxxxnxIxwwww~wdw4wvvvlv8vuuuuuTu+ttttt]t>tssssisAsrrrrrgr4qqqqqtqHqpppp9oooooao;o!nnnnTnmmmmPmllllmlNl,lkkkkgkBk(jjjjwjUj/jiii~iLihhhhhQh(hgggg`g?gffffyf]f6f$eeeeleHedddtdBdccccTc'bbbbbLb#aaayaXa6a````v`O`6`____v_Z_D_$_^^^^^_^@^%^ ]]]]]^];]\\\\\\0\[[[[[h[G["ZZZZZeZ;ZYYYY|Y]Y?Y#XXXXX\X+X WWWWgWCW(WVVVVVV.VUUUU~UZUCUTTTTTTkTMT*SSSSSoSYS2SRRRRRRkRERQQQQ}QXQ4QPPPzPdPFP0OOOOOnOTO8ONNNNNSN5NMMMMMNM'LLLLrL@L)LKKKKKhKAK&KJJJJJpJJJIIIIIkIFI'IHHHHQHGGGG`G4GFFFFkFEFEEEEEvEWE9EDDDD#;!JPSDPSocial Democratic Party"9!JPNCPNew Conservative Party$= JPLDPLiberal Democratic Party JPKom.Komeito!7 JPJCPJapan Communist Party~- JPDPDemocratic Party}- USRepRepublican Party|- |USDemDemocratic Party'{C fTRMHPMilliyetçi Hareket Partisiz# PTRGPGenç Partiy/ :TRDYPDogru Yol Partisi"x9 $TRDSPDemokratik Sol Partisi%w; TRDEHAPDemokratik Halk Partisi#v;TRCHPCumhuriyet Halk Partisiu-TRANAPAnavatan Partisi&tATRAKPAdalet ve Kalkinma Partisi&sACHSVPSchweizerische Volkspartei2rYCHSPSSozialdemokratische Partei der Schweizq5CHSDSchweizer Demokraten)pGCHPdAPartei der Arbeit der Schweiz'oC|CHLPSLiberale Partei der Schweiz%n?lCHGPSGrŸne Partei der Schweiz7mc\CHFDPFreisinnig-Demokratische Partei der Schweiz0lULCHEVPEvangelische Volkspartei der Schweiz/kSMNLSGPStaatkundig Gereformeerde Partij!=5NLPvdAPartij van de Arbeid</NLLPFLijst Pim Fortuyn;#NLGLGroen Links:'NLD66Democraten 669%NLCUChristenUnie(8ENLCDAChristen Democratisch Appe`l7/nMTNPNationalist Party61\MTMLPMalta Labour Party!59JMTADDemocratic Alternative04S6LULSAPLuxembourg Socialist Workers' Party3"LUGThe Green2-LUDPDemocratic Party1LUDLThe Left+0KLUCSVChristian Social People's PartyCAUONPauline Hanson's One Nation&=CAUNPNational Party of Australia&<AAULPALiberal Party of Australia;/AUGRNAustralian Greens":9qAUALPAustralian Labor Party95_AUADAustralian Democrats81EUAZYUFor United UkraineW7#+UAZMAll-Ukrainian Political Union 'Zhinky za Majbutnie' (Women for the Future)$6?UAYEUkrainian Party 'Unity'&5CUAYAPolitical Party 'Yabluko'&4AUASPUSocialist Party of Ukraine63_UASDPUUnited Social-Democratic Party of Ukraine"29UAPZUGreen Party of Ukraine!19UANVNataliya Vitrenko Bloc-0QuUANUViktor Yushchenko Bloc Our Ukraine&/A[UAKPUCommunist Party of Ukraine*.KAUAJTJuliya Tymoshenko Election Blok;-e'UADPU-DSDemocratic Party of Ukraine/Democratic Union3,Y SIZLSDZdružena Lista Socialnih Demokratov(+ESISNSSlovenska Nacionalna Stranka$*=SISMSStranka Mladih Slovenije%)?SISLSSlovenska Ljudska Stranka/(SSISDSSocialdemokratska Stranka Slovenije:'iSINSiNova Slovenija-Krščanska Ljudska Stranka+&KqSILDSLiberalna Demokracija Slovenije;%gWSIDeSUSDemokratična Stranka Upokojencev Slovenije($C=SKSmerParty Direction - Third Way!#7#SKSNSSlovak National Party,"M SKSMKParty of the Hungarian Coalition2!WSKSKDUSlovak Democratic and Christian Union% =SKSDL'Party of Democratic Left)GSKSDASocial-Democratic AlternativeSKRPSRPS$=SKOKSCivic Conservative Party)rSKLUPeople's Union"9XSKKSSSlovak Communist Party)G>SKKDHChristian Democratic Movement/Q$SKHZDSMovement for a Democratic Slovakia1 SKANONew Civic Alliance3SRSSJParty of Serb Unity1SRSRSSerb Radical Party 5SRSPSSerb Socialist Party$=SRSPOSerbian Renewal Movement$=SRSNSSocialist People's Party-OnSRSDPSocial Democratic Party of Serbia$=TSRGSSCivic Alliance of Serbia&A:SRDSSDemocratic Party of Serbia+K SRDOSDemocratic Opposition of Serbia1USRDHSSChristian-Democratic Party of Serbia! 9 SRDADemocratic Alternative  RUYABLOKOYabloko! 7 RUSPSUnion of Right Forces4 W RURODINAPeople's Patriotic Block 'Motherland'/ Q RULDPRLiberal Democratic Party of Russia6_ jRUKPRFCommunist Party of the Russian Federation' PRUERUnited Russia2W 6ROUDMRRomániai Magyar Demokrata Szövetseg%? ROPURHumanist Party of Romania#; ROPSDSocial Democratic Party3 ROPRMGreat Romania Party<i ROPNTCDChristian Democratuc National Peasants's Party"9 ROPNLNational Liberal Party) ROPDDemocrat Party/Q PLZKPPZKP/Proletartiat/KPP/PSPR combined~' lPLUWFreedom Union#}; RPLUPRUnion for Real Politics|% 8PLUPLabour Union'{C PLSLDAlliance of Democratic Left-zS PLSSelf Defence of the Polish Republic5y_ PLROPMovement for the Reconstruction of Polandx+ PLPiSLaw and Justice w5 PLPSLPolish Peasant Partyv1 PLPOCitizens' Platform%u? PLLPRLeague of Polish Families&tA pPLAWSSolidarity Election Action%s? VMDUCMCentrist Union of Moldova/rQ CCZSNKAssociation of Independents*=ICZRMSRepublicans of Miroslav Sladek"<9CZODSCivic Democratic Party2;YCZNKLNational Conservative League (Illegal)%:?~CZMDSMoravian Democratic Party39YdCZKSCMCommunist Party of Bohemia and Moravia>8qJCZKDUChristian and Democratic Union-Czechoslovak People*7G0CZCSSDCzech Social Democratic Party.6QHRSDPSocial Democratic Party of Croatia5'HRLSLiberal Party04QHRLIBRAParty of Liberal Democrats (Libra)$3=HRIDSIstrian Democratic Union"29HRHSSCroatian Peasant Party!17HRHSPCroatian Rights Party*0GzHRHSLSCroatian Social Liberal Party#/;`HRHNSCroatian People's Party).GFHRHDZCroatian Democratic Community-),HRHBCroatian Block,/HRDCDemocratic Center/+QBGVMROVMRO - Bulgarian National Movement#*;BGUFDUnion of Free Democrats&)ABGODSUnion of Democratic Forces*(GBGNDSTNational movement 'Simeon II' '9BGGSt.George Day Movement,&M~BGDPSMovement for Rights and Freedoms(%E}BGCPBCitizens' Party for Bulgaria2$WcBGBZNSBulgarian Agricultural National Union%#?IBGBSPBulgarian Socialist Party."O/BGBSDPBulgarian social-democratic party0!SBGBNDPBulgarian national democratic party% ?BGBKPBulgarian Communist Party#;BGBBBBulgarian Business Bloc2WBASPRSSocialist Party of Republic of Srpska2WBASNSDParty of Independent Social Democrats$=BASDSSerbian Democratic Party=o|BASDPSocial Democratic Party of Bosnia and Hercegovina&AcBASDAParty of Democratic Action-MIBASBiHParty for Bosnia and Hercegovina)G0BAPDPParty for Democratic Progress)GBAHDZCroatian Democratic Community'BYWPWomen's Party1BYUCPUnited Civic Party*IBYPKBParty of Communists Belarusian%BYLPLabour Party/SBYLDPLiberal-Democratic Party of Belarus&AzBYKPBCommunist Party of BelarusE`BYCCPConservative-Christian Party of Belarusian People's FrontFyFBYBSDP-NHBelarusian Social-Democratic Party 'Narodnaya Hramada'1U,BYBSDHBelarusian Social-Democratic Hramada% ?BYBPFBelarusian People's Front% ?BYAPBAgrarian Party Belarusian# ;ALPSDSocial Democratic Party% AALPSSocialist Party of Albania -ALPRRepublican Party&AALPLLMovement of Legality Party";vALPDrReformed Democrat Party-\ALPDDemocratic Party&?BALPBDNJHuman Rights' Union Party$?@ALPASAgrarian Party of Albania+M&ALPADParty of the Democratic Alliance"9ALBLSHAlbanian Liberal Union- UALBKParty of the Albanian National Front tp}vohaZSLE>70)" ~~~~~~~~~~~~~~~~~~~~z~s~l~e~^~W~P~I~B~;~4~-~&~~~~ ~}}}}}}}}}}}}}}}}}}}~}w}p}i}b}[}T}M}F}?}8}1}*}#}}}}}|||||||||||||||||||x|p|h|`|X|P|H|@|8|0|(| ||||{{{{{{{{{{{{{{{{{x{p{h{`{X{P{H{@{8{0{({ {{{{zzzzzzzzzzzzzzzzzxzpzhz`zXzPzHz@z8z0z(z zzzzyyyyyyyyyyyyyyyyyxypyhy`yXyPyHy@y8y0y(y yyyyxxxxxxxxxxxxxxxxxxxpxhx`xXxPxHx@x8x0x(x xxxxwwwwwwwwwwwwwwwwwxwpwhw`wXwPwHw@w8w0w(w wwwwvvvvvvvvvvvvvvvvvxvpvhv`vXvPvHv@v8v0v(v vvvvuuuuuuuuuuuuuuuuuxupuhu`uXuPuHu@u8u0u(u uuuutttttttttttttttttxtp!!    ~ } || f{ Pz :y $x wvutsrqp|oln\mLl<k,jihgfedcbxad`P_<^*]\[ZYXWVUTvSdRRQ@P,ONMLKJIHGFtEdDTCDB4A @ ?>=<;:98n7\6J564"3210/.-,+n*Z)F(2'& %$#"! ziXG7'se W I ; ' m[I7) }iUA-weSA/ q]G1wcO;'q_E+u[A' qW=# rX>$ nT:       j P 6        l~ R} 8| { z y x w v u pt Vs =<;~:d9J807654321z0`/F.,-,+*)('~&}%c$I#/"! |cI0z`F,     v\B@& DS~~~X~}}}W} |||j|2{{{{M{zzzfz$yyy_yxxxPxwwwcw&vvvYvuuuPutttQtsssRsrrrXrqqq]qpppYpoo}oMonnnTnmmmam)lllcl!kkkak&jjjfjiiiTihhhrh7ggggVgfffkf.eeeeHeddd]d"cccbc"bbbbb&aaata/```o`1___k_,^^^p^%]]]r]/\\\i\'[[[[AZZZZNZYYYXY XXXdX$WWWmW+VVVkV*UU~U:TTTsT4SSSpS-RRRmR0QQQxQ4PPPwPi )5 EuropeWestern EuropeFrance, MetropolitanFXFXXFX3h +! rAsiaSouth East AsiaEast TimorTPTMPrTPBg !I VAsiaSouth AsiaBritish Indian Ocean TerritoryIOIOIOTVIOEf )5' JAtlantic OceanSouth Atlantic OceanBouvet IslandBVBVBVTJBV4e !!!  AntarcticaAntarcticaAntarcticaAYAQATA AQ7d 'AsiaEast AsiaMacau (China)MacauMCMOMACMO>c /XAsiaEast AsiaHong Kong (China)VictoriaHKHKHKGXHK;b +AfricaSouthern AfricaZimbabweHarareZIZWZWEZW9a +~AfricaSouthern AfricaZambiaLusakaZAZMZWB~ZML` )=AfricaCentral AfricaZaire (Dem Rep of Congo)KinshasaCGZRZARZR5_ +wAsiaSouth West AsiaYemenSanaaYMYEYEMwYE7^ 'rOceaniaPacificWestern SamoaApiaWSWSWSMrWS?] +)AfricaNorthern AfricaWestern SaharanoneWIEHESHEHM\ /9lOceaniaPacificWallis and FutunaMata-Utu (on Ile Uvea)WFWFWLFlWFI[ #)-RAmericasWest IndiesVirgin IslandsCharlotte AmalieVQVIVIRRVI7Z +AsiaSouth East AsiaVietnamHanoiVMVNVNMVN=Y '^AmericasSouth AmericaVenezuelaCaracasVEVEVEN^UE6X $OceaniaPacificVanuatuPort-VilaNHVUVUT$VUEW %!3\AsiaCentral AsiaUzbekistanTashkent (Toshkent)UZUZUZB\UZ>V '!ZAmericasSouth AmericaUruguayMontevideoUYUYURYZUYHU '')HAmericasNorth AmericaUnited StatesWashington, DCUSUSUSAHUSCT )):EuropeWestern EuropeUnited KingdomLondonUKGBGBR:UK/GBHS +5AsiaSouth West AsiaUnited Arab EmiratesAbu DhabiTCAEAREAE7R )$EuropeEastern EuropeUkraineKievUPUAUKR$UA9Q ) AfricaEastern AfricaUgandaKampalaUGUGUGA UG4P OceaniaPacificTuvaluFunafutiTVTVTUVTVMO #=!AmericasWest IndiesTurks and Caicos IslandsGrand TurkTKTCTCATC '!AmericasSouth AmericaSurinameParamariboNSSRSURSR:= +AfricaNorthern AfricaSudanKhartoumSUSDSDNSD6< !AsiaSouth AsiaSri LankaColomboCELKLKALK:; /EuropeSouth West EuropeSpainMadridSPESESPESA: +%AfricaSouthern AfricaSouth AfricaPretoriaSFZAZAFZA<9 )AfricaEastern AfricaSomaliaMogadishuSOSOSOMSO:8 +ZOceaniaPacificSolomon IslandsHoniaraBPSBSLBZSB@7 /EuropeSouth East EuropeSloveniaLjubljanaSISISVNSI>6 )!EuropeCentral EuropeSlovakiaBratislavaLOSKSVKSK=5 +AsiaSouth East AsiaSingaporeSingaporeSNSGSGPSG@4 )%AfricaWestern AfricaSierra LeoneFreetownSLSLSLESL<3 %!AfricaIndian OceanSeychellesVictoriaSESCSYCSC82 )AfricaWestern AfricaSenegalDakarSGSNSENSN=1 +%AsiaSouth West AsiaSaudi ArabiaRiyadhSASASAUSAI0 )7AfricaWestern AfricaSao Tome and PrincipeSao TomeTPSTSTPSTA/ +!!EuropeSouthern EuropeSan MarinoSan MarinoSMSMSMRSMT. #MAmericasWest IndiesSaint Vincent and the GrenadinesKingstownVCVCVCTVCR- '?%AmericasNorth AmericaSaint Pierre and MiquelonSaint-PierreSBPMSPMPM>, ##AmericasWest IndiesSaint LuciaCastriesSTLCLCALCJ+ #7!AmericasWest IndiesSaint Kitts and NevisBasseterreSCKNKNAKN8* )AfricaCentral AfricaRwandaKigaliRWRWRWARW5) 'AsiaNorthern AsiaRussiaMoscowRSRURUSRU?( /EuropeSouth East EuropeRomaniaBucharestROROROMRO<' %#~AfricaIndian OceanReunionSaint-DenisREREREU~RE4& +zAsiaSouth West AsiaQatarDohaQAQAQATzQA>% ##vAmericasWest IndiesPuerto RicoSan JuanRQPRPRIvPR=$ /lEuropeSouth West EuropePortugalLisbonPOPTPRTlPT8# )hEuropeEastern EuropePolandWarsawPLPLPOLhPL?" -dOceaniaPacificPitcairn IslandsAdamstownPCPNPCNdPNOceaniaPacificNorfolk IslandKingstonNFNFNFK>NF/ :OceaniaPacificNiueAlofiNENUNIU:NU8 )6AfricaWestern AfricaNigeriaAbujaNINGNGA6NG7 )2AfricaWestern AfricaNigerNiameyNGNENER2NE? +.AmericasCentral AmericaNicaraguaManaguaNUNINIC.NI; #!*OceaniaPacificNew ZealandWellingtonNZNZNZL*NZ9 'OceaniaPacificNew CaledoniaNoumeaNCNCNCLNCI #5!AmericasWest IndiesNetherlands AntillesWillemstadNTANANTAN@ )#EuropeWestern EuropeNetherlandsAmsterdamNLNLNLDNL4 ! AsiaSouth AsiaNepalKathmanduNPNPNPL NP> 3OceaniaPacificNauruno official capitalNRNRNRUNR8 +AfricaSouthern AfricaNamibiaWindhoekWANAMH ++-hAsiaSouth East AsiaMyanmar (Burma)Rangoon (Yangon)BMMMMMRhMM= +!AfricaSouthern AfricaMozambiqueMaputoMZMZMOZMZ9 +AfricaNorthern AfricaMoroccoRabatMOMAMARMA= #!AmericasWest IndiesMontserratPlymouthMHMSMSRMS< '#AsiaNorthern AsiaMongoliaUlaanbaatarMGMNMNGMN8 )EuropeWestern EuropeMonacoMonacoMNMCMCOMC; )EuropeEastern EuropeMoldovaChisinauMDMDMDAMDJ K GOceaniaPacificMicronesia, Federated States ofPalikirFMFSMGFM; +AmericasCentral AmericaMexicoMexicoMXMXMEXMX: %AfricaIndian OceanMayotteMamoutzouMFYTMYTYT= %!AfricaIndian OceanMauritiusPort LouisMPMUMUSMU@ )!!AfricaWestern AfricaMauritaniaNouakchottMRMRMRTMRC #!)AmericasWest IndiesMartiniqueFort-de-FranceMBMQMTQMQ<~ -HOceaniaPacificMarshall IslandsMajuroRMMHMHLHMH:} +EuropeSouthern EuropeMaltaVallettaMTMTMLTMT6| )AfricaWestern AfricaMaliBamakoMLMLMLIML:{ !%AsiaSouth AsiaMaldivesMale (Maale)MVMVMDVMV?z +%AsiaSouth East AsiaMalaysiaKuala LumpurMYMYMYSMY;y +AfricaSouthern AfricaMalawiLilongweMIMWMWIMW@x %!%AfricaIndian OceanMadagascarAntananarivoMAMGMDGMG>w /'EuropeSouth East EuropeMacedoniaSkopjeMKMKMKD'MK@v )!!EuropeWestern EuropeLuxembourgLuxembourgLULULUXLUt )'EuropeCentral EuropeLiechtensteinVaduzLSLILIELI9s +AfricaNorthern AfricaLibyaTripoliLYLYLBYLY;r )AfricaWestern AfricaLiberiaMonroviaLILRLBRLR:q +AfricaSouthern AfricaLesothoMaseruLTLSLSOLS8p +AsiaSouth West AsiaLebanonBeirutLELBLBNLB6o )EuropeEastern EuropeLatviaRigaLGLVLVALV8n +AsiaSouth East AsiaLaosVientianeLALALAOLA9m %!AsiaCentral AsiaKyrgyzstanBishkekKGKGKGZKG7l +AsiaSouth West AsiaKuwaitKuwaitKUKWKWTKW6k %AsiaEast AsiaKorea, SouthSeoulKSKRKORKR;j %!AsiaEast AsiaKorea, NorthP'yongyangKNKPPRKKP4i (OceaniaPacificKiribatiTarawaKRKIKIR(KI8h )AfricaEastern AfricaKenyaNairobiKEKEKENKEAg %!+AsiaCentral AsiaKazakhstanAstana (Akmola)KZKZKAZKZ6f +AsiaSouth West AsiaJordanAmmanJOJOJORJO/e AsiaEast AsiaJapanTokyoJAJPJPNJP:d #AmericasWest IndiesJamaicaKingstonJMJMJAMJM6c +|EuropeSouthern EuropeItalyRomeITITITA|IT:b +xAsiaSouth West AsiaIsraelJerusalemISILISRxIL9a )tEuropeWestern EuropeIrelandDublinEIIEIRLtIE6` +pAsiaSouth West AsiaIraqBaghdadIZIQIRQpIQ5_ +lAsiaSouth West AsiaIranTehranIRIRIRNlIR;^ +hAsiaSouth East AsiaIndonesiaJakartaIDIDIDNhID4] !dAsiaSouth AsiaIndiaNew DelhiINININDdIN=\ +`EuropeNorthern EuropeIcelandReykjavikICISISL`IS;[ )\EuropeCentral EuropeHungaryBudapestHUHUHUN\HUBZ +#TAmericasCentral AmericaHondurasTegucigalpaHOHNHNDTHNPY +;%PEuropeSouthern EuropeHoly See (Vatican City)Vatican CityVTVAVATPVA>X #)LAmericasWest IndiesHaitiPort-au-PrinceHAHTHTILHT=W '!HAmericasSouth AmericaGuyanaGeorgetownGYGYGUYHGY?V )'pAfricaWestern AfricaGuinea-BissauBissauPUGWGNBpGW9U )DAfricaWestern AfricaGuineaConakryGVGNGINDGNAT +@AmericasCentral AmericaGuatemalaGuatemalaGTGTGTM@GT9S + )/AfricaWestern AfricaEquatorial GuineaMalaboEKGQGNQGQF= +#%AmericasCentral AmericaEl SalvadorSan SalvadorESSVSLVSV7< +2AfricaNorthern AfricaEgyptCairoEGEGEGY2EG9; 'AmericasSouth AmericaEcuadorQuitoECECECUECJ: #1'AmericasWest IndiesDominican RepublicSanto DomingoDRDODOMDO99 #AmericasWest IndiesDominicaRoseauDODMDMADM<8 )AfricaEastern AfricaDjiboutiDjiboutiDJDJDJIDJ>7 +!EuropeNorthern EuropeDenmarkCopenhagenDADKDNKDK@6 ))EuropeCentral EuropeCzech RepublicPragueEZCZCZECZ85 +AsiaSouth West AsiaCyprusNicosiaCYCYCYPCY54 #AmericasWest IndiesCubaHavanaCUCUCUBCU<3 /EuropeSouth East EuropeCroatiaZagrebHRHRHRVHRE2 )'%AfricaWestern AfricaCote d'IvoireYamoussoukroIVCICIVCIA1 +!AmericasCentral AmericaCosta RicaSan JoseCSCRCRICR80 %OceaniaPacificCook IslandsAvaruaCWCKCOKCKM/ )9#AfricaCentral AfricaCongo, Republic of theBrazzavilleCFCGCOGCG7. %AfricaIndian OceanComorosMoroniCNKMCOMKM;- 'AmericasSouth AmericaColombiaBogotaCOCOCOLCOM, +;#AsiaSouth East AsiaCocos (Keeling) IslandsWest IslandCKCCCCKCCI+ +-)AsiaSouth East AsiaChristmas IslandThe SettlementKTCXCXRCX1* AsiaEast AsiaChinaBeijingCHCNCHNCN:) 'AmericasSouth AmericaChileSantiagoCICLCHLCL9( )AfricaCentral AfricaChadN'DjamenaCDTDTCDTDJ' )=AfricaCentral AfricaCentral African RepublicBanguiCTCFCAFCFD& #)#AmericasWest IndiesCayman IslandsGeorge TownCJKYCYMKY;% )!AfricaWestern AfricaCape VerdePraiaCVCVCPVCV7$ '|AmericasNorth AmericaCanadaOttawaCACACAN|CA9# )xAfricaWestern AfricaCameroonYaoundeCMCMCMRxCM;" +!tAsiaSouth East AsiaCambodiaPhnom PenhCBKHKHMtKH:! )lAfricaCentral AfricaBurundiBujumburaBYBIBDIlBIC )%#VAfricaWestern AfricaBurkina FasoOuagadougouUVBFBFAVBF: /dEuropeSouth East EuropeBulgariaSofiaBUBGBGRdBGB +3`AsiaSouth East AsiaBruneiBandar Seri BegawanBXBNBRN`BNH #9\AmericasWest IndiesBritish Virgin IslandsRoad TownVIVGVGB\VG9 'LAmericasSouth AmericaBrazilBrasiliaBRBRBRALBR; +HAfricaSouthern AfricaBotswanaGaboroneBCBWBWAHBWK /9FEuropeSouth East EuropeBosnia and HerzegovinaSarajevoBKBABIHFBA@ ')DAmericasSouth AmericaBoliviaLa Paz / SucreBLBOBOLDBO1 !@AsiaSouth AsiaBhutanThimphuBTBTBTN@BT8 # +!#AsiaSouth West AsiaAzerbaijanBaku (Baki)AJAZAZEAZ7 )(EuropeCentral EuropeAustriaViennaAUATAUT(AT5 $OceaniaPacificAustraliaCanberraASAUAUS$AU: #!AmericasWest IndiesArubaOranjestadAAAWABWAW7 +3AsiaSouth West AsiaArmeniaYerevanAMAMARM3AM@ '% AmericasSouth AmericaArgentinaBuenos AiresARARARG ARH #3%AmericasWest IndiesAntigua and BarbudaSaint John'sACAGATGAG= #!AmericasWest IndiesAnguillaThe ValleyAVAIAIAAI7 +AfricaSouthern AfricaAngolaLuandaAOAOAGOAOD /-EuropeSouth West EuropeAndorraAndorra la VellaANADANDAD; )OceaniaPacificAmerican SamoaPago PagoAQASASMAS9 + AfricaNorthern AfricaAlgeriaAlgiersAGDZDZA DZ: /EuropeSouth East EuropeAlbaniaTiranaALALALBAL4 !#AsiaSouth AsiaAfghanistanKabulAFAFAFGAF32 1565O4j?V|vpib[TMF?UTSwRgQZPIO9N$MLeKDJ$IHdGCF"E|DPC2BAr@S?.>=qCroatiaHRV2013-07-01QHR>!!  CANCANADACA|D !!  SpainESP1961-08-031986-01-01! ESESPSPAINESI !! ItalyITA1962-03-291958-01-01| ITITALYITAITALYIT|: !  RomaniaROU2007-01-01]ROROMANIAROO !! DenmarkDNK1961-05-301973-01-01 DKDENMARKDNKDENMARKDK6 !  TurkeyTUR1961-08-02J!TURKEY"TR>!  LithuaniaLTU2004-05-01XLTLITHUANIALTA#! #  New ZealandNZL1973-05-29*@NZLNEW ZEALANDNZ*:!   BulgariaBGR2007-01-01dPBGBULGARIABGd?!   NorwayNOR1961-07-04B NORWAYNORNORWAY#NOB[#!!## NetherlandsNLD1961-11-131958-01-01NLNETHERLANDSNLDNETHERLANDS NLJ!!!!  LuxembourgLUX1961-12-071958-01-01LULUXEMBOURG LU!  /JapanJPN1964-04-28GJAPANJPNeeds information or comment in coding rules for largest party that won no seats.E !!  SlovakiaSVK2000-12-142004-05-01` SKSLOVAKIASK kjihKgYf$e d cb{a[`B_) wv%utxsSr?q%pomnQm7lyx[}|B{Bz\~.;  ~e1~MGfO QE~~~Z~}}}_}5}||<| {{{i{9zzzzZzyyyyCxxx_x5xwwcwvvvBuuuju4uttdt6ssssBsrrrnr#qqqwqCqpppRpooo\o1nnn|n>n mmmmpm#lllwl2kkkek,jjjaj4iiiizi0ihh}h)gggKgffYf eeeTe%dddadcccAbbbxbVbaaqa7a```J`__t_.^^^S^]]w]J]\\\W\[[[m['-Switzerl FREEFreedom PartyFreiheits ParteiA=1?Switzerl ALTGRAlternative GreensGrune Alternative Schwiez9<#=Switzerl GREENGreen PartyGrune Partei der SchweizI;ACSwitzerl ASPAutonomous Socialist PartyPartito Socialista Autonomo8:+5Switzerl NAPFSwiss DemocratsSchweizer DemokratenA91?SwitzerlINDEPIndependents PartyAlliance des IndependentsI8=GSwitzerlLABLabour Party (communist)Partei der Arbeit der SchweizD7==SwitzerlPPPProtestant Peoples PartyEvangelische VolksparteiA63ASwitzerlSPPSwiss Peoples PartySchweizerische Volkspartei?5-ASwitzerlSDEMSocial DemocratsSozialdemokratische ParteiB4/ASwitzerlRADDEMRadical DemocratsParti Radical-democratique03'+SwitzerlLIBLiberal PartyLiberale ParteiZ2 QUSwitzerlCDPPChristian Democratic Peoples PartyChristlich Demokratische Volkspartei-1%'SwedenNYDEMNew DemocrcyNy Democratia9031SwedenGRONAGreen Ecology PartyMiljopartiet GronaQ/UCSwedenKDSChristian Democratic Community PartyKristen Demokratisk SamlingB.==SwedenMODModerata SamlingspartietModerate Coalition Party>-7;SwedenFPLLiberal Peoples PartyFolkpartiet Liberalerna*,%'SwedenCPCenter PartyCenterpartiet6+-7SwedenSDSocial DemocratsSocialdemocratistiska'* !)SwedenVLeft PartyVanstrepartiet)NorwayVLiberalsVenstre1()1NorwayFPProgress PartyFremskrittspartiet.'7NorwayH_YRERight (Conservatives)Hoyre=&;5NorwayKFPChristian Peoples PartyKristelig Folkeparti4%;%NorwaySPCenter (Agrarian) PartySenter Parti;$93NorwayNAPNorwegian Labour partyNorsk Arbeiderparti8#)?NorwaySVSocialist LeftSosialistisk Venstreparti3" +3NorwayAKPCommunist PartyKommunistiske Parti/!%)Finland WOMENWomens PartyNaisten Puolue> 39Finland YOUNGYoung Peoples PartyNuorsuomalainen Puolue5-3Finland PPPensioners PartyElakelaisten PuolueA7?Finland LPPLiberal Peoples PartyLiberaalinen Kansanpuolue<-AFinland CLChristian LeagueSuomen Kristillinen Liitto-#'FinlandGREENGreen PartyVihrea LiittoA9?FinlandDADemocratic AlternativeDemokraattinen Vaihtoehto;73FinlandSPPSwedish Peoples PartySvenska Folkpartiet0#-FinlandRURALRural PartyMaaseudun PuolueWMSFinlandFPDUFinnish Peoples Democratic UnionSuomen Kansan Demokraattinen Liitto.%-FinlandCPCenter PartyFinlands Centern815FinlandNCNational CoalitionKansallinen Kokoomus@ -GFinlandSDEMSocial DemocratsSosiaalidemokraattinen Puolue/'+ AustriaLIBLiberal PartyLiberales Forum7+7 AustriaKPOCommunist PartyKommunistische Partei;/7 AustriaGREENGreen AlternativeDie Grune Alternative2'1 AustriaFPOFreedom PartyDie FreiheitlichenD9C AustriaOVPAustrian Peoples PartyOsterreichische Volkspartei6 +7 AustriaSPOSocialist PartySozialistische Partei*! Portugal VERDESThe GreensOs VerdesF 3K Portugal MDPDemocratic MovementMoviements Democratico PortugesE =? Portugal UDPPopular Democratic UnionUniao Democratico PopolarH AA Portugal PDCChristian Democratic PartyPartido Democracia Cristao5 +/ Portugal PCTPCommunist PartyPartido ComunistaR GO PortugalPSRRevolutionary Socialist PartyPartido Socialista RevolucionarioK?I PortugalPSNNational Solidarity PartyPartido Solidariedade NacionalC;= PortugalPSDSocial Democratic PartyPartido Social Democrata>+E PortugalPSSocialist PartyPartido Socialista PortugesaI=G PortugalPRDDemocratic Renewal PartyPartido Renovador DemocraticoF=A PortugalPPMPopular Monarchist PartyPartido Popular MonarquicoC=; PortugalCDSSocial Democratic CenterCentre Social DemocratsL EG PortugalCDUUnified Democratic CoalitionColigaco Democratica Unitaria& UnitedKdUNIONUnionistUnionist,## UnitedKdGREENGreen PartyGreen Party8;# UnitedKdCYMRUWelsh Nationalist PartyPlaid CymruB~;; UnitedKdSNPScottish National PartyScottish National PartyL}EE UnitedKdSLDSocial and Liberal DemocratsSocial and Liberal DemocratsQ|II UnitedKdSDLPSocial Democratic Labour PartySocial Democratic Labour Party { UnitedKdLABLabourLabour8z 11 UnitedKdTORYConservative PartyConservative PartyEy?= Netherla EVPEvangelical Peoples PartyEvangelische VolkspartijFx+S Netherla CPNCommunist PartyCommunistische Partij van NederlandQwAS Netherla PSPPacifistic Socialist PartyPacifistische Socialistische PartijEv;A Netherla PPRRadical Political PartyPolitieke Partij Radikalen4u-/ Netherla CDCenter DemocratsCentrumdemokratenNtGG NetherlaRPFReformed Political FederationReformed Political FederationGs=C NetherlaGPVReformed Political UnionGereformed Politiek VerbondLr=M NetherlaSGPPolitical Reformed PartyStaatkundig Gereformeerde Partij+q!# NetherlaLINKSGreen LeftGroen Links-p%' NetherlaD66Democrats 66Democraten 66Ho'[ NetherlaVVDLiberal PartyVolkspartij voor Vrijheid en Democratie6n%7 NetherlaPVDALabour PartyPartij van der ArbeidHm CA NetherlaCDAChristian Democratic AppealChristen Democratish Appel7l// LuxembouNBEWNational MovementNational Bewegong]kcI LuxembouADRAction Committee for Democracy and PensionsAktiounskomitee fir DemocratieWjOO LuxembouGLEIGreen Left Ecological InitiattiveGreng Lescht Ekologesch Initiativ8i/3 LuxembouDGAGreen AlternativeDi Greng AlternativRhGO LuxembouKPLCommunist Party of LuxembourgKommunistesch Partei vu Letzbuerg3g'3 LuxembouDPLiberal PartyDemocratesch ParteiSf7_ LuxembouLSAPSocialist Labor PartyLetzbuerger Sozialistesch ArbechterparteiRe IM LuxembouCSVPChristian Social Peoples PartyCreschtlech sozial volleksparteiLdIIItalyCUUnion of the Democratic CenterUnion della Centro Democratico:c77ItalyDPProletarian DemocracyDemocrazia Proletaria'b%ItalyFORZAGo ItalyForza ItaliaHaCEItalyCCDChristian Democratic CenterCentro Cristiana Democratico-`'-ItalyPRRadical PartyPartito Radicale$_#Italy RETEThe NetworkLa Rete*^+Italy LEGANorthern LeagueLega Nord7]'?Italy PLILiberal PartyPartito Liberale Italiano+\''Italy PANPannella ListPanella Lista/[))ItalyVERDIThe Green ListLe Liste VerdiXZK[ItalyPSDIItalian Social Democratic PartyPartito Socialista Democratica Italiano>Y-GItalyPRIRepublican PartyPartito Repubblicano Italiano7X/1ItalyMSI/ANNational AllianceAllainza Nationale5W11ItalyPSIItalian SocialistsSocialisi ItalianiCV5KItalyRCRefounded CommunistsPartito Rifondazione CommunistaOUEQItalyPDSDemocratic Party of the LeftPartito Democratico della SinistraCT O-ItalyDC/PPChristian Democrats/Popular PartyPartito Popolare-3SpainPAAndalusian PartyPartido Andalucista2=-1SpainVEEcologist GreensVerdes Ecologistas+<#'SpainVERDEGreen PartyPartido VerdeN;AQSpainBNPGGalician Nationalist BlockBloque Nacionalista Popolar Galego-:+)Spain UVValencian UnionUnion ValenciaI9;OSpain ERCCatalan Republican LeftEsquerra Republicana de CatalunyaI8CGSpain PARAragonese Regionalist PartyPartido Aragones Regionalista+7#-Spain EEBasque LeftEukadiko Eskerra+6')SpainHBUnited PeopleHerri Batasuna-5%/SpainEABasque UnityEuzko AlkastasunaC4=ASpainPNVBasque Nationalist PartyPartido Nacionalista Vasco9373SpainCIUConvergence and UnionConvergencia I Unio*2#+SpainIUUnited LeftIzqueirda UnidaF1E?SpainCDSDemocratic and Social CenterCentro Democratico Social,0'+SpainPPPopular PartyPartido PopularQ/ KOSpainPSOESpanish Socialist Workers PartyPartido Socialista Obrero EspanolG.ACGreece DKKDemocratic Social MovementDimokratico Kinonico Kinime2--)GreecePOLANPolitical SpringPolitiki Anixi4,-1GreeceNAPNew Left CurrentNeo Aristero Revma;+;3GreeceIEEcologists AlternativesEcologi Enallaktiki@*=5GreeceDIANADIANA Democratic RenewalDemokratike AnaneoseW)UOGreeceKKECommunist Party of Greece (exterior)Kommounistiko Komma Elladas/(KKE)[(KaGreeceSAPLeft Progressive Alliance/(KKI)Synapismos Aristeras kai tis Proodou/(KKI),'')GreeceNDNew DemocracyNea DimokratiaP& KIGreecePASOKPan Hellenic Socialist MovementPanellenio Sosialistiko KinemaB%9?Germany CSUChristian Social UnionChristlich Soziale UnionG$9IGermanyKPDGerman Communist PartyDeutsche Kommunistische ParteiU#GWGermanyPDSParty of Democratic SocialismPartei der Demokratischen Sozialismus0"-'GermanyREPRepublican PartyRepublikaaner(!!!GermanyGRUNThe GreensDie GrunenB 7AGermanyFDPFree Democratic PartyFreie Demokratische ParteiQ;[GermanySPDSocial Democratic PartySozialdemokratische Partei DeutschlandsK AKGermanyCDUChristian Democratic UnionChristlich Demokratische Union;57DenmarkVSLeft Socialist PartyVenstre SocialisterneA5;DenmarkRODGRNRed/Green Unity ListRod Gronne Enhedslisten3)3Denmark FPProgress PartyFremskridtsparteiet Denmark VLiberalsVenstre>;5Denmark KRFChristian Peoples PartyKristeligt Folkparti+'%Denmark FKCommon CourseFaelles KursE9EDenmark DKPDanish Communist PartyDanmarks Kommunistiske Parti(!DenmarkGRONNThe GreensDe Gronne?;9DenmarkSFSocialist Peoples PartySocialistisk Folkparti.''DenmarkRETSJustice PartyRetsforbundet6-5DenmarkCDCentre DemocratsCentrum Demokraterne5'9DenmarkKFConservativesKonservative Folkparti/'-DenmarkRVRadical PartyRadikale Venstre1 -/DenmarkSSocial DemocratsSocialdemokratietc kOBelgiumRVADDemocratic Union for the Respect of Labour (FleRespect Voor Arbeid en Demokratieq kkBelgiumUDRTDemocratic Union for the Respect of Labour (WalUnion Democratique pour le Respect pour du Trav  Belgium ROSSRossemRossem(  %#Belgium VBFlemish BlocVlaams BlocN  EIBelgium FDFRWFrancophone Democratic FrontFront Democratique Francophone'  'Belgium VUPeoples UnionVolksunieA  ;=Belgium CVPChristian Peoples PartyChristelijke Volkspartij= 97BelgiumPSCChristian Social PartyParti Social ChretienA 9?BelgiumPRLLiberal Party (Wallon)Parti Reformateur LiberalH ;KBelgiumPVVLiberal Party (Flemish)Vlaamse Liberalen en Demokraten. 5BelgiumAGALVEcologists (Flemish)Agalev, 3BelgiumECOLOEcologists (Wallon)Ecolo> ?5BelgiumSPSocialist Party (Flemish)Socialistiche Partij9 =-BelgiumPSSocialist Party (Wallon)Parti Socialiste>  ;9BelgiumPCBBelgian Communist PartyParti Communiste Belge Q2N2~~~~p~>}}}}}e}5|||p|@|{{{zzFyygy8xxxuxQx wwYw,vvvvYvuuuuuQutttwtWt+tsss_srrrkrNrqqqqMq ppvp)ooo>nnnxn>mmmwm9m lllRl'kkkgkHk$jjjjqjBiiiri&hhhhrhNh0hggggRg&fffifKeeeGeddzd:cccNc,bbbbybZb-aaaala;``h___q_?_^^^^f^/^]]]]g]I]\\\[[[l[8[ZZqZSZ,YYYeYXXWXWWWWrWLWVVVV5UUUVU TTT?TSSS\SISRRRRR_R0QQQQUQ2 S##>UKGreen PartyGreen PartyU=SISNS – Slovenska nacionalna strankaSlovenian National PartyB=O;1SISLS – Slovenska ljudska strankaSlovenian Peoples PartyN<[GSILDS – Liberalna demokracija SlovenijeLiberal Democracy of Sloveniai;waSIDESUS – Demokratična stranka upokojencev SlovenijeDemocratic Party of Pensioners of Slovenia":%%SEPiratpartietPirate Party-93-|SESverigedemokraternaSweden Democrats"8'#.SEMiljöpartietGreen Party.7/3SEKristdemokraternaChristian Democrats#6#),SEModeraternaModerate Party*5#7dSEFolkpartietLiberal Peoples Party#4'%SECenterpartietCentre Party,31-SESocialdemokraternaSocial Democrats#2+!SEVänsterpartietLeft Party:1C7ROPartidul România Mare, PRMGreater Romania Partyo0e0ROPartidul Naţional Ţărănesc Creştin Democrat, PNŢ-CDChristian-Democratic National Peasants Party4/=1hROPartidul Conservator, PCConservative Partyb.k_ROUniunea Democrată Maghiară din România, UDMRDemocratic Union of Hungarians in Romania?-K9ROPartidul Naţional Liberal, PNLNational Liberal Party>,G;|E=LTLiberalų ir centro sąjungaLiberal and Centre Union#{'%BLTDarbo partijaLabour Party`z]iLTLietuvos Respublikos liberalų sąjūdisLiberals Movement of the Republic of LithuaniaDyS;mLTPartija “Tvarka ir teisingumas”Order and Justice Party@xCCLTTautos prisikėlimo partijaNational Resurrection PartyOwOU@LTLietuvos socialdemokratų partijaSocial Democratic Party of LithuaniaovyklLTTėvynės sąjunga – Lietuvos krikscionys demokrataiHomeland Union - Lithuanian Christian DemocratsuITLa DestraThe Right-t3-ITSinistra e LibertàLeft and FreedomIsSEtITRifondazione – Comunisti ItalianiCommunist Refoundation PartyAr-[ITUnione di CentroUnion of Christian and Centre Democrats*q/+&ITItalia dei ValoriItaly of Values-p3-ITPartido DemocraticoDemocratic Partyo%pITLega NordNorth League3n57ITPopolo della LibertaThe People of Freedom;m=?`IEan independent candidateAn independent candidate*laIELibertasLibertaskIESinn FeinSinn Fein"j%%IELabour PartyLabour Party i##IEGreen PartyGreen PartyhhIEFine GaelFine Gael g##IEFianna FailFianna FailPfUQHUKDNP, Kereszténydemokrata NéppártChristian Democratic Peoples PartyJeYAFHUSZDSZ, Szabad Demokraták SzövetségeAlliance of Free DemocratsAdI?|HUMSZP, Magyar Szocialista PártHungarian Socialist Party@cEAHUMDF, Magyar Demokrata FórumHungarian Democratic ForumIbIOrHUMagyar Kommunista MunkáspártHungarian Communist Workers Party-aG\HUJobbikMovement for a Better HungaryB`EEEHUFidesz-Magyar Polgári PártFidesz-Hungarian Civic Union&_1!!FRLe parti de gaucheLeft Party^)FRFNNational Front)]EBFRUMPUnion for a Popular Movement"\3 FRMoDemDemocratic Movement[!>FRLes VertsThe GreensZ+FRPSSocialist Party#Y9FRPCFFrench Communist Party|XFRExtrême gauche (LO/NPA, le parti d’Olivier Besancenot)Extreme left (New Anticapitalist Party, Workers Struggle))W7!dFIPS (Perussuomalaiset)True FinnsIVOI8FIKD (Suomen Kristillisdemokraatit)Christian Democrats in Finland>UK7FIRKP (Ruotsalainen kansanpuolue)Swedish Peoples Party+T7%FIVIHR (Vihreä liitto)Green League-S9'FIVAS (Vasemmistoliitto)Left Alliance'GRΝΔNew Democracy.=11EEEestimaa RahvaliitEestimaa Rahvaliit><AAEEErakond Eestimaa RohelisedErakond Eestimaa RohelisedB;EEEESotsiaaldemokraatlik ErakondSotsiaaldemokraatlik Erakond>:AAEEIsamaa ja Res Publica LiitIsamaa ja Res Publica Liit,9//EEEesti KeskerakondEesti Keskerakond2855EEEesti ReformierakondEesti Reformierakond@7;KrzDKFolkebevægelsen mod EUPeoples Movement against the EU&6+'r{DKJunibevægelsenJune Movement*5--peDKLiberal AllianceLiberal Alliance4'pdDKVenstreLiberal Party.3-5qDKDansk FolkepartiDanish Peoples Party82;;oDKSocialistisk FolkepartiSocialist Peoples Party31+Aq,DKDe KonservativeConservative Peoples Party905CpZDKDet Radikale VenstreDanish Social Liberal Party,/1-pDKSocialdemokraterneSocial Democrats".7zDEFDPFree Democratic Party-yDELinkeThe Left1,+=xDEB90/Die GrünenAlliance 90 + The Greens$+;yDESPDSocial Democratic PartyB*oziDECDU/CSUChristian Democratic Union/Christian Social Union*)7#[CZSZ (Strana zelených)Green Party#(9\CZODSCivic Democratic Party4'Y\CZKSCMCommunist Party of Bohemia and MoraviaJ&]CCZKDU-CSLChristian and Democratic Union-Czechoslovak Peoples Party+%G\xCZCSSDCzech Social Democratic Party|$%W@NCYΚΙΝΗΜΑ ΟΙΚΟΛΟΓΩΝ ΠΕΡΙΒΑΛΛΟΝΤΙΣΤΩΝ (Κ.Ο.Π).Ecological and Environmental MovementG#k)B8CYΕΥΡΩΠΑΪΚΟ ΚΟΜΜΑ (ΕΥΡΩ.ΚΟ.).European Party/"GA"CYΕΔΕΚMovement for Social Democracy"!-ACYΔΗΚΟDemocratic Party" -BCYΔΗΣΥDemocratic Rally5SA!CYΑΚΕΛProgressive Party of Working Peoplef}U9BGРед, законност и справедливостOrder, Lawfulness, and Justice (RZS)-GBGДвижение НапредNAPRED?G=BGСинята КоалицияBlue Coalition (SDS-DSB)Eu8BGГЕРБ - Граждани за европейско развитие на БългарияCitizens for European Development of Bulgaria (GERB)O]G˜BGНационален съюз АтакаNational Union Attack (ATAKA)lYdBGДПС - Движение за права и свободиMovement for Rights and Freedoms (DPS)AspBGНДСВ - Национално движение за стабилност и възходNational Movement for Stability and Progress (NDSV)LYE BGКоалиция за БългарияCoalition for Bulgaria (BSP)#5oBEÉcologistes (ECOLO)Ecolo+3)BEFront National (FN)National Front.7+BBEParti Socialiste (PS)Socialist Party7C1BEMouvement Réformateur (MR)Reformist MovementEOA BECentre Démocrate Humaniste (CDH)Humanist Democratic CentreCO=BEPVDA+ (Partij van de Arbeid plus)Workers Party of Belgium.-5HBESLP (was Spirit)Social Liberal Party+5'XBELijst Dedecker (LDD)List Dedecker"5 BEN-VANew Flemish Alliance pBEGroen!Green!' '-BEVlaams BelangFlemish InterestE Q?GBESocialistische Partij- Anders SP.aSocialist Party Different0 IBEOpen VLDFlemish Liberals and Democrats4 Y BECD&VChristian Democratic and Flemish Party(A\ATKPÖCommunist Party of Austria&))&ATJunge LiberaleYoung Liberals8;;7ATListe Hans Peter MartinHans-Peter Martins List!ATGRÜNEThe Greens0QATBZÖAlliance for the Future of Austria&=$ATFPÖFreedom Party of Austria$9ATÖVPAustrian Peoples Party0QATSPÖSocial Democratic Party of Austria  kR9 ~~~~~~r~Y}}}x}_}G}.}||||||~|e|L|3||{{{{{{k{R{9{ zzzzqzXz@z'zyyyyyXy?y&y xxxxxxxx\x@x'xwwwwwwqwXw?wwvvvvvvfvLv2vuuuUu;u!uttttqtWt>t$t ssssssnsTs:s rrrsrYr?r&r qqqqqqnqTq:qqppppoooho.on{n?nmmmmmmxm]mBm(m llllllhlNl3lkkkkkkxk]kBk(k jjjjj~jcjIj.jiiiiiikiPi5ihhhhhhdhFh(hgggggogNg-g ffffffdfIf.feeeeeWe>>>>>g>L>1>======?==<<<<:#99m9K9)988x77777d7I7.7666666`6B6$6 55555m5K5044444d4I4.4333333f3K303222222w2\2A2&2 111111i1O141000000x0]0B0'0 //////j/O/4/.....n.S.8..-----w-\-A-&- ,,,,,,i,N++++++g+L+1+******n*S*8**)))))})b)G),)((((((o(T(9(('''''u'S&&&&&|&a&F&+&%%%%%p%U%:%$$$$$$p$U$:$######v#[#@#%# """"""h"M"2"!!!!!!m!R!7! } b G , oT:}bG,qV; dI.rI.rW<!~cHaF+rW9uZ?$ gL1tY>z_D#fK05dI.mF p U :  g L 1   ! L62008-06-28 ! L p2008-06-28 ! Qb2018-11-23 ! M=2022-08-18< U!Split by Zvi Thau and Hamor Yeshiva. IM2019-07-15 ! ( l2022-06-27 ! HE2022-06-22 ! GE2022-06-05 ! ( !2018-07-12% '!Aldis Gobzems @ 2019-02-04 ! = 2021-08-24 ! ) S2021-10-09 ! .2017-11-26   !ap -k2022-06-21  ! W2022-03-22  ! &M2011-07-01>  Y!expulsion from ODS: Václav Klaus Jr. =2019-03-16$  %!Radim Fiala ^2013-07-01$ %!Radim Fiala =2012-07-01( -!Valeri Simeonov.2011-05-17& )!Maxime Bernier 2018-08-23( -!Selçuk Öztürk Q2014-11-13$ %!Gideon Sa'ar 2020-07-01z !~1988-02-15y !1999-07-01x ! a2020-07-01w ! a2020-09-11v ! 1927-01-01u~ !  R2020-12-18t} !  %2019-10-30s| ! 2020-02-29r{ ! 2019-06-01qZz  !In 2020 GERB suffered a split, as a sizable number of members and local party organizations left alongside former second-in-command Tsvetan Tsvetanov to form the Republicans for Bulgaria party. 2020-10-27py ! 2019-04-01ox ! 2018-05-07nw ! `2018-05-07mv k !Formed as Initiatives from Osaka in October 2015 from a split in the old Japan Innovation Party (founded 2012). X2015-11-02lu ! _2018-08-24kt ! V 2021-04-16js  !afp i2015-09-02ir !ju2012-12-17hq ! X2013-12-15gp ! 2011-06-04fo ! 2015-01-05en ! 2019-01-27dm ! 2012-09-02cl !2000-09-07bk ! 2019-02-08aj !2002-03-09`i ! ^2018-04-21_h  !mchale> 1924-07-01^g ! @2018-04-14]f !v1996-02-27\e ! 2019-04-06[d ! N2015-10-19Zc ! 2019-02-04Yb ! 2018-12-25Xa ! 2019-10-07W` ! 2017-03-12V_  !reuters ~2019-09-18U^ ! 1920-12-04T] ! 1918-07-01S\ ! 2016-06-28R[ ! 2017-06-01QZ ! 2017-06-06PY ! E2018-04-13NX ! 2018-04-13MW ! 2018-10-23LV ! 2019-02-08KU ! `2018-02-20JT ! X2018-06-23IS ! +2017-03-28HR ! 82018-03-27FQ ! S2018-04-20EP ! 2019-02-03CO ! 2019-02-22BN ! 2016-10-21AM ! 2007-03-25@L ! 2017-07-01?K ! 2019-02-18>J ! 2019-02-18=I ! 2019-01-20<H  !knesset 2018-12-29:G ! 1918-07-019F !1984-07-018E !  2014-05-177D ! >2016-05-036C ! 1929-07-015B  !wid 1929-12-284A ! 1930-07-013@ ! 1928-07-012? ! 1945-07-011> !k 1946-10-280= ! 2017-10-25//<; !see Mulej (2017, 138-9) r t1920-08-08.; ! r w1920-08-08-: ! y v1920-06-26,9 ! y u1920-06-26+/8; !see Mulej (2017, 138-9) r s1920-08-08*7 ! 1918-12-01)6 !. 1922-09-24(5 ! .1917-04-06'/4; !see Mulej (2017, 138-9) r p1920-08-08&/3; !see Mulej (2017, 138-9) r q1920-08-08%2 !i2012-12-18$1 !})2016-06-26#0 ! n2017-06-24"/ ! n 2017-06-24!j. /!The NPSI only joined on federal level and remained independent on regional level.T2009-03-29 - ! n 2017-06-24, ! `2017-09-25+ ! a2017-10-03* ! _2017-09-24) ! [2017-07-26( ! ^2015-05-05' ! W2015-06-19& ! X`2015-04-23% ! U2017-06-13$ ! T2016-02-10# ! S2016-04-06&" )! Tunahan Kuzu Q2014-11-13! ! P2014-08-02  ! O2016-04-10 !;1978-07-01 !2002-11-17 !1999-07-01  !1985-07-01  ! 1921-07-01  !2005-04-30  !T2014-07-01  ! 1958-07-01 ! \1958-07-01 !1994-01-21 !x1943-04-16 ! JJ2014-07-12 ! J2014-07-12 ! I>2016-05-24 ! 1918-11-20 ! 1923-11-13 ! 1922-11-15 !S2011-10-01  !v1985-07-01  !w1976-07-01  !K2003-06-14  !y/2009-05-01  !1999-07-01 !1999-07-01 !1999-07-01 !1999-07-01 !1999-07-01 !D1970-08-20 !1992-07-01 !1975-07-01 ! 2005-03-05 ! 1934-07-01 !52006-07-01~ !k1991-10-01} !rn2004-07-07| !E1989-01-01{ !2001-01-20z !:1995-07-01y !S1999-07-01x !"1978-07-01w !1997-04-11v !1969-07-01u ! v1921-07-01t ! 1932-12-01s !V2007-01-19r ! 1945-08-18q ! w1936-07-01p !1920-12-30o ! B2016-03-15n ! B'2016-01-15m !  1919-07-010l -!hurriyetBDP MPs join HDP 2014-04-28k !>1989-07-01j !1969-07-05i !z 1946-06-02h  !jtX2016-03-27g ! 1937-01-31f  !mackie 1930-12-21e !> 1940-07-10d ! 1949-01-06c !  !1919-07-01b ! +M2012-06-10a ! <q2015-03-13` !2004-07-01_ ! v1945-07-01^ ! " :1935-07-01] ! :1933-07-01\ ! " 91935-07-01[ ! 91919-07-01Z !/1936-07-01Y !/1941-07-01X ! 1932-07-01W ! 6h2014-09-28V !]1918-07-01U ! 01935-07-01T ! 1946-02-09S ! * 2015-01-22R ! 1926-07-01Q ! r1924-07-01P  !reuters $82015-08-21O !1998-04-27N !x1931-07-01M ! 1945-07-01L  !mackie "1945-07-01K ! 1932-07-01J !q 1933-09-11I !q 1933-09-01H !`31993-07-10G  !no-20102004-12-04F ! 1917-08-01E ! 1922-07-01D !1931-07-01C ! 1931-07-011B? !Rose and Munro 2003: 298.=1994-03-01A ! [1991-10-01@ ! 2013-11-27? ! 1936-05-14> ! 1936-05-14= !( {1932-07-01< ! 1938-07-01; ! 1935-10-01: ! 1928-06-309  !no-2010 1937-06-018  !no-2010 1931-06-01Z7 !no-2010PL was led by Nicolas Mathieu, a former member of the PNI.\ 1937-06-016  !no-2010 1931-06-015  !no-2010 1925-02-014 ! 1955-04-243 ! 1932-07-012 ! 1925-02-011 ! 1925-02-010 ! 1925-02-01/ ! 1944-07-01. ! 1923-08-01- ! w1936-07-01, ! w1945-01-18+ !^ 1918-07-01* ! 1918-07-01) ! 1919-07-01( !E ~1909-07-01' ! N1939-07-01& ! 1921-07-01% ! 1921-07-01$ ! 1921-07-01# ! 1909-07-01" ! 1888-07-01! !h 1927-07-01  ! h1921-07-01 ! |1934-08-05 !| 1923-05-23 !1909-03-14 ! 1937-07-01 !n 1916-07-01 ! 1923-07-01 ! r1921-07-01 !r1917-07-01 ! r1929-07-01 ! 1921-07-01 ! 1930-07-01~  !mchale> 1924-07-01} ! 1922-07-01| !> 1929-05-25{ ! 1923-07-01z  !rose2001-07-01y ! !2011-07-23x  !rose qX1994-07-01w  !s1998-05-01v  !q1991-10-12uU  !roseASZ was absorbed by MSZP in 1998 (Rose/Munro 2009:148). 71998-07-01t  ! o1900-07-01s  ! j2014-11-27r !1993-07-01q ! k2014-12-15p !11973-07-01o ! i=2014-09-20m !LH2009-07-01l ! g:2015-01-03k ! f1940-07-01j ! 82005-07-01i ! dX2014-08-01h ! c2000-06-10g~ ! b2000-06-10f} ! W2014-07-03e| ! W02011-05-23c{  !frpo _2008-11-23bz ! S2013-07-01`y ! N2013-10-29_x ! L2013-12-16^w ! D2012-07-01]v  !bta K2011-04-21\u ! B>2013-04-05[t ! 61954-07-01Zs  !nyt 6F1952-03-06Y/r -!reuters Georgi Parvanov <2014-07-01Xq  !knesset 91999-02-23Wp !S1986-09-01Vo !1961-07-01Un !1932-07-01Tm !j1909-07-01Sl !1909-07-01Rk !}j1906-07-01Qj !t1940-07-01Pi !t1940-07-01Oh !/1931-07-01Mg !/1946-07-01Lf !/1940-07-01Je !p1971-10-08Id !p1963-09-01Hc ! %<2013-04-28Gb ! 2006-12-03Fa ! 2004-07-10E` !(1993-08-19D_ !q1994-11-18C^ !s1999-11-27B] !s1994-09-01A\ !/1977-07-01@[ !,1985-01-01?Z !a1993-09-14>Y !;1994-02-03=X !1992-12-01<W !2011-08-06;V !2011-08-06:U !2011-08-069T !+2008-09-068S !r2004-12-047R !1995-07-016Q !1949-07-015P !1982-07-014O !l1993-11-303N !ql1990-05-122M !B1997-12-141L !l1990-07-01/K !Pl1990-07-16.J !K1996-07-01-I !K1996-07-01,H !Kl1996-07-01+G !ca1994-01-18*F !=1988-08-27)E  !knesset 51977-01-04(D  !knesset 51974-02-26'C !p1991-06-15&B !1991-06-15%A !^1958-05-06$@ !o1986-04-19#?  !knessetg1999-03-25">  !knesset=1981-01-26!=  !knesset  51977-03-08 <  !knesset|1979-07-17B;a ! GAL and Gruene competed in 1986 election.1986-09-20: !j.2009-07-019  !knesset 4 31995-11-278  !knesset 31994-02-077 ! 21988-07-016  !knesset 2=1983-06-065  !pol-hu -2013-02-114  !bns )q2012-10-243 ! #2013-12-232  !sta !2014-05-311  !apa2014-01-150  !pnbbae 2013-12-07/  !pnbbae 2013-12-07. !j1976-07-01-  !knessetj1977-07-05, !1960-04-03 + !EX2011-07-09 * !xN2007-05-07 ) !x2007-05-07 ( ! 1994-05-13' ! 1972-06-27& !1968-01-23%  !knesset 2012-12-03$  !knesset M2012-11-19# y!knessetMK Talab El-Sana split off from Ra'am-Ta'al and re-established the Arab Democratic Party ("Mada") parliamentary group.~62012-12-12j" ! !Party established before election and previous month used for date change.knesset6~1996-04-01!  !knesset N2012-12-03   !knesset2011-01-17  !knessetM2008-12-23  !knessetM1999-07-01  !knessetM2006-02-01 m!knessetChange (Shinui) and The Movement (Hatnuah) competed in the 2006 election but none won more than 1.0% vote share. :2006-01-26 !M2006-07-01 !c2009-06-11 !2008-11-01 !>1995-07-01 !>1991-04-27 ! I2002-07-22  !knessetM2000-02-01  !knesset%1999-03-08  !knessetG1999-02-23  !knessetG1999-02-23  !knesset:1999-01-17  !knesset1996-03-07  !bbc u1997-01-07 !'1953-03-15  !1953-03-15  !1953-03-15  !5 1968-10-01  ! 1956-07-01   !knesset 1990-03-15 !L1981-07-01  !knessetL1988-08-29  !knesset1984-10-22 !1984-07-01 !1986-07-29 !(1984-07-01 !1984-07-01  !knesset:1978-09-14? [!Original Maki merged into Ratz in 1981.11981-07-01 !F2003-07-01~  !knessetF1996-03-11}  !knesset1984-10-22| ! 1988-07-01{ !:1992-03-09z !11992-03-09y !11984-07-01x !11973-07-01w !1977-05-17v !a1977-01-25u  !knesset1969-01-28t  !reuters#b2001-07-20s ! 2004-10-24r ! 1990-06-07q !u2001-08-14p !b62001-08-14o !b2001-08-14n !6n1986-11-13m !1993-01-29l !u62007-05-05āk  !Francescato, De Petris and Cento continued to support SL as Ecologists for Left Ecology Freedom and finally left the Greens.2010-10-22j !& 1993-11-26i !_"1993-07-01^h !Brussels section of Liberale Partij – Parti libéral (Liberal Party)?1973-07-01g !2007-06-16f !1936-12-20e !1936-12-20d !N2005-11-24c !x1945-08-31b !xq1931-07-01a !q1925-07-01` !q1922-07-01_ !1986-07-01^ !1960-04-03] !1959-07-01\ !T2010-07-30[  !reutersT2013-11-15Z !2012-02-19Y !1955-12-11X !1972-07-01W !1972-07-01V !1972-07-01U !1998-07-01T !:2009-12-19S !1951-02-15R !1976-05-23Q !u1976-05-23hP + !Party dissolved and its single MP joined Christian Social People's Party (CSV).1984-07-01O  !tagbla.2013-06-21N !&2000-07-01M  !buga/1998-06-01L  !buga/1998-06-01K  !buga/1998-06-01J !01995-07-01I !1995-03-25H !X1994-04-24G !31993-05-29F !31996-07-01E !,1918-04-24D !1994-07-01C !1992-03-01?BU !{"date":true, 'formal_merger': true}ctkP2002-01-01A  !buga1993-07-01@ !,]1976-11-07? !E2006-05-14> !2000-07-02=  !gall-091970-07-01< !1978-02-01; !1972-02-01: !K2012-11-249 !2013-03-018 !2012-03-187 !K2012-03-18~6 !2012-07-01}5 !2012-07-01|4 !jT2012-12-17{3  !ctk=1996-04-02z2 !hZ2005-02-06y1  !hinaZN2002-09-21x0 !h2010-03-31w/ !<2002-09-14v. !92000-04-02u- !1997-12-28t, !N2006-04-27r+ !N1998-01-24q* !T1998-07-01p) !TC2009-03-29o( !uC2007-07-01n' !Cu2003-11-28m& !2002-03-24k%  !reutersTu2009-03-29j$ !n1996-07-01i# !na1991-01-24h" !;1993-07-01g! !2009-07-01f   !banua1993-07-01e  !rose1994-07-01d  !buga1994-07-01c  !no-20101991-07-01b  !no-2010~1991-07-01a  !no-2010\1955-07-01` !x2010-07-01^ !@1984-11-25] !)1991-06-09\ !pv2002-07-01[  !tasr02003-05-31X8G !8 MPs were expelled from SNS.tasr02001-07-28W  !PSI was dissolved and its members joined various groups. SI is not the primary PSI successor and is therefore coded as a new party.1994-11-13U !T42009-03-29T !42005-06-25S !]2011-02-28R !]2001-03-06Q !2000-02-18P  !tasr2000-08-20O   !bbc92000-02-18N  !s2005-01-01M  !m2001-11-10K  !1993-07-01E  ! 1953-10-01D ! 2008-07-01> !X2012-09-127 !2005-08-176 !d2009-08-085 !_1993-07-014  !ctk2012-10-083 o !Artūras Zuokas, former member of the Liberal and Center Union (LiCS), founded the new party on 21 November 2011.eltaJ2011-11-200 !,1975-03-15, !1957-01-27+ !1957-01-27*~  !mackieD1987-03-01'}  !mchale51968-10-01&| !P1956-04-04%{ !C2009-03-01$z  !phb1952-11-29#y  !phb(1952-11-29"x !1999-07-01 w !1996-07-01v  !teara{1993-07-01u  !ctk2009-10-17t  !times1985-12-22s  !reuters1995-10-06r !31992-05-01q  !bbc`21993-06-26p  !afp/.2012-05-21o  !kath0/2009-07-01n !./2010-11-21m !+/2012-02-24l !-2010-06-27k !(1998-07-01j !'2003-04-19i !$1977-07-01h !$1977-07-01 g !2002-02-14 Xf  !Hans Janmaat (CP) joined CD party group on 15 October 1984.papo1984-10-15 e !;2002-11-17d !;1962-07-01c !1974-11-01b !2009-06-27a !21989-07-01` !21989-07-01_  !reuters1995-06-27^  !reuters1995-05-08]  !nzpab2002-04-03\  !reuters1997-11-23[  !nzhe1991-12-01Z  !nzhed1991-12-01Y  !nzhe1991-12-01X  !nzhen1989-05-01VW} !Four MP SDF party group joined JNP (Reuters 1994-04-11).reuters/V1994-07-01 V w !Hideo Den, Yutaka Hara and Yanosuke Narazaki left JSP and formed Shakai Club. The Shakai Club formed the SDF in 1978.V1977-07-01U  !nzhe1990-05-18T  !yomiuri2012-07-02S  !kyodoz1996-09-28R  !kyodop1998-01-05Q  !nzz 1994-11-01~P O !Two MPs (Maris Gulbis and Inara Ostrovska) left New Era (JL) and later formed New Democrats (JD).leta2004-10-01O !1996-07-01N  !reuters 1999-03-10M !h1989-07-01L ! 1984-07-01K  !ctkP2012-04-17J !2003-07-01I !1995-07-01H !2002-07-01G !`1997-07-01F !61985-07-01E  !papo2004-09-02D  !New party because non of the predecessor parties dominates.Formed as a federation of several regional parties on 8 January 1991.81991-01-08C  !elta2010-09-21B  !elta2010-09-21A !q,1948-04-01@ !1955-10-29? !1948-12-11> !1948-01-24= !1989-11-24< !V1989-11-24; !1989-11-24:  !mchaleV1968-04-279 !z1930-07-018  !hug-68z1925-07-017 !x1977-07-016  !reuters<1990-02-015  !mchale>1953-07-014  !mchale>1941-07-013 !2002-03-242  !dere2011-09-251  !hug-68q1917-02-070  !hug-68q1917-02-07/  !hug-681916-11-14.  !ager`2010-05-02- W !Three MPs split from the Herut-Liberal Bloc (Gahal) on 29 March 1967 and formed the Free Center (MH).knesseta1967-03-29, ! 1983-11-27+ !2009-01-01*  !nz-parlr2011-02-23)  !pol-hu72011-10-22(  !tearan1940-03-25' !1935-07-01&  !his#1925-07-01%  !ho-86#1921-07-01$  !stgt42004-07-03#  !sta2008-03-01"  !pr2011-06-01! !y1920-07-01  !y1920-07-01 !1920-07-01 !11969-07-01  !knesset1965-03-16  !knesset1965-07-14  !knesset1965-09-01  !knesset1961-05-08  !knesset .1977-03-08  !knesset?1954-08-23  !knesset2003-03-10 !)1956-07-01 !$1956-07-01  !knesset1961-05-08  !apa1965-09-07  !knesset1992-03-09  !knesset'1951-09-10  !knesset1965-05-25  !knesset1965-05-25  !knesset?1968-01-23  !g2005-05-23  !1955-04-07   !jacobs^1986-07-01   !jacobs^1982-07-01   !mchaleU1965-12-29 W !"Conservative Liberal minority starting a Liberal League (Vapaamielisten Liitto)" (Jacobs 1989, 540).jacobsU1951-07-01  !mackie1979-07-01 ! 1986-09-05 !q2001-07-01~ !pE1994-12-10} !2002-06-01| !f2000-04-03{ !21947-07-01z !P2001-01-24y !K2001-01-24x~ !1996-07-01v}  !eed'1988-07-01t|  !eedS1989-07-01s{ !1988-06-05rz  !elpais1978-04-25qy !MQ1986-09-04px !}2006-02-18ow !}1982-07-29nv !E1953-07-01ku !E1905-05-21jt !f1968-07-01hs !1979-07-01gr !1989-07-01fq !/1978-05-10ep  !ata/2004-07-01do  !reuters/1993-06-30cLn k !"The Norwegian Communist Party (NKP) was founded in 1923 by members of the left wing of the Labour Party, when the latter finally broke with the Comintern" (Jacobs 1990, 599).jacobsh1923-11-04b}m M !"A large number, led by Reidar Larsen, then left the NKP to join up with SV." (Jacobs 1990, 597)jacobsQ1975-07-01al  !"(...) a group called Demokratiske Sosialister -- AIK) (the now autonomous successor to the Labour Movement Information Committee, which had worked against EC membership from within the Labour Party before finally leaving it) (...)" (Jacobs 1990, 597).jacobsQh1972-07-01`k !Q1975-03-16^j  !snlh1961-04-01]i !-1999-03-24Zh !1992-08-23Ug ! 1981-03-26Tf !1993-05-27Se !&1986-04-12Rd !mI1973-10-24Pc !^1959-02-09Ob !1986-08-15Na !1976-06-25M"` ! !indridason>1998-11-28L_ !p1994-12-10K^ !1960-01-24J]  !mackie1955-07-01I\ !1950-04-01HG[k !Election date used to set date of party change.1953-03-15FZ  !nyt1954-11-24EY  !nyt1954-11-24DX !1983-07-01CW !<>1987-07-01BV !11987-07-01AU !P1999-02-06@T !1994-07-01?S !1996-10-02>R !2000-05-05=Q !2000-05-05<P !P2000-05-05;O !'1938-07-01:N  !mackie1952-07-018M  !mackie1957-01-017L  !mackie1948-12-016K  !mackie1948-03-015J  !mackie1947-03-014I  !mackie1948-03-012H !1997-02-221G !21993-02-040F  !mackie1955-11-15.E  !mackie1955-11-15-D  !nyt1955-10-13,C  !nyt1955-10-13+B !p1998-01-06(A  !phb1971-01-16'@  !phb1964-11-28&?  !no-20011951-07-01%>  !no-20011951-07-01$= !1947-01-11"< !91964-01-12!; !@91972-07-13 : !91972-12-019 !2008-07-268 !2008-07-267 !l1959-02-156 !1966-10-305 !?1972-07-104  !nyt1959-04-113  !nyt1959-04-112 !1954-07-011 !5P1968-10-010 !1999-01-30/ !2003-12-07. !2003-12-07-  !phb.1957-05-18, !1961-04-15+  !phb1961-04-15 *  !pr2010-11-16) ! 2003-07-01( !51994-07-01' !Hx2001-07-01& ! 1994-02-01% !*1993-07-01$ ![1991-10-01# !2007-07-01" !01993-12-24! !v1994-02-11  !Xv1993-07-01 !1990-03-31 !92003-07-01 !2001-07-01 !2001-07-01 !2003-09-26  !nzz2008-11-01 !v%1991-07-01 !Ov2003-07-01 !T/2009-07-01 !2009-07-11 !f1957-03-17 !f1956-02-23 !u51990-07-01 !51986-07-01 ! 2008-04-26 !2000-04-15 !T1973-01-02  !rferlT1957-04-21   !reuters2000-08-049 O !Woolton-Teviot agreement May 19471931-06-01΁  !Founded by Konstantinos Stephanopoulos on September 6, 1985 after he left the New Democracy party in August 1985 (wikipedia)^/1985-09-06  !1968-07-017 K !exact date of change 1995-12-02N1995-07-01Cc !exact date of merger 1995-12-02 (wikipedia)N(1995-07-01 ! 1987-07-01ǁL s !"One of the two Popular Independent deputies joined the PCS and the rest of the party merged with the Democratic Party immediately before the 1968 election." Mackie/Rose 1991, 3011968-07-01 !;1979-07-01 !n1970-05-02 !"2001-11-11 !4t1971-07-01 !&t1971-07-01 !v1971-09-22 !1980-10-11~ !1980-10-11} !,1980-10-11| !1970-04-04{  !ddp.2005-01-22z !f1982-07-01y !1972-10-17x !?1995-07-01w !?1971-07-01v !V?1971-07-01u !2001-03-15t !q2001-03-15s !2007-04-19r !2004-01-13wq I !In February 1965 the CNIP merged with the MRP to form the DC. It again left DC one year later.1966-07-01p !>1966-07-01o !F1976-07-01n !E1990-12-09m !1990-12-09l !2001-12-15k !`2001-12-15j !2007-07-01i !2007-07-01h !y1999-05-23g !yT1998-07-01f !y;1998-07-01e !yc1998-07-01d !y1998-07-01c !})1998-10-11Fbi !75% rule -- 1994 election: SI 7 MPs, PSDI 0.5%1998-05-10a !p/1994-12-10` !/1992-07-01_ !p#1994-12-10^ !#1993-06-23] !=1991-07-01 \ s !Founded in November 1985 by orthodox pro-Soviet minority faction expelled from SKP in late 1985 (Jacobs 1989, 534).& 1985-11-13[ ! &1990-04-29Z !-1999-03-24Y !v2002-03-24X !2002-03-24W !a1994-01-22V !~2007-10-14U !~)2007-10-14T !2002-07-01S !2005-07-01}R  !eed2005-07-01|Q !`1992-04-07{P !`A2001-01-16z$O ' !buga, reuters=1998-01-13tN !W1989-07-01sM !1996-07-01rL !F|2007-12-10qK !|2004-07-01pJ !>1950-07-01oI !{>1972-07-01nH !>,1999-07-01mG  !no-2010,1992-07-01lF !>1944-07-01kE !2006-07-01jD  !afp2007-12-15iC  !afp2007-12-15hB !!2000-11-16gA !!2000-11-16f@ !2005-08-21e? !2005-08-17d> !1946-03-23`= !1946-02-09_< !1946-02-09^; !"2007-07-01\: !1991-07-01[P9y !6 SF MPs formed a new party group on 17 December 1967.nytl1967-12-17Z8 !F2007-10-06Y7 !tu2004-03-26T6 !2006-01-21R5 !E1965-09-10P4 !1972-11-11O3 !L52005-07-01N2 !L 2005-07-01M1 !2008-03-11L0 !2004-02-07K/ !2008-05-17I. !2006-02-25Hb- ! !no new party because Gruene won 75% of combined votes in previous election1993-05-14G, !z1993-07-01E+ !f2003-11-21D* !=2006-06-04C) !=N2006-06-04B(  !at22005-04-17A' !51998-07-01@& !1998-07-01?% ! 1998-07-01>$ ! 1988-03-02=# !1978-07-01;" !y1987-07-01:! !u1969-07-016  !)@1991-12-125 !2002-03-244  !afp@2002-01-313 !1989-01-202 !1989-01-201 ! 1990-04-29/ !2002-11-17, !@2005-01-01+ !1999-11-08* !s2002-07-01) !c2002-07-01( !61995-07-01' !2002-03-24!b ! !Party established before election and previous month used for date change.1968-04-01b ! !Party established before election and previous month used for date change.1968-04-01 !b1978-07-01 !1978-07-01 !1983-02-18 !P1994-04-23  !F1992-07-01  !w2003-05-31  !1990-07-01  ! 1997-07-01  ! 1997-07-01 !1994-07-01 !u?1995-07-01 !2002-07-01  !)@1991-02-03  !1996-07-01  !P'1968-11-01 !"2001-10-13 ! 1979-07-01 Z3X"~~~p~4~}}}\}(||||U| {{{u{>{zzzXzyyyey(xxxxLxwwwVw"vvv|vGvuuuYuttttLtsss{rrrrTrqqqqPqpppnp:poooYo!nnnnLnmmmsm?m lllnl:lkkEkjjjqj;jiiidi-hhhhWhggg}gMgfffof>>r><>===M=<<76666Q6/65555J5444e45431Z !) \2023-06-03BTayyip Erdoganreuters1Y !7 [32023-02-28C'Nikos Christodoulides-X !! ZD2023-03-09C&Petr Pavelreuters6W !3 Y<2022-12-23C%Nataša Pirc Musar Zreuters@V !=% X;2022-10-09(Alexander Van der Bellendpa, reuters6U !!) W(2022-01-012022-12-31C$Ignazio Cassisdpa-T !) V'2022-05-10C#Katalin Novákdpa5S !!% U(2021-01-012021-12-31C"Guy Parmelinafp4R !/ T2022-01-29!Sergio Mattarella~reuters"Q !  S82020-06-28Creview/P !% R"2021-07-07C!Isaac HerzogreutersO !  QK2021-10-11C N !  PJ2020-08-06Bdpa.M !- O>2020-02-18CZoran Milanovićap;L !!7 N2018-07-092023-06-03BRecep Tayyip Erdoğan1K !!# M<2017-12-222022-12-22"MBorut PahorZ(J !% LH2019-04-04CGeorge VellaI !  K72019-07-08C 2H !!% J'2017-05-082022-05-09BJános ÁderG !  I)2020-03-13CN+F !+ HC2018-01-28_Sauli Niinistö_2E !!% GD2018-01-272023-03-09-Miloš Zeman8D !!3 F(2020-01-012020-12-31CSimonetta Sommaruga#1C !!# E(2019-01-012019-12-31BUeli Maurer1B !!% D(2018-01-012018-12-31CAlain Berset#4A !!) C(2017-01-012017-12-31BDoris Leuthard<@ !!; B(2016-01-012016-12-31CJohann Schneider-Ammann8? !!3 A(2015-01-012015-12-31CSimonetta Sommaruga#+> !+ @2019-12-21BIohannis, Klaus+= !- ?2019-07-12CGitanas Nausėda:)<  ! >2019-06-15Creuters reuters.; !1 =%2018-11-26)9Michael D. Higgins>&: !!  <61925-05-121934-08-02C b&9 !!  ;61919-02-111925-02-28C .?8 !!1 :32018-02-042023-02-28BNicos AnastasiadesSreuters7 !  9+2017-06-14C S:6 !; 862017-03-199Frank-Walter Steinmeier.reutersE5 !!= 7;2017-01-262022-10-09(Alexander Van der Bellenreuters)4 !# 6 2017-01-19C Rumen Radevap&3 !!  5K2016-10-102021-10-10CN)2 !!  482016-08-012020-06-28Cdpa;1 != 2?2016-03-09+Rebelo de Sousa, Marceloreuters70 !!/ 1+1906-02-181913-02-18CArmand Fallières 7/ !!/ 0+1913-02-181920-02-18CRaymond Poincaré 4. !!) /+1920-02-181920-09-21CPaul Deschanel 9- !!3 .+1920-09-231924-06-11CAlexandre Millerand6, !!- -+1924-06-131931-06-13CGaston Doumergue1+ !!# ,+1931-06-131932-05-07CPaul Doumer3* !!' ++1932-05-101940-07-11CAlbert Lebrun 6) !!- *+1940-07-111944-08-09BPhilippe PétainC( !!9 )C1919-07-261925-03-02BKaarlo Juho Ståhlbergno-20107' !!! (C1940-12-191944-08-04BRisto Rytino-20103& !!) 'C1937-03-011940-12-19BKyösti Kallio^B% !!7 &C1931-03-021937-03-01BPehr Evind Svinhufvud^no-2010C$ !!; %C1925-03-021931-03-02BLauri Kristian Relander^no-20104# !!) $72007-07-082011-07-08BValdis Zatlers 2" !! % #J2015-08-062020-08-06Bdpa, reuters=! !!- "72015-07-082019-07-08Raimonds Vejonisreuters9 !!5 !)2015-03-132020-03-130Prokopis Pavlopoulos/E !!=  >2015-02-152020-02-18BKolinda Grabar-Kitarovicreuters0 !!/ o2015-02-032022-01-29!Sergio Mattarella~reutersMattarella was one of the founders of the Democratic Party (PD) in 2007 and was officially endorsed by the party.5 !!+ 2014-12-212019-12-21BIohannis, Klaus3 !!' "2014-07-242021-07-07BReuven Rivlin2 !!% "2007-07-152014-07-24BShimon PeresN2 !!% "2000-08-012007-07-01BMoshe Katsav2 !!% "1998-04-032000-07-13BEzer Weizman2 !!% "1993-05-131998-03-04BEzer Weizman2 !!% "1988-02-231993-05-13BChaim Herzog2 !!% "1983-05-051988-02-23BChaim Herzog3 !!' "1978-05-291983-05-05BYitzhak Navon4 !!) "1973-05-241978-05-29BEphraim Katzir3 !!' "1968-03-261973-05-24BZalman Shazar3 !!' "1963-05-211968-03-26BZalman Shazar5 !!+ "1962-10-301963-04-23BYitzhak Ben-Zvi7 !!+  "1957-10-281962-10-30BYitzhak Ben-Zvi 7 !!+  "1952-12-161957-10-28BYitzhak Ben-Zvi 3 !!) "1951-11-251952-11-09BChaim Weizmann{3 !!) "1949-02-171951-11-25BChaim Weizmann{; !!7  2014-08-282018-07-09BRecep Tayyip Erdoğan5 !!'   2007-08-282014-08-28BAbdullah Gül 8 !!1  2000-05-152007-08-28BAhmet Necdet Sezerw7 !!/  1993-05-162000-05-16BSüleyman Demirelu2 !!%  1989-11-091993-04-17BTurgut Özal61 !!# 1982-11-091989-11-09BKenan Evrenw1  !!% 2014-06-152019-06-15BAndrej KiskaO@ !!A H2014-04-042019-04-04BMarie Louise Coleiro Preca8 !!3 2014-05-252019-07-12Dalia Grybauskaitė:6 !!/ (2014-01-012014-12-31BDidier Burkhalter6 !!/ (1954-01-011954-12-31rRodolphe Rubattel= !!; (2012-01-012012-12-31BEveline Widmer-Schlumpf9 !!3 32003-02-282008-02-28Tassos PapadopoulosS5 !!+ +2007-05-162012-05-15Nicolas Sarkozy3~ !!' 61954-07-171959-09-12ATheodor Heuss3} !!' 61949-09-131954-07-17ATheodor Heuss3|  !!) 1993-03-021998-03-02?Michal Kováčv9{ !!3 1992-11-251998-02-25bAlgirdas Brazauskas4z !!) +2002-05-052007-05-16OJacques Chirac4y !!) +1995-05-172002-05-05OJacques Chirac>x !!? +1974-05-271981-05-21 Valéry Giscard d'Estaing;6w !!- 2012-01-222017-01-19BRosen Plevneliev8v !!1 %2011-11-112018-11-26)9Michael D. Higgins>:u !!5 C1950-01-171956-03-01 hJuho Kusti Paasikivi^:t !!5 C1946-03-111950-01-17 hJuho Kusti Paasikivi^3s !!' 1990-08-011997-01-22BZhelyu Zhelev5r !!+ (1964-01-011964-12-31Ludwig von Moos4q !!) H1999-04-042004-04-04&8Guido de Marco3p !!' 62012-03-182017-03-19K !!= 31974-12-081977-08-03BArchbishop Makarios IIIAJ !!C C1944-08-041946-03-04BCarl Gustaf Emil Mannerheim_2I !!' (1975-01-011975-12-316Pierre Graber#/H !! (2000-01-012000-12-31 Adolf Ogi/G !!! (1994-01-011994-12-31Otto Stich#3F !!' 61974-07-011979-06-30Walter Scheel2E !!% '2012-05-102017-05-08BJános Áder7D !!/ +1965-12-191969-04-28+Charles de GaulleF7C !!/ +1959-01-081965-12-19+Charles de GaulleF3B !!' (1971-01-011971-12-31-Rudolf Gnägi7A !!/ 81944-06-171952-01-25BSveinn Björnsson3@ !!) 1998-02-262003-02-26BValdas Adamkus:7? !!1 (2001-01-012001-12-31Moritz Leuenberger#;> !!7 J2010-08-062015-08-06BBronisław Komorowski8= !!1 +2012-05-152017-06-14&François Hollande1< !!% (1992-01-011992-12-315nRené Felber#4; !!) >2005-02-282010-02-18BStjepan Mesićh4: !!) >2000-02-182005-02-28BStjepan Mesićh49 !!) 71996-06-181999-07-08BGuntis UlmanisX48 !!) 71993-07-071996-06-18BGuntis UlmanisX17 !!# (2013-01-012013-12-31BUeli Maurer26 !!' (1987-01-011987-12-31Pierre Aubert#35 !!' (1953-01-011953-12-315Philipp Etter14 !!# <2012-12-222017-12-22"MBorut Pahor83 !!1 (1951-01-011951-12-31&Eduard von Steiger32 !!' (1997-01-011997-12-31*Arnold Koller/1 !!! (1988-01-011988-12-31Otto Stich#40  !!+ 1999-06-152004-06-15BRudolf Schuster8/ !!1 2013-04-202015-01-14xGiorgio Napolitano8. !!1 2006-05-152013-04-20xGiorgio Napolitano)5- !!+ 61964-07-011969-06-30Heinrich Lübke(5, !!+ 61959-09-121964-07-01Heinrich Lübke(4+ !!) '1995-08-042000-08-04BÁrpád Göncz4* !!) '1990-08-041995-08-04BÁrpád Göncz2) !!% '2000-08-042005-08-05BFerenc MádlQ7( !!1 (1965-01-011965-12-31Hans-Peter Tschudi#4' !!+ (2002-01-012002-12-319Kaspar Villiger6& !!- 1964-12-281971-12-24Giuseppe Saragat4% !!) 1997-01-222002-01-22BPetar Stoyanov<$ !!9 ?1981-03-091986-03-09BAntónio Ramalho EanesU<# !!9 ?1976-07-141981-03-09BAntónio Ramalho EanesA" !!C )2000-02-082005-03-12BKonstantinos StephanopoulosNA! !!C )1995-03-102000-02-08BKonstantinos StephanopoulosN2 !!% (1948-01-011948-12-31?Enrico Celio5 !!+ 2006-10-292012-01-22BGeorgi Parvanov5 !!+ 2002-01-222006-10-29BGeorgi Parvanov3 !!' 62009-05-232010-05-31BHorst Köhler(3 !!' 62004-07-012009-05-23BHorst Köhler(7 !!/ 1985-06-231992-04-28.Francesco Cossigaa8 !!1 (1945-01-011945-12-31&Eduard von Steiger1 !!# ;1945-04-291950-12-31Karl Renner2 !!% (1981-01-011981-12-31;9Kurt Furgler: !!5 ?2011-03-092016-03-09 Aníbal Cavaco Silva: !!5 ?2006-03-092011-03-09 Aníbal Cavaco Silva3 !!) (1968-01-011968-12-31Willy Spühler#N !!-5 61969-07-011974-06-30 Gustav Heinemann.nytPresident Heinemann was elected (yes: 512, no: 506, abstain: 3) on 5 March 1969 with votes from the Social Democrats (SPD) and Free Democrats (FDP).6 !!- 1955-04-241962-05-06BGiovanni Gronchia8 !!1 81976-01-011980-08-01BKristján Eldjárn8 !!1 81972-01-011976-01-01BKristján Eldjárn8 !!1 81968-08-011972-01-01BKristján Eldjárn1 !!% (1957-01-011957-12-311Hans Streuli: !!5 32008-02-282013-02-28BDimitris Christofias<= !!= (1980-01-011980-12-31Georges-André Chevallaz3 !!' (1947-01-011947-12-315Philipp Etter4 !!) (2010-01-012010-12-31BDoris Leuthard8 !!3 (2007-01-012007-12-31(nMicheline Calmy-Rey#3 !!' ;2010-04-252016-05-21B Heinz Fischer3 !!' ;2004-07-082010-04-25B Heinz Fischer4 !!) >2010-02-182015-02-15BIvo Josipović5 !!+ 31988-02-281993-02-28BGeorge Vasiliou6 !!- C1994-03-012000-03-01BMartti Ahtisaari: !!7 (1989-01-011989-12-31fJean-Pascal Delamuraz9 !!3 81964-01-011968-08-01BÁsgeir Ásgeirsson9 !!3 81960-01-011964-01-01BÁsgeir Ásgeirsson9 !!3 81956-01-011960-01-01BÁsgeir Ásgeirsson9 !!3 81952-08-011956-01-01BÁsgeir Ásgeirsson2 !!' %1990-12-031997-09-12BMary Robinson>1~ !!% ~D2013-03-082018-01-27-Miloš Zeman3} !!+ }(1978-01-011978-12-31Willy Ritschard#1| !!' |(1983-01-011983-12-31Pierre Aubert#0{ !!# {1992-10-111996-11-29BIon Iliescu`0z !!# z1990-05-201992-10-11BIon Iliescu`0y !!# y1989-12-261990-05-20BIon Iliescu3x !!) xH1989-04-041994-04-04 +Vincent Tabone5w !!- w%1952-01-011959-06-24BSeán T. O'Kelly5v !!- v%1945-06-241952-01-01BSeán T. O'Kelly1u !!% u'2010-08-062012-04-02BPál Schmitt1t !!% t(1998-01-011998-12-319Flavio Cotti9s !!5 sK2011-08-292016-10-10*|Toomas Hendrik Ilves9r !!5 rK2006-10-092011-08-29*|Toomas Hendrik Ilves3q !!) q+1947-01-161954-01-16qVincent Auriol.p !!! p(1949-01-011949-12-31=Ernst Nobs#4o !!+ o(1979-01-011979-12-31=aHans Hürlimann9n !!7 n)1974-12-181975-06-19BMichail Stasinopoulos/.m !! m(1993-01-011993-12-31 Adolf Ogi7l !!1 lH1994-04-041999-04-04%Ugo Mifsud Bonnici0k !!% k(1959-01-011959-12-31=Paul Chaudet5j !!- j+1969-06-201974-04-02/FGeorges PompidouF6i !!/ i72011-07-082015-07-08) Andris Bērziņš3h !!+ h(1950-01-011950-12-31Max Petitpierre5g !!- g31983-02-131988-02-28>Spyros KyprianouS5f !!- f31977-09-031983-02-13>Spyros KyprianouS4e !!+ e2009-12-212014-12-21BTraian Băsescu4d !!+ d2004-12-202009-12-21BTraian Băsescu2c !!' c;1986-07-081992-07-08Kurt Waldheim4b !!- b(2003-01-012003-12-31.Pascal Couchepin5a !!- a'2005-08-052010-08-06BLászló SólyomQ3` !!+ `(1960-01-011960-12-31Max Petitpierre2_ !!' _%2004-10-012011-11-10BMary McAleese2^ !!' ^%1997-11-112004-10-01BMary McAleese] !!5 ]1999-05-132006-05-15 Carlo Azeglio CiampiPreviously a Governor of the Bank of Italy and PM of a technical cabinet.9\ !!5 \1990-03-111992-11-25 DVytautas Landsbergis2[ !!' [D2008-02-092013-03-078Václav Klaus=2Z !!' ZD2003-03-072008-02-098Václav Klaus=1Y !!% Y(1977-01-011977-12-31;9Kurt Furgler2X !!' X?1991-03-091996-03-09+QMário Soares2W !!' W?1986-03-091991-03-09+QMário Soares4V !!+ V<2002-12-222007-12-22&wJanez Drnovšek2U !!' U61979-07-011984-06-30|Karl Carstens(1T !!% TK1996-09-202001-10-086 Lennart Meri1S !!% SK1992-10-061996-09-206 Lennart Meri4R !!+ R62010-06-302012-02-07BChristian Wulff(;Q !!; Q)1990-05-041995-03-10 Konstantinos Karamanlis/3P !!) P;1998-04-192004-07-06BThomas Klestil3O !!) O;1992-07-081998-04-19BThomas Klestil1N !!% NH1974-12-131976-12-27BAnthony Mamo$6M !!/ M)2010-02-032015-03-13+ Karolos Papoulias:6L !!/ L)2005-03-122010-02-03+ Karolos Papoulias:6K !!1 K(2006-01-012006-12-31Moritz Leuenberger#6J !!/ J(1958-01-011958-12-31Thomas Holenstein;I !!; I)1980-05-151985-03-10 Konstantinos Karamanlis/2H !!' HD1998-01-202003-02-02BVáclav Havel2G !!' GD1993-02-021998-01-20BVáclav Havel !!- >%1966-06-011973-06-240,Éamon de Valera5= !!- =%1959-06-251966-06-010,Éamon de Valera1< !!% <<2007-12-222012-12-22BDanilo TürkZ4; !!+ ;(1969-01-011969-12-31Ludwig von Moos: !!+ :K2001-10-082006-10-09BArnold RüütelreutersPresident Rüütel was elected (yes: 186, no: 155) on 21 September 2001.29 !!' 9?2001-03-092006-03-09BJorge Sampaio28 !!' 8?1996-03-092001-03-09BJorge Sampaio47 !!+ 7J2005-12-232010-04-10%Lech Kaczyński16 !!) 6(1982-01-011982-12-31=Fritz Honegger15 !!% 5(1967-01-011967-12-31Roger Bonvin34 !!) 4H1982-02-151987-02-15:Agatha Barbara03 !!% 3(1962-01-011962-12-31=Paul Chaudet32 !!+ 2(1955-01-011955-12-31Max Petitpierre<1 !!; 181992-01-011996-08-01BVigdís Finnbogadóttir<0 !!; 081988-06-251992-01-01BVigdís Finnbogadóttir !!? (1961-01-011961-12-31 ;Friedrich Traugott Wahlen4 !!+ ;1951-06-211957-01-041 Theodor Körner8 !!3 J1989-12-311990-12-22BWojciech Jaruzelski59 !!7 %1974-12-191976-10-22BCearbhall Ó Dálaigh1 !!) (1966-01-011966-12-31KHans Schaffner w|IyqiaYQIA91)! ~~~~~~~~~~~~~~~~~y~q~i~a~Y~Q~I~A~9~1~)~!~~~ ~}}}}}}}}}}}}}}}}}y}q}i}a}Y}Q}I}A}9}1})}!}}} }|||||||||||||||||y|q|i|a|Y|Q|IUSAwUSAvSWEnSWEmSWElSWEkSWEjNZLUNZLTNZLSNOR\NOR[NORZNORYNORXNORWNORVNLDRNLDQNLDPNLDONLDNNLDMNLDLNLDKNLDJNLDIITAHITAGITAFITAEITADITACITABITAAITA@ITA?IRL>IRL=IRL<IRL;GBRuGBRtGBRsGBRrGBRqGBRpGBRoFRA4FRA3FRA2FRA1FRA0FRA/FRA.FRA-FRA,FIN+FIN*FIN)FIN(FIN'FIN&FIN%FIN$ESPiESPhESPgESPfESPeESPdESPcESPbESPaESP`ESP_ESP^ESP]DNK#DNK"DNK!DNK DNKDNKDNKDNKDNKDNKDEU:DEU9DEU8DEU7DEU6DEU5CANCANCANCANBELBELBELBELBELBELBELBELBEL BEL BEL BEL BEL AUTAUTAUTAUTAUSAUSAUS AUS Dw|vpjd^XRLF@:4.(" ~~~~~~~~~~~~~~~~~~~~~~~z~t~n~h~b~\~V~P~J~D~>~8~2~,~&~ ~~~~~}}}}}}}}}}}}}}}}}}}}}}~}x}r}l}f}`}Z}T}N}H}B}<}6}0}*}$}}}} }|||||||||||||||||||~|w|p|i|b|[|T|M|F|?|8|1|*|#|||||{{{{{{{{{{{{{{{{{{{{{t{m{f{_{X{Q{J{C{<{5{.{'{ {{{ {zzzzzzzzzzzzzzzzzzzzxzqzjzcz\zUzNzGz@z9z2z+z$zzzzzyyyyyyyyyyyyyyyyyyy|yuynygy`yYyRyKyDy=y6y/y(y!yyy yxxxxxxxxxxxxxxxxxxxxyxrxkxdx]xVxOxHxAx:x3x,x%xxxx xwwwwwwwwwww$D$C$B$A$@$?$>$=$<$;$:$9#8#7#6#5#4#3#2"1"0"/"."-",+*)('&%$#"!                                     ~ } | { zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"!                        h#~wpib[TMF?81+% ~~~~~~~~~~~~~~~~~~{~s~k~c~[~T~L~D~<~4~,~$~~~ ~}}}}}}}}}}}}}}}}}}y}q}i}a}Y}Q}I}A}9}1})}"}}} }||||||||||||||||||y|q|i|a|Y|Q|I|A|9|1|*|"||| |{{{{{{{{{{{{{{{{{{y{q{j{c{[{S{K{C{;{4{-{%{{{{zzzzzzzzzzzzzzzzzz{zszlzez]zUzMzEz=z5z-z%zzz zyyyyyyyyyyyyyyyyyywyoyhyayYyQyIyAy9y1y)y!yyy yxxxxxxxxxxxxxxxxx|xuxmxex]xUxMxEx=x5x-x%xxxxwwwwwwwwwwwwwwwwwwzwrwjwcw[wSwLwDw ; 5 0 + % " v  W  5 3 2 9 ;   ? < @ A   B C D         E             F         ~ | y s r q p o o d _ ^ \ Y X L J I I H| C ? ? > 6 4 / / . - - ,G , + + % !      } x  z y I | { y x~ p ns mq lr ek dj bi `e `d _b Z Zh X` S^ Qg O O_ M] L L F\ F[ CW BY A AX @V ?> ?= ;T 5> 2& 1% )# (" '! $  $ " H       Z ) ,        M{~}u67}||P{zyrkSkkffdcuctb_ WVURRI?=:7C750,+%$#  ~yds A } z v{w|xIu" ?!c[oMKSwffGddEccHQK465*/1.5--+-*/)<(>%0$;#? .9N'&:m?$hyyyIqolff dd bb[T MF(B;:97 63..J($"2v % DeKctrJB<tRnx@xs6s5pp_WMWLRQlKF7F7E2l/I+7)&%I+# 09 h{ ^i8kj   l%~;}q9kkj=ffjb`YBUL;8850(N##0/gfn0/S\-,iDL)876~~tzOh4h3a8_M\M[HpE1?O,+K&&%6"" bUTWV5|!dcP}~utt^sEqeXmW+TJI>44_2/,(8" ,.-  d xKJ J"#Q3s>=HGihgrvurmolWkHkkd_)] ] SO.L CMAA<29G765-a$$"Uf1 k ~ @p*ONAyW>pQyfyexxvrpp$m!lk_@_?WRM|JJDI3I2CsBBBAA>>*712,*)a %2R  k{tnhaZSLE>82,% ~~~~~~~~~~~~~~~~~~~}~v~o~h~a~Z~S~L~E~>~7~0~)~"~~~ ~}}}}}}}}}}}}}}}}}}}}z}s}l}e}^}W}P}I}B};}4}-}&}}}} }||||||||||||||||||||x|q|j|c|\|U|N|G|@|9|2|+|$|||||{{{{{{{{{{{{{{{{{{{|{u{n{g{`{Y{R{K{D{={6{0{*{${{{{ {{zzzzzzzzzzzzzzzzzzzz~zwzpzizbz[zTzMzFz?z8z1z*z#zzzzzyyyyyyyyyyyyyyyyyyy}yvyoyhyayZySyLyEy>y7y0y)y"yyy yxxxxxxxxxxxxxxxxxxxxzxsxlxex^xWxPxJxCxl7l0l)l"lll lkkkkkkkkkkkkkkkkkkkkzksklkek^kWkPkIkBk;k4k-k&kkkk k||{{{wxvvmggKgCg3g*gggggffffffeeeqeQePeeeeeeeeeeeeebFb<bbbbbbbfaMaaa`````____________^^]]g[[r[[[[8[7[6[5ZZeZZY2YYWY-YYYXEXDXCXBXAX@X?XXoXhX_XZXYXXX#X"X!XXXX"X!X XTSSSSSSRRRgRRRRQ<QQQQQQPPP}PkPPPPPPPP~P}P|P{PzPyPxPwPvPuOOO]OaO\F;FFFF$FFFFtDKCCC7C[C CICHC???z?4?)?&?????A?@???>?<?;?9?1<)<(**5**** ***b*^*B*A*@*:* ********u*************))(6((~(k('''u' '''2'/'%'''''''''' ' ' ' '''''''''''''''''''''''''''''''''''''''''''''''''''''''''y'p'j'e'd'c'_'^'S'R'Q'J'?'>'='9'8'5'3'1'/'-','+'%'$'&&{&[&&K%%i%=%%|%%%%%%%N%0%$%!%%%%%%G$ $$$$f$$$$$$$$$$$$$$$ $ $ $ $$$v# pdTRONJIHGFED9.+ tngecTIFB?>tspih^J~`|{WI>8WV L6H7jifUk2'&%}|xvusrmlihbaWU@40.S\?M"=9n>;6510/-%  D*) 8}IdK  [  \ V     c G 3          ~ t S   s m l j h P N L J H 3 1 0 . ,                       M G E D * #   2 ! {ysOM2,rOEl|dW dxt\D,~~~~~~~u~c~Q~A~1~!~~}}}}}}}}}}w}a}K}5}} ||||||||||k|Z|I|8|'||{{{{{{{{}{l{[{J{9{({{zzzzzzzz~zmz\zKz:z)zzyyyyyyyyuyZy?y$y xxx9person_family_relationN9person_family_relationM9person_family_relationL9person_family_relationK9person_family_relationJ9person_family_relationI9person_family_relationH9person_family_relationG%party_family|%party_family{%party_familyw%party_familyv%party_familyg%party_familyf%party_familye%party_familyb%party_familya%party_family`%party_family_%party_family^%party_family]%party_family[%party_familyZ%party_familyY%party_familyX%party_familyT%party_familyS%party_familyR%party_familyQ%party_familyP%party_familyO%party_familyF%party_familyD%party_familyC%party_family?%party_family<%party_family*%party_family)%party_family(%party_family'%party_family&%party_family%%party_family$%party_family%party_family%party_family%party_family%party_family%party_family%party_family%party_family%party_family%party_family %party_family %party_family %party_family%party_family%party_family%party_family/party_change_type>/party_change_type#/party_change_type"/party_change_type!/party_change_type /party_change_type news_typex news_typet news_types news_typer news_typeq news_typep news_typeo news_typen news_typem news_typel news_typek#faq_sectiond#faq_sectionc#faq_sectionV#faq_sectionU'election_type 'election_type-election_ep_type-election_ep_type-election_ep_type3cabinet_termination3cabinet_termination3cabinet_termination3cabinet_termination3cabinet_termination3cabinet_termination 3cabinet_termination3cabinet_termination+cabinet_supportz+cabinet_supporty+cabinet_supportB+cabinet_support@+cabinet_support9+cabinet_support8+cabinet_support7 d}|ztnhb\VPJD>82,& ~~~~~~~~~~~~~~~~~~~~~x~q~j~c~\~U~N~G~@~9~2~+~$~~~~~}}}}}}}}}}}}}}}}}}}|bfXeP_-g+w*S'F%^$%#`"|!< O&[aRZYC *?Q$]D)'{T v (} xsczZl2tsqon @ x 9 G  mKrMI>L7#Vpc8 dNHB"  y k UJ!   d{Mvl\QF5' ~~~~~~~~~~~|~c~N~G~;~3~*~!~~ }}}}}}}}}}}}}r}e}X}L}C}6},}} |||||||||||||p|d|\|P|8|%|| |{{{{{{{{{{{{|{r{g{_{U{Mwom& voteslvet^ updatep transQteewtax< successor# stablen)spouse-divorceN spouseJ splinterspecsoc snippetsx singleX siblingGsepC satiricalF right()resignation-pm3resignation-cabinet releasecrel? regular9 regularreg recentk#publicationq promise7%presentationopop!politician> pirate[pens% partnerH3parliamentary-groupy!parliament 'parent-in-lawK other one-seatenone no-seatP no-partyf new-datar%nephew-nieceMnat monarchSmisctmiog min-law_ merged! libertasa lib-leftRlib joined" irregular@!grandchildI generalU finance|fasceuro*eth etc-fambep-election-regular5election-dissolutioneco division districtT+deputy-ministerBdatadcsp$ credit`%contributionV+confidence-voteconcomcodecler]chr childL change-pm%change-party changem caucusv#by-election autonY arab-listz%appointmentsanti' announces animalOall agreement8agr abroadZ a-sys) a-cor{ a-clericD th|tld]VOHA:3,$ ~~~~~~~~~~~~~~~~~~~y~r~k~d~]~V~O~H~A~:~3~,~$~~~ ~}}}}}}}}}}}}}}}}}|}t}l}e}^}W}P}I}B};}4}-}&}}}}||||||||||||||||||x|q|j|c|\|U|N|G|@|8|0|(| ||||{{{{{{{{{{{{{{{{{x{p{i{b{[{T{M{F{?{8{1{*{#{{{{{zzzzzzzzzzzzzzzzz{zszkzcz[zSzKzCz;z3z+z#zzz zyyyyyyyyyyyyyyyyy~ywypyiyby[ySyKyCy;y3y+y$yyyyyxxxxxxxxxxxxxxxxxxx|xtxlxdx\xTxLxDxNL=NL<NL;NL:NL9NL8NIONINNIMNILNIKNIJNIIMT7MT6MT5MKkMKjMKiMKhMKgMKfMKeMKdMKcMKbMDsMDrMDqMDpMDoMDnMDmMDlLVYLVXLVWLVVLVULVTLVSLU4LU3LU2LU1LU0LU/LTaLT`LT_LT^LT]LT\LT[LTZJPJPJPJPJPJP~IT.IT-IT,IT+IT*IT)IT(IT'IT&IT%IT$IT#IT"ISISIS IS IS IS IL!IL ILILILILILILILILILILIEIEIEIEIEIEHURHUQHUPHUOHUNHUMHULHUKHR6HR5HR4HR3HR2HR1HR0HR/HR.HR-HR,GR GRGRGRFRFRFRFRFRFRFRFRFRFIFIFIFIFIFIFIFIESbESaES`ES_ES^EEJEEIEEHEEGEEFEEEEEDEECEEBDKDKDKDKDKDKDKDKDKDKDEDEDEDEDEDEDEDEDEDECZACZ@CZ?CZ>CZ=CZ<CZ;CZ:CZ9CZ8CZ7CYCYCYCYCYCYCYCYCHsCHrCHqCHpCHoCHnCHmCHlCHkCHjCACACACACACABYBYBYBYBYBYBYBYBYBY BY BG+BG*BG)BG(BG'BG&BG%BG$BG#BG"BG!BG BGBEBEBEBEBEBEBEBEBEBEBEBABABABABABABABAAUAUAUAUAUAUATATATATAL AL AL ALALALALALALAL AL a~}{ zEwwvruu?tt-ssrqqq p`ponmmLllkjjii.hggbffGee5dUcbb+a:`__^]]\\;[2ZZaZYY_Y*XXOXWW{W.W VVUTT|SSSSSSRRIRQQhPPkOOnON}N5MM_LL'KK JsIIlHHSHGGGHFFFIEE}EDD9CC6BBiAx@@??f?!>>M==@<`#+AirtiIrish TimesThe Irish Timeshttp://www.irishtimes.com/_1] skjaSkjæveland (2003)Skjæveland, Asbjørn. 2003. ‘Government Formation in Denmark 1953-1998’. Aarhus: Forlaget Politica.i^3hinaHINAHINA – Hrvatska izvještajna novinska agencija (Croatian News Agency)http://www.hina.hr/c]%# urwinUrwin (1970)Urwin, Derek W. 1970. Elections in Western Nations, 1945-1968. Strathclyde.$\- gall-09Gallagher (2009)Gallagher, Michael. 2009. Irish elections 1948-77: Results and analysis. Sources for the study of Irish politics 2. London. Routledge.k[/=lisLandskjörstjórnLandskjörstjórn - National Electoral Commission Icelandhttp://www.landskjor.is/MZ11KglobThe Globe and MailThe Globe and Mailhttp://www.theglobeandmail.com/!Y9}izboriIZBORIDzavno Izborno Povjerenstvo Republike Hrvatske - State Electoral Commission of Croatiahttp://www.izbori.hr/izbori/dip_ws.nsf/public/index?openeXCmdiMDIMinistero dell'Interno - Ministry of Internal Affairs (Italy)http://elezioni.interno.it/^W'_Mmdmaltadata.comParliamentary Election Results, 1921-2013http://maltadata.com/results.htmeV#OmeieDoE IrelandDepartment of Environment Irelandhttp://www.environ.ie/en/LocalGovernment/Voting/iU1iOerElection ResourcesÁlvarez-Rivera, Manuel – Election Resourceshttp://www.electionresources.org/T[SeeplMinistère de l'Intérieur (Luxembourg)Ministère de l'Intérieur - Le site officiel des élections au Grand-Duché de Luxembourg (Ministry of internal affairs - Official election results of Luxembourg)http://www.elections.public.lu/fr/index.htmllS)a[doe-13Döring (2013)Döring, Holger. 2013. ‘The Collective Action of Data Collection: A Data Infrastructure on Parties, Elections and Cabinets’. European Union Politics 14(1):161–78. http://eup.sagepub.com/content/14/1/161R)[ hoe-99Höbelt (1999)Höbelt, Lothar. 1999. Von der vierten Partei zur dritten Kraft: die Geschichte des VdU. Graz: Stocker.JQ;W macr-90Mackie and Craig (1990)Mackie, Thomas, and Fred W. S Craig. 1990. Europe votes 3: European Parliamentary election results 1989. 2nd ed. Aldershot, UK: Dartmouth Publishing Company Limited.LP;[ macr-85Mackie and Craig (1985)Mackie, Thomas, and Fred W. S Craig. 1985. Europe votes 2: European Parliamentary election results 1979-1984. 2nd ed. West Sussex, UK: Parliamentary Research Services.NO/7MltLithuania TribuneThe Lithuania Tribunehttp://www.lithuaniatribune.com/N1%cverknlverkiezingen.comNederlandse verkiezingsuitslagen 1918-nu (Dutch election results since 1918)http://www.nlverkiezingen.com/index_en.html8M79 pav-03Pavel and Huiu (2003)Pavel, Dan, and Iulia Huiu. 2003. “Nu putem reuși decît împreună” O istorie analitică a Convenției Democratice, 1989-2000. Iași: Polirom. JL_3ansaANSAANSA (Agenzia Nazionale Stampa Associata)http://www.ansa.it/K'a wilsonWilson (1985)Wilson, J. O. 1985. New Zealand parliamentary record 1840-1984. Wellington: V.R. Ward, Government Printer.VJ#WEkathKathimeriniKathimerini (Η Καθημερινή)http://www.ekathimerini.com/NIGMmigMinistry of Interior (Greece)Hellenic Republic - Ministry of Interior Comment: see also: https://ekloges.ypes.gr/en/ if the other link does not show the results.http://www.ypes.gr/en/Elections/%HO%einsseInstitutul National de StatisticaInstitutul National de Statistica (National Institute of Statistics Romania)http://www.insse.ro/cms/rw/pages/index.en.dofG7e?fragovPortail du GovernmentPortail du Government -- (French Government)http://www.gouvernement./KF55?papoParlement & PolitiekParlement & Politiekhttp://www.parlement.com/qE'maaufoAustria-ForumAustria Forum - Das österreichische Wissensnetzhttp://austria-lexikon.at/af/Austria-Forum5D;politykaPolitykaPolitykahttp://www.polityka.pl/ACG9nzpaNZPANew Zealand Press Associationhttp://www.nzpa.co.nz/B9C kato-08Kato and Kannon (2008)Kato, Junko, and Yuto Kannon. 2008. “Coalition Governments, Party Switching, and the Rise and Decline of Parties: Changing Japanese Party Politics since 1993.” Japanese Journal of Political Science 9(3):341–365. |A%S koh-97Kohno (1997)Kohno, Masaru. 1997. Japan’s postwar party politics. Princeton, NJ: Princeton University Press. |@wapaAPAAPA – Austria Presse Agentur (Austria Press Agency)http://www.historisch.apa.at/cms/apa-historisch/start.htmlD?IAfazFAZFrankfurter Allgemeine Zeitunghttp://faz-archiv.faz.net/>+{ bugaBugajski (2002)Bugajski, Janusz. 2002. Political parties of eastern europe: a guide to politics in the post-communist era. M.E.Sharpe.T=-Y7bkaBundeskanzleramtBundeskanzleramt (Federal Chancellery)http://www.bka.gv.at/Y<u;sitaSITASITA Slovenska Tlacova Agentura (Slovak News Agency)http://www.sita.sk/eng/<;C7btaBTABulgarian News Agency (BTA)http://www.bta.bg/en/L:'']ageuAgence EuropeAgence Europehttp://www.agenceurope.com/EN/index.htmlK9CO la-ta-79Laakso and Taagepera (1979)Laakso, Markku, and Rein Taagepera. 1979. “Effective number of parties: Measure with application to West Europe.” Comparative Political Studies 12(1):3–27.8- gall-91Gallagher (1991)Gallagher, Michael. 1991. “Proportionality, disproportionality and electoral systems.” Electoral Studies 10(1):33–51.77E' taag-89Taagepera and Shugart (1989)Taagepera, Rein, and Matthew Soberg Shugart. 1989. Seats and votes: The effects and determinants of electoral systems. Yale University Press.W6' da-08Dalton (2008)Dalton, Russell J. 2008. “The quantity and the quality of party systems: Party system polarization, its measurement, and its consequences.” Comparative Political Studies 41(7):899–920.!5Gw ga-mi-05Gallagher and Mitchell (2005)Gallagher, Michael, and Paul Mitchell, eds. 2005. The politics of electoral systems. Oxford: Oxford University Press.4-m taag-97Taagepera (1997)Taagepera, Rein. 1997. “Effective number of parties for incomplete data.” Electoral Studies 16(2):145–151.<3Sclea-11CLEAKen Kollman, Allen Hicken, Daniele Caramani, and David Backer. Constituency-Level Elections Archive (CLEA; www.electiondataarchive.org), September 14, 2011 [dataset]. Ann Arbor, MI: University of Michigan, Center for Political Studies [producer and distributor]. http://www.electiondataarchive.org/}2/I no-2005Nohlen ea. (2005)Nohlen, Dieter, ed. 2005. Elections in the Americas: A data handbook. Oxford University Press.}1+O lij-94Lijphart (1994)Lijphart, Arend. 1978. “The Dutch electoral system in comparative perspective: extreme proportional representation, multipartism, and the failure of electoral reform.” The Netherlands’ Journal of Sociology 14:115–133.Y0w9eltaELTALietuvos naujienų agentūra (Lithuanian News Agency)https://www.elta.lt/ene/5 aslAnnuaire statistiqueAnnuaire statistique du Luxembourg (Statistical Yearbook of Luxembourg)S./Y1althAlþýðublaðiðAlþýðublaðið (The People's Paper)http://timarit.is/S-M[ gud97Guðmundur and Magnússon (1997)Guðmundur, Jónsson, and Magnús S. Magnússon. 1997. Hagskinna : sögulegar hagtölur um Ísland -- Icelandic historical statistics. Reykjavík: Hagstofa Íslands.j,aaaph-11Parliamentary Handbook of Australia (2011)Parliamentary Library 2011: 43rd Parliament. Parliamentary Handbook of the Commonwealth of Australia 2011.http://www.aph.gov.au/About_Parliament/Parliamentary_Departments/Parliamentary_Library/~/media/05%20About%20Parliament/54%20Parliamentary%20Depts/544%20Parliamentary%20Library/Handbook/43rd_PH_complet'+'' hug-86Hughes (1986)Hughes, Colin. 1986. A handbook of Australian government and politics, 1975-1984. Sydney ;New York: Australian National University Press. *' hug-77Hughes (1977)Hughes, Colin. 1977. A handbook of Australian government and politics, 1965-1974. Canberra: Australian National University Press.;)=9 hug-68Hughes and Graham (1968)Hughes, Colin, and Bruce D. Graham. 1968. A handbook of Australian government and politics, 1890-1964. Canberra: Australian National University Press.Y(Gs ddpddp Deutscher Depeschendienstddp Deutscher Depeschendienst (German press agency)Y'3_3cdepCamera DeputaţilorCamera Deputaţilor (Chamber of Deputies)http://www.cdep.ro/\&s;agerAgerpresAgenția Română de Presă (Romanian Press Agency)http://www.agerpres.ro/d%'! mchaleMcHale (1983)McHale, Vincent E., ed. 1983a. Political Parties of Europe: Albania -- Norway. Greenwood Press.; McHale, Vincent E., ed. 1983b. Political Parties of Europe: Poland -- Yugoslavia. Greenwood Press. Q$[?tearaTe AraTe Ara: The Encyclopedia of New Zealandhttp://www.teara.govt.nz/u#99 pcpersonal communicationpersonal communication with country expert -- see comment observation for more details "/I5buvBundesversammlungDie Bundesversammlung - Das Schweizer Parlament (The Federal Assembly - The Swiss Parliament)http://parlament.ch/!?ivladaVlada Republike SlovenijeVlada Republike Slovenije (Government of the Republic of Slovenia)http://www.vlada.si/si/o_vladi/prejsnje_vlade/R 99?nz-parlNew Zealand ParliamentNew Zealand Parliamenthttp://www.parliament.nz/[+7gdereflandersnews.beflandersnews.be (VRT)http://www.deredactie.be/cm/vrtnieuws.englishP99AnzheThe New Zealand HeraldThe New Zealand Heraldhttp://www.nzherald.co.nz/feYsw-inSwissinfoSwissinfo – Swiss Broadcasting Corporationhttp://www.swissinfo.ch/eng/index.htmlyO1boeBoletín Oficial del Estado (BOE)Boletín Oficial del Estado (Official Bulletin of the State)http://www.boe.es/e5SSec-nzElectoral CommissionElectoral Commission (New Zealand) http://www.electionresults.govt.nz/A))EtomTimes of MaltaTimes of Maltahttp://www.timesofmalta.com/lMletaLETANacionālā ziņu aģentūra LETA (National News Agency LETA)http://www.leta.lv/eng/index.php9##;pol-huPolitics.huPolitics.huhttp://www.politics.hu/+=K_bafsBundesamt für StatistikSchweizerische Eidgenossenschaft - Bundesamt für Statistik (Statistical Office of Switzerland)https://www.bfs.admin.ch/bfs/de/home.html5ShisHistorisches LexikonHistorisches Lexikon der Schweiz (Historical Dictionary of Switzerland)http://www.hls-dhs-dss.ch/index.phpS))kdwDeutsche WelleDeutsche Wellehttp://www.dw-world.de/dw/0,,266,00.html?id=266s; 5knrKalaallit Nunaata RadioKalaallit Nunaata Radio (Greenlandic Broadcasting Corporation)http://www.knr.gl/enw/=kvfKringvarp FøroyaKringvarp Føroya (Broadcasting Corporation Faeroe Islands, Denmark)http://www.kringvarp.fo/G!K5jijiJiji PressJiji Press English News Servicehttp://jen.jiji.com/eOS;ceocChief Electoral Officer of CanadaChief Electoral Officer of Canada http://www.elections.ca{/W}barberBarber ea. (2008)Barber, Stephen, Christopher Lawley, Scott Bennett, and Gerard Newman. 2008. Federal election results 1901–2007. Parliament of Australia – Parliamentary Library.http://www.aph.gov.au/library/pubs/rp/2008-09/09rp17.pdf^)QWmblMorgunblaðiðMorgunblaðið (The Morning Paper)http://www.mbl.is/mm/frettir/english/G 'g morganMorgan (1976)Morgan, Michael-John. 1976. “The modelling of governmental coalition formation: A policy-based approach with interval measurement.” Dissertation, University of Michigan.v CoMoepaÖsterreichisches ParlamentÖsterreichisches Parlament (Austrian Parliament)http://www.parlament.gv.at/ENGL/~ ;G bpfBritish Political FactsButler, David, and Gareth Butler. 2010. British political facts. 10th ed. Palgrave Macmillan. O?=hcl-rpElection Statistics: UK 1918-2007Election Statistics: UK 1918-2007 – Research Paper 08/12 – House of Commons Library http://www.parliament.uk] ) sva-85Svåsand(1985)Svåsand, Lars. 1985. Politiske partier. Oslo: Tiden Norsk Forlag.=##CcymailCyprus MailCyprus Mailhttp://www.cyprus-mail.com/Go sosSveriges officiella statistikSveriges officiella statistik – Statistiska centralbyrån (Official Statistics of Sweden – Statistics Sweden)SAO'rpvRegistrera partibeteckningRegistrera partibeteckning – Valmyndigheten (Registered parties – Swedish Election Authority)http://www.val.se/det_svenska_valsystemet/partier/registrera_partibeteckning/=5G yb-nzlNew Zealand YearbookNew Zealand Official YearbookZ+ suj-02Sundberg (2002)Sundberg, Jan. 2002. “The electoral system of Finland: Old, and working well.” In The evolution of electoral and party systems in the Nordic countries. New York: Agathon Press, p 67-100.6!EkyodoKyodoKyodo Newshttp://english.kyodonews.jp/`!O[stortingStortingetStortinget (Norwegian Parliament)http://www.stortinget.no/en/In-English/`7u)snlStore norske leksikonStore norske leksikon (Great Norwegian encyclopedia)http://snl.no/ ;'IrpfiRekisteröidyt puolueetRekisteröidyt puolueet – Registrerade partier (Registered parties Finland)http://www.vaalit.fi/15485.htmzkeduEduskuntaEduskunta – Riksdagen (Parliament of Finland)http://web.eduskunta.fi/Resource.phx/parliament/index.htxj~-' toer68Törnudd (1968)Törnudd, Klaus. 1968. The electoral system of Finland. London: Hugh Evelyn.f}UymicMICMinistry of Internal Affairs (Japan)http://www.soumu.go.jp/senkyo/senkyo_s/data/index.htmlC|//=snaSofia News AgencySofia News Agencyhttp://www.novinite.com/b{AeedEEDEuropean Election Databasehttp://www.nsd.uib.no/european_election_database/index.htmlvz'E hopkinHopkin (2005)Hopkin, Jinathan. 2005. “Spain: Proportional Representation with Majoritarian Outcomes.” In The politics of electoral systems, edited by Michael Gallagher and Paul Mitchell. Oxford: Oxford University Press, p 375-94.:yIelpaisEl PaísEl Paíshttp://www.elpais.com/english/wx3GdsdDanske EncyklopædiDen Store Danske Encyklopædi (The Great Danish Encyclopedia)http://www.denstoredanske.dk/nw'5 elklitElklit (2002)Elklit, Jørgen. 2002. “The politics of electoral system development and change: The Danish case.” In The evolution of electoral and party systems in the Nordic countries, New York: Agathon Press, p. 15-66. :v=9anaANAAthens News Agency (ANA)https://www.amna.gr/enu?[ no-2010Nohlen and Stöver (2010)Nohlen, Dieter, and Philip Stöver, eds. 2010. Elections in Europe: A data handbook. Baden-Baden:Nomos.|t#Qreg-noRegjeringenRegjeringen (Norway's Governments)https://www.regjeringen.no/en/the-government/previous-governments/s+Y nos-svStortingsvalgetNorges Offisielle Statistikk – Stortingsvalget (Norwegian Official Statistics – Storting Election)Uru7staSTASlovenska tiskovna agencija (Slovenian Press Agency)http://www.sta.si/en/~q/siyb-norStatistisk ÅrbokStatistisk Årbok (Statistical Yearbook of Norway)http://www.ssb.no/english/yearbook/aarbok.htmlkp5_YecElectoral CommissionThe Electoral Commission (United Kingdom)http://www.electoralcommission.org.uk/Wo asubÅSUBÅlands statistik- och utredningsbyrå (Statistics and Research Åland)qn7vaalitVaalitVaalit – Oikeusministeriö (Elections – Ministery of Justice Finland)http://www.vaalit.fi/@m))EmpMonitor PolskiMonitor Polskihttp://monitorpolski.gov.pl/XleMyleYLEYleisradio Oy (Finnish Broadcasting Company)http://www.yle.fi/uutiset/news//ak/m;cr7Český rozhlas 7Český rozhlas 7 – Radio Praha (Radio Prague)http://www.radio.cz/en/Wj}3errERREesti Rahvusringhääling (Estonian Public Broadcasting)http://news.err.ee/Li)7GreviewIceland ReviewIceland Review onlinehttp://www.icelandreview.com/'hC aapAAPAustralian Associated Press9gA1rteRTÉRaidió Teilifís Éireannhttp://www.rte.ie/JfgtimesThe TimesThe Timeshttp://archive.timesonline.co.uk/tol/archive/JeQ9yb-autStatistisches Jahrbuch ÖsterreichStatistisches Jahrbuch Österreich (Statistical Yearbook of Austria)http://www.statistik.at/web_en/publications_services/statistisches_jahrbuch/index.htmlVd'W=cy-govcyprus.gov.cyCyprus Government Web Portal (G.W.P) http://www.cyprus.gov.cy,c/' no-2001Nohlen ea. (2001)Nohlen, Dieter, Florian Grotz, and Christof Hartmann, eds. 2001. Elections in Asia and the Pacific: A data handbook. Oxford University Press.b%[;cbsCBS StatLineCentraal Bureau voor de Statistiek – StatLine databank (Statistics Netherlands – StatLine database)http://statline.cbs.nl/a'u jacobsJacobs (1989)Jacobs, Francis, ed. 1989. Western European political parties : a comprehensive guide. Harlow, Essex, UK: Longman. `'M3roRijksoverheidRijksoverheid (Dutch government)https://www.rijksoverheid.nl/regering/inhoud/over-de-regering/kabinetten-sinds-1945*_/+ phbParteien-HandbuchStöss, Richard. 1986. Parteien-Handbuch: Die Parteien der Bundesrepublik Deutschland, 1945-1980. Sonderausgabe. Opladen: Westdeutsche Verlag.^O{[aphAustralian Parliamentary HandbookParliamentary Handbook of the Commonwealth of Australiahttp://www.aph.gov.au/library/handbook/ ];}mdhbtDatenhandbuch BundestagDatenhandbuch zur Geschichte des Deutschen Bundestages http://www.bundestag.de/dokumente/datenhandbuch/H\3KcorriereCorriereCorriere della Serahttp://www.corriere.it/english/F['E7prPolskie RadioPolskie Radio (Polish Radio)http://www.thenews.plZM#MeppElecciones y Partidos PolíticosElecciones y Partidos Políticos (Elections and Political Parties in Spain)http://www.infoelectoral.mir.es/WY+QEirisIris OifigiúilIris Oifigiúil (Irish State News)http://www.irisoifigiuil.ie/}XE7 bef-7British Electoral Facts 2006Thrasher, Michael, and Colin Rallings. 2009. British electoral facts. Total Politics.|W!19eesEES (2009)European Parliament Election Study 2009, Voter Study, Advance Release, 30/06/2010.http://www.piredeu.eu/ V1 cyb-sweStatistisk årsbokStatistisk årsbok för Sverige (Statistical Yearbook of Sweden)http://www.scb.se/Pages/List____283991.aspxnU/sIyb-dnkStatistisk ÅrbogStatistisk Årbog (Statistical Yearbook of Denmark)http://www.dst.dk/aarbogsarkivhT7cikCIKCentralna Izbiratelna Komisija (Bulgarian Central Election Commission)http://portal.cik.bg/ASCArnwRNWRadio Netherlands Worldwidehttp://www.rnw.nl/english/2R=bbBloombergBloomberghttp://www.bloomberg.comAQK9aecAECAustralian Electoral Commissionhttp://www.aec.gov.au/P!1?reg-seRegeringenRegeringens och Regeringskansliets (Swedish Government and the Government Offices)http://www.regeringen.se/@O++AloLatvians OnlineLatvians Onlinehttp://latviansonline.com/71nzzNZZNeue Zürcher Zeitunghttp://www.nzz.ch/k=7_UwidWahlen in DeutschlandValentin Schröder: Wahlen in Deutschlandhttp://www.wahlen-in-deutschland.de/6<+9bbcBBC NewsBBC News Onlinehttp://news.bbc.co.uk/[;5IMnytNew York Times (NYT)New York Times Article Archivehttp://query.nytimes.com/search/O:M=keesingsKeesing'sKeesing's record of world eventshttp://www.keesings.com/~8E9pkwPaństwowa Komisja Wyborcza Państwowa Komisja Wyborcza (National Election Commission, Poland)http://www.pkw.gov.pl/7S5parlgovParlGov database (Döring ea. 2023)Döring, Holger, Alexandra Quaas, Maike Hesse, and Philip Manow. 2023. Parliaments and governments database (ParlGov): Information on parties, elections and cabinets in established democracies.https://parlgov.org/k6_icevipolCEVIPOLCEVIPOL Ressources – Electoral resultshttp://dev.ulb.ac.be/cevipol/en/elections.htmlY4+OKpicaParlInfo CanadaParlInfo – Parliament of Canadahttp://www2.parl.gc.ca/parlinfo,3UwukeuUK Office of the European ParliamentThe United Kingdom Office of the European Parliament.http://www.europarl.org.uk/section/european-elections/european-electionsZ2)%yhixHix ea. (2007)Hix, Simon, Abdul G. Noury, and Gérard Roland. 2007. Democratic Politics in the European Parliament. Cambridge: Cambridge University Press.http://personal.lse.ac.uk/hix/HixNouryRolandEPdata.htmo1AgKarkNorthern Ireland ElectionsNicholas Whyte – Northern Ireland Electionshttp://www.ark.ac.uk/elections/d01?choylandHoyland ea. (2009)Høyland, Bjørn, Indraneel Sircar, and Simon Hix. 2009. “An Automated Database of the European Parliament.” European Union Politics 10(1):143–152.http://folk.uio.no/bjornkho/MEP/default.htmF/Mu]refRésultats électoraux en FranceRésultats électoraux en France (Election results France) – Ministère de l'Intérieur (Minister of the Interior)https://www.interieur.gouv.fr/Elections/.1SdoiElections in MaltaElections in Malta – Department of Information – Government of Maltahttp://www.doi.gov.mt/EN/elections/n-!ckrayRay (1999)Ray, Leonard. 1999. “Measuring party orientations towards European integration: Results from an expert survey.” European Journal of Political Research 36(2):283–306.http://www.lsu.edu/faculty/lray2/data/data.html/,CibzIBZIBZ – Federale Overheidsdienst Binnenlandse Zaken – Service public fédéral Intérieur – Föderaler Öffentlicher Dienst Innereshttp://www.ibzdgip.fgov.be/+!#WeuprofilerEU ProfilerTrechsel, Alexander H., and Peter Mair. 2009. “When Parties (also) Position Themselves: An Introduction to the EU Profiler.” EUI - RSCAS 2009/65; EUDO - European Union Democracy Observatory.http://dvn.eudo.eu/dvn/dv/euprofiler/p)E craigBritish Electoral Facts 1989Craig, Fred. 1989. British electoral facts, 1832-1987. Aldershot: Gower.](I!_wieseWiesehomeier and Benoit (2009)Wiesehomeier, Nina, and Kenneth Benoit. 2009. “Presidents, Parties and Policy Competition.” The Journal of Politics 71(4):1435–1447.http://ninaw.webfactional.com/?page_id=11 'O=ovbOrszágos Választási BizottságOrszágos Választási Bizottság (National Election Committee Hungary)http://www.valasztas.hu/&??voltiveDržavna volilna komisijaDržavna volilna komisija (National Electoral Commission Slovenia)http://volitve.gov.si/en/ %]7?ssrŠtatistický úrad Slovenskej republiky Štatistický úrad Slovenskej republiky (Statistical Office of the Slovak Republic)http://www.statistics.sk/v$?=becBiroul Electoral Central Biroul Electoral Central (Central Election Bureau Romania)http://www.bec2009pe.ro/#K7cvkCentrālā vēlēšanu komisijaCentrālā vēlēšanu komisija (Central Election Commission Latvia)https://www.cvk.lv/en."Gq7vrkVyriausioji rinkimų komisijaLietuvos Respublikos vyriausioji rinkimų komisija (The Central Electoral Commission of the Republic of Lithuania)http://www.vrk.lt/en/!M1;cneComissão Nacional de EleiçõesCNE – Comissão Nacional de Eleições (Portuguese National Election Commission)http://eleicoes.cne.pt/~?AvvkVabariigi ValimiskomisjonVabariigi Valimiskomisjon (Estonian National Electoral Committee)http://www.vvk.ee/?lang=enQ!/k indridasonIndridason (2005)Indridason, Indridi H. 2005. “A theory of coalitions and clientelism: Coalition politics in Iceland, 1945–-2000.” European Journal of Political Research 44(3):439–464.y)sivaltValtioneuvostoValtioneuvosto – Statsrådet (Finnish Government)http://valtioneuvosto.fi/en/government/historyYI'UbmiBundesministerium für InneresBundesministerium für Inneres (Federal Ministry for the Interior) – Österreichische Bundeswahlbehörde (Austrian Federal Electoral Board)http://www.bmi.gv.at/cms/BMI_wahlen/(CmepMembers European ParliamentMembers of the European Parliament (www.europarl.europa.eu)http://www.europarl.europa.eu/members/archive/alphaOrder.do?language=ENU)c3valValmyndighetenValmyndigheten (Swedish Election Authority)https://www.val.se/o;cSsebyStatistisk sentralbyråStatistisk sentralbyrå (Statistics Norway)http://www.ssb.no/stortingsvalg_en/~C 9valgsideDanmarks Statistik valgsideDanmarks Statistik valgside (Statistics Denmark election page)http://www.dst.dk/valg?{ mue-romMüller-Rommel ea. (2008)Müller-Rommel, Ferdinand, Philipp Harfst, Henrike Schultze, and Katja Fettelschoß. 2008. “Parteienregierungen in Mittel- und Osteuropa: Empirische Befunde im Ländervergleich 1990 bis 2008.” Zeitschrift für Parlamentsfragen 39(4):810–831..;cMvolbyVolebním serveru ČSÚVolebním serveru ČSÚ (CZSO's Election Server) – Český statistický úřad (Czech Statistical Office)http://www.volby.cz/index_en.htmb1 epEP election reportEuropean Parliament (EP) election report (based on official statistics)\aAfolketingFolketingFolketing election results and governmentshttp://www.folketinget.dk/=MeQarchivioArchivio Storico delle Elezioni Archivio Storico delle Elezioni (Historical Election Archive) – Ministero dell'Interno (Interior ministry)http://elezionistorico.interno.it/o/YahagstofaHagstofa ÍslandsHagstofa Íslands (Statistics Iceland)http://www.statice.is/Statistics/ElectionsW' ejprEJPR YearbookEuropean Journal of Political Research: Political Data YearbookfG!sessexEssex CEE elections database Database on Central and Eastern European Elections: Project on Political Transformation and the Electoral Process in Post-Communist Europehttp://www2.essex.ac.uk/elect/database/database.aspIM?wWikipediaWikipedia: The Free Encyclopediahttp://www.wikipedia.org/r'QtilaTilastokeskusTilastokeskus – Statistikcentralen (Statistics Finland)http://www.stat.fi/til/vaa_en.html ?q rokkanRokkan and Meyriat (1969)Rokkan, Stein, and Jean Meyriat, eds. 1969. International guide to electoral statistics. The Hague, Paris: Mouton. #/CparlinePARLINE IPUInter-Parliamentary Union's database on national parliaments (PARliaments onLINE)http://www.ipu.org/parline/ 13;ideaInternational IDEAInternational Institute for Democracy and Electoral Assistance (International IDEA)http://www.idea.int/vt/ ?u muellerMüller and Strøm (2000)Müller, Wolfgang C., and Kaare Strøm, eds. 2000. Coalition governments in Western Europe. Oxford University Press. 7q roseRose and Munro (2003)Rose, Richard, and Neil Munro. 2003. Elections and parties in new European democracies. Washington D.C.: CQ Press.$9 mackieMackie and Rose (1991)Mackie, Thomas, and Richard Rose. 1991. The international almanac of electoral history. Washington D.C.: Congressional Quarterly.)-mKbwlBundeswahlleiterBundeswahlleiter (Federal Returning Officer) – Statistisches Bundesamt (Federal Statistical Office of Germany)http://www.bundeswahlleiter.de/}aEecmpBudge ea. (2001) and Klingemann ea. (2006)Budge, Ian, Hans-Dieter Klingemann, Andrea Volkens, Judith Bara, and Eric Tanenbaum. 2001. Mapping Policy Preferences: Estimates for Parties, Electors, and Governments 1945-1998. Oxford: Oxford University Press.; Klingemann, Hans-Dieter, Andrea Volkens, Judith Bara, Ian Budge, and Michael McDonald. 2006. Mapping Policy Preferences II: Estimates for Parties, Electors, and Governments in Eastern Europe, European Union, and OECD 1990-2003. Oxford: Oxford University Press.http://www.wzb.eu/en/research/civil-society-conflicts-and-democracy/democracy/projects/the-manifesto-projectD)wsdoeringDöring (2007)Döring, Holger. 2007. ‘The Composition of the College of Commissioners’. European Union Politics 8(2):207–228.http://eup.sagepub.com/cgi/content/abstract/8/2/207JM=chesChapel Hill expert survey seriesChapel Hill expert survey series (CHES): Hooghe, Liesbet et al. 2010. “Reliability and validity of the 2002 and 2006 Chapel Hill expert surveys on party positioning.” European Journal of Political Research 49(5):687–703. Steenbergen, Marco, and Gary Marks. 2007. “Evaluating expert judgments.” European Journal of Political Research 46(3):347–366. Ryan Bakker, Catherine de Vries, Erica Edwards, Liesbet Hooghe, Seth Jolly, Gary Marks, Jonathan Polk, Jan Rovny, Marco Steenbergen, and Milada Vachudova. 2012. "Measuring Party Positions in Europe: The Chapel Hill Expert Survey Trend File, 1999-2010.” Party Politics (forthcoming).https://www.chesdata.eu/=A; huberHuber and Inglehart (1995)Huber, John, and Roland Inglehart. 1995. “Expert Interpretations of Party Space and Party Locations in 42 Societies.” Party Politics 1(1):73–111.E;M castlesCastles and Mair (1984)Castles, Francis G. and Peter Mair. 1984. “Left-right political scales: Some ‘expert’ judgements.” European Journal of Political Research 12(1):73–88.;=MbenoitBenoit and Laver (2006)Benoit, Kenneth, and Michael Laver. 2006. Party policy in modern democracies. Routledge.http://www.politics.tcd.ie/ppmd/ 1i~~p~}||l|{{YzsyxxxwwwLwuttktssirrlrqqqlq&pZp!oonnnnkkhjsi`(C dr-08Druckman and Roberts (2005)Druckman, James N., and Andrew Roberts. 2008. “Measuring Portfolio Salience in Eastern European Parliamentary Democracies.” European Journal of Political Research 47(1): 101–34. q'C! dw-05Druckman and Warwick (2005)Druckman, James N., and Paul V. Warwick. 2005. “The Missing Piece: Measuring Portfolio Salience in Western European Parliamentary Democracies.” European Journal of Political Research 44(1): 17–42.y&'M ho-86Hobday (1986)Hobday, Charles. 1986. Communist and Marxist Parties of the World. Harlow, Essex, UK: Longman. W%%KUsrRadio SwedenSveriges Radio – Radio Swedenhttps://sverigesradio.se/radiosweden@$-ItmisratmisraTimes of Israel https://www.timesofisrael.com/8#))1dnseDagens NyheterDagens Nyheterhttps://www.dn.se/s"''mSparlamento-ptparlamento-ptAssembleia da República (Portuguese Parliament)https://www.parlamento.pt/sites/en/ !%%g parlament-huparlament-huOrszággyűlés (Hungarian National Assembly)https://www.parlament.hu/en/web/house-of-the-national-assemblyy ) Cerakonnaderakonnad.infoEesti Erakondade Ajalugu (History of Estonian Political Parties)https://www.erakonnad.info/g3}3pspParliament Czechia Parliament of the Czech Republic — Chamber of Deputieshttps://www.psp.cz/! riksdagenRiksdagenRiksdagen% belgaBelgaAgence Belga0-3 bbe-21Bergman ea. 2021Bergman, Torbjörn, Hanna Back, and Johan Hellström, eds. 2021. Coalition Governance in Western Europe. Oxford, New York: Oxford University Press.?3MemwEMWEmergingMarketWatchhttps://emergingmarketwatch.com/?1OxnaXNAXinhua News Agencyhttp://www.xinhuanet.com/english/6!!;euobsEUobserverEUobserverhttps://euobserver.com/H1] berg-19Bergman ea. (2019)Bergman, Torbjörn, Gabriella Ilonszki, and Wolfgang C. Müller, eds. 2019. Coalition Governance in Central Eastern Europe. Oxford, New York: Oxford University Press. CCEcecCECCentral Elections Committeehttps://www.bechirot.gov.il/2#?zeitZeitZEIT Onlinehttps://www.zeit.de/index;5!5qinQinersineq - valg.glQinersineqhttps://www.valg.gl/9)GbbcmBBCMBBC Monitoringhttps://monitoring.bbc.co.uk/N-E=tlseThe Local SwedenThe Local Europe AB - Swedenhttps://www.thelocal.se/+9AwsWorld StatesmenWorldStatesmen.org is an online encyclopedia of the leaders of nations and territorieshttp://worldstatesmen.org/n%7mmcMMCRTV Slowenien öffentliche Institution, Kolodvorska 2, Ljubljana, Slowenien http://www.rtvslo.si/6!!AhpHaber TurkHaber Turkhttps://www.haberturk.com/a9m3tcTrinity College DublinTrinity College Dublin, The University of Dublinhttps://www.tcd.ie/b9m3tcdTrinity College DublinTrinity College Dublin, The University of Dublinhttps://www.tcd.ie/ S 9onbÖsterreichische NationalbibliothekÖsterreichische Nationalbibliothek (Austrian National Library)https://www.onb.ac.at/h +u;chisolsCHISOLS datasetMattes, Michaela, Brett Ashley Leeds, and Naoko Matsumura. 2016. “Measuring Change in Source of Leader Support: The CHISOLS Dataset.” Journal of Peace Research 53(2): 259–67.http://www.chisols.org/3 -= vs14Schröder (2014)Schröder, Valentin and Philip Manow. 2014. Is negative parliamentarism sometimes no parliamentarism after all? Evidence on tiered systems of power separation from the Weimar Republic, 1920–1933. 42nd ECPR Joint Sessions of Workshops, University of Salamanca, Spain, 13.04.2014.5 !!?dnDutch NewsDutch Newshttps://www.dutchnews.nl/J G?localThe LocalThe Local (various countries)https://www.thelocal.com/6/?rnzRNZRadio New Zealandhttp://www.radionz.co.nz/E%_guGuardianThe Guardianhttps://www.theguardian.com/internationalh'yGegElectionGuideElection Guide: Democracy assistance and election newshttp://www.electionguide.org/bAGQecmElectoral Commission MaltaElectoral Commission of Maltahttps://electoral.gov.mt/Elections2-5 gall-11Gallagher (2011)Gallagher, Michael and Michael Marsh. 2011.How Ireland Voted 2011: the full story of Ireland's earthquake election. Basingstoke. Palgrave Macmillan.O)s berg-93Bergman (1993)Bergman, Torbjörn. 1993. "Constitutional Design and Government Formation: The Expected Consequences of Negative Parliamentarism." Scandinavian Political Studies 16(4): 285-304. b/prz-13Przeworski (2013)Przeworski, Adam. 2013. “Political Institutions and Political Events (PIPE) Data Set. Department of Politics, New York University.”https://sites.google.com/a/nyu.edu/adam-przeworski/home/datap;yCmiMinisterio del InteriorMinisterio del Interior (Ministry of Internal Affairs)http://www.interior.gob.es/@EE djDow Jones Institutional NewsDow Jones Institutional NewsZ7 yskYüksek Seçim KuruluYüksek Seçim Kurulu (Supreme Electoral Council of Turkey):}#Y vowJack VowlesJack Vowles New Zealand Elections Datan|+Y_boix-2013Boix ea. (2013)Boix, Carles, Michael Miller, and Sebastian Rosato. 2013. “A Complete Data Set of Political Regimes, 1800–2007.” Comparative Political Studies 46(12):1523–54.https://sites.google.com/site/mkmtwo/datae{??atceThe Canadian EncyclopediaThe Canadian Encyclopediahttp://www.thecanadianencyclopedia.com/en/jz;;msb-jpnStatistics Bureau JapanStatistics Bureau Japanhttp://www.stat.go.jp/english/data/chouki/27.htmqy/?epe-rpEPE - HoC LibraryEuropean Parliament Elections – House of Commons Libraryhttp://www.parliament.uk/cxMy chr-08Christiansen and Damgaard (2008)Christiansen, Flemming Juul and Erik Damgaard. 2008. “Parliamentary Opposition under Minority Parliamentarism: Scandinavia.” The Journal of Legislative Studies 14(1-2):46–76. 2wU pacnPACNPACN – Pacific News Agency Service 5sQ~~~l~/~}}}{}>}!|||y|<||{{{K{.zzzwz:z yyyuy8y xxxZx=x wwwwLwvvvxv;uuuuGu tttbt%tsssqsTsrrrrkr-qqqquq7ppp}p?pooo^o@onnn_n!mmmom1lllwlAlkkk_k!kjjjjKjiiici%hhhzhKhgggbg2ffffIf eeeQedddldMdcccYcbbbdb,b aaapa1````Z`___s_T_^^^^a^*]]]|]=\\\\I\ [[[T[5ZZZxZ9YYY|Y=YXXXoX0XWWW\WVVVoV0UUUzUCUTTTOTSSShS)RRRRdR4RQQQVQPPPZPOOO~O?ONNNcN+MMMnM6MLLLzL;LKKKFKJJJrJ:IIIINIHHHrH3GGG~GGGFFFYFEEEEeE&DDDpD@DCCCRC"BBBeB&AAApA1@@@@J@ ???n?/>>>y>:====F=<<<`q@!EW r3H T  I  t = W 8 C Ny: TX(s453@U=@ @ 2023-11-04 21:48:01<43@@@ffffff@ 2023-11-04 21:48:01<33@!@@!@ffffff2023-11-04 21:48:01-23@ M:@ M:2023-11-04 21:48:01<13@ ffffff@ @ @ 3333332023-11-04 21:48:01<03@hr@9@ ̲@ #w2023-11-04 21:48:016z2023-11-04 21:48:0153??ffffff@ ffffff2023-11-04 21:48:01<3@TɆ@C%@z>B@!{2023-11-04 21:48:01<3@@@ffffff@ 2023-11-04 21:48:0132023-11-04 21:48:0153@@ @!ffffff2023-11-04 21:48:0153@@ @!ffffff2023-11-04 21:48:0143@P)^@1[W>6?$ xF2023-11-04 21:48:01<3@Ov`@U2a|@{@"E2023-11-04 21:48:0143@׍O;d@s@Ca@N2023-11-04 21:48:0132023-11-04 21:48:01<3@4֡a@Ov_@C@A2023-11-04 21:48:01<3@@@ffffff@ 2023-11-04 21:48:0153??ffffff?!.H2023-11-04 21:48:0143@- @jf@2023-11-04 21:48:01<3@#S ҉@ǮzH@# s@ I^5?2023-11-04 21:48:0132023-11-04 21:48:0143@ ffffff@ @ 2023-11-04 21:48:01<3@!84֡@u%@# [7?m\2023-11-04 21:48:014 3@qu!@O @P{2023-11-04 21:48:01< 3@YJ@ tFs@Z@"r䎊q2023-11-04 21:48:01< 3@ qu"@Yb}@74@ _˒:)2023-11-04 21:48:01< 3@-(@@N@'/W@g8}H2023-11-04 21:48:014 3@@@2023-11-04 21:48:0132023-11-04 21:48:01<3@" B@! qv@ݘ?(\)2023-11-04 21:48:0143@!@@!2023-11-04 21:48:0132023-11-04 21:48:01<3@ ՛=K@ K]c@ *0U@ $/2023-11-04 21:48:01<3@@@ffffff@ 2023-11-04 21:48:01<3@C@@333333@!tm82023-11-04 21:48:01- 3?!.H@UL_2023-11-04 21:48:0143@P)^@y=b@u%2023-11-04 21:48:0153??ffffff@ ffffff2023-11-04 21:48:01<~3@84֡b@?@2023-11-04 21:48:015}3@@ @!ffffff2023-11-04 21:48:01<|3@Vl!-@Y>BZ@ =p@#ceO2023-11-04 21:48:01<{3@@H˒:@3@#2023-11-04 21:48:016z@ D2023-11-04 21:48:01@",~($ x2023-11-04 21:48:01"@&1.@8Q@r2023-11-04 21:48:013<@@@2023-11-04 21:48:015=3;@@ffffff@ L/{2023-11-04 21:48:01<392023-11-04 21:48:01<;36@333333@@@2023-11-04 21:48:014:31@333333@@2023-11-04 21:48:014930@@@2023-11-04 21:48:0183,2023-11-04 21:48:01<73+@oh@-B@&I@" ~"2023-11-04 21:48:01<63)@ݗ@ x- @-@"#S2023-11-04 21:48:01<53(@NU@f1.@m]@!:S2023-11-04 21:48:01543&??ffffff@ ffffff2023-11-04 21:48:01433%?|@T*1@8Y2023-11-04 21:48:01<23"@@@@2023-11-04 21:48:01<13!@@@@2023-11-04 21:48:0103 2023-11-04 21:48:01@C,?M@ 2023-11-04 21:48:0132023-11-04 21:48:01<3@ =p@QR@ p =q@2023-11-04 21:48:0143?|?m\?!.I2023-11-04 21:48:01<3@nzG@!@ O;dZ?`d82023-11-04 21:48:01<3?\(\?\(\@?y (2023-11-04 21:48:0153@@ @!ffffff2023-11-04 21:48:01<3@!@@!@ffffff2023-11-04 21:48:0153@@ @!ffffff2023-11-04 21:48:01<3@ e@l@ U=@+jg2023-11-04 21:48:01 32023-11-04 21:48:01- 3??ffffff2023-11-04 21:48:01 32023-11-04 21:48:01< 3@2a|Q@Ov_@ T,<@"rT`d2023-11-04 21:48:01< 3@_p@Y|@L_@!w12023-11-04 21:48:0132023-11-04 21:48:01<3@ffffff?As@2{m@ Fs2023-11-04 21:48:01<3@1@2ᰊ@# '@˒:)z2023-11-04 21:48:01<3@ ffffff@ @ @ 3333332023-11-04 21:48:01<3@Z@'R@r{m@Y_o2023-11-04 21:48:0153?ffffff?ffffff@2023-11-04 21:48:01<3@u%F @f,<@}Vl@ Mw12023-11-04 21:48:01<3@A7K@tj~@ߤ??bM2023-11-04 21:48:0143@ P`A7@Fs? M:2023-11-04 21:48:01<3@@@ffffff@ 2023-11-04 21:48:01~32023-11-04 21:48:01<}3@|Q@C\N@1'@S2023-11-04 21:48:015|3??ffffff@ ffffff2023-11-04 21:48:01<{3@ᰉ'R@# @u%F@"iB2023-11-04 21:48:01@_?@b@iB2023-11-04 21:48:016@qiC@!,zxl"2023-11-04 21:48:01BZ?k~($2023-11-04 21:48:01O3e2023-11-04 21:48:01N3b2023-11-04 21:48:01@g @@ @!ffffff2023-11-04 21:48:014?339@@?@2023-11-04 21:48:015=36@@ @!ffffff2023-11-04 21:48:01<<35@ ffffff@ @ @ 3333332023-11-04 21:48:01<;34@!@@!@ffffff2023-11-04 21:48:015:32@84֡b?ffffff@ ffffff2023-11-04 21:48:01<93/@n@u@SMj@"¶}Vm2023-11-04 21:48:01<83.@ )*0U2a@ [7@2a|@)y2023-11-04 21:48:01<73-?GzH?=b?E@ IQ2023-11-04 21:48:01-63,??ffffff2023-11-04 21:48:01<53(@wkP@@@2023-11-04 21:48:01543'@@ @!ffffff2023-11-04 21:48:01<33&@@@@2023-11-04 21:48:01<23$@UL_@@!@ffffff2023-11-04 21:48:01413#@ ѷ@@2023-11-04 21:48:01<03"@.2@M(@N!R<@ n.2023-11-04 21:48:01B[2023-11-04 21:48:015&3??ffffff@ ffffff2023-11-04 21:48:015%3@@\)@W =p 2023-11-04 21:48:01<$3 @"@© @"1.?1&2023-11-04 21:48:015#3 ??ffffff@ ffffff2023-11-04 21:48:01<"3 @ oh@oiDg@MjO@ qiC2023-11-04 21:48:01@4m@!=E2023-11-04 21:48:014X3@ ffffff@ @ 2023-11-04 21:48:01-W3??ffffff2023-11-04 21:48:01-V3??ffffff2023-11-04 21:48:014U3@ PD@4J@ߤ@2023-11-04 21:48:01T32023-11-04 21:48:015S3@@ @!ffffff2023-11-04 21:48:014R 3@#@@!3333332023-11-04 21:48:013a@c @(r Ĝ@Zc@!u2023-11-04 21:48:01<=3_@!/@@'/V@y"`2023-11-04 21:48:01<3]2023-11-04 21:48:01<;3Y@&I@4m?333333@!?!-w12023-11-04 21:48:015:3V?@?2023-11-04 21:48:01<93U@ ffffff@ @ @ L/{2023-11-04 21:48:0183S2023-11-04 21:48:01573P@@ @!ffffff2023-11-04 21:48:01<63O@@ UfA@@UL_2023-11-04 21:48:01<53N@@@ffffff@ 2023-11-04 21:48:01<43L@ ffffff@ @ @ 3333332023-11-04 21:48:01<33I@ߤ@ @#A [@/V2023-11-04 21:48:01<23F@ ffffff@ @ @ 3333332023-11-04 21:48:01<13E@@?@2023-11-04 21:48:01<03C@!@@!@ffffff2023-11-04 21:48:01@ hۋq@ m@W>6z@M:2023-11-04 21:48:015+3=??ffffff@ ffffff2023-11-04 21:48:01<*3<@"š@ Ca@N@쿱[?y=b2023-11-04 21:48:01<)39@\(@zG@zG@"s333332023-11-04 21:48:01<(37@GE85@4m9@ {J#:@SZ2023-11-04 21:48:014'36@?C,zxl?C$2023-11-04 21:48:01<&35?@حV@Ush@y=b2023-11-04 21:48:01<%34@@?@2023-11-04 21:48:015$33??ffffff@ ffffff2023-11-04 21:48:01<#32?섵??8}H? ԕ*?>BZc2023-11-04 21:48:014"31@ ffffff@ @ 2023-11-04 21:48:014!3/@ ffffff@ @ 2023-11-04 21:48:01 3-2023-11-04 21:48:01<3,@:@oiDg@@ ,<2023-11-04 21:48:0143(@zG?E?|2023-11-04 21:48:013$2023-11-04 21:48:01<3"@ ҈p@ L/@=p =@{m2023-11-04 21:48:013 2023-11-04 21:48:01.3@e+ @UL_2023-11-04 21:48:01<3@ǮzH@,>B[@[W>@pU2a|2023-11-04 21:48:0153??ffffff@ ffffff2023-11-04 21:48:01<3@Iѷ@U@!R@[u%2023-11-04 21:48:01-3@@ 2023-11-04 21:48:0153@@ @!ffffff2023-11-04 21:48:01-3@@ 2023-11-04 21:48:01<3@ka@@ΤT@}H@ka@2023-11-04 21:48:01<3@!@@!@ffffff2023-11-04 21:48:0132023-11-04 21:48:01<3@#^쿱[W@Y@"g?˜ߤ@2023-11-04 21:48:01<3 @!@@!@ffffff2023-11-04 21:48:013 2023-11-04 21:48:015 3??ffffff?3333332023-11-04 21:48:01< 3@333333@@@)^2023-11-04 21:48:01< 3@ ffffff@ @ @ 3333332023-11-04 21:48:015 3??ffffff@ ffffff2023-11-04 21:48:01< 3@@?@2023-11-04 21:48:01<3@ ffffff@ @ @ 3333332023-11-04 21:48:01<3@ ffffff@ @ @ 3333332023-11-04 21:48:01<3@ ]cA@ doh@!m]@H2023-11-04 21:48:0143@@@2023-11-04 21:48:0132023-11-04 21:48:01-3@@ 2023-11-04 21:48:0143@ ffffff@ @ 2023-11-04 21:48:01<3@@@@2023-11-04 21:48:01<3@{~$@QR@Q@!e2023-11-04 21:48:01<3@!@@!@ffffff2023-11-04 21:48:01<~3@@@ffffff@ 2023-11-04 21:48:01<}3@@@ffffff@ 2023-11-04 21:48:01<|3@6@ @4m@u"2023-11-04 21:48:01<{3@d7@@ݗ+k@ ;5X2023-11-04 21:48:015z3??ffffff?ᙙ2023-11-04 21:48:014y3@)^@ @ 2023-11-04 21:48:01@!qi2023-11-04 21:48:015o3@ 3@!KƧ@ [q 2023-11-04 21:48:01@_?@b@iB2023-11-04 21:48:013r2023-11-04 21:48:01;=3q@l!-@!?˒:)@D*@!$S2023-11-04 21:48:01<3p2023-11-04 21:48:01;;3n@!@@!@ffffff2023-11-04 21:48:01:3m2023-11-04 21:48:01;93l@ ffffff@ @ @ 3333332023-11-04 21:48:01483k@@@2023-11-04 21:48:01373j@@@2023-11-04 21:48:01;63h@ !.I@TɅ@v@ +jg2023-11-04 21:48:01;53c@u!@w4m@UL_@!2023-11-04 21:48:01;43_@#6+ J@tj~@#-8Y?s2023-11-04 21:48:01;33^@5!.@Vl!@R<6@W>6z2023-11-04 21:48:01;23]@ᰉ'R@333333@g @";5X2023-11-04 21:48:01;13\@@@@2023-11-04 21:48:01;03Z@,>B[@oh@ !.I@!^Ov_خ2023-11-04 21:48:01;/3W@@@@2023-11-04 21:48:013.3V@ ffffff@ @ 2023-11-04 21:48:01#-3R@2023-11-04 21:48:01;,3Q?W&?&??@4n2023-11-04 21:48:01;+3M@ ffffff@ @ @ 3333332023-11-04 21:48:01;*3J@ ffffff@ @ @ 3333332023-11-04 21:48:01)3I2023-11-04 21:48:01;(3C@@@@2023-11-04 21:48:01'3B2023-11-04 21:48:01&3A2023-11-04 21:48:01;%3@@k~($@š?n@ Y_o2023-11-04 21:48:014$3?@@ @!ffffff2023-11-04 21:48:01;#3>@@@ffffff@ 2023-11-04 21:48:01,"3=@@ 2023-11-04 21:48:01;!3;@;s@2{m@{m@ }E2023-11-04 21:48:01 3:2023-11-04 21:48:01;39@ffffff@QR@@!Mj2023-11-04 21:48:01;37@ ffffff@ @ @ 3333332023-11-04 21:48:01,35??ffffff2023-11-04 21:48:01;34@@@ffffff@ 2023-11-04 21:48:01;32@ 䎊q@P$tT@! k?9XbN2023-11-04 21:48:01;3/@-V@A@O M@!JE2023-11-04 21:48:01;3,?Gz?lC@쿱[W@ \(2023-11-04 21:48:013*2023-11-04 21:48:01;3)@@@@2023-11-04 21:48:01;3#?Ov_ح? [6?L/{J@"o2023-11-04 21:48:01;3 ?m@f,<@W>6z@R2023-11-04 21:48:0132023-11-04 21:48:0132023-11-04 21:48:01;3@!@@!@ffffff2023-11-04 21:48:01;3@Q@333333@L@,=2023-11-04 21:48:01,3??ffffff2023-11-04 21:48:01;3@L@ `A7L@ Sa@O@ƍ2023-11-04 21:48:0132023-11-04 21:48:01; 3@@?@2023-11-04 21:48:01; 3@!@@!=p =@ 2023-11-04 21:48:01 32023-11-04 21:48:01; 3@ ffffff@ @ @ 3333332023-11-04 21:48:01 32023-11-04 21:48:01;3@#@u"@oi@kjf2023-11-04 21:48:01;3@p =q@(\)@QR@"e+2023-11-04 21:48:0143 ??ffffff@ ffffff2023-11-04 21:48:0133@"'/W@P)^@ka@2023-11-04 21:48:01;3@ ~($ x@%2@N;@ gfA2023-11-04 21:48:0133@@@2023-11-04 21:48:01;3@@@ffffff@ 2023-11-04 21:48:01;3@@@@2023-11-04 21:48:01 XR3~~~~E~&}}}w}X}||||d|E|{{{P{zzz[zyyyy@yxxxkxLx-wwwwAw vvvLv uuuuPutttct$tsssws@s rrrjr:qqqq^q?qpppYpooolo4nnnn_n@nmmmKm lll^lkkkyk:jjj}j>jiiiRihhhhMhggghg)ffff\feee`e!ddddd%ccchcIc bbb]b>baaaQa````E`___x_9^^^|^E^]]]Y]"]\\\u\6\[[[z[[[#ZZZZUZYYYiY*XXXXvX7WWWWQWVVV]VUUUoU8TTT{T>>w>8====c=<=<<0////C/ ....w.G.(. ----u-V-7-,,,,,M,.++++Y+)+ ***c*$*))))H)(((([($''''`'0&&&&[&$&%%%%@%$$$K$ ####f#/""""["#!!!!O! c 3M.yZ`(bC$J+^'c3~FYd%fGr:o8k,}>yI*dE&wX K V 7  \  n O  Z ~_@e&i9]-< 3@!@@!@ffffff2023-11-04 21:48:01- 3??ffffff2023-11-04 21:48:01- 3@@ 2023-11-04 21:48:014 3@@?2023-11-04 21:48:01 32023-11-04 21:48:0132023-11-04 21:48:0143@@?2023-11-04 21:48:01-3@@ 2023-11-04 21:48:01<3@@@@2023-11-04 21:48:01<3@333333@@@2023-11-04 21:48:01<3@!@@!@ffffff2023-11-04 21:48:01<3@333333@@@2023-11-04 21:48:0132023-11-04 21:48:0132023-11-04 21:48:0132023-11-04 21:48:01<~3@@@@2023-11-04 21:48:01<}3@!@@!@ffffff2023-11-04 21:48:01|32023-11-04 21:48:01{32023-11-04 21:48:01z32023-11-04 21:48:012023-11-04 21:48:01@3=2023-11-04 21:48:01?3:2023-11-04 21:48:015>39??ffffff@ ffffff2023-11-04 21:48:015=38??ffffff@ ffffff2023-11-04 21:48:01<372023-11-04 21:48:01<;36@@@@2023-11-04 21:48:01<:35@333333@@@2023-11-04 21:48:019342023-11-04 21:48:015833@@ @!ffffff2023-11-04 21:48:017322023-11-04 21:48:01-631??ffffff2023-11-04 21:48:015530@@ @!ffffff2023-11-04 21:48:01<43/@@@@2023-11-04 21:48:01533.@@ @!ffffff2023-11-04 21:48:01<23-@ ffffff@ @ @ 3333332023-11-04 21:48:01<13,@!@@!@ffffff2023-11-04 21:48:01<03+@!@@!@ffffff2023-11-04 21:48:0131@@@2023-11-04 21:48:01=3/2023-11-04 21:48:01<3.2023-11-04 21:48:01;3-2023-11-04 21:48:01:3+2023-11-04 21:48:0193*2023-11-04 21:48:0183)2023-11-04 21:48:0173(2023-11-04 21:48:01463'@@@2023-11-04 21:48:0153%2023-11-04 21:48:0143$2023-11-04 21:48:0133#2023-11-04 21:48:0123 2023-11-04 21:48:01-13@@ 2023-11-04 21:48:01032023-11-04 21:48:014/3@!@@!2023-11-04 21:48:01.32023-11-04 21:48:01-32023-11-04 21:48:015,3 ??ffffff@ ffffff2023-11-04 21:48:01<+3@333333@@@2023-11-04 21:48:01<*3@!@@!@ffffff2023-11-04 21:48:01)32023-11-04 21:48:01<(3@L_@TɅ@ 0 @"UY|2023-11-04 21:48:01'32023-11-04 21:48:01&32023-11-04 21:48:01<%3@@?@2023-11-04 21:48:01-$3??ffffff2023-11-04 21:48:01#32023-11-04 21:48:01-"3@@ 2023-11-04 21:48:014!3@!@@!2023-11-04 21:48:015 3??ffffff@ ffffff2023-11-04 21:48:0153??ffffff@ ffffff2023-11-04 21:48:01<3@@@@2023-11-04 21:48:0143@!@@!2023-11-04 21:48:0143@@?2023-11-04 21:48:01-3@@ 2023-11-04 21:48:01<3@@@@2023-11-04 21:48:01<3@@@@2023-11-04 21:48:0143@@@2023-11-04 21:48:01<3@@@ffffff@ 2023-11-04 21:48:0132023-11-04 21:48:01<3@ ffffff@ @ @ 3333332023-11-04 21:48:0132023-11-04 21:48:0132023-11-04 21:48:01<3@!@@!@ffffff2023-11-04 21:48:01<3@@?@2023-11-04 21:48:01<3@@?@2023-11-04 21:48:0143@ ffffff@ @ 2023-11-04 21:48:01-3??ffffff2023-11-04 21:48:01- 3??ffffff2023-11-04 21:48:01 32023-11-04 21:48:014 3@@@2023-11-04 21:48:01- 3@@ 2023-11-04 21:48:01< 3@NU@f1.@m]@!:S2023-11-04 21:48:0143@@@2023-11-04 21:48:0143@ ffffff@ @ 2023-11-04 21:48:01-3??ffffff2023-11-04 21:48:0143@@@2023-11-04 21:48:01<3@!@@!@ffffff2023-11-04 21:48:0153??ffffff@ ffffff2023-11-04 21:48:01<3@@@ffffff@ 2023-11-04 21:48:01<3@@@ffffff@ 2023-11-04 21:48:01<3@@@@2023-11-04 21:48:01<3@@@@2023-11-04 21:48:015~3@@ @!ffffff2023-11-04 21:48:01<}3@@@@2023-11-04 21:48:01<|3@@@@2023-11-04 21:48:01<{3@@@ffffff@ 2023-11-04 21:48:01$t@ @ @ 3333332023-11-04 21:48:014p3r@@@ffffff2023-11-04 21:48:01o3q2023-11-04 21:48:01BZ@"kƧ2023-11-04 21:48:015c3X@@ @!ffffff2023-11-04 21:48:015b3W??ffffff@ ffffff2023-11-04 21:48:014a3U@(r Ĝ@c @(r Ĝ2023-11-04 21:48:01<`3T@@@@2023-11-04 21:48:01<_3S@@?@2023-11-04 21:48:01^3Q2023-11-04 21:48:015]3P@@ @!ffffff2023-11-04 21:48:01<\3O@y=b@ M:@Ca@N@"p:2023-11-04 21:48:01<[3M@!@@!@ffffff2023-11-04 21:48:013@ @(\)@W =p@g 2023-11-04 21:48:01<=3@l[W?@K҈@N;@}H2023-11-04 21:48:01<<3@)^@@@2023-11-04 21:48:01;32023-11-04 21:48:01<:3 @#y=b@"p:@ PD@{m2023-11-04 21:48:01<93 @@?@2023-11-04 21:48:01<83 @ffffff@ @ @ 3333332023-11-04 21:48:01<73 @!@@!@ffffff2023-11-04 21:48:01<63@wkP@@ @!ffffff2023-11-04 21:48:01553@@ @!ffffff2023-11-04 21:48:01<43@!@@!@ffffff2023-11-04 21:48:01433?^5?|@I^5?}@ ěT2023-11-04 21:48:01<23@ $t@ lC@~\N<@y 2023-11-04 21:48:01<13@h ԕ+@Xtj@"e`A7L@jOv2023-11-04 21:48:01<03@#1.@׍O;d@"F]d?鐖2023-11-04 21:48:015/3@!\)@!\)@2023-11-04 21:48:01<.3?&I@^iB? M:@u!2023-11-04 21:48:01<-3@_!-w1@_?@ %F L@ ~$2023-11-04 21:48:014,3@ka@@5?@^Ov_خ2023-11-04 21:48:01+32023-11-04 21:48:01<*3?@حV@Ush@y=b2023-11-04 21:48:01<)3@5?@P)^@*0U@! ě2023-11-04 21:48:01<(3@ L/{@@ @!ffffff2023-11-04 21:48:01<'3@/V@l!-@qu!@!R<2023-11-04 21:48:015&3??ffffff@ ffffff2023-11-04 21:48:01<%3@!@@!@ffffff2023-11-04 21:48:01<$3@#s@rGE85@#9=b?1&x2023-11-04 21:48:015#3@@ @!ffffff2023-11-04 21:48:01<"3@!@ zG@GzH?U=K2023-11-04 21:48:01@!qi2023-11-04 21:48:0153@@ @!ffffff2023-11-04 21:48:01<3@7kP@G{@ a@N@#7>6z2023-11-04 21:48:0153@@ @!ffffff2023-11-04 21:48:01<3@@@@2023-11-04 21:48:01<3@-w1@ @ @!2023-11-04 21:48:01-3@@ 2023-11-04 21:48:0143@rGE@!=cA ?u!2023-11-04 21:48:01<3@ @1[W>6@:^5?|@ 2023-11-04 21:48:01<3@C@s@ }H@ 2X2023-11-04 21:48:0132023-11-04 21:48:01<3@;5Xy@4K@;m]@Eݗ2023-11-04 21:48:0153@@ @!ffffff2023-11-04 21:48:0132023-11-04 21:48:01<3@tj~@P)^?tj~@!1hr 2023-11-04 21:48:014 3@%`A7L@'R@u!2023-11-04 21:48:015 3@@ @!ffffff2023-11-04 21:48:01. 3?333333?ffffff2023-11-04 21:48:01< 3@ ffffff@ @ @ 3333332023-11-04 21:48:01< 3@zG@QR@?KƧ2023-11-04 21:48:01<3@tj@ 5Xy@ cZ@1[W>62023-11-04 21:48:014 3@#@@!3333332023-11-04 21:48:0153??ffffff@ ffffff2023-11-04 21:48:0143@u%?)^@ 2023-11-04 21:48:01<3@%zxl"h@@0 (@a@O2023-11-04 21:48:01<3@"ffffff@@!@ffffff2023-11-04 21:48:01<3@3g@/V@>BZ@ U=2023-11-04 21:48:01<3@PH@ eں@ 1&y@#2023-11-04 21:48:01<3@nt@@N@!?@̘_2023-11-04 21:48:01<3@@@ffffff@ 2023-11-04 21:48:01<~3@1@H˒?䎊qj@hr2023-11-04 21:48:014}3@@@2023-11-04 21:48:01<|3@)y@2W?u%F @#PH2023-11-04 21:48:01.{3??ffffff 2023-11-04 21:48:01@%1@%S@"WsPH2023-11-04 21:48:014j3p@333333@@2023-11-04 21:48:01@ @&I@#A [2023-11-04 21:48:014R3;@ ffffff@ @ 2023-11-04 21:48:01\N<@6+jg@ k~@"K)^ 2023-11-04 21:48:01H3+2023-11-04 21:48:01BZ2023-11-04 21:48:01-F3'??ffffff2023-11-04 21:48:013?qiB@?@2023-11-04 21:48:014=3@&IR@M:@#ѷ2023-11-04 21:48:01<<3@84֡b@@@2023-11-04 21:48:01;32023-11-04 21:48:01<:3@A [7@I^5?@9@Ov`2023-11-04 21:48:01<93@@PH?\>@ ]cA2023-11-04 21:48:01<83@Q ?zG@%zxl"h@ 2023-11-04 21:48:01<73@@@@2023-11-04 21:48:01<63 @yrGE8?ۋq @ ~($ @\)2023-11-04 21:48:01<53@Q@zG@ \(@,=2023-11-04 21:48:01<43@TɅoi@x@~"@"*02023-11-04 21:48:01<33@ a|Q@hۋq@W@t֡a2023-11-04 21:48:01<23@@@@2023-11-04 21:48:01<13@ ffffff@ @ @2023-11-04 21:48:01<03@@?@2023-11-04 21:48:016z@L_@!2023-11-04 21:48:01<3@,=@@ @"2023-11-04 21:48:01<3@5Xy@@ @!ffffff2023-11-04 21:48:015 3??ffffff@ ffffff2023-11-04 21:48:01< 3@@@@2023-11-04 21:48:01 32023-11-04 21:48:01< 3@ @@@2023-11-04 21:48:015 3@@ @!ffffff2023-11-04 21:48:0132023-11-04 21:48:01<3@[W>6@%F L@!3tj~@B2023-11-04 21:48:0153??ffffff@ ffffff2023-11-04 21:48:0143@@@2023-11-04 21:48:0153@@ @!ffffff2023-11-04 21:48:01<3?64K@y=b@62023-11-04 21:48:01<3@@@@2023-11-04 21:48:01.3?陙?ffffff2023-11-04 21:48:0143@ @"@xQ@1&y2023-11-04 21:48:01@ ffffff@@ffffff@ 2023-11-04 21:48:01E3;2023-11-04 21:48:013(@!@@!@ffffff2023-11-04 21:48:015=3'@@ @!ffffff2023-11-04 21:48:01<<3&@ ,1&y@ lVϪ@#S&@32023-11-04 21:48:015;3%@@ @!ffffff2023-11-04 21:48:01:3#2023-11-04 21:48:01593"@@ @!ffffff2023-11-04 21:48:0183!2023-11-04 21:48:01573 ??ffffff@ ffffff2023-11-04 21:48:01632023-11-04 21:48:01 7cD~~~V~7~}}}i}*|||t|U|6|{{{{b{*zzzmz.yyyqy2xxxxmx=xwwwow0vvvzv;uuuuFutttxt9ssssmsNs/srrrsrTr5rqqqqq[qVUUUWUTTTiT*SSSStS=SRRRVRQQQhQ)Q PPPTPOOO_O'NNNyNBNMMM{MKM LLLwL8LKKKkK,JJJJGJIIIRIHHH}H^H?H GGGjG+FFFFVFEEEhE0DDDDJD CCCuC=BBBBOBAAAZA@@@^@&@???J?>>>>F>'===y=Z=<<2023-11-04 21:48:01<3 =@ ffffff@ @ @ 3333332023-11-04 21:48:01<3 <@!@@!@ffffff2023-11-04 21:48:013 ;2023-11-04 21:48:01<3 :@!@@!@ffffff2023-11-04 21:48:01<3 9@@@@2023-11-04 21:48:01<3 7@@@@2023-11-04 21:48:0153 6@@ @!ffffff2023-11-04 21:48:0153 5@@ @!ffffff2023-11-04 21:48:01< 3 2@@?@2023-11-04 21:48:01< 3 1@@?@2023-11-04 21:48:01 3 02023-11-04 21:48:01< 3 .@@@@2023-11-04 21:48:01 3 -2023-11-04 21:48:01<3 ,@!@@!@ffffff2023-11-04 21:48:013 +2023-11-04 21:48:0153 *@@ @!ffffff2023-11-04 21:48:0153 )@@ @!ffffff2023-11-04 21:48:01<3 (@ ffffff@ @ @ 3333332023-11-04 21:48:0153 '@@ @!ffffff2023-11-04 21:48:01<3 &@!@@!@ffffff2023-11-04 21:48:013 %2023-11-04 21:48:01-3 $??ffffff2023-11-04 21:48:0143 #@!@@!2023-11-04 21:48:01~3 "2023-11-04 21:48:01}3 2023-11-04 21:48:01<|3 @!@@!@ffffff2023-11-04 21:48:01<{3 @ ffffff@ @ @ 3333332023-11-04 21:48:013 2023-11-04 21:48:01<=3 @ ffffff@ @ @ 3333332023-11-04 21:48:01<3 2023-11-04 21:48:01;3 2023-11-04 21:48:01:3 2023-11-04 21:48:01-93 @@ 2023-11-04 21:48:01583 @@ @!ffffff2023-11-04 21:48:01573 @@ @!ffffff2023-11-04 21:48:01<63 @@?@2023-11-04 21:48:01<53 @!@@!@ffffff2023-11-04 21:48:01543 @@ @!ffffff2023-11-04 21:48:01533 @@ @!ffffff2023-11-04 21:48:01<23 @@@ffffff@ 2023-11-04 21:48:0113 2023-11-04 21:48:0103 2023-11-04 21:48:01/3 2023-11-04 21:48:015.3 @@ @!ffffff2023-11-04 21:48:01<-3 @!@@!@ffffff2023-11-04 21:48:01<,3 @@@@2023-11-04 21:48:015+3 ??ffffff@ ffffff2023-11-04 21:48:01-*3 @@ 2023-11-04 21:48:01<)3 @ ffffff@ @ @ 3333332023-11-04 21:48:015(3 @@ @!ffffff2023-11-04 21:48:01'3 2023-11-04 21:48:015&3 @@ @!ffffff2023-11-04 21:48:01<%3 @@?@2023-11-04 21:48:01$3 2023-11-04 21:48:01<#3 @@@@2023-11-04 21:48:01"3 2023-11-04 21:48:012023-11-04 21:48:015A3 =??ffffff@ ffffff2023-11-04 21:48:01<@3 <@@@@2023-11-04 21:48:013 :@ ffffff@ @ @ 3333332023-11-04 21:48:01<=3 9@ ffffff@ @ @ 3333332023-11-04 21:48:01<<3 7@@@@2023-11-04 21:48:015;3 6@@ @!ffffff2023-11-04 21:48:01<:3 4@!@@!@ffffff2023-11-04 21:48:01<93 2@!@@!@ffffff2023-11-04 21:48:01<83 0@@@@2023-11-04 21:48:01573 /??ffffff@ ffffff2023-11-04 21:48:01563 .??ffffff@ ffffff2023-11-04 21:48:01<53 -@@@@2023-11-04 21:48:01543 ,??ffffff@ ffffff2023-11-04 21:48:0133 +2023-11-04 21:48:01<23 *@@@@2023-11-04 21:48:01513 )@@ @!ffffff2023-11-04 21:48:01<03 (@!@@!@ffffff2023-11-04 21:48:013 p??ffffff@ ffffff2023-11-04 21:48:015=3 o??ffffff@ ffffff2023-11-04 21:48:01<<3 n@!@@!@ffffff2023-11-04 21:48:01;3 m2023-11-04 21:48:01:3 l2023-11-04 21:48:01493 k@!@@!2023-11-04 21:48:01-83 j@@ 2023-11-04 21:48:01<73 i@@@@2023-11-04 21:48:01<63 h@ ffffff@ @ @ 3333332023-11-04 21:48:01<53 g@ ffffff@ @ @ 3333332023-11-04 21:48:01<43 f@ ffffff@ @ @ 3333332023-11-04 21:48:0133 e2023-11-04 21:48:01423 d@!@@!2023-11-04 21:48:01<13 c@333333@@@2023-11-04 21:48:01<03 b@333333@@@2023-11-04 21:48:015/3 `??ffffff@ ffffff2023-11-04 21:48:01<.3 _@@@@2023-11-04 21:48:01<-3 ^@!@@!@ffffff2023-11-04 21:48:01<,3 [@@@ffffff@ 2023-11-04 21:48:01+3 Z2023-11-04 21:48:01<*3 Y@ ffffff@ @ @ 3333332023-11-04 21:48:015)3 X@@ @!ffffff2023-11-04 21:48:01<(3 W@!@@!@ffffff2023-11-04 21:48:01<'3 V@@@ffffff@ 2023-11-04 21:48:015&3 U??ffffff@ ffffff2023-11-04 21:48:015%3 T@@ @!ffffff2023-11-04 21:48:01<$3 S@!@@!@ffffff2023-11-04 21:48:01<#3 R@ ffffff@ @ @ 3333332023-11-04 21:48:01<"3 Q@@?@2023-11-04 21:48:01@@@@2023-11-04 21:48:01<3 =@@@@2023-11-04 21:48:01<3 <@ ffffff@ @ @ 3333332023-11-04 21:48:01<3 ;@@@@2023-11-04 21:48:01< 3 :@@@@2023-11-04 21:48:014 3 9@!@@!2023-11-04 21:48:014 3 8@@@2023-11-04 21:48:01< 3 6@@@@2023-11-04 21:48:01 3 52023-11-04 21:48:0143 4@!@@!2023-11-04 21:48:0143 3@!@@!2023-11-04 21:48:013 22023-11-04 21:48:013 12023-11-04 21:48:013 02023-11-04 21:48:013 .2023-11-04 21:48:01<3 -@@?@2023-11-04 21:48:01<3 ,@@@@2023-11-04 21:48:0153 +@@ @!ffffff2023-11-04 21:48:01<3 *@ ffffff@ @ @ 3333332023-11-04 21:48:01~3 )2023-11-04 21:48:01}3 (2023-11-04 21:48:01|3 '2023-11-04 21:48:01-{3 &@@ 2023-11-04 21:48:014z3 %@ ffffff@ @ 2023-11-04 21:48:01y3 $2023-11-04 21:48:013@@@@2023-11-04 21:48:01<=3@ ffffff@ @ @ 3333332023-11-04 21:48:01<<3@@@@2023-11-04 21:48:015;3@@ @!ffffff2023-11-04 21:48:01<:3@@@@2023-11-04 21:48:01<93@@@ffffff@ 2023-11-04 21:48:01<83@@@@2023-11-04 21:48:01573@@ @!ffffff2023-11-04 21:48:01<63@@@@2023-11-04 21:48:01532023-11-04 21:48:01543??ffffff@ ffffff2023-11-04 21:48:01-33@@ 2023-11-04 21:48:01423@ ffffff@ @ 2023-11-04 21:48:01413@@@2023-11-04 21:48:01032023-11-04 21:48:015/3@@ @!ffffff2023-11-04 21:48:01<.3@@?@2023-11-04 21:48:01<-3@!@@!@ffffff2023-11-04 21:48:01<,3@@#Z@!u%F ?j~"2023-11-04 21:48:01<+3@ ffffff@ @ @ 3333332023-11-04 21:48:01<*3@@@@2023-11-04 21:48:01<)3@@?@2023-11-04 21:48:01<(3@@@@2023-11-04 21:48:01<'3@g @@ffffff@ 2023-11-04 21:48:015&3@@ @!ffffff2023-11-04 21:48:01%32023-11-04 21:48:01$32023-11-04 21:48:015#3@@ @!ffffff2023-11-04 21:48:01<"3@@@ffffff@ 2023-11-04 21:48:01!32023-11-04 21:48:01 32023-11-04 21:48:0132023-11-04 21:48:01<3@@?@2023-11-04 21:48:01<3@333333@@@2023-11-04 21:48:0153@@ @!ffffff2023-11-04 21:48:01<3@!@@!@ffffff2023-11-04 21:48:0153??ffffff@ ffffff2023-11-04 21:48:0153??ffffff@ ffffff2023-11-04 21:48:01<3@ ffffff@ @ @ 3333332023-11-04 21:48:0132023-11-04 21:48:0132023-11-04 21:48:0153@@ @!ffffff2023-11-04 21:48:0153@@ @!ffffff2023-11-04 21:48:01<3@@@@2023-11-04 21:48:01<3@Y+ @@4m@n@ ffffff2023-11-04 21:48:0132023-11-04 21:48:0132023-11-04 21:48:01<3@@@@2023-11-04 21:48:01<3@@@@2023-11-04 21:48:01 j4Q~~~x~ }}p}|||8{{{7zzz/yyy'xxwxwwowvvgvuuu/ttt'sswsrrorqqgqpp_p/ooo'nnwnmmomllglkk_kjjWiiiOhhhGggg?fff7eee/ddd.cc~c&bbvbaana``f`__^_^^V]]]N\\\F[[[>ZZZ6YYY:XXX/WW}W$VVrVUUoUTTbTSSTRRRnRQQ`QPPROOODNNN6MMM(LLtLKKfK JJXIIIJHHH>>9===+<?չlC2023-11-04 21:48:06WW 3@Q(\@Gw@ @$C??d?qr1~?=eL42023-11-04 21:48:06WV 3@We\(@ PЎ"@6Sð@ G&?2o??nb]92023-11-04 21:48:06WU 3@E =q@a̬@@%g(Y%?H?ք(?w䷄t2023-11-04 21:48:06WT 3@VQ@ 6%>@ z@&@)I#?~C/~C/?},gI?z̲2023-11-04 21:48:06WS 3@U\(@K|Z@19{1@(8"s?*@rJ?1?>:N?ڲd$?ڨ/2023-11-04 21:48:06WP 3@T\(@Z@9C+? m?K̃?܊='?ۃ[ " F2023-11-04 21:48:06WO 3@Sfffff@E4"@}Bõ@37eG?@?H頧:%?>޼2023-11-04 21:48:06WN 3@SQ@[P@ )@)L2?L}U?(|$l?uQ2023-11-04 21:48:06WM 3@VQ@r46i@5yJ~??R?>.?n ?fh2023-11-04 21:48:06WL 3@VG{@i@qRD1@fo?B tI? )?S!72023-11-04 21:48:06WK 3~@UjG{@ *y@beE7@`|8?&p=a?|$?ʌϔw2023-11-04 21:48:06WJ 3}@U\(@ !up@,;ã@ |+p?2G>?Lx?kbD2023-11-04 21:48:06WI 3|@W8\)@Z @ %L2@ :!M?eYeY?‡ {?$[2023-11-04 21:48:06WH 3{@V\)@ @ MU@oU-x?*]?5o?ܘTm!2023-11-04 21:48:06WG 3y@VR@LvN[@,Y@=b1?;gÛ?"l?ӹ2023-11-04 21:48:06WF 3w@SKQ@Tz@ 3l@5?>"@B0#?ܻ(?5z]2023-11-04 21:48:06WE 3v@CkQ@b < @@U/?#g?/s?\?ݴCW)2023-11-04 21:48:06WD 3u@PnzG@4;r@ķ]?Sn?ޛzoN?)M?AyX2023-11-04 21:48:06WC 3t@RVfffff@*VJ@Ae???G ?{p](? jX"2023-11-04 21:48:06WB 3s@J.zG@/ NW@ @㲼??ݴ^@M?gyb2023-11-04 21:48:06WA 3r@X =p@WB?G]?n?!c~b?::zn??z:2023-11-04 21:48:06P@ 3q@MQR@U+k@*J_ȏ@'+HX??6 ы2023-11-04 21:48:06W? 3p@FR@ڗ̟@G@ 6pJ?A{v3?|?ߊ6+2023-11-04 21:48:06W> 3o@R~Q@5@E{)@ĻO?iU?e-?ܹgu!2023-11-04 21:48:06W= 3n@VG =p?U?@ ZYl4?bn?)mi?#_I2023-11-04 21:48:06W< 3m@UGz@%k@z^a?BU%)?U{K"? .}?_%2023-11-04 21:48:06W; 3k@Qp =q@ ꣅ@2]?#߁h@MDĚ?%5?Sw*s2023-11-04 21:48:06W: 3i@PnQ@@SD@ ?-5t!?Ҏs?Y2023-11-04 21:48:06W9 3h@Hffffff@81@<םh@jǿ?gPv?R?V2023-11-04 21:48:06W8 3g@Q\(@9O@ / @|?a?_?>?R'-2023-11-04 21:48:06W7 3f@G<(\@{]{@ v@ uE??f?.6깔2023-11-04 21:48:06W6 3e@TS =p@bǮ@l5@%$EOr4?^8(?b!u2?:*2023-11-04 21:48:06W5 3c@RθQ@F @հl;@^ct?(6].?عC? q2023-11-04 21:48:06W4 3b@UE\(@H3@o)@-ao??k'?+<ԏ2023-11-04 21:48:06W3 3a@Ui@i@=[5?#Wݨ9@?Sh7?82023-11-04 21:48:06W2 3`@NQ@r$42x@ll@TV3?(ƛ?ܕ?۴.02023-11-04 21:48:06W1 3_@B>Q@ P5*? @7xMX?2?Ӈ#<{?4/[2023-11-04 21:48:06W0 3^@UO\(@<1ou?=FY̞@0rebҪ?X(o*[?q?)~2023-11-04 21:48:06W/ 3]@U @Qv@(@ @*5k`?:bΘ?8R&?֩}5}2023-11-04 21:48:06W. 3\@Tvfffff@ +}g@)^@ QoN?s僅,?ȱ?|2023-11-04 21:48:06W- 3[@Wp =@6@._@՜1?Th?xv!?[P-$2023-11-04 21:48:06W, 3Z@T\)@/\M ?NN@%j?Ӗy-?x/?Zjb2023-11-04 21:48:06W+ 3Y@R`@gj?lڠ'R@|t?2?*T?y{y2023-11-04 21:48:06W* 3X@GǮzH@ ] @`Q@+r,?{q?+\,Z?g[J2023-11-04 21:48:06W) 3V@W@ =q@ V?@  )οH@)kB?Y?i%?i5b?\.\2023-11-04 21:48:06W( 3U@Ip =q@6o @ I$I$@q;UO?mm?[:?,m2023-11-04 21:48:06W' 3T@KQ@WXqڏ@@ p&f?h6_&f?ըgr|?z862023-11-04 21:48:06W& 3S@V@< a@ |#?V\?QQ?-hs8?OY2023-11-04 21:48:06W% 3R@RjG{@LS:q:@/y@ h:J?n?O8?׹*im2023-11-04 21:48:06W$ 3Q@4G{@TWSK @@!0;3?xcpm~?=F ?M2023-11-04 21:48:06W# 3P@PS =p@w'#@ tq@!#,)Q?s^;9A?ҝco\?Ӓ_WA,2023-11-04 21:48:06W" 3O@T\(@v@0'?Վ+? y?٨OɭA?ه 2023-11-04 21:48:06W! 3N@=\(@T[@UUUUUU@kdav@UUUUU?wǶ?ő% 2023-11-04 21:48:06W 3M@Q =q@ LF@a@+?t$?'?L@寺2023-11-04 21:48:06W 3L@Və@"#MD@ YZs'@]T?f;?M,ف?ڎx~|q@2023-11-04 21:48:06W 3K@UGz@ 'f@.@O ?ŎXg?C3D?K;2023-11-04 21:48:06W 3J@W<(\@a"W@ 0R'@k?? 6?4\2023-11-04 21:48:06W 3I@QzG@ ͂!K8@=1g?6E@ul?ݞ2X?1GWl32023-11-04 21:48:06W 3H@RR@@dW@hR-~C@ re?שz?2~?u82023-11-04 21:48:06W 3G@QP =q@ B[@Ν{ @0?]?5G.?+E?`12023-11-04 21:48:06W 3F@Rffffff@a@oLUC?1!S?_I?%L8?Ά̽2023-11-04 21:48:06W 3E@U\)@ Gܜ|@s{?MA?7ڲ ?w&~ c?P-j(2023-11-04 21:48:06W 3C@R\)@dR`@ (M?f/?3)?ȗbZ?uf_u2023-11-04 21:48:06W 3B@VC =p@Fp?N:a(@#]Iv?:zm?sD?̟j02023-11-04 21:48:06W 3A@Vٙ@LF? @''?S@4S?/x?̠82023-11-04 21:48:06W 3@@VzH@ ?̋(@ e@P?񣱣?Yt0?ܼ}q2023-11-04 21:48:06W 3?@C@~M@ az@ U$?1?.i?͘2023-11-04 21:48:06W 3>@V׮zH@.*@ Xbŋ@Ji=?D$գ?1?#JQ2023-11-04 21:48:06/ 3=@ P1Yr?ԥV#2023-11-04 21:48:06W 3<@PzG{@ F!3@1.@"' ?˛gD?^Ke!;?Z.2023-11-04 21:48:06W 3;@Q\(@ YX\@YU @0]T>&@YX?66?W]2023-11-04 21:48:06W 3:@PAGz@Y$@:@ w&t?? s ?֌2q2023-11-04 21:48:06W 38@T(\@3 @>ׄpj@ y,Z?Nކ??Ik7?,/2023-11-04 21:48:06W 37@R @); @/ř@X$C?eYeY?.L?ڨ߀2023-11-04 21:48:06W 36@H# =p@sfQ@vV@f!p0??޻Ϡ5?4̭2023-11-04 21:48:06W 35@MQ@EN׳@PuPu@ o?蟼ٝ=?\vs ?nҬ2023-11-04 21:48:06W 34@G\(@:ߏ@zG{@pw??ݥq#?FwU2023-11-04 21:48:06W 33@R7 =p@ӺF^@lV{G@]?3[P?ׄ:?K< 2023-11-04 21:48:06W 32@V33333@ŀ?@+8@U.K?O,v7?ڟ?V]2023-11-04 21:48:06W 30@F =p@/]%@XFi@ׇ? ,@.?tQT#?)J_n?Nqr2023-11-04 21:48:06W 3+@U =q@᳉@YrT@ rof?d8?*y|"?ru2023-11-04 21:48:06W 3)@P33333@GA@ &>7@7 7?5ͱ?A_?#2023-11-04 21:48:06W 3(@O# =p@U @ ŪU@EJv#??ɷߋL?X2023-11-04 21:48:06W 3'@Uz=p @ rk@䀲^@<?=ܰ???2023-11-04 21:48:06W 3&@U @r @ KX@& 4P?Ef?ۓ?D2023-11-04 21:48:06W~ 3%@T (\@@6w"@@q6.??ր0"?o2023-11-04 21:48:06W} 3$@PzH@ Vg'@9#@*p= ?0MHs?sϞ$?v92023-11-04 21:48:06W| 3#@TGzH@49M@u|.@$ ,?`{K?Qn?Nl2023-11-04 21:48:06W{ 3"@R3 =p@p@@5ǕD]@QQ?P- }Q?۞ 2023-11-04 21:48:06Wz 3!@Qo\(@^]@Ll%@!/?g"h?ؽ '?a2023-11-04 21:48:06Wy 3 @U` =q@ -@ En:?+#?K̃?8O=?{jU.2023-11-04 21:48:06Wx 3@T$zG@|#@c?^@Q@5C1@0MHs?H"MTx?XyQ2023-11-04 21:48:06Ww 3@SzH@3e1 ?۾52023-11-04 21:48:06Wu 3@S' =p@|^&@>֍@D\?3` W?]jV?ֆI2023-11-04 21:48:06Wt 3@RQ@ {;W @j0֜@$aZx?\Q#?ne%? 2;2023-11-04 21:48:06Ws 3@T(\@S*]@?% ?@FAN?n.?؁8X?Nd2023-11-04 21:48:06Wr 3@TDzG@Q:#@Hj·?Z@E?] -T?t*2023-11-04 21:48:06Pq 3G@jHP@ >NU@#`?Wr?kF?mX1F2023-11-04 21:48:06Wp 3@VGz@!KQ@NN@ &F?VWۥ?ܙK5N?0я2023-11-04 21:48:06Wo 3@UzH@m@6@"?wÕK? )y?ݥBx2023-11-04 21:48:06Wn 3@GaGz@!8g@D@,e?d &@?l^G)?j/2023-11-04 21:48:06Wm 3@TzH@:McQZ@q$&\@}0.R?ื? 2023-11-04 21:48:06Wj 3 @J =q@#ǀw@B@1@E@d,?ٍCP?,>iY52023-11-04 21:48:06Wi 3 @TzH@<(g@ LsO@ (d?X17?ݬ3? *1+2023-11-04 21:48:06Wh 3@JEQ@o2@ 0;\@ lt0?ָCw?ُԍ?F$2023-11-04 21:48:06Wg 3@TQ@:&/@nߚ?ou}?Xx?u"y?+`D2023-11-04 21:48:06Wf 3@V =q@ @ [s?J[}?#r?׿htxd?ҝg02023-11-04 21:48:06We 3@W2\(@vz@ 5= @O|7?G!)e? K?ܲɟ2023-11-04 21:48:06Wd 3@Q =q@!@g"h@fW? yC^P??J}ҷ2023-11-04 21:48:06Wc 3@VAR@ p{ĩ@ @CD?Y~1?P?ܷV%2023-11-04 21:48:06Wb 3@VR@ 3@ ы?ȑ?r;A?dr B?oyV2023-11-04 21:48:06Wa 3@PE\(@ѩ@#ȗl@+En??ܣϓ~?t[7>2023-11-04 21:48:06W` 3@8@ 4b@RI$I%@%7l?$?'츀v?-*2023-11-04 21:48:06W_ 3@Q\(@ 1 @saL@$͆1?2?h>"?؟)Do2023-11-04 21:48:06W^ 3@Pp =@N$^2@@??aFy{?"o4˂2023-11-04 21:48:06W] 3@S(\@ BE8@b>hg@=[?{S?Zk?:P$y2023-11-04 21:48:06W\ 3@SZG{@ 2=@ YV@K|_b?sJ.?{U'M?l2023-11-04 21:48:06W[ 3@UGz@ aE@l}@ѥ>J?l9_/`?]_?g2023-11-04 21:48:06WZ 3@B4zG@s҃@N^ r?Xf?o?֋M?~ 12023-11-04 21:48:06WY 3@TzH@ V`@2?M"ḹ?ڥ?"f#’?_E(2023-11-04 21:48:06WX 3@V=p @ MF@`@mؖAP?G~X?c?چ$^2023-11-04 21:48:06WW 3@WMp =@G@@&>@4MD5?۵DB5h?#k2023-11-04 21:48:06/V 3@BY ?od;2023-11-04 21:48:06WU 3@R\(@ i@ Vc_K@[)~?U ?(h?@k2023-11-04 21:48:06PT 3L@dQ@5qh@'";@nKE?Cc?|0Y2023-11-04 21:48:06WS 3@UgzH@)w@. 1?u`?0?f?8r&2023-11-04 21:48:06WR 3@NtzG@?o{"@>H[@#ח7@=F?ƀo? Mp2023-11-04 21:48:06WQ 3@L =p@yHnU@,~#@ ?Ӈ?ذM:\t?AqD2023-11-04 21:48:06WP 3@U\)@@I$I$@+ݶ?11%i?ٟ`?I?֢ɜ2023-11-04 21:48:06WO 3@O9@<@ F[@0fr@?̻?ډJ2023-11-04 21:48:06WN 3@Vp =@ӑ9f3@6+$.2023-11-04 21:48:06WE 3@V(\@j@GCm@L5? |?އ'?ޔ1kN2023-11-04 21:48:06WD 3@CP =q@uFx@V@@ Vv?~"U?ش~?k~s^j2023-11-04 21:48:06WC 3@SJG{@;" Ez?g-O2023-11-04 21:48:06WA 3@W9@"Yq ]@d?/?M3 V?_M ?V,L92023-11-04 21:48:06W@ 3@S =p@xH@ f،u@aS 3@Q\(@!ZH@{@Y@*xl?;?ٯ"{?ٔL-2023-11-04 21:48:06W= 3@W'zH@ [@bnu@^7Z? ?/ %?F0>2023-11-04 21:48:06W5 3@UR@ Kw@*@x)?<몽?#6?hzs2023-11-04 21:48:06W4 3@Fp =@yĺ@۸v@as?mm? ӯ?ߋ^]>2023-11-04 21:48:06W3 3@TQ@>@@;Z)@Sc& ?tvl?}e?[ S2023-11-04 21:48:06W2 3@W@ӡ@׷:z&?oG~?[ ?mw?`ҵ,2023-11-04 21:48:06W1 3@WS33333@??G]?@es?rbX?ũ'?2z2023-11-04 21:48:06W0 3@T<(\@@>C@/6b?F.zvu?г$?N8c2023-11-04 21:48:06W/ 3@S @MTUD@zt>@H-? T?ͫe2`?X7m#2023-11-04 21:48:06W. 3@TR@Li_@ xRW@ U]?kT?ܸ+' e2?NTԻ2023-11-04 21:48:06W- 3@4޸Q@MOzv@NN@]qj@#b?b?N9X?څ^ּ2023-11-04 21:48:06W, 3@C =p@6잁@t]E@(=u? 5@?J ?~Iw;2023-11-04 21:48:06W+ 3@S\(@ {x@ "T@4y?ץL7?s?٥h@2023-11-04 21:48:06W* 3@CB\(@{C@U@V`i@LV:?RYL ?+l2023-11-04 21:48:06W) 3@<\(\@;?W@t]E@$oz?6?^D?{2023-11-04 21:48:06W( 3@PQ@!aK@e{@} lU?; Å?iUPj?-bO2023-11-04 21:48:06/' 3@?գ$@j2023-11-04 21:48:06W& 3@KU\(@uV@8TP @@?Mm:[?A@= ?lw2023-11-04 21:48:06W% 3@WWzH@ @EW@x@ O8?5w?/N{?Щ*_2023-11-04 21:48:06W$ 3@PR@#w@ @U.?4\T?ˇXF?h0xo2023-11-04 21:48:06W# 3@S =p@ ?I@l@h@ 5Z?%u&?ґT2023-11-04 21:48:06W" 3@DAGz@t7@ <8@ˇP?_?]?lj2023-11-04 21:48:06W! 3@S@U@9% ~@iM!q??ק&q8?TX=x2023-11-04 21:48:06W 3@W(\@9V@d?_Q?C%>i?@[&?V,L92023-11-04 21:48:06W 3@VGz@?f@`X}@ "w*?!ϲ?ߟ?ՒnDnt2023-11-04 21:48:06W 3@V<@ f*@ 4@@^7?$P'?&}?!Wz2023-11-04 21:48:06W 3@WFfffff@Y@߃-?1~7#?4?Ņm.?؅I,x2023-11-04 21:48:06W 3@CL@ @Or4,@h3s?MM?@Z?g2023-11-04 21:48:06W 3@T\(@VA@1X1?L3㺅?0?T! E?f2023-11-04 21:48:06W 3@U\(@u 9T@ ع_?9|?7?G0)X ?$2023-11-04 21:48:06W 3@>Q@M /@fƥ@z?,l5?ګ!Q?JY_2023-11-04 21:48:06W 3@LnzG@mHH8@!@ۢ?t]E?ٻzw?(a2023-11-04 21:48:06W 3@V@ #|@ Ǎ 1@!?7?TT?5Z2023-11-04 21:48:06W 3@U\(@rX8@O Zj?:V=?@|Ћ`W??E?؅.'?.o2023-11-04 21:48:06W 3@V# =p@ /PH@ 5ݒ 7@L2V?KX?i} P?]'.QzI2023-11-04 21:48:06W 3@MAGz@@^GI@")KCZ?T9? ?d|p2023-11-04 21:48:06W 3@R=p @d @]!@z?d6Me?}?~d2023-11-04 21:48:06W 3@V@?\D#ݪ@B ?⅊G?4jϱ8?؝OuB?ب92023-11-04 21:48:06W 3@U~Q@ n@ I BZ?֒-?dm?ۓ>?Q[@!;;tY@B?oh1r?ZuG2023-11-04 21:48:06Ww 3@W\)?ըߐ+?0I@ ܓ?B11Q*??g˧*??z:2023-11-04 21:48:06Wv 3@RzG{@h[ @jt@HQ?7ޜ?v^S?Ї 0_2023-11-04 21:48:06Wu 3@By@<je@iiiiii@ ė?`?ݖ0vA?dQ+2023-11-04 21:48:06Wt 3@RQ@Jqw@@uMt??ثYA5?؍[2023-11-04 21:48:06Ps 3@:zG@@*3m| ?eYeY?sSk8?pV2023-11-04 21:48:06Or 3@!,(߯@ ^H<@IZ?򄽡/hK?ڎTz ?Gn2023-11-04 21:48:06Wq 3@J0 =q@m:@UUUUUU@߲3?;;?3L]?ﺗ2023-11-04 21:48:06Vp 3@WzH@ \@ ??C?j6??_v?㒚{2023-11-04 21:48:06Vo 3~@Mo\(@ S@.0.4@B{?#T?ly~? Ufe2023-11-04 21:48:06Vn 3}@SQ@`T4a{@,ݦ? 3E?NH;?ئyD?ֈ|%s2023-11-04 21:48:06Vm 3|@0 =q@IdOvA.@@!3eJ,N?-U?qR>?nr2023-11-04 21:48:06Vf 3u@Vc =p@\? @!*3 ?dj8?G*YO?̠82023-11-04 21:48:06Ve 3t@T>Q@dL@YZs&?ݎrs?K̃?<^ޔ?؜c2023-11-04 21:48:06Vd 3r@V\(@eH@@6Q@ OyJ?,:c?ңo?ݮKfD'2023-11-04 21:48:06Vc 3q@R =p@ ҭ@Z k@t?K?i+99?>|U2023-11-04 21:48:06Vb 3p@R\(@T .?e@3&6x@ ?u!?5 2023-11-04 21:48:06Va 3o@RGz@ ,@9!@O??ݵ6E?uZ2023-11-04 21:48:06V` 3m@V2\(@Ws@I$I$@)?11%i?( !?3 42023-11-04 21:48:06V_ 3l@P =p@HR2023-11-04 21:48:06VS 3`@Rҏ\(@K=K""@VT҈@&W?{;lېT??Tc ?٪2023-11-04 21:48:06VF 3Q@UR@As*@'6*?h=)??t'?qd2023-11-04 21:48:06VE 3P@NS33333@H& @@w!??:yH?9->?M՛S2023-11-04 21:48:06VD 3O@Ny@>i9@ 3J @??x9?* ?k&_2023-11-04 21:48:06VC 3M@TQ@-X@KOW @ؓ??׬3Y?$>Ǫ2023-11-04 21:48:06VB 3L@TQ@ Ғ#SC@S@`3?0MHs?To?՟")z2023-11-04 21:48:06VA 3K@Sfffff@M;@Cg+I@}e?_rꤏ?ޔ1?2ŗtK2023-11-04 21:48:06V@ 3J@S =p@#M;@,a8?c(?C1 4?_!zo?E G2023-11-04 21:48:06V? 3I@Uu\(@v>GcX@}?S&?Xx?ݐ?/n2023-11-04 21:48:06V> 3G@S@(v@Q@_<@?/f\?Y۪p2023-11-04 21:48:06V= 3F@W@D%-@ %#@s\G‰?,,?䯬UQ?Z 2023-11-04 21:48:06V< 3C@X1R@>(l@[g&+@a{o?>?E?FF)2023-11-04 21:48:06V; 3B@T|(\@?V@ ?WC3?ił-ݱ?ٝOk?ʞTY>2023-11-04 21:48:06V: 3A@WMp =@D ů@ jc+@ak%Z?eYeY?;`?Ɣ2023-11-04 21:48:06V9 3@@V.zG@sc1@|C?g- ?c({x? {F遽?-62023-11-04 21:48:06V8 3?@X2\(@ c@+ݿ@'|7>?v?QbW?=ż+2023-11-04 21:48:06V7 3>@Up =q@)%@ 잊]F?λoGo?d &@?ծcW?Ry2023-11-04 21:48:06V6 3<@R@qϖ]@ X%E @f# ?-G?u/=?$n2023-11-04 21:48:06V5 3;@MP =q@^@ @XgK? oCG?~YY:?US2023-11-04 21:48:06V3 39@P\(@5 n@=t@!B??-ߩ?[]v|2023-11-04 21:48:06V2 38@Wmp =@ k@-fO&@-D9I?C2?U)?QK2023-11-04 21:48:06V1 37@DУ =q@C\=@؝@gᄺ?3?܌@=?ܗ62023-11-04 21:48:06.0 36@ !?W2023-11-04 21:48:06V/ 35@R\(\@0@ xv-@@?)q?? y2023-11-04 21:48:06V. 34@N}p =@ac>@ueP@> O?LV?K4?Ǥ`w2023-11-04 21:48:06V- 33@T@_w k@W?Y??n?أSe2023-11-04 21:48:06V, 32@PG{@K"0@ʼn*@xCV?Qᕋh?0 t}?r"̬2023-11-04 21:48:06V+ 31@S =q@71xz@UFT@uj?Dw#??H?÷a2023-11-04 21:48:06V* 30@Vvfffff@ .ف@ *nm?ZwMe?w.\?-! ?PP2023-11-04 21:48:06V) 3/@SzG@9*-_@8d5@=?8c?֙d@?U`ݒ2023-11-04 21:48:06V( 3.@QR@\o7]@5 yC@"\@u?oR2mh? ''2023-11-04 21:48:06V' 3-@E7 =p@;鉀@ W& @'W S?%DŒ?F7?/k4y2023-11-04 21:48:06V& 3,@MR@ 7n@@ e߫@ d]?X?/ނ?x=2023-11-04 21:48:06V% 3+@RUQ@ 0 Ɂ@# >@pv??A?ؗ)2023-11-04 21:48:06V$ 3*@SQ@O:!@'StO@%+B@b?I$I$?)ΰ?b92023-11-04 21:48:06V# 3)@T =p@ c{pδ@ hc6@(֛@̺ s?6˶1? L2023-11-04 21:48:06V" 3(@R;Q@ H/b@ *@-1?,$ a ?mV-}?O=*w2023-11-04 21:48:06V! 3'@UEQ@;p@j@ .?DŽF?e/9%#b?f\}2023-11-04 21:48:06. 3&@7?6<2023-11-04 21:48:06V 3%@@U\(@j͌&?]=@5O7?|?Դ~?@th#2023-11-04 21:48:06V 3$@UFfffff@6MD(|@˫@6tM?%A#?ܑ?H8ڱ2023-11-04 21:48:06V 3#@UG{@ ,@ ׹>?Ns?PC?[?ݵ5%2023-11-04 21:48:06V 3"@Ep =@R&tU@ Z$l+D@'m@{q?ق75Jv?ןcD72023-11-04 21:48:06V 3!@TX\)@/n@,Η)\?NNm?p?ܵ:8j?0B2023-11-04 21:48:06V 3 @TzH@@EI)@(?W$?T ?ՃS{U2023-11-04 21:48:06V 3@QQ@X@? 4?B?7 ?ڢ#&2023-11-04 21:48:06V 3@M33333@ M@ @=%N?ENg? 0c?q^CwV2023-11-04 21:48:06V 3@Rw =p@͐{@ '%@ iE?Ri$5?!9-?{ 2023-11-04 21:48:06V 3@RS =p@ Q3m@g@e"q}?sZ?$ R?O!Ky2023-11-04 21:48:06V 3@Q%Q@) @Ò@ jk5??{3?̥th2023-11-04 21:48:06V 3@M\(@fS3@(@ٹ?V,?t߹,?^2023-11-04 21:48:06V 3@PQ@V9\~@ JD@ %?ՌbI? AW?϶2023-11-04 21:48:06V 3@Q@^!4F@4n@?>?j;5Z?[,Br?ژcR2023-11-04 21:48:06V 3@Q =p@$a4@o:b@3/Pw@W? @B?.ê2023-11-04 21:48:06V 3@V33333@ .82s@C=@wn8?N?إ9?D2023-11-04 21:48:06O 3+@5@/@GJ?QNa?\>x?> |2023-11-04 21:48:06V 3@V5Q@tܱN@L%Syx@ kؖ(?\Z"?H`4?2Q{2023-11-04 21:48:06V 3@H33333@!jV@ Ǐ}}}0||||"{{u{zzgz yyYxxxKwwwew vvWuuuIttt[tssMrrr?qqq1pp}p#oooonnanmmSlllEkkk7jjj)iiuihhgh ggYfffKeee=ddd/cc{c!bbmbaa_a``Q___C^^^5]]].\\z\ [[l[ZZ^ZYYPXXXBWWW;VVV-UUyUTTkTSS]SRROQQQAPPP3OOO%NNqNMMcM LL\LKKNJJJ@III2HH~H$GGpGFFbFEE[EDDMCCC?BBB1AAA*@@v@??o?>>a>==S<<4?J<{?f?h=h2023-11-04 21:48:06WN 3-@WGz@3q@"?Ӵ@#>??~M?x,2023-11-04 21:48:06WM 3,@WQR@wCو^@pcj5@6H*?ݮ"?YA?@D2023-11-04 21:48:06WL 3+@TG{@` @ 4@&^?jo?M%?/K2023-11-04 21:48:06WK 3*@UL@9w_@>r@#|4P?>'M?DG,+?8_2023-11-04 21:48:06WJ 3)@U\(@))mE@} <=@"֚?[(f?۫Q?ٖn8G2023-11-04 21:48:06WI 3(@S\)@d}? @; F?F2$?١D9L?b2023-11-04 21:48:06WH 3'@U@ vQ@_aM@(ڣ4?B(}?֡fr۰?ױI2023-11-04 21:48:06WG 3&@T=p @@"2@q'k@YYzd?!?x?So,J2023-11-04 21:48:06WF 3%@MQ@Y!@% {B^@r 1$?)-6?7O?߸rmk2023-11-04 21:48:06WE 3$@WNQ@ [@ ɧ@"5;@?m|q?C:2023-11-04 21:48:06WD 3#@VzG@b>4@p&;@??Կ/?x@?ڃ^2023-11-04 21:48:06WC 3"@R=p @@_o#@ y1i ?>?ۙR?OP^2023-11-04 21:48:06WB 3!@S@+p@Í[@G3?&D?'>[k?m>2023-11-04 21:48:06WA 3 @QR@Hw@K@ ]a)@L2`.?0R݌F?L?ێb"252023-11-04 21:48:06W@ 3@J>Q@cǐ@ 17 @%hoQ?:H]?!>X?p2023-11-04 21:48:06W? 3@T_\(@Oi횝@qw@Ε?~q+D?ܝr0?ݐ_2023-11-04 21:48:06W> 3@S!R@|Ո@Ou8@$KŅ@iZҷ?ER)?yu|2023-11-04 21:48:06W= 3@PQ@Nv@*y@\%?!a?3~ ?9ep2023-11-04 21:48:06W< 3@L\(@>zG@]悥?v?MĬ?~a U?ĝ9X?ā|@4p@ xQ;ٟ?!?ʏ4e?wOMPP2023-11-04 21:48:06W, 3 @Q<(\@ U=q@5@~@!J O?eYeZ?<3?5y2023-11-04 21:48:06W+ 3@Rp =@ :w-N@@ ?٫?R_]?122023-11-04 21:48:06W* 3@W=p @uw?2c@5?N ,S??3~AH2023-11-04 21:48:06W) 3@S333333@U0FY@@Ft?vi?ۄ=`gC?G<2023-11-04 21:48:06W( 3@SzH@`@ϻ v@L+n?3?ۚͥy?ۮf2023-11-04 21:48:06W' 3@S\(@@p0H@Х!9?^ȏ?۽*?bV2023-11-04 21:48:06W& 3@Q\(@Pŋ@:!zt@xa?YaD?+X2G?ڑ}142023-11-04 21:48:06W% 3@TQ@D12E@a1v^@? 5@?ٙVɸ.?٤X2023-11-04 21:48:06W$ 3@S =p@PlR*"@cl@_* B%?c{5d?ڋ0)?ڎLsd2023-11-04 21:48:06W# 3@SQ@Oï8@Q@V0@.?UƲ?ۡX*?: 2023-11-04 21:48:06W" 3@R\(@t4f@1_><=@V4?2?٘y?NjOl2023-11-04 21:48:06W! 3@Hu\(@ ޴~/ @'kP/@9?`p>?Ҝ#?zҳ82023-11-04 21:48:06W 3@MQ@@{{@_!?}J쀊?d ?Lȳ@X2023-11-04 21:48:06W 3@WQ@پN_l@ pS@%?WL\??GɊc2023-11-04 21:48:06W 3@WqGz@v@{/ZT{@-f??9F?xlU?ĮBg2023-11-04 21:48:06W 3@WzG@ Iv%_@j?@!a-=0@qr?5T7?9jX12023-11-04 21:48:06W 3@W =q@+ANB@r >@$cs)?f>!ј?ڐL;Žw?O^2023-11-04 21:48:06W 3@Wfffff@ Py@8@#N@aTD(@qr?P|?֎j-2023-11-04 21:48:06W 3@WQ@-8 @` @Yq?;6wm?,>?_/{2023-11-04 21:48:06W 3@WG{@4GP @+Ry@=he?7R2?׎<>?6^2023-11-04 21:48:06W 3@W\)@zr@%@:Ճ`@+a21ٿ@~?҈0?b2023-11-04 21:48:06W 3@W\(@ B`@qP@&[gM6@Quy?ؗ6?2023-11-04 21:48:06W 3@WQ@@}=@-&Y@!B!?n?֡`d2023-11-04 21:48:06W 3@WGz@ r@봱@&:{ZR?>E0o? ?V2023-11-04 21:48:06W 3@W@C@*@$q͉@!h#z"?/l?a?܃( 2023-11-04 21:48:06W 3@W =p@ S%@{V6@)]㘩?f-?O?82023-11-04 21:48:06W 3@W\)@`G# @x`̶W@%"fuO?--?.~P?ء1h2023-11-04 21:48:06W 3@S33333@n ?TK,@/2 7?km?*wų?wr(2023-11-04 21:48:06W 3@W(\@PE@a:@&!gIt?\YS?׍8?քe2023-11-04 21:48:06W 3@R_\(@aWS?=??@eid?$x?6]u?ց>2023-11-04 21:48:06W 3@Offffff@ /@/@)f?X%Y?>S\?[8{2023-11-04 21:48:06W 3@WzG@R?J@0N:G @??t A?&=[F",2023-11-04 21:48:06W 3@X @ R5b.@ DFF%@;Ll@?yy?;qؙ?6A|2023-11-04 21:48:06W 3@WQ@F^Fe@ Wk?Q@'Y~?)?ևT?ճ/U 2023-11-04 21:48:06W 3@V\)@U^@>+j|@0i]?)B? ?ٮd2023-11-04 21:48:06W 3@Uٙ@ZL@.gF1@ 2ƭ?fVX.j?Kt?֯6?~ 2023-11-04 21:48:06W 3@WzG@V!A@-@ U? n?׳/7F?+/P=2023-11-04 21:48:06W 3@WzG@^AŁ@ZKT@9:p?s9?Ƣd?\!G2023-11-04 21:48:06W 3@W|@L{)@4@"Iˇ??Qi?:`2023-11-04 21:48:06W 3@WG{@ {@ w@ƈwN@ii?~?^JAxQ2023-11-04 21:48:06W 3@XQ@ -@+Ds@*X~-)?q?+W5?|}xP2023-11-04 21:48:06W 3@Wfffff@{Xߓ@ %a@!CvpP?Øsa?׮uI?] 8h2023-11-04 21:48:06W 3@WzG@/@Wl@X|q?wGr?ן!Ir?ױjo2023-11-04 21:48:06W 3@W(\@\}i@Dkk.@vɺYv?y@]?U?ק@^@2023-11-04 21:48:06W 3@W(\@t鑱9@@4S@@K!@. J?̉?(g[2023-11-04 21:48:06W 3@Wu\(@6wY@=C@%%:?L^??{v6?k/A/2023-11-04 21:48:06W~ 3@LW =p@u@Z4W*>? 8+"@qr?Ѡ3M?т2-S2023-11-04 21:48:06W} 3@I"\(@ Ay6@Pd@\'}@UUUUUV?ѱ0=jX?>v2023-11-04 21:48:06W| 3@Wfffff@ߪ@]3@,w"? yC^P?c_?lu2023-11-04 21:48:06W{ 3@Wl(\@߮2@ Y@A u?+ ?޷? 9h 2023-11-04 21:48:06Wz 3@VۅQ@B' @UU@'5t\??DOYB?(X2023-11-04 21:48:06Wy 3@MzG@C@ T@z#{Ʊ?dMvD?݃2sq?_e{2023-11-04 21:48:06Wx 3@Ip =@ Ӹ;@ K6@߾y?!M?E)$?E<2023-11-04 21:48:06Ww 3@RaR@.@"B.@]^3?gi?J?[8{2023-11-04 21:48:06Wv 3@Q\(@'->@. _@[ @% {B?ݷ"X?݀9P9+2023-11-04 21:48:06Wu 3@U\(@ Env@quܱ`?Ͽ! ?kC8?bp?[v2023-11-04 21:48:06Wt 3@P.zG@zп@RT?FCu$?'[]?*[胗?:`]42023-11-04 21:48:06Ws 3@Offfff@"5@______@X {f ?qr?nci4?}2023-11-04 21:48:06Wr 3@P =p@3ӟ@'v@ܗ1? 0 0?TȮ?˄O2023-11-04 21:48:06Wq 3@SQ@$S,@!n9у@MZ ڽ:?H4H4?ܲކ,?6<2023-11-04 21:48:06Wp 3@SzG@F|^@ @?d &@?ۯWZ?ܺX~Q2023-11-04 21:48:06Wo 3@SXQ@ȋH@ZGK"@YL?"`L?ީ \p?;K 2023-11-04 21:48:06Wn 3@S=p @mIut@"LE@n:?qr?7(,?3$2023-11-04 21:48:06Wm 3@SR@B𾅧d@@4@׼nm?..?ٌ*?ٟxM2023-11-04 21:48:06Wl 3@S@ 46"@ @k_?qr?I?yd2023-11-04 21:48:06Wk 3@SθQ@c D0@yR@S`?d,?ٻ:)?ٱ˂Rq2023-11-04 21:48:06Wj 3@SQ@+ l@ +XL@1*? 0 0?فȐ?٧dg2023-11-04 21:48:06Wi 3@Tj=p @ t/@ ?;8?88?F?LPG2023-11-04 21:48:06Ph 3S@]^@yu??H4H4?/&)?=w@2023-11-04 21:48:06Wg 3@TdzG@߁@u{?fU\?𪪪?(8]?_-ag2023-11-04 21:48:06Wf 3@Tffffff@My@&R>?V3Yp?>=?٭a?FȮ2023-11-04 21:48:06We 3@TzG@q{=m@_D?KSD?qr?:?څ2023-11-04 21:48:06Wd 3@Rə@?'z̶p2023-11-04 21:48:06WX 3@Rp =@N)@ٴ"zE@ Mw?ӌ\?cXS?G]2023-11-04 21:48:06WW 3@RQ@0+@ p/@v6g?ND0?4]!?\k2023-11-04 21:48:06WV 3@P.Q@<8s@x_y@+u\?jl4s?~{? ;2023-11-04 21:48:06WU 3@OQ@{0m@͏@y?--?|,ʳW?2023-11-04 21:48:06WT 3@P@靛b$@G0S@nkH?W_]y?j}a?}t%w2023-11-04 21:48:06WS 3@Q-p =@/rX3@ c@_?)JR?85=?߀lCR2023-11-04 21:48:06WR 3@8Q@)ANP@ 9@ _?Be?ƿ?4]2023-11-04 21:48:06WQ 3@R(\@R $l@]d@ 5dm&?v D??@]?*Vd;2023-11-04 21:48:06WP 3@R =q@\3@K&j@%P:?K?AN`?M"2023-11-04 21:48:06WO 3@BgzH@ 䍲-@18@0TH?Vc_J?'n?(_2023-11-04 21:48:06WN 3@PGz@$m@Vxji@C-?ʼH)V"2023-11-04 21:48:06WE 3@O(\@ SL@@ ?/?؁?#Tr2023-11-04 21:48:06WD 3@L!Gz@˾&@ C])@a*rM?*E?^B7!?I2023-11-04 21:48:06WC 3@Pfffff@!b+\@p;9@. ?Јi?ـʖ?kDP2023-11-04 21:48:06WB 3@SQ@FV_@q I@ m&?>>?w?Ug2023-11-04 21:48:06WA 3@I:G{@Fc+@UUUUUU@Mrn?^^?HVNk?tZ]2023-11-04 21:48:06W@ 3@WzG@GE@F-?,?z|{_,2023-11-04 21:48:06W? 3@Vr\(@?Kf~p@"ưI?TX?N}V"?̠Hv2023-11-04 21:48:06W> 3@WzG@ #0B@ )u@+2-#@u$?9?ۜ42023-11-04 21:48:06W= 3@Q%Q@1@3@8b@BS/?H=?O}b02023-11-04 21:48:06W< 3@W=p @ (@6e@Nz&?2$?֥5Q?ԯb^2023-11-04 21:48:06P; 3@V =q@fGmv @-^4. "?&"?ػ?$k32023-11-04 21:48:06W: 3@V(\@ #GJ@ LT.@+{/@ F'?\Ws?m#N*62023-11-04 21:48:06W9 3@Sp =@75>@E]@5]O?o%Q@]ʫM?&X86@nLo?N bTU?ۛ 6F ?YB2023-11-04 21:48:06W+ 3@W=p @ @-u@=F*?7e??l3?E$#*2023-11-04 21:48:06W* 3@PQ@kەm@I~_@)&3?"7Y?Y8!?٘xIM2023-11-04 21:48:06W) 3@Wu\(@;ym@ X7.V@ mt5I??o^?5p@sy@??qo:P?Hg2023-11-04 21:48:06W 3p@V33333@%@a+D@#]u]v@X|z@2..?t\k?ܽĢ2023-11-04 21:48:06W 3o@SQ@F9+k@+WmB@.HP4nW@a?U?Nd(2023-11-04 21:48:06W 3n@SzG@ 5=@ @,he??ؼ> ?˵ T2023-11-04 21:48:06W 3l@Q:G{@-^/@+vNR@/,g8>?@|=[?ޤʔh ?ߞz2023-11-04 21:48:06W 3k@C =p@u*@uk@: p;B? w?(Ns?\.e2023-11-04 21:48:06W 3j@KGz@7 Q@813@XهS[?mˆ?߯C3?}Y:2023-11-04 21:48:06W 3e@Q\(@=.@D@ Սn@\?QEQE?q?i~N 2023-11-04 21:48:06W 3c@TJ=p @){?Kf~p@ു'E?Eu4??bp#62023-11-04 21:48:06W 3b@LaGz@ i>@f#@0P?ҳ:?y`?AEz2023-11-04 21:48:06W 3a@R@ts@588@&%j@O@?ۖ]QA?}p2023-11-04 21:48:06W 3`@Ws33333@n@&ϟ@oݤw? #DO?? TR2023-11-04 21:48:06W 3_@S =p@T .@+l@'W%?)Šv?<#fʕ?" 2023-11-04 21:48:06W 3^@V6fffff@+–Q@ @Zd1v?h? T#8?l%2023-11-04 21:48:06W 3]@Uҏ\(@ux@ر <c@]K?\Z"?!?pd? #!2023-11-04 21:48:06W 3\@VzH@Gu{{@ -O@EC~!s@ ) r]?eYeY?C-&?32|2023-11-04 21:48:06Wr 3F@PqGz@ 3a@j3<$@.0n@ii?L%$?ׅٖ&2023-11-04 21:48:06Wq 3E@S\(@k@\=-@1g3}J?)\L?x-?1[w2023-11-04 21:48:06Wp 3D@T\(@ شBy@ jC@ (^?% {C?>3ppX?VN)2023-11-04 21:48:06Wo 3C@VzG@ BXH@ Wf@DC?*2*3?%a?v(2023-11-04 21:48:06Wn 3B@Tfffff@5;o @(,3?E@Z~?l})2?]@?.2023-11-04 21:48:06Wm 3A@KzG@3@Pvh@R)!?R?Չ*0?bO2023-11-04 21:48:06Wl 3?@RQ@~?D l@/E_'q?|*p??0?״)52023-11-04 21:48:06Wk 3=@WgzH@ZH@`6<@xm?.uý?׮^'?ׅf&2023-11-04 21:48:06Wj 3<@S>Q@}{@ @rl?3?J?VYQ?3hm@2023-11-04 21:48:06Wi 3;@T=p @^mt@Y;L@ g1^{@)_@?^HZ?b0K2023-11-04 21:48:06Wh 3:@S =p@6-@vb?SPJW??o^?M}?ذ+ 2023-11-04 21:48:06Wg 38@S(\@S̿V@DEn@@.̰#?cE)?D__?*2023-11-04 21:48:06Wf 37@?N^ ?x |?q n2023-11-04 21:48:06W\ 3+@S\(@7N\+?NN@ɸ? ?͉a?'y 02023-11-04 21:48:06W[ 3*@Pp =@ nֽ@V_@2qgFc?׮?qx}?ܿ)M2023-11-04 21:48:06WZ 3)@VQ@ yZ7@؝؜@ m$?/u??ٓ.+<2023-11-04 21:48:06WY 3(@S.zG@ Z"v)@C@~C @é?ԁž?`;V2023-11-04 21:48:06WX 3'@T=p @ 91@[ 2$@~^gl?eYeY?T?2023-11-04 21:48:06WW 3&@R(\@eY5@e9&@s[U>?m/2?@H7?𝧉l2023-11-04 21:48:06WV 3%@PH\)@r3|@ @&y@'+HX?6ra?npY%2023-11-04 21:48:06WU 3#@V$zG@ٛ@x?=@?a} ?O޽?+gY2023-11-04 21:48:06WT 3"@Qh\)@mZ@f*<@1/\l@?o^?}"B?ٗ;v+?52023-11-04 21:48:06WO 3@H0 =q@cǨ@UUUUUU@"M D?W?֙ஊ_?p2023-11-04 21:48:06WN 3@W\)@9U q@8@ KՁ?VM?ќWX%?V%j2023-11-04 21:48:06PM 3@V=p @$@#;;@6?ܱx Pp?2023-11-04 21:48:06WL 3@RG{@}˻ڤ@ qq@ 2R?Z!~`c?ۉk V?ی!v!|2023-11-04 21:48:06WK 3@R)@#f1R@YX@8 4?@dt?!?l2023-11-04 21:48:06WJ 3@W\)?8!?0I?0\?=#??g˧*??z:2023-11-04 21:48:06WI 3@VQR@;vbƮ@R?2,m?K̃?4k? yd2023-11-04 21:48:06WH 3@Rٙ@劀8@yw? )*#??[ ? b32023-11-04 21:48:06WG 3@WQ@1闺@G@?7[?? )P?բ ]v2023-11-04 21:48:06WF 3@UR\(?n#?@./@5)@ 0 0?ܘa?¨W2023-11-04 21:48:06WE 3@R =p@U8@r@m̉??6%9D?y$v2023-11-04 21:48:06WD 3@U\(@Mo@0MHs@r@h?K@?4|f|?؟e2023-11-04 21:48:06WC 3 @Q\(@<t@lpXg#?7Ut?ŀD.)?Ogj?%C2023-11-04 21:48:06WB 3 @MkQ@*/F@"@DŽEmf?^h ?ٜ?ڴiel2023-11-04 21:48:06WA 3 @T\(@|@v\`@ /Jd?4!Z?ܓZF?2023-11-04 21:48:06W@ 3 @O@ 2@uaA@ ?e?imV?ݒ!B:2023-11-04 21:48:06W? 3 @Gfffff@?@_u' @ re{]~??l=/?als2023-11-04 21:48:06W> 3@XQ@ec]?0I?-p?ii? |?92023-11-04 21:48:06W= 3@CGz@z7H@BqW]@X ?0$?{iR|?;+4a2023-11-04 21:48:06W< 3@SQ@ }x@@Et]F@ ]r"`@<@ :@}n?{gV?i4/1?r 2023-11-04 21:48:06W1 3@Qٙ@ ͧǶM@f*<1@嗹;?U^,|?5=x? Tl2023-11-04 21:48:06W0 3@U\)@P.5@ @%{?=hy?Q2,?W2023-11-04 21:48:06W/ 3@I@Qqc@ @x ?<:?ܥ^(Ew?bz-2023-11-04 21:48:06W. 3@VEQ@3: @pV?pa?Ӓl?c?ظєLe2023-11-04 21:48:06W- 3@WX\)@ 37Y@ G:8@9&@#?ܦ9 ?~/2023-11-04 21:48:06W, 3@W\(@"pҮ@}f@1+p"?֩E?؂%ǂ?֔OIP2023-11-04 21:48:06W+ 3@Rvfffff@0`@ˁo@p?mm?ڨg? s2023-11-04 21:48:06W* 3@T\)@\W@$]@G?&?> ?gLܶ2023-11-04 21:48:06W) 3@TXQ@F|zX@^@-̚H@#?ݗs=n?A82023-11-04 21:48:06W( 3@WjG{@鎧As@?jFww??P׍?am2023-11-04 21:48:06W' 3@T@5U @ qr@}S ?d)Z?CEM?߸SX2023-11-04 21:48:06W& 3@WqGz@[\a@'N"@z]?LͩD? 66?rr@~2023-11-04 21:48:06W% 3@Q\(@5PK@v,@%?h`B?w ?Kt+2023-11-04 21:48:06W$ 3@TG{@ k@ Afi@ X?_?ۮ?ە܈X]2023-11-04 21:48:06W# 3@IG{@w->7X@+c@Lc?>hp`? ?ׄf9+2023-11-04 21:48:06W" 3@RG{@) @fwDg@20q@H4H5?؛.?ܧҁ32023-11-04 21:48:06W! 3@L@Q0S@r{@@# ?EA???ྍxv2023-11-04 21:48:06W 3@VNzG@$Kt@ `)c@K0?=?K?ڶ&#2023-11-04 21:48:06W 3@Q@ gϖD6@ > QT@C_>?ź5?o8?ݿ!2023-11-04 21:48:06W 3@VE\(@ r@ L}>h?[ ?; h?'&?] /2023-11-04 21:48:06W 3@XJ=p @x1?G]?| ѥ?~l`?hp?ŐqL2023-11-04 21:48:06W 3@Q@@s*@ ֆo@ &?c94?׃B?ظ<2023-11-04 21:48:06W 3@QzG@oZp@5aB@TH6?s)?܍94X?nrؠQf2023-11-04 21:48:06W 3@PG{@@ v49e@4 QD?P*?#C?pS8ʨ2023-11-04 21:48:06W 3@TGz@K1t@u@"/f?7? 5Q?ְuT2023-11-04 21:48:06W 3@G =p@Z qw@3Lz@%C?~0M?Vt[?بiz#2023-11-04 21:48:06W 3@RzG@zH@\[8@#Me?>LU?8y9?72023-11-04 21:48:06W 3@KZG{@s}Ќ @ I$I$@I,"d?s?J%?٬kl?ڭ"Py2023-11-04 21:48:06W 3@VzG@ `c#@ 'x?3T?|y*?3zZh?[5z~2023-11-04 21:48:06W 3@U\(@R_/Q@H\@ ??J? ]~2023-11-04 21:48:06W 3@R@,!1+@AvZ@ձ>7?`P?ڻ ?۲v2023-11-04 21:48:06W 3@VQ@fQBѲ@ي?Ddi?#4+??ޥLSy2023-11-04 21:48:06W 3@QR@"c@%@yLB?Nӭ ?[D&G?ZV2023-11-04 21:48:067 3@QzG@?y2023-11-04 21:48:06W 3@U<(\@DC@.q@֤??ش_?uO#2023-11-04 21:48:06W 3@T\(@wzx?R@*H ?RPV?nd+>"?tW2023-11-04 21:48:06W 3@TzG@x[]@z ?WOѰ@dF?/J! ?v~2023-11-04 21:48:06W 3@W%\(@7#@4@7`?ͣ?; Ó?o,2023-11-04 21:48:06W 3@N =p@!H{@M" @+sdO?aK,?xMjb?<{[2023-11-04 21:48:06W 3@T (\@T'@*JT@Skd??$q1?s<=2023-11-04 21:48:06W 3@W\(@4̴h@ŝ ?=u?IJϖ;?-d?y{92023-11-04 21:48:06W 3@U1Gz@ P@ 8ܕ@@a?e?v`ɮ1)?NV 2023-11-04 21:48:06W 3@Sfffff@ Nҙ@ xS@e' ?!X'x?uy#?$*#W2023-11-04 21:48:06/ 3@?a82023-11-04 21:48:06W 3@Fs33333@R@h}cC@m?yPx@?݅40?ޱHd2023-11-04 21:48:06W 3@UG{@4=Lo@n)[@wAq?i?b@z@\eo?>b?椫?|4?v|l2023-11-04 21:48:06Wr 3@SzG@ p@Q@@l?ii?֝ZR?֊V+_2023-11-04 21:48:06Wq 3@U}p =@_@ R F@vL<'[8? 2)g? ;?!yB [2023-11-04 21:48:06Wp 3@Efffff@{ٺbi@\@]!l??PPn?󵽖2023-11-04 21:48:06Wo 3@W\(@ě'@#s@m/ޜ?ua O?ףiz?۵8?2023-11-04 21:48:06Wn 3@T33333@ Y B@,gW}@Gj??AlB?D?T2023-11-04 21:48:06Wm 3@MQ@Xt@я@ ES0?K?߇?ھr*2023-11-04 21:48:06Wl 3@W\(\@nWP{9?CC@B4? ?ˈiR^?̟pem2023-11-04 21:48:06Wk 3@W\(@Q*@'@9??l ?q2023-11-04 21:48:06 4QL~~~>}}}0||||"{{n{zz`zyyRxxxRwwwDvvv6uuu/tt{t!ssmsrr_rqqQpppCooo5nnn'mmsmllel kk^kjjPiiiBhhh;ggg-ffyfeekedd]dccObbbAaaa3```%__q_^^c^ ]]U\\\G[[[9ZZZ+YYwYXXiXWWkWVVuV#UUwUTTiTSS[SRRMQQQ?PPP1OO}O#NNoNMMaMLLSKKKEJJJ7III)HHuHGGgG FFYEEEKDDD=CCC/BB{B!AAmA@@_@??y?>>k>==]=<@PGz@ lp@ׯ@': ?s)?3v[;?Yf2023-11-04 21:48:06W] 3=@PQ@)q@FU@>栧2?dы^?+!?VHh2023-11-04 21:48:06W\ 3<@QzG@[_@@XjEm@(\fQ(?p%.?#zd(?ޭØU2023-11-04 21:48:06W[ 3;@FzG@*@T5@X?,dU?߹x&?J[s2023-11-04 21:48:06WZ 3:@N@ RFP1@@"nsl?u?I>X?'X*2023-11-04 21:48:06WY 39@HL@ 'V@CO@d`:?p4W?#?.S2023-11-04 21:48:06WX 38@R\(@͂F @?Ӯ?`?ב1?\W ?7zؐ%'2023-11-04 21:48:06WW 37@QuQ@p@F@q?+?`S4l&?G`A2023-11-04 21:48:06WV 36@LzG@ {5ن@uiZx@#E)?%]?RK?8WCU2023-11-04 21:48:06WU 35@U&fffff@JcU@{m}b?k?:?ɧ--?̧2023-11-04 21:48:06WT 34@EǮzH@61h@ 1 X@Q=һ?G+?/h8?QN1F2023-11-04 21:48:06WS 33@F~Q@ \4D@ @#?4m ƒ?#nj ?z?2023-11-04 21:48:06WR 32@M\(@":YP@ t]Eu@XYo(z?򘓓V?AjYr?ٲX2023-11-04 21:48:06WQ 31@K\(@t2@@ w/LD?^x@w?էY?ݨVltL2023-11-04 21:48:06WP 30@N]p =@@L@w3P?􈉷?݄e~R ?ݵ:72023-11-04 21:48:06WO 3/@< =p@X3Nl@ qq@+ ^G?Սo?RBW?K;}l2023-11-04 21:48:06WN 3.@6p =@"^A8<]@ {B^З@$gr?t?Ա̹Ӯ?E2023-11-04 21:48:06WM 3-@I@&wm@@܋$?cI?f*?4b|2023-11-04 21:48:06WL 3,@>G{@`@ Ǐ?2023-11-04 21:48:06WF 3&@=ٙ@!nHh@=@+g9.?4?nj}?4 K2023-11-04 21:48:06WE 3%@H =p@ '6<@ {B^@)6܃@ ?܌)M?ݵx賝2023-11-04 21:48:06WD 3$@MXQ@S}@8s3@?J+N]? Eh!z?'Y2023-11-04 21:48:06WC 3#@@\)@@Ӡm:@P2?P/$?ߎ_?K HKX2023-11-04 21:48:06WB 3"@VzG@%qW@#@HI=@n?w?g^f42023-11-04 21:48:06WA 3!@ 3@I\(@#25&@XUi@ [?3?p?l2023-11-04 21:48:06W= 3@K@@X#@bS@EF@[Hb?9 ?*.O2023-11-04 21:48:06W< 3@D =p@!HS@*@b=q?5I,m?Hi?Z2023-11-04 21:48:06W; 3@B\(@Q+S@Q@U@C̐$2N?@?{(W2023-11-04 21:48:06W8 3@VQ@%3@#eiXG@ͻz|?f?ߚM.?>S2023-11-04 21:48:06W7 3@Qp =@Sf2W@Yn(@͒ E?tV8?Mrw ?*32023-11-04 21:48:06W6 3@R@4pf@{2@qQ]u?L?36?ݟNg2023-11-04 21:48:06W5 3@R5\(@X=@ov׵@ \? yC^P?֍?f2023-11-04 21:48:06W4 3@O\(@$ԡ@Xs![@>9)?ƘK?^w4?6$Hi2023-11-04 21:48:06W3 3@Vj=p @hE?2023-11-04 21:48:06W0 3@V2\(@#@ Wo?v1?7eb?ky@w&?ch@2023-11-04 21:48:06W/ 3@T%Q@paI@.PD?/_ [?F#??D2023-11-04 21:48:06W. 3@U =p@pA@-j?L#?f?e_dze?"5| 2023-11-04 21:48:06P- 3 R@9[X@_MS?᧌a!?>?=ԉ?%Yl+{R2023-11-04 21:48:06W, 3 @Rfffff@ii@?бf@$xf? yC^P??8]3#k2023-11-04 21:48:06P 3P@K@ |/+@ Y?5rwT9?MP?^up2023-11-04 21:48:06W 3@S@Os#@W[W*@i)??BL?"b72023-11-04 21:48:06W 3@SzG@2jгsd@Y{@?WG?-Sxc?0o22023-11-04 21:48:06W 3@S @-@V;? gBJ?T4?>W=?ܛ9%K2023-11-04 21:48:06W 3@CG{@^]L@ <@sϺ?NT=?ٚG ?N-bO2023-11-04 21:48:06W 3@HY@d@׺@5ͮ{?FW@{?IuH?ߗ@ 2023-11-04 21:48:06W 3@Q<(\@ f{b@#f;@ `3 ?|}?W?2023-11-04 21:48:06W 3@T{Q@!jOV@ ;`?+&?ה5 y?}Ͽ?ޫ[a2023-11-04 21:48:06W 3@JH\)@p"ǁ@ %!@@?UC4? @ sV@#E`?b?݀LB?*2023-11-04 21:48:06W 3@TR@댜n@ּxZK@!?Hv(?Tk ?2023-11-04 21:48:06W~ 3@Q\(@+Z@<@&EO|? $??R?z'2023-11-04 21:48:06W} 3@SNzG@3߄@tp^@"3??cJ??fÍg2023-11-04 21:48:06W| 3@SZ=p @ɶC@Ev@&Wl?QH ^?ۤ\?B|2023-11-04 21:48:06W{ 3@S=p @svu@ s@"5&7?/X?ԗ,Q]@?)|I/2023-11-04 21:48:06Wz 3@S =p@y+Uv@r<ռ@(ɐYƓ?Oq>He?]S>I?/p82023-11-04 21:48:06Wy 3@T\(@HR@|?Yj}@'džIœ?qY?JT?ߚEx.2023-11-04 21:48:06Wx 3@T޸Q@u*@˽3@CP@Q? `3r?2N2023-11-04 21:48:06Ww 3@U@T@ @7g(ۙ@C=xN?2qK?x>%2023-11-04 21:48:06Wv 3@J=p @ @rh@" ?U<"?@Lk?_˦2023-11-04 21:48:06Wu 3@JaGz@ h@Ԗ*<0@+Zm@? ?Yt?Ԙ2023-11-04 21:48:06Wt 3@HQ@?X@}F@)njo]?<.J+? J̗3?hZ2023-11-04 21:48:06Ws 3@H%Q@{e}42@-@&N?$p?֝$M?xt2023-11-04 21:48:06Wr 3@CG{@H ގ@OG@kD?.Vfk?ժf?QaE2023-11-04 21:48:06Wq 3@L"\(@ e"LMg@TzY@1:i?vep?ٛwuP`?zя_2023-11-04 21:48:06Wp 3@Ux\)@jU_ Yp@Al?7`J?€Z?>L4?,%~$W2023-11-04 21:48:06Wo 3@TG{@ >!ݒؓ@ !^ @?]=,?Ū{?642023-11-04 21:48:06Wn 3@S,(\@ DŽ#.@@m@x*0?y7jhK?{d?FlX2023-11-04 21:48:06Wm 3@UzH@uf?=@.ڻ?\?d?j2023-11-04 21:48:06Wl 3@Tfffff@A7 t@S@n"? n[?rZ .0?oOΒ2023-11-04 21:48:06Wk 3@QR@/@L(@í?S6T?اp|~?Xyu2023-11-04 21:48:06Wj 3@R33333@ Zc-@ K:@=/ۜn?d,?٨~ ?st2023-11-04 21:48:06Wi 3@PzH@r}g@ Y@^`ŝ?i?x?9)2023-11-04 21:48:06Wh 3@P=p @}@ , "c;@ ?Eu?ڱ)5 ?1[A2023-11-04 21:48:06Wg 3@JQ@ [*d@ ϩL@@?V,@q?՜џ2023-11-04 21:48:06W` 3@W =p@vm?6@#r$?U?D?CQ2023-11-04 21:48:06W_ 3@W\@@p0@M@1}:~g@ el\?Ёͭ?./ᑘ,2023-11-04 21:48:06W^ 3@T\(@$~@ 0}:@#F6zD?x2023-11-04 21:48:06WT 3@N =p@ n8@Fʫ@86sΗ?gִ?Ø{W?ԯv2023-11-04 21:48:06WS 3@Pw =p@;6` @?W&@15U?äl:F?,Az? Y2023-11-04 21:48:06WR 3@PQ@ @ 1,Z T@'vzs?U?ܴHb?ٸhC ,2023-11-04 21:48:06WQ 3@P4zG@FG)>@ane@' :d?']_V?DRGl ?wL2023-11-04 21:48:06WP 3@KGz@bsR@Qz5@ ?? ?^Qm2023-11-04 21:48:06WO 3@L =p@n9> ? Xj@+z?S?p:?-2023-11-04 21:48:06WN 3@W@9O)@4 4 ?j&A?88?qO#?Կ 2023-11-04 21:48:06WM 3@W@@<?ԏif2023-11-04 21:48:06WL 3@W+Q@MX# @c{5d?Ҽ_?ޛzoN?B,/?ҩ2023-11-04 21:48:06WK 3@Vfffff@VT<+@&&?h?E?\S6?!KA?9yҾ2023-11-04 21:48:06WJ 3@V1R@@A7@O??IOA|? <2023-11-04 21:48:06WI 3@V%\(@QЃ@oJq@MC@`X?`?;rv2023-11-04 21:48:06OH 3@ vOƒ6@xa@Cw:?3)<?fmՌD?lQ5|2023-11-04 21:48:06OG 3@ ԗG@ LfȲ@Y8#?" ?? ]|2023-11-04 21:48:06OF 3@ MG@SRr@Qu2?% {B_?,K*?#2023-11-04 21:48:06OE 3@?@ Tt@!\^?MM?ٟ&g]?BK2023-11-04 21:48:06OD 3@ǘucL@ g@Qn}?F?՟~J镌?TáQ)2023-11-04 21:48:06OC 3@{@*$|@<{? n[?hg?$r2023-11-04 21:48:06OB 3@ϸއ@_pr@hQ\@< 3@Q<@:4{7@,KIJ@(n4?MM?v_C? 2023-11-04 21:48:06W= 3@S@Mm6@S%Ӧ@7@)KȷR?I??]z>?2!2023-11-04 21:48:06W; 3@Q@N)@d;@)l$p?o?nfY?E%2023-11-04 21:48:06W: 3@F =q@i@qwqw@!Rnm?x?#1<1C?ʐ:2023-11-04 21:48:06W9 3@RzG@ ֞EI@ JtEZ@r> @R"?2:D?e2023-11-04 21:48:06W8 3@Rc33333@ba&T @؛ F j@ ቡg?D$dP?ȱi躏?b)4c2023-11-04 21:48:06W7 3@S Q@(51U>@8H@ E?4/?Ȝng?ȎM!!o2023-11-04 21:48:06W6 3@TG =p@FJ@ ?)QI??ɥZ=u2?P2023-11-04 21:48:06W5 3@SQ@$bL@c@ wp%J?mߦ4?ׯC;"?%ȉ 2023-11-04 21:48:06W4 3@Q<(\@ U( @ %@p/$|8?L4?d?!qb2023-11-04 21:48:06W3 3@QzG@:){@`@1{9?BX tu?F12N?Տ 2023-11-04 21:48:06W2 3@NQ@$N_և@ ;@MB,`@mߦ4?ǰ?΅#N2023-11-04 21:48:06W1 3@FkQ@zO@ 4@@!J(QT?gV*F?|Z?[R v2023-11-04 21:48:06W0 3@Q =p@5ـ@G[@,#?O e?Y_xI_?82023-11-04 21:48:06W/ 3@R33333@\( ?o@5몜B@*)B?ن ?ɾ2023-11-04 21:48:06W. 3@S\(@ @@s @(!Ш@Q?/Dy?|X2023-11-04 21:48:06W- 3@S$zG@ E# ?)/@1"(?!A?oN?}s2023-11-04 21:48:06W, 3@Qfffff@wk Y@VQ'@e,?81?F?^-b 2023-11-04 21:48:06W+ 3@Q<@ Nw@n@-J?~+H&?)B?1j?Źi#x%2023-11-04 21:48:06W* 3@I5\(@D a@ dz~@/yX8@t+?֕ N?ڄwČ~2023-11-04 21:48:06W) 3@M=p =@>@y2@hvu?@P?So?<"2023-11-04 21:48:06W( 3@PQ@fV@D GJ@ Y-?K^?zG@ 4qǿ@ aH@څ ? q?rziσ?֘p+Y2023-11-04 21:48:06W 3@Sfffff@ s@ >%|?)@?. J?ԡb?ܒz2023-11-04 21:48:06W 3~@SAGz@0C@ \v ?)7?. J?Fo]?a:2023-11-04 21:48:06W 3}@T' =p@*}Gw@ pէ?B$~.?=U?yi2?*W82023-11-04 21:48:06W 3|@R =q@Mz@Ƭ@ #-_$c?ao7#?ӣHWo?Ӯ~G2023-11-04 21:48:06W 3{@R\(@kw@ 0;?@-7 ?DG7?10|?Ӑp2023-11-04 21:48:06W 3z@R =p@{lS,@N@*tq ?uw]u?)?Ӑ]4ib2023-11-04 21:48:06W 3y@QzH@ 9'@*@!i}1+?*X?{ .?CF)j2023-11-04 21:48:06W 3x@Qp@@ ޿$#@.T ?0_? }E٨?/A>)2023-11-04 21:48:06W 3w@LGzH@ b,@M@->+;d??Bzo?7N;2023-11-04 21:48:06W 3v@LEQ@ 3@]jO@5 wK?@?P{Ai?о3[X2023-11-04 21:48:06W 3u@T =q@x?O8t@! 0?_ge?ĴRoN?& MA2023-11-04 21:48:06W 3t@R@rޱ?}@'ߤ"mf?w|E>?w?%52023-11-04 21:48:06W 3s@T\(\@jxh^A?"^YJK@%~i?gG? 1U?2a|P2023-11-04 21:48:06P 3rO@!úY@)DŽHF@Zy?wg/?o?œK2023-11-04 21:48:06W 3q@WG{@i9Yҽ@n)=@z/q?ل?T'?02023-11-04 21:48:06W 3p@W =p@ r;@^B)@ 1sE?ʮE?R0 c?w]2023-11-04 21:48:06W 3o@W{Q@ 8@ Y]@53"?k?|h;?Թv02023-11-04 21:48:06W 3n@W5\(@ ;D/o@Ĥ@H?8?ƣ&?ԝ[a"E?䐝 2023-11-04 21:48:06W 3m@VQ@ Xdl@U@"b=?4MD5?ѫ_t;?ѷ,2023-11-04 21:48:06W 3l@V @ Qi@8$@k=@l?o[?чkM=?ÿ 2023-11-04 21:48:06W 3k@W8Q@%@vp@C=NJq?j%? ?ЫZ-w,2023-11-04 21:48:06W 3j@WQ@,\k4@BN@@(@ i3|?ѭi?dH`K2023-11-04 21:48:06W 3i@WzG@Y.=]@R9@Xm?^?јr/?7c2023-11-04 21:48:06P 3h_@ i˷'%@/IG?[V?Q?МO.?о1y2023-11-04 21:48:06W 3g@W(\@ln@o@3s?7`7?ж@?дsMM2023-11-04 21:48:06W 3f@W~zG@Q/#F@ @ ո?Am?ϨJϬV?γn$Q2023-11-04 21:48:06W 3e@W=p @uiT@Y'{@c~+?&&?q?ɒ$32023-11-04 21:48:06W 3d@VzG@#@;;@Wf-?Kp?C O8?!|2023-11-04 21:48:06W 3c@QQ@)e@tM3@TxL%?N?&'?^FG2023-11-04 21:48:06W 3b@Sc33333@5$@}SJc@r'?lw T?%kh3??~2023-11-04 21:48:06W 3a@S =p@ч}@ ϙ%o@C?d6Me?2?du2023-11-04 21:48:06W 3`@UGz@ gK@ v@~?ίy?:[?`B2023-11-04 21:48:06W 3_@RzG@m^N?n@$P^~? oъ? r?-3q2023-11-04 21:48:06W 3^@V@?RQB@+#A?F?܁ӵ?2a|O2023-11-04 21:48:06W~ 3]@QR@ .1@6@&@">?buX_?n?ˈ2023-11-04 21:48:06W} 3\@Q0@e@#mƏE?mC @?zHc??X2023-11-04 21:48:06W| 3[@Q=p @ )UT@%)Wcs@紂?Ȼ? ?{'xv?ʚ2023-11-04 21:48:06W{ 3Z@S =p@ G&@]J:@d?$+gH?p^v?N!2023-11-04 21:48:06Wz 3Y@R\(@ (F8,?.P@5Ք?$c{?њMInR?,:2023-11-04 21:48:06Wy 3X@P =p@Yo2@F F2@.9Kҧ@ii?OPmH?Q 2023-11-04 21:48:06Wx 3W@Pfffff@Jo@_H@m9J?c|?H,ؚ>?]+2023-11-04 21:48:06Ww 3V@QG{@4Gl?[^@3)%#f? m?#+&?[;22023-11-04 21:48:06Wv 3U@PQ@>\@R~*^@u?=lW 9??h[2023-11-04 21:48:06Wu 3T@R\(@ԶU@gu@,ڹ?/V?زUi?י2023-11-04 21:48:06Wt 3S@O\(@@ @'@#.Q=p =@F%@ @Rbʦ?Y ?gP?]q[2023-11-04 21:48:06Wp 3O@*Q@"M/@Or4,@!?rW?Ek*L ?vі5(2023-11-04 21:48:06Wo 3N@B\)@!V@.@:9?E ?rH:Th0?E 2023-11-04 21:48:06Wn 3M@A@Q R@vu#V@elw@|u?ٲs?5 A2023-11-04 21:48:06Pm 3L@8zH@#f@, ?7+?vu=?8}2023-11-04 21:48:06Wl 3K@I\)@z̏@s9@h`\h?O=?eHQ?d72023-11-04 21:48:06Wk 3J@G@1:1@yC^Pה@>B?V,w?";c??!:2023-11-04 21:48:06Wj 3I@9=p =@ _NR@Ceo'@'j:? M?((=?ҶR2023-11-04 21:48:06Wi 3H@Ifffff@ Ui!J@?@;kW? O*?%1Aw? i>2023-11-04 21:48:06Wh 3G@EzH@=%@H;˭@b)L ?c"?E?ܲW2023-11-04 21:48:06Wg 3F@@\(@Q@ Ǐ@6(F?p$?ofvk?ɷ}î2023-11-04 21:48:06Pd 3C@Uc33333@8M(@(XXX7?[?݄:z?BǢ2023-11-04 21:48:06Wc 3B@L(\@JEk @ #l#@ %bT@z^? p(cL?4،2023-11-04 21:48:06Wb 3A@J8Q@nunz= @=@0X_63m@UC?B?<o2023-11-04 21:48:06Wa 3@@Vh\)@#:@ 9V@9.@:t|'H?MTZ?,D82023-11-04 21:48:06W` 3?@Ml@u+@k@B @NK@z@.?̒PԔ?G"t?#zW*62023-11-04 21:48:06W^ 3=@Sy@ 2a_#!@3X@ _A &@ v?Յ&0?r |42023-11-04 21:48:06W] 3<@Us =p@Q@I@*:?w|>??Y?ލn2023-11-04 21:48:06W\ 3;@E2023-11-04 21:48:06WQ 30@VWzH@#  @E5s@`B?!H!H?tqL?p,^2023-11-04 21:48:06WP 3/@PGz@!a)@͆W}@d ?}L? ^{M?x@2023-11-04 21:48:06 |P$~~~~u~I~}}}}k}>}||||_|2|{{{{R{&zzzzuzJzyyyypyDyxxxxgx:x wwwwXw+vvvvwvKvuuuuku=utttt\t/tsss}sQs$rrrrqrFrqqqqgq:q pppp\p1pooooUo)nnnnxnKnmmmmlm?mlllldl6l kkkkUk(jjjjtjGjiiiidi6ihhh~hPh#ggggogBgffffdf8f eeee]e2eddddWd)ccccqcDcbbbbab3baaa|aNa ````j`=`____X_*^^^^r^D^]]]]_]1]\\\y\K\[[[[i[<[ZZZZWZ)YYYYrYDYXXXX_X1XWWW{WMW VVVViV;V UUUUVU)TTTTrTDTSSSS`S2SRRRRSR(QQQQrQDQPPPP^P0POOOyOLONNNNgN8N MMMMSM%LLLLnL@LKKKK[K-KJJJwJIJIIIIcI6IHHH~HPH"GGGGjG>>v>H>====c=5=<<<~;::::X:*9999t9F98888`828777{7M76666k6=65555X5*4444r4D43333]3/3222w2I21111g1:1 0000T0&////m/?/....\.0.---}-P-#,,,,p,C,++++c+6+ ****Q*$))))n)@)((((\(.('''w'I'&&&&b&5&%%%%Q%#$$$$k$=$####W#*""""s"E"!!!!e!9! T &oAZ,uGf9 X+vHb5R%rE`2{Mh: U'sFg: S%j; Q" e 6  z K  b 3  x J  ` 1 uG\-rD+1! 31994-03-27!2023-11-04 21:48:14+0!31994-03-27c!2023-11-04 21:48:14,/!31994-03-27!2023-11-04 21:48:14,.!31994-03-27)m!2023-11-04 21:48:14+-! 31994-03-27!2023-11-04 21:48:14+,! 31994-03-27!2023-11-04 21:48:14,+!31994-03-27)'!2023-11-04 21:48:14,*!31994-03-27 !2023-11-04 21:48:14,)!31994-03-27Tc!2023-11-04 21:48:14,(!31994-03-27!2023-11-04 21:48:14,'!31994-03-27um!2023-11-04 21:48:14,&!31994-03-27!2023-11-04 21:48:14,%!31994-03-27 !2023-11-04 21:48:14,$!31994-03-27n!2023-11-04 21:48:14,#!31994-03-27!2023-11-04 21:48:14+"! 31945-10-21 T2023-11-04 21:48:14,!!31945-10-21T2023-11-04 21:48:14, !31945-10-21T2023-11-04 21:48:14,!31945-10-21 T2023-11-04 21:48:14,!31945-10-21 T2023-11-04 21:48:14,!32003-05-182023-11-04 21:48:14,!32003-05-182023-11-04 21:48:14,!32003-05-18b2023-11-04 21:48:14,!32003-05-18V2023-11-04 21:48:14+! 32003-05-182023-11-04 21:48:14,!32003-05-182023-11-04 21:48:14+! 32003-05-182023-11-04 21:48:14,!32003-05-18Y2023-11-04 21:48:14,!32003-05-182023-11-04 21:48:14,!32003-05-182023-11-04 21:48:14+! 31936-07-012023-11-04 21:48:14,!31936-07-01S2023-11-04 21:48:14,!31936-07-01I2023-11-04 21:48:14,!31936-07-012023-11-04 21:48:14+! 31936-07-012023-11-04 21:48:14+!31936-07-01^52023-11-04 21:48:14, !31936-07-012023-11-04 21:48:14, !31936-07-01^2023-11-04 21:48:14, !31980-02-18g2023-11-04 21:48:14- !31980-02-18p2023-11-04 21:48:14, !31980-02-18( 2023-11-04 21:48:14+!31983-12-18V2023-11-04 21:48:14,!31983-12-182023-11-04 21:48:14,!31983-12-182023-11-04 21:48:14-!31983-12-182023-11-04 21:48:14,!31983-12-18&2023-11-04 21:48:14,!31983-12-18E:2023-11-04 21:48:14,!31983-12-18p2023-11-04 21:48:14,!31983-12-182023-11-04 21:48:14,!32006-01-23342023-11-04 21:48:14,!32006-01-23(42023-11-04 21:48:14+~! 32006-01-2342023-11-04 21:48:14,}!32006-01-23|42023-11-04 21:48:14,|!32006-01-23pg42023-11-04 21:48:14,{!31981-12-12^2023-11-04 21:48:14,z!31981-12-12"^2023-11-04 21:48:14,y! 31950-09-04 2023-11-04 21:48:14+x!  31950-09-0402023-11-04 21:48:14+w!  31950-09-04$2023-11-04 21:48:14,v! 31950-09-04 2023-11-04 21:48:14,u! 31950-09-04 2023-11-04 21:48:14,t! 31950-09-04 2023-11-04 21:48:14*s!31990-04-12S2023-11-04 21:48:14*r!31990-04-12 2023-11-04 21:48:14*q!31990-04-12k2023-11-04 21:48:14)p!31990-04-12 2023-11-04 21:48:14*o!31990-04-122023-11-04 21:48:14*n!31990-04-122023-11-04 21:48:14*m!31990-04-12=2023-11-04 21:48:14)l! 31990-04-122023-11-04 21:48:14*k!31990-04-12 2023-11-04 21:48:14*j!31990-04-12[2023-11-04 21:48:14(i! 31990-04-12A2023-11-04 21:48:14+h! 31985-12-08<2023-11-04 21:48:14+g! 31985-12-082023-11-04 21:48:14+f! 31985-12-08'2023-11-04 21:48:14+e! 31985-12-08S2023-11-04 21:48:14+d!3}1971-04-28q2023-11-04 21:48:14+c!3}1971-04-28'2023-11-04 21:48:14*b!3}1971-04-28W2023-11-04 21:48:14+a!3}1971-04-28#2023-11-04 21:48:14+`!3}1971-04-282023-11-04 21:48:14+_!3}1971-04-28Y 2023-11-04 21:48:14*^! 3}1971-04-28;2023-11-04 21:48:14+]!3}1971-04-282023-11-04 21:48:14+\!3}1971-04-28 2023-11-04 21:48:14+[!3}1971-04-282023-11-04 21:48:14+Z!3}1971-04-282023-11-04 21:48:14+Y!3}1971-04-28V2023-11-04 21:48:14+X!3}1971-04-28, 2023-11-04 21:48:14+W!3}1971-04-282023-11-04 21:48:14*V!3z1944-05-30 2023-11-04 21:48:14+U!3z1944-05-30>2023-11-04 21:48:14+T!3z1944-05-30 2023-11-04 21:48:14+S!3z1944-05-302023-11-04 21:48:14+R!3z1944-05-30L2023-11-04 21:48:14+Q!3z1944-05-30q2023-11-04 21:48:14*P!3y1945-10-30E& 2023-11-04 21:48:14*O!3y1945-10-30F 2023-11-04 21:48:14*N!3y1945-10-30]0 2023-11-04 21:48:14*M!3y1945-10-30 2023-11-04 21:48:14)L! 3y1945-10-30b 2023-11-04 21:48:14*K!3y1945-10-30N 2023-11-04 21:48:14*J!3y1945-10-30 2023-11-04 21:48:14*I!3y1945-10-30 2023-11-04 21:48:14*H!3x1969-11-29n',2023-11-04 21:48:14*G!3x1969-11-29-,2023-11-04 21:48:14+F!3w1994-10-01 12023-11-04 21:48:14+E!3w1994-10-0112023-11-04 21:48:14*D! 3w1994-10-0112023-11-04 21:48:14+C!3w1994-10-0112023-11-04 21:48:14+B!3w1994-10-0112023-11-04 21:48:14+A!3w1994-10-0112023-11-04 21:48:14+@!3w1994-10-01v=12023-11-04 21:48:14+?!3w1994-10-010 12023-11-04 21:48:14+>!3w1994-10-01 12023-11-04 21:48:14+=!3u1963-11-30n#2023-11-04 21:48:14+<!3u1963-11-30-2023-11-04 21:48:14);! 3t1982-09-082023-11-04 21:48:14*:!3t1982-09-082023-11-04 21:48:14*9!3t1982-09-08/2023-11-04 21:48:14*8!3t1982-09-08Y2023-11-04 21:48:14*7!3t1982-09-082023-11-04 21:48:14*6!3t1982-09-08V2023-11-04 21:48:14*5!3t1982-09-08-2023-11-04 21:48:14*4!3t1982-09-082023-11-04 21:48:14*3!3t1982-09-08$2023-11-04 21:48:14*2!3t1982-09-082023-11-04 21:48:14)1! 3t1982-09-08q2023-11-04 21:48:14)0! 3t1982-09-082023-11-04 21:48:14+/!3r1983-04-232023-11-04 21:48:14+.!3r1983-04-232023-11-04 21:48:14+-!3r1983-04-232023-11-04 21:48:14+,!3r1983-04-23>2023-11-04 21:48:14++!3r1983-04-232023-11-04 21:48:14+*!3r1983-04-23P 2023-11-04 21:48:14*)!3q1980-06-22V2023-11-04 21:48:14+(!3q1980-06-22 2023-11-04 21:48:14+'!3q1980-06-22E!2023-11-04 21:48:14+&!3q1980-06-22k2023-11-04 21:48:14,%!3q1980-06-222023-11-04 21:48:14+$!3q1980-06-22 2023-11-04 21:48:14+#!3q1980-06-22 2023-11-04 21:48:14+"!3q1980-06-222023-11-04 21:48:14*!!  3p1949-06-272023-11-04 21:48:14* !  3p1949-06-27%2023-11-04 21:48:14,! 3p1949-06-27p2023-11-04 21:48:14+! 3p1949-06-27( 2023-11-04 21:48:14+! 3p1949-06-27)2023-11-04 21:48:14+! 3p1949-06-27p 2023-11-04 21:48:14+! 3p1949-06-272023-11-04 21:48:14+!3o2008-04-13Tu2023-11-04 21:48:14+!3o2008-04-13~u2023-11-04 21:48:14*!3o2008-04-13!3b1975-09-22 (2023-11-04 21:48:14*=! 3b1975-09-222023-11-04 21:48:14)<! 3b1975-09-22B2023-11-04 21:48:14*;! 3b1975-09-22m2023-11-04 21:48:14+:!3b1975-09-22^#2023-11-04 21:48:14*9!3b1975-09-22^'2023-11-04 21:48:14+8!3b1975-09-22 2023-11-04 21:48:14+7! 3a1966-11-22N"92023-11-04 21:48:14+6! 3a1966-11-22E#92023-11-04 21:48:14+5! 3a1966-11-22l92023-11-04 21:48:14+4! 3a1966-11-22b92023-11-04 21:48:14+3! 3a1966-11-22]E92023-11-04 21:48:14+2! 3a1966-11-22 92023-11-04 21:48:14+1! 3a1966-11-2292023-11-04 21:48:14+0!3`1988-11-21pS2023-11-04 21:48:14,/!3`1988-11-212023-11-04 21:48:14+.!3`1988-11-21(+2023-11-04 21:48:14+-!3^1949-11-30.2023-11-04 21:48:14+,!3^1949-11-30n"2023-11-04 21:48:14*+! 3[1968-06-2552023-11-04 21:48:14,*!3[1968-06-25p52023-11-04 21:48:14+)!3[1968-06-25H52023-11-04 21:48:14+(!3[1968-06-25(52023-11-04 21:48:14+'!3[1968-06-2552023-11-04 21:48:14,&!3Z1991-10-062023-11-04 21:48:14)%! 3Z1991-10-06R2023-11-04 21:48:14+$!3Z1991-10-06H2023-11-04 21:48:14+#!3Z1991-10-062023-11-04 21:48:14+"!3Z1991-10-062023-11-04 21:48:14+!!3Z1991-10-062023-11-04 21:48:14* ! 3Y1994-09-21 2023-11-04 21:48:14*! 3Y1994-09-21d2023-11-04 21:48:14*! 3Y1994-09-21 2023-11-04 21:48:14*! 3Y1994-09-21 2023-11-04 21:48:14+!3Y1994-09-21,2023-11-04 21:48:14+!3Y1994-09-21E*2023-11-04 21:48:14+!3Y1994-09-21N2023-11-04 21:48:14+!3Y1994-09-21l 2023-11-04 21:48:14*! 3Y1994-09-21h2023-11-04 21:48:14+!3Y1994-09-2122023-11-04 21:48:14+!3Y1994-09-21]>2023-11-04 21:48:14+!3Y1994-09-212023-11-04 21:48:14+!3Y1994-09-21 2023-11-04 21:48:14+!3X1953-06-282023-11-04 21:48:14+!3X1953-06-282023-11-04 21:48:14+!3X1953-06-282023-11-04 21:48:14+!3X1953-06-28>2023-11-04 21:48:14+!3X1953-06-28'2023-11-04 21:48:14+!3U1982-10-28%2023-11-04 21:48:14* !3U1982-10-28v2023-11-04 21:48:14* ! 3U1982-10-282023-11-04 21:48:14+ !3U1982-10-28k2023-11-04 21:48:14+ !3U1982-10-28 2023-11-04 21:48:14+ !3U1982-10-28~ 2023-11-04 21:48:14,!3U1982-10-282023-11-04 21:48:14*! 3U1982-10-282023-11-04 21:48:14+!3U1982-10-28Q2023-11-04 21:48:14+!3U1982-10-28}2023-11-04 21:48:14)! 3T1979-03-19B2023-11-04 21:48:14+!3T1979-03-19I 2023-11-04 21:48:14+!3T1979-03-19^/2023-11-04 21:48:14+!3T1979-03-192023-11-04 21:48:14+!3T1979-03-1942023-11-04 21:48:14+!3T1979-03-19 2023-11-04 21:48:14*~!3T1979-03-19^$2023-11-04 21:48:14+}!3T1979-03-192023-11-04 21:48:14+|!3T1979-03-19 #2023-11-04 21:48:14+{!3S2007-03-042023-11-04 21:48:14+z!3S2007-03-04 2023-11-04 21:48:14+y!3S2007-03-04q2023-11-04 21:48:14+x!3S2007-03-042023-11-04 21:48:14*w!3S2007-03-04q2023-11-04 21:48:14+v!3S2007-03-04=2023-11-04 21:48:14+u!3R1995-04-082023-11-04 21:48:14+t!3R1995-04-082023-11-04 21:48:14+s!3R1995-04-08P 2023-11-04 21:48:14+r!3R1995-04-082023-11-04 21:48:14+q!3R1995-04-08>2023-11-04 21:48:14+p!3R1995-04-082023-11-04 21:48:14+o!3Q1981-05-26,32023-11-04 21:48:14*n! 3Q1981-05-26q32023-11-04 21:48:14+m!3Q1981-05-2632023-11-04 21:48:14+l!3Q1981-05-26032023-11-04 21:48:14+k!3Q1981-05-26V32023-11-04 21:48:14+j!3Q1981-05-2632023-11-04 21:48:14+i!3Q1981-05-2632023-11-04 21:48:14+h!3Q1981-05-2632023-11-04 21:48:14+g!3Q1981-05-2632023-11-04 21:48:14+f!3Q1981-05-26Y32023-11-04 21:48:14*e! 3P2004-10-03$2023-11-04 21:48:14+d!3P2004-10-03$2023-11-04 21:48:14)c! 3P2004-10-03A$2023-11-04 21:48:14+b!3P2004-10-033$2023-11-04 21:48:14+a!3P2004-10-03 $2023-11-04 21:48:14+`!3P2004-10-03$2023-11-04 21:48:14+_!3P2004-10-03$2023-11-04 21:48:14+^!3P2004-10-03 $2023-11-04 21:48:14*]!3P2004-10-03$2023-11-04 21:48:14+\!3O2009-07-05&2023-11-04 21:48:14+[!3O2009-07-052023-11-04 21:48:14+Z!3O2009-07-05| 2023-11-04 21:48:14+Y!3O2009-07-05t2023-11-04 21:48:14+X!3O2009-07-05(2023-11-04 21:48:14+W!3O2009-07-052023-11-04 21:48:14*V! 3M1970-03-162023-11-04 21:48:14*U!3M1970-03-16^$2023-11-04 21:48:14+T!3M1970-03-16^%2023-11-04 21:48:14+S!3M1970-03-162023-11-04 21:48:14+R!3M1970-03-1642023-11-04 21:48:14+Q!3M1970-03-16I 2023-11-04 21:48:14+P!3M1970-03-162023-11-04 21:48:14)O! 3M1970-03-16B2023-11-04 21:48:14+N!3M1970-03-16 $2023-11-04 21:48:14*M!  3L1962-06-18%k2023-11-04 21:48:14+L! 3L1962-06-18(k2023-11-04 21:48:14+K! 3L1962-06-18pck2023-11-04 21:48:14+J! 3L1962-06-18tk2023-11-04 21:48:14+I! 3L1962-06-18pk2023-11-04 21:48:14+H!3K1946-11-10F2023-11-04 21:48:14+G!3K1946-11-10z72023-11-04 21:48:14,F!3K1946-11-102023-11-04 21:48:14+E!3K1946-11-10F2023-11-04 21:48:14,D!3K1946-11-10>2023-11-04 21:48:14+C!3K1946-11-10Z2023-11-04 21:48:14+B!3J2002-05-152023-11-04 21:48:14+A!3J2002-05-152023-11-04 21:48:14+@!3J2002-05-152023-11-04 21:48:14+?!3J2002-05-15 2023-11-04 21:48:14+>!3J2002-05-152023-11-04 21:48:14+=!3J2002-05-15+2023-11-04 21:48:14+<!3J2002-05-152023-11-04 21:48:14+;!3J2002-05-152023-11-04 21:48:14+:!3J2002-05-15e 2023-11-04 21:48:14+9!3J2002-05-15Y2023-11-04 21:48:14+8!3I1960-11-15 2023-11-04 21:48:14*7! 3I1960-11-15,2023-11-04 21:48:14+6!3I1960-11-15]L2023-11-04 21:48:14+5!3I1960-11-152023-11-04 21:48:14+4!3I1960-11-15N 2023-11-04 21:48:14+3!3I1960-11-15l 2023-11-04 21:48:14+2!3I1960-11-15E&2023-11-04 21:48:14+1!3I1960-11-15b2023-11-04 21:48:14+0!3G1954-03-08 +2023-11-04 21:48:14+/!3G1954-03-08 2023-11-04 21:48:14+.!3G1954-03-08^2023-11-04 21:48:14)-! 3G1954-03-08B2023-11-04 21:48:14+,!3G1954-03-08I 2023-11-04 21:48:14*+!3G1954-03-08^52023-11-04 21:48:14+*!3G1954-03-0862023-11-04 21:48:14+)! 3F1981-05-242023-11-04 21:48:14+(! 3F1981-05-24' 2023-11-04 21:48:14+'! 3F1981-05-24< 2023-11-04 21:48:14+&! 3F1981-05-24S2023-11-04 21:48:14+%!3C1949-10-09Mt2023-11-04 21:48:14+$!3C1949-10-09Ct2023-11-04 21:48:14*#!3C1949-10-092t2023-11-04 21:48:14+"!3C1949-10-09t2023-11-04 21:48:14+!!3B1994-10-09A 2023-11-04 21:48:14+ !3B1994-10-094 2023-11-04 21:48:14*!3B1994-10-092* 2023-11-04 21:48:14+!3B1994-10-09  2023-11-04 21:48:14+!3B1994-10-09  2023-11-04 21:48:14+!3A1972-05-07?82023-11-04 21:48:14,!3A1972-05-07@2023-11-04 21:48:14*!3A1972-05-07]2023-11-04 21:48:14+!3A1972-05-072023-11-04 21:48:14+!3A1972-05-07=2023-11-04 21:48:14+!3A1972-05-072023-11-04 21:48:14+!3A1972-05-072023-11-04 21:48:14*! 3A1972-05-072023-11-04 21:48:14,!3A1972-05-07a 2023-11-04 21:48:14*! 3@1973-12-04@2023-11-04 21:48:14*! 3@1973-12-04,@2023-11-04 21:48:14+!3@1973-12-04l @2023-11-04 21:48:14+!3@1973-12-04@2023-11-04 21:48:14+!3@1973-12-04].@2023-11-04 21:48:14+!3@1973-12-043@2023-11-04 21:48:14+ !3@1973-12-04N@2023-11-04 21:48:14+ !3@1973-12-04F@2023-11-04 21:48:14+ !3@1973-12-04E@2023-11-04 21:48:14+ !3@1973-12-04, @2023-11-04 21:48:14+ !3@1973-12-04b@2023-11-04 21:48:14+!3@1973-12-04@2023-11-04 21:48:14+!3@1973-12-04@2023-11-04 21:48:14)!3?1990-06-092023-11-04 21:48:14(!3?1990-06-092023-11-04 21:48:14)!3?1990-06-092023-11-04 21:48:14)!3?1990-06-09 2023-11-04 21:48:14)!3?1990-06-092023-11-04 21:48:14*! 3>1986-05-21q2023-11-04 21:48:14+!3>1986-05-212023-11-04 21:48:14+!3>1986-05-21V2023-11-04 21:48:14+~!3>1986-05-21Y 2023-11-04 21:48:14+}!3>1986-05-2162023-11-04 21:48:14+|!3>1986-05-2142023-11-04 21:48:14*{! 3>1986-05-212023-11-04 21:48:14*z! 3>1986-05-212023-11-04 21:48:14+y!3>1986-05-212023-11-04 21:48:14+x!3<1948-02-042023-11-04 21:48:14*w!3<1948-02-04\ 2023-11-04 21:48:14+v!3<1948-02-04q2023-11-04 21:48:14+u!3<1948-02-04>2023-11-04 21:48:14*t!3<1948-02-04 2023-11-04 21:48:14+s!3<1948-02-04D2023-11-04 21:48:14+r!3<1948-02-042023-11-04 21:48:14*q! 3;2000-10-082023-11-04 21:48:14+p!3;2000-10-08"2023-11-04 21:48:14+o!3;2000-10-08_2023-11-04 21:48:14+n!3;2000-10-082023-11-04 21:48:14+m!3;2000-10-08 2023-11-04 21:48:14+l!3;2000-10-08X2023-11-04 21:48:14+k!3;2000-10-08`2023-11-04 21:48:14*j! 3;2000-10-082023-11-04 21:48:14*i!3;2000-10-08:2023-11-04 21:48:14+h!3;2000-10-082023-11-04 21:48:14+g!3;2000-10-082023-11-04 21:48:14+f!3;2000-10-082023-11-04 21:48:14*e! 3;2000-10-082023-11-04 21:48:14*d!3;2000-10-082023-11-04 21:48:14+c!3;2000-10-08w2023-11-04 21:48:14*b! 3;2000-10-082023-11-04 21:48:14*a! 3;2000-10-082023-11-04 21:48:14+`!391993-07-182023-11-04 21:48:14,_!391993-07-182023-11-04 21:48:14+^!391993-07-18#72023-11-04 21:48:14+]!391993-07-18E32023-11-04 21:48:14*\!391993-07-18V2023-11-04 21:48:14+[!391993-07-182023-11-04 21:48:14+Z!391993-07-18/#2023-11-04 21:48:14+Y!391993-07-18F2023-11-04 21:48:14+X!391993-07-18z 2023-11-04 21:48:14+W!391993-07-182023-11-04 21:48:14+V!381984-07-14%2023-11-04 21:48:14+U!381984-07-14d2023-11-04 21:48:14+T!381984-07-14n82023-11-04 21:48:14*S!351976-12-05;2023-11-04 21:48:14*R!351976-12-05;2023-11-04 21:48:14*Q!351976-12-05{;2023-11-04 21:48:14*P!351976-12-05;2023-11-04 21:48:14*O!351976-12-05;2023-11-04 21:48:14+N!351976-12-05;2023-11-04 21:48:14*M!351976-12-05E7;2023-11-04 21:48:14+L!342006-10-07+2023-11-04 21:48:14+K!342006-10-07 2023-11-04 21:48:14+J!342006-10-072023-11-04 21:48:14+I!342006-10-07L2023-11-04 21:48:14+H!342006-10-07 2023-11-04 21:48:14+G!342006-10-072023-11-04 21:48:14+F!342006-10-072023-11-04 21:48:14*E! 331972-11-29#2023-11-04 21:48:14+D!331972-11-29#2023-11-04 21:48:14+C!331972-11-29Y#2023-11-04 21:48:14+B!331972-11-29#2023-11-04 21:48:14+A!331972-11-29q#2023-11-04 21:48:14+@!331972-11-29#2023-11-04 21:48:14+?!331972-11-29#2023-11-04 21:48:14+>!331972-11-29;#2023-11-04 21:48:14+=!331972-11-29,#2023-11-04 21:48:14+<!331972-11-29#2023-11-04 21:48:14+;!331972-11-29+#2023-11-04 21:48:14+:!331972-11-29#2023-11-04 21:48:14+9!331972-11-29V#2023-11-04 21:48:14+8!331972-11-29#2023-11-04 21:48:14*7!322006-06-032023-11-04 21:48:14*6!322006-06-032023-11-04 21:48:14*5!322006-06-03=Q2023-11-04 21:48:14*4!322006-06-03 2023-11-04 21:48:14*3!322006-06-03J2023-11-04 21:48:14,2! 301985-09-15(2023-11-04 21:48:14+1! 301985-09-15|3(2023-11-04 21:48:14+0! 301985-09-15+(2023-11-04 21:48:14+/! 301985-09-15r(2023-11-04 21:48:14+.! 301985-09-15L(2023-11-04 21:48:14*-!  301985-09-15(2023-11-04 21:48:14+,!3/1981-06-11qA2023-11-04 21:48:14++!3/1981-06-11>2023-11-04 21:48:14**! 3/1981-06-112023-11-04 21:48:14*)!3/1981-06-112023-11-04 21:48:14+(!3/1981-06-11N2023-11-04 21:48:14+'!3/1981-06-11+2023-11-04 21:48:14*&! 3/1981-06-112023-11-04 21:48:14*%!3+1987-02-17c2023-11-04 21:48:14+$!3+1987-02-17Qc2023-11-04 21:48:14+#!3+1987-02-17c2023-11-04 21:48:14+"!3+1987-02-17c2023-11-04 21:48:14+!!3+1987-02-17> c2023-11-04 21:48:14+ !3+1987-02-17q3c2023-11-04 21:48:14*! 3+1987-02-17{c2023-11-04 21:48:14(! 3*1977-06-152023-11-04 21:48:14)!3*1977-06-152023-11-04 21:48:14(! 3*1977-06-152023-11-04 21:48:14)!3*1977-06-15~ 2023-11-04 21:48:14(! 3*1977-06-15a2023-11-04 21:48:14)!3*1977-06-152023-11-04 21:48:14(! 3*1977-06-152023-11-04 21:48:14)!3*1977-06-15Q2023-11-04 21:48:14(!3*1977-06-15>2023-11-04 21:48:14*!3*1977-06-152023-11-04 21:48:14)!3*1977-06-15v2023-11-04 21:48:14(!3*1977-06-15v2023-11-04 21:48:14)!  3(1974-10-10?2023-11-04 21:48:14+! 3(1974-10-102023-11-04 21:48:14)!  3(1974-10-102023-11-04 21:48:14*! 3(1974-10-10 2023-11-04 21:48:14*! 3(1974-10-1072023-11-04 21:48:14+ ! 3(1974-10-10?2023-11-04 21:48:14* ! 3(1974-10-10 2023-11-04 21:48:14) !  3(1974-10-10?2023-11-04 21:48:14* ! 3(1974-10-102023-11-04 21:48:14* ! 3(1974-10-102023-11-04 21:48:14+!3'1992-06-06 2023-11-04 21:48:14+!3'1992-06-06h2023-11-04 21:48:14+!3'1992-06-062023-11-04 21:48:14+!3'1992-06-06=B2023-11-04 21:48:14+!3'1992-06-06#2023-11-04 21:48:14+!3'1992-06-06c2023-11-04 21:48:14+!3'1992-06-062023-11-04 21:48:14*!3'1992-06-062023-11-04 21:48:14+!3'1992-06-062023-11-04 21:48:14+! 3$2009-04-25K2023-11-04 21:48:14+~! 3$2009-04-252023-11-04 21:48:14+}! 3$2009-04-252023-11-04 21:48:14+|! 3$2009-04-25>2023-11-04 21:48:14+{! 3$2009-04-25 2023-11-04 21:48:14+z! 3#1946-06-30 2023-11-04 21:48:14+y! 3#1946-06-30>2023-11-04 21:48:14+x! 3#1946-06-30 2023-11-04 21:48:14+w! 3#1946-06-30' 2023-11-04 21:48:14+v!3!1998-09-20R2023-11-04 21:48:14+u!3!1998-09-202023-11-04 21:48:14+t!3!1998-09-20|2023-11-04 21:48:14+s!3!1998-09-20*2023-11-04 21:48:14,r!3!1998-09-202023-11-04 21:48:14+q!3!1998-09-202023-11-04 21:48:14+p!3!1998-09-20r+2023-11-04 21:48:14)o!3 1991-10-13n2023-11-04 21:48:14)n!3 1991-10-13j2023-11-04 21:48:14)m!3 1991-10-132023-11-04 21:48:14+l!31955-10-30.2023-11-04 21:48:14+k!31955-10-30.2023-11-04 21:48:14+j!31955-10-30.2023-11-04 21:48:14*i!31955-10-30#5.2023-11-04 21:48:14*h!31955-10-302.2023-11-04 21:48:14+g!31955-10-30v.2023-11-04 21:48:14+f!31955-10-30/.2023-11-04 21:48:14+e!31955-10-30 .2023-11-04 21:48:14*d! 31955-10-30Z.2023-11-04 21:48:14*c!31998-06-20=?L2023-11-04 21:48:14*b!31998-06-20L2023-11-04 21:48:14*a!31998-06-20L2023-11-04 21:48:14*`!31998-06-20JL2023-11-04 21:48:14*_!31998-06-20L2023-11-04 21:48:14*^!31990-02-18j2023-11-04 21:48:14+]!31990-02-18j2023-11-04 21:48:14)\! 31990-02-18j2023-11-04 21:48:14)[!31990-02-18Vj2023-11-04 21:48:14*Z!31990-02-18E-j2023-11-04 21:48:14*Y!31990-02-18j2023-11-04 21:48:14+X!31990-02-18j2023-11-04 21:48:14*W!31990-02-18j2023-11-04 21:48:14+V!31995-03-19^'2023-11-04 21:48:14+U!31995-03-19?2023-11-04 21:48:14*T! 31995-03-19Q2023-11-04 21:48:14+S!31995-03-192023-11-04 21:48:14+R!31995-03-19I 2023-11-04 21:48:14*Q! 31995-03-192023-11-04 21:48:14+P!31995-03-19& 2023-11-04 21:48:14)O! 31995-03-19B2023-11-04 21:48:14+N!31995-03-192023-11-04 21:48:14+M!31995-03-19 2023-11-04 21:48:14*L!31995-03-19^,2023-11-04 21:48:14+K!31951-10-28 ,2023-11-04 21:48:14+J!31951-10-28,2023-11-04 21:48:14*I!31951-10-28#1,2023-11-04 21:48:14+H!31951-10-28v,2023-11-04 21:48:14+G!31951-10-28,2023-11-04 21:48:14*F!31951-10-283,2023-11-04 21:48:14*E! 31951-10-28Z,2023-11-04 21:48:14+D!31951-10-280,2023-11-04 21:48:14+C!31951-10-28,2023-11-04 21:48:14+B!31981-06-21 |2023-11-04 21:48:14+A!31981-06-21|2023-11-04 21:48:14+@!31981-06-21+|2023-11-04 21:48:14+?!31981-06-21;|2023-11-04 21:48:14,>!31981-06-21 |2023-11-04 21:48:14+=!31981-06-21P|2023-11-04 21:48:14+<!31946-02-17\2023-11-04 21:48:14+;!31946-02-17B2023-11-04 21:48:14+:!31946-02-172023-11-04 21:48:14*9!31946-02-17?2023-11-04 21:48:14*8! 31946-02-172023-11-04 21:48:14+7!31946-02-1772023-11-04 21:48:14+6!31987-06-14O2023-11-04 21:48:14+5!31987-06-142023-11-04 21:48:14+4!31987-06-14^2023-11-04 21:48:14+3!31987-06-14 2023-11-04 21:48:14+2!31987-06-142023-11-04 21:48:14*1!31987-06-14]2023-11-04 21:48:14,0!31987-06-14a2023-11-04 21:48:14+/!31987-06-14 2023-11-04 21:48:14,.!31987-06-14@2023-11-04 21:48:14+-!31987-06-14?#2023-11-04 21:48:14+,!31987-06-14 2023-11-04 21:48:14*+! 31987-06-142023-11-04 21:48:14**! 31987-06-142023-11-04 21:48:14+)!31987-06-142023-11-04 21:48:14)(! 31999-03-21~d2023-11-04 21:48:14*'!31999-03-21 d2023-11-04 21:48:14*&!31999-03-21 d2023-11-04 21:48:14(%! 31999-03-21Bd2023-11-04 21:48:14*$!31999-03-213d2023-11-04 21:48:14*#!31999-03-21^.d2023-11-04 21:48:14*"!31999-03-21& d2023-11-04 21:48:14)!! 31999-03-21d2023-11-04 21:48:14* !31999-03-21I d2023-11-04 21:48:14)!31999-03-21^0d2023-11-04 21:48:14+!3 1953-02-22J02023-11-04 21:48:14+!3 1953-02-22I02023-11-04 21:48:14*!3 1953-02-22202023-11-04 21:48:14+!3 1953-02-2202023-11-04 21:48:14+!31971-06-142023-11-04 21:48:14+!31971-06-142023-11-04 21:48:14+!31977-06-16T;2023-11-04 21:48:14*!31977-06-16;2023-11-04 21:48:14+!31977-06-16q+;2023-11-04 21:48:14+!31977-06-16>;2023-11-04 21:48:14+!32005-09-12_&,2023-11-04 21:48:14*!32005-09-12Q,2023-11-04 21:48:14+!32005-09-12 ,2023-11-04 21:48:14*!32005-09-12h=,2023-11-04 21:48:14+!32005-09-12 ,2023-11-04 21:48:14+!32005-09-12 ,2023-11-04 21:48:14+!32005-09-12,2023-11-04 21:48:14* !31999-06-13V_2023-11-04 21:48:14* !31999-06-13_2023-11-04 21:48:14* !31999-06-13"_2023-11-04 21:48:14* !31999-06-13 _2023-11-04 21:48:14* !31999-06-13_2023-11-04 21:48:14*!31999-06-13 _2023-11-04 21:48:14)! 31999-06-13_2023-11-04 21:48:14*!31999-06-13_2023-11-04 21:48:14*!31999-06-13b_2023-11-04 21:48:14*!31999-06-13: _2023-11-04 21:48:14*!31999-06-13_2023-11-04 21:48:14* !31972-11-25n792023-11-04 21:48:14* !31972-11-25 92023-11-04 21:48:14 QsD~~~~Z~+}}}}o}@}||||T|%{{{{k{={zzzzWz*yyyywyIyxxxxdx4xwwwywJwvvvv_v0vuuuuuEutttt[t-ssssqsBsrrrrVr(qqqqkqLKKKKVK(JJJJqJCJIIII]I0IHHHxHJHGGGG`G1GFFFvFGFEEEE]E.DDDDqDBDCCCCWC(BBBBmB?BAAAATA%@@@@k@<@ ????S?$>>>>i>:> ====P=!<<<)((((W(*''''t'E'&&&&]&.%%%%s%E%$$$$\$.####s#F#""""e"7"!!!z!K! a 3 {La2tEZ+pAV(k; R#h9 S$i; S$j; ~O e6|Md5xI _ 0  t E  \ . q B  X )m>T%g8 Q+R!3%1951-06-17Fkh2023-11-04 21:48:14+Q!3%1951-06-17>Rh2023-11-04 21:48:14+P!3%1951-06-17zMh2023-11-04 21:48:14+O!  3$1953-08-10%G2023-11-04 21:48:14,N! 3$1953-08-10G2023-11-04 21:48:14,M! 3$1953-08-10(G2023-11-04 21:48:14-L! 3$1953-08-10pG2023-11-04 21:48:14,K! 3$1953-08-103G2023-11-04 21:48:14,J! 3$1953-08-10pG2023-11-04 21:48:14-I!3#1967-03-12F]2023-11-04 21:48:14,H!3#1967-03-12]2023-11-04 21:48:14+G!3#1967-03-12;)]2023-11-04 21:48:14,F!3#1967-03-12&]2023-11-04 21:48:14,E!3#1967-03-12v]2023-11-04 21:48:14,D!3#1967-03-12]2023-11-04 21:48:14,C!3#1967-03-12H]2023-11-04 21:48:14,B! 3"1983-06-09 2023-11-04 21:48:14-A! 3"1983-06-092023-11-04 21:48:14,@! 3"1983-06-092023-11-04 21:48:14,?! 3"1983-06-092023-11-04 21:48:14+>!  3"1983-06-092023-11-04 21:48:14,=! 3"1983-06-09?2023-11-04 21:48:14,<! 3"1983-06-09 2023-11-04 21:48:14+;!  3"1983-06-092023-11-04 21:48:14-:! 3"1983-06-092023-11-04 21:48:14+9!  3"1983-06-092023-11-04 21:48:14,8! 3"1983-06-0972023-11-04 21:48:14,7!3!1989-10-29MB2023-11-04 21:48:14,6!3!1989-10-29B2023-11-04 21:48:14,5!3!1989-10-29kB2023-11-04 21:48:14-4!3!1989-10-29B2023-11-04 21:48:14,3!3!1989-10-29B2023-11-04 21:48:14+2! 3!1989-10-29B2023-11-04 21:48:14+1! 3!1989-10-29B2023-11-04 21:48:14+0!3!1989-10-29vB2023-11-04 21:48:14,/!3!1989-10-29~B2023-11-04 21:48:14,.!3!1989-10-29QB2023-11-04 21:48:14,-!3!1989-10-29%B2023-11-04 21:48:14,,!3!1989-10-29}B2023-11-04 21:48:14,+!3!1989-10-29rB2023-11-04 21:48:14,*!3 1964-09-22I2023-11-04 21:48:14,)!3 1964-09-22]LI2023-11-04 21:48:14,(!3 1964-09-22 I2023-11-04 21:48:14,'!3 1964-09-22E&I2023-11-04 21:48:14,&!3 1964-09-22l I2023-11-04 21:48:14,%!3 1964-09-22bI2023-11-04 21:48:14,$!3 1964-09-22N$I2023-11-04 21:48:14+#!  31958-03-31%2023-11-04 21:48:14,"! 31958-03-31(2023-11-04 21:48:14,!! 31958-03-31p02023-11-04 21:48:14- ! 31958-03-312023-11-04 21:48:14,!32009-09-142023-11-04 21:48:14,!32009-09-14 2023-11-04 21:48:14,!32009-09-142023-11-04 21:48:14,!32009-09-14 2023-11-04 21:48:14+!32009-09-14h@2023-11-04 21:48:14,!32009-09-14_)2023-11-04 21:48:14+!32009-09-14Q 2023-11-04 21:48:14,!31990-04-08N2023-11-04 21:48:14,!31990-04-08:{2023-11-04 21:48:14,!31990-04-082023-11-04 21:48:14+! 31990-04-08^2023-11-04 21:48:14,!31990-04-08#2023-11-04 21:48:14+! 31990-04-08s2023-11-04 21:48:14,!31990-04-08/2023-11-04 21:48:14,!31973-02-28E_2023-11-04 21:48:14+!31973-02-28_2023-11-04 21:48:14,!31973-02-28>_2023-11-04 21:48:14,!31973-02-28q6_2023-11-04 21:48:14, !31965-11-08(Y2023-11-04 21:48:14, !31965-11-08pY2023-11-04 21:48:14, !31965-11-08aY2023-11-04 21:48:14- !31965-11-08pY2023-11-04 21:48:14, !31965-11-08Y2023-11-04 21:48:14,!31965-11-08 Y2023-11-04 21:48:14,! 31980-10-05'H2023-11-04 21:48:14,! 31980-10-05RH2023-11-04 21:48:14,! 31980-10-055H2023-11-04 21:48:14+!  31980-10-05H2023-11-04 21:48:14+! 31980-10-05kH2023-11-04 21:48:14,! 31980-10-05H2023-11-04 21:48:14,! 31980-10-05BH2023-11-04 21:48:14,! 31980-10-05nH2023-11-04 21:48:14,! 31980-10-05.H2023-11-04 21:48:14*~! 31974-07-082023-11-04 21:48:14,}!31974-07-08p2023-11-04 21:48:14+|!31974-07-08(2023-11-04 21:48:14+{!31974-07-08p 2023-11-04 21:48:14+z!31974-07-08_2023-11-04 21:48:14,y!31978-06-25 Q2023-11-04 21:48:14,x!31978-06-25Q2023-11-04 21:48:14,w!31978-06-25>Q2023-11-04 21:48:14,v!31978-06-25PQ2023-11-04 21:48:14+u!31991-04-20P 2023-11-04 21:48:14+t!31991-04-202023-11-04 21:48:14+s!31991-04-20>2023-11-04 21:48:14+r!31991-04-20 2023-11-04 21:48:14+q!31991-04-20 2023-11-04 21:48:14,p! 31953-12-142023-11-04 21:48:14,o! 31953-12-142023-11-04 21:48:14,n! 31953-12-142023-11-04 21:48:14+m! 3 1930-10-012023-11-04 21:48:14,l!3 1930-10-01^*2023-11-04 21:48:14,k!3 1930-10-01I2023-11-04 21:48:14,j!3 1930-10-01B2023-11-04 21:48:14+i! 3 1930-10-012023-11-04 21:48:14,h!3 1930-10-01 2023-11-04 21:48:14+g!3 1930-10-01^;2023-11-04 21:48:14,f!3 1993-09-192023-11-04 21:48:14-e!3 1993-09-192023-11-04 21:48:14,d!3 1993-09-192023-11-04 21:48:14-c!3 1993-09-19u2023-11-04 21:48:14,b!3 1993-09-19F)2023-11-04 21:48:14,a!3 1993-09-19$2023-11-04 21:48:14+`! 3 1993-09-192023-11-04 21:48:14,_!3 1993-09-19PJ2023-11-04 21:48:14,^!3 2007-05-122023-11-04 21:48:14,]!3 2007-05-122023-11-04 21:48:14,\!3 2007-05-12 2023-11-04 21:48:14,[!3 2007-05-122023-11-04 21:48:14,Z!3 2007-05-12>2023-11-04 21:48:14,Y!31957-05-14b2023-11-04 21:48:14+X! 31957-05-14,2023-11-04 21:48:14,W!31957-05-142023-11-04 21:48:14,V!31957-05-14]F2023-11-04 21:48:14,U!31957-05-142023-11-04 21:48:14,T!31957-05-14F 2023-11-04 21:48:14,S!31957-05-14E-2023-11-04 21:48:14,R!31957-05-14N2023-11-04 21:48:14,Q!31976-09-1972023-11-04 21:48:14,P!31976-09-19r2023-11-04 21:48:14,O!31976-09-19|'2023-11-04 21:48:14,N!31976-09-19V2023-11-04 21:48:14-M!31976-09-192023-11-04 21:48:14,L!31968-05-1992023-11-04 21:48:14-K!31968-05-19a 2023-11-04 21:48:14,J!31968-05-192023-11-04 21:48:14+I!31968-05-19] 2023-11-04 21:48:14,H!31968-05-192023-11-04 21:48:14,G!31968-05-192023-11-04 21:48:14,F!31968-05-19?2023-11-04 21:48:14-E!31968-05-19@2023-11-04 21:48:14,D!31968-05-19[2023-11-04 21:48:14+C!32002-10-052023-11-04 21:48:14+B!32002-10-052023-11-04 21:48:14+A!32002-10-05+2023-11-04 21:48:14+@!32002-10-05 2023-11-04 21:48:14+?!32002-10-05 2023-11-04 21:48:14+>!32002-10-05 2023-11-04 21:48:14,=!31949-10-242023-11-04 21:48:14,<!31949-10-24' 2023-11-04 21:48:14,;!31949-10-242023-11-04 21:48:14,:!31949-10-24>2023-11-04 21:48:14,9! 31970-09-20|:A2023-11-04 21:48:14,8! 31970-09-20rA2023-11-04 21:48:14,7! 31970-09-20GA2023-11-04 21:48:14-6! 31970-09-20A2023-11-04 21:48:14,5! 31970-09-20)A2023-11-04 21:48:14+4!31990-04-08"2023-11-04 21:48:14*3!31990-04-087!2023-11-04 21:48:14*2!31990-04-082023-11-04 21:48:14*1!31990-04-08f,2023-11-04 21:48:14*0!31990-04-082023-11-04 21:48:14*/!31990-04-082023-11-04 21:48:14*.!31990-04-08Q2023-11-04 21:48:14*-!31990-04-08]2023-11-04 21:48:14,,!31986-06-22%2023-11-04 21:48:14-+!31986-06-222023-11-04 21:48:14,*!31986-06-22i2023-11-04 21:48:14+)! 31986-06-222023-11-04 21:48:14,(!31986-06-22}2023-11-04 21:48:14+'! 31986-06-222023-11-04 21:48:14,&!31986-06-222023-11-04 21:48:14+%! 31986-06-222023-11-04 21:48:14,$!31986-06-22~2023-11-04 21:48:14+#!31986-06-22v2023-11-04 21:48:14+"! 31986-06-222023-11-04 21:48:14,!!31986-06-22Q2023-11-04 21:48:14, !32003-03-1652023-11-04 21:48:14,!32003-03-16I2023-11-04 21:48:14,!32003-03-162023-11-04 21:48:14+!32003-03-16^72023-11-04 21:48:14,!32003-03-16 2023-11-04 21:48:14,!32003-03-16^(2023-11-04 21:48:14,!32003-03-162023-11-04 21:48:14*! 32003-03-16B2023-11-04 21:48:14,!32003-03-16&2023-11-04 21:48:14*! 31993-06-06%2023-11-04 21:48:14+!31993-06-06%%2023-11-04 21:48:14+!31993-06-06Q%2023-11-04 21:48:14*! 31993-06-06M%2023-11-04 21:48:14*! 31993-06-06%2023-11-04 21:48:14+!31993-06-06~%2023-11-04 21:48:14,!31993-06-06%2023-11-04 21:48:14,!31993-06-06%2023-11-04 21:48:14*! 31993-06-06%2023-11-04 21:48:14+!31993-06-06%2023-11-04 21:48:14* !31993-06-06v%2023-11-04 21:48:14, ! 31958-06-01o2023-11-04 21:48:14, ! 31958-06-01r2023-11-04 21:48:14, ! 31958-06-01 2023-11-04 21:48:14, ! 31958-06-01-2023-11-04 21:48:14,! 31958-06-01|&2023-11-04 21:48:14,!31979-12-022023-11-04 21:48:14,!31979-12-022023-11-04 21:48:14,!31979-12-02K2023-11-04 21:48:14,!31979-12-02J2023-11-04 21:48:14+! 31979-12-022023-11-04 21:48:14,!31979-12-02+2023-11-04 21:48:14,!31979-12-02,2023-11-04 21:48:14+!31979-12-02k2023-11-04 21:48:14,! 31975-04-252023-11-04 21:48:14+~!  31975-04-252023-11-04 21:48:14,}! 31975-04-25Q2023-11-04 21:48:14,|! 31975-04-252023-11-04 21:48:14,{! 31975-04-252023-11-04 21:48:14+z!  31975-04-252023-11-04 21:48:14,y! 31975-04-25t2023-11-04 21:48:14,x!32010-08-21,2023-11-04 21:48:14+w! 32010-08-212023-11-04 21:48:14,v!32010-08-21t2023-11-04 21:48:14,u!32010-08-212023-11-04 21:48:14,t!32010-08-212023-11-04 21:48:14,s!32010-08-21H2023-11-04 21:48:14+r! 32010-08-212023-11-04 21:48:14,q! 31951-05-062023-11-04 21:48:14,p! 31951-05-062023-11-04 21:48:14,o! 31951-05-062023-11-04 21:48:14,n! 31951-05-06 2023-11-04 21:48:14,m!31979-05-03N2023-11-04 21:48:14,l!31979-05-037N2023-11-04 21:48:14+k! 31979-05-03N2023-11-04 21:48:14-j!31979-05-03 N2023-11-04 21:48:14+i! 31979-05-03N2023-11-04 21:48:14,h!31979-05-03?N2023-11-04 21:48:14,g!31979-05-03N2023-11-04 21:48:14-f!31979-05-03SN2023-11-04 21:48:14,e!31979-05-03N2023-11-04 21:48:14,d!31979-05-03 N2023-11-04 21:48:14,c!31979-10-23F82023-11-04 21:48:14,b!31979-10-23E82023-11-04 21:48:14,a!31979-10-23b82023-11-04 21:48:14,`!31979-10-23N82023-11-04 21:48:14,_!31979-10-2382023-11-04 21:48:14,^!31979-10-23l 82023-11-04 21:48:14,]!31979-10-23 82023-11-04 21:48:14,\!31979-10-23,82023-11-04 21:48:14,[!31979-10-2382023-11-04 21:48:14,Z!31979-10-23382023-11-04 21:48:14,Y!31979-10-23]D82023-11-04 21:48:14*X! 32004-06-28g2023-11-04 21:48:14,W!32004-06-28pg2023-11-04 21:48:14+V!32004-06-286g2023-11-04 21:48:14+U!32004-06-28cg2023-11-04 21:48:14+T!32004-06-28(g2023-11-04 21:48:14,S!31999-03-07N/2023-11-04 21:48:14,R!31999-03-07q/2023-11-04 21:48:14,Q!31999-03-07/2023-11-04 21:48:14+P!31999-03-07q/2023-11-04 21:48:14,O!31999-03-07/2023-11-04 21:48:14,N!31999-03-07/2023-11-04 21:48:14,M!31999-03-076/2023-11-04 21:48:14,L!32000-06-252023-11-04 21:48:14,K!32000-06-25E2023-11-04 21:48:14+J! 32000-06-252023-11-04 21:48:14,I!32000-06-252023-11-04 21:48:14,H!32000-06-252023-11-04 21:48:14-G!32000-06-252023-11-04 21:48:14,F!32000-06-252023-11-04 21:48:14,E!32000-06-25f2023-11-04 21:48:14,D!32000-06-252023-11-04 21:48:14,C!32000-06-252023-11-04 21:48:14,B!31986-11-23P<2023-11-04 21:48:14,A!31986-11-23M<2023-11-04 21:48:14+@!31986-11-232<2023-11-04 21:48:14,?!31986-11-23<2023-11-04 21:48:14,>! 31952-09-21 2023-11-04 21:48:14,=! 31952-09-21|: 2023-11-04 21:48:14,<! 31952-09-21r 2023-11-04 21:48:14,;! 31952-09-21n 2023-11-04 21:48:14,:! 31952-09-21 2023-11-04 21:48:14,9!32005-05-052023-11-04 21:48:14+8!32005-05-05? 2023-11-04 21:48:14+7!32005-05-05>2023-11-04 21:48:14+6!32005-05-052023-11-04 21:48:14*5! 32005-05-052023-11-04 21:48:14,4!32005-05-05c2023-11-04 21:48:14+3!32005-05-052023-11-04 21:48:14+2!32005-05-052023-11-04 21:48:14+1!32005-05-052023-11-04 21:48:14*0! 32005-05-05!2023-11-04 21:48:14+/!32005-05-0572023-11-04 21:48:14,.!31982-02-18O2023-11-04 21:48:14,-!31982-02-18q?O2023-11-04 21:48:14,,!31982-02-18QO2023-11-04 21:48:14++!31982-02-18O2023-11-04 21:48:14,*!31982-02-18>O2023-11-04 21:48:14+)! 31987-09-08f2023-11-04 21:48:14+(! 31987-09-08 2023-11-04 21:48:14*'! 31987-09-08J2023-11-04 21:48:14+&! 31987-09-08 2023-11-04 21:48:14,%!31987-09-08o2023-11-04 21:48:14,$!31987-09-08 2023-11-04 21:48:14,#!31987-09-08]62023-11-04 21:48:14,"!31987-09-08 2023-11-04 21:48:14,!!31987-09-08N&2023-11-04 21:48:14, !31987-09-0832023-11-04 21:48:14,!31987-09-08, 2023-11-04 21:48:14,!31987-09-08E2023-11-04 21:48:14,!31987-09-08l2023-11-04 21:48:14,!31971-06-13P A2023-11-04 21:48:14+!31971-06-135A2023-11-04 21:48:14,!31971-06-13A2023-11-04 21:48:14,!31971-06-13A2023-11-04 21:48:14,!31971-06-13>A2023-11-04 21:48:14+!31964-10-15?2023-11-04 21:48:14,!31964-10-15*?2023-11-04 21:48:14,!31964-10-15=?2023-11-04 21:48:14+!31964-10-15 ?2023-11-04 21:48:14,!31975-10-05]m2023-11-04 21:48:14,!31975-10-05Pm2023-11-04 21:48:14+!31975-10-052 m2023-11-04 21:48:14,!31945-10-082023-11-04 21:48:14,!31945-10-082023-11-04 21:48:14+!31945-10-08 2023-11-04 21:48:14, !31945-10-08 2023-11-04 21:48:14, !31945-10-082023-11-04 21:48:14+ !31945-10-08hL2023-11-04 21:48:14, !32002-09-212023-11-04 21:48:14, !32002-09-212023-11-04 21:48:14,!32002-09-212023-11-04 21:48:14,!32002-09-212023-11-04 21:48:14,!32002-09-21/2023-11-04 21:48:14,!32002-09-21v$2023-11-04 21:48:14+!32002-09-21, 2023-11-04 21:48:14,!31950-06-042023-11-04 21:48:14,!31950-06-0472023-11-04 21:48:14+!31950-06-04?2023-11-04 21:48:14,!31950-06-04I2023-11-04 21:48:14,!31950-06-04l2023-11-04 21:48:14,~!31995-10-01X2023-11-04 21:48:14,}!31995-10-012023-11-04 21:48:14,|!31995-10-01 2023-11-04 21:48:14,{!31995-10-012023-11-04 21:48:14,z!31995-10-01p2023-11-04 21:48:14,y! 31973-09-1632023-11-04 21:48:14,x! 31973-09-16|"2023-11-04 21:48:14,w! 31973-09-16Z2023-11-04 21:48:14-v! 31973-09-162023-11-04 21:48:14,u! 31973-09-16r2023-11-04 21:48:14,t!32004-10-24X b2023-11-04 21:48:14,s!32004-10-24E'b2023-11-04 21:48:14+r!32004-10-24b2023-11-04 21:48:14,q!32004-10-24 b2023-11-04 21:48:14,p!32004-10-24b2023-11-04 21:48:14,o!32004-10-24 b2023-11-04 21:48:14,n!32004-10-24b2023-11-04 21:48:14,m!32004-10-24b2023-11-04 21:48:14+l!32004-10-24:b2023-11-04 21:48:14,k! 31953-04-21g2023-11-04 21:48:14,j! 31953-04-21E!g2023-11-04 21:48:14,i! 31953-04-21]=g2023-11-04 21:48:14,h! 31953-04-21bg2023-11-04 21:48:14,g! 31953-04-21 g2023-11-04 21:48:14,f! 31953-04-21Ng2023-11-04 21:48:14,e! 31953-04-21F g2023-11-04 21:48:14+d!31991-10-27 K2023-11-04 21:48:14+c!31991-10-270K2023-11-04 21:48:14+b!31991-10-27kK2023-11-04 21:48:14+a!31991-10-27K2023-11-04 21:48:14+`!31991-10-27%K2023-11-04 21:48:14+_!31991-10-27 K2023-11-04 21:48:14*^! 31991-10-27K2023-11-04 21:48:14+]!31991-10-27K2023-11-04 21:48:14+\!31991-10-27P>K2023-11-04 21:48:14+[!31991-10-27q,K2023-11-04 21:48:14+Z!31991-10-27K2023-11-04 21:48:14+Y!31991-10-27K2023-11-04 21:48:14+X!31991-10-27$.K2023-11-04 21:48:14+W!31991-10-271K2023-11-04 21:48:14*V!31991-10-27lK2023-11-04 21:48:14+U!31991-10-272K2023-11-04 21:48:14+T!31991-10-27u! 31985-09-08_62023-11-04 21:48:14,=! 31985-09-08 62023-11-04 21:48:14,<! 31985-09-08262023-11-04 21:48:14+;! 31985-09-08hG62023-11-04 21:48:14+:! 32003-10-1992023-11-04 21:48:14,9!32003-10-19Z2023-11-04 21:48:14,8!32003-10-192023-11-04 21:48:14,7!32003-10-19&2023-11-04 21:48:14,6!32003-10-19 2023-11-04 21:48:14+5! 32003-10-192023-11-04 21:48:14+4! 32003-10-192023-11-04 21:48:14+3! 32003-10-19t2023-11-04 21:48:14,2!32003-10-192023-11-04 21:48:14+1! 32003-10-192023-11-04 21:48:14,0!32003-10-1972023-11-04 21:48:14+/!32003-10-19$2023-11-04 21:48:14,.!32003-10-192023-11-04 21:48:14+-!32003-10-19#42023-11-04 21:48:14+,!31989-06-18:}'2023-11-04 21:48:14++!31989-06-18'2023-11-04 21:48:14+*!31989-06-18/'2023-11-04 21:48:14*)! 31989-06-18^'2023-11-04 21:48:14*(! 31989-06-18#'2023-11-04 21:48:14,'!31967-02-152023-11-04 21:48:14,&!31967-02-15;2023-11-04 21:48:14,%!31967-02-15*2023-11-04 21:48:14,$!31967-02-152023-11-04 21:48:14,#!31967-02-15,2023-11-04 21:48:14,"!31967-02-15Y2023-11-04 21:48:14,!!31967-02-15%2023-11-04 21:48:14, !31967-02-152023-11-04 21:48:14,!31967-02-15 2023-11-04 21:48:14,!31967-02-152023-11-04 21:48:14+! 31967-02-15q2023-11-04 21:48:14,!32008-03-08"*2023-11-04 21:48:14,!32008-03-08#*2023-11-04 21:48:14+! 31978-11-25d2023-11-04 21:48:14,!31978-11-25n(2023-11-04 21:48:14,!31978-11-2532023-11-04 21:48:14,!32004-03-07f 2023-11-04 21:48:14,!32004-03-07/2023-11-04 21:48:14,!32004-03-072023-11-04 21:48:14,!32004-03-07:t2023-11-04 21:48:14,!31976-04-25I+2023-11-04 21:48:14+! 31976-04-25+2023-11-04 21:48:14,!31976-04-25(+2023-11-04 21:48:14,!31976-04-25k+2023-11-04 21:48:14,!31976-04-25*+2023-11-04 21:48:14+!32006-10-012x2023-11-04 21:48:14, !32006-10-01Bx2023-11-04 21:48:14, !32006-10-01Dx2023-11-04 21:48:14, !32006-10-01x2023-11-04 21:48:14, !32006-10-01x2023-11-04 21:48:14- !32006-04-0972023-11-04 21:48:14-!32006-04-092023-11-04 21:48:14,!32006-04-09" 2023-11-04 21:48:14,!32006-04-092023-11-04 21:48:14+! 32006-04-092023-11-04 21:48:14,!32006-04-092023-11-04 21:48:14,!32006-06-172023-11-04 21:48:14,!32006-06-172023-11-04 21:48:14,!32006-06-17/2023-11-04 21:48:14,!32006-06-1722023-11-04 21:48:14,!32006-06-17v2023-11-04 21:48:14,~!32006-06-1702023-11-04 21:48:14+}!31987-12-13\2023-11-04 21:48:14+|!31987-12-13\2023-11-04 21:48:14+{!31987-12-13:\2023-11-04 21:48:14+z!31987-12-13b(\2023-11-04 21:48:14+y!31987-12-13+\2023-11-04 21:48:14+x!31987-12-13 \2023-11-04 21:48:14+w!31987-12-13\2023-11-04 21:48:14+v!31987-12-13\2023-11-04 21:48:14+u!31987-12-13"\2023-11-04 21:48:14+t!31987-12-13V\2023-11-04 21:48:14+s!31987-12-13\2023-11-04 21:48:14,r!32007-05-24%2023-11-04 21:48:14,q!32007-05-24N2023-11-04 21:48:14+p!32007-05-242023-11-04 21:48:14,o!32007-05-24q32023-11-04 21:48:14,n!32007-05-24>2023-11-04 21:48:14,m!32007-05-242023-11-04 21:48:14,l!32007-05-242023-11-04 21:48:14+k!  31945-06-11`2023-11-04 21:48:14+j!  31945-06-11,`2023-11-04 21:48:14,i! 31945-06-11(`2023-11-04 21:48:14,h! 31945-06-11C`2023-11-04 21:48:14,g! 31945-06-11p `2023-11-04 21:48:14,f! 31945-06-11`2023-11-04 21:48:14,e! 31945-06-11`2023-11-04 21:48:14,d! 31945-06-11p}`2023-11-04 21:48:14,c!32005-09-25"B2023-11-04 21:48:14-b!32005-09-25B2023-11-04 21:48:14,a!32005-09-258B2023-11-04 21:48:14,`!32005-09-25B2023-11-04 21:48:14-_!32005-09-25B2023-11-04 21:48:14,^!32005-09-25u7B2023-11-04 21:48:14,]!32005-09-25B2023-11-04 21:48:14+\!31948-07-026}2023-11-04 21:48:14+[!31948-07-02 &}2023-11-04 21:48:14+Z!31948-07-02^!}2023-11-04 21:48:14+Y!31948-07-02}2023-11-04 21:48:14*X!31948-07-02^8}2023-11-04 21:48:14+W!31948-07-02I }2023-11-04 21:48:14)V! 31948-07-02B}2023-11-04 21:48:14,U!31971-10-10]b2023-11-04 21:48:14,T!31971-10-10Pb2023-11-04 21:48:14+S!31971-10-102 b2023-11-04 21:48:14,R!31968-03-31"a2023-11-04 21:48:14,Q!31968-03-31a2023-11-04 21:48:14,P!31968-03-31a2023-11-04 21:48:14,O!31968-03-31a2023-11-04 21:48:14,N!31968-03-312a2023-11-04 21:48:14+M!31968-03-31?/a2023-11-04 21:48:14,L!31968-03-31a2023-11-04 21:48:14,K!31968-03-31;a2023-11-04 21:48:14+J!31984-06-172023-11-04 21:48:14+I!31984-06-172023-11-04 21:48:14+H!31984-06-1762023-11-04 21:48:14+G!31984-06-172023-11-04 21:48:14+F!31984-06-172023-11-04 21:48:14,E!31946-05-172023-11-04 21:48:14,D!31946-05-172023-11-04 21:48:14,C!31946-05-17 2023-11-04 21:48:14,B!31946-05-17, 2023-11-04 21:48:14,A!31946-05-172023-11-04 21:48:14,@!31946-05-172023-11-04 21:48:14,?!31946-05-17 2023-11-04 21:48:14,>!31981-12-08l{2023-11-04 21:48:14,=!31981-12-08b{2023-11-04 21:48:14,<!31981-12-08{2023-11-04 21:48:14,;!31981-12-083{2023-11-04 21:48:14,:!31981-12-08 {2023-11-04 21:48:14,9!31981-12-08];{2023-11-04 21:48:14,8!31981-12-08,{2023-11-04 21:48:14,7!31981-12-08N{2023-11-04 21:48:14,6!31981-12-08E{2023-11-04 21:48:14,5!31981-12-08{2023-11-04 21:48:14,4!32003-05-10 2023-11-04 21:48:14,3!32003-05-102023-11-04 21:48:14,2!32003-05-102023-11-04 21:48:14,1!32003-05-102023-11-04 21:48:14,0!32003-05-10>2023-11-04 21:48:14,/!31971-10-31 2023-11-04 21:48:14+.!31971-10-311 2023-11-04 21:48:14+-!31971-10-31#. 2023-11-04 21:48:14,,!31971-10-31Z 2023-11-04 21:48:14,+!31971-10-31 2023-11-04 21:48:14,*!31971-10-314 2023-11-04 21:48:14,)!31971-10-31 2023-11-04 21:48:14,(!31971-10-31  2023-11-04 21:48:14,'!31971-10-31, 2023-11-04 21:48:14,&!31971-10-31t 2023-11-04 21:48:14-%!31982-09-192023-11-04 21:48:14,$!31982-09-19V2023-11-04 21:48:14,#!31982-09-19r2023-11-04 21:48:14,"!31982-09-1982023-11-04 21:48:14,!!31982-09-19|2023-11-04 21:48:14+ ! 32007-11-13 <2023-11-04 21:48:14*! 32007-11-13J<2023-11-04 21:48:14+! 32007-11-13c<2023-11-04 21:48:14+! 32007-11-13d<2023-11-04 21:48:14,!32007-11-13N<2023-11-04 21:48:14,!32007-11-13 <2023-11-04 21:48:14,!32007-11-13l<2023-11-04 21:48:14,!32007-11-132<2023-11-04 21:48:14,!32007-11-13]-<2023-11-04 21:48:14,!32007-11-13<2023-11-04 21:48:14,!32007-11-13x<2023-11-04 21:48:14,!32007-11-13E.<2023-11-04 21:48:14,!31998-09-05+2023-11-04 21:48:14,!31998-09-05#+2023-11-04 21:48:14+!32009-06-07 2023-11-04 21:48:14*! 32009-06-07 2023-11-04 21:48:14+!32009-06-07 2023-11-04 21:48:14+!32009-06-076 2023-11-04 21:48:14+!32009-06-07. 2023-11-04 21:48:14+ !32009-06-07 2023-11-04 21:48:14+ ! 32007-06-17M'2023-11-04 21:48:14+ ! 32007-06-17'2023-11-04 21:48:14+ ! 32007-06-17'2023-11-04 21:48:14, !32007-06-17"'2023-11-04 21:48:14,!32007-06-17 '2023-11-04 21:48:14,!32007-06-17'2023-11-04 21:48:14-!32007-06-179'2023-11-04 21:48:14,!32007-06-17'2023-11-04 21:48:14,!32007-06-17i'2023-11-04 21:48:14,!32007-06-17'2023-11-04 21:48:14,!32007-06-17'2023-11-04 21:48:14-!32007-06-17'2023-11-04 21:48:14,!31956-05-132023-11-04 21:48:14,!31956-05-13R2023-11-04 21:48:14,~!31956-05-13J2023-11-04 21:48:14+}!31956-05-1322023-11-04 21:48:14,|!31968-12-152023-11-04 21:48:14,{!31968-12-152023-11-04 21:48:14,z!31968-12-152023-11-04 21:48:14,y!31968-12-15 2023-11-04 21:48:14-x!32004-11-28`2023-11-04 21:48:14,w!32004-11-282023-11-04 21:48:14,v!32004-11-282023-11-04 21:48:14,u!32004-11-28@2023-11-04 21:48:14,t!32004-11-2802023-11-04 21:48:14,s!32004-11-2802023-11-04 21:48:14+r! 32004-03-1452023-11-04 21:48:14,q!32004-03-14~ 52023-11-04 21:48:14,p!32004-03-14Q52023-11-04 21:48:14,o!32004-03-1452023-11-04 21:48:14,n!32004-03-1452023-11-04 21:48:14+m! 32004-03-14W52023-11-04 21:48:14-l!32004-03-1452023-11-04 21:48:14-k!32004-03-1452023-11-04 21:48:14,j!32004-03-1452023-11-04 21:48:14+i! 32004-03-14M52023-11-04 21:48:14+h!32004-03-14v52023-11-04 21:48:14,g!31995-12-17G&2023-11-04 21:48:14,f!31995-12-174&2023-11-04 21:48:14+e!31995-12-172)&2023-11-04 21:48:14,d!31995-12-17 &2023-11-04 21:48:14,c!31995-12-17 &2023-11-04 21:48:14-b!31959-10-082023-11-04 21:48:14,a!31959-10-082023-11-04 21:48:14,`!31959-10-082023-11-04 21:48:14+_! 31959-10-082023-11-04 21:48:14-^!31959-10-08Y2023-11-04 21:48:14+]! 31984-09-042023-11-04 21:48:14-\!31984-09-042023-11-04 21:48:14,[!31984-09-04(2023-11-04 21:48:14,Z!31984-09-04p(2023-11-04 21:48:14*Y!31989-06-18l2023-11-04 21:48:14*X!31989-06-182023-11-04 21:48:14*W!31989-06-186L2023-11-04 21:48:14+V!31989-06-1852023-11-04 21:48:14*U!31989-06-182023-11-04 21:48:14*T! 31990-12-12f92023-11-04 21:48:14*S! 31990-12-12 92023-11-04 21:48:14)R! 31990-12-12J92023-11-04 21:48:14*Q! 31990-12-12 92023-11-04 21:48:14+P!31990-12-12 92023-11-04 21:48:14+O!31990-12-12, 92023-11-04 21:48:14+N!31990-12-12N92023-11-04 21:48:14+M!31990-12-12E92023-11-04 21:48:14+L!31990-12-12392023-11-04 21:48:14+K!31990-12-12]E92023-11-04 21:48:14+J!31990-12-12l92023-11-04 21:48:14+I!31990-12-1292023-11-04 21:48:14,H!32002-09-15|02023-11-04 21:48:14,G!32002-09-152023-11-04 21:48:14,F!32002-09-1572023-11-04 21:48:14,E!32002-09-15!2023-11-04 21:48:14-D!32002-09-152023-11-04 21:48:14,C!32002-09-152023-11-04 21:48:14,B!32002-09-15r2023-11-04 21:48:14,A!31954-05-302023-11-04 21:48:14,@!31954-05-302023-11-04 21:48:14,?!31954-05-302023-11-04 21:48:14,>!31954-05-302023-11-04 21:48:14,=!31965-05-23e2023-11-04 21:48:14,<!31965-05-23" e2023-11-04 21:48:14,;!31965-05-23e2023-11-04 21:48:14,:!31965-05-23e2023-11-04 21:48:14+9!31965-05-23?0e2023-11-04 21:48:14,8!31965-05-23Me2023-11-04 21:48:14,7!31965-05-23@e2023-11-04 21:48:14,6!31994-03-27u!2023-11-04 21:48:14,5!31994-03-27!2023-11-04 21:48:14,4!31994-03-27.!2023-11-04 21:48:14,3!31994-03-27!2023-11-04 21:48:14,2!31994-03-27!2023-11-04 21:48:14 NvG~~~~\~-}}}}q}B}||||X|){{{{n{?{zzzzTz%yyyyiy:y xxxxTx&wwwwmw>wvvvvVv'uuuumu?uttttSt$ssssgs8s rrr|rOr qqqqeq6qppp{pLpoooo`o1onnnvnHnmmmm_m0mlllvlHlkkkkak2kjjjyjKjiiiici4ihhhyhJhgggg_g1gfffwfIfeeee_e0edddtdEdccccZc+bbbbob@baaaaTa%````i`:` ___~_O_ ^^^^c^5^]]]z]M]\\\\c\5\[[[{[M[ZZZZcZ4ZYYYxYIYXXXX]X0XWWWvWFWVVVV]V/VUUUvUGUTTTT\T-SSSStSESRRRR\R.RQQQuQFQPPPPZP+OOOOrODONNNN[N,MMMMpMBMLLLLYL*KKKKoK@KJJJJYJ*IIIIrIDIHHHHaH3HGGG{GLGFFFFaF2FEEEvEGEDDDD]D/DCCCuCFCBBBBZB+AAAAoA@A@@@@U@&????l?@?>>>>[>-====s=D=<<<$####S#$""""i"9" !!!}!N! e 7 {La2vG\-rCX)m>T%i9 Q"i<W)tG].xJa2vG]. q B  _ 1  z L  i : ~ O d5|Me7 }N,s!31956-09-16r 2023-11-04 21:48:14,r!31956-09-16j 2023-11-04 21:48:14,q!31956-09-16* 2023-11-04 21:48:14+p!31974-05-26e2023-11-04 21:48:14+o!31974-05-26ne2023-11-04 21:48:14+n!31974-05-26e2023-11-04 21:48:14+m!31974-05-26e2023-11-04 21:48:14+l!31974-05-26e2023-11-04 21:48:14,k!31992-11-152023-11-04 21:48:14+j!31992-11-152023-11-04 21:48:14,i!31992-11-15I2023-11-04 21:48:14,h!31992-11-152023-11-04 21:48:14+g! 31992-11-152023-11-04 21:48:14*f! 31992-11-15:2023-11-04 21:48:14,e!31992-11-152023-11-04 21:48:14,d!31992-11-15w2023-11-04 21:48:14,c!31992-11-152023-11-04 21:48:14,b!31956-06-13 n2023-11-04 21:48:14,a!31956-06-13n2023-11-04 21:48:14,`!31956-06-13 n2023-11-04 21:48:14,_!31956-06-132n2023-11-04 21:48:14,^!31956-06-131n2023-11-04 21:48:14,]!31956-06-13,n2023-11-04 21:48:14,\!31956-06-13n2023-11-04 21:48:14,[!31979-12-032023-11-04 21:48:14,Z!31979-12-03>2023-11-04 21:48:14,Y!31979-12-03 2023-11-04 21:48:14,X!31979-12-03P 2023-11-04 21:48:14+W! 31979-12-032023-11-04 21:48:14*V! 31979-10-212023-11-04 21:48:14*U!31979-10-2132023-11-04 21:48:14+T!31979-10-21t2023-11-04 21:48:14*S! 31979-10-212023-11-04 21:48:14+R!31979-10-21Z2023-11-04 21:48:14+Q!31979-10-21,2023-11-04 21:48:14*P! 31979-10-212023-11-04 21:48:14+O!31979-10-212023-11-04 21:48:14+N!31979-10-212023-11-04 21:48:14+M!31979-10-212023-11-04 21:48:14+L!31979-10-212023-11-04 21:48:14*K!31979-10-21#32023-11-04 21:48:14+J!31979-10-212023-11-04 21:48:14*I! 31979-10-2142023-11-04 21:48:14*H! 31979-10-212023-11-04 21:48:14,G!31979-10-072023-11-04 21:48:14,F!31979-10-072023-11-04 21:48:14,E!31979-10-07'2023-11-04 21:48:14,D!31979-10-07k2023-11-04 21:48:14-C!31979-10-072023-11-04 21:48:14,B!31979-10-07E92023-11-04 21:48:14,A!31979-10-07#2023-11-04 21:48:14+@!31979-10-07V2023-11-04 21:48:14,?!31948-09-19rt2023-11-04 21:48:14,>!31948-09-19|9t2023-11-04 21:48:14,=!31948-09-19pt2023-11-04 21:48:14,<!31948-09-19t2023-11-04 21:48:14,;!31948-09-19t2023-11-04 21:48:14,:!31950-09-05E 2023-11-04 21:48:14,9!31950-09-05];2023-11-04 21:48:14,8!31950-09-05F 2023-11-04 21:48:14,7!31950-09-05b2023-11-04 21:48:14,6!31950-09-052023-11-04 21:48:14,5!31950-09-05 2023-11-04 21:48:14,4!31950-09-05N2023-11-04 21:48:14+3! 31957-10-07=2023-11-04 21:48:14+2! 31957-10-07 =2023-11-04 21:48:14+1! 31957-10-07=2023-11-04 21:48:14)0!  31957-10-07=2023-11-04 21:48:14*/! 31957-10-07hN=2023-11-04 21:48:14+.! 31957-10-07=2023-11-04 21:48:14,-! 31988-09-182023-11-04 21:48:14,,! 31988-09-18r2023-11-04 21:48:14,+! 31988-09-18B2023-11-04 21:48:14,*! 31988-09-18*2023-11-04 21:48:14-)! 31988-09-182023-11-04 21:48:14,(! 31988-09-18|,2023-11-04 21:48:14*'! 31999-10-249&2023-11-04 21:48:14*&! 31999-10-24&2023-11-04 21:48:14+%!31999-10-24#&2023-11-04 21:48:14*$! 31999-10-24&2023-11-04 21:48:14*#! 31999-10-24&&2023-11-04 21:48:14*"!31999-10-24#3&2023-11-04 21:48:14+!!31999-10-24&2023-11-04 21:48:14+ !31999-10-24,&2023-11-04 21:48:14*!31999-10-24+&2023-11-04 21:48:14+!31999-10-24&2023-11-04 21:48:14+!31999-10-24&2023-11-04 21:48:14+!31999-10-24Z&2023-11-04 21:48:14*! 31999-10-24&2023-11-04 21:48:14*! 31999-10-24t&2023-11-04 21:48:14+!31999-10-24&2023-11-04 21:48:14,!31961-03-26"2023-11-04 21:48:14,!31961-03-262023-11-04 21:48:14,!31961-03-26`2023-11-04 21:48:14+! 31961-03-262023-11-04 21:48:14,!31961-03-26T2023-11-04 21:48:14+!31961-03-26?2023-11-04 21:48:14+! 31961-03-262023-11-04 21:48:14,!31963-04-08_k2023-11-04 21:48:14-!31963-04-08pk2023-11-04 21:48:14,!31963-04-08(k2023-11-04 21:48:14,!31963-04-08pk2023-11-04 21:48:14, !32003-03-02N2023-11-04 21:48:14, !32003-03-02q2023-11-04 21:48:14, !32003-03-02 2023-11-04 21:48:14, !32003-03-022023-11-04 21:48:14+ !32003-03-02q2023-11-04 21:48:14,!32003-03-022023-11-04 21:48:14,!31957-11-30'u2023-11-04 21:48:14,!31957-11-30n)u2023-11-04 21:48:14,!31977-04-172023-11-04 21:48:14,!31977-04-17 2023-11-04 21:48:14,!31977-04-17"2023-11-04 21:48:14,!31977-04-172023-11-04 21:48:14,!31977-04-172023-11-04 21:48:14,!31977-04-1782023-11-04 21:48:14,!31977-04-17>2023-11-04 21:48:14,~!31977-04-17V2023-11-04 21:48:14,}!31977-04-172023-11-04 21:48:14,|!31977-04-172023-11-04 21:48:14,{!31966-03-28M2023-11-04 21:48:14,z!31966-03-28M2023-11-04 21:48:14,y! 31991-11-24" :2023-11-04 21:48:14,x! 31991-11-24:2023-11-04 21:48:14+w!  31991-11-24:2023-11-04 21:48:14,v! 31991-11-24':2023-11-04 21:48:14,u! 31991-11-24:2023-11-04 21:48:14,t! 31991-11-24 :2023-11-04 21:48:14,s! 31991-11-24::2023-11-04 21:48:14,r! 31991-11-24 :2023-11-04 21:48:14,q! 31991-11-24:2023-11-04 21:48:14,p! 31991-11-24b#:2023-11-04 21:48:14,o! 31991-11-24:2023-11-04 21:48:14,n! 31991-11-24V:2023-11-04 21:48:14,m! 31991-11-24:2023-11-04 21:48:14,l!31992-09-273 2023-11-04 21:48:14,k!31992-09-27A 2023-11-04 21:48:14,j!31992-09-27]2023-11-04 21:48:14,i!31992-09-272023-11-04 21:48:14,h!31992-09-27x)2023-11-04 21:48:14,g!31992-09-27 2023-11-04 21:48:14,f!31992-09-272023-11-04 21:48:14,e!31992-09-272023-11-04 21:48:14,d!31992-09-272 2023-11-04 21:48:14,c!31992-09-27`u2023-11-04 21:48:14,b!31992-09-272023-11-04 21:48:14,a!31992-09-27+2023-11-04 21:48:14,`!31961-10-04 l2023-11-04 21:48:14+_!31961-10-04l2023-11-04 21:48:14*^! 31961-10-04\l2023-11-04 21:48:14,]!31961-10-04q/l2023-11-04 21:48:14,\!31961-10-04Fl2023-11-04 21:48:14,[!31961-10-04l2023-11-04 21:48:14,Z!31961-10-04>l2023-11-04 21:48:14,Y!31994-09-18| 2023-11-04 21:48:14,X!31994-09-18P 2023-11-04 21:48:14,W!31994-09-18r 2023-11-04 21:48:14,V!31994-09-18 2023-11-04 21:48:14,U!31994-09-18 2023-11-04 21:48:14-T!31994-09-18 2023-11-04 21:48:14,S!31994-09-18 2023-11-04 21:48:14+R!  31977-02-15,2023-11-04 21:48:14,Q! 31977-02-152023-11-04 21:48:14,P! 31977-02-15F2023-11-04 21:48:14,O! 31977-02-15N2023-11-04 21:48:14,N! 31977-02-152023-11-04 21:48:14,M! 31977-02-1532023-11-04 21:48:14,L! 31977-02-152023-11-04 21:48:14,K! 31977-02-15b2023-11-04 21:48:14,J! 31977-02-15, 2023-11-04 21:48:14,I! 31977-02-15l2023-11-04 21:48:14,H! 31977-02-15E2023-11-04 21:48:14,G! 31977-02-152023-11-04 21:48:14,F! 31977-02-15]A2023-11-04 21:48:14*E! 32002-05-17 ~2023-11-04 21:48:14+D!32002-05-17~2023-11-04 21:48:14+C!32002-05-17q~2023-11-04 21:48:14+B!32002-05-17%~2023-11-04 21:48:14+A!32002-05-17~2023-11-04 21:48:14+@!32002-05-17Q~2023-11-04 21:48:14+?!32002-05-17>~2023-11-04 21:48:14*>! 32002-05-17~2023-11-04 21:48:14*=!32002-05-17 ~2023-11-04 21:48:14,<!31962-11-25)2023-11-04 21:48:14,;!31962-11-25)2023-11-04 21:48:14,:!31962-11-25>%2023-11-04 21:48:14,9!31962-11-25@2023-11-04 21:48:14,8!31962-11-252023-11-04 21:48:14+7!31962-11-25;2023-11-04 21:48:14-6!31962-11-25F2023-11-04 21:48:14,5!31962-11-25 2023-11-04 21:48:14,4!32009-09-27a2023-11-04 21:48:14,3!32009-09-27-2023-11-04 21:48:14,2!32009-09-27Q2023-11-04 21:48:14,1!32009-09-272023-11-04 21:48:14,0!32009-09-272023-11-04 21:48:14+/! 31993-09-13hC<2023-11-04 21:48:14+.!  31993-09-13f<2023-11-04 21:48:14,-! 31993-09-13 <2023-11-04 21:48:14+,! 31993-09-13Q <2023-11-04 21:48:14,+! 31993-09-13 <2023-11-04 21:48:14,*! 31993-09-13_ <2023-11-04 21:48:14+)!  31993-09-13<2023-11-04 21:48:14,(! 31993-09-13<2023-11-04 21:48:14,'!32002-06-162023-11-04 21:48:14*&! 32002-06-16;2023-11-04 21:48:14,%!32002-06-162023-11-04 21:48:14,$!32002-06-162023-11-04 21:48:14-#!32002-06-16d2023-11-04 21:48:14,"!32002-06-16M2023-11-04 21:48:14,!!32002-06-16i2023-11-04 21:48:14, !32002-06-162023-11-04 21:48:14-!32002-06-162023-11-04 21:48:14,!32002-06-162023-11-04 21:48:14,!32002-06-162023-11-04 21:48:14,!31945-11-25U2023-11-04 21:48:14,!31945-11-25L2023-11-04 21:48:14,!31945-11-252023-11-04 21:48:14,! 32007-06-10Yv2023-11-04 21:48:14,! 32007-06-10v2023-11-04 21:48:14+!  32007-06-10v2023-11-04 21:48:14,! 32007-06-10Vv2023-11-04 21:48:14,! 32007-06-10:v2023-11-04 21:48:14,! 32007-06-10 v2023-11-04 21:48:14,! 32007-06-10v2023-11-04 21:48:14,! 32007-06-10v2023-11-04 21:48:14,! 32007-06-10bv2023-11-04 21:48:14,! 32007-06-10v2023-11-04 21:48:14,! 32007-06-10v2023-11-04 21:48:14,!31971-09-21T2023-11-04 21:48:14, !31971-09-21NT2023-11-04 21:48:14, !31971-09-21lT2023-11-04 21:48:14, !31971-09-21bT2023-11-04 21:48:14, !31971-09-21ET2023-11-04 21:48:14, !31971-09-21]FT2023-11-04 21:48:14,!31996-09-22f 2023-11-04 21:48:14+!31996-09-22/l2023-11-04 21:48:14,!31996-09-22 2023-11-04 21:48:14-!31996-09-22:2023-11-04 21:48:14,!31996-09-22 2023-11-04 21:48:14,!31985-10-132023-11-04 21:48:14,!31985-10-13b#2023-11-04 21:48:14+! 31985-10-132023-11-04 21:48:14,!31985-10-132023-11-04 21:48:14,!31985-10-132023-11-04 21:48:14,~!31985-10-132023-11-04 21:48:14,}!31985-10-13"2023-11-04 21:48:14,|!31985-10-1312023-11-04 21:48:14,{!31985-10-13:2023-11-04 21:48:14+z! 31985-10-132023-11-04 21:48:14,y!31985-10-13V2023-11-04 21:48:14,x!31985-10-13 2023-11-04 21:48:14,w! 31959-06-28>_2023-11-04 21:48:14,v! 31959-06-28_2023-11-04 21:48:14,u! 31959-06-28P_2023-11-04 21:48:14,t! 31959-06-28_2023-11-04 21:48:14*s!  31966-11-26d,2023-11-04 21:48:14+r! 31966-11-26,,2023-11-04 21:48:14+q! 31966-11-26n#,2023-11-04 21:48:14,p!31959-02-01 2023-11-04 21:48:14,o!31959-02-01 2023-11-04 21:48:14,n!31959-02-01  2023-11-04 21:48:14,m!31959-02-01 2023-11-04 21:48:14+l!  31998-03-11 v2023-11-04 21:48:14+k!  31998-03-11fv2023-11-04 21:48:14+j!  31998-03-11 v2023-11-04 21:48:14*i!  31998-03-11Jv2023-11-04 21:48:14,h! 31998-03-11,v2023-11-04 21:48:14,g! 31998-03-11v2023-11-04 21:48:14,f! 31998-03-112v2023-11-04 21:48:14,e! 31998-03-11E*v2023-11-04 21:48:14,d! 31998-03-11Nv2023-11-04 21:48:14,c! 31998-03-11l v2023-11-04 21:48:14,b! 31998-03-11 v2023-11-04 21:48:14,a! 31998-03-113v2023-11-04 21:48:14,`! 31998-03-11]?v2023-11-04 21:48:14,_! 31998-03-11v2023-11-04 21:48:14+^! 31988-05-10dE2023-11-04 21:48:14+]! 31988-05-10 E2023-11-04 21:48:14*\! 31988-05-10JE2023-11-04 21:48:14+[! 31988-05-10 E2023-11-04 21:48:14,Z!31988-05-10lE2023-11-04 21:48:14,Y!31988-05-10N#E2023-11-04 21:48:14,X!31988-05-10]7E2023-11-04 21:48:14,W!31988-05-10, E2023-11-04 21:48:14,V!31988-05-103E2023-11-04 21:48:14,U!31988-05-10EE2023-11-04 21:48:14,T!31988-05-10E2023-11-04 21:48:14,S!31988-05-10 E2023-11-04 21:48:14,R!31968-06-302023-11-04 21:48:14,Q!31968-06-30!2023-11-04 21:48:14,P!31968-06-3092023-11-04 21:48:14,O!31968-06-302023-11-04 21:48:14+N!31968-06-30;@2023-11-04 21:48:14-M!31968-06-30F2023-11-04 21:48:14,L!31974-03-10 [2023-11-04 21:48:14,K!31974-03-10[2023-11-04 21:48:14,J!31974-03-10;[2023-11-04 21:48:14,I!31974-03-10 [2023-11-04 21:48:14,H!31974-03-10 [2023-11-04 21:48:14,G!31974-03-10"[2023-11-04 21:48:14,F!31974-03-10V[2023-11-04 21:48:14,E!31974-03-10[2023-11-04 21:48:14,D!31974-03-10[2023-11-04 21:48:14,C!31974-03-102[2023-11-04 21:48:14,B!32004-06-13 2023-11-04 21:48:14,A!32004-06-132023-11-04 21:48:14,@!32004-06-1362023-11-04 21:48:14,?!32004-06-132023-11-04 21:48:14,>!32004-06-13.2023-11-04 21:48:14+=!3~1992-12-06S 2023-11-04 21:48:14+<!3~1992-12-06 2023-11-04 21:48:14+;!3~1992-12-06 2023-11-04 21:48:14*:!3~1992-12-06 2023-11-04 21:48:14+9!3~1992-12-06 2023-11-04 21:48:14+8!3~1992-12-06 2023-11-04 21:48:14+7!3~1992-12-06 2023-11-04 21:48:14+6!3~1992-12-06 2023-11-04 21:48:14)5! 3~1992-12-06A 2023-11-04 21:48:14*4! 3~1992-12-06 2023-11-04 21:48:14,3!3|1963-04-28'[2023-11-04 21:48:14,2!3|1963-04-28![2023-11-04 21:48:14,1!3|1963-04-28[2023-11-04 21:48:14,0!3|1963-04-28W[2023-11-04 21:48:14+/!3|1963-04-28][2023-11-04 21:48:14-.!3|1963-04-28a[2023-11-04 21:48:14--!3|1963-04-28@[2023-11-04 21:48:14,,!3|1963-04-28[2023-11-04 21:48:14++! 3|1963-04-28[2023-11-04 21:48:14,*!3|1963-04-28?[2023-11-04 21:48:14,)! 3{1963-06-09S2023-11-04 21:48:14,(! 3{1963-06-09P S2023-11-04 21:48:14,'! 3{1963-06-09>S2023-11-04 21:48:14,&! 3{1963-06-09S2023-11-04 21:48:14,%!3y1970-03-01Q12023-11-04 21:48:14,$!3y1970-03-01N12023-11-04 21:48:14+#!3y1970-03-01212023-11-04 21:48:14-"!3w1958-11-302023-11-04 21:48:14-!!3w1958-11-30F2023-11-04 21:48:14, !3w1958-11-30>92023-11-04 21:48:14,!3w1958-11-302023-11-04 21:48:14,!3w1958-11-30 2023-11-04 21:48:14,!3w1958-11-30,2023-11-04 21:48:14+! 3u1967-10-292023-11-04 21:48:14+! 3u1967-10-29t2023-11-04 21:48:14+!3u1967-10-2912023-11-04 21:48:14,!3u1967-10-292023-11-04 21:48:14+!3u1967-10-29#22023-11-04 21:48:14,!3u1967-10-292023-11-04 21:48:14,!3u1967-10-292023-11-04 21:48:14,!3u1967-10-292023-11-04 21:48:14,!3u1967-10-29Z2023-11-04 21:48:14,!3u1967-10-29-2023-11-04 21:48:14,!3u1967-10-29v2023-11-04 21:48:14,!3t1998-05-06}2023-11-04 21:48:14,!3t1998-05-06e}2023-11-04 21:48:14,!3t1998-05-06q}2023-11-04 21:48:14,!3t1998-05-06 }2023-11-04 21:48:14, !3t1998-05-06Y}2023-11-04 21:48:14, !3t1998-05-06-}2023-11-04 21:48:14, !3t1998-05-06}2023-11-04 21:48:14, !3t1998-05-06}2023-11-04 21:48:14, !3t1998-05-06&}2023-11-04 21:48:14+!3s1975-10-26tO2023-11-04 21:48:14+!3s1975-10-26O2023-11-04 21:48:14+!3s1975-10-26 O2023-11-04 21:48:14+!3s1975-10-26O2023-11-04 21:48:14+!3s1975-10-264O2023-11-04 21:48:14+!3s1975-10-26.O2023-11-04 21:48:14+!3s1975-10-26O2023-11-04 21:48:14*!3s1975-10-26/O2023-11-04 21:48:14*!3s1975-10-26#7O2023-11-04 21:48:14*! 3s1975-10-26O2023-11-04 21:48:14+~!3s1975-10-26ZO2023-11-04 21:48:14+}!3r1987-05-09"z2023-11-04 21:48:14+|!3r1987-05-09#z2023-11-04 21:48:14+{!3o1967-01-292023-11-04 21:48:14+z!3o1967-01-292023-11-04 21:48:14,y!3o1967-01-292023-11-04 21:48:14,x!3o1967-01-292023-11-04 21:48:14+w!3o1967-01-29E2023-11-04 21:48:14+v!3o1967-01-292023-11-04 21:48:14+u! 3n1951-09-012B2023-11-04 21:48:14+t! 3n1951-09-01nB2023-11-04 21:48:14,s! 3m2002-11-24Oy2023-11-04 21:48:14,r! 3m2002-11-24Ey2023-11-04 21:48:14+q! 3m2002-11-242y2023-11-04 21:48:14,p! 3m2002-11-24y2023-11-04 21:48:14,o!3g1992-11-25>!f2023-11-04 21:48:14,n!3g1992-11-25q-f2023-11-04 21:48:14,m!3g1992-11-25 f2023-11-04 21:48:14+l!3g1992-11-25f2023-11-04 21:48:14,k!3g1992-11-25Df2023-11-04 21:48:14+j! 3g1992-11-25%f2023-11-04 21:48:14,i!3g1992-11-25,f2023-11-04 21:48:14+h! 3f1987-10-1892023-11-04 21:48:14,g!3f1987-10-182023-11-04 21:48:14,f!3f1987-10-18t2023-11-04 21:48:14,e!3f1987-10-182023-11-04 21:48:14,d!3f1987-10-18 2023-11-04 21:48:14,c!3f1987-10-182023-11-04 21:48:14+b!3f1987-10-18#)2023-11-04 21:48:14+a! 3f1987-10-182023-11-04 21:48:14,`!3f1987-10-18*2023-11-04 21:48:14,_!3f1987-10-18B2023-11-04 21:48:14,^!3f1987-10-18 2023-11-04 21:48:14+]!3f1987-10-1832023-11-04 21:48:14+\! 3f1987-10-182023-11-04 21:48:14,[!3f1987-10-18Z2023-11-04 21:48:14+Z! 3f1987-10-182023-11-04 21:48:14+Y!3e1973-03-11;62023-11-04 21:48:14,X!3e1973-03-11I2023-11-04 21:48:14,W!3e1973-03-11 2023-11-04 21:48:14-V!3e1973-03-11F2023-11-04 21:48:14,U!3e1973-03-112023-11-04 21:48:14,T!3e1973-03-112023-11-04 21:48:14,S!3e1973-03-11Y2023-11-04 21:48:14,R!3e1973-03-112023-11-04 21:48:14,Q!3e1973-03-11u2023-11-04 21:48:14+P!3c1994-12-18Em2023-11-04 21:48:14+O!3c1994-12-18am2023-11-04 21:48:14+N!3c1994-12-18m2023-11-04 21:48:14+M!3c1994-12-18W m2023-11-04 21:48:14+L!3c1994-12-18}m2023-11-04 21:48:14,K!3b1962-02-05 /V2023-11-04 21:48:14,J!3b1962-02-05&V2023-11-04 21:48:14,I!3b1962-02-05TV2023-11-04 21:48:14+H!3b1962-02-05^5V2023-11-04 21:48:14,G!3b1962-02-05 V2023-11-04 21:48:14,F!3b1962-02-05I V2023-11-04 21:48:14*E! 3b1962-02-05BV2023-11-04 21:48:14+D! 3b1962-02-05UV2023-11-04 21:48:14,C!3b1962-02-05^ V2023-11-04 21:48:14,B!3`1999-10-10 2023-11-04 21:48:14,A!3`1999-10-10 2023-11-04 21:48:14,@!3`1999-10-10- 2023-11-04 21:48:14,?!3`1999-10-10s 2023-11-04 21:48:14,>!3`1999-10-10Q 2023-11-04 21:48:14,=!3`1999-10-10 2023-11-04 21:48:14,<!3^1990-10-27n;2023-11-04 21:48:14,;!3^1990-10-27C;2023-11-04 21:48:14+:! 3^1990-10-27;2023-11-04 21:48:14+9!3]1998-09-262023-11-04 21:48:14+8!3]1998-09-26v+2023-11-04 21:48:14+7!3]1998-09-26/2023-11-04 21:48:14+6!3]1998-09-2602023-11-04 21:48:14+5!3]1998-09-269*2023-11-04 21:48:14+4!3]1998-09-26 2023-11-04 21:48:14-3!3\1946-06-022023-11-04 21:48:14,2!3\1946-06-02s2023-11-04 21:48:14-1!3\1946-06-02>2023-11-04 21:48:14,0!3\1946-06-02>2023-11-04 21:48:14,/!3\1946-06-02z'2023-11-04 21:48:14+.!3[1959-05-10Oi2023-11-04 21:48:14+-!3[1959-05-10Ni2023-11-04 21:48:14*,!3[1959-05-102i2023-11-04 21:48:14,+!3Y1960-11-202023-11-04 21:48:14-*!3Y1960-11-20,2023-11-04 21:48:14,)!3Y1960-11-202023-11-04 21:48:14-(!3Y1960-11-202023-11-04 21:48:14+'! 3Y1960-11-202023-11-04 21:48:14,&!3Y1960-11-202023-11-04 21:48:14,%! 3V1991-05-192023-11-04 21:48:14,$! 3V1991-05-19<2023-11-04 21:48:14,#! 3V1991-05-19S 2023-11-04 21:48:14,"! 3V1991-05-19'2023-11-04 21:48:14,!!3T1927-07-01<2023-11-04 21:48:14, !3T1927-07-01 2023-11-04 21:48:14,!3T1927-07-01^"2023-11-04 21:48:14+!3T1927-07-01^42023-11-04 21:48:14,!3T1927-07-01I2023-11-04 21:48:14,!3T1927-07-01 2023-11-04 21:48:14+!  3S2001-05-272023-11-04 21:48:14,! 3S2001-05-27'2023-11-04 21:48:14,! 3S2001-05-27<2023-11-04 21:48:14,! 3S2001-05-272023-11-04 21:48:14*!  3S2001-05-272023-11-04 21:48:14+!  3S2001-05-27U2023-11-04 21:48:14,! 3S2001-05-27S 2023-11-04 21:48:14+!  3S2001-05-272023-11-04 21:48:14,!3R1996-11-1022023-11-04 21:48:14,!3R1996-11-10 22023-11-04 21:48:14,!3R1996-11-1022023-11-04 21:48:14*! 3R1996-11-10A22023-11-04 21:48:14,!3R1996-11-1022023-11-04 21:48:14,!3R1996-11-10 22023-11-04 21:48:14+ !3R1996-11-1022023-11-04 21:48:14, !3R1996-11-10322023-11-04 21:48:14+ ! 3R1996-11-1022023-11-04 21:48:14, !3P2000-11-262023-11-04 21:48:14, !3P2000-11-262023-11-04 21:48:14,!3P2000-11-262023-11-04 21:48:14-!3P2000-11-26`2023-11-04 21:48:14,!3P2000-11-262023-11-04 21:48:14,!3P2000-11-26T2023-11-04 21:48:14,!3O2003-01-22YQ2023-11-04 21:48:14,!3O2003-01-22Q2023-11-04 21:48:14,!3O2003-01-22*Q2023-11-04 21:48:14,!3O2003-01-22Q2023-11-04 21:48:14,!3O2003-01-22,Q2023-11-04 21:48:14,!3O2003-01-22Q2023-11-04 21:48:14,~!3O2003-01-22Q2023-11-04 21:48:14,}!3O2003-01-22e Q2023-11-04 21:48:14,|!3O2003-01-22Q2023-11-04 21:48:14,{!3M1972-12-102023-11-04 21:48:14-z!3M1972-12-102023-11-04 21:48:14,y!3M1972-12-10E2023-11-04 21:48:14,x!3M1972-12-102023-11-04 21:48:14,w!3M1972-12-102023-11-04 21:48:14,v!3M1972-12-10v2023-11-04 21:48:14,u!3M1972-12-10&2023-11-04 21:48:14,t!3L1995-05-21Vp2023-11-04 21:48:14,s!3L1995-05-21:p2023-11-04 21:48:14,r!3L1995-05-21p2023-11-04 21:48:14,q!3L1995-05-21p2023-11-04 21:48:14,p!3L1995-05-21bp2023-11-04 21:48:14,o!3L1995-05-21 p2023-11-04 21:48:14,n!3L1995-05-21p2023-11-04 21:48:14,m!3L1995-05-21p2023-11-04 21:48:14,l!3L1995-05-21 p2023-11-04 21:48:14,k!3L1995-05-21"p2023-11-04 21:48:14,j!3L1995-05-21p2023-11-04 21:48:14,i! 3J1996-05-26'2023-11-04 21:48:14,h! 3J1996-05-26S 2023-11-04 21:48:14,g! 3J1996-05-262023-11-04 21:48:14,f! 3J1996-05-26<2023-11-04 21:48:14,e! 3J1996-05-262023-11-04 21:48:14,d!3H2001-09-10M2023-11-04 21:48:14,c!3H2001-09-10&M2023-11-04 21:48:14,b!3H2001-09-10_M2023-11-04 21:48:14+a! 3H2001-09-10 M2023-11-04 21:48:14,`!3H2001-09-10 M2023-11-04 21:48:14+_!3H2001-09-10QM2023-11-04 21:48:14+^!3H2001-09-10h+M2023-11-04 21:48:14,]!3H2001-09-10M2023-11-04 21:48:14+\! 3G2009-08-302023-11-04 21:48:14,[!3G2009-08-302023-11-04 21:48:14+Z!3G2009-08-302023-11-04 21:48:14,Y!3G2009-08-30E2023-11-04 21:48:14+X! 3G2009-08-302023-11-04 21:48:14,W!3G2009-08-30w2023-11-04 21:48:14-V!3G2009-08-3042023-11-04 21:48:14,U!3G2009-08-30 2023-11-04 21:48:14,T!3G2009-08-30d2023-11-04 21:48:14,S!3G2009-08-302023-11-04 21:48:14,R!3E1990-10-07Pi2023-11-04 21:48:14,Q!3E1990-10-07<i2023-11-04 21:48:14+P!3E1990-10-072!i2023-11-04 21:48:14,O!3E1990-10-07 i2023-11-04 21:48:14+N!3C1965-04-072023-11-04 21:48:14,M!3C1965-04-07>2023-11-04 21:48:14,L!3C1965-04-07H2023-11-04 21:48:14,K!3C1965-04-07q/2023-11-04 21:48:14*J! 3C1965-04-07\2023-11-04 21:48:14+I!3B1987-08-15n:y2023-11-04 21:48:14+H!3B1987-08-15'y2023-11-04 21:48:14+G!3A1954-11-13-B2023-11-04 21:48:14+F!3A1954-11-13n#B2023-11-04 21:48:14,E!3@1959-10-26P _2023-11-04 21:48:14,D!3@1959-10-26 _2023-11-04 21:48:14,C!3@1959-10-26>_2023-11-04 21:48:14,B!3@1959-10-26_2023-11-04 21:48:14+A!3?2008-11-30sv2023-11-04 21:48:14*@!3?2008-11-30v2023-11-04 21:48:14+?!3?2008-11-30`nv2023-11-04 21:48:14+>!3?2008-11-30v2023-11-04 21:48:14+=!3?2008-11-30v2023-11-04 21:48:14+<!3?2008-11-30Av2023-11-04 21:48:14,;! 3>1967-06-112023-11-04 21:48:14,:! 3>1967-06-11>2023-11-04 21:48:14,9! 3>1967-06-11 2023-11-04 21:48:14+8!  3>1967-06-112023-11-04 21:48:14,7! 3>1967-06-11P 2023-11-04 21:48:14,6!3<1997-06-06q6=2023-11-04 21:48:14+5!3<1997-06-06=2023-11-04 21:48:14,4!3<1997-06-06%=2023-11-04 21:48:14+3! 3<1997-06-06=2023-11-04 21:48:14,2!3<1997-06-06>=2023-11-04 21:48:14,1!3<1997-06-06,=2023-11-04 21:48:14,0!3<1997-06-06M=2023-11-04 21:48:14+/! 3<1997-06-06=2023-11-04 21:48:14,.!3<1997-06-06=2023-11-04 21:48:14+-! 3;1997-05-012023-11-04 21:48:14,,!3;1997-05-01?2023-11-04 21:48:14-+!3;1997-05-012023-11-04 21:48:14,*!3;1997-05-01 2023-11-04 21:48:14-)!3;1997-05-012023-11-04 21:48:14,(!3;1997-05-012023-11-04 21:48:14+'! 3;1997-05-012023-11-04 21:48:14,&!3;1997-05-01.2023-11-04 21:48:14,%!3;1997-05-012023-11-04 21:48:14,$!3;1997-05-0172023-11-04 21:48:14,#!3;1997-05-012023-11-04 21:48:14,"!3:2007-03-18I 2023-11-04 21:48:14,!!3:2007-03-18^22023-11-04 21:48:14, !3:2007-03-182023-11-04 21:48:14+!3:2007-03-18^32023-11-04 21:48:14,!3:2007-03-18&2023-11-04 21:48:14*! 3:2007-03-18B2023-11-04 21:48:14,!3:2007-03-18 2023-11-04 21:48:14,!3:2007-03-182023-11-04 21:48:14,!3:2007-03-18-2023-11-04 21:48:14,!381956-01-02X2023-11-04 21:48:14,!381956-01-02I2023-11-04 21:48:14-!381956-01-022023-11-04 21:48:14,!381956-01-02>G2023-11-04 21:48:14,!381956-01-0202023-11-04 21:48:14,!381956-01-02F2023-11-04 21:48:14,!381956-01-0232023-11-04 21:48:14,!381956-01-02_2023-11-04 21:48:14-!371970-06-18J2023-11-04 21:48:14+! 371970-06-182023-11-04 21:48:14-!371970-06-18 2023-11-04 21:48:14,!371970-06-182023-11-04 21:48:14+ ! 371970-06-182023-11-04 21:48:14, !371970-06-18]2023-11-04 21:48:14+ ! 371970-06-182023-11-04 21:48:14+ ! 371970-06-18D2023-11-04 21:48:14, !362007-10-214W2023-11-04 21:48:14,!362007-10-21ZW2023-11-04 21:48:14,!362007-10-21W2023-11-04 21:48:14+! 362007-10-21W2023-11-04 21:48:14,!362007-10-21>W2023-11-04 21:48:14+! 362007-10-21W2023-11-04 21:48:14+! 362007-10-21&W2023-11-04 21:48:14,!362007-10-21W2023-11-04 21:48:14+!362007-10-21#+W2023-11-04 21:48:14+!362007-10-21W2023-11-04 21:48:14,!362007-10-21W2023-11-04 21:48:14+~! 362007-10-21W2023-11-04 21:48:14+}!331982-11-24K62023-11-04 21:48:14+|!331982-11-2462023-11-04 21:48:14+{!331982-11-24>62023-11-04 21:48:14+z!331982-11-24qF62023-11-04 21:48:14*y!331982-11-2462023-11-04 21:48:14,x!321994-06-122023-11-04 21:48:14,w!321994-06-12.2023-11-04 21:48:14,v!321994-06-1262023-11-04 21:48:14,u!321994-06-12 2023-11-04 21:48:14,t!321994-06-122023-11-04 21:48:14,s!3-1996-06-01=DC2023-11-04 21:48:14,r!3-1996-06-01C2023-11-04 21:48:14,q!3-1996-06-01hC2023-11-04 21:48:14,p!3-1996-06-01C2023-11-04 21:48:14,o!3-1996-06-01c C2023-11-04 21:48:14,n!3-1996-06-01=C2023-11-04 21:48:14,m!3+1999-06-136m2023-11-04 21:48:14,l!3+1999-06-13.m2023-11-04 21:48:14+k! 3+1999-06-13m2023-11-04 21:48:14,j!3+1999-06-13m2023-11-04 21:48:14,i!3+1999-06-13m2023-11-04 21:48:14,h!3+1999-06-13 m2023-11-04 21:48:14,g!3)1939-07-012023-11-04 21:48:14,f!3)1939-07-012023-11-04 21:48:14,e!3)1939-07-01I2023-11-04 21:48:14,d!3)1939-07-01^2023-11-04 21:48:14,c!3)1939-07-012023-11-04 21:48:14+b!3)1939-07-01^82023-11-04 21:48:14,a!3)1939-07-01U2023-11-04 21:48:14,`! 3'1960-09-18"2023-11-04 21:48:14,_! 3'1960-09-18r2023-11-04 21:48:14,^! 3'1960-09-18'2023-11-04 21:48:14,]! 3'1960-09-18r2023-11-04 21:48:14,\! 3'1960-09-18|(2023-11-04 21:48:14,[!3&1992-06-062023-11-04 21:48:14,Z!3&1992-06-06 2023-11-04 21:48:14,Y!3&1992-06-06vJ2023-11-04 21:48:14,X!3&1992-06-062023-11-04 21:48:14,W!3&1992-06-0602023-11-04 21:48:14,V!3&1992-06-062023-11-04 21:48:14+U!3%1951-06-17^h2023-11-04 21:48:14+T!3%1951-06-17Wh2023-11-04 21:48:14+S!3%1951-06-17ah2023-11-04 21:48:14 JsD~~~~Z~,}}}}p}B}||||Z|,{{{{q{B{zzzzZz+yyyypyAyxxxxTx%wwwwiw:w vvvvPv!uuuueu6uttt}tMtssssas2srrryrJrqqqq\q-ppppppApooooUo&nnnnnn?nmmmmRm#llllhl9l kkk|kMkjjjjaj3jiiiwiHihhhh]h.ggggtgEgffffZf+eeeeoeAeddddVd&ccccjcDCCCCUC'BBBBkB=BAAAAUA&@@@@l@>@????T?%>>>>k>=>====R=#<<<10000T0%////q/D/....]..----s-D-,,,,Y,*++++p+A+****V*'))))l)=)((((R($''''i':' &&&}&N&%%%%c%5%$$$z$K$####a#2#"""v"G"!!!!\!. r C X)m?X*n?S$i9 }Nc4yJ`2xI^/tF].sD\.vH_0 u F  ^ 0  y K  ` 2  w H `3|O d5yJ,!3P1999-05-08 2023-11-04 21:48:14,!3O1971-11-07J2023-11-04 21:48:14,!3O1971-11-07 J2023-11-04 21:48:14,!3O1971-11-07J2023-11-04 21:48:14,!3O1971-11-07/J2023-11-04 21:48:14,!3O1971-11-07J2023-11-04 21:48:14, !3O1971-11-07VJ2023-11-04 21:48:14, !3O1971-11-07=J2023-11-04 21:48:14, !3O1971-11-07 J2023-11-04 21:48:14, !3O1971-11-07"J2023-11-04 21:48:14, !3O1971-11-07J2023-11-04 21:48:14*!3N1989-06-15M2023-11-04 21:48:14+!3N1989-06-15M2023-11-04 21:48:14+!3N1989-06-15M2023-11-04 21:48:14+!3N1989-06-15MM2023-11-04 21:48:14*! 3N1989-06-15{M2023-11-04 21:48:14*! 3N1989-06-15%M2023-11-04 21:48:14+!3N1989-06-15q7M2023-11-04 21:48:14+!3N1989-06-15>M2023-11-04 21:48:14,!3J1946-11-27& 2023-11-04 21:48:14,!3J1946-11-27n* 2023-11-04 21:48:14+~!3H1954-05-18\2023-11-04 21:48:14,}!3H1954-05-18q22023-11-04 21:48:14+|!3H1954-05-182023-11-04 21:48:14,{!3H1954-05-182023-11-04 21:48:14,z!3H1954-05-18>2023-11-04 21:48:14,y!3H1954-05-18A2023-11-04 21:48:14+x! 3G1966-03-31D2023-11-04 21:48:14-w!3G1966-03-312023-11-04 21:48:14,v!3G1966-03-31 2023-11-04 21:48:14-u!3G1966-03-31l2023-11-04 21:48:14,t!3G1966-03-312023-11-04 21:48:14*s! 3F2010-05-06w2023-11-04 21:48:14+r!3F2010-05-06?w2023-11-04 21:48:14+q!3F2010-05-067w2023-11-04 21:48:14*p! 3F2010-05-06w2023-11-04 21:48:14,o!3F2010-05-06w2023-11-04 21:48:14*n! 3F2010-05-06w2023-11-04 21:48:14+m!3F2010-05-069w2023-11-04 21:48:14+l!3F2010-05-06w2023-11-04 21:48:14,k!3F2010-05-063w2023-11-04 21:48:14+j!3F2010-05-06w2023-11-04 21:48:14+i!3F2010-05-06w2023-11-04 21:48:14,h! 3D1969-09-07 2023-11-04 21:48:14,g! 3D1969-09-072023-11-04 21:48:14+f! 3D1969-09-07hJ2023-11-04 21:48:14,e! 3D1969-09-072023-11-04 21:48:14,d! 3D1969-09-072023-11-04 21:48:14,c!3C1964-06-07@2023-11-04 21:48:14,b!3C1964-06-07@2023-11-04 21:48:14,a!3C1964-06-07@2023-11-04 21:48:14,`!3C1964-06-07@2023-11-04 21:48:14,_!3C1964-06-07@2023-11-04 21:48:14+^!3B2006-11-22!A2023-11-04 21:48:14+]!3B2006-11-22A2023-11-04 21:48:14+\!3B2006-11-22eA2023-11-04 21:48:14+[!3B2006-11-22A2023-11-04 21:48:14+Z!3B2006-11-22A2023-11-04 21:48:14+Y!3B2006-11-22A2023-11-04 21:48:14+X!3B2006-11-22YA2023-11-04 21:48:14+W!3B2006-11-22 A2023-11-04 21:48:14+V!3B2006-11-22)A2023-11-04 21:48:14+U!3B2006-11-22A2023-11-04 21:48:14+T!3A1929-07-01^<2023-11-04 21:48:14,S!3A1929-07-01 2023-11-04 21:48:14,R!3A1929-07-01;2023-11-04 21:48:14,Q!3A1929-07-012023-11-04 21:48:14,P!3A1929-07-01I2023-11-04 21:48:14,O!3A1929-07-01^2023-11-04 21:48:14,N!3?1951-07-03I2023-11-04 21:48:14+M!3?1951-07-03^32023-11-04 21:48:14,L!3?1951-07-03^2023-11-04 21:48:14,K!3?1951-07-0352023-11-04 21:48:14,J!3?1951-07-03 +2023-11-04 21:48:14,I!3?1951-07-03 2023-11-04 21:48:14*H! 3?1951-07-03B2023-11-04 21:48:14,G!3=1958-06-01P2023-11-04 21:48:14+F!3=1958-06-01?2023-11-04 21:48:14,E!3=1958-06-01h2023-11-04 21:48:14+D! 3=1958-06-01"2023-11-04 21:48:14,C!3=1958-06-0172023-11-04 21:48:14,B!3=1958-06-012023-11-04 21:48:14,A!3<2002-07-27{ 2023-11-04 21:48:14,@!3<2002-07-27n42023-11-04 21:48:14,?!3<2002-07-27 2023-11-04 21:48:14,>!3<2002-07-27b2023-11-04 21:48:14,=!3<2002-07-27!2023-11-04 21:48:14,<!3<2002-07-27i 2023-11-04 21:48:14,;!3<2002-07-272023-11-04 21:48:14,:!3;1989-09-11_2023-11-04 21:48:14+9!3;1989-09-11Q2023-11-04 21:48:14,8!3;1989-09-112023-11-04 21:48:14+7!3;1989-09-11h?2023-11-04 21:48:14+6! 3;1989-09-112023-11-04 21:48:14,5!3;1989-09-11 2023-11-04 21:48:14,4!3;1989-09-11%2023-11-04 21:48:14+3! 3:1994-05-032023-11-04 21:48:14,2!3:1994-05-03Y2023-11-04 21:48:14,1!3:1994-05-032023-11-04 21:48:14,0!3:1994-05-032023-11-04 21:48:14,/!3:1994-05-03e2023-11-04 21:48:14+.!3:1994-05-03p2023-11-04 21:48:14,-!3:1994-05-032023-11-04 21:48:14,,!3:1994-05-03%2023-11-04 21:48:14,+!3:1994-05-032023-11-04 21:48:14,*!3:1994-05-03q2023-11-04 21:48:14,)!3:1994-05-032023-11-04 21:48:14,(!3:1994-05-03"2023-11-04 21:48:14,'!381974-02-282023-11-04 21:48:14,&!381974-02-2872023-11-04 21:48:14,%!381974-02-282023-11-04 21:48:14,$!381974-02-282023-11-04 21:48:14,#!381974-02-282023-11-04 21:48:14-"!381974-02-28)2023-11-04 21:48:14+!! 381974-02-282023-11-04 21:48:14- !381974-02-28-2023-11-04 21:48:14,!381974-02-282023-11-04 21:48:14+! 381974-02-28?2023-11-04 21:48:14,!352001-09-23&2023-11-04 21:48:14,!352001-09-23*2023-11-04 21:48:14,!352001-09-23,2023-11-04 21:48:14,!352001-09-23F2023-11-04 21:48:14-!352001-09-23u2023-11-04 21:48:14,!352001-09-2352023-11-04 21:48:14,!352001-09-232023-11-04 21:48:14,!352001-09-23A2023-11-04 21:48:14,!341993-06-06$S2023-11-04 21:48:14,!341993-06-06S2023-11-04 21:48:14,!341993-06-06S2023-11-04 21:48:14,!341993-06-06S2023-11-04 21:48:14,!341993-06-06S2023-11-04 21:48:14+!341993-06-06 S2023-11-04 21:48:14,!341993-06-06S2023-11-04 21:48:14,!341993-06-06X S2023-11-04 21:48:14+ ! 332005-02-08 2023-11-04 21:48:14+ ! 332005-02-08 2023-11-04 21:48:14* ! 332005-02-08J2023-11-04 21:48:14+ ! 332005-02-08c2023-11-04 21:48:14, !332005-02-082023-11-04 21:48:14,!332005-02-08]/2023-11-04 21:48:14,!332005-02-08E42023-11-04 21:48:14,!332005-02-082023-11-04 21:48:14,!332005-02-0822023-11-04 21:48:14,!332005-02-08l 2023-11-04 21:48:14,!332005-02-08N2023-11-04 21:48:14,!321957-06-10pG2023-11-04 21:48:14,!321957-06-10pG2023-11-04 21:48:14,!321957-06-10G2023-11-04 21:48:14,!321957-06-10(G2023-11-04 21:48:14,~!321957-06-10piG2023-11-04 21:48:14,}!311996-10-12,>2023-11-04 21:48:14,|!311996-10-12i>2023-11-04 21:48:14,{!311996-10-12n%>2023-11-04 21:48:14+z! 311996-10-12>2023-11-04 21:48:14,y!311996-10-12{>2023-11-04 21:48:14,x!311996-10-12 >2023-11-04 21:48:14+w! 302007-10-19d2023-11-04 21:48:14,v!302007-10-19d2023-11-04 21:48:14-u!302007-10-19d2023-11-04 21:48:14,t!302007-10-19t d2023-11-04 21:48:14+s! 302007-10-19Pd2023-11-04 21:48:14,r!302007-10-19u%d2023-11-04 21:48:14,q!302007-10-19d2023-11-04 21:48:14-p!302007-10-19d2023-11-04 21:48:14,o! 3,2006-05-21S 2023-11-04 21:48:14,n! 3,2006-05-212023-11-04 21:48:14,m! 3,2006-05-21'2023-11-04 21:48:14+l!  3,2006-05-21U2023-11-04 21:48:14,k! 3,2006-05-212023-11-04 21:48:14,j! 3,2006-05-21<2023-11-04 21:48:14,i!3*2005-09-112023-11-04 21:48:14-h!3*2005-09-11(2023-11-04 21:48:14+g! 3*2005-09-112023-11-04 21:48:14+f!3*2005-09-112023-11-04 21:48:14,e!3*2005-09-11E2023-11-04 21:48:14+d! 3*2005-09-112023-11-04 21:48:14,c!3*2005-09-112023-11-04 21:48:14,b!3*2005-09-11q2023-11-04 21:48:14,a!3*2005-09-11 2023-11-04 21:48:14,`!3(1972-10-302023-11-04 21:48:14,_!3(1972-10-30k2023-11-04 21:48:14,^!3(1972-10-30pm2023-11-04 21:48:14,]!3(1972-10-30(2023-11-04 21:48:14,\!3(1972-10-30p2023-11-04 21:48:14,[!3'1996-04-21)#2023-11-04 21:48:14-Z!3'1996-04-21)2023-11-04 21:48:14,Y!3'1996-04-21;2023-11-04 21:48:14,X!3'1996-04-21T{2023-11-04 21:48:14+W! 3'1996-04-212023-11-04 21:48:14,V!3'1996-04-212023-11-04 21:48:14,U!3'1996-04-21u]2023-11-04 21:48:14+T! 3'1996-04-212023-11-04 21:48:14,S!3'1996-04-21HK2023-11-04 21:48:14,R!3'1996-04-21s2023-11-04 21:48:14,Q!3'1996-04-21v2023-11-04 21:48:14,P! 3&1947-10-272023-11-04 21:48:14,O! 3&1947-10-272023-11-04 21:48:14,N! 3&1947-10-272023-11-04 21:48:14,M! 3&1947-10-2702023-11-04 21:48:14,L! 3&1947-10-272023-11-04 21:48:14+K! 3"1993-10-252023-11-04 21:48:14,J!3"1993-10-252023-11-04 21:48:14,I!3"1993-10-2562023-11-04 21:48:14,H!3"1993-10-25( 2023-11-04 21:48:14,G!3"1993-10-2542023-11-04 21:48:14-F!3"1993-10-25p2023-11-04 21:48:14+E! 3!1954-04-11"2023-11-04 21:48:14,D!3!1954-04-1172023-11-04 21:48:14,C!3!1954-04-112023-11-04 21:48:14,B!3!1954-04-11R2023-11-04 21:48:14+A!3!1954-04-11?2023-11-04 21:48:14+@! 3!1954-04-112023-11-04 21:48:14,?!3!1954-04-11_2023-11-04 21:48:14,>!31952-06-25 2023-11-04 21:48:14,=!31952-06-25, 2023-11-04 21:48:14,<!31952-06-252023-11-04 21:48:14,;!31952-06-252023-11-04 21:48:14,:!31952-06-252023-11-04 21:48:14,9!31952-06-25 2023-11-04 21:48:14,8!31952-06-252023-11-04 21:48:14+7!31952-06-252023-11-04 21:48:14,6!31947-10-28 2023-11-04 21:48:14,5!31947-10-28E12023-11-04 21:48:14,4!31947-10-28 2023-11-04 21:48:14,3!31947-10-28]92023-11-04 21:48:14,2!31947-10-28F2023-11-04 21:48:14,1!31947-10-28N2023-11-04 21:48:14,0!31947-10-28b2023-11-04 21:48:14*/!31990-06-09%02023-11-04 21:48:14*.!31990-06-09j2023-11-04 21:48:14*-!31990-06-092023-11-04 21:48:14*,!31990-06-092023-11-04 21:48:14*+!31990-06-0902023-11-04 21:48:14**!31990-06-09/2023-11-04 21:48:14*)!31990-06-092023-11-04 21:48:14,(!31995-10-01 2023-11-04 21:48:14,'!31995-10-012023-11-04 21:48:14,&!31995-10-012023-11-04 21:48:14,%!31995-10-012023-11-04 21:48:14+$!31995-10-01 2023-11-04 21:48:14,#!31995-10-012023-11-04 21:48:14,"!31995-10-012023-11-04 21:48:14,!!31995-10-0152023-11-04 21:48:14, !31995-10-012023-11-04 21:48:14,!31976-09-18"02023-11-04 21:48:14,!31976-09-1802023-11-04 21:48:14,!31968-01-23N%92023-11-04 21:48:14,!31968-01-2392023-11-04 21:48:14,!31968-01-23E"92023-11-04 21:48:14,!31968-01-2392023-11-04 21:48:14,!31968-01-23]>92023-11-04 21:48:14,!31968-01-23b92023-11-04 21:48:14,!31968-01-23l 92023-11-04 21:48:14,!32010-06-092023-11-04 21:48:14,!32010-06-092023-11-04 21:48:14,!32010-06-09Y 2023-11-04 21:48:14,!32010-06-092023-11-04 21:48:14,!32010-06-092023-11-04 21:48:14,!32010-06-09e2023-11-04 21:48:14,!32010-06-092023-11-04 21:48:14,!32010-06-092023-11-04 21:48:14,!32010-06-092023-11-04 21:48:14, !32010-06-09 2023-11-04 21:48:14, !31963-05-152023-11-04 21:48:14, !31963-05-152023-11-04 21:48:14, !31963-05-15 2023-11-04 21:48:14+ ! 31963-05-15q2023-11-04 21:48:14,!31963-05-152023-11-04 21:48:14,!31963-05-152023-11-04 21:48:14,!31963-05-15;2023-11-04 21:48:14,!31963-05-15, 2023-11-04 21:48:14,!31963-05-15+2023-11-04 21:48:14,!31963-05-1522023-11-04 21:48:14,! 31976-09-05S2023-11-04 21:48:14,! 31976-09-05< 2023-11-04 21:48:14,! 31976-09-052023-11-04 21:48:14+!  31976-09-052023-11-04 21:48:14,~!31987-03-1682023-11-04 21:48:14,}!31987-03-16&2023-11-04 21:48:14,|!31987-03-162023-11-04 21:48:14,{!31987-03-16 2023-11-04 21:48:14*z! 31987-03-16B2023-11-04 21:48:14,y!31987-03-16^52023-11-04 21:48:14,x!31987-03-16 2023-11-04 21:48:14+w!31987-03-16^(2023-11-04 21:48:14,v!31987-03-162023-11-04 21:48:14,u!31987-03-16I 2023-11-04 21:48:14,t!31989-06-18.2023-11-04 21:48:14,s!31989-06-182023-11-04 21:48:14,r!31989-06-18 2023-11-04 21:48:14+q! 31989-06-182023-11-04 21:48:14,p!31989-06-182023-11-04 21:48:14,o!31989-06-1862023-11-04 21:48:14,n!31989-06-182023-11-04 21:48:14+m! 3 2000-10-152023-11-04 21:48:14,l!3 2000-10-152023-11-04 21:48:14,k!3 2000-10-152023-11-04 21:48:14*j! 3 2000-10-15A2023-11-04 21:48:14,i!3 2000-10-152023-11-04 21:48:14+h!3 2000-10-15 2023-11-04 21:48:14,g!3 2000-10-15"2023-11-04 21:48:14,f!3 2000-10-15 2023-11-04 21:48:14,e!3 2000-10-1532023-11-04 21:48:14,d!3 2000-10-152023-11-04 21:48:14,c!3 2010-06-12m 2023-11-04 21:48:14,b!3 2010-06-12 2023-11-04 21:48:14,a!3 2010-06-120  2023-11-04 21:48:14,`!3 2010-06-12 2023-11-04 21:48:14,_!3 2010-06-12 2023-11-04 21:48:14,^!3 2010-06-12T  2023-11-04 21:48:14,]!3 2010-06-12 2023-11-04 21:48:14,\!3 2010-06-12> 2023-11-04 21:48:14+[!3 1973-09-09Q62023-11-04 21:48:14,Z!3 1973-09-0962023-11-04 21:48:14,Y!3 1973-09-0962023-11-04 21:48:14+X! 3 1973-09-0962023-11-04 21:48:14+W!3 1973-09-09h>62023-11-04 21:48:14,V!3 1973-09-0962023-11-04 21:48:14,U!3 1973-09-0962023-11-04 21:48:14,T!3 1973-09-09_62023-11-04 21:48:14,S!3 2008-09-212023-11-04 21:48:14,R!3 2008-09-2132023-11-04 21:48:14+Q!3 2008-09-212023-11-04 21:48:14+P! 3 2008-09-212023-11-04 21:48:14,O!3 2008-09-212023-11-04 21:48:14*N! 3 2008-09-21A2023-11-04 21:48:14,M!3 2008-09-212023-11-04 21:48:14,L!3 2008-09-212023-11-04 21:48:14,K!3 2008-09-21F 2023-11-04 21:48:14+J! 3 1991-10-202023-11-04 21:48:14+I! 3 1991-10-2092023-11-04 21:48:14,H!3 1991-10-20 2023-11-04 21:48:14,G!3 1991-10-20#2023-11-04 21:48:14+F!3 1991-10-20#)2023-11-04 21:48:14+E! 3 1991-10-20&2023-11-04 21:48:14,D!3 1991-10-20t2023-11-04 21:48:14,C!3 1991-10-20Z2023-11-04 21:48:14,B!3 1991-10-202023-11-04 21:48:14,A!3 1991-10-202023-11-04 21:48:14+@! 3 1991-10-202023-11-04 21:48:14+?!3 1991-10-20,2023-11-04 21:48:14,>!3 1991-10-202023-11-04 21:48:14,=!3 1991-10-202023-11-04 21:48:14+<! 3 1991-10-202023-11-04 21:48:14,;!3 1991-10-202023-11-04 21:48:14,:!3 1991-10-20B2023-11-04 21:48:14+9! 3 1991-10-202023-11-04 21:48:14+8!31992-02-22"2023-11-04 21:48:14+7!31992-02-222023-11-04 21:48:14,6!31965-09-12 2023-11-04 21:48:14,5!31965-09-122023-11-04 21:48:14,4!31965-09-122023-11-04 21:48:14,3!31965-09-122023-11-04 21:48:14,2!31965-09-122023-11-04 21:48:14+1!31965-09-12hD2023-11-04 21:48:14,0!31951-05-30E2023-11-04 21:48:14+/!31951-05-302023-11-04 21:48:14,.!31951-05-302023-11-04 21:48:14,-!31951-05-30>2023-11-04 21:48:14+,!31951-05-30\2023-11-04 21:48:14,+!31951-05-30q(2023-11-04 21:48:14,*! 31992-04-092023-11-04 21:48:14,)! 31992-04-09?2023-11-04 21:48:14,(! 31992-04-092023-11-04 21:48:14,'! 31992-04-09 2023-11-04 21:48:14-&! 31992-04-09P2023-11-04 21:48:14,%! 31992-04-092023-11-04 21:48:14,$! 31992-04-0972023-11-04 21:48:14+#!  31992-04-092023-11-04 21:48:14-"! 31992-04-092023-11-04 21:48:14,!!31981-11-28d2023-11-04 21:48:14, !31981-11-28/2023-11-04 21:48:14,!31981-11-28n+2023-11-04 21:48:14,! 32010-09-19V2023-11-04 21:48:14,! 32010-09-19pV2023-11-04 21:48:14,! 32010-09-19 V2023-11-04 21:48:14,! 32010-09-19kV2023-11-04 21:48:14,! 32010-09-19rV2023-11-04 21:48:14,! 32010-09-19V2023-11-04 21:48:14,! 32010-09-19|V2023-11-04 21:48:14,! 32010-09-19V2023-11-04 21:48:14+! 32003-11-09H2023-11-04 21:48:14-!32003-11-09H2023-11-04 21:48:14,!32003-11-09E"H2023-11-04 21:48:14,!32003-11-09 H2023-11-04 21:48:14,!32003-11-09H2023-11-04 21:48:14,!32003-11-09 H2023-11-04 21:48:14-!32003-11-09H2023-11-04 21:48:14+! 32003-11-09H2023-11-04 21:48:14,!32003-11-09fH2023-11-04 21:48:14, !32003-04-12#F2023-11-04 21:48:14, !32003-04-12F2023-11-04 21:48:14- !31989-11-05:2023-11-04 21:48:14, !31989-11-05/2023-11-04 21:48:14+ ! 31989-11-05s2023-11-04 21:48:14,!31989-11-05#2023-11-04 21:48:14,!31989-11-052023-11-04 21:48:14+! 31958-05-252023-11-04 21:48:14,!31958-05-25T2023-11-04 21:48:14,!31958-05-252023-11-04 21:48:14,!31958-05-252023-11-04 21:48:14-!31958-05-25@2023-11-04 21:48:14,!31958-05-252023-11-04 21:48:14+!31958-05-25]2023-11-04 21:48:14,!31958-05-25 2023-11-04 21:48:14,~!31958-05-25?2023-11-04 21:48:14+}! 31958-05-252023-11-04 21:48:14-|!31958-05-25a2023-11-04 21:48:14,{!31958-05-252023-11-04 21:48:14+z!31986-07-06V82023-11-04 21:48:14,y!31986-07-06U82023-11-04 21:48:14,x!31986-07-06E882023-11-04 21:48:14,w!31986-07-0682023-11-04 21:48:14,v!31986-07-06 82023-11-04 21:48:14-u!31986-07-06,82023-11-04 21:48:14,t!31986-07-0682023-11-04 21:48:14,s!31986-07-0682023-11-04 21:48:14*r!31946-06-022023-11-04 21:48:14*q!31946-06-022023-11-04 21:48:14*p!31946-06-02s2023-11-04 21:48:14+o!31946-06-02a2023-11-04 21:48:14*n!31946-06-022023-11-04 21:48:14*m!31946-06-02@h2023-11-04 21:48:14*l!31946-06-022023-11-04 21:48:14*k!31946-06-02*2023-11-04 21:48:14*j!31946-06-022023-11-04 21:48:14*i!31946-06-02O2023-11-04 21:48:14*h!31946-06-0222023-11-04 21:48:14)g! 31946-06-02j2023-11-04 21:48:14)f!31946-06-02]2023-11-04 21:48:14,e!31976-06-20J2023-11-04 21:48:14-d!31976-06-20aJ2023-11-04 21:48:14,c!31976-06-20J2023-11-04 21:48:14,b!31976-06-20J2023-11-04 21:48:14,a!31976-06-20J2023-11-04 21:48:14,`!31976-06-20J2023-11-04 21:48:14,_!31976-06-20?#J2023-11-04 21:48:14+^!31976-06-20]J2023-11-04 21:48:14-]!31976-06-20@J2023-11-04 21:48:14,\!31976-06-209J2023-11-04 21:48:14+[! 31976-06-209J2023-11-04 21:48:14,Z!31981-11-082023-11-04 21:48:14,Y!31981-11-082023-11-04 21:48:14,X!31981-11-08V2023-11-04 21:48:14,W!31981-11-08"2023-11-04 21:48:14,V!31981-11-08:2023-11-04 21:48:14+U! 31981-11-082023-11-04 21:48:14,T!31981-11-08b#2023-11-04 21:48:14,S!31981-11-082023-11-04 21:48:14,R!31981-11-082023-11-04 21:48:14,Q!31981-11-082023-11-04 21:48:14,P!31981-11-08+2023-11-04 21:48:14,O!31981-11-082023-11-04 21:48:14,N!31981-11-082023-11-04 21:48:14,M!31981-11-082023-11-04 21:48:14,L!32008-03-09Q&2023-11-04 21:48:14+K! 32008-03-09'&2023-11-04 21:48:14,J!32008-03-09&2023-11-04 21:48:14-I!32008-03-09&2023-11-04 21:48:14-H!32008-03-09&2023-11-04 21:48:14,G!32008-03-09&2023-11-04 21:48:14+F!32008-03-09v&2023-11-04 21:48:14+E! 32008-03-09&2023-11-04 21:48:14,D!32008-03-09~ &2023-11-04 21:48:14,C!32008-03-09&2023-11-04 21:48:14,B! 31977-09-11)2023-11-04 21:48:14,A! 31977-09-11 2023-11-04 21:48:14,@! 31977-09-112023-11-04 21:48:14+?! 31977-09-11hL2023-11-04 21:48:14+>! 31977-09-11Q2023-11-04 21:48:14,=! 31977-09-112023-11-04 21:48:14,<!32001-05-132023-11-04 21:48:14,;!32001-05-13) 2023-11-04 21:48:14-:!32001-05-13)2023-11-04 21:48:14,9!32001-05-132023-11-04 21:48:14,8!32001-05-13} 2023-11-04 21:48:14,7!32001-05-13S2023-11-04 21:48:14,6!32001-05-132023-11-04 21:48:14,5!32001-05-13s(2023-11-04 21:48:14+4! 32001-05-132023-11-04 21:48:14,3!32001-05-132023-11-04 21:48:14-2!32001-05-13T2023-11-04 21:48:14,1!32001-05-13uc2023-11-04 21:48:14,0!32001-05-132023-11-04 21:48:14)/! 31948-07-07`2023-11-04 21:48:14+.!31948-07-07`2023-11-04 21:48:14+-!31948-07-07`2023-11-04 21:48:14+,!31948-07-07 `2023-11-04 21:48:14++!31948-07-07`2023-11-04 21:48:14+*!31948-07-07, `2023-11-04 21:48:14+)!31948-07-07`2023-11-04 21:48:14+(!31948-07-07 `2023-11-04 21:48:14+'!31978-03-19 2023-11-04 21:48:14+&!31978-03-19 2023-11-04 21:48:14,%!31978-03-192023-11-04 21:48:14+$!31978-03-19V2023-11-04 21:48:14+#!31978-03-19f2023-11-04 21:48:14+"!31978-03-19|2023-11-04 21:48:14,!! 31962-11-18Qz2023-11-04 21:48:14, ! 31962-11-18Lz2023-11-04 21:48:14+! 31962-11-182z2023-11-04 21:48:14,!31979-03-012023-11-04 21:48:14+! 31979-03-012023-11-04 21:48:14,!31979-03-01Q2023-11-04 21:48:14+!31979-03-01v2023-11-04 21:48:14,!31979-03-01 2023-11-04 21:48:14-!31979-03-012023-11-04 21:48:14+! 31979-03-012023-11-04 21:48:14+! 31979-03-012023-11-04 21:48:14,!31979-03-01r2023-11-04 21:48:14,!31979-03-01%2023-11-04 21:48:14,!31979-03-01~2023-11-04 21:48:14+! 31979-03-012023-11-04 21:48:14,!31979-03-01y2023-11-04 21:48:14,! 31999-10-03A 2023-11-04 21:48:14+! 31999-10-0324 2023-11-04 21:48:14,! 31999-10-034 2023-11-04 21:48:14,! 31999-10-03 2023-11-04 21:48:14, ! 31987-06-11)2023-11-04 21:48:14, ! 31987-06-117)2023-11-04 21:48:14- ! 31987-06-11)2023-11-04 21:48:14, ! 31987-06-11 )2023-11-04 21:48:14, ! 31987-06-11)2023-11-04 21:48:14-! 31987-06-11x)2023-11-04 21:48:14+!  31987-06-11)2023-11-04 21:48:14,! 31987-06-11 )2023-11-04 21:48:14+!  31987-06-11)2023-11-04 21:48:14,! 31987-06-11?)2023-11-04 21:48:14,! 31987-06-11)2023-11-04 21:48:14,!32002-06-15 2023-11-04 21:48:14,!32002-06-152023-11-04 21:48:14,!32002-06-15F2023-11-04 21:48:14,!32002-06-15=:2023-11-04 21:48:14,~!32002-06-15)2023-11-04 21:48:14,}! 32010-06-132023-11-04 21:48:14,|! 32010-06-132023-11-04 21:48:14,{! 32010-06-13b2023-11-04 21:48:14,z! 32010-06-132023-11-04 21:48:14,y! 32010-06-13 2023-11-04 21:48:14+x!  32010-06-132023-11-04 21:48:14+w!  32010-06-132023-11-04 21:48:14,v! 32010-06-13V 2023-11-04 21:48:14,u! 32010-06-13 2023-11-04 21:48:14,t! 32010-06-13 2023-11-04 21:48:14,s! 32010-06-132023-11-04 21:48:14,r! 32010-06-13:2023-11-04 21:48:14,q! 31944-09-17r2023-11-04 21:48:14,p! 31944-09-17'2023-11-04 21:48:14,o! 31944-09-17s2023-11-04 21:48:14,n! 31944-09-17#2023-11-04 21:48:14,m! 31944-09-17|2023-11-04 21:48:14,l!31996-10-26"q2023-11-04 21:48:14,k!31996-10-26#q2023-11-04 21:48:14+j! 31987-07-192023-11-04 21:48:14,i!31987-07-192023-11-04 21:48:14,h!31987-07-19y2023-11-04 21:48:14,g!31987-07-19U2023-11-04 21:48:14-f!31987-07-192023-11-04 21:48:14,e!31987-07-19<2023-11-04 21:48:14,d!31987-07-192023-11-04 21:48:14+c! 31997-06-0102023-11-04 21:48:14,b!31997-06-01 2023-11-04 21:48:14-a!31997-06-012023-11-04 21:48:14-`!31997-06-012023-11-04 21:48:14,_!31997-06-01_2023-11-04 21:48:14,^!31997-06-01o2023-11-04 21:48:14,]!31997-06-01i2023-11-04 21:48:14,\!31997-06-012023-11-04 21:48:14+[! 31997-06-012023-11-04 21:48:14,Z!31997-06-01'2023-11-04 21:48:14,Y!31997-09-212023-11-04 21:48:14,X!31997-09-212023-11-04 21:48:14-W!31997-09-21u2023-11-04 21:48:14-V!31997-09-21K2023-11-04 21:48:14,U!31997-09-212023-11-04 21:48:14,T!31997-09-21P<2023-11-04 21:48:14+S!32000-04-09f !2023-11-04 21:48:14,R!32000-04-09:!2023-11-04 21:48:14+Q!32000-04-09!2023-11-04 21:48:14*P!32000-04-09/}!2023-11-04 21:48:14,O!31979-09-16rK2023-11-04 21:48:14-N!31979-09-16K2023-11-04 21:48:14,M!31979-09-16|&K2023-11-04 21:48:14,L!31979-09-16@K2023-11-04 21:48:14,K!31979-09-16IK2023-11-04 21:48:14,J!31991-09-152023-11-04 21:48:14,I!31991-09-152023-11-04 21:48:14,H!31991-09-152023-11-04 21:48:14-G!31991-09-152023-11-04 21:48:14,F!31991-09-15P2023-11-04 21:48:14,E!31991-09-15r2023-11-04 21:48:14,D!31991-09-15|!2023-11-04 21:48:14-C!31945-10-21I2023-11-04 21:48:14,B!31945-10-21>I2023-11-04 21:48:14-A!31945-10-21I2023-11-04 21:48:14,@!31945-10-21I2023-11-04 21:48:14-?!31945-10-21>I2023-11-04 21:48:14,>!31945-10-21#I2023-11-04 21:48:14,=!31957-03-05q(r2023-11-04 21:48:14+<!31957-03-05 r2023-11-04 21:48:14*;! 31957-03-05\r2023-11-04 21:48:14,:!31957-03-05> r2023-11-04 21:48:14,9!31957-03-05r2023-11-04 21:48:14,8!31957-03-05Nr2023-11-04 21:48:14,7!31957-03-05r2023-11-04 21:48:14,6!31948-04-182023-11-04 21:48:14,5!31948-04-18?2023-11-04 21:48:14-4!31948-04-18a12023-11-04 21:48:14-3!31948-04-18@2023-11-04 21:48:14+2! 31948-04-18j2023-11-04 21:48:14+1!31948-04-18] 2023-11-04 21:48:14+0! 31948-04-18O2023-11-04 21:48:14,/!31948-04-1842023-11-04 21:48:14,.!31948-04-18!2023-11-04 21:48:14,-!31948-04-182023-11-04 21:48:14,,!31948-04-182023-11-04 21:48:14,+!32007-09-16/l2023-11-04 21:48:14,*!32007-09-168l2023-11-04 21:48:14,)!32007-09-16 l2023-11-04 21:48:14,(!32007-09-16fl2023-11-04 21:48:14,'!32007-09-16:fl2023-11-04 21:48:14+&! 31975-01-09,2023-11-04 21:48:14,%!31975-01-092023-11-04 21:48:14,$!31975-01-093 2023-11-04 21:48:14,#!31975-01-09b2023-11-04 21:48:14,"!31975-01-09 2023-11-04 21:48:14,!!31975-01-09]52023-11-04 21:48:14, !31975-01-092023-11-04 21:48:14,!31975-01-09N 2023-11-04 21:48:14,!31975-01-09l 2023-11-04 21:48:14,!31975-01-092023-11-04 21:48:14,!31975-01-09E*2023-11-04 21:48:14,!31975-01-09,2023-11-04 21:48:14-!32002-04-217;2023-11-04 21:48:14-!32002-04-21;2023-11-04 21:48:14,!32002-04-21;2023-11-04 21:48:14,!32002-04-21";2023-11-04 21:48:14,!31966-03-21^2023-11-04 21:48:14,!31966-03-2172023-11-04 21:48:14+!31966-03-21^12023-11-04 21:48:14,!31966-03-21 )2023-11-04 21:48:14*! 31966-03-21B2023-11-04 21:48:14,!31966-03-21T2023-11-04 21:48:14,!31966-03-21I 2023-11-04 21:48:14,!31966-03-21 2023-11-04 21:48:14+! 31966-03-212023-11-04 21:48:14, !31975-11-2972023-11-04 21:48:14, !31975-11-29n 2023-11-04 21:48:14, !31983-04-24Z2023-11-04 21:48:14, !31983-04-24Q2023-11-04 21:48:14+ !31983-04-242 2023-11-04 21:48:14+! 32000-11-27( 72023-11-04 21:48:14+! 32000-11-27B72023-11-04 21:48:14+! 32000-11-27&72023-11-04 21:48:14,! 32000-11-27p72023-11-04 21:48:14+! 32000-11-27 72023-11-04 21:48:14,!31985-06-02f 2023-11-04 21:48:14+!31985-06-02/~2023-11-04 21:48:14-!31985-06-02:2023-11-04 21:48:14+! 31985-06-022023-11-04 21:48:14,!31979-05-06_^2023-11-04 21:48:14,~!31979-05-06M^2023-11-04 21:48:14+}!31979-05-062 ^2023-11-04 21:48:14+|! 31999-11-272023-11-04 21:48:14,{!31999-11-27i 2023-11-04 21:48:14,z!31999-11-27{2023-11-04 21:48:14,y!31999-11-272023-11-04 21:48:14,x!31999-11-27n12023-11-04 21:48:14,w!31999-11-27 2023-11-04 21:48:14,v!31999-11-27'2023-11-04 21:48:14,u!31956-09-16 2023-11-04 21:48:14,t!31956-09-16|: 2023-11-04 21:48:14 csD~~~~[~,}}}}p}A}||||V|'{{{{p{A{zzzzWz(yyyymy>yxxxxRx$wwwwowAwvvvv[v,uuuuou@uttttVt'ssssls=srrrrSr$qqqqhq9q ppppPp"oooogo8o nnn}nNnmmmmdm4mlllwlHlkkkk_k1kjjjzjMjiiiici4ihhh}hPh"ggggjg;g ffffSf$eeeeie;eddddVd(ccccqcCcbbbbYb)aaaama?a````W`)____m_?_^^^^R^#]]]]h]8] \\\|\M\[[[[b[3[ZZZxZIZYYYY_Y0YXXXwXIXWWWW`W1WVVVuVGVUUUU`U1UTTTtTETSSSSZS+RRRRoR@RQQQQWQ(PPPPnP?POOOOUO(NNNNlN=NMMMMUM(LLLLnL>LKKKKTK%JJJJiJ:J III|INI HHHHgH7H GGG}GNG FFFFeF6FEEEEQE"DDDDfD6DCCC{CNC!BBBBjB;B AAAASA%@@@@k@<@ ????T?%>>>>j>;> ====P=!<<<'&&&&S&$%%%%g%8% $$$|$L$####b#3#"""v"G"!!!!\!- p A T%pC\.sE[,pAX)n?S%i: ~P"g8 |Md6zK`1vG\- r C  X ) m >  S $ j ; P!e6{Lc,3!31977-05-172023-11-04 21:48:14+2!31977-05-17j2023-11-04 21:48:14+1! 31977-05-1752023-11-04 21:48:14,0!31977-05-17 2023-11-04 21:48:14,/!31977-05-172023-11-04 21:48:14,.!31977-05-17 2023-11-04 21:48:14,-!31977-05-172023-11-04 21:48:14,,!31977-05-17 2023-11-04 21:48:14,+!31977-05-17+2023-11-04 21:48:14+*! 31969-10-282023-11-04 21:48:14,)!31969-10-28a2023-11-04 21:48:14,(!31969-10-282023-11-04 21:48:14,'!31969-10-28/2023-11-04 21:48:14,&!31969-10-28(2023-11-04 21:48:14,%!31969-10-28.2023-11-04 21:48:14,$!31969-10-282023-11-04 21:48:14,#!31969-10-2812023-11-04 21:48:14,"!31969-10-282023-11-04 21:48:14,!!31969-10-28 2023-11-04 21:48:14, !31969-10-28 2023-11-04 21:48:14,!31969-10-282023-11-04 21:48:14,!31969-10-2882023-11-04 21:48:14+! 31965-11-012023-11-04 21:48:14+! 31965-11-012023-11-04 21:48:14,!31965-11-01/2023-11-04 21:48:14,!31965-11-01(2023-11-04 21:48:14,!31965-11-01.2023-11-04 21:48:14,!31965-11-012023-11-04 21:48:14,!31965-11-01 2023-11-04 21:48:14,!31965-11-012023-11-04 21:48:14,!31965-11-012023-11-04 21:48:14,!31965-11-01 2023-11-04 21:48:14,!31965-11-01 2023-11-04 21:48:14,!31965-11-012023-11-04 21:48:14,!31965-11-01-2023-11-04 21:48:14,!31961-08-15.p2023-11-04 21:48:14,!31961-08-15/p2023-11-04 21:48:14,!31961-08-15(p2023-11-04 21:48:14, !31961-08-15 p2023-11-04 21:48:14, !31961-08-15p2023-11-04 21:48:14, !31961-08-15p2023-11-04 21:48:14, !31961-08-15? p2023-11-04 21:48:14, !31961-08-15 p2023-11-04 21:48:14,!31961-08-15p2023-11-04 21:48:14,!31961-08-15p2023-11-04 21:48:14,!31961-08-15*p2023-11-04 21:48:14+! 31959-11-03+;2023-11-04 21:48:14,!31959-11-03/;2023-11-04 21:48:14,!31959-11-03.;2023-11-04 21:48:14,!31959-11-03;2023-11-04 21:48:14,!31959-11-03;2023-11-04 21:48:14,!31959-11-03-;2023-11-04 21:48:14,!31959-11-03?;2023-11-04 21:48:14,~!31959-11-03;2023-11-04 21:48:14,}!31959-11-03 ;2023-11-04 21:48:14,|!31959-11-03 ;2023-11-04 21:48:14,{!31959-11-03;2023-11-04 21:48:14,z!31959-11-03/;2023-11-04 21:48:14+y!  31955-07-26+82023-11-04 21:48:14,x! 31955-07-26*82023-11-04 21:48:14,w! 31955-07-26%82023-11-04 21:48:14,v! 31955-07-2682023-11-04 21:48:14,u! 31955-07-2682023-11-04 21:48:14,t! 31955-07-26-82023-11-04 21:48:14,s! 31955-07-26 82023-11-04 21:48:14,r! 31955-07-26? 82023-11-04 21:48:14,q! 31955-07-26 82023-11-04 21:48:14,p! 31955-07-26 82023-11-04 21:48:14,o! 31955-07-2682023-11-04 21:48:14,n! 31955-07-26(82023-11-04 21:48:14+m! 31951-07-30+q2023-11-04 21:48:14+l! 31951-07-30#q2023-11-04 21:48:14+k! 31951-07-30*q2023-11-04 21:48:14,j!31951-07-30)q2023-11-04 21:48:14,i!31951-07-30(q2023-11-04 21:48:14,h!31951-07-30'q2023-11-04 21:48:14,g!31951-07-30 q2023-11-04 21:48:14,f!31951-07-30%q2023-11-04 21:48:14,e!31951-07-30q2023-11-04 21:48:14,d!31951-07-30q2023-11-04 21:48:14,c!31951-07-30q2023-11-04 21:48:14,b!31951-07-30$q2023-11-04 21:48:14,a!31951-07-30q2023-11-04 21:48:14,`!31951-07-30q2023-11-04 21:48:14,_!31951-07-30-q2023-11-04 21:48:14+^!  31949-01-25 <2023-11-04 21:48:14+]!  31949-01-25#<2023-11-04 21:48:14+\!  31949-01-25 <2023-11-04 21:48:14,[! 31949-01-25 <2023-11-04 21:48:14,Z! 31949-01-25<2023-11-04 21:48:14,Y! 31949-01-25'<2023-11-04 21:48:14,X! 31949-01-25<2023-11-04 21:48:14,W! 31949-01-25<2023-11-04 21:48:14,V! 31949-01-25<2023-11-04 21:48:14,U! 31949-01-25<2023-11-04 21:48:14,T! 31949-01-25<2023-11-04 21:48:14,S! 31949-01-25.<2023-11-04 21:48:14+R!  32011-05-022023-11-04 21:48:14,Q! 32011-05-022023-11-04 21:48:14,P! 32011-05-02p"2023-11-04 21:48:14,O! 32011-05-02(g2023-11-04 21:48:14-N! 32011-05-022023-11-04 21:48:14,M!32011-06-05JZ2023-11-04 21:48:14,L!32011-06-05lZ2023-11-04 21:48:14,K!32011-06-05Z2023-11-04 21:48:14,J!32011-06-05Z2023-11-04 21:48:14,I!32011-06-05-Z2023-11-04 21:48:14+H!  32011-05-22U2023-11-04 21:48:14,G! 32011-05-222023-11-04 21:48:14,F! 32011-05-222023-11-04 21:48:14,E! 32011-05-22S 2023-11-04 21:48:14,D! 32011-05-22<2023-11-04 21:48:14,C! 32011-05-22'2023-11-04 21:48:14*B! 32011-04-17B2023-11-04 21:48:14,A!32011-04-172023-11-04 21:48:14,@!32011-04-17I 2023-11-04 21:48:14,?!32011-04-17& 2023-11-04 21:48:14,>!32011-04-17 2023-11-04 21:48:14,=!32011-04-17*2023-11-04 21:48:14,<!32011-04-17^,2023-11-04 21:48:14+;!32011-04-17^#2023-11-04 21:48:14,:!32011-04-17'2023-11-04 21:48:14,9!32011-03-062023-11-04 21:48:14,8!32011-03-06=2023-11-04 21:48:14,7!32011-03-06q2023-11-04 21:48:14+6!32011-03-06q!2023-11-04 21:48:14+5! 32011-02-252023-11-04 21:48:14,4!32011-02-25 2023-11-04 21:48:14,3!32011-02-252023-11-04 21:48:14,2!32011-02-252023-11-04 21:48:14+1!32011-02-252023-11-04 21:48:14,0!32011-02-252023-11-04 21:48:14,/!32011-02-25>%2023-11-04 21:48:14,.!32011-02-25qL2023-11-04 21:48:14*-!31946-04-102023-11-04 21:48:14*,!31946-04-10!2023-11-04 21:48:14*+!31946-04-102023-11-04 21:48:14**!31946-04-10-2023-11-04 21:48:14*)!31946-04-10`2023-11-04 21:48:14*(!31946-04-10n2023-11-04 21:48:14+'!31946-04-102023-11-04 21:48:14,&!31947-04-25!{2023-11-04 21:48:14,%!31947-04-25{2023-11-04 21:48:14,$!31947-04-25{2023-11-04 21:48:14,#!31947-04-25|{2023-11-04 21:48:14-"!31947-04-25{2023-11-04 21:48:14-!!31947-04-25{2023-11-04 21:48:14, !31949-01-23~2023-11-04 21:48:14,!31949-01-23~2023-11-04 21:48:14,!31949-01-23~2023-11-04 21:48:14-!31949-01-23~2023-11-04 21:48:14,!31949-01-23#~2023-11-04 21:48:14,!31949-01-23~2023-11-04 21:48:14,!31949-01-23E~2023-11-04 21:48:14,!31949-01-230~2023-11-04 21:48:14,!31952-10-012023-11-04 21:48:14,!31952-10-012023-11-04 21:48:14,!31952-10-012023-11-04 21:48:14,!31952-10-0162023-11-04 21:48:14,!31952-10-0192023-11-04 21:48:14,!31952-10-01U2023-11-04 21:48:14-!31952-10-012023-11-04 21:48:14,!31953-04-19 2023-11-04 21:48:14,!31953-04-192023-11-04 21:48:14+! 31953-04-192023-11-04 21:48:14,!31953-04-19H2023-11-04 21:48:14, !31953-04-19B2023-11-04 21:48:14, !31953-04-19L2023-11-04 21:48:14, !31953-04-19#2023-11-04 21:48:14- !31953-04-192023-11-04 21:48:14, !31955-02-272023-11-04 21:48:14,!31955-02-272023-11-04 21:48:14,!31955-02-272023-11-04 21:48:14,!31955-02-27C2023-11-04 21:48:14,!31955-02-27Y2023-11-04 21:48:14,!31955-02-27p2023-11-04 21:48:14-!31955-02-272023-11-04 21:48:14,!32010-10-022023-11-04 21:48:14,!32010-10-02 2023-11-04 21:48:14,!32010-10-022023-11-04 21:48:14,!32010-10-02L2023-11-04 21:48:14,~!32010-10-02!2023-11-04 21:48:14,}! 31933-07-012023-11-04 21:48:14,|! 31933-07-012023-11-04 21:48:14,{! 31933-07-01I2023-11-04 21:48:14+z! 31933-07-01^52023-11-04 21:48:14,y! 31933-07-01N2023-11-04 21:48:14,x! 31933-07-01^2023-11-04 21:48:14,w! 31933-07-01 2023-11-04 21:48:14,v! 31933-07-012023-11-04 21:48:14,u!32010-04-25X/2023-11-04 21:48:14+t! 32010-04-25Q2023-11-04 21:48:14,s!32010-04-252023-11-04 21:48:14,r!32010-04-257;2023-11-04 21:48:14,q!32010-04-25$2023-11-04 21:48:14-p!32010-04-252023-11-04 21:48:14+o! 32000-03-12 r2023-11-04 21:48:14,n!32000-03-12r2023-11-04 21:48:14,m!32000-03-12~r2023-11-04 21:48:14+l! 32000-03-12Mr2023-11-04 21:48:14+k! 32000-03-12rr2023-11-04 21:48:14-j!32000-03-12r2023-11-04 21:48:14,i!32000-03-12}r2023-11-04 21:48:14,h!32000-03-12r2023-11-04 21:48:14+g! 32000-03-12r2023-11-04 21:48:14+f! 32000-03-12Wr2023-11-04 21:48:14+e!32000-03-12vr2023-11-04 21:48:14,d!32000-03-12Qr2023-11-04 21:48:14,c!31947-10-26v2023-11-04 21:48:14+b! 31947-10-26Z2023-11-04 21:48:14+a! 31947-10-262023-11-04 21:48:14+`!31947-10-26#02023-11-04 21:48:14,_!31947-10-262023-11-04 21:48:14+^!31947-10-2642023-11-04 21:48:14,]!31947-10-262023-11-04 21:48:14,\!31947-10-262023-11-04 21:48:14,[!31947-10-26,2023-11-04 21:48:14,Z!31947-10-262023-11-04 21:48:14,Y!31979-05-22p2023-11-04 21:48:14,X!31979-05-22(2023-11-04 21:48:14,W!31979-05-22pr2023-11-04 21:48:14-V!31979-05-222023-11-04 21:48:14,U!32001-06-1832023-11-04 21:48:14,T!32001-06-182023-11-04 21:48:14,S!32001-06-18 x2023-11-04 21:48:14,R!32001-06-1802023-11-04 21:48:14,Q! 31955-05-262023-11-04 21:48:14-P! 31955-05-262023-11-04 21:48:14,O! 31955-05-262023-11-04 21:48:14-N! 31955-05-26D2023-11-04 21:48:14,M! 31955-05-262023-11-04 21:48:14,L!32005-09-17iM2023-11-04 21:48:14+K! 32005-09-17bM2023-11-04 21:48:14,J!32005-09-17M2023-11-04 21:48:14+I!32005-09-17rM2023-11-04 21:48:14,H!32005-09-17{M2023-11-04 21:48:14,G!32005-09-17!M2023-11-04 21:48:14,F!32005-09-17n2M2023-11-04 21:48:14,E!32005-09-170M2023-11-04 21:48:14,D!31959-10-25 {2023-11-04 21:48:14,C!31959-10-25{2023-11-04 21:48:14+B!31959-10-253{2023-11-04 21:48:14+A!31959-10-25#3{2023-11-04 21:48:14,@!31959-10-25{2023-11-04 21:48:14,?!31959-10-25v{2023-11-04 21:48:14,>!31959-10-25{2023-11-04 21:48:14,=!31959-10-25Z{2023-11-04 21:48:14,<!31959-10-25/{2023-11-04 21:48:14,;!31987-04-25<2023-11-04 21:48:14,:!31987-04-252023-11-04 21:48:14,9!31987-04-25P2023-11-04 21:48:14,8!31987-04-25 2023-11-04 21:48:14,7!31987-04-25 2023-11-04 21:48:14,6!31987-04-25>2023-11-04 21:48:14+5! 31987-04-2512023-11-04 21:48:14+4!31998-05-24_2023-11-04 21:48:14,3!31998-05-24"2023-11-04 21:48:14,2!31998-05-242023-11-04 21:48:14-1!31998-05-242023-11-04 21:48:14+0! 31998-05-24Q2023-11-04 21:48:14,/!31998-05-24f02023-11-04 21:48:14-.!31998-05-2472023-11-04 21:48:14*-!31992-09-202023-11-04 21:48:14),!31992-09-202023-11-04 21:48:14*+!31992-09-202023-11-04 21:48:14)*! 31992-09-20 G2023-11-04 21:48:14*)!31992-09-202023-11-04 21:48:14*(!31992-09-20(2023-11-04 21:48:14)'! 31992-09-202023-11-04 21:48:14*&!31992-09-20( 2023-11-04 21:48:14*%!31992-09-20 2023-11-04 21:48:14,$!31997-09-16-2023-11-04 21:48:14,#!31997-09-16_-2023-11-04 21:48:14,"!31997-09-16-2023-11-04 21:48:14,!!31997-09-16-2023-11-04 21:48:14+ ! 31997-09-16 -2023-11-04 21:48:14+!31997-09-16Q -2023-11-04 21:48:14+!31997-09-16hA-2023-11-04 21:48:14,!31997-09-16 -2023-11-04 21:48:14,!31959-03-122023-11-04 21:48:14,!31959-03-122023-11-04 21:48:14,!31959-03-12 2023-11-04 21:48:14,!31959-03-122023-11-04 21:48:14,!31959-03-1212023-11-04 21:48:14,!31959-03-12,2023-11-04 21:48:14,!31959-03-1202023-11-04 21:48:14,!31959-03-122023-11-04 21:48:14,!31960-11-26n"e2023-11-04 21:48:14,!31960-11-26.e2023-11-04 21:48:14,!31956-06-242023-11-04 21:48:14,!31956-06-24P2023-11-04 21:48:14,!31956-06-24>2023-11-04 21:48:14,!31956-06-242023-11-04 21:48:14+! 31993-03-2802023-11-04 21:48:14, !31993-03-282023-11-04 21:48:14, !31993-03-282023-11-04 21:48:14, !31993-03-2872023-11-04 21:48:14- !31993-03-282023-11-04 21:48:14, !31993-03-282023-11-04 21:48:14,!31993-03-282023-11-04 21:48:14-!31993-03-282023-11-04 21:48:14+! 31978-12-172023-11-04 21:48:14,!31978-12-172023-11-04 21:48:14,!31978-12-17b 2023-11-04 21:48:14+! 31978-12-172023-11-04 21:48:14,!31978-12-172023-11-04 21:48:14,!31978-12-172023-11-04 21:48:14,!31978-12-172023-11-04 21:48:14,!31978-12-17"2023-11-04 21:48:14,~!31978-12-1792023-11-04 21:48:14,}!31978-12-172023-11-04 21:48:14,|!31978-12-17 2023-11-04 21:48:14+{! 31978-12-172023-11-04 21:48:14,z!31978-12-17V2023-11-04 21:48:14,y!32008-11-08n+2023-11-04 21:48:14,x!32008-11-08i2023-11-04 21:48:14,w!32008-11-08 2023-11-04 21:48:14,v!32008-11-08:2023-11-04 21:48:14+u!32008-11-08r2023-11-04 21:48:14+t! 32008-11-08!2023-11-04 21:48:14+s! 32008-11-08b2023-11-04 21:48:14,r!31962-02-192023-11-04 21:48:14,q!31962-02-192023-11-04 21:48:14,p!31962-02-192023-11-04 21:48:14+o! 31962-02-192023-11-04 21:48:14,n!31962-02-192023-11-04 21:48:14+m!32002-03-17i2023-11-04 21:48:14+l!32002-03-172023-11-04 21:48:14+k!32002-03-172023-11-04 21:48:14+j!32002-03-17`2023-11-04 21:48:14+i!32002-03-17-2023-11-04 21:48:14+h!32002-03-17 2023-11-04 21:48:14-g!31993-10-10:j2023-11-04 21:48:14,f!31993-10-10 j2023-11-04 21:48:14,e!31993-10-10f j2023-11-04 21:48:14+d!31993-10-10/oj2023-11-04 21:48:14*c!31974-11-17/2023-11-04 21:48:14*b!31974-11-17f2023-11-04 21:48:14*a!31974-11-17<2023-11-04 21:48:14*`!31974-11-17: 2023-11-04 21:48:14,_!32009-10-04fE2023-11-04 21:48:14,^!32009-10-04E2023-11-04 21:48:14,]!32009-10-048 E2023-11-04 21:48:14+\!32009-10-04/[E2023-11-04 21:48:14-[!32009-10-04:E2023-11-04 21:48:14+Z! 31997-06-022023-11-04 21:48:14,Y!31997-06-022023-11-04 21:48:14-X!31997-06-02p2023-11-04 21:48:14,W!31997-06-02(2023-11-04 21:48:14,V!31997-06-02<2023-11-04 21:48:14,U!31997-06-02,2023-11-04 21:48:14*T!31990-04-29*2023-11-04 21:48:14*S!31990-04-2972023-11-04 21:48:14*R!31990-04-29 2023-11-04 21:48:14,Q!32008-10-12C2023-11-04 21:48:14,P!32008-10-12C2023-11-04 21:48:14,O!32008-10-12E C2023-11-04 21:48:14,N!32008-10-12-C2023-11-04 21:48:14+M! 32008-10-12XC2023-11-04 21:48:14,L!32008-10-12C2023-11-04 21:48:14+K!32008-10-12C2023-11-04 21:48:14,J!32008-10-12C2023-11-04 21:48:14,I!32008-10-12C2023-11-04 21:48:14,H!32008-10-12 C2023-11-04 21:48:14+G!32008-10-12:C2023-11-04 21:48:14+F! 31958-05-22w2023-11-04 21:48:14-E!31958-05-22w2023-11-04 21:48:14+D! 31958-05-22w2023-11-04 21:48:14-C!31958-05-22*w2023-11-04 21:48:14*B!31949-06-26?(2023-11-04 21:48:14+A!31949-06-26i(2023-11-04 21:48:14+@!31949-06-26B(2023-11-04 21:48:14+?!31949-06-26 (2023-11-04 21:48:14,>!31988-06-12~2023-11-04 21:48:14,=!31988-06-12 ~2023-11-04 21:48:14-<!31988-06-12~2023-11-04 21:48:14-;!31988-06-12~2023-11-04 21:48:14,:!31988-06-12~2023-11-04 21:48:14+9! 31988-06-12~2023-11-04 21:48:14,8!31988-06-12{~2023-11-04 21:48:14-7!31953-06-07@U2023-11-04 21:48:14,6!31953-06-07?U2023-11-04 21:48:14,5!31953-06-07(U2023-11-04 21:48:14,4!31953-06-07 U2023-11-04 21:48:14,3!31953-06-07KU2023-11-04 21:48:14,2!31953-06-07U2023-11-04 21:48:14+1!31953-06-07]U2023-11-04 21:48:14,0!31953-06-07U2023-11-04 21:48:14-/!31953-06-07aU2023-11-04 21:48:14*.! 31969-06-18Z2023-11-04 21:48:14,-!31969-06-18KZ2023-11-04 21:48:14,,!31969-06-18>Z2023-11-04 21:48:14,+!31969-06-18q2Z2023-11-04 21:48:14**! 31963-11-2102023-11-04 21:48:14+)!31963-11-2102023-11-04 21:48:14,(!31963-11-21&02023-11-04 21:48:14+'!31963-11-2102023-11-04 21:48:14,&!31963-11-2102023-11-04 21:48:14+%!3}1974-06-3052023-11-04 21:48:14,$!3}1974-06-30>2023-11-04 21:48:14,#!3}1974-06-30P 2023-11-04 21:48:14,"!3}1974-06-302023-11-04 21:48:14,!!3}1974-06-302023-11-04 21:48:14, !3|1972-01-03 %2023-11-04 21:48:14*! 3|1972-01-03B2023-11-04 21:48:14,!3|1972-01-032023-11-04 21:48:14,!3|1972-01-03^"2023-11-04 21:48:14,!3|1972-01-0372023-11-04 21:48:14,!3|1972-01-032023-11-04 21:48:14+!3|1972-01-03^#2023-11-04 21:48:14,!3|1972-01-03I 2023-11-04 21:48:14,!3|1972-01-032023-11-04 21:48:14+!  3{1977-05-25D2023-11-04 21:48:14,! 3{1977-05-251D2023-11-04 21:48:14+!  3{1977-05-25;D2023-11-04 21:48:14,! 3{1977-05-25YD2023-11-04 21:48:14,! 3{1977-05-25D2023-11-04 21:48:14,! 3{1977-05-255D2023-11-04 21:48:14+!  3{1977-05-25qD2023-11-04 21:48:14+!  3{1977-05-25D2023-11-04 21:48:14,! 3{1977-05-25D2023-11-04 21:48:14,! 3{1977-05-25D2023-11-04 21:48:14, ! 3{1977-05-25VD2023-11-04 21:48:14, !3z1993-11-06{2023-11-04 21:48:14, !3z1993-11-062023-11-04 21:48:14, !3z1993-11-0622023-11-04 21:48:14, !3z1993-11-06n-2023-11-04 21:48:14,!3y1990-05-20D2023-11-04 21:48:14,!3y1990-05-20 D2023-11-04 21:48:14,!3y1990-05-20D2023-11-04 21:48:14,!3y1990-05-20D2023-11-04 21:48:14,!3y1990-05-20 D2023-11-04 21:48:14,!3y1990-05-20 D2023-11-04 21:48:14,!3y1990-05-20x D2023-11-04 21:48:14-!3y1990-05-20D2023-11-04 21:48:14,!3y1990-05-20g D2023-11-04 21:48:14,!3y1990-05-20D2023-11-04 21:48:14,~!3y1990-05-20AD2023-11-04 21:48:14,}!3y1990-05-20D2023-11-04 21:48:14,|!3y1990-05-203D2023-11-04 21:48:14+{! 3x2001-11-20 v2023-11-04 21:48:14+z! 3x2001-11-20dv2023-11-04 21:48:14*y! 3x2001-11-20Jv2023-11-04 21:48:14+x! 3x2001-11-20cv2023-11-04 21:48:14,w!3x2001-11-202v2023-11-04 21:48:14,v!3x2001-11-20Nv2023-11-04 21:48:14,u!3x2001-11-20E8v2023-11-04 21:48:14,t!3x2001-11-203v2023-11-04 21:48:14,s!3x2001-11-20 v2023-11-04 21:48:14,r!3x2001-11-20v2023-11-04 21:48:14,q!3x2001-11-20l v2023-11-04 21:48:14,p!3x2001-11-20]4v2023-11-04 21:48:14+o! 3w1983-10-232023-11-04 21:48:14+n! 3w1983-10-232023-11-04 21:48:14+m! 3w1983-10-2342023-11-04 21:48:14,l!3w1983-10-232023-11-04 21:48:14+k! 3w1983-10-232023-11-04 21:48:14+j!3w1983-10-2362023-11-04 21:48:14+i!3w1983-10-23#/2023-11-04 21:48:14,h!3w1983-10-23t2023-11-04 21:48:14,g!3w1983-10-23*2023-11-04 21:48:14,f!3w1983-10-232023-11-04 21:48:14,e!3w1983-10-23Z2023-11-04 21:48:14,d!3w1983-10-232023-11-04 21:48:14+c! 3w1983-10-232023-11-04 21:48:14,b!3w1983-10-232023-11-04 21:48:14,a!3w1983-10-232023-11-04 21:48:14,`!3v1953-09-22g2023-11-04 21:48:14,_!3v1953-09-22]Jg2023-11-04 21:48:14+^! 3v1953-09-22,g2023-11-04 21:48:14,]!3v1953-09-22bg2023-11-04 21:48:14,\!3v1953-09-22E*g2023-11-04 21:48:14,[!3v1953-09-22Ng2023-11-04 21:48:14,Z!3v1953-09-22g2023-11-04 21:48:14,Y!3v1953-09-22Fg2023-11-04 21:48:14,X!3u2006-09-172023-11-04 21:48:14,W!3u2006-09-17a2023-11-04 21:48:14,V!3u2006-09-172023-11-04 21:48:14,U!3u2006-09-17|2023-11-04 21:48:14,T!3u2006-09-17r2023-11-04 21:48:14,S!3u2006-09-172023-11-04 21:48:14-R!3u2006-09-172023-11-04 21:48:14,Q!3t1996-10-20 2023-11-04 21:48:14,P!3t1996-10-20  2023-11-04 21:48:14+O! 3t1996-10-20 2023-11-04 21:48:14,N!3t1996-10-20z 2023-11-04 21:48:14,M!3t1996-10-20 2023-11-04 21:48:14-L!3t1996-10-20 2023-11-04 21:48:14-K!3t1996-10-20p 2023-11-04 21:48:14,J!3t1996-10-204 2023-11-04 21:48:14,I!3s1989-09-061&2023-11-04 21:48:14,H!3s1989-09-066&2023-11-04 21:48:14+G! 3s1989-09-06&2023-11-04 21:48:14,F!3s1989-09-06q&2023-11-04 21:48:14,E!3s1989-09-06&2023-11-04 21:48:14,D!3s1989-09-06&2023-11-04 21:48:14,C!3s1989-09-06Y &2023-11-04 21:48:14+B! 3s1989-09-06&2023-11-04 21:48:14,A!3s1989-09-06&2023-11-04 21:48:14+@!3q1950-02-23 c2023-11-04 21:48:14*?! 3q1950-02-23c2023-11-04 21:48:14,>!3q1950-02-23c2023-11-04 21:48:14,=!3q1950-02-23;c2023-11-04 21:48:14+<!3q1950-02-23Lc2023-11-04 21:48:14+;!3q1950-02-23c2023-11-04 21:48:14,:!3o1986-03-16K2023-11-04 21:48:14,9!3o1986-03-16#K2023-11-04 21:48:14-8!3o1986-03-16K2023-11-04 21:48:14-7!3o1986-03-16K2023-11-04 21:48:14,6!3o1986-03-16 K2023-11-04 21:48:14,5!3o1986-03-16 K2023-11-04 21:48:14-4!3o1986-03-16K2023-11-04 21:48:14+3! 3n1961-09-11b2023-11-04 21:48:14+2! 3n1961-09-11b2023-11-04 21:48:14+1! 3n1961-09-11b2023-11-04 21:48:14*0! 3n1961-09-11hJb2023-11-04 21:48:14+/! 3n1961-09-11b2023-11-04 21:48:14+.! 3n1961-09-11b2023-11-04 21:48:14+-!3l1994-05-29 2023-11-04 21:48:14+,!3l1994-05-29 2023-11-04 21:48:14,+!3l1994-05-297 2023-11-04 21:48:14**! 3l1994-05-29 2023-11-04 21:48:14+)!3l1994-05-29"& 2023-11-04 21:48:14+(!3l1994-05-29f 2023-11-04 21:48:14*'! 3l1994-05-29 2023-11-04 21:48:14+&!3l1994-05-29E 2023-11-04 21:48:14,%!3j2005-06-25"?2023-11-04 21:48:14,$!3j2005-06-25R?2023-11-04 21:48:14+#!3j2005-06-259?2023-11-04 21:48:14,"!3j2005-06-25 5?2023-11-04 21:48:14,!!3j2005-06-25?2023-11-04 21:48:14, !3j2005-06-25_ ?2023-11-04 21:48:14,!3j2005-06-25?2023-11-04 21:48:14+!3i1983-06-26IW2023-11-04 21:48:14+!3i1983-06-26 W2023-11-04 21:48:14+!3i1983-06-26W2023-11-04 21:48:14,!3i1983-06-26aW2023-11-04 21:48:14+!3i1983-06-26?*W2023-11-04 21:48:14+!3i1983-06-26W2023-11-04 21:48:14,!3i1983-06-26@W2023-11-04 21:48:14*! 3i1983-06-26OW2023-11-04 21:48:14+!3i1983-06-26W2023-11-04 21:48:14*! 3i1983-06-26W2023-11-04 21:48:14*! 3i1983-06-268W2023-11-04 21:48:14+!3i1983-06-26W2023-11-04 21:48:14*!3i1983-06-26]W2023-11-04 21:48:14,!3h1958-07-07^2023-11-04 21:48:14,!3h1958-07-0702023-11-04 21:48:14,!3h1958-07-07T2023-11-04 21:48:14+!3h1958-07-07^02023-11-04 21:48:14, !3h1958-07-07 22023-11-04 21:48:14, !3h1958-07-072023-11-04 21:48:14, !3h1958-07-07I 2023-11-04 21:48:14* ! 3h1958-07-07B2023-11-04 21:48:14* !3g1998-10-03 2023-11-04 21:48:14+!3g1998-10-03&2023-11-04 21:48:14+!3g1998-10-032023-11-04 21:48:14+!3g1998-10-03 2023-11-04 21:48:14+!3g1998-10-03x2023-11-04 21:48:14+!3g1998-10-03+2023-11-04 21:48:14,! 3c1955-02-282023-11-04 21:48:14,! 3c1955-02-282023-11-04 21:48:14,!3a1945-07-05 2023-11-04 21:48:14+! 3a1945-07-052023-11-04 21:48:14,!3a1945-07-052023-11-04 21:48:14-~!3a1945-07-052023-11-04 21:48:14,}!3a1945-07-05 2023-11-04 21:48:14,|!3a1945-07-05L2023-11-04 21:48:14,{!3a1945-07-052023-11-04 21:48:14-z!3a1945-07-052023-11-04 21:48:14,y!3a1945-07-052023-11-04 21:48:14,x!3`1966-03-06U 2023-11-04 21:48:14,w!3`1966-03-06J 2023-11-04 21:48:14+v!3`1966-03-062 2023-11-04 21:48:14,u!3_2008-09-28G2023-11-04 21:48:14,t!3_2008-09-283G2023-11-04 21:48:14+s!3_2008-09-282"G2023-11-04 21:48:14,r!3_2008-09-289G2023-11-04 21:48:14,q!3_2008-09-28G2023-11-04 21:48:14,p!3^1979-06-10n2023-11-04 21:48:14,o!3^1979-06-102023-11-04 21:48:14,n!3^1979-06-102023-11-04 21:48:14+m! 3^1979-06-10;2023-11-04 21:48:14,l!3^1979-06-102023-11-04 21:48:14,k!3^1979-06-102023-11-04 21:48:14+j! 3^1979-06-102023-11-04 21:48:14,i!3]1992-04-052023-11-04 21:48:14,h!3]1992-04-05n 2023-11-04 21:48:14+g! 3]1992-04-052023-11-04 21:48:14+f!3]1992-04-05]2023-11-04 21:48:14,e!3]1992-04-052023-11-04 21:48:14,d!3]1992-04-05?"2023-11-04 21:48:14-c!3]1992-04-05a2023-11-04 21:48:14,b!3]1992-04-052023-11-04 21:48:14,a!3]1992-04-052023-11-04 21:48:14+`! 3]1992-04-0582023-11-04 21:48:14,_!3]1992-04-05\2023-11-04 21:48:14,^!3]1992-04-05)#2023-11-04 21:48:14+]! 3]1992-04-052023-11-04 21:48:14,\!3]1992-04-05)k2023-11-04 21:48:14,[!3]1992-04-0572023-11-04 21:48:14,Z!3]1992-04-052023-11-04 21:48:14,Y!3\1979-06-03~2023-11-04 21:48:14,X!3\1979-06-03~2023-11-04 21:48:14,W!3\1979-06-03>~2023-11-04 21:48:14*V! 3\1979-06-037~2023-11-04 21:48:14-U!3\1979-06-03a~2023-11-04 21:48:14,T!3\1979-06-03?~2023-11-04 21:48:14+S! 3\1979-06-03~2023-11-04 21:48:14+R!3\1979-06-03]~2023-11-04 21:48:14-Q!3\1979-06-03@~2023-11-04 21:48:14,P!3\1979-06-03~2023-11-04 21:48:14,O!3\1979-06-03 ~2023-11-04 21:48:14,N!3\1979-06-03~2023-11-04 21:48:14-M!3[1969-12-27 2023-11-04 21:48:14,L!3[1969-12-272023-11-04 21:48:14,K!3[1969-12-272023-11-04 21:48:14,J!3[1969-12-27E/2023-11-04 21:48:14,I!3[1969-12-272023-11-04 21:48:14,H!3[1969-12-27Z2023-11-04 21:48:14+G!3Z1991-03-17)2023-11-04 21:48:14*F!3Z1991-03-17^7)2023-11-04 21:48:14+E!3Z1991-03-170)2023-11-04 21:48:14+D!3Z1991-03-17^()2023-11-04 21:48:14+C!3Z1991-03-17 )2023-11-04 21:48:14+B!3Z1991-03-17I )2023-11-04 21:48:14*A! 3Z1991-03-17)2023-11-04 21:48:14+@!3Z1991-03-17& )2023-11-04 21:48:14)?! 3Z1991-03-17B)2023-11-04 21:48:14+>!3Z1991-03-17)2023-11-04 21:48:14,=!3Y2008-10-14b2023-11-04 21:48:14,<!3Y2008-10-141b2023-11-04 21:48:14-;!3Y2008-10-14b2023-11-04 21:48:14,:!3Y2008-10-14(%b2023-11-04 21:48:14,9!3Y2008-10-14pMb2023-11-04 21:48:14,8!3W2010-05-292023-11-04 21:48:14+7!3W2010-05-29&2023-11-04 21:48:14,6!3W2010-05-29P2023-11-04 21:48:14,5!3W2010-05-2982023-11-04 21:48:14,4!3W2010-05-292023-11-04 21:48:14,3!3W2010-05-29=52023-11-04 21:48:14+2! 3V1983-04-252023-11-04 21:48:14,1!3V1983-04-25(2023-11-04 21:48:14,0!3V1983-04-25K2023-11-04 21:48:14,/!3V1983-04-252023-11-04 21:48:14,.!3V1983-04-252023-11-04 21:48:14,-!3V1983-04-25e2023-11-04 21:48:14+,!  3U1984-01-10d2023-11-04 21:48:14++!  3U1984-01-10 2023-11-04 21:48:14**!  3U1984-01-10J2023-11-04 21:48:14+)!  3U1984-01-10 2023-11-04 21:48:14,(! 3U1984-01-10,2023-11-04 21:48:14,'! 3U1984-01-10N*2023-11-04 21:48:14,&! 3U1984-01-102023-11-04 21:48:14,%! 3U1984-01-10E2023-11-04 21:48:14,$! 3U1984-01-1032023-11-04 21:48:14,#! 3U1984-01-10l2023-11-04 21:48:14,"! 3U1984-01-102023-11-04 21:48:14,!! 3U1984-01-10 2023-11-04 21:48:14, ! 3U1984-01-10]82023-11-04 21:48:14,!3T1977-11-20f a2023-11-04 21:48:14,!3T1977-11-20a2023-11-04 21:48:14,!3T1977-11-20a2023-11-04 21:48:14,!3T1977-11-20a2023-11-04 21:48:14+! 3T1977-11-20a2023-11-04 21:48:14+! 3T1977-11-20Ua2023-11-04 21:48:14,!3T1977-11-20/a2023-11-04 21:48:14,!3T1977-11-20:]a2023-11-04 21:48:14,!3P1999-05-082023-11-04 21:48:14,!3P1999-05-082023-11-04 21:48:14,!3P1999-05-082023-11-04 21:48:14,!3P1999-05-08>2023-11-04 21:48:14 jvH~~~~]~.}}}}t}E}||||Z|+{{{{o{A{zzzzZz+yyyyoy@yxxxxUx'wwwwlw=wvvvvRv#uuuugu8u ttt|tMtssssbs3srrrwrHrqqqq]q.pppprpCpooooXo)nnnnmn>nmmmmSm$llllkl=lkkkkXk,jjjjujFjiiii\i-hhhhrhChggggYg*ffffofAfeeeeWe(ddddnd?dccccVc'bbbblb=baaaaSa$````i`:` ___~_O_!^^^^g^8^ ]]]}]N]\\\\c\4\[[[y[J[ZZZZ_Z0ZYYYtYEYXXXX[X,WWWWsWEWVVVV[V,UUUUqUBUTTTTWT(SSSSmS>SRRRRSR$QQQQlQ?QPPPPUP'OOOOlO=ONNNNRN#MMMMgM8M LLL}LNLKKKKdK5KJJJyJJJIIII`I1IHHHsHDHGGGG\G-FFFFqFCFEEEEZE+DDDDqDCDCCCCYC+BBBBoB@BAAAAXA)@@@@n@@@????W?(>>>>o>A>====W=)<<<!3.2014-04-06N2023-11-04 21:48:14,=!3.2014-04-06XN2023-11-04 21:48:14,<!3.2014-04-06N2023-11-04 21:48:14,;!3.2014-04-06uN2023-11-04 21:48:14):!3-1983-11-06nG2023-11-04 21:48:14*9!3-1983-11-06u2023-11-04 21:48:14+8!3-1983-11-0662023-11-04 21:48:14,7!3,1987-10-29u;?2023-11-04 21:48:14,6!3,1987-10-29c?2023-11-04 21:48:14-5!3,1987-10-296$?2023-11-04 21:48:14,4!3+1991-10-20IB2023-11-04 21:48:14,3!3+1991-10-20b>B2023-11-04 21:48:14,2!3+1991-10-20XB2023-11-04 21:48:14,1!3+1991-10-206sB2023-11-04 21:48:14-0!3+1991-10-20uB2023-11-04 21:48:14,/!3*1995-12-241E2023-11-04 21:48:14,.!3*1995-12-24ILE2023-11-04 21:48:14--!3*1995-12-24uE2023-11-04 21:48:14-,!3*1995-12-246E2023-11-04 21:48:14-+!3*1995-12-24bE2023-11-04 21:48:14,*!3)1999-04-18wL2023-11-04 21:48:14,)!3)1999-04-18uUL2023-11-04 21:48:14,(!3)1999-04-186VL2023-11-04 21:48:14,'!3)1999-04-18boL2023-11-04 21:48:14-&!3)1999-04-18L2023-11-04 21:48:14-%!3)1999-04-18IL2023-11-04 21:48:14,$!3(2002-11-03w M2023-11-04 21:48:14-#!3(2002-11-03M2023-11-04 21:48:14-"!3(2002-11-03kM2023-11-04 21:48:14+!! 3'2007-07-2252023-11-04 21:48:14, !3'2007-07-22I 52023-11-04 21:48:14,!3'2007-07-22 52023-11-04 21:48:14,!3'2007-07-22w52023-11-04 21:48:14,!3'2007-07-22G52023-11-04 21:48:14,!3'2007-07-22c52023-11-04 21:48:14-!3'2007-07-22U52023-11-04 21:48:14,!3&2011-06-12 42023-11-04 21:48:14,!3&2011-06-12w42023-11-04 21:48:14,!3&2011-06-12542023-11-04 21:48:14-!3&2011-06-1242023-11-04 21:48:14-!3&2011-06-12G42023-11-04 21:48:14,!3%2013-10-25&2023-11-04 21:48:14,!3%2013-10-25!&2023-11-04 21:48:14,!3%2013-10-25/&2023-11-04 21:48:14,!3%2013-10-25&2023-11-04 21:48:14,!3%2013-10-25&2023-11-04 21:48:14,!3%2013-10-25=&2023-11-04 21:48:14+!3%2013-10-25&2023-11-04 21:48:14,!3%2013-10-252&2023-11-04 21:48:14, !3$2013-09-07t%2023-11-04 21:48:14+ ! 3$2013-09-07%2023-11-04 21:48:14+ ! 3$2013-09-07%2023-11-04 21:48:14+ ! 3$2013-09-07%2023-11-04 21:48:14+ ! 3$2013-09-07%2023-11-04 21:48:14,!3$2013-09-07 %2023-11-04 21:48:14,!3$2013-09-07%2023-11-04 21:48:14,!3$2013-09-07:%2023-11-04 21:48:14,!3$2013-09-077%2023-11-04 21:48:14,!3#2013-10-20'2023-11-04 21:48:14,!3#2013-10-20 '2023-11-04 21:48:14,!3#2013-10-206'2023-11-04 21:48:14,!3#2013-10-20 '2023-11-04 21:48:14,!3#2013-10-20.'2023-11-04 21:48:14,!3#2013-10-20'2023-11-04 21:48:14,~!3"2013-09-29  2023-11-04 21:48:14,}!3"2013-09-29f  2023-11-04 21:48:14,|!3"2013-09-29 2023-11-04 21:48:14+{!3"2013-09-292( 2023-11-04 21:48:14,z!3"2013-09-29/ 2023-11-04 21:48:14,y!3"2013-09-294 2023-11-04 21:48:14+x! 3!2013-09-09'2023-11-04 21:48:14,w!3!2013-09-09_'2023-11-04 21:48:14,v!3!2013-09-090'2023-11-04 21:48:14,u!3!2013-09-09 '2023-11-04 21:48:14,t!3!2013-09-09 '2023-11-04 21:48:14,s!3!2013-09-09 '2023-11-04 21:48:14+r!3!2013-09-09Q'2023-11-04 21:48:14+q!3!2013-09-09h7'2023-11-04 21:48:14,p!3 2013-09-22?2023-11-04 21:48:14,o!3 2013-09-22@2023-11-04 21:48:14-n!3 2013-09-22.2023-11-04 21:48:14,m!3 2013-09-2282023-11-04 21:48:14-l!3 2013-09-22(2023-11-04 21:48:14,k!32013-05-122023-11-04 21:48:14,j!32013-05-12$2023-11-04 21:48:14,i!32013-05-12T2023-11-04 21:48:14,h!32013-05-12a2023-11-04 21:48:14,g!32013-04-272023-11-04 21:48:14,f!32013-04-272023-11-04 21:48:14,e!32013-04-272023-11-04 21:48:14,d!32013-04-27 2023-11-04 21:48:14,c!32013-04-272023-11-04 21:48:14,b!32013-04-27>2023-11-04 21:48:14*a!32000-01-032023-11-04 21:48:14)`! 32000-01-032023-11-04 21:48:14*_!32000-01-032023-11-04 21:48:14*^!32000-01-03[2023-11-04 21:48:14*]!32000-01-032023-11-04 21:48:14*\!32000-01-03h2023-11-04 21:48:14*[!32000-01-032023-11-04 21:48:14)Z! 32000-01-032023-11-04 21:48:14*Y!32000-01-032023-11-04 21:48:14*X!32000-01-03N2023-11-04 21:48:14*W!32000-01-03,2023-11-04 21:48:14*V!32000-01-03.2023-11-04 21:48:14+U! 32003-11-232023-11-04 21:48:14,T!32003-11-23U2023-11-04 21:48:14+S! 32003-11-232023-11-04 21:48:14,R!32003-11-232023-11-04 21:48:14,Q!32003-11-23V2023-11-04 21:48:14,P!32003-11-23N2023-11-04 21:48:14,O!32003-11-232023-11-04 21:48:14,N!32003-11-23 2023-11-04 21:48:14+M! 32003-11-232023-11-04 21:48:14,L!32003-11-23h 2023-11-04 21:48:14+K!32003-11-23Z2023-11-04 21:48:14,J!32003-11-232023-11-04 21:48:14,I!32003-11-23[2023-11-04 21:48:14,H!32003-11-23"2023-11-04 21:48:14,G!32003-11-23B2023-11-04 21:48:14+F! 32007-11-252023-11-04 21:48:14,E!32007-11-252023-11-04 21:48:14,D!32007-11-25U2023-11-04 21:48:14,C!32007-11-25W2023-11-04 21:48:14,B!32007-11-25[2023-11-04 21:48:14+A! 32007-11-25V2023-11-04 21:48:14+@! 32007-11-252023-11-04 21:48:14,?!32007-11-25N2023-11-04 21:48:14,>!32007-11-252023-11-04 21:48:14,=!32007-11-25h2023-11-04 21:48:14,<!32007-11-2582023-11-04 21:48:14,;!32007-11-25B2023-11-04 21:48:14,:!32013-03-09'2023-11-04 21:48:14,9!32013-03-092023-11-04 21:48:14+8! 32013-02-252023-11-04 21:48:14+7! 32013-02-25 o2023-11-04 21:48:14,6!32013-02-252023-11-04 21:48:14-5!32013-02-25~)2023-11-04 21:48:14,4!32013-02-252023-11-04 21:48:14,3!32013-02-25l'2023-11-04 21:48:14,2!32013-02-25km2023-11-04 21:48:14,1!32013-02-25j 2023-11-04 21:48:14,0!32013-02-252023-11-04 21:48:14,/!32013-02-25Tb2023-11-04 21:48:14,.!32013-02-252023-11-04 21:48:14,-!32013-02-25i2023-11-04 21:48:14,,!32013-02-25%2023-11-04 21:48:14++! 32012-12-162023-11-04 21:48:14**! 32012-12-162023-11-04 21:48:14,)!32012-12-162023-11-04 21:48:14,(!32012-12-162023-11-04 21:48:14,'!32012-12-162023-11-04 21:48:14,&!32012-12-16 2023-11-04 21:48:14,%!32012-12-16d2023-11-04 21:48:14,$!32012-12-16E2023-11-04 21:48:14,#!32012-12-16X62023-11-04 21:48:14,"!32012-12-1692023-11-04 21:48:14-!!32012-12-16&2023-11-04 21:48:14, !32012-12-09 2023-11-04 21:48:14,!32012-12-09 2023-11-04 21:48:14,!32012-12-09R/ 2023-11-04 21:48:14,!32012-12-09Q 2023-11-04 21:48:14,!32012-12-094 2023-11-04 21:48:14+!32012-12-09  2023-11-04 21:48:14,!32012-12-09d 2023-11-04 21:48:14,!32012-12-09  2023-11-04 21:48:14+! 32012-12-09x 2023-11-04 21:48:14-!32012-12-09` 2023-11-04 21:48:14+!32012-10-14:2023-11-04 21:48:14+! 32012-10-142023-11-04 21:48:14+!32012-10-142023-11-04 21:48:14,!32012-10-14 2023-11-04 21:48:14,!32012-10-14I2023-11-04 21:48:14,!32012-10-14 2023-11-04 21:48:14,!32012-10-14!2023-11-04 21:48:14,!32012-10-14&2023-11-04 21:48:14,!32012-10-14E2023-11-04 21:48:14, !32012-09-12=2023-11-04 21:48:14, !32012-09-122023-11-04 21:48:14, !32012-09-122023-11-04 21:48:14, !32012-09-122023-11-04 21:48:14, !32012-09-122023-11-04 21:48:14,!32012-09-12Y 2023-11-04 21:48:14,!32012-09-12e2023-11-04 21:48:14,!32012-09-12 2023-11-04 21:48:14,!32012-09-122023-11-04 21:48:14,!32012-09-12&2023-11-04 21:48:14,!32012-09-12)2023-11-04 21:48:14,!32012-06-17f 2023-11-04 21:48:14,!32012-06-17-2023-11-04 21:48:14,!32012-06-17,2023-11-04 21:48:14,!32012-06-17+2023-11-04 21:48:14,~!32012-06-17:!2023-11-04 21:48:14,}!32012-06-178G2023-11-04 21:48:14,|!32012-06-17/2023-11-04 21:48:14,{!32012-05-06-2023-11-04 21:48:14,z!32012-05-06,2023-11-04 21:48:14,y!32012-05-06+!2023-11-04 21:48:14,x!32012-05-06f2023-11-04 21:48:14,w!32012-05-06:)2023-11-04 21:48:14,v!32012-05-06842023-11-04 21:48:14+u!32012-05-06/l2023-11-04 21:48:14+t! 32012-06-17 2023-11-04 21:48:14,s!32012-06-17 2023-11-04 21:48:14,r!32012-06-17 2023-11-04 21:48:14-q!32012-06-17 2023-11-04 21:48:14,p!32012-06-17"  2023-11-04 21:48:14,o!32012-06-17 2023-11-04 21:48:14,n!32012-06-17 2023-11-04 21:48:14,m!32012-06-17 2023-11-04 21:48:14,l!32012-06-17 2023-11-04 21:48:14,k!32012-06-17i 2023-11-04 21:48:14,j!32012-06-17 2023-11-04 21:48:14,i!32012-06-17  2023-11-04 21:48:14-h!32012-06-17 2023-11-04 21:48:14,g!32012-06-17  2023-11-04 21:48:14,f!3 2012-03-10 2023-11-04 21:48:14,e!3 2012-03-10T 2023-11-04 21:48:14,d!3 2012-03-10S2023-11-04 21:48:14,c!3 2012-03-10 2023-11-04 21:48:14,b!3 2012-03-102023-11-04 21:48:14,a!3 2012-03-102023-11-04 21:48:14,`!3 1942-10-192023-11-04 21:48:14,_!3 1942-10-19' 2023-11-04 21:48:14,^!3 1942-10-192023-11-04 21:48:14,]!3 1942-10-19>2023-11-04 21:48:14+\! 3 2011-10-23 '2023-11-04 21:48:14+[! 3 2011-10-232023-11-04 21:48:14,Z!3 2011-10-23 2023-11-04 21:48:14,Y!3 2011-10-234 2023-11-04 21:48:14,X!3 2011-10-232023-11-04 21:48:14,W!3 2011-10-232023-11-04 21:48:14,V!3 2011-10-23Z2023-11-04 21:48:14,U!3 2011-10-2362023-11-04 21:48:14+T!3 2011-10-23#.2023-11-04 21:48:14,S!3 2011-10-232023-11-04 21:48:14+R!3 2011-10-232023-11-04 21:48:14*Q! 3 2011-12-04A2023-11-04 21:48:14+P! 3 2011-12-042023-11-04 21:48:14,O!3 2011-12-042023-11-04 21:48:14+N!3 2011-12-042023-11-04 21:48:14,M!3 2011-12-0432023-11-04 21:48:14,L!3 2011-12-042023-11-04 21:48:14,K!3 2011-12-04 2023-11-04 21:48:14,J!3 2011-12-042023-11-04 21:48:14,I!3 2011-12-042023-11-04 21:48:14+H! 3 2011-11-202023-11-04 21:48:14,G!3 2011-11-202023-11-04 21:48:14,F!3 2011-11-202023-11-04 21:48:14,E!3 2011-11-202023-11-04 21:48:14,D!3 2011-11-202023-11-04 21:48:14,C!3 2011-11-20Q2023-11-04 21:48:14,B!3 2011-11-20'2023-11-04 21:48:14,A!3 2011-11-20M2023-11-04 21:48:14+@!3 2011-11-20v 2023-11-04 21:48:14,?!3 2011-11-20~2023-11-04 21:48:14,>!3 2011-11-20n2023-11-04 21:48:14-=!3 2011-11-202023-11-04 21:48:14+<! 32011-11-26!2023-11-04 21:48:14+;! 32011-11-26i2023-11-04 21:48:14+:! 32011-11-262023-11-04 21:48:14+9!32011-11-26r2023-11-04 21:48:14,8!32011-11-26{2023-11-04 21:48:14,7!32011-11-262023-11-04 21:48:14,6!32011-11-26n"2023-11-04 21:48:14,5!32011-11-26;2023-11-04 21:48:14+4!  31943-09-25 2023-11-04 21:48:14,3! 31943-09-25! 2023-11-04 21:48:14,2! 31943-09-25n. 2023-11-04 21:48:14+1! 31925-10-252023-11-04 21:48:14,0!31925-10-25v2023-11-04 21:48:14+/! 31925-10-25Z2023-11-04 21:48:14,.!31925-10-252023-11-04 21:48:14,-!31925-10-252023-11-04 21:48:14,,!31925-10-252023-11-04 21:48:14,+!31925-10-25*2023-11-04 21:48:14+*!31925-10-25#12023-11-04 21:48:14+)!31925-10-25<2023-11-04 21:48:14+(! 31922-10-292023-11-04 21:48:14,'!31922-10-29"2023-11-04 21:48:14,&!31922-10-29v2023-11-04 21:48:14+%! 31922-10-29Z2023-11-04 21:48:14,$!31922-10-29 2023-11-04 21:48:14,#!31922-10-292023-11-04 21:48:14,"!31922-10-29,2023-11-04 21:48:14+!!31922-10-29#+2023-11-04 21:48:14+ !31922-10-29<2023-11-04 21:48:14,!31928-10-28v2023-11-04 21:48:14,!31928-10-282023-11-04 21:48:14,!31928-10-282023-11-04 21:48:14,!31928-10-282023-11-04 21:48:14+! 31928-10-282023-11-04 21:48:14+!31928-10-28#22023-11-04 21:48:14,!31928-10-28.2023-11-04 21:48:14+!31928-10-28:2023-11-04 21:48:14+! 31928-10-28Z2023-11-04 21:48:14,!31943-10-312023-11-04 21:48:14,!31943-10-312023-11-04 21:48:14+!31943-10-31/2023-11-04 21:48:14,!31943-10-312023-11-04 21:48:14+!31943-10-31#82023-11-04 21:48:14,!31943-10-312023-11-04 21:48:14+! 31943-10-31Z2023-11-04 21:48:14,!31943-10-312023-11-04 21:48:14,!31943-10-31v2023-11-04 21:48:14, !31943-10-31+2023-11-04 21:48:14+ ! 31919-10-262023-11-04 21:48:14, !31919-10-262023-11-04 21:48:14+ !31919-10-26<2023-11-04 21:48:14, !31919-10-26v2023-11-04 21:48:14+! 31919-10-26Z2023-11-04 21:48:14,!31919-10-26 2023-11-04 21:48:14+!31919-10-26#)2023-11-04 21:48:14,!31919-10-26)2023-11-04 21:48:14,!31919-10-262023-11-04 21:48:14,!31935-10-272023-11-04 21:48:14,!31935-10-272023-11-04 21:48:14,!31935-10-27v2023-11-04 21:48:14+!31935-10-2702023-11-04 21:48:14,!31935-10-272023-11-04 21:48:14,~!31935-10-272023-11-04 21:48:14+}! 31935-10-27Z2023-11-04 21:48:14,|!31935-10-272023-11-04 21:48:14,{!31935-10-272023-11-04 21:48:14+z!31935-10-27#22023-11-04 21:48:14,y!31935-10-27*2023-11-04 21:48:14+x! 31931-10-252023-11-04 21:48:14+w! 31931-10-25Z2023-11-04 21:48:14,v!31931-10-252023-11-04 21:48:14,u!31931-10-252023-11-04 21:48:14,t!31931-10-252023-11-04 21:48:14+s!31931-10-2542023-11-04 21:48:14+r!31931-10-25#12023-11-04 21:48:14,q!31931-10-25v2023-11-04 21:48:14,p!31931-10-25,2023-11-04 21:48:14+o! 31939-10-292023-11-04 21:48:14,n!31939-10-29v2023-11-04 21:48:14,m!31939-10-29 2023-11-04 21:48:14,l!31939-10-292023-11-04 21:48:14,k!31939-10-292023-11-04 21:48:14,j!31939-10-292023-11-04 21:48:14+i!31939-10-29#-2023-11-04 21:48:14,h!31939-10-292023-11-04 21:48:14+g!31939-10-2912023-11-04 21:48:14,f!31939-10-29+2023-11-04 21:48:14+e! 32011-10-092023-11-04 21:48:14,d!32011-10-09u2023-11-04 21:48:14,c!32011-10-092023-11-04 21:48:14,b!32011-10-09(2023-11-04 21:48:14-a!32011-10-092023-11-04 21:48:14-`!32011-10-092023-11-04 21:48:14,_!32011-09-17 r2023-11-04 21:48:14,^!32011-09-17 r2023-11-04 21:48:14,]!32011-09-17Lr2023-11-04 21:48:14,\!32011-09-17r2023-11-04 21:48:14,[!32011-09-17r2023-11-04 21:48:14+Z! 31966-11-26t2023-11-04 21:48:14,Y!31966-11-262023-11-04 21:48:14,X!31966-11-26=2023-11-04 21:48:14,W!31966-11-26)2023-11-04 21:48:14,V!31951-04-2842023-11-04 21:48:14,U!31951-04-2862023-11-04 21:48:14,T!31951-04-282023-11-04 21:48:14,S!32004-10-09 ,2023-11-04 21:48:14,R!32004-10-09J,2023-11-04 21:48:14,Q!32004-10-09<,2023-11-04 21:48:14+P! 32004-10-09,2023-11-04 21:48:14,O!32004-10-09t,2023-11-04 21:48:14,N!32007-11-24 2023-11-04 21:48:14,M!32007-11-2472023-11-04 21:48:14,L!32007-11-24t2023-11-04 21:48:14,K!32007-11-24S2023-11-04 21:48:14+J! 32001-11-102023-11-04 21:48:14,I!32001-11-10t2023-11-04 21:48:14,H!32001-11-10A2023-11-04 21:48:14,G!32001-11-10 2023-11-04 21:48:14,F!32001-11-10D2023-11-04 21:48:14,E!31972-12-022023-11-04 21:48:14,D!31972-12-02C2023-11-04 21:48:14,C!31972-12-02&2023-11-04 21:48:14,B!31974-05-182023-11-04 21:48:14,A!31974-05-18B2023-11-04 21:48:14,@!31974-05-18(2023-11-04 21:48:14,?!31975-12-13$2023-11-04 21:48:14,>!31975-12-13D2023-11-04 21:48:14+=! 31975-12-132023-11-04 21:48:14,<!31975-12-132023-11-04 21:48:14,;!31998-10-032023-11-04 21:48:14,:!31998-10-03@2023-11-04 21:48:14+9! 31998-10-03t2023-11-04 21:48:14,8!31998-10-03C2023-11-04 21:48:14+7! 31977-12-10D2023-11-04 21:48:14,6!31977-12-10CD2023-11-04 21:48:14,5!31977-12-10D2023-11-04 21:48:14,4!31977-12-10&D2023-11-04 21:48:14*3! 31996-03-0212023-11-04 21:48:14+2!31996-03-0212023-11-04 21:48:14+1!31996-03-02t12023-11-04 21:48:14+0!31996-03-02K12023-11-04 21:48:14+/!31996-03-02112023-11-04 21:48:14,.!31993-03-13P2023-11-04 21:48:14,-!31993-03-13t2023-11-04 21:48:14,,!31993-03-1312023-11-04 21:48:14,+!31993-03-132023-11-04 21:48:14,*!31990-03-24Nk2023-11-04 21:48:14,)!31990-03-247k2023-11-04 21:48:14,(!31990-03-24k2023-11-04 21:48:14+'! 31990-03-24tk2023-11-04 21:48:14,&!31983-03-05K2023-11-04 21:48:14,%!31983-03-05!2023-11-04 21:48:14,$!31983-03-052023-11-04 21:48:14,#! 31917-05-052023-11-04 21:48:14,"! 31917-05-05q52023-11-04 21:48:14,!!31958-11-22/2023-11-04 21:48:14, !31958-11-22:2023-11-04 21:48:14,!31958-11-222023-11-04 21:48:14,!31913-05-31%2023-11-04 21:48:14,!31913-05-31&2023-11-04 21:48:14,!31910-04-132023-11-04 21:48:14,!31910-04-13+2023-11-04 21:48:14+! 31910-04-13t2023-11-04 21:48:14,!31934-09-152023-11-04 21:48:14,!31934-09-152023-11-04 21:48:14,!31934-09-15 2023-11-04 21:48:14+! 31934-09-152023-11-04 21:48:14,!31934-09-15x2023-11-04 21:48:14,!31934-09-152023-11-04 21:48:14,!31934-09-15/ 2023-11-04 21:48:14+! 31934-09-15t2023-11-04 21:48:14+!  31937-10-232023-11-04 21:48:14,! 31937-10-23x2023-11-04 21:48:14+!  31937-10-23t2023-11-04 21:48:14+!  31937-10-232023-11-04 21:48:14, ! 31937-10-232023-11-04 21:48:14, ! 31937-10-23 2023-11-04 21:48:14, ! 31937-10-232023-11-04 21:48:14, !31931-12-192023-11-04 21:48:14, !31931-12-192023-11-04 21:48:14+! 31931-12-19t2023-11-04 21:48:14,!31931-12-19x"2023-11-04 21:48:14,!31931-12-19/2023-11-04 21:48:14,!31931-12-19p2023-11-04 21:48:14,!31954-05-29/62023-11-04 21:48:14,!31954-05-29;62023-11-04 21:48:14,!31954-05-2962023-11-04 21:48:14,!31955-12-1092023-11-04 21:48:14,!31955-12-1012023-11-04 21:48:14,!31955-12-102023-11-04 21:48:14,~!31963-11-304 2023-11-04 21:48:14,}!31963-11-30 2023-11-04 21:48:14,|!31963-11-304 2023-11-04 21:48:14,{!31961-12-09>s2023-11-04 21:48:14,z!31961-12-09s2023-11-04 21:48:14,y!31961-12-09-s2023-11-04 21:48:14+x! 31946-09-28/>2023-11-04 21:48:14,w!31946-09-28+>2023-11-04 21:48:14,v!31946-09-28>2023-11-04 21:48:14,u!31946-09-28t>2023-11-04 21:48:14,t!31946-09-28 >2023-11-04 21:48:14,s!31946-09-28>2023-11-04 21:48:14,r!31940-09-21x2023-11-04 21:48:14,q!31940-09-21/2023-11-04 21:48:14+p! 31940-09-212023-11-04 21:48:14,o!31940-09-21t2023-11-04 21:48:14,n!31940-09-21 2023-11-04 21:48:14,m!31940-09-21 2023-11-04 21:48:14,l!31940-09-212023-11-04 21:48:14+k! 31943-08-212023-11-04 21:48:14,j!31943-08-21x 2023-11-04 21:48:14,i!31943-08-212023-11-04 21:48:14+h! 31943-08-212023-11-04 21:48:14+g! 31943-08-212023-11-04 21:48:14,f!31943-08-21t2023-11-04 21:48:14,e!31943-08-2112023-11-04 21:48:14,d!31980-10-1832023-11-04 21:48:14,c!31980-10-182023-11-04 21:48:14,b!31980-10-1862023-11-04 21:48:14,a!31969-10-25.2023-11-04 21:48:14,`!31969-10-252023-11-04 21:48:14,_!31969-10-25;2023-11-04 21:48:14,^!31949-12-1002023-11-04 21:48:14+]! 31949-12-10t2023-11-04 21:48:14,\!31949-12-102023-11-04 21:48:14,[!31949-12-1072023-11-04 21:48:14+Z! 31984-12-01@2023-11-04 21:48:14,Y!31984-12-01R@2023-11-04 21:48:14,X!31984-12-01,@2023-11-04 21:48:14,W!31984-12-01@2023-11-04 21:48:14,V!31987-07-11+2023-11-04 21:48:14,U!31987-07-11V2023-11-04 21:48:14,T!31987-07-112023-11-04 21:48:14,S! 31901-03-302023-11-04 21:48:14+R!  31901-03-302023-11-04 21:48:14,Q! 31901-03-302023-11-04 21:48:14+P!  31901-03-30t2023-11-04 21:48:14,O! 31901-03-30j 2023-11-04 21:48:14,N!31903-12-162023-11-04 21:48:14+M! 31903-12-162023-11-04 21:48:14,L!31903-12-16j2023-11-04 21:48:14,K!31903-12-162023-11-04 21:48:14+J! 31929-10-12z2023-11-04 21:48:14,I!31929-10-12 2023-11-04 21:48:14,H!31929-10-12q2023-11-04 21:48:14+G! 31929-10-12t2023-11-04 21:48:14,F!31929-10-12o2023-11-04 21:48:14,E!31929-10-12/2023-11-04 21:48:14,D! 31928-11-17 2023-11-04 21:48:14+C!  31928-11-17t2023-11-04 21:48:14,B! 31928-11-17q2023-11-04 21:48:14,A! 31928-11-17 2023-11-04 21:48:14+@!  31928-11-17z2023-11-04 21:48:14,?! 31925-11-142023-11-04 21:48:14,>! 31925-11-14q%2023-11-04 21:48:14,=! 31925-11-142023-11-04 21:48:14+<!  31925-11-14t2023-11-04 21:48:14,;!31922-12-162023-11-04 21:48:14,:!31922-12-16q2023-11-04 21:48:14,9!31922-12-162023-11-04 21:48:14+8! 31922-12-16t2023-11-04 21:48:14,7!31922-12-162023-11-04 21:48:14,6!31906-12-022023-11-04 21:48:14,5!31906-12-02}2023-11-04 21:48:14,4!31906-12-02r2023-11-04 21:48:14,3!31906-12-02j2023-11-04 21:48:14,2!31906-12-022023-11-04 21:48:14+1! 31914-09-05t2023-11-04 21:48:14,0!31914-09-05*2023-11-04 21:48:14,/!31914-09-05 2023-11-04 21:48:14+.!  31919-12-13o2023-11-04 21:48:14,-! 31919-12-132023-11-04 21:48:14,,! 31919-12-132023-11-04 21:48:14,+! 31919-12-132023-11-04 21:48:14,*! 31919-12-13q%2023-11-04 21:48:14,)! 31919-12-13~2023-11-04 21:48:14+(!  31919-12-13y2023-11-04 21:48:14*'! 32011-09-15fG2023-11-04 21:48:14*&! 32011-09-15dG2023-11-04 21:48:14)%! 32011-09-15JG2023-11-04 21:48:14*$! 32011-09-15cG2023-11-04 21:48:14+#!32011-09-152 G2023-11-04 21:48:14+"!32011-09-15E/G2023-11-04 21:48:14+!!32011-09-15G2023-11-04 21:48:14+ !32011-09-15x G2023-11-04 21:48:14+!32011-09-15lG2023-11-04 21:48:14+!32011-09-15NG2023-11-04 21:48:14+!32011-09-15G2023-11-04 21:48:14+!32011-09-15],G2023-11-04 21:48:14,!32009-02-10%o2023-11-04 21:48:14,!32009-02-10o2023-11-04 21:48:14,!32009-02-10o2023-11-04 21:48:14,!32009-02-10o2023-11-04 21:48:14,!32009-02-10Mo2023-11-04 21:48:14,!32009-02-106o2023-11-04 21:48:14,!32009-02-10o2023-11-04 21:48:14,!32009-02-10 o2023-11-04 21:48:14,!32009-02-10 o2023-11-04 21:48:14,!32009-02-10o2023-11-04 21:48:14,!32009-02-10o2023-11-04 21:48:14,!32009-02-10No2023-11-04 21:48:14,!32006-03-28%i2023-11-04 21:48:14,!32006-03-28i2023-11-04 21:48:14, !32006-03-286i2023-11-04 21:48:14, !32006-03-28i2023-11-04 21:48:14, !32006-03-28i2023-11-04 21:48:14, !32006-03-28Qi2023-11-04 21:48:14, !32006-03-28M i2023-11-04 21:48:14,!32006-03-28 i2023-11-04 21:48:14,!32006-03-28 i2023-11-04 21:48:14,!32006-03-28 i2023-11-04 21:48:14,!32006-03-28i2023-11-04 21:48:14,!32006-03-28Ni2023-11-04 21:48:14,!32003-01-286d2023-11-04 21:48:14,!32003-01-28d2023-11-04 21:48:14,!32003-01-28%d2023-11-04 21:48:14,!32003-01-28gd2023-11-04 21:48:14,!32003-01-28d2023-11-04 21:48:14,~!32003-01-28d2023-11-04 21:48:14,}!32003-01-28d2023-11-04 21:48:14,|!32003-01-28d2023-11-04 21:48:14,{!32003-01-28Md2023-11-04 21:48:14,z!32003-01-28 d2023-11-04 21:48:14,y!32003-01-28:d2023-11-04 21:48:14,x!32003-01-28d2023-11-04 21:48:14,w!32003-01-28&d2023-11-04 21:48:14,v!31996-05-292023-11-04 21:48:14,u!31996-05-29F2023-11-04 21:48:14,t!31996-05-292023-11-04 21:48:14,s!31996-05-2962023-11-04 21:48:14,r!31996-05-292023-11-04 21:48:14,q!31996-05-292023-11-04 21:48:14,p!31996-05-292023-11-04 21:48:14,o!31996-05-292023-11-04 21:48:14,n!31996-05-29 2023-11-04 21:48:14,m!31996-05-29 2023-11-04 21:48:14,l!31996-05-29 2023-11-04 21:48:14,k!31996-05-292023-11-04 21:48:14,j!31996-05-29"2023-11-04 21:48:14,i!31992-06-23~2023-11-04 21:48:14,h!31992-06-232023-11-04 21:48:14,g!31992-06-232023-11-04 21:48:14,f!31992-06-232023-11-04 21:48:14,e!31992-06-232023-11-04 21:48:14,d!31992-06-232023-11-04 21:48:14,c!31992-06-232023-11-04 21:48:14,b!31992-06-23 2023-11-04 21:48:14,a!31992-06-23 2023-11-04 21:48:14,`!31992-06-23,2023-11-04 21:48:14+_! 31988-11-01~T2023-11-04 21:48:14+^! 31988-11-01T2023-11-04 21:48:14,]!31988-11-01T2023-11-04 21:48:14,\!31988-11-01:T2023-11-04 21:48:14,[!31988-11-01T2023-11-04 21:48:14,Z!31988-11-01T2023-11-04 21:48:14,Y!31988-11-01T2023-11-04 21:48:14,X!31988-11-01|T2023-11-04 21:48:14,W!31988-11-01T2023-11-04 21:48:14,V!31988-11-01T2023-11-04 21:48:14,U!31988-11-011T2023-11-04 21:48:14,T!31988-11-01 T2023-11-04 21:48:14,S!31988-11-01T2023-11-04 21:48:14,R!31988-11-01'T2023-11-04 21:48:14,Q!31988-11-01(T2023-11-04 21:48:14*P! 31984-07-23=Z2023-11-04 21:48:14+O! 31984-07-23Z2023-11-04 21:48:14+N! 31984-07-23LZ2023-11-04 21:48:14+M!31984-07-23Z2023-11-04 21:48:14,L!31984-07-23 Z2023-11-04 21:48:14,K!31984-07-23Z2023-11-04 21:48:14,J!31984-07-23Z2023-11-04 21:48:14,I!31984-07-231Z2023-11-04 21:48:14,H!31984-07-23:Z2023-11-04 21:48:14,G!31984-07-23Z2023-11-04 21:48:14,F!31984-07-23Z2023-11-04 21:48:14,E!31984-07-23Z2023-11-04 21:48:14,D!31984-07-23|Z2023-11-04 21:48:14,C!31984-07-23)Z2023-11-04 21:48:14,B!31984-07-23,Z2023-11-04 21:48:14+A! 31981-06-3012023-11-04 21:48:14,@!31981-06-30:2023-11-04 21:48:14+?!31981-06-30=2023-11-04 21:48:14,>!31981-06-30L2023-11-04 21:48:14,=!31981-06-30|2023-11-04 21:48:14,<!31981-06-302023-11-04 21:48:14,;!31981-06-30 2023-11-04 21:48:14,:!31981-06-302023-11-04 21:48:14,9!31981-06-30/2023-11-04 21:48:14,8!31981-06-3002023-11-04 21:48:14+7! 31977-05-172023-11-04 21:48:14+6! 31977-05-1712023-11-04 21:48:14+5! 31977-05-17(2023-11-04 21:48:14+4! 31977-05-17 2023-11-04 21:48:14 ksD~~~~Z~+}}}}o}@}||||X|){{{{m{>{zzzzSz%yyyyky>>>Q>!====c=3=<<V'k< T&l=R#g8 }N d6zLb3 z K  a 2  w H  ^ /  t E Z+pAV'k,q!31928-11-14 !2023-11-04 21:48:14,p!31928-11-14 !2023-11-04 21:48:14,o!31925-11-04!2023-11-04 21:48:14,n!31925-11-04 !2023-11-04 21:48:14,m!31925-11-04n !2023-11-04 21:48:14,l!31925-11-04 7!2023-11-04 21:48:14,k! 31922-12-07*2023-11-04 21:48:14,j! 31922-12-07n*2023-11-04 21:48:14,i! 31922-12-07 *2023-11-04 21:48:14,h! 31922-12-07 %*2023-11-04 21:48:14,g! 31919-12-17)2023-11-04 21:48:14,f! 31919-12-17n)2023-11-04 21:48:14,e! 31919-12-17 )2023-11-04 21:48:14,d! 31919-12-17 -)2023-11-04 21:48:14+c! 31914-12-11(2023-11-04 21:48:14,b!31914-12-11 (2023-11-04 21:48:14,a!31914-12-11n(2023-11-04 21:48:14,`!31914-12-11 "(2023-11-04 21:48:14,_!31914-12-11 ((2023-11-04 21:48:14,^! 31911-12-19n,2023-11-04 21:48:14,]! 31911-12-19,2023-11-04 21:48:14,\! 31911-12-19 %,2023-11-04 21:48:14,[! 31911-12-19 !,2023-11-04 21:48:14,Z! 31924-10-21 2023-11-04 21:48:14,Y! 31924-10-21 o2023-11-04 21:48:14+X! 31924-10-212023-11-04 21:48:14,W! 31924-10-21 2023-11-04 21:48:14,V! 31924-10-212023-11-04 21:48:14+U! 31924-10-21h2023-11-04 21:48:14,T! 31924-10-21"2023-11-04 21:48:14,S! 31924-10-21+2023-11-04 21:48:14,R! 31921-10-24 2023-11-04 21:48:14,Q! 31921-10-24 o2023-11-04 21:48:14,P! 31921-10-24 2023-11-04 21:48:14,O! 31921-10-242023-11-04 21:48:14,N! 31921-10-24%2023-11-04 21:48:14+M! 31921-10-24h2023-11-04 21:48:14,L! 31921-10-24*2023-11-04 21:48:14,K! 31918-10-21 2023-11-04 21:48:14+J!  31918-10-212023-11-04 21:48:14,I! 31918-10-21 o2023-11-04 21:48:14,H! 31918-10-212023-11-04 21:48:14,G! 31918-10-2132023-11-04 21:48:14,F! 31918-10-21(2023-11-04 21:48:14+E! 31918-10-21h2023-11-04 21:48:14+D!  31915-10-21 2023-11-04 21:48:14,C! 31915-10-212023-11-04 21:48:14+B!  31915-10-212023-11-04 21:48:14,A! 31915-10-21 o2023-11-04 21:48:14,@! 31915-10-212023-11-04 21:48:14+?! 31915-10-21h2023-11-04 21:48:14,>! 31915-10-21J2023-11-04 21:48:14,=!31912-10-21 h2023-11-04 21:48:14,<!31912-10-21 oh2023-11-04 21:48:14+;!31912-10-21hh2023-11-04 21:48:14,:!31912-10-21h2023-11-04 21:48:14,9!31912-10-21Fh2023-11-04 21:48:14,8! 31909-10-25 j2023-11-04 21:48:14,7! 31909-10-25 oj2023-11-04 21:48:14+6! 31909-10-25h j2023-11-04 21:48:14,5! 31909-10-25.j2023-11-04 21:48:14,4! 31909-10-25)j2023-11-04 21:48:14,3! 31906-08-27$i2023-11-04 21:48:14,2! 31906-08-27 oi2023-11-04 21:48:14+1! 31906-08-27h i2023-11-04 21:48:14,0! 31906-08-27Ii2023-11-04 21:48:14,/!31903-09-16 ob2023-11-04 21:48:14,.!31903-09-16 b2023-11-04 21:48:14+-!31903-09-16hb2023-11-04 21:48:14,,!31903-09-160b2023-11-04 21:48:14,+!31903-09-164b2023-11-04 21:48:14,*! 31900-07-01 2023-11-04 21:48:14,)! 31900-07-012023-11-04 21:48:14,(! 31900-07-01M2023-11-04 21:48:14,'!31937-05-262023-11-04 21:48:14,&!31937-05-26 2023-11-04 21:48:14,%!31937-05-262023-11-04 21:48:14,$!31937-05-26 2023-11-04 21:48:14,#!31937-05-26 2023-11-04 21:48:14,"!31937-05-262023-11-04 21:48:14,!!31937-05-262023-11-04 21:48:14, !31937-05-26,2023-11-04 21:48:14,!31937-05-262023-11-04 21:48:14,!31937-05-26 2023-11-04 21:48:14+! 31933-04-262023-11-04 21:48:14+! 31933-04-26 2023-11-04 21:48:14+! 31933-04-26 2023-11-04 21:48:14+! 31933-04-26 2023-11-04 21:48:14+! 31933-04-26 2023-11-04 21:48:14+! 31933-04-26 2023-11-04 21:48:14,!31933-04-262023-11-04 21:48:14,!31933-04-262023-11-04 21:48:14,!31933-04-262023-11-04 21:48:14,!31933-04-26 2023-11-04 21:48:14,!31933-04-26 2023-11-04 21:48:14,!31933-04-26,2023-11-04 21:48:14,!31933-04-262023-11-04 21:48:14,!31933-04-26 2023-11-04 21:48:14+! 31929-07-03 2023-11-04 21:48:14+! 31929-07-03 2023-11-04 21:48:14+ ! 31929-07-03 2023-11-04 21:48:14, !31929-07-032023-11-04 21:48:14, !31929-07-032023-11-04 21:48:14, !31929-07-032023-11-04 21:48:14, !31929-07-03 2023-11-04 21:48:14,!31929-07-03 2023-11-04 21:48:14,!31929-07-03, 2023-11-04 21:48:14,!31929-07-032023-11-04 21:48:14,!31929-07-03 2023-11-04 21:48:14+! 31925-07-01 2023-11-04 21:48:14+! 31925-07-01 2023-11-04 21:48:14+! 31925-07-012023-11-04 21:48:14,!31925-07-012023-11-04 21:48:14+! 31925-07-01 2023-11-04 21:48:14,!31925-07-012023-11-04 21:48:14,~!31925-07-01 2023-11-04 21:48:14,}!31925-07-01 2023-11-04 21:48:14,|!31925-07-01, 2023-11-04 21:48:14,{!31925-07-012023-11-04 21:48:14,z!31925-07-01 2023-11-04 21:48:14+y! 31922-07-052023-11-04 21:48:14+x! 31922-07-052023-11-04 21:48:14,w!31922-07-05 2023-11-04 21:48:14,v!31922-07-052023-11-04 21:48:14,u!31922-07-052023-11-04 21:48:14,t!31922-07-05 2023-11-04 21:48:14,s!31922-07-05 2023-11-04 21:48:14,r!31922-07-05,2023-11-04 21:48:14,q!31922-07-052023-11-04 21:48:14,p!31922-07-05 2023-11-04 21:48:14)o! 31918-07-03 2023-11-04 21:48:14*n!31918-07-032023-11-04 21:48:14*m!31918-07-03 2023-11-04 21:48:14*l!31918-07-03 2023-11-04 21:48:14*k!31918-07-032023-11-04 21:48:14*j!31918-07-03 2023-11-04 21:48:14*i!31918-07-032023-11-04 21:48:14*h!31918-07-03, 2023-11-04 21:48:14*g!31918-07-032023-11-04 21:48:14*f!31918-07-03 2023-11-04 21:48:14,e! 31937-06-06 2023-11-04 21:48:14+d!  31937-06-06\2023-11-04 21:48:14+c!  31937-06-06 2023-11-04 21:48:14,b! 31937-06-06 2023-11-04 21:48:14,a! 31937-06-06 2023-11-04 21:48:14,`! 31937-06-062023-11-04 21:48:14,_! 31937-06-06 2023-11-04 21:48:14+^! 31934-06-03\2023-11-04 21:48:14+]! 31934-06-03 2023-11-04 21:48:14,\!31934-06-03 2023-11-04 21:48:14+[! 31934-06-032023-11-04 21:48:14,Z!31934-06-03 2023-11-04 21:48:14,Y!31934-06-032023-11-04 21:48:14,X!31934-06-03 2023-11-04 21:48:14,W!31931-06-07 2023-11-04 21:48:14+V! 31931-06-07 2023-11-04 21:48:14,U!31931-06-07 2023-11-04 21:48:14,T!31931-06-07 2023-11-04 21:48:14,S!31931-06-07 2023-11-04 21:48:14,R!31931-06-07 2023-11-04 21:48:14,Q!31931-06-072023-11-04 21:48:14,P!31931-06-07 2023-11-04 21:48:14+O! 31928-06-03 2023-11-04 21:48:14+N! 31928-06-03 2023-11-04 21:48:14+M! 31928-06-03 2023-11-04 21:48:14,L!31928-06-03 2023-11-04 21:48:14,K!31928-06-03 2023-11-04 21:48:14,J!31928-06-03 2023-11-04 21:48:14,I!31928-06-03 2023-11-04 21:48:14,H!31928-06-03 2023-11-04 21:48:14,G!31928-06-03 2023-11-04 21:48:14,F!31925-03-01 2023-11-04 21:48:14+E! 31925-03-01 2023-11-04 21:48:14+D! 31925-03-01 2023-11-04 21:48:14,C!31925-03-01 2023-11-04 21:48:14,B!31925-03-01 2023-11-04 21:48:14,A!31925-03-01 2023-11-04 21:48:14,@!31925-03-01 2023-11-04 21:48:14,?!31925-03-012023-11-04 21:48:14,>!31925-03-01 2023-11-04 21:48:14+=! 31922-05-28 2023-11-04 21:48:14,<!31922-05-28 2023-11-04 21:48:14,;!31922-05-282023-11-04 21:48:14,:!31922-05-28 2023-11-04 21:48:14,9!31922-05-28 2023-11-04 21:48:14,8!31922-05-28 2023-11-04 21:48:14)7! 31919-10-262023-11-04 21:48:14*6!31919-10-26 2023-11-04 21:48:14*5!31919-10-26 2023-11-04 21:48:14*4!31919-10-26 2023-11-04 21:48:14*3!31919-10-262023-11-04 21:48:14*2!31919-10-26 2023-11-04 21:48:14,1!31942-07-052023-11-04 21:48:14,0!31942-07-05'2023-11-04 21:48:14,/!31942-07-052023-11-04 21:48:14,.!31942-07-05>2023-11-04 21:48:14,-! 31937-06-29>2023-11-04 21:48:14,,! 31937-06-292023-11-04 21:48:14,+! 31937-06-292023-11-04 21:48:14,*! 31937-06-29 2023-11-04 21:48:14,)! 31937-06-29 2023-11-04 21:48:14+(! 31934-06-242023-11-04 21:48:14,'!31934-06-24 2023-11-04 21:48:14,&!31934-06-24>2023-11-04 21:48:14,%!31934-06-24 2023-11-04 21:48:14,$!31934-06-242023-11-04 21:48:14+#! 31933-07-162023-11-04 21:48:14,"!31933-07-16>2023-11-04 21:48:14,!!31933-07-162023-11-04 21:48:14, !31933-07-162023-11-04 21:48:14,! 31931-06-12>2023-11-04 21:48:14,! 31931-06-122023-11-04 21:48:14,! 31931-06-122023-11-04 21:48:14+! 31927-07-09 2023-11-04 21:48:14+! 31927-07-092023-11-04 21:48:14,!31927-07-09>2023-11-04 21:48:14,!31927-07-092023-11-04 21:48:14,!31927-07-092023-11-04 21:48:14,! 31923-10-272023-11-04 21:48:14,! 31923-10-27>2023-11-04 21:48:14+!  31923-10-272023-11-04 21:48:14+!  31923-10-272023-11-04 21:48:14,! 31919-11-15 2023-11-04 21:48:14,! 31919-11-15  2023-11-04 21:48:14,! 31919-11-15 2023-11-04 21:48:14+! 31943-06-232023-11-04 21:48:14,!31943-06-23q 2023-11-04 21:48:14+!31943-06-23 2023-11-04 21:48:14, !31943-06-23 2023-11-04 21:48:14, !31943-06-23>2023-11-04 21:48:14, !31943-06-23C2023-11-04 21:48:14+ !31938-06-172023-11-04 21:48:14, !31938-06-17> 2023-11-04 21:48:14,!31938-06-17q-2023-11-04 21:48:14,!31938-06-17M2023-11-04 21:48:14+!31937-07-012023-11-04 21:48:14,!31937-07-01E2023-11-04 21:48:14,!31937-07-01> 2023-11-04 21:48:14,!31937-07-01q02023-11-04 21:48:14+!31933-01-24 2023-11-04 21:48:14,!31933-01-24>2023-11-04 21:48:14,!31933-01-24 2023-11-04 21:48:14,!31933-01-24 02023-11-04 21:48:14,~!31933-01-24M2023-11-04 21:48:14,}!31932-02-16 92023-11-04 21:48:14+|!31932-02-162023-11-04 21:48:14,{!31932-02-16 2023-11-04 21:48:14,z!31932-02-16>2023-11-04 21:48:14,y!31932-02-16H2023-11-04 21:48:14,x!31927-09-15 2023-11-04 21:48:14+w! 31927-09-15 2023-11-04 21:48:14,v!31927-09-15 2023-11-04 21:48:14+u!31927-09-15 2023-11-04 21:48:14,t!31927-09-15> 2023-11-04 21:48:14,s!31927-09-1592023-11-04 21:48:14,r!31927-09-15 >2023-11-04 21:48:14+q!31927-06-092023-11-04 21:48:14,p!31927-06-092023-11-04 21:48:14,o!31927-06-09 2023-11-04 21:48:14,n!31927-06-09  2023-11-04 21:48:14,m!31927-06-09>2023-11-04 21:48:14,l!31927-06-09,2023-11-04 21:48:14,k!31927-06-09 /2023-11-04 21:48:14,j!31923-08-27 2023-11-04 21:48:14,i!31923-08-27 2023-11-04 21:48:14+h!31923-08-27 2023-11-04 21:48:14,g!31923-08-27>2023-11-04 21:48:14,f!31923-08-27 2023-11-04 21:48:14,e!31923-08-27,2023-11-04 21:48:14,d!31923-08-27 ?2023-11-04 21:48:14*c!31922-06-22$2023-11-04 21:48:14)b! 31922-06-22 2023-11-04 21:48:14)a!31922-06-22 2023-11-04 21:48:14*`!31922-06-22 2023-11-04 21:48:14*_!31922-06-22>2023-11-04 21:48:14*^!31922-06-22 :2023-11-04 21:48:14,]! 31935-11-142023-11-04 21:48:14+\!  31935-11-142023-11-04 21:48:14,[! 31935-11-14L2023-11-04 21:48:14+Z!  31935-11-14 2023-11-04 21:48:14,Y! 31935-11-142023-11-04 21:48:14,X! 31935-11-14 2023-11-04 21:48:14,W! 31935-11-14!2023-11-04 21:48:14,V! 31935-11-142023-11-04 21:48:14-U! 31935-11-142023-11-04 21:48:14-T! 31935-11-142023-11-04 21:48:14,S!31931-10-27 2023-11-04 21:48:14,R!31931-10-27  2023-11-04 21:48:14,Q!31931-10-27L 2023-11-04 21:48:14,P!31931-10-27  2023-11-04 21:48:14,O!31931-10-27  2023-11-04 21:48:14,N!31931-10-27# 2023-11-04 21:48:14,M!31931-10-27  2023-11-04 21:48:14,L!31931-10-274 2023-11-04 21:48:14-K!31931-10-27 2023-11-04 21:48:14,J!31929-05-30L 2023-11-04 21:48:14,I!31929-05-30 2023-11-04 21:48:14,H!31929-05-30; 2023-11-04 21:48:14-G!31929-05-30 2023-11-04 21:48:14-F!31929-05-30 2023-11-04 21:48:14+E! 31924-10-29L 2023-11-04 21:48:14,D!31924-10-29 2023-11-04 21:48:14+C! 31924-10-29 2023-11-04 21:48:14,B!31924-10-29  2023-11-04 21:48:14,A!31924-10-29( 2023-11-04 21:48:14-@!31924-10-29 2023-11-04 21:48:14-?!31924-10-29 2023-11-04 21:48:14,>!31923-12-06 2023-11-04 21:48:14,=!31923-12-06L 2023-11-04 21:48:14-<!31923-12-06 2023-11-04 21:48:14-;!31923-12-06 2023-11-04 21:48:14-:!31923-12-06 2023-11-04 21:48:14+9! 31922-11-15 2023-11-04 21:48:14,8!31922-11-15L2023-11-04 21:48:14,7!31922-11-15 2023-11-04 21:48:14,6!31922-11-1552023-11-04 21:48:14,5!31922-11-15>2023-11-04 21:48:14-4!31922-11-152023-11-04 21:48:14-3!31922-11-15X2023-11-04 21:48:14,2!31922-07-032023-11-04 21:48:14,1!31922-07-03I2023-11-04 21:48:14,0!31922-07-03 2023-11-04 21:48:14,/!31922-07-03^#2023-11-04 21:48:14+.!31922-07-03^-2023-11-04 21:48:14,-!31922-07-0352023-11-04 21:48:14,,!31919-03-03 2023-11-04 21:48:14,+!31919-03-03I2023-11-04 21:48:14,*!31919-03-032023-11-04 21:48:14,)!31919-03-03^2023-11-04 21:48:14+(!31919-03-03^*2023-11-04 21:48:14,'!31919-03-03P2023-11-04 21:48:14*&!31917-10-02I2023-11-04 21:48:14)%!31917-10-02^2023-11-04 21:48:14*$!31917-10-02 2023-11-04 21:48:14*#!31917-10-02\2023-11-04 21:48:14,"!31943-03-23 |2023-11-04 21:48:14,!!31943-03-23F2023-11-04 21:48:14, !31943-03-23 2023-11-04 21:48:14,!31943-03-232023-11-04 21:48:14,!31943-03-23 2023-11-04 21:48:14,!31943-03-23E2023-11-04 21:48:14,!31943-03-23N2023-11-04 21:48:14,!31943-03-23]B2023-11-04 21:48:14+!  31939-04-032023-11-04 21:48:14,! 31939-04-03 2023-11-04 21:48:14,! 31939-04-03F2023-11-04 21:48:14,! 31939-04-032023-11-04 21:48:14,! 31939-04-03 |2023-11-04 21:48:14,! 31939-04-032023-11-04 21:48:14,! 31939-04-03N2023-11-04 21:48:14,! 31939-04-03E2023-11-04 21:48:14,! 31939-04-03]@2023-11-04 21:48:14+! 31935-10-22,2023-11-04 21:48:14,!31935-10-222023-11-04 21:48:14,!31935-10-22F2023-11-04 21:48:14,!31935-10-22 |2023-11-04 21:48:14, !31935-10-222023-11-04 21:48:14, !31935-10-22E2023-11-04 21:48:14, !31935-10-22N2023-11-04 21:48:14, !31935-10-22]D2023-11-04 21:48:14+ !  31932-11-16,2023-11-04 21:48:14,! 31932-11-162023-11-04 21:48:14,! 31932-11-16F2023-11-04 21:48:14,! 31932-11-162023-11-04 21:48:14,! 31932-11-16N2023-11-04 21:48:14,! 31932-11-16E&2023-11-04 21:48:14,! 31932-11-16]>2023-11-04 21:48:14+! 31929-04-02,2023-11-04 21:48:14,!31929-04-02F2023-11-04 21:48:14,!31929-04-022023-11-04 21:48:14,!31929-04-02N2023-11-04 21:48:14,~!31929-04-02E+2023-11-04 21:48:14,}!31929-04-02]=2023-11-04 21:48:14+|! 31926-12-02,2023-11-04 21:48:14,{!31926-12-02F2023-11-04 21:48:14,z!31926-12-022023-11-04 21:48:14,y!31926-12-02N2023-11-04 21:48:14,x!31926-12-02E.2023-11-04 21:48:14,w!31926-12-02]52023-11-04 21:48:14+v! 31924-04-11,2023-11-04 21:48:14,u!31924-04-112023-11-04 21:48:14,t!31924-04-11N2023-11-04 21:48:14,s!31924-04-11E,2023-11-04 21:48:14,r!31924-04-11]72023-11-04 21:48:14+q!  3~1920-09-21,2023-11-04 21:48:14,p! 3~1920-09-21 }2023-11-04 21:48:14,o! 3~1920-09-212023-11-04 21:48:14,n! 3~1920-09-21N2023-11-04 21:48:14,m! 3~1920-09-21]02023-11-04 21:48:14,l! 3~1920-09-21E32023-11-04 21:48:14,k!3}1920-04-26 }2023-11-04 21:48:14,j!3}1920-04-262023-11-04 21:48:14,i!3}1920-04-26N2023-11-04 21:48:14,h!3}1920-04-26]*2023-11-04 21:48:14,g!3}1920-04-26E02023-11-04 21:48:14+f!  3|1918-04-22 }2023-11-04 21:48:14,e! 3|1918-04-22N2023-11-04 21:48:14,d! 3|1918-04-22 2023-11-04 21:48:14,c! 3|1918-04-22]'2023-11-04 21:48:14,b! 3|1918-04-22E-2023-11-04 21:48:14,a!3{1913-05-20P2023-11-04 21:48:14,`!3{1913-05-20NP2023-11-04 21:48:14,_!3{1913-05-20E,P2023-11-04 21:48:14,^!3{1913-05-20] P2023-11-04 21:48:14,]!3z1910-05-20Q2023-11-04 21:48:14,\!3z1910-05-20N Q2023-11-04 21:48:14,[!3z1910-05-20]Q2023-11-04 21:48:14,Z!3z1910-05-20E9Q2023-11-04 21:48:14,Y!3y1909-05-25E%S2023-11-04 21:48:14,X!3y1909-05-25hS2023-11-04 21:48:14,W!3y1909-05-25 ~ S2023-11-04 21:48:14,V!3y1909-05-25S2023-11-04 21:48:14,U!3y1909-05-25NS2023-11-04 21:48:14,T!3y1909-05-25]S2023-11-04 21:48:14,S! 3x1906-05-29hW2023-11-04 21:48:14,R! 3x1906-05-29 ~ W2023-11-04 21:48:14,Q! 3x1906-05-29 W2023-11-04 21:48:14,P! 3x1906-05-29N W2023-11-04 21:48:14,O! 3x1906-05-29]W2023-11-04 21:48:14,N! 3x1906-05-29E8W2023-11-04 21:48:14+M!  3w1903-06-16hV2023-11-04 21:48:14,L! 3w1903-06-16 ~ V2023-11-04 21:48:14,K! 3w1903-06-16N V2023-11-04 21:48:14,J! 3w1903-06-16]V2023-11-04 21:48:14,I! 3w1903-06-16EIV2023-11-04 21:48:14,H! 3v1901-04-03 ~2023-11-04 21:48:14,G! 3v1901-04-03]2023-11-04 21:48:14,F! 3v1901-04-03N2023-11-04 21:48:14,E! 3v1901-04-03EL2023-11-04 21:48:14+D!  3u1908-10-262023-11-04 21:48:14,C! 3u1908-10-26U2023-11-04 21:48:14-B! 3u1908-10-26p2023-11-04 21:48:14+A!  3t1904-11-032023-11-04 21:48:14,@! 3t1904-11-03K2023-11-04 21:48:14-?! 3t1904-11-03p2023-11-04 21:48:14,>! 3s1900-11-07P2023-11-04 21:48:14-=! 3s1900-11-07p2023-11-04 21:48:14+<! 3r1939-04-02 2023-11-04 21:48:14+;! 3r1939-04-022023-11-04 21:48:14,:!3r1939-04-02 2023-11-04 21:48:14,9!3r1939-04-02 y2023-11-04 21:48:14,8!3r1939-04-02 2023-11-04 21:48:14,7!3r1939-04-02 x2023-11-04 21:48:14+6!3r1939-04-02?!2023-11-04 21:48:14,5!3r1939-04-02 v@2023-11-04 21:48:14,4!3r1939-04-02 wC2023-11-04 21:48:14,3!3q1936-05-24 2023-11-04 21:48:14,2!3q1936-05-24 2023-11-04 21:48:14,1!3q1936-05-24 x2023-11-04 21:48:14,0!3q1936-05-24 y2023-11-04 21:48:14+/!3q1936-05-24?2023-11-04 21:48:14,.!3q1936-05-24 w=2023-11-04 21:48:14,-!3q1936-05-24 vF2023-11-04 21:48:14,,!3p1932-11-272023-11-04 21:48:14,+!3p1932-11-27 x2023-11-04 21:48:14+*!3p1932-11-27?2023-11-04 21:48:14,)!3p1932-11-27 vI2023-11-04 21:48:14,(!3p1932-11-27 wO2023-11-04 21:48:14,'!3o1929-05-252023-11-04 21:48:14+&! 3o1929-05-252023-11-04 21:48:14,%!3o1929-05-25 x 2023-11-04 21:48:14+$!3o1929-05-25?2023-11-04 21:48:14,#!3o1929-05-25 vF2023-11-04 21:48:14,"!3o1929-05-25 wG2023-11-04 21:48:14,!!3n1925-08-052023-11-04 21:48:14, !3n1925-08-05 2023-11-04 21:48:14,!3n1925-08-05 x2023-11-04 21:48:14+!3n1925-08-05?2023-11-04 21:48:14,!3n1925-08-05 wK2023-11-04 21:48:14,!3n1925-08-05 vN2023-11-04 21:48:14+! 3m1921-11-202023-11-04 21:48:14,!3m1921-11-20 x2023-11-04 21:48:14,!3m1921-11-20 2023-11-04 21:48:14+!3m1921-11-20?!2023-11-04 21:48:14,!3m1921-11-20 vD2023-11-04 21:48:14,!3m1921-11-20 wL2023-11-04 21:48:14,!3l1919-11-162023-11-04 21:48:14,!3l1919-11-16 x2023-11-04 21:48:14+!3l1919-11-16?"2023-11-04 21:48:14,!3l1919-11-16 wI2023-11-04 21:48:14,!3l1919-11-16 vF2023-11-04 21:48:14+!  3k1914-05-24 2023-11-04 21:48:14+! 3k1914-05-24?2023-11-04 21:48:14,! 3k1914-05-24 v2023-11-04 21:48:14, ! 3k1914-05-24 w)2023-11-04 21:48:14, ! 3j1912-06-02 2023-11-04 21:48:14, ! 3j1912-06-02 v'2023-11-04 21:48:14+ ! 3j1912-06-02?,2023-11-04 21:48:14, ! 3j1912-06-02 we2023-11-04 21:48:14,! 3i1910-05-22 va2023-11-04 21:48:14+! 3i1910-05-22?a2023-11-04 21:48:14,! 3i1910-05-227a2023-11-04 21:48:14,! 3i1910-05-22 w1a2023-11-04 21:48:14+! 3h1908-05-24 \2023-11-04 21:48:14,!3h1908-05-247\2023-11-04 21:48:14,!3h1908-05-24 v\2023-11-04 21:48:14+!3h1908-05-24?\2023-11-04 21:48:14,!3h1908-05-24 w%\2023-11-04 21:48:14,! 3g1906-05-27 v_2023-11-04 21:48:14+~! 3g1906-05-27?_2023-11-04 21:48:14,}! 3g1906-05-277_2023-11-04 21:48:14,|! 3g1906-05-27 w2_2023-11-04 21:48:14+{! 3f1904-05-29 `2023-11-04 21:48:14+z! 3f1904-05-29`2023-11-04 21:48:14+y!3f1904-05-29?`2023-11-04 21:48:14,x!3f1904-05-29 v`2023-11-04 21:48:14,w!3f1904-05-29 w&`2023-11-04 21:48:14+v!  3e1902-05-25 `2023-11-04 21:48:14,u! 3e1902-05-25 v `2023-11-04 21:48:14+t! 3e1902-05-25?`2023-11-04 21:48:14,s! 3e1902-05-25 w6`2023-11-04 21:48:14,r! 3d1900-05-27 ^2023-11-04 21:48:14+q!  3d1900-05-27 ^2023-11-04 21:48:14,p! 3d1900-05-27 v ^2023-11-04 21:48:14+o! 3d1900-05-27?^2023-11-04 21:48:14,n! 3d1900-05-27 wV^2023-11-04 21:48:14+m!  3a1933-10-16 t2023-11-04 21:48:14+l!  3a1933-10-16 o2023-11-04 21:48:14+k!  3a1933-10-162023-11-04 21:48:14+j!  3a1933-10-16 2023-11-04 21:48:14,i! 3a1933-10-162023-11-04 21:48:14+h! 3a1933-10-16hE2023-11-04 21:48:14,g! 3a1933-10-162023-11-04 21:48:14,f! 3a1933-10-162023-11-04 21:48:14+e!  3`1936-10-19 t2023-11-04 21:48:14,d! 3`1936-10-192023-11-04 21:48:14,c! 3`1936-10-192023-11-04 21:48:14+b! 3`1936-10-19hF2023-11-04 21:48:14,a! 3`1936-10-19$2023-11-04 21:48:14,`! 3`1936-10-192023-11-04 21:48:14,_!3_1911-09-21 2023-11-04 21:48:14,^!3_1911-09-21pR2023-11-04 21:48:14-]!3_1911-09-212023-11-04 21:48:14,\! 3^1917-12-17pR2023-11-04 21:48:14-[! 3^1917-12-172023-11-04 21:48:14+Z! 3]1921-12-06 2023-11-04 21:48:14,Y!3]1921-12-062023-11-04 21:48:14,X!3]1921-12-06 {2023-11-04 21:48:14,W!3]1921-12-06 @2023-11-04 21:48:14,V!3]1921-12-0622023-11-04 21:48:14,U!3]1921-12-06pt2023-11-04 21:48:14,T!3\1925-10-29 2023-11-04 21:48:14,S!3\1925-10-292023-11-04 21:48:14,R!3\1925-10-29 {2023-11-04 21:48:14,Q!3\1925-10-29 2023-11-04 21:48:14,P!3\1925-10-29pc2023-11-04 21:48:14,O!3\1925-10-29t2023-11-04 21:48:14+N! 3[1926-09-14 2023-11-04 21:48:14,M!3[1926-09-142023-11-04 21:48:14,L!3[1926-09-14 {2023-11-04 21:48:14,K!3[1926-09-14 2023-11-04 21:48:14,J!3[1926-09-14[2023-11-04 21:48:14-I!3[1926-09-14p2023-11-04 21:48:14,H!3Z1930-07-282023-11-04 21:48:14,G!3Z1930-07-28 {2023-11-04 21:48:14,F!3Z1930-07-28  2023-11-04 21:48:14,E!3Z1930-07-28p[2023-11-04 21:48:14-D!3Z1930-07-282023-11-04 21:48:14,C!3Y1935-10-14 2023-11-04 21:48:14+B! 3Y1935-10-14 2023-11-04 21:48:14,A!3Y1935-10-14(2023-11-04 21:48:14,@!3Y1935-10-14p2023-11-04 21:48:14,?!3Y1935-10-14(2023-11-04 21:48:14->!3Y1935-10-14p2023-11-04 21:48:14+=! 3X2015-05-07j2023-11-04 21:48:14+<! 3X2015-05-07j2023-11-04 21:48:14+;! 3X2015-05-07j2023-11-04 21:48:14,:!3X2015-05-07j2023-11-04 21:48:14,9!3X2015-05-07j2023-11-04 21:48:14,8!3X2015-05-077j2023-11-04 21:48:14,7!3X2015-05-07j2023-11-04 21:48:14,6!3X2015-05-07?j2023-11-04 21:48:14,5!3X2015-05-07j2023-11-04 21:48:14,4!3X2015-05-078j2023-11-04 21:48:14-3!3X2015-05-07j2023-11-04 21:48:14-2!3X2015-05-07Kj2023-11-04 21:48:14+1! 3W2015-04-19 my2023-11-04 21:48:14,0!3W2015-04-19y2023-11-04 21:48:14,/!3W2015-04-19I y2023-11-04 21:48:14,.!3W2015-04-19&y2023-11-04 21:48:14,-!3W2015-04-19 y2023-11-04 21:48:14+,!3W2015-04-19^1y2023-11-04 21:48:14,+!3W2015-04-19&y2023-11-04 21:48:14,*!3W2015-04-19"y2023-11-04 21:48:14,)!3W2015-04-19^%y2023-11-04 21:48:14,(! 3V1940-03-26 2023-11-04 21:48:14+'!  3V1940-03-262023-11-04 21:48:14,&! 3V1940-03-26(2023-11-04 21:48:14,%! 3V1940-03-26p 2023-11-04 21:48:14,$! 3V1940-03-26(2023-11-04 21:48:14-#! 3V1940-03-26p2023-11-04 21:48:14,"!3U2015-03-01G2023-11-04 21:48:14,!!3U2015-03-01 iG2023-11-04 21:48:14, !3U2015-03-01=G2023-11-04 21:48:14,!3U2015-03-01G2023-11-04 21:48:14,!3U2015-03-01qG2023-11-04 21:48:14+!3U2015-03-01qG2023-11-04 21:48:14,!3T2015-03-172023-11-04 21:48:14,!3T2015-03-17 j 2023-11-04 21:48:14,!3T2015-03-176 2023-11-04 21:48:14,!3T2015-03-172023-11-04 21:48:14,!3T2015-03-172023-11-04 21:48:14,!3T2015-03-172023-11-04 21:48:14,!3T2015-03-172023-11-04 21:48:14,!3T2015-03-172023-11-04 21:48:14,!3T2015-03-17  2023-11-04 21:48:14,!3T2015-03-172023-11-04 21:48:14,!3S2015-01-25: $2023-11-04 21:48:14,!3S2015-01-25+ $2023-11-04 21:48:14,!3S2015-01-25f$2023-11-04 21:48:14,!3S2015-01-25 *$2023-11-04 21:48:14,!3S2015-01-25,$2023-11-04 21:48:14+ !3S2015-01-25/L$2023-11-04 21:48:14- !3S2015-01-258$2023-11-04 21:48:14, !3R2014-12-142023-11-04 21:48:14, !3R2014-12-14 d2023-11-04 21:48:14, !3R2014-12-14X)2023-11-04 21:48:14,!3R2014-12-14 2023-11-04 21:48:14,!3R2014-12-142023-11-04 21:48:14,!3R2014-12-142023-11-04 21:48:14,!3R2014-12-14I2023-11-04 21:48:14,!3R2014-12-14E#2023-11-04 21:48:14-!3R2014-12-14"2023-11-04 21:48:14,!3H2014-10-05s2023-11-04 21:48:14,!3H2014-10-05's2023-11-04 21:48:14,!3H2014-10-05&s2023-11-04 21:48:14,!3H2014-10-05 < s2023-11-04 21:48:14,~!3H2014-10-05 :s2023-11-04 21:48:14,}!3H2014-10-05 s2023-11-04 21:48:14,|!3H2014-10-05Ts2023-11-04 21:48:14,{!3H2014-10-05 ;s2023-11-04 21:48:14,z!3?2014-10-04 >12023-11-04 21:48:14,y!3?2014-10-04 =12023-11-04 21:48:14,x!3?2014-10-04 12023-11-04 21:48:14,w!3?2014-10-0412023-11-04 21:48:14,v!3?2014-10-0412023-11-04 21:48:14,u!3?2014-10-04L12023-11-04 21:48:14+t! 3=2014-09-20!2023-11-04 21:48:14+s! 3=2014-09-20i2023-11-04 21:48:14+r!3=2014-09-20r2023-11-04 21:48:14,q!3=2014-09-20{ 2023-11-04 21:48:14,p!3=2014-09-202023-11-04 21:48:14,o!3=2014-09-20n 2023-11-04 21:48:14,n!3=2014-09-20<2023-11-04 21:48:14,m!3<2014-09-14 1V2023-11-04 21:48:14,l!3<2014-09-14V2023-11-04 21:48:14,k!3<2014-09-14rV2023-11-04 21:48:14,j!3<2014-09-14qV2023-11-04 21:48:14,i!3<2014-09-14V2023-11-04 21:48:14,h!3<2014-09-14|V2023-11-04 21:48:14,g!3<2014-09-14V2023-11-04 21:48:14,f!3<2014-09-14TV2023-11-04 21:48:14*e! 312014-07-13A2023-11-04 21:48:14+d! 312014-07-132023-11-04 21:48:14,c!312014-07-13 !2023-11-04 21:48:14,b!312014-07-13 2023-11-04 21:48:14,a!312014-07-13 $2023-11-04 21:48:14,`!312014-07-132023-11-04 21:48:14,_!312014-07-132023-11-04 21:48:14,^!312014-07-133 2023-11-04 21:48:14,]!312014-07-132023-11-04 21:48:14,\! 302014-05-25t2023-11-04 21:48:14,[! 302014-05-25t2023-11-04 21:48:14+Z!  302014-05-25t2023-11-04 21:48:14,Y! 302014-05-25t2023-11-04 21:48:14,X! 302014-05-25 t2023-11-04 21:48:14,W! 302014-05-25!t2023-11-04 21:48:14,V! 302014-05-25 t2023-11-04 21:48:14,U! 302014-05-25bt2023-11-04 21:48:14,T! 302014-05-25t2023-11-04 21:48:14,S! 302014-05-25Vt2023-11-04 21:48:14 FtE~~~~[~,}}}}p}A}||||\|-{{{{q{B{zzzzWz(yyyyly=yxxxxRx#wwwwgw8w vvv}vNvuuuucu4utttxtItssss^s.rrrrrrCrqqqqYq*ppppnp>pooooRo#nnnngn8n mmmmRm#llllil:l kkkkQk"jjjjgj9j iii}iOi!hhhhfh8h ggggYg)fffflfRQQQQSQ$PPPPiP:P OOOOPO!NNNNeN6NMMM|MNMLLLLcL4LKKKyKKKJJJJ`J1JIIIuIFIHHHH[H,GGGGoG@GFFFFUF&EEEEkE>>}>N>====c=4=<<87777S7%6666k6<6 5555P5!4444f474 333}3O3 2222e262111{1L10000b030///w/H/....].-----q-B-,,,,W,(++++o+@+****T*%))))k)<)((((S($''''h'9' &&&&Q&"%%%%g%8% $$$|$M$####b#5#""""T"(!!!!u!H! f 9 S#g8 |Mb3wH].sEY*n?V&j; P!f6zK`1vF[+pB W ( l =  T % i : ~ O d5yJ_0tF+!32019-03-03q"2023-11-04 21:48:14,!32018-10-14-2023-11-04 21:48:14,!32018-10-14.-2023-11-04 21:48:14, !32018-10-14 -2023-11-04 21:48:14, !32018-10-14-2023-11-04 21:48:14, !32018-10-14 -2023-11-04 21:48:14, !32018-10-146 -2023-11-04 21:48:14, !32018-10-14-2023-11-04 21:48:14,! 32018-10-06 > 72023-11-04 21:48:14,! 32018-10-06 72023-11-04 21:48:14,! 32018-10-06 72023-11-04 21:48:14,! 32018-10-0672023-11-04 21:48:14,! 32018-10-06L72023-11-04 21:48:14,! 32018-10-06 72023-11-04 21:48:14,! 32018-10-06 72023-11-04 21:48:14,! 32018-09-09 >32023-11-04 21:48:14,! 32018-09-0932023-11-04 21:48:14,! 32018-09-09r32023-11-04 21:48:14,~! 32018-09-09d32023-11-04 21:48:14,}! 32018-09-0932023-11-04 21:48:14,|! 32018-09-09|32023-11-04 21:48:14,{! 32018-09-0932023-11-04 21:48:14,z! 32018-09-09F32023-11-04 21:48:14+y! 31933-03-05 *2023-11-04 21:48:14,x!31933-03-05 *2023-11-04 21:48:14,w!31933-03-05 *2023-11-04 21:48:14-v!31933-03-05  *2023-11-04 21:48:14,u!31933-03-05 4*2023-11-04 21:48:14,t!31933-03-05 *2023-11-04 21:48:14,s!31933-03-05 *2023-11-04 21:48:14,r!31933-03-05I*2023-11-04 21:48:14,q!31933-03-05 *2023-11-04 21:48:14,p!31933-03-05.x*2023-11-04 21:48:14,o!31933-03-05Q*2023-11-04 21:48:14+n! 31932-11-06 ,2023-11-04 21:48:14,m!31932-11-06 ,2023-11-04 21:48:14+l! 31932-11-06 ,2023-11-04 21:48:14,k!31932-11-06 ,2023-11-04 21:48:14,j!31932-11-06 ,2023-11-04 21:48:14+i! 31932-11-06 ,2023-11-04 21:48:14-h!31932-11-06 ,2023-11-04 21:48:14,g!31932-11-06 3,2023-11-04 21:48:14,f!31932-11-06 ,2023-11-04 21:48:14,e!31932-11-06 ,2023-11-04 21:48:14,d!31932-11-06F,2023-11-04 21:48:14,c!31932-11-06 ,2023-11-04 21:48:14,b!31932-11-06.y,2023-11-04 21:48:14,a!31932-11-06d,2023-11-04 21:48:14,`!31932-07-31 +2023-11-04 21:48:14+_! 31932-07-31 +2023-11-04 21:48:14,^!31932-07-31 +2023-11-04 21:48:14,]!31932-07-31 +2023-11-04 21:48:14+\! 31932-07-31 +2023-11-04 21:48:14,[!31932-07-31 +2023-11-04 21:48:14-Z!31932-07-31 +2023-11-04 21:48:14,Y!31932-07-31 %+2023-11-04 21:48:14,X!31932-07-31 +2023-11-04 21:48:14,W!31932-07-31 +2023-11-04 21:48:14,V!31932-07-31K+2023-11-04 21:48:14,U!31932-07-31 +2023-11-04 21:48:14-T!31932-07-31.+2023-11-04 21:48:14,S!31932-07-31Y+2023-11-04 21:48:14+R! 3 1930-09-14 -2023-11-04 21:48:14,Q!3 1930-09-14 -2023-11-04 21:48:14,P!3 1930-09-14 -2023-11-04 21:48:14,O!3 1930-09-14 -2023-11-04 21:48:14,N!3 1930-09-14 -2023-11-04 21:48:14,M!3 1930-09-14 -2023-11-04 21:48:14,L!3 1930-09-14 -2023-11-04 21:48:14,K!3 1930-09-14 -2023-11-04 21:48:14,J!3 1930-09-14 k-2023-11-04 21:48:14,I!3 1930-09-14 )-2023-11-04 21:48:14,H!3 1930-09-14 -2023-11-04 21:48:14,G!3 1930-09-14 -2023-11-04 21:48:14,F!3 1930-09-14D-2023-11-04 21:48:14,E!3 1930-09-14 -2023-11-04 21:48:14-D!3 1930-09-14.-2023-11-04 21:48:14,C!3 1930-09-14M-2023-11-04 21:48:14+B! 3 1928-05-20 '2023-11-04 21:48:14,A!3 1928-05-20 '2023-11-04 21:48:14,@!3 1928-05-20 '2023-11-04 21:48:14,?!3 1928-05-20 '2023-11-04 21:48:14,>!3 1928-05-20 '2023-11-04 21:48:14,=!3 1928-05-20 '2023-11-04 21:48:14,<!3 1928-05-20 '2023-11-04 21:48:14,;!3 1928-05-20 '2023-11-04 21:48:14,:!3 1928-05-20 '2023-11-04 21:48:14,9!3 1928-05-20 I'2023-11-04 21:48:14,8!3 1928-05-20 -'2023-11-04 21:48:14,7!3 1928-05-20 '2023-11-04 21:48:14,6!3 1928-05-20='2023-11-04 21:48:14,5!3 1928-05-20 '2023-11-04 21:48:14-4!3 1928-05-20.'2023-11-04 21:48:14,3!3 1928-05-206'2023-11-04 21:48:14,2!3 1924-12-07 "2023-11-04 21:48:14,1!3 1924-12-07 "2023-11-04 21:48:14+0! 3 1924-12-07 "2023-11-04 21:48:14+/! 3 1924-12-07 "2023-11-04 21:48:14,.!3 1924-12-07 "2023-11-04 21:48:14,-!3 1924-12-07 "2023-11-04 21:48:14,,!3 1924-12-07 "2023-11-04 21:48:14,+!3 1924-12-07 "2023-11-04 21:48:14,*!3 1924-12-07 g"2023-11-04 21:48:14,)!3 1924-12-07 3"2023-11-04 21:48:14,(!3 1924-12-07 "2023-11-04 21:48:14,'!3 1924-12-07E"2023-11-04 21:48:14,&!3 1924-12-07 "2023-11-04 21:48:14-%!3 1924-12-07."2023-11-04 21:48:14,$!3 1924-12-07-"2023-11-04 21:48:14+#! 3 1924-05-04 !2023-11-04 21:48:14,"!3 1924-05-04 !2023-11-04 21:48:14,!!3 1924-05-04 !2023-11-04 21:48:14, !3 1924-05-04 !2023-11-04 21:48:14+! 3 1924-05-04!2023-11-04 21:48:14,!3 1924-05-04 !2023-11-04 21:48:14,!3 1924-05-04 !2023-11-04 21:48:14,!3 1924-05-04 !2023-11-04 21:48:14,!3 1924-05-04 !2023-11-04 21:48:14,!3 1924-05-04 !2023-11-04 21:48:14,!3 1924-05-04 _!2023-11-04 21:48:14,!3 1924-05-04 -!2023-11-04 21:48:14,!3 1924-05-04 !2023-11-04 21:48:14,!3 1924-05-04A!2023-11-04 21:48:14,!3 1924-05-04 !2023-11-04 21:48:14,!3 1924-05-04.d!2023-11-04 21:48:14,!3 1924-05-04>!2023-11-04 21:48:14,!3 1920-06-06 2023-11-04 21:48:14,!3 1920-06-06 2023-11-04 21:48:14,!3 1920-06-062023-11-04 21:48:14,!3 1920-06-06 2023-11-04 21:48:14,!3 1920-06-06 2023-11-04 21:48:14, !3 1920-06-06 <2023-11-04 21:48:14, !3 1920-06-06 >2023-11-04 21:48:14, !3 1920-06-06 2023-11-04 21:48:14, !3 1920-06-06C2023-11-04 21:48:14, !3 1920-06-06 ,2023-11-04 21:48:14,!3 1920-06-06.q2023-11-04 21:48:14,!3 1920-06-06 Q2023-11-04 21:48:14,!3 1920-06-062023-11-04 21:48:14,!32018-06-24 C2023-11-04 21:48:14,!32018-06-24 +2023-11-04 21:48:14-!32018-06-242023-11-04 21:48:14,!32018-06-2412023-11-04 21:48:14-!32018-06-24'2023-11-04 21:48:14*!31919-01-19 2023-11-04 21:48:14*!31919-01-192023-11-04 21:48:14*~!31919-01-19 2023-11-04 21:48:14*}!31919-01-19 )2023-11-04 21:48:14*|!31919-01-19 2023-11-04 21:48:14*{!31919-01-19 2023-11-04 21:48:14*z!31919-01-19I2023-11-04 21:48:14*y!31919-01-19 J2023-11-04 21:48:14+x!31919-01-19.2023-11-04 21:48:14*w!31919-01-19 2023-11-04 21:48:14*v!31919-02-16 s2023-11-04 21:48:14*u!31919-02-16 v2023-11-04 21:48:14*t!31919-02-16 ~2023-11-04 21:48:14)s! 31919-02-16 2023-11-04 21:48:14)r! 31919-02-16 2023-11-04 21:48:14*q!31919-02-16 u2023-11-04 21:48:14*p!31919-02-16 t2023-11-04 21:48:14*o!31919-02-16 q2023-11-04 21:48:14*n!31919-02-16 p2023-11-04 21:48:14*m!31919-02-16E2023-11-04 21:48:14*l!31919-02-16H2023-11-04 21:48:14,k!31930-11-09 r 2023-11-04 21:48:14,j!31930-11-09 }2023-11-04 21:48:14,i!31930-11-09 y 2023-11-04 21:48:14,h!31930-11-09H2023-11-04 21:48:14,g!31930-11-09B2023-11-04 21:48:14,f!31927-04-24 y  2023-11-04 21:48:14,e!31927-04-24G 2023-11-04 21:48:14,d!31927-04-24 r  2023-11-04 21:48:14,c!31927-04-24I 2023-11-04 21:48:14,b!31923-10-21 y2023-11-04 21:48:14,a!31923-10-21 r 2023-11-04 21:48:14,`!31923-10-21D2023-11-04 21:48:14,_!31923-10-21R2023-11-04 21:48:14,^!31920-10-17 y2023-11-04 21:48:14+]! 31920-10-17 ~2023-11-04 21:48:14,\!31920-10-17 r2023-11-04 21:48:14,[!31920-10-17E2023-11-04 21:48:14,Z!31920-10-17U2023-11-04 21:48:14*Y! 32018-06-03Ax2023-11-04 21:48:14+X! 32018-06-03x2023-11-04 21:48:14,W!32018-06-03 n x2023-11-04 21:48:14,V!32018-06-03x2023-11-04 21:48:14,U!32018-06-033x2023-11-04 21:48:14,T!32018-06-03 !x2023-11-04 21:48:14,S!32018-06-03x2023-11-04 21:48:14,R!32018-06-03  x2023-11-04 21:48:14,Q!32018-06-03 x2023-11-04 21:48:14,P!32018-06-03 l x2023-11-04 21:48:14,O!32018-06-03x2023-11-04 21:48:14,N!32018-03-04 2023-11-04 21:48:14+M! 32018-03-04 o2023-11-04 21:48:14+L! 32018-03-042023-11-04 21:48:14,K!32018-03-042023-11-04 21:48:14,J!32018-03-042023-11-04 21:48:14+I! 32018-03-042023-11-04 21:48:14+H! 32018-03-04i2023-11-04 21:48:14,G!32018-03-042023-11-04 21:48:14,F!32018-03-04~p2023-11-04 21:48:14,E!32018-03-042023-11-04 21:48:14,D!32018-03-04j2023-11-04 21:48:14,C!32018-03-04Tj2023-11-04 21:48:14,B!32018-03-04|2023-11-04 21:48:14-A!32018-03-04k2023-11-04 21:48:14,@!32018-04-08uP2023-11-04 21:48:14,?!32018-04-08P2023-11-04 21:48:14+>! 32018-04-08fP2023-11-04 21:48:14+=! 32018-04-08 P2023-11-04 21:48:14+<! 32018-04-08P2023-11-04 21:48:14,;!32018-04-08 P2023-11-04 21:48:14,:!32018-04-08P2023-11-04 21:48:14,9!32018-04-087P2023-11-04 21:48:14,8!32018-04-08XP2023-11-04 21:48:14,7!32017-10-222023-11-04 21:48:14,6!32017-10-22X 2023-11-04 21:48:14,5!32017-10-22 `22023-11-04 21:48:14,4!32017-10-222023-11-04 21:48:14,3!32017-10-22 2023-11-04 21:48:14,2!32017-10-22 a62023-11-04 21:48:14,1!32017-10-22E2023-11-04 21:48:14-0!32017-10-222023-11-04 21:48:14,/!32017-10-28 2023-11-04 21:48:14,.!32017-10-282023-11-04 21:48:14,-!32017-10-282023-11-04 21:48:14,,!32017-10-28 _2023-11-04 21:48:14,+!32017-10-28 H2023-11-04 21:48:14,*!32017-10-28>2023-11-04 21:48:14,)!32017-10-28 I2023-11-04 21:48:14,(!32017-10-282023-11-04 21:48:14,'!32017-10-21 ^02023-11-04 21:48:14,&!32017-10-21 02023-11-04 21:48:14,%!32017-10-21N02023-11-04 21:48:14+$!32017-10-2102023-11-04 21:48:14,#!32017-10-2102023-11-04 21:48:14,"!32017-10-2102023-11-04 21:48:14,!!32017-10-2102023-11-04 21:48:14, !32017-10-2102023-11-04 21:48:14,!32017-10-21=02023-11-04 21:48:14,!32017-10-15 [2023-11-04 21:48:14,!32017-10-15 2023-11-04 21:48:14+!32017-10-15232023-11-04 21:48:14,!32017-10-15>2023-11-04 21:48:14,!32017-10-1542023-11-04 21:48:14+! 32017-09-23i2023-11-04 21:48:14,!32017-09-232023-11-04 21:48:14,!32017-09-23{ 2023-11-04 21:48:14,!32017-09-23n.2023-11-04 21:48:14,!32017-09-2382023-11-04 21:48:14+!  32017-09-11f2023-11-04 21:48:14+!  32017-09-112023-11-04 21:48:14,! 32017-09-112023-11-04 21:48:14,! 32017-09-112023-11-04 21:48:14+! 32017-09-11Q 2023-11-04 21:48:14,! 32017-09-112023-11-04 21:48:14,! 32017-09-11_2023-11-04 21:48:14, ! 32017-09-11-2023-11-04 21:48:14+ ! 32017-09-11h12023-11-04 21:48:14, !32016-12-112023-11-04 21:48:14, !32016-12-11 [2023-11-04 21:48:14, !32016-12-11 W2023-11-04 21:48:14,!32016-12-112023-11-04 21:48:14,!32016-12-11 V2023-11-04 21:48:14,!32016-12-11E2023-11-04 21:48:14-!32016-12-11`2023-11-04 21:48:14,!32017-06-182023-11-04 21:48:14,!32017-06-1802023-11-04 21:48:14+! 32017-06-182023-11-04 21:48:14,!32017-06-18 T2023-11-04 21:48:14+! 32017-06-18 _2023-11-04 21:48:14+! 32017-06-18i2023-11-04 21:48:14,~!32017-06-182023-11-04 21:48:14,}!32017-06-182023-11-04 21:48:14,|!32017-06-18 2023-11-04 21:48:14,{!32017-06-182023-11-04 21:48:14,z!32017-06-18 2023-11-04 21:48:14,y!32017-06-182023-11-04 21:48:14,x!32017-06-182023-11-04 21:48:14,w!32017-06-18*2023-11-04 21:48:14,v!32017-06-18p2023-11-04 21:48:14-u!32017-06-18 S42023-11-04 21:48:14+t! 32017-06-082023-11-04 21:48:14+s! 32017-06-082023-11-04 21:48:14,r!32017-06-0872023-11-04 21:48:14,q!32017-06-082023-11-04 21:48:14,p!32017-06-08? 2023-11-04 21:48:14,o!32017-06-08 2023-11-04 21:48:14,n!32017-06-08#2023-11-04 21:48:14-m!32017-06-082023-11-04 21:48:14-l!32017-06-08>2023-11-04 21:48:14,k! 32017-03-15 R2023-11-04 21:48:14,j! 32017-03-15 Q2023-11-04 21:48:14,i! 32017-03-152023-11-04 21:48:14,h! 32017-03-15=2023-11-04 21:48:14,g! 32017-03-152023-11-04 21:48:14,f! 32017-03-152023-11-04 21:48:14,e! 32017-03-15 2023-11-04 21:48:14,d! 32017-03-15e2023-11-04 21:48:14,c! 32017-03-152023-11-04 21:48:14,b! 32017-03-15Y2023-11-04 21:48:14,a! 32017-03-152023-11-04 21:48:14,`! 32017-03-152023-11-04 21:48:14,_! 32017-03-15!2023-11-04 21:48:14,^!32017-03-26 M 2023-11-04 21:48:14,]!32017-03-262023-11-04 21:48:14,\!32017-03-262023-11-04 21:48:14,[!32017-03-26P2023-11-04 21:48:14,Z!32017-03-26_2023-11-04 21:48:14,Y!32017-06-03%2023-11-04 21:48:14,X!32017-06-032023-11-04 21:48:14+W!32016-10-09:a2023-11-04 21:48:14+V! 32016-10-09a2023-11-04 21:48:14*U! 32016-10-09a2023-11-04 21:48:14+T! 32016-10-09 Ka2023-11-04 21:48:14,S!32016-10-09Ea2023-11-04 21:48:14,R!32016-10-09a2023-11-04 21:48:14+Q!32016-10-09a2023-11-04 21:48:14,P!32016-10-09a2023-11-04 21:48:14,O!32016-10-09a2023-11-04 21:48:14,N!32016-10-096a2023-11-04 21:48:14,M!32016-10-09a2023-11-04 21:48:14,L!32016-10-29 I2023-11-04 21:48:14,K!32016-10-29>2023-11-04 21:48:14,J!32016-10-292023-11-04 21:48:14,I!32016-10-292023-11-04 21:48:14,H!32016-10-292023-11-04 21:48:14,G!32016-10-29 2023-11-04 21:48:14,F!32016-10-29 2023-11-04 21:48:14,E!32016-09-11U2023-11-04 21:48:14+D! 32016-09-112023-11-04 21:48:14,C!32016-09-112023-11-04 21:48:14+B! 32016-09-11W2023-11-04 21:48:14,A!32016-09-11[2023-11-04 21:48:14,@!32016-09-11 42023-11-04 21:48:14,?!32016-09-11 D2023-11-04 21:48:14,>!32016-09-11 7 2023-11-04 21:48:14,=!32016-09-112023-11-04 21:48:14+<! 32016-09-11V2023-11-04 21:48:14,;!32016-09-11h 2023-11-04 21:48:14,:!32016-09-11'2023-11-04 21:48:14,9!32016-09-11=2023-11-04 21:48:14+8! 32016-07-022023-11-04 21:48:14+7! 32016-07-02 F2023-11-04 21:48:14+6! 32016-07-022023-11-04 21:48:14,5!32016-07-02t2023-11-04 21:48:14,4!32016-07-02E2023-11-04 21:48:14,3!32016-07-02 2023-11-04 21:48:14,2!32016-07-022023-11-04 21:48:14,1!32016-07-02-2023-11-04 21:48:14+0!  32016-06-262023-11-04 21:48:14,/! 32016-06-26 +2023-11-04 21:48:14,.! 32016-06-26Q2023-11-04 21:48:14,-! 32016-06-26 ,2023-11-04 21:48:14,,! 32016-06-26 -2023-11-04 21:48:14,+! 32016-06-26 2023-11-04 21:48:14,*! 32016-06-26 / 2023-11-04 21:48:14,)! 32016-06-26 . 2023-11-04 21:48:14,(! 32016-06-26 G 2023-11-04 21:48:14,'! 32016-06-26 H-2023-11-04 21:48:14,&! 32016-06-26U2023-11-04 21:48:14-%! 32016-06-262023-11-04 21:48:14,$! 32016-05-222023-11-04 21:48:14,#! 32016-05-22U2023-11-04 21:48:14,"! 32016-05-22 B2023-11-04 21:48:14,!! 32016-05-22 %2023-11-04 21:48:14, ! 32016-05-222023-11-04 21:48:14,! 32016-05-22S 2023-11-04 21:48:14,! 32016-05-22<2023-11-04 21:48:14,! 32016-05-22'2023-11-04 21:48:14,!32016-03-062023-11-04 21:48:14,!32016-03-06 @ 2023-11-04 21:48:14,!32016-03-06J2023-11-04 21:48:14,!32016-03-0612023-11-04 21:48:14,!32016-03-0602023-11-04 21:48:14,!32016-03-06T 2023-11-04 21:48:14,!32016-03-06 ? 2023-11-04 21:48:14,!32016-03-062023-11-04 21:48:14,!32016-02-262023-11-04 21:48:14,!32016-02-26 =2023-11-04 21:48:14,!32016-02-26 >2023-11-04 21:48:14+!32016-02-26 2023-11-04 21:48:14+! 32016-02-262023-11-04 21:48:14,!32016-02-26%2023-11-04 21:48:14,!32016-02-26 ;2023-11-04 21:48:14, !32016-02-26>2023-11-04 21:48:14, !32016-02-262023-11-04 21:48:14, !32016-02-26,2023-11-04 21:48:14, !32016-02-26q22023-11-04 21:48:14, !32015-11-08U 2023-11-04 21:48:14,!32015-11-08 D 2023-11-04 21:48:14,!32015-11-08 2023-11-04 21:48:14+! 32015-11-08 2023-11-04 21:48:14,!32015-11-08 2023-11-04 21:48:14,!32015-11-08 7 2023-11-04 21:48:14+! 32015-11-08 6 2023-11-04 21:48:14+! 32015-11-08 4 2023-11-04 21:48:14,!32015-11-08W 2023-11-04 21:48:14,!32015-11-08[ 2023-11-04 21:48:14,!32015-11-08 2023-11-04 21:48:14,~!32015-11-08V 2023-11-04 21:48:14,}!32015-11-08h  2023-11-04 21:48:14,|!32015-11-08* 2023-11-04 21:48:14,{!32015-11-08N 2023-11-04 21:48:14,z!32015-11-08 2023-11-04 21:48:14+y! 32015-11-08 2023-11-04 21:48:14,x!32015-11-082 2023-11-04 21:48:14,w! 31920-07-06 }2023-11-04 21:48:14,v! 31920-07-062023-11-04 21:48:14,u! 31920-07-06N2023-11-04 21:48:14,t! 31920-07-06]*2023-11-04 21:48:14,s! 31920-07-06E32023-11-04 21:48:14+r!  31915-05-07h2023-11-04 21:48:14,q! 31915-05-07N2023-11-04 21:48:14,p! 31915-05-072023-11-04 21:48:14,o! 31915-05-07] 2023-11-04 21:48:14,n! 31915-05-07E+2023-11-04 21:48:14,m! 32015-12-20 / 2023-11-04 21:48:14,l! 32015-12-20 . 2023-11-04 21:48:14,k! 32015-12-20 -2023-11-04 21:48:14,j! 32015-12-20 ,2023-11-04 21:48:14,i! 32015-12-20 +2023-11-04 21:48:14+h!  32015-12-202023-11-04 21:48:14,g! 32015-12-20Q2023-11-04 21:48:14,f! 32015-12-20 2023-11-04 21:48:14+e! 32015-12-20v2023-11-04 21:48:14,d! 32015-12-20 G(2023-11-04 21:48:14,c! 32015-12-20 H*2023-11-04 21:48:14,b! 32015-12-20Z2023-11-04 21:48:14,a! 32015-12-20{2023-11-04 21:48:14-`!32015-11-01=2023-11-04 21:48:14,_!32015-11-01 ;2023-11-04 21:48:14,^!32015-11-01(2023-11-04 21:48:14-]!32015-11-012023-11-04 21:48:14+\! 32015-10-25z2023-11-04 21:48:14,[!32015-10-25z2023-11-04 21:48:14,Z!32015-10-25 )z2023-11-04 21:48:14,Y!32015-10-25 (*z2023-11-04 21:48:14-X!32015-10-25z2023-11-04 21:48:14-W!32015-10-25z2023-11-04 21:48:14+V! 32015-10-18 '2023-11-04 21:48:14+U! 32015-10-18 2023-11-04 21:48:14+T! 32015-10-182023-11-04 21:48:14,S!32015-10-182023-11-04 21:48:14,R!32015-10-18Z2023-11-04 21:48:14,Q!32015-10-182023-11-04 21:48:14,P!32015-10-1842023-11-04 21:48:14,O!32015-10-18 2023-11-04 21:48:14,N!32015-10-182023-11-04 21:48:14+M!32015-10-18!2023-11-04 21:48:14+L!32015-10-18#+2023-11-04 21:48:14,K!32015-10-18A2023-11-04 21:48:14+J! 32015-10-192023-11-04 21:48:14,I!32015-10-19 2023-11-04 21:48:14,H!32015-10-19(,2023-11-04 21:48:14,G!32015-10-19c2023-11-04 21:48:14-F!32015-10-19p2023-11-04 21:48:14+E! 32015-10-042023-11-04 21:48:14,D!32015-10-042023-11-04 21:48:14,C!32015-10-04-2023-11-04 21:48:14,B!32015-10-04V2023-11-04 21:48:14,A!32015-10-04k2023-11-04 21:48:14,@!32015-09-20u 2023-11-04 21:48:14,?!32015-09-20+ 2023-11-04 21:48:14,>!32015-09-20 * 2023-11-04 21:48:14,=!32015-09-20f2023-11-04 21:48:14,<!32015-09-20:2023-11-04 21:48:14,;!32015-09-20,2023-11-04 21:48:14+:!32015-09-20/K2023-11-04 21:48:14-9!32015-09-2082023-11-04 21:48:14,8!31924-05-25J2023-11-04 21:48:14,7!31924-05-25 J2023-11-04 21:48:14,6!31924-05-25 5J2023-11-04 21:48:14-5!31924-05-25J2023-11-04 21:48:14,4!31924-05-25hJ2023-11-04 21:48:14-3!31924-05-25 J2023-11-04 21:48:14,2! 31919-10-1602023-11-04 21:48:14,1! 31919-10-16 "2023-11-04 21:48:14,0! 31919-10-16 O2023-11-04 21:48:14,/! 31919-10-16 X2023-11-04 21:48:14,.! 31919-10-16 32023-11-04 21:48:14,-! 31919-10-16C2023-11-04 21:48:14,,! 31919-10-16j2023-11-04 21:48:14-+! 31919-10-16 2023-11-04 21:48:14,*!31914-05-10 "v2023-11-04 21:48:14,)!31914-05-10 Iv2023-11-04 21:48:14,(!31914-05-10 `v2023-11-04 21:48:14,'!31914-05-10gv2023-11-04 21:48:14-&!31914-05-10v2023-11-04 21:48:14-%!31914-05-10 v2023-11-04 21:48:14,$! 31910-05-0802023-11-04 21:48:14-#! 31910-05-08 2023-11-04 21:48:14,"! 31910-05-08 2023-11-04 21:48:14,!! 31910-05-08 i2023-11-04 21:48:14, ! 31910-05-08K2023-11-04 21:48:14-! 31910-05-08 "2023-11-04 21:48:14,! 31910-05-08 [2023-11-04 21:48:14*!31902-05-11 2023-11-04 21:48:14*!31902-05-11 u2023-11-04 21:48:14*!31902-05-11-2023-11-04 21:48:14+!31902-05-11 2023-11-04 21:48:14+!31902-05-11 2023-11-04 21:48:14*!31902-05-11K2023-11-04 21:48:14,! 31906-05-20 2023-11-04 21:48:14,! 31906-05-20 '2023-11-04 21:48:14,! 31906-05-20 k2023-11-04 21:48:14,! 31906-05-20 42023-11-04 21:48:14,! 31906-05-2052023-11-04 21:48:14,! 31906-05-20 C2023-11-04 21:48:14-! 31906-05-202023-11-04 21:48:14,! 31928-04-29 42023-11-04 21:48:14,! 31928-04-2902023-11-04 21:48:14,! 31928-04-292023-11-04 21:48:14, ! 31928-04-29 2023-11-04 21:48:14- ! 31928-04-29 2023-11-04 21:48:14, ! 31928-04-29 J2023-11-04 21:48:14, ! 31928-04-29 "!2023-11-04 21:48:14, ! 31928-04-29x2023-11-04 21:48:14,! 31928-04-29c2023-11-04 21:48:14,!31932-05-08  :2023-11-04 21:48:14,!31932-05-08 >:2023-11-04 21:48:14,!31932-05-08 H:2023-11-04 21:48:14,!31932-05-08 :2023-11-04 21:48:14,!31932-05-08 !:2023-11-04 21:48:14,!31932-05-08 L:2023-11-04 21:48:14,!31932-05-08 :2023-11-04 21:48:14,!31932-05-08 "%:2023-11-04 21:48:14-!31932-05-08:2023-11-04 21:48:14-~!31932-05-08:2023-11-04 21:48:14-}!31936-05-03 /2023-11-04 21:48:14,|!31936-05-03H/2023-11-04 21:48:14,{!31936-05-03 "8/2023-11-04 21:48:14,z!31936-05-03m/2023-11-04 21:48:14-y!31936-05-03/2023-11-04 21:48:14)x!31902-10-26#2023-11-04 21:48:14)w!31902-10-26d2023-11-04 21:48:14*v!31902-10-262023-11-04 21:48:14*u!31902-10-26v2023-11-04 21:48:14*t!31902-10-26$2023-11-04 21:48:14+s! 31905-10-29#2023-11-04 21:48:14+r! 31905-10-29h2023-11-04 21:48:14,q! 31905-10-292023-11-04 21:48:14,p! 31905-10-29v2023-11-04 21:48:14,o! 31905-10-29$2023-11-04 21:48:14+n! 31908-10-25#2023-11-04 21:48:14+m! 31908-10-25i2023-11-04 21:48:14,l! 31908-10-252023-11-04 21:48:14,k! 31908-10-25v2023-11-04 21:48:14,j! 31908-10-25#2023-11-04 21:48:14,i!31911-10-29 2023-11-04 21:48:14+h!31911-10-29#2023-11-04 21:48:14+g!31911-10-29r2023-11-04 21:48:14,f!31911-10-292023-11-04 21:48:14,e!31911-10-29v2023-11-04 21:48:14,d!31911-10-29&2023-11-04 21:48:14,c! 31914-10-25 2023-11-04 21:48:14+b! 31914-10-25#2023-11-04 21:48:14+a! 31914-10-25p2023-11-04 21:48:14,`! 31914-10-252023-11-04 21:48:14,_! 31914-10-25v2023-11-04 21:48:14,^! 31914-10-25%2023-11-04 21:48:14,]!31917-10-28 2023-11-04 21:48:14,\!31917-10-28 2023-11-04 21:48:14,[!31917-10-28v2023-11-04 21:48:14+Z!31917-10-28#2023-11-04 21:48:14+Y!31917-10-28g2023-11-04 21:48:14,X!31917-10-28*2023-11-04 21:48:14+W! 32015-06-18f22023-11-04 21:48:14+V! 32015-06-18 22023-11-04 21:48:14*U! 32015-06-18J22023-11-04 21:48:14+T! 32015-06-18c22023-11-04 21:48:14,S!32015-06-18  22023-11-04 21:48:14,R!32015-06-18222023-11-04 21:48:14,Q!32015-06-18E"22023-11-04 21:48:14,P!32015-06-18%22023-11-04 21:48:14,O!32015-06-18x 22023-11-04 21:48:14,N!32015-06-18l22023-11-04 21:48:14,M!32015-06-18N22023-11-04 21:48:14,L!32015-06-1822023-11-04 21:48:14,K!32015-06-18]/22023-11-04 21:48:14,J!32015-06-07Pw2023-11-04 21:48:14,I!32015-06-07 Pw2023-11-04 21:48:14-H!32015-06-07w2023-11-04 21:48:14-G!32015-06-07w2023-11-04 21:48:14,F! 31902-11-25U-2023-11-04 21:48:14,E! 31902-11-25 -2023-11-04 21:48:14,D! 31902-11-25 -2023-11-04 21:48:14,C! 31902-11-25 /-2023-11-04 21:48:14,B! 31905-12-06.2023-11-04 21:48:14,A! 31905-12-06 .2023-11-04 21:48:14,@! 31905-12-06 :.2023-11-04 21:48:14,?!31908-12-012023-11-04 21:48:14+>! 31908-12-01n2023-11-04 21:48:14,=!31908-12-01 2023-11-04 21:48:14,<!31908-12-01 22023-11-04 21:48:14,;! 31940-09-15r2023-11-04 21:48:14,:! 31940-09-15|2023-11-04 21:48:14,9! 31940-09-152023-11-04 21:48:14,8! 31940-09-15*2023-11-04 21:48:14-7! 31940-09-152023-11-04 21:48:14,6!31936-09-20r2023-11-04 21:48:14,5!31936-09-20 2023-11-04 21:48:14,4!31936-09-20|2023-11-04 21:48:14,3!31936-09-20$2023-11-04 21:48:14,2!31936-09-20,2023-11-04 21:48:14,1!31936-09-20p2023-11-04 21:48:14,0!31932-09-18 2023-11-04 21:48:14,/!31932-09-18r2023-11-04 21:48:14,.!31932-09-18 2023-11-04 21:48:14,-!31932-09-18|2023-11-04 21:48:14,,!31932-09-18$2023-11-04 21:48:14,+!31932-09-18:2023-11-04 21:48:14,*!31932-09-18h2023-11-04 21:48:14,)!31928-09-21 2023-11-04 21:48:14,(!31928-09-21r2023-11-04 21:48:14,'!31928-09-212023-11-04 21:48:14,&!31928-09-21|2023-11-04 21:48:14,%!31928-09-21I2023-11-04 21:48:14,$!31928-09-21Z2023-11-04 21:48:14+#! 31924-09-21 2023-11-04 21:48:14,"!31924-09-21r2023-11-04 21:48:14,!!31924-09-21 2023-11-04 21:48:14, !31924-09-212023-11-04 21:48:14,!31924-09-21|2023-11-04 21:48:14,!31924-09-21A2023-11-04 21:48:14,!31924-09-21h2023-11-04 21:48:14,!31921-09-26 2023-11-04 21:48:14,!31921-09-26r2023-11-04 21:48:14,!31921-09-262023-11-04 21:48:14,!31921-09-26|)2023-11-04 21:48:14,!31921-09-26>2023-11-04 21:48:14,!31921-09-26]2023-11-04 21:48:14,!31920-09-17 2023-11-04 21:48:14,!31920-09-17r2023-11-04 21:48:14,!31920-09-172023-11-04 21:48:14,!31920-09-17|/2023-11-04 21:48:14,!31920-09-17F2023-11-04 21:48:14,!31920-09-17K2023-11-04 21:48:14,!31917-09-16 X2023-11-04 21:48:14,!31917-09-16 X2023-11-04 21:48:14,!31917-09-169X2023-11-04 21:48:14, !31917-09-16|>X2023-11-04 21:48:14, !31917-09-16VX2023-11-04 21:48:14, ! 31914-09-13|9[2023-11-04 21:48:14, ! 31914-09-13W[2023-11-04 21:48:14, ! 31914-09-13V[2023-11-04 21:48:14,!31914-04-07IY2023-11-04 21:48:14,!31914-04-07|GY2023-11-04 21:48:14,!31914-04-07VY2023-11-04 21:48:14*!31911-09-24@2023-11-04 21:48:14*!31911-09-24@2023-11-04 21:48:14*!31911-09-24|f2023-11-04 21:48:14,! 31938-10-15&2023-11-04 21:48:14,! 31938-10-15&2023-11-04 21:48:14,! 31938-10-15n5&2023-11-04 21:48:14,!31935-11-27 '2023-11-04 21:48:14,~!31935-11-27 '2023-11-04 21:48:14,}!31935-11-27'2023-11-04 21:48:14,|!31935-11-27 '2023-11-04 21:48:14,{!31935-11-27n5'2023-11-04 21:48:14+z!  31931-12-02 '2023-11-04 21:48:14,y! 31931-12-02'2023-11-04 21:48:14,x! 31931-12-02U'2023-11-04 21:48:14,w! 31931-12-02 '2023-11-04 21:48:14,v! 31931-12-02 '2023-11-04 21:48:14,u! 31931-12-02n'2023-11-04 21:48:14+t! 31928-11-14 !2023-11-04 21:48:14,s!31928-11-14!2023-11-04 21:48:14,r!31928-11-14n!2023-11-04 21:48:14 HsD~~~~Z~+}}}}r}C}||||X|){{{{m{>{zzzzSz$yyyyhy9y xxx}xNxwwwwcw4wvvvxvIvuuuu^u/utttutGtssss^s/srrrsrDrqqqqYq*ppppop@pooooUo'nnnnkn>>|>M>====b=3=<<$####R##""""g"8" !!!{!L! a 2 tEY*o@T&i: P!d5yJa1uG[,rC\.pAV(pA[-tE Z + p A  V ' k < P !e6zJ_0vH+.!3K1947-03-010J2023-11-04 21:48:14+-!3K1947-03-01iJ2023-11-04 21:48:14,,!3K1947-03-01J2023-11-04 21:48:14++! 3t1998-01-12s2023-11-04 21:48:14,*!3t1998-01-12 s2023-11-04 21:48:14,)!3t1998-01-12s2023-11-04 21:48:14,(!3t1998-01-12zs2023-11-04 21:48:14,'!3t1998-01-12s2023-11-04 21:48:14,&!3t1998-01-12*s2023-11-04 21:48:14,%!3t1998-01-12s2023-11-04 21:48:14,$!3t1998-01-12.s2023-11-04 21:48:14-#!3t1998-01-12s2023-11-04 21:48:14,"!3t1998-01-12as2023-11-04 21:48:14,!! 3t1998-07-302023-11-04 21:48:14, ! 3t1998-07-30 2023-11-04 21:48:14,! 3t1998-07-30\2023-11-04 21:48:14,! 3t1998-07-30z2023-11-04 21:48:14,! 3t1998-07-302023-11-04 21:48:14,! 3t1998-07-302023-11-04 21:48:14,! 3t1998-07-302023-11-04 21:48:14,! 3t1998-07-30(2023-11-04 21:48:14,! 3t1998-07-30/2023-11-04 21:48:14-! 3t1998-07-302023-11-04 21:48:14,!31951-06-032023-11-04 21:48:14,!31951-06-032023-11-04 21:48:14,!31951-06-032023-11-04 21:48:14,!31951-06-032023-11-04 21:48:14,!31948-06-062023-11-04 21:48:14,!31948-06-06 2023-11-04 21:48:14,!31948-06-062023-11-04 21:48:14,!31948-06-062023-11-04 21:48:14,! 3?2012-02-092023-11-04 21:48:14,! 3?2012-02-092023-11-04 21:48:14, ! 3?2012-02-092023-11-04 21:48:14, ! 3?2012-02-092023-11-04 21:48:14, ! 3?2012-02-0992023-11-04 21:48:14, ! 3?2012-02-09`Z2023-11-04 21:48:14, ! 3?2012-02-09y2023-11-04 21:48:14,! 3'1998-10-212023-11-04 21:48:14,! 3'1998-10-2192023-11-04 21:48:14+! 3'1998-10-21c 2023-11-04 21:48:14,! 3'1998-10-21)2023-11-04 21:48:14,! 3'1998-10-2172023-11-04 21:48:14,! 3'1998-10-21u[2023-11-04 21:48:14,! 3'1998-10-21To2023-11-04 21:48:14,! 3'1998-10-212023-11-04 21:48:14,! 3'1998-10-21}2023-11-04 21:48:14,! 3'1998-10-21v2023-11-04 21:48:14,~! 3'1998-10-21y2023-11-04 21:48:14,}! 3'1998-10-21HC2023-11-04 21:48:14-|! 3'1998-10-21)2023-11-04 21:48:14*{! 391993-08-06V2023-11-04 21:48:14+z! 391993-08-06z2023-11-04 21:48:14+y! 391993-08-06 2023-11-04 21:48:14+x! 391993-08-062023-11-04 21:48:14+w! 391993-08-062023-11-04 21:48:14+v! 391993-08-06/%2023-11-04 21:48:14+u! 391993-08-06#<2023-11-04 21:48:14+t! 391993-08-06E42023-11-04 21:48:14+s! 391993-08-06J2023-11-04 21:48:14,r! 391993-08-062023-11-04 21:48:14+q!31992-07-26 2023-11-04 21:48:14+p!31992-07-26 2023-11-04 21:48:14+o!31992-07-262023-11-04 21:48:14+n!31992-07-262023-11-04 21:48:14+m!31992-07-26E.2023-11-04 21:48:14,l!31992-07-262023-11-04 21:48:14,k!31992-07-262023-11-04 21:48:14,j!32000-12-222023-11-04 21:48:14,i!32000-12-22 2023-11-04 21:48:14,h!32000-12-22f2023-11-04 21:48:14,g!32000-12-222023-11-04 21:48:14,f!32000-12-222023-11-04 21:48:14,e!32000-12-22E2023-11-04 21:48:14-d!32000-12-222023-11-04 21:48:14-c!32000-12-222023-11-04 21:48:14+b!391995-08-04 d2023-11-04 21:48:14+a!391995-08-04d2023-11-04 21:48:14+`!391995-08-04zd2023-11-04 21:48:14+_!391995-08-04@d2023-11-04 21:48:14,^!391995-08-04d2023-11-04 21:48:14+]!391995-08-04d2023-11-04 21:48:14,\!391995-08-04pd2023-11-04 21:48:14+[! 3*2006-01-20R2023-11-04 21:48:14,Z!3*2006-01-20R2023-11-04 21:48:14+Y!3*2006-01-20R2023-11-04 21:48:14,X!3*2006-01-20R2023-11-04 21:48:14,W!3*2006-01-20 R2023-11-04 21:48:14,V!3*2006-01-20ER2023-11-04 21:48:14,U!3*2006-01-20pR2023-11-04 21:48:14-T!3*2006-01-20&R2023-11-04 21:48:14,S! 3*2006-09-262023-11-04 21:48:14,R! 3*2006-09-262023-11-04 21:48:14+Q! 3*2006-09-262023-11-04 21:48:14,P! 3*2006-09-262023-11-04 21:48:14,O! 3*2006-09-26 2023-11-04 21:48:14,N! 3*2006-09-26E2023-11-04 21:48:14,M! 3*2006-09-26q2023-11-04 21:48:14-L! 3*2006-09-26$2023-11-04 21:48:14+K! 3*2007-01-252023-11-04 21:48:14,J!3*2007-01-25 2023-11-04 21:48:14+I!3*2007-01-252023-11-04 21:48:14,H!3*2007-01-252023-11-04 21:48:14,G!3*2007-01-25 2023-11-04 21:48:14,F!3*2007-01-25E2023-11-04 21:48:14,E!3*2007-01-25p2023-11-04 21:48:14-D!3*2007-01-2512023-11-04 21:48:14,C!3*2007-08-072023-11-04 21:48:14+B!3*2007-08-072023-11-04 21:48:14,A!3*2007-08-072023-11-04 21:48:14,@!3*2007-08-07 2023-11-04 21:48:14,?!3*2007-08-07E2023-11-04 21:48:14,>!3*2007-08-07q2023-11-04 21:48:14-=!3*2007-08-0722023-11-04 21:48:14,<!32000-10-20f2023-11-04 21:48:14,;!32000-10-202023-11-04 21:48:14,:!32000-10-202023-11-04 21:48:14,9!32000-10-202023-11-04 21:48:14+8! 32000-10-202023-11-04 21:48:14,7!32000-10-202023-11-04 21:48:14,6!32000-10-20E2023-11-04 21:48:14-5!32000-10-202023-11-04 21:48:14-4!32000-10-202023-11-04 21:48:14+3!  3*2008-09-242023-11-04 21:48:14,2! 3*2008-09-242023-11-04 21:48:14+1! 3*2008-09-242023-11-04 21:48:14,0! 3*2008-09-242023-11-04 21:48:14,/! 3*2008-09-24 2023-11-04 21:48:14,.! 3*2008-09-24E2023-11-04 21:48:14,-! 3*2008-09-24r2023-11-04 21:48:14-,! 3*2008-09-2402023-11-04 21:48:14,+! 3G2009-09-16v2023-11-04 21:48:14+*! 3G2009-09-16v2023-11-04 21:48:14,)! 3G2009-09-16 v2023-11-04 21:48:14,(! 3G2009-09-16dv2023-11-04 21:48:14,'! 3G2009-09-16v2023-11-04 21:48:14,&! 3G2009-09-16Ev2023-11-04 21:48:14-%! 3G2009-09-168v2023-11-04 21:48:14,$! 3G2009-09-16wv2023-11-04 21:48:14,#!32003-09-24H2023-11-04 21:48:14,"!32003-09-24H2023-11-04 21:48:14,!!32003-09-24H2023-11-04 21:48:14, !32003-09-24H2023-11-04 21:48:14,!32003-09-24EH2023-11-04 21:48:14-!32003-09-24H2023-11-04 21:48:14,!32003-09-24f H2023-11-04 21:48:14-!32003-09-24H2023-11-04 21:48:14,!32003-04-27H2023-11-04 21:48:14,!32003-04-27H2023-11-04 21:48:14,!32003-04-27H2023-11-04 21:48:14,!32003-04-27H2023-11-04 21:48:14,!32003-04-27H2023-11-04 21:48:14,!32003-04-27EH2023-11-04 21:48:14,!32003-04-27tH2023-11-04 21:48:14,!32003-04-27f H2023-11-04 21:48:14-!32003-04-27H2023-11-04 21:48:14,!32003-01-20H2023-11-04 21:48:14,!32003-01-20H2023-11-04 21:48:14,!32003-01-20H2023-11-04 21:48:14,!32003-01-20H2023-11-04 21:48:14,!32003-01-20H2023-11-04 21:48:14, !32003-01-20EH2023-11-04 21:48:14, !32003-01-20vH2023-11-04 21:48:14, !32003-01-20f H2023-11-04 21:48:14- !32003-01-20H2023-11-04 21:48:14, !32002-12-25H2023-11-04 21:48:14,!32002-12-25H2023-11-04 21:48:14,!32002-12-25H2023-11-04 21:48:14,!32002-12-25H2023-11-04 21:48:14,!32002-12-25EH2023-11-04 21:48:14,!32002-12-25H2023-11-04 21:48:14,!32002-12-25wH2023-11-04 21:48:14,!32002-12-25f H2023-11-04 21:48:14-!32002-12-25H2023-11-04 21:48:14,!32002-04-28 H2023-11-04 21:48:14,!32002-04-28H2023-11-04 21:48:14,~!32002-04-28H2023-11-04 21:48:14,}!32002-04-28H2023-11-04 21:48:14,|!32002-04-28EH2023-11-04 21:48:14,{!32002-04-28}H2023-11-04 21:48:14,z!32002-04-28fH2023-11-04 21:48:14-y!32002-04-28H2023-11-04 21:48:14,x!32002-04-28H2023-11-04 21:48:14,w!32002-01-21 H2023-11-04 21:48:14,v!32002-01-21H2023-11-04 21:48:14,u!32002-01-21H2023-11-04 21:48:14,t!32002-01-21H2023-11-04 21:48:14,s!32002-01-21~H2023-11-04 21:48:14,r!32002-01-21EH2023-11-04 21:48:14,q!32002-01-21fH2023-11-04 21:48:14-p!32002-01-21H2023-11-04 21:48:14+o!  3t2000-04-052023-11-04 21:48:14,n! 3t2000-04-05 2023-11-04 21:48:14,m! 3t2000-04-052023-11-04 21:48:14,l! 3t2000-04-052023-11-04 21:48:14,k! 3t2000-04-05f2023-11-04 21:48:14,j! 3t2000-04-052023-11-04 21:48:14,i! 3t2000-04-05E02023-11-04 21:48:14,h! 3t2000-04-05`2023-11-04 21:48:14-g! 3t2000-04-05 2023-11-04 21:48:14,f!3t1999-07-062023-11-04 21:48:14,e!3t1999-07-06z2023-11-04 21:48:14,d!3t1999-07-062023-11-04 21:48:14,c!3t1999-07-062023-11-04 21:48:14,b!3t1999-07-062023-11-04 21:48:14,a!3t1999-07-06'2023-11-04 21:48:14,`!3t1999-07-06E42023-11-04 21:48:14,_!3t1999-07-06]2023-11-04 21:48:14-^!3t1999-07-06 2023-11-04 21:48:14+]! 3t1999-01-112023-11-04 21:48:14,\!3t1999-01-112023-11-04 21:48:14,[!3t1999-01-11E42023-11-04 21:48:14,Z!3t1999-01-11&2023-11-04 21:48:14,Y!3t1999-01-11z2023-11-04 21:48:14,X!3t1999-01-112023-11-04 21:48:14,W!3t1999-01-11 2023-11-04 21:48:14,V!3t1999-01-112023-11-04 21:48:14,U!3t1999-01-11^2023-11-04 21:48:14-T!3t1999-01-11 2023-11-04 21:48:14,S!3c2023-06-25 $2023-11-04 21:48:14,R!3c2023-06-25 U 2023-11-04 21:48:14,Q!3c2023-06-25 2023-11-04 21:48:14,P!3c2023-06-25 V 2023-11-04 21:48:14,O!3c2023-06-25f2023-11-04 21:48:14,N!3c2023-06-25: 2023-11-04 21:48:14,M!3c2023-06-258/2023-11-04 21:48:14,L!3c2023-06-25/2023-11-04 21:48:14,K!3b2023-05-21 =2023-11-04 21:48:14,J!3b2023-05-21f=2023-11-04 21:48:14,I!3b2023-05-21:)=2023-11-04 21:48:14,H!3b2023-05-218G=2023-11-04 21:48:14,G!3b2023-05-21/=2023-11-04 21:48:14,F!3a2023-05-14 Qc2023-11-04 21:48:14,E!3a2023-05-14 Pc2023-11-04 21:48:14,D!3a2023-05-14 O=c2023-11-04 21:48:14,C!3a2023-05-14 +c2023-11-04 21:48:14,B!3a2023-05-142c2023-11-04 21:48:14-A!3a2023-05-14c2023-11-04 21:48:14-@!3a2023-05-14 c2023-11-04 21:48:14,?!3`2023-04-022023-11-04 21:48:14,>!3`2023-04-02 @2023-11-04 21:48:14,=!3`2023-04-02  2023-11-04 21:48:14,<!3`2023-04-02 P%2023-11-04 21:48:14,;!3`2023-04-02$2023-11-04 21:48:14,:!3`2023-04-02E2023-11-04 21:48:14+9! 3_2023-04-02 G2023-11-04 21:48:14,8!3_2023-04-02G2023-11-04 21:48:14,7!3_2023-04-02I G2023-11-04 21:48:14,6!3_2023-04-02 G2023-11-04 21:48:14,5!3_2023-04-02& G2023-11-04 21:48:14+4!3_2023-04-02^G2023-11-04 21:48:14,3!3_2023-04-02^0G2023-11-04 21:48:14,2!3_2023-04-02.G2023-11-04 21:48:14,1!3_2023-04-02+G2023-11-04 21:48:14,0!3^2023-03-05=2023-11-04 21:48:14,/!3^2023-03-05 2023-11-04 21:48:14,.!3^2023-03-05 2023-11-04 21:48:14,-!3^2023-03-05q2023-11-04 21:48:14,,!3^2023-03-052023-11-04 21:48:14++!3^2023-03-05q%2023-11-04 21:48:14,*!3]2022-11-012023-11-04 21:48:14,)!3]2022-11-01 2023-11-04 21:48:14,(!3]2022-11-012023-11-04 21:48:14,'!3]2022-11-012023-11-04 21:48:14,&!3]2022-11-01M2023-11-04 21:48:14,%!3]2022-11-01 2023-11-04 21:48:14,$!3]2022-11-012023-11-04 21:48:14,#!3]2022-11-0162023-11-04 21:48:14,"!3]2022-11-01 2023-11-04 21:48:14,!!3]2022-11-01 2023-11-04 21:48:14+ ! 3\2022-11-01f>2023-11-04 21:48:14+! 3\2022-11-01d>2023-11-04 21:48:14*! 3\2022-11-01J>2023-11-04 21:48:14+! 3\2022-11-01c>2023-11-04 21:48:14,!3\2022-11-01 H>2023-11-04 21:48:14,!3\2022-11-01x>2023-11-04 21:48:14,!3\2022-11-01 >2023-11-04 21:48:14,!3\2022-11-012 >2023-11-04 21:48:14,!3\2022-11-01E>2023-11-04 21:48:14,!3\2022-11-01>2023-11-04 21:48:14,!3\2022-11-01 G>2023-11-04 21:48:14,!3\2022-11-01l>2023-11-04 21:48:14,!3\2022-11-01 >2023-11-04 21:48:14,!3\2022-11-01N >2023-11-04 21:48:14,!3\2022-11-01>2023-11-04 21:48:14,!3\2022-11-01]2>2023-11-04 21:48:14,!3[2022-10-0182023-11-04 21:48:14,!3[2022-10-01 82023-11-04 21:48:14,!3[2022-10-01 < 82023-11-04 21:48:14, !3[2022-10-01 82023-11-04 21:48:14, !3[2022-10-01 ; 82023-11-04 21:48:14, !3[2022-10-0182023-11-04 21:48:14, !3[2022-10-0182023-11-04 21:48:14, ! 3Z2022-10-02 7 2023-11-04 21:48:14,! 3Z2022-10-022023-11-04 21:48:14,! 3Z2022-10-02 N2023-11-04 21:48:14,! 3Z2022-10-02C2023-11-04 21:48:14,! 3Z2022-10-02 P2023-11-04 21:48:14,! 3Z2022-10-02 52023-11-04 21:48:14,! 3Z2022-10-02$2023-11-04 21:48:14,!3Y2022-09-2592023-11-04 21:48:14,!3Y2022-09-25 2023-11-04 21:48:14,!3Y2022-09-252023-11-04 21:48:14+! 3Y2022-09-252023-11-04 21:48:14,~!3Y2022-09-25 2023-11-04 21:48:14,}!3Y2022-09-25 2023-11-04 21:48:14,|!3Y2022-09-25B2023-11-04 21:48:14,{!3Y2022-09-25k42023-11-04 21:48:14,z!3Y2022-09-25 2023-11-04 21:48:14,y!3Y2022-09-25~E2023-11-04 21:48:14,x!3Y2022-09-25T,2023-11-04 21:48:14,w!3Y2022-09-25jv2023-11-04 21:48:14,v!3X2022-09-11t2023-11-04 21:48:14,u!3X2022-09-11rt2023-11-04 21:48:14,t!3X2022-09-11|t2023-11-04 21:48:14,s!3X2022-09-11 It2023-11-04 21:48:14,r!3X2022-09-11kt2023-11-04 21:48:14,q!3X2022-09-11t2023-11-04 21:48:14,p!3X2022-09-11t2023-11-04 21:48:14,o!3X2022-09-11Dt2023-11-04 21:48:14,n!3W2022-05-21t P2023-11-04 21:48:14+m! 3W2022-05-21P2023-11-04 21:48:14+l! 3W2022-05-21 FP2023-11-04 21:48:14,k!3W2022-05-21P2023-11-04 21:48:14,j!3W2022-05-21MP2023-11-04 21:48:14,i!3W2022-05-21 P2023-11-04 21:48:14,h!3W2022-05-21P2023-11-04 21:48:14,g!3W2022-05-21P2023-11-04 21:48:14+f!  3V2022-06-19 +2023-11-04 21:48:14,e! 3V2022-06-19 *2023-11-04 21:48:14+d!  3V2022-06-1902023-11-04 21:48:14,c! 3V2022-06-192023-11-04 21:48:14,b! 3V2022-06-19 2023-11-04 21:48:14-a! 3V2022-06-19 T2023-11-04 21:48:14,`! 3V2022-06-19=2023-11-04 21:48:14-_! 3V2022-06-19 S2023-11-04 21:48:14,^! 3V2022-06-19Y2023-11-04 21:48:14,]! 3V2022-06-19 2023-11-04 21:48:14,\! 3V2022-06-192023-11-04 21:48:14+[!3U2022-01-30kJ2023-11-04 21:48:14,Z!3U2022-01-30J2023-11-04 21:48:14,Y!3U2022-01-30-J2023-11-04 21:48:14,X!3U2022-01-30xJ2023-11-04 21:48:14,W!3U2022-01-30 J2023-11-04 21:48:14,V!3U2022-01-30HJ2023-11-04 21:48:14,U!3U2022-01-30J2023-11-04 21:48:14+T! 3U2022-01-30J2023-11-04 21:48:14+S! 3U2022-01-30 FJ2023-11-04 21:48:14,R!3U2022-01-30 J2023-11-04 21:48:14*Q! 3T2022-04-22A2023-11-04 21:48:14+P! 3T2022-04-222023-11-04 21:48:14,O!3T2022-04-222023-11-04 21:48:14,N!3T2022-04-22 ()2023-11-04 21:48:14,M!3T2022-04-22 n2023-11-04 21:48:14,L!3T2022-04-222023-11-04 21:48:14,K!3T2022-04-222023-11-04 21:48:14+J! 3S2022-04-03Q2023-11-04 21:48:14,I!3S2022-04-03 -2023-11-04 21:48:14+H! 3S2022-04-032023-11-04 21:48:14,G!3S2022-04-032023-11-04 21:48:14,F!3S2022-04-032023-11-04 21:48:14,E!3S2022-04-03 c 2023-11-04 21:48:14,D!3S2022-04-03X 2023-11-04 21:48:14,C!3S2022-04-037 2023-11-04 21:48:14,B!3S2022-04-032023-11-04 21:48:14,A!3S2022-04-03u2023-11-04 21:48:14,@!3S2022-04-03 2023-11-04 21:48:14,?!3R2021-11-14 P z2023-11-04 21:48:14+>!3R2021-11-149z2023-11-04 21:48:14,=!3R2021-11-14 z2023-11-04 21:48:14,<!3R2021-11-14z2023-11-04 21:48:14,;!3R2021-11-14"z2023-11-04 21:48:14,:!3R2021-11-14;z2023-11-04 21:48:14,9!3R2021-11-14 Cz2023-11-04 21:48:14,8!3Q2021-09-25 I2023-11-04 21:48:14,7!3Q2021-09-25 2023-11-04 21:48:14,6!3Q2021-09-252023-11-04 21:48:14,5!3Q2021-09-25>2023-11-04 21:48:14,4!3Q2021-09-25 _2023-11-04 21:48:14,3!3Q2021-09-252023-11-04 21:48:14,2!3Q2021-09-25 H2023-11-04 21:48:14,1!3Q2021-09-252023-11-04 21:48:14+0! 3P2021-09-13Q2023-11-04 21:48:14,/!3P2021-09-13Q2023-11-04 21:48:14,.!3P2021-09-13Q2023-11-04 21:48:14,-!3P2021-09-13Q2023-11-04 21:48:14,,!3P2021-09-13fQ2023-11-04 21:48:14++!3P2021-09-13Q Q2023-11-04 21:48:14,*!3P2021-09-13_Q2023-11-04 21:48:14,)!3P2021-09-13Q2023-11-04 21:48:14,(!3P2021-09-13$Q2023-11-04 21:48:14+'!3P2021-09-13h0Q2023-11-04 21:48:14,&!3O2021-09-20(T2023-11-04 21:48:14,%!3O2021-09-20T2023-11-04 21:48:14,$!3O2021-09-20 T2023-11-04 21:48:14,#!3O2021-09-20wT2023-11-04 21:48:14-"!3O2021-09-20pT2023-11-04 21:48:14,!!3N2021-07-11  y2023-11-04 21:48:14, !3N2021-07-11y2023-11-04 21:48:14+!3N2021-07-119"y2023-11-04 21:48:14,!3N2021-07-11$y2023-11-04 21:48:14,!3N2021-07-11?y2023-11-04 21:48:14,!3N2021-07-11 Ay2023-11-04 21:48:14,!3M2021-04-04 2023-11-04 21:48:14+!3M2021-04-0492023-11-04 21:48:14,!3M2021-04-042023-11-04 21:48:14,!3M2021-04-04+2023-11-04 21:48:14,!3M2021-04-04 32023-11-04 21:48:14,!3M2021-04-04K2023-11-04 21:48:14,!3L2021-03-236m2023-11-04 21:48:14,!3L2021-03-23m2023-11-04 21:48:14,!3L2021-03-23 m2023-11-04 21:48:14,!3L2021-03-23m2023-11-04 21:48:14,!3L2021-03-23Mm2023-11-04 21:48:14,!3L2021-03-23m2023-11-04 21:48:14,!3L2021-03-23m2023-11-04 21:48:14,!3L2021-03-23m2023-11-04 21:48:14, !3L2021-03-23 m2023-11-04 21:48:14, !3L2021-03-23 m2023-11-04 21:48:14, !3L2021-03-23 m2023-11-04 21:48:14, !3L2021-03-23 m2023-11-04 21:48:14, !3L2021-03-23m2023-11-04 21:48:14,!3J2021-10-31 o2023-11-04 21:48:14,!3J2021-10-31 o2023-11-04 21:48:14,!3J2021-10-31Eo2023-11-04 21:48:14,!3J2021-10-31 o2023-11-04 21:48:14,!3J2021-10-31 a'o2023-11-04 21:48:14,!3J2021-10-31 o2023-11-04 21:48:14,!3J2021-10-31Ho2023-11-04 21:48:14+! 3I2021-03-17p2023-11-04 21:48:14+! 3I2021-03-17 p2023-11-04 21:48:14,!3I2021-03-17 p2023-11-04 21:48:14,~!3I2021-03-17 p2023-11-04 21:48:14,}!3I2021-03-17 Rp2023-11-04 21:48:14,|!3I2021-03-17 Qp2023-11-04 21:48:14,{!3I2021-03-17p2023-11-04 21:48:14+z! 3I2021-03-17=p2023-11-04 21:48:14,y!3I2021-03-17p2023-11-04 21:48:14,x!3I2021-03-17p2023-11-04 21:48:14,w!3I2021-03-17 p2023-11-04 21:48:14,v!3I2021-03-17e p2023-11-04 21:48:14,u!3I2021-03-17p2023-11-04 21:48:14,t!3I2021-03-17Yp2023-11-04 21:48:14,s!3I2021-03-17p2023-11-04 21:48:14,r!3I2021-03-17p2023-11-04 21:48:14,q!3I2021-03-17"p2023-11-04 21:48:14,p! 3G2021-05-30 {2023-11-04 21:48:14,o! 3G2021-05-30U{2023-11-04 21:48:14,n! 3G2021-05-30{2023-11-04 21:48:14,m! 3G2021-05-30{2023-11-04 21:48:14,l! 3G2021-05-30S {2023-11-04 21:48:14,k! 3G2021-05-30'{2023-11-04 21:48:14,j! 3G2021-05-30<{2023-11-04 21:48:14,i!3F2020-07-05U2023-11-04 21:48:14,h!3F2020-07-052023-11-04 21:48:14+g! 3F2020-07-05 62023-11-04 21:48:14+f! 3F2020-07-05h2023-11-04 21:48:14,e!3F2020-07-05 2023-11-04 21:48:14,d!3F2020-07-05 2023-11-04 21:48:14,c!3F2020-07-05 72023-11-04 21:48:14,b!3F2020-07-05 2023-11-04 21:48:14,a!3F2020-07-05)2023-11-04 21:48:14,`!3F2020-07-05B2023-11-04 21:48:14,_!3E2020-12-06Z2023-11-04 21:48:14,^!3E2020-12-06Z2023-11-04 21:48:14,]!3E2020-12-06 !Z2023-11-04 21:48:14,\!3E2020-12-06 V7Z2023-11-04 21:48:14,[!3E2020-12-06]Z2023-11-04 21:48:14,Z!3E2020-12-06`nZ2023-11-04 21:48:14+Y!3D2020-10-17r2023-11-04 21:48:14,X!3D2020-10-17i 2023-11-04 21:48:14,W!3D2020-10-17 2023-11-04 21:48:14,V!3D2020-10-17!2023-11-04 21:48:14,U!3D2020-10-17nA2023-11-04 21:48:14+T!3C2020-10-11:O2023-11-04 21:48:14*S! 3C2020-10-11O2023-11-04 21:48:14+R! 3C2020-10-11 JO2023-11-04 21:48:14,Q!3C2020-10-11 O2023-11-04 21:48:14+P!3C2020-10-11O2023-11-04 21:48:14,O!3C2020-10-11 O2023-11-04 21:48:14,N!3C2020-10-11 O2023-11-04 21:48:14,M!3C2020-10-11 O2023-11-04 21:48:14,L!3C2020-10-11E O2023-11-04 21:48:14,K!3C2020-10-11 O2023-11-04 21:48:14,J!3C2020-10-112O2023-11-04 21:48:14,I!3B2020-03-02M2023-11-04 21:48:14,H!3B2020-03-02 M2023-11-04 21:48:14,G!3B2020-03-02M2023-11-04 21:48:14,F!3B2020-03-02M2023-11-04 21:48:14,E!3B2020-03-02 M2023-11-04 21:48:14,D!3B2020-03-02M2023-11-04 21:48:14,C!3B2020-03-02 !M2023-11-04 21:48:14,B!3B2020-03-02$M2023-11-04 21:48:14,A!3A2020-02-29 2023-11-04 21:48:14,@!3A2020-02-29 2023-11-04 21:48:14,?!3A2020-02-29J2023-11-04 21:48:14,>!3A2020-02-29 ?2023-11-04 21:48:14,=!3A2020-02-29&2023-11-04 21:48:14,<!3A2020-02-2952023-11-04 21:48:14+;!  3@2020-02-08 =i2023-11-04 21:48:14+:!  3@2020-02-08 i2023-11-04 21:48:14,9! 3@2020-02-08 i2023-11-04 21:48:14,8! 3@2020-02-08 ;i2023-11-04 21:48:14,7! 3@2020-02-08>i2023-11-04 21:48:14,6! 3@2020-02-08% i2023-11-04 21:48:14+5! 3@2020-02-08i2023-11-04 21:48:14,4! 3@2020-02-08q#i2023-11-04 21:48:14,3! 3@2020-02-08&i2023-11-04 21:48:14,2! 3@2020-02-08%i2023-11-04 21:48:14,1!3?2019-05-18t12023-11-04 21:48:14+0! 3?2019-05-18 F12023-11-04 21:48:14+/! 3?2019-05-1812023-11-04 21:48:14+.! 3?2019-05-1812023-11-04 21:48:14,-!3?2019-05-18D12023-11-04 21:48:14,,!3?2019-05-18 12023-11-04 21:48:14,+!3?2019-05-1812023-11-04 21:48:14,*!3?2019-05-18,12023-11-04 21:48:14+)! 3>2019-12-12 ?2023-11-04 21:48:14+(! 3>2019-12-12?2023-11-04 21:48:14,'!3>2019-12-12?2023-11-04 21:48:14,&!3>2019-12-127?2023-11-04 21:48:14,%!3>2019-12-12?2023-11-04 21:48:14,$!3>2019-12-12??2023-11-04 21:48:14,#!3>2019-12-12 ?2023-11-04 21:48:14,"!3>2019-12-120?2023-11-04 21:48:14-!!3>2019-12-12?2023-11-04 21:48:14- !3>2019-12-12m?2023-11-04 21:48:14,!3=2019-11-10A2023-11-04 21:48:14+! 3=2019-11-10 /A2023-11-04 21:48:14,!3=2019-11-10 A2023-11-04 21:48:14,!3=2019-11-10 A2023-11-04 21:48:14,!3=2019-11-10 A2023-11-04 21:48:14,!3=2019-11-10 ,A2023-11-04 21:48:14,!3=2019-11-10 .A2023-11-04 21:48:14,!3=2019-11-10 HA2023-11-04 21:48:14+! 3=2019-11-10A2023-11-04 21:48:14,!3=2019-11-10A2023-11-04 21:48:14,!3=2019-11-10 A2023-11-04 21:48:14,!3=2019-11-10 +A2023-11-04 21:48:14,!3=2019-11-10QA2023-11-04 21:48:14,!3=2019-11-10 -A2023-11-04 21:48:14,!3=2019-11-10 G A2023-11-04 21:48:14,!3=2019-11-10 L4A2023-11-04 21:48:14,!3=2019-11-10YA2023-11-04 21:48:14,!3=2019-11-10xA2023-11-04 21:48:14+ !  3<2019-10-21T2023-11-04 21:48:14, ! 3<2019-10-21T2023-11-04 21:48:14, ! 3<2019-10-21 T2023-11-04 21:48:14, ! 3<2019-10-21(T2023-11-04 21:48:14- ! 3<2019-10-21pT2023-11-04 21:48:14,! 3<2019-10-21yT2023-11-04 21:48:14,!3;2019-10-202023-11-04 21:48:14,!3;2019-10-2042023-11-04 21:48:14+! 3;2019-10-202023-11-04 21:48:14+! 3;2019-10-20&2023-11-04 21:48:14,!3;2019-10-202023-11-04 21:48:14+! 3;2019-10-202023-11-04 21:48:14+! 3;2019-10-202023-11-04 21:48:14,!3;2019-10-20Z2023-11-04 21:48:14,!3;2019-10-2052023-11-04 21:48:14+~!3;2019-10-20#'2023-11-04 21:48:14,}!3;2019-10-202023-11-04 21:48:14+|!3;2019-10-202023-11-04 21:48:14+{! 3:2019-10-132023-11-04 21:48:14,z!3:2019-10-13 ^2023-11-04 21:48:14,y!3:2019-10-13 *2023-11-04 21:48:14+x! 3:2019-10-132023-11-04 21:48:14,w!3:2019-10-132023-11-04 21:48:14,v!3:2019-10-13 (2023-11-04 21:48:14+u! 3:2019-10-13P2023-11-04 21:48:14,t!3:2019-10-132023-11-04 21:48:14,s!3:2019-10-13 2023-11-04 21:48:14,r!3:2019-10-13 2023-11-04 21:48:14,q!3:2019-10-13u2023-11-04 21:48:14-p!3:2019-10-132023-11-04 21:48:14-o!3:2019-10-132023-11-04 21:48:14+n! 392019-10-06 2023-11-04 21:48:14+m! 392019-10-06 2023-11-04 21:48:14+l! 392019-10-06 F2023-11-04 21:48:14,k!392019-10-062023-11-04 21:48:14,j!392019-10-062023-11-04 21:48:14,i!392019-10-06 2023-11-04 21:48:14,h!392019-10-06-2023-11-04 21:48:14,g!392019-10-06O2023-11-04 21:48:14,f!392019-10-06l2023-11-04 21:48:14,e! 382019-09-29H2023-11-04 21:48:14,d! 382019-09-29H2023-11-04 21:48:14+c! 382019-09-292H2023-11-04 21:48:14,b! 382019-09-29(H2023-11-04 21:48:14,a! 382019-09-29GH2023-11-04 21:48:14,`! 372019-09-17M2023-11-04 21:48:14,_! 372019-09-17M2023-11-04 21:48:14,^! 372019-09-17 M2023-11-04 21:48:14,]! 372019-09-17 M2023-11-04 21:48:14,\! 372019-09-17M2023-11-04 21:48:14,[! 372019-09-17M2023-11-04 21:48:14,Z! 372019-09-17 M2023-11-04 21:48:14,Y! 372019-09-17 M2023-11-04 21:48:14,X! 372019-09-17 !M2023-11-04 21:48:14,W!362019-07-07 92023-11-04 21:48:14,V!362019-07-07 92023-11-04 21:48:14,U!362019-07-07f92023-11-04 21:48:14,T!362019-07-07:92023-11-04 21:48:14,S!362019-07-078V92023-11-04 21:48:14,R!362019-07-07/92023-11-04 21:48:14*Q! 352019-06-05J2023-11-04 21:48:14+P! 352019-06-05c2023-11-04 21:48:14+O! 352019-06-05f2023-11-04 21:48:14+N! 352019-06-05d2023-11-04 21:48:14,M!352019-06-05 2023-11-04 21:48:14,L!352019-06-052 2023-11-04 21:48:14,K!352019-06-05E+2023-11-04 21:48:14,J!352019-06-052023-11-04 21:48:14,I!352019-06-05x2023-11-04 21:48:14,H!352019-06-05l2023-11-04 21:48:14,G!352019-06-05 2023-11-04 21:48:14,F!352019-06-05N 2023-11-04 21:48:14,E!352019-06-052023-11-04 21:48:14,D!352019-06-05]02023-11-04 21:48:14,C! 32019-05-26bU2023-11-04 21:48:14,B! 32019-05-26 U2023-11-04 21:48:14,A! 32019-05-26:U2023-11-04 21:48:14,@! 32019-05-26 U2023-11-04 21:48:14,?! 32019-05-26U2023-11-04 21:48:14,>! 32019-05-26 U2023-11-04 21:48:14,=! 32019-05-26U2023-11-04 21:48:14,<! 32019-05-26U2023-11-04 21:48:14,;! 32019-05-26U2023-11-04 21:48:14,:! 32019-05-26U2023-11-04 21:48:14,9! 32019-05-26V U2023-11-04 21:48:14,8! 32019-05-26 U2023-11-04 21:48:14,7! 32019-04-096B2023-11-04 21:48:14,6! 32019-04-09B2023-11-04 21:48:14,5! 32019-04-09 jB2023-11-04 21:48:14,4! 32019-04-09B2023-11-04 21:48:14,3! 32019-04-09 B2023-11-04 21:48:14,2! 32019-04-09B2023-11-04 21:48:14,1! 32019-04-09B2023-11-04 21:48:14,0! 32019-04-09B2023-11-04 21:48:14,/! 32019-04-09B2023-11-04 21:48:14,.! 32019-04-09 #B2023-11-04 21:48:14,-! 32019-04-09#B2023-11-04 21:48:14,,! 32019-04-28 ,A2023-11-04 21:48:14,+! 32019-04-28 .A2023-11-04 21:48:14,*! 32019-04-28 H!A2023-11-04 21:48:14,)! 32019-04-28A2023-11-04 21:48:14,(! 32019-04-28 A2023-11-04 21:48:14,'! 32019-04-28A2023-11-04 21:48:14,&! 32019-04-28 +A2023-11-04 21:48:14,%! 32019-04-28QA2023-11-04 21:48:14,$! 32019-04-28 -A2023-11-04 21:48:14,#! 32019-04-28A2023-11-04 21:48:14,"! 32019-04-28 LA2023-11-04 21:48:14,!! 32019-04-28 G9A2023-11-04 21:48:14, ! 32019-04-28BA2023-11-04 21:48:14,! 32019-04-28{A2023-11-04 21:48:14+! 32019-04-14 2023-11-04 21:48:14*! 32019-04-14B2023-11-04 21:48:14,!32019-04-142023-11-04 21:48:14,!32019-04-14I 2023-11-04 21:48:14,!32019-04-14 2023-11-04 21:48:14,!32019-04-14&2023-11-04 21:48:14,!32019-04-14(2023-11-04 21:48:14,!32019-04-14^&2023-11-04 21:48:14,!32019-04-14'2023-11-04 21:48:14+!32019-04-14^2023-11-04 21:48:14,!32019-03-03 2023-11-04 21:48:14,!32019-03-03= 2023-11-04 21:48:14,!32019-03-032023-11-04 21:48:14,!32019-03-03q2023-11-04 21:48:14 cuG~~~~a~3~}}}{}M}||||b|3|{{{w{H{zzzz\z-yyyyqyByxxxxWx(wwwwlw=wvvvvQv"uuuugu8u ttttRt%ssssns>srrrrQr!qqqqeq5qpppxpHpoooo\o,nnnnon?nmmmmRm#llllfl7lkkk{kLkjjjjcj4jiiiyiIihhhh^h/hgggugGgffffbf4feee|eNe ddddhd;d ccccUc'bbbbobAbaaaa^a1a```}`P`#____k_=_^^^^W^)]]]]t]G]\\\\f\9\ [[[[X[+ZZZZtZFZYYYYaY4YXXXXRX%WWWWoWAWVVVV\V.VUUUyULUTTTThT:T SSSSUS'RRRRrRDRQQQQ_Q1QPPP{PMP OOOOhO:O NNNNUN(MMMMsMFMLLLLbL3LKKK{KMKJJJJeJ6JIII}IOI!HHHHiH:H GGGGSG$FFFFlF=FEEEEWE)DDDDoDADCCCCYC+BBBBqBCBAAAA]A0A@@@|@P@$????q?C?>>>>b>4>===}=P="<<<+****S*$))))i):) (((~(O( ''''d'5'&&&z&K&%%%%a%3%$$$w$H$####^#/#"""s"D"!!!!Y!) m > T%i: }O c5zKc4xJ`1yKe7 |Mb3wH].sE_1wI`1 u F  \ - s D  X ) n ? S%h9 ~O c,S!3G2012-07-022023-11-04 21:48:14,R!3G2012-07-02E2023-11-04 21:48:14-Q!3G2012-07-02 2023-11-04 21:48:14,P!3G2012-07-02s2023-11-04 21:48:14,O!3G2012-01-04 2023-11-04 21:48:14,N!3G2012-01-042023-11-04 21:48:14+M!3G2012-01-042023-11-04 21:48:14,L!3G2012-01-04 2023-11-04 21:48:14,K!3G2012-01-04d2023-11-04 21:48:14,J!3G2012-01-042023-11-04 21:48:14,I!3G2012-01-04E2023-11-04 21:48:14-H!3G2012-01-04.2023-11-04 21:48:14,G!3G2012-01-04s2023-11-04 21:48:14,F!3G2010-04-10v2023-11-04 21:48:14,E!3G2010-04-10v2023-11-04 21:48:14+D!3G2010-04-10v2023-11-04 21:48:14,C!3G2010-04-10 v2023-11-04 21:48:14,B!3G2010-04-10dv2023-11-04 21:48:14,A!3G2010-04-10v2023-11-04 21:48:14,@!3G2010-04-10Ev2023-11-04 21:48:14-?!3G2010-04-107v2023-11-04 21:48:14,>!3G2010-04-10sv2023-11-04 21:48:14,=!3G2009-10-26v2023-11-04 21:48:14+<!3G2009-10-26v2023-11-04 21:48:14,;!3G2009-10-26 v2023-11-04 21:48:14,:!3G2009-10-26dv2023-11-04 21:48:14,9!3G2009-10-26v2023-11-04 21:48:14,8!3G2009-10-26Ev2023-11-04 21:48:14-7!3G2009-10-267v2023-11-04 21:48:14,6!3G2009-10-26wv2023-11-04 21:48:14,5!3E1993-02-04 2023-11-04 21:48:14,4!3E1993-02-04P 2023-11-04 21:48:14,3!3E1993-02-04< 2023-11-04 21:48:14+2!3E1993-02-042 2023-11-04 21:48:14,1!3E1993-02-04  2023-11-04 21:48:14+0! 3B1989-04-19c2023-11-04 21:48:14,/!3B1989-04-19n8c2023-11-04 21:48:14,.!3B1989-04-19(c2023-11-04 21:48:14,-!3B1988-07-12n9c2023-11-04 21:48:14,,!3B1988-07-12(c2023-11-04 21:48:14,+!3?2010-05-022023-11-04 21:48:14,*!3?2010-05-02s2023-11-04 21:48:14+)!3?2010-05-022023-11-04 21:48:14,(!3?2010-05-02`^2023-11-04 21:48:14,'!3?2010-05-022023-11-04 21:48:14,&!3?2010-05-022023-11-04 21:48:14,%!3?2010-05-02A2023-11-04 21:48:14,$!362008-09-152023-11-04 21:48:14,#!362008-09-1542023-11-04 21:48:14,"!362008-09-15Z2023-11-04 21:48:14,!!362008-09-152023-11-04 21:48:14+ ! 362008-09-152023-11-04 21:48:14,!362008-09-15:2023-11-04 21:48:14+! 362008-09-152023-11-04 21:48:14+! 362008-09-15&2023-11-04 21:48:14,!362008-09-152023-11-04 21:48:14+!362008-09-15#+2023-11-04 21:48:14+!362008-09-152023-11-04 21:48:14,!362008-09-152023-11-04 21:48:14+! 362008-09-152023-11-04 21:48:14+!3-1998-01-13L2023-11-04 21:48:14+!3-1998-01-13=&L2023-11-04 21:48:14+!3-1998-01-13L2023-11-04 21:48:14+!3-1998-01-13hL2023-11-04 21:48:14+!3-1998-01-13L2023-11-04 21:48:14+!3-1998-01-13c L2023-11-04 21:48:14+!3-1998-01-13=L2023-11-04 21:48:14,!3&1994-02-11 2023-11-04 21:48:14,!3&1994-02-112023-11-04 21:48:14,!3&1994-02-11X2023-11-04 21:48:14, !3&1994-02-112023-11-04 21:48:14, !3&1994-02-11 2023-11-04 21:48:14, !3&1994-02-11v82023-11-04 21:48:14, !3&1994-02-112023-11-04 21:48:14, !3&1994-02-110 2023-11-04 21:48:14,!3&1994-02-112023-11-04 21:48:14,!3&1993-12-242023-11-04 21:48:14,!3&1993-12-24X2023-11-04 21:48:14,!3&1993-12-242023-11-04 21:48:14,!3&1993-12-24 2023-11-04 21:48:14,!3&1993-12-24vB2023-11-04 21:48:14,!3&1993-12-242023-11-04 21:48:14,!3&1993-12-240 2023-11-04 21:48:14,!3&1993-12-242023-11-04 21:48:14,!3&1993-03-08X2023-11-04 21:48:14,~!3&1993-03-082023-11-04 21:48:14,}!3&1993-03-08 2023-11-04 21:48:14,|!3&1993-03-08vB2023-11-04 21:48:14,{!3&1993-03-082023-11-04 21:48:14,z!3&1993-03-0802023-11-04 21:48:14,y!3&1993-03-082023-11-04 21:48:14+x!3%1952-03-06 6 2023-11-04 21:48:14+w!3%1952-03-06 2023-11-04 21:48:14+v!3%1952-03-06F] 2023-11-04 21:48:14+u!3%1952-03-06 2023-11-04 21:48:14+t!3%1952-03-06_ 2023-11-04 21:48:14+s!3%1952-03-06 2023-11-04 21:48:14+r!3%1952-03-06>V 2023-11-04 21:48:14+q!3%1952-03-06 2023-11-04 21:48:14+p!3%1952-03-06 2023-11-04 21:48:14+o!3%1952-03-06L 2023-11-04 21:48:14+n!3%1952-03-06g 2023-11-04 21:48:14+m!3%1952-03-06h 2023-11-04 21:48:14,l!31993-09-09j2023-11-04 21:48:14,k!31993-09-09Nj2023-11-04 21:48:14,j!31993-09-09:{j2023-11-04 21:48:14,i!31993-09-09j2023-11-04 21:48:14+h! 31993-09-09^j2023-11-04 21:48:14,g!31993-09-09#j2023-11-04 21:48:14+f! 31993-09-09sj2023-11-04 21:48:14,e!31993-09-09/j2023-11-04 21:48:14,d!31993-09-08j2023-11-04 21:48:14,c!31993-09-08Nj2023-11-04 21:48:14,b!31993-09-08:{j2023-11-04 21:48:14,a!31993-09-08j2023-11-04 21:48:14+`! 31993-09-08^j2023-11-04 21:48:14,_!31993-09-08#j2023-11-04 21:48:14+^! 31993-09-08sj2023-11-04 21:48:14,]!31993-09-08/j2023-11-04 21:48:14+\! 31993-09-07j2023-11-04 21:48:14,[!31993-09-07Nj2023-11-04 21:48:14,Z!31993-09-07:{j2023-11-04 21:48:14,Y!31993-09-07j2023-11-04 21:48:14+X! 31993-09-07^j2023-11-04 21:48:14,W!31993-09-07#j2023-11-04 21:48:14+V! 31993-09-07sj2023-11-04 21:48:14,U!31993-09-07/j2023-11-04 21:48:14,T!31969-07-06*2023-11-04 21:48:14,S!31969-07-069*2023-11-04 21:48:14-R!31969-07-06a *2023-11-04 21:48:14,Q!31969-07-06*2023-11-04 21:48:14+P!31969-07-06] *2023-11-04 21:48:14,O!31969-07-06*2023-11-04 21:48:14,N!31969-07-06*2023-11-04 21:48:14,M!31969-07-06?*2023-11-04 21:48:14-L!31969-07-06@*2023-11-04 21:48:14,K!31969-07-06>*2023-11-04 21:48:14,J!32004-10-012023-11-04 21:48:14,I!32004-10-012023-11-04 21:48:14,H!32004-10-01+2023-11-04 21:48:14,G!32004-10-01 2023-11-04 21:48:14,F!32004-10-01 2023-11-04 21:48:14,E!32004-10-01 2023-11-04 21:48:14,D!31965-09-192023-11-04 21:48:14,C!31965-09-19.2023-11-04 21:48:14+B!31965-09-1912023-11-04 21:48:14,A!32001-04-032023-11-04 21:48:14,@!32001-04-032023-11-04 21:48:14,?!32001-04-03f2023-11-04 21:48:14,>!32001-04-032023-11-04 21:48:14,=!32001-04-032023-11-04 21:48:14,<!32001-04-03E2023-11-04 21:48:14-;!32001-04-032023-11-04 21:48:14-:!32001-04-032023-11-04 21:48:14+9! 31981-10-182023-11-04 21:48:14-8!31981-10-18:2023-11-04 21:48:14+7!31981-10-18/s2023-11-04 21:48:14,6!31981-10-18f 2023-11-04 21:48:14,5!32003-12-08O#2023-11-04 21:48:14,4!32003-12-08O #2023-11-04 21:48:14,3!32003-12-08#2023-11-04 21:48:14,2!32003-12-08#2023-11-04 21:48:14,1!32003-12-08#2023-11-04 21:48:14,0!32003-12-08#2023-11-04 21:48:14,/!32003-12-08/#2023-11-04 21:48:14,.!32003-12-08v#2023-11-04 21:48:14+-!32003-12-08, #2023-11-04 21:48:14,,!32003-02-07O #2023-11-04 21:48:14,+!32003-02-07#2023-11-04 21:48:14,*!32003-02-07#2023-11-04 21:48:14,)!32003-02-07#2023-11-04 21:48:14,(!32003-02-07#2023-11-04 21:48:14,'!32003-02-07/#2023-11-04 21:48:14,&!32003-02-07v#2023-11-04 21:48:14+%!32003-02-07, #2023-11-04 21:48:14,$!32006-05-012023-11-04 21:48:14,#!32006-05-01X 2023-11-04 21:48:14,"!32006-05-01E 2023-11-04 21:48:14+!!32006-05-012023-11-04 21:48:14, !32006-05-01 2023-11-04 21:48:14,!32006-05-012023-11-04 21:48:14,!32006-05-01 2023-11-04 21:48:14,!32006-05-012023-11-04 21:48:14,!32006-05-012023-11-04 21:48:14+!32006-05-01:2023-11-04 21:48:14,!31970-05-142023-11-04 21:48:14,!31970-05-14V2023-11-04 21:48:14,!31970-05-142023-11-04 21:48:14,!31970-05-14;2023-11-04 21:48:14,!31970-05-14&2023-11-04 21:48:14,!31970-05-142023-11-04 21:48:14,!31970-05-14,2023-11-04 21:48:14,!31970-05-14Y2023-11-04 21:48:14,!31970-05-14"2023-11-04 21:48:14,!31970-05-142023-11-04 21:48:14,!31970-05-14 2023-11-04 21:48:14,!31970-05-142023-11-04 21:48:14+! 31970-05-14q2023-11-04 21:48:14, !31968-04-26V2023-11-04 21:48:14, !31968-04-262023-11-04 21:48:14, !31968-04-26;2023-11-04 21:48:14, !31968-04-26&2023-11-04 21:48:14, !31968-04-262023-11-04 21:48:14,!31968-04-26,2023-11-04 21:48:14,!31968-04-26Y2023-11-04 21:48:14,!31968-04-26%2023-11-04 21:48:14,!31968-04-262023-11-04 21:48:14,!31968-04-26 2023-11-04 21:48:14,!31968-04-262023-11-04 21:48:14+! 31968-04-26q2023-11-04 21:48:14+! 32008-02-08 2023-11-04 21:48:14*! 32008-02-08J2023-11-04 21:48:14+! 32008-02-08c2023-11-04 21:48:14+~! 32008-02-08d2023-11-04 21:48:14,}!32008-02-08N2023-11-04 21:48:14,|!32008-02-08 2023-11-04 21:48:14,{!32008-02-08l2023-11-04 21:48:14,z!32008-02-0822023-11-04 21:48:14,y!32008-02-08]-2023-11-04 21:48:14,x!32008-02-082023-11-04 21:48:14,w!32008-02-08x2023-11-04 21:48:14,v!32008-02-08E/2023-11-04 21:48:14,u! 31953-10-12!2023-11-04 21:48:14,t! 31953-10-12!2023-11-04 21:48:14,s! 31953-10-12!2023-11-04 21:48:14+r! 31953-10-12hM!2023-11-04 21:48:14,q! 31953-10-12!2023-11-04 21:48:14+p! 31953-10-12!2023-11-04 21:48:14-o!31976-10-032023-11-04 21:48:14-n!31976-10-03.2023-11-04 21:48:14,m!31976-10-03'2023-11-04 21:48:14+l! 32004-12-042023-11-04 21:48:14,k!32004-12-04|02023-11-04 21:48:14,j!32004-12-042023-11-04 21:48:14,i!32004-12-0472023-11-04 21:48:14,h!32004-12-04!2023-11-04 21:48:14-g!32004-12-042023-11-04 21:48:14,f!32004-12-042023-11-04 21:48:14,e!32004-12-04r2023-11-04 21:48:14,d!31986-09-05 2023-11-04 21:48:14+c!31986-09-05^&2023-11-04 21:48:14*b! 31986-09-05B2023-11-04 21:48:14+a! 31986-09-05m2023-11-04 21:48:14,`!31986-09-05&2023-11-04 21:48:14,_!31986-09-05I 2023-11-04 21:48:14,^!31986-09-052023-11-04 21:48:14,]!31986-09-052023-11-04 21:48:14,\!31986-09-05 2023-11-04 21:48:14,[!31986-09-0592023-11-04 21:48:14,Z!31986-09-05^,2023-11-04 21:48:14*Y!31983-03-21^&"2023-11-04 21:48:14)X! 31983-03-21B"2023-11-04 21:48:14*W! 31983-03-21m"2023-11-04 21:48:14+V!31983-03-21&"2023-11-04 21:48:14+U!31983-03-21I "2023-11-04 21:48:14+T!31983-03-21"2023-11-04 21:48:14+S!31983-03-21"2023-11-04 21:48:14+R!31983-03-21 "2023-11-04 21:48:14+Q!31983-03-219"2023-11-04 21:48:14+P!31983-03-21^,"2023-11-04 21:48:14+O!31990-02-012023-11-04 21:48:14+N!31990-02-01< 2023-11-04 21:48:14+M!31990-02-012023-11-04 21:48:14+L!31990-02-01'2023-11-04 21:48:14+K!31990-02-01S2023-11-04 21:48:14+J!3~1997-04-19a2023-11-04 21:48:14+I!3~1997-04-192023-11-04 21:48:14+H!3~1997-04-19:2023-11-04 21:48:14+G!3~1997-04-19W 2023-11-04 21:48:14+F!3~1997-04-19{2023-11-04 21:48:14+E!3~1997-04-192023-11-04 21:48:14*D! 3}1971-09-132023-11-04 21:48:14+C!3}1971-09-13q2023-11-04 21:48:14+B!3}1971-09-13'2023-11-04 21:48:14)A! 3}1971-09-13W2023-11-04 21:48:14+@!3}1971-09-13#2023-11-04 21:48:14+?!3}1971-09-132023-11-04 21:48:14+>!3}1971-09-13Y 2023-11-04 21:48:14*=! 3}1971-09-13;2023-11-04 21:48:14+<!3}1971-09-132023-11-04 21:48:14+;!3}1971-09-13 2023-11-04 21:48:14+:!3}1971-09-132023-11-04 21:48:14+9!3}1971-09-132023-11-04 21:48:14+8!3}1971-09-13V2023-11-04 21:48:14+7!3}1971-09-13, 2023-11-04 21:48:14+6!3}1971-09-132023-11-04 21:48:14,5!3v2005-09-182023-11-04 21:48:14+4!3v2005-09-1862023-11-04 21:48:14+3!3v2005-09-18=2023-11-04 21:48:14,2!3v2005-09-18.2023-11-04 21:48:14+1!3v2005-09-1832023-11-04 21:48:14*0! 3t1984-10-152023-11-04 21:48:14*/! 3t1984-10-152023-11-04 21:48:14+.!3t1984-10-152023-11-04 21:48:14+-!3t1984-10-15/2023-11-04 21:48:14+,!3t1984-10-15Y2023-11-04 21:48:14++!3t1984-10-152023-11-04 21:48:14+*!3t1984-10-15V2023-11-04 21:48:14+)!3t1984-10-15-2023-11-04 21:48:14+(!3t1984-10-152023-11-04 21:48:14+'!3t1984-10-15$2023-11-04 21:48:14+&!3t1984-10-152023-11-04 21:48:14*%! 3t1984-10-15q2023-11-04 21:48:14+$!3o2010-07-30!72023-11-04 21:48:14,#!3o2010-07-30T72023-11-04 21:48:14,"!3o2010-07-30~72023-11-04 21:48:14+!!3o2010-07-30<72023-11-04 21:48:14* ! 3o2010-07-30'72023-11-04 21:48:14*! 3o2010-07-3072023-11-04 21:48:14+!3o2010-07-3072023-11-04 21:48:14+!3o2010-07-3072023-11-04 21:48:14+!3o2010-07-3072023-11-04 21:48:14+!3o2010-07-30$72023-11-04 21:48:14*!3k2007-05-169u2023-11-04 21:48:14*!3k2007-05-16u2023-11-04 21:48:14*!3k2007-05-16'u2023-11-04 21:48:14*!3k2007-05-16uGu2023-11-04 21:48:14*!3k2007-05-16u2023-11-04 21:48:14+!3k2007-05-16Tu2023-11-04 21:48:14)! 3k2007-05-16u2023-11-04 21:48:14*!3k2007-05-16u2023-11-04 21:48:14*!3k2007-05-16}u2023-11-04 21:48:14*!3k2007-05-16 u2023-11-04 21:48:14)! 3k2007-05-16'u2023-11-04 21:48:14)! 3k2007-05-16u2023-11-04 21:48:14*!3k2007-05-16u2023-11-04 21:48:14* !3k2007-05-16u2023-11-04 21:48:14) !3k2007-05-164u2023-11-04 21:48:14+ !3k2007-05-16u2023-11-04 21:48:14* !3k2007-05-16u2023-11-04 21:48:14* !3k2007-05-16))u2023-11-04 21:48:14+!3g1956-02-23fx2023-11-04 21:48:14,!3g1956-02-23x2023-11-04 21:48:14+!3g1956-02-23x2023-11-04 21:48:14+!3g1956-02-23$x2023-11-04 21:48:14+!3g1956-02-23x2023-11-04 21:48:14+!3g1956-02-23x2023-11-04 21:48:14,!3g1956-02-23.x2023-11-04 21:48:14,! 3g1955-07-15x2023-11-04 21:48:14+! 3g1955-07-15x2023-11-04 21:48:14+! 3g1955-07-152x2023-11-04 21:48:14+~! 3g1955-07-15x2023-11-04 21:48:14+}! 3g1955-07-15x2023-11-04 21:48:14,|! 3g1955-07-15.x2023-11-04 21:48:14,{!3g1955-07-142023-11-04 21:48:14+z!3g1955-07-142023-11-04 21:48:14+y!3g1955-07-1422023-11-04 21:48:14+x!3g1955-07-142023-11-04 21:48:14+w!3g1955-07-142023-11-04 21:48:14,v!3g1955-07-14.2023-11-04 21:48:14,u!3g1955-02-242023-11-04 21:48:14+t!3g1955-02-242023-11-04 21:48:14+s!3g1955-02-2402023-11-04 21:48:14+r!3g1955-02-242023-11-04 21:48:14+q!3g1955-02-242023-11-04 21:48:14,p!3g1955-02-24.2023-11-04 21:48:14*o! 3g1954-08-21b2023-11-04 21:48:14,n!3g1954-08-212023-11-04 21:48:14+m!3g1954-08-212023-11-04 21:48:14+l!3g1954-08-2102023-11-04 21:48:14+k!3g1954-08-212023-11-04 21:48:14+j!3g1954-08-212023-11-04 21:48:14,i!3g1954-08-21.2023-11-04 21:48:14,h!3g1953-09-062023-11-04 21:48:14+g!3g1953-09-062023-11-04 21:48:14+f!3g1953-09-0602023-11-04 21:48:14+e!3g1953-09-062023-11-04 21:48:14+d!3g1953-09-062023-11-04 21:48:14,c!3g1953-09-06.2023-11-04 21:48:14+b!3a1967-12-1792023-11-04 21:48:14+a!3a1967-12-17N"92023-11-04 21:48:14+`!3a1967-12-17E#92023-11-04 21:48:14+_!3a1967-12-17l92023-11-04 21:48:14+^!3a1967-12-17b92023-11-04 21:48:14+]!3a1967-12-17]E92023-11-04 21:48:14+\!3a1967-12-17 92023-11-04 21:48:14+[!3a1967-12-1792023-11-04 21:48:14,Z!3_1972-11-19f2023-11-04 21:48:14+Y!3_1972-11-19)f2023-11-04 21:48:14,X!3_1972-11-19.f2023-11-04 21:48:14+W!3]2011-05-27b2023-11-04 21:48:14,V!3]2011-05-272023-11-04 21:48:14+U!3]2011-05-27]2023-11-04 21:48:14+T!3]2011-05-27D2023-11-04 21:48:14,S!3]2011-05-27.2023-11-04 21:48:14+R!3]2011-05-27L2023-11-04 21:48:14*Q! 3]2011-03-03b2023-11-04 21:48:14,P!3]2011-03-032023-11-04 21:48:14+O!3]2011-03-03]2023-11-04 21:48:14+N!3]2011-03-03D2023-11-04 21:48:14,M!3]2011-03-03.2023-11-04 21:48:14+L!3]2011-03-03L2023-11-04 21:48:14+K!3]2009-09-27U2023-11-04 21:48:14*J!3]2009-09-27]U2023-11-04 21:48:14*I!3]2009-09-27DU2023-11-04 21:48:14+H!3]2009-09-27.U2023-11-04 21:48:14*G!3]2009-09-27LU2023-11-04 21:48:14+F!3Y1995-10-062023-11-04 21:48:14*E! 3Y1995-10-06 2023-11-04 21:48:14*D! 3Y1995-10-06d2023-11-04 21:48:14*C! 3Y1995-10-06 2023-11-04 21:48:14*B! 3Y1995-10-06 2023-11-04 21:48:14+A!3Y1995-10-06,2023-11-04 21:48:14+@!3Y1995-10-06E*2023-11-04 21:48:14+?!3Y1995-10-06N2023-11-04 21:48:14+>!3Y1995-10-06l 2023-11-04 21:48:14*=! 3Y1995-10-06h2023-11-04 21:48:14+<!3Y1995-10-0622023-11-04 21:48:14+;!3Y1995-10-06]>2023-11-04 21:48:14+:!3Y1995-10-062023-11-04 21:48:14+9!3Y1995-10-062023-11-04 21:48:14+8!3P2007-03-09F2023-11-04 21:48:14*7! 3P2007-03-092023-11-04 21:48:14+6!3P2007-03-092023-11-04 21:48:14)5! 3P2007-03-09A2023-11-04 21:48:14+4!3P2007-03-0932023-11-04 21:48:14+3!3P2007-03-09 2023-11-04 21:48:14+2!3P2007-03-092023-11-04 21:48:14+1!3P2007-03-092023-11-04 21:48:14+0!3P2007-03-09 2023-11-04 21:48:14*/!3P2007-03-092023-11-04 21:48:14+.!3G1958-03-26T\2023-11-04 21:48:14+-!3G1958-03-26 +\2023-11-04 21:48:14+,!3G1958-03-26 \2023-11-04 21:48:14++!3G1958-03-26^\2023-11-04 21:48:14)*! 3G1958-03-26B\2023-11-04 21:48:14+)!3G1958-03-26I \2023-11-04 21:48:14*(!3G1958-03-26^5\2023-11-04 21:48:14+'!3G1958-03-263\2023-11-04 21:48:14+&!3;2002-03-09 2023-11-04 21:48:14+%!3;2002-03-09-2023-11-04 21:48:14*$! 3;2002-03-092023-11-04 21:48:14+#!3;2002-03-092023-11-04 21:48:14+"!3;2002-03-09_2023-11-04 21:48:14+!!3;2002-03-092023-11-04 21:48:14+ !3;2002-03-09 2023-11-04 21:48:14+!3;2002-03-09X2023-11-04 21:48:14+!3;2002-03-09`2023-11-04 21:48:14*! 3;2002-03-092023-11-04 21:48:14*!3;2002-03-09:2023-11-04 21:48:14+!3;2002-03-092023-11-04 21:48:14*! 3;2002-03-092023-11-04 21:48:14*!3;2002-03-092023-11-04 21:48:14+!3;2002-03-09w2023-11-04 21:48:14*! 3;2002-03-092023-11-04 21:48:14*! 3;2002-03-092023-11-04 21:48:14+!3;2001-01-27-02023-11-04 21:48:14*! 3;2001-01-2702023-11-04 21:48:14+!3;2001-01-27"02023-11-04 21:48:14+!3;2001-01-27_02023-11-04 21:48:14+!3;2001-01-2702023-11-04 21:48:14+!3;2001-01-27 02023-11-04 21:48:14+!3;2001-01-27X02023-11-04 21:48:14+!3;2001-01-27`02023-11-04 21:48:14* ! 3;2001-01-2702023-11-04 21:48:14* !3;2001-01-27:02023-11-04 21:48:14+ !3;2001-01-2702023-11-04 21:48:14* ! 3;2001-01-2702023-11-04 21:48:14* !3;2001-01-2702023-11-04 21:48:14+!3;2001-01-27w02023-11-04 21:48:14*! 3;2001-01-2702023-11-04 21:48:14*! 3;2001-01-2702023-11-04 21:48:14*!381985-06-15&y2023-11-04 21:48:14*!381985-06-15dy2023-11-04 21:48:14*!381985-06-15n7y2023-11-04 21:48:14+!342010-06-282023-11-04 21:48:14+!342010-06-28+2023-11-04 21:48:14+!342010-06-28 2023-11-04 21:48:14+!342010-06-282023-11-04 21:48:14+~!342010-06-28L2023-11-04 21:48:14+}!342010-06-28 2023-11-04 21:48:14+|!342010-06-282023-11-04 21:48:14+{!342010-06-282023-11-04 21:48:14*z!342008-11-27*2023-11-04 21:48:14*y!342008-11-27+*2023-11-04 21:48:14*x!342008-11-27 *2023-11-04 21:48:14*w!342008-11-27*2023-11-04 21:48:14*v!342008-11-27L*2023-11-04 21:48:14*u!342008-11-27 *2023-11-04 21:48:14*t!342008-11-27*2023-11-04 21:48:14*s!342008-11-27*2023-11-04 21:48:14*r!342008-05-22*2023-11-04 21:48:14*q!342008-05-22+*2023-11-04 21:48:14*p!342008-05-22 *2023-11-04 21:48:14*o!342008-05-22*2023-11-04 21:48:14*n!342008-05-22L*2023-11-04 21:48:14*m!342008-05-22 *2023-11-04 21:48:14*l!342008-05-22*2023-11-04 21:48:14*k!342008-05-22*2023-11-04 21:48:14*j!322009-06-072023-11-04 21:48:14+i!322009-06-072023-11-04 21:48:14+h!322009-06-072023-11-04 21:48:14+g!322009-06-072023-11-04 21:48:14+f!322009-06-07=Q2023-11-04 21:48:14+e!322009-06-07 2023-11-04 21:48:14+d!322009-06-07H2023-11-04 21:48:14+c!322007-01-192023-11-04 21:48:14+b!322007-01-192023-11-04 21:48:14+a!322007-01-192023-11-04 21:48:14+`!322007-01-19=Q2023-11-04 21:48:14+_!322007-01-19 2023-11-04 21:48:14+^!322007-01-19H2023-11-04 21:48:14*]!311996-11-03f2023-11-04 21:48:14*\!311996-11-03x\f2023-11-04 21:48:14*[!311996-11-03f2023-11-04 21:48:14*Z!311996-11-03+f2023-11-04 21:48:14*Y!311996-11-03f2023-11-04 21:48:14*X!311996-11-03f2023-11-04 21:48:14*W!311996-11-03`[f2023-11-04 21:48:14*V!311996-11-03f2023-11-04 21:48:14*U!311996-11-03A f2023-11-04 21:48:14*T!  3)1964-09-20"2023-11-04 21:48:14+S! 3)1964-09-20#2023-11-04 21:48:14+R! 3)1964-09-20!2023-11-04 21:48:14+Q! 3)1964-09-20q2023-11-04 21:48:14+P! 3)1964-09-20r2023-11-04 21:48:14+O! 3)1964-09-20|+2023-11-04 21:48:14+N!3'1995-05-09C2023-11-04 21:48:14+M!3'1995-05-09C2023-11-04 21:48:14+L!3'1995-05-09hC2023-11-04 21:48:14+K!3'1995-05-09C2023-11-04 21:48:14+J!3'1995-05-09=BC2023-11-04 21:48:14+I!3'1995-05-09#C2023-11-04 21:48:14+H!3'1995-05-09cC2023-11-04 21:48:14+G!3'1995-05-09C2023-11-04 21:48:14*F!3'1995-05-09C2023-11-04 21:48:14+E!3'1995-05-09C2023-11-04 21:48:14+D!3$2011-06-032023-11-04 21:48:14+C!3$2011-06-03K2023-11-04 21:48:14+B!3$2011-06-032023-11-04 21:48:14+A!3$2011-06-03 2023-11-04 21:48:14+@!3$2011-06-03>2023-11-04 21:48:14+?!3$2011-06-03 2023-11-04 21:48:14+>!3$2011-03-212023-11-04 21:48:14+=!3$2011-03-21K2023-11-04 21:48:14+<!3$2011-03-212023-11-04 21:48:14+;!3$2011-03-21 2023-11-04 21:48:14+:!3$2011-03-21>2023-11-04 21:48:14+9!3$2011-03-21 2023-11-04 21:48:14*8! 3$2009-08-142023-11-04 21:48:14+7!3$2009-08-14K2023-11-04 21:48:14+6!3$2009-08-142023-11-04 21:48:14+5!3$2009-08-142023-11-04 21:48:14+4!3$2009-08-14>2023-11-04 21:48:14+3!3$2009-08-14 2023-11-04 21:48:14,2!3 1922-11-19b2023-11-04 21:48:14,1!3 1922-11-19 2023-11-04 21:48:14,0!3 1922-11-19 2023-11-04 21:48:14,/!3 1922-11-19 C2023-11-04 21:48:14,.!3 1922-11-19 B2023-11-04 21:48:14,-!3 1922-11-19 2023-11-04 21:48:14,,!3 1922-11-19D2023-11-04 21:48:14,+!3 1922-11-19 '2023-11-04 21:48:14-*!3 1922-11-19.2023-11-04 21:48:14,)!3 1922-11-19 2023-11-04 21:48:14,(!3 1922-11-192023-11-04 21:48:14,'!3 1921-02-20 A2023-11-04 21:48:14+&!3 1921-02-202023-11-04 21:48:14,%!3 1921-02-20 2023-11-04 21:48:14+$!3 1921-02-20 2023-11-04 21:48:14+#!3 1921-02-20 2023-11-04 21:48:14,"!3 1921-02-20 2023-11-04 21:48:14,!!3 1921-02-20 G2023-11-04 21:48:14, !3 1921-02-20 2023-11-04 21:48:14,!3 1921-02-20F2023-11-04 21:48:14,!3 1921-02-20 (2023-11-04 21:48:14,!3 1921-02-20.l2023-11-04 21:48:14,!3 1921-02-20 =2023-11-04 21:48:14,!3 1921-02-202023-11-04 21:48:14,!32012-06-262023-11-04 21:48:14,!32012-06-262023-11-04 21:48:14,!32012-06-262023-11-04 21:48:14,!32012-06-262023-11-04 21:48:14-!32012-06-26$2023-11-04 21:48:14,!32012-06-26i2023-11-04 21:48:14-!32012-06-262023-11-04 21:48:14,!32007-06-2622023-11-04 21:48:14,!32007-06-26"22023-11-04 21:48:14,!32007-06-2622023-11-04 21:48:14-!32007-06-2622023-11-04 21:48:14-!32007-06-26@22023-11-04 21:48:14,!32002-06-2542023-11-04 21:48:14, !32002-06-2542023-11-04 21:48:14, !32002-06-2542023-11-04 21:48:14- !32002-06-2542023-11-04 21:48:14- !32002-06-25m42023-11-04 21:48:14, !31997-06-122023-11-04 21:48:14,!31997-06-12!2023-11-04 21:48:14,!31997-06-12$2023-11-04 21:48:14,!31997-06-12q2023-11-04 21:48:14-!31997-06-122023-11-04 21:48:14-!31997-06-122023-11-04 21:48:14,!31993-04-02>2023-11-04 21:48:14,!31993-04-02>2023-11-04 21:48:14,!31993-04-029>2023-11-04 21:48:14-!31993-04-02>2023-11-04 21:48:14-!31993-04-02>2023-11-04 21:48:14,~!31988-07-162023-11-04 21:48:14,}!31988-07-162023-11-04 21:48:14,|!31988-07-16)2023-11-04 21:48:14,{!31988-07-16Z2023-11-04 21:48:14-z!31988-07-162023-11-04 21:48:14-y!31988-07-162023-11-04 21:48:14,x!3o1986-04-01 "2023-11-04 21:48:14,w!3o1986-04-01#"2023-11-04 21:48:14,v!3o1986-04-01#"2023-11-04 21:48:14-u!3o1986-04-01"2023-11-04 21:48:14-t!3o1986-04-01"2023-11-04 21:48:14-s!3o1986-04-01"2023-11-04 21:48:14*r!31981-07-02 t2023-11-04 21:48:14*q!31981-07-02,t2023-11-04 21:48:14*p!31981-07-02>t2023-11-04 21:48:14*o!31981-07-02Xt2023-11-04 21:48:14+n!31981-07-02t2023-11-04 21:48:14+m!31978-03-302023-11-04 21:48:14+l!31978-03-30V2023-11-04 21:48:14+k!31978-03-30q2023-11-04 21:48:14+j!31978-03-30{2023-11-04 21:48:14,i!31978-03-302023-11-04 21:48:14,h!3e1973-04-02 2023-11-04 21:48:14,g!3e1973-04-02u2023-11-04 21:48:14,f!3e1973-04-02"2023-11-04 21:48:14+e!3e1973-04-02;72023-11-04 21:48:14,d!3e1973-04-02I2023-11-04 21:48:14,c!3e1973-04-02f2023-11-04 21:48:14-b!3e1973-04-02F2023-11-04 21:48:14,a!31968-07-11 2023-11-04 21:48:14,`!31968-07-11"2023-11-04 21:48:14,_!31968-07-1192023-11-04 21:48:14,^!31968-07-11!2023-11-04 21:48:14+]!31968-07-11;=2023-11-04 21:48:14-\!31968-07-11F%2023-11-04 21:48:14,[!3#1967-04-03 ]2023-11-04 21:48:14,Z!3#1967-04-03I]2023-11-04 21:48:14,Y!3#1967-04-03y]2023-11-04 21:48:14,X!3#1967-04-03)]2023-11-04 21:48:14+W!3#1967-04-03;*]2023-11-04 21:48:14-V!3#1967-04-03F]2023-11-04 21:48:14,U! 31962-12-06 2023-11-04 21:48:14,T! 31962-12-06)2023-11-04 21:48:14,S! 31962-12-06'2023-11-04 21:48:14,R! 31962-12-06B2023-11-04 21:48:14,Q! 31962-12-06>72023-11-04 21:48:14+P! 31962-12-06;#2023-11-04 21:48:14-O! 31962-12-06F2023-11-04 21:48:14,N!3w1958-12-09$2023-11-04 21:48:14,M!3w1958-12-09/2023-11-04 21:48:14,L!3w1958-12-09>@2023-11-04 21:48:14,K!3w1958-12-09u2023-11-04 21:48:14-J!3w1958-12-09F2023-11-04 21:48:14,I!381956-06-03O2023-11-04 21:48:14,H!381956-06-03*O2023-11-04 21:48:14,G!381956-06-03FO2023-11-04 21:48:14,F!381956-06-03bO2023-11-04 21:48:14,E!381956-06-03 O2023-11-04 21:48:14,D!381956-06-03>JO2023-11-04 21:48:14,C!381956-06-03zO2023-11-04 21:48:14,B!381956-06-03O2023-11-04 21:48:14,A!381956-06-03<O2023-11-04 21:48:14,@!381956-06-03dO2023-11-04 21:48:14-?!381956-06-03O2023-11-04 21:48:14+>!3%1951-07-01 h2023-11-04 21:48:14+=!3%1951-07-01Fxh2023-11-04 21:48:14+<!3%1951-07-01h2023-11-04 21:48:14+;!3%1951-07-01_h2023-11-04 21:48:14+:!3%1951-07-01 h2023-11-04 21:48:14+9!3%1951-07-01>Vh2023-11-04 21:48:14+8!3%1951-07-01h2023-11-04 21:48:14+7!3%1951-07-01h2023-11-04 21:48:14+6!3%1951-07-01Lh2023-11-04 21:48:14+5!3%1951-07-01gh2023-11-04 21:48:14+4!3%1951-07-01hh2023-11-04 21:48:14+3!3K1947-03-01J2023-11-04 21:48:14+2!3K1947-03-01JJ2023-11-04 21:48:14,1!3K1947-03-01>J2023-11-04 21:48:14+0!3K1947-03-01+J2023-11-04 21:48:14+/!3K1947-03-01J2023-11-04 21:48:14 btE~~~~Y~)}}}}k}<} |||~|P|"{{{{j{<{zzzzUz&yyyyky>>>R>#====h=9= <<<}76666[6.6555x5K54444d464333{3L32222`212111u1F10000X0)////l/>/....T.%----j-;- ,,,,Q,"++++g+8+ ***}*O* ))))e)6)(((|(N( ''''i';' &&&&S&$%%%%j%;% $$$$Q$"####h#8# """|"N"!!!!c!4! w H ^/tE\-rCY*o@W(oAW)m?V'k< S%i; Q#h8 {Ka2 u G  [ , o @  R # g 8 }Ne6zKb+r! 31949-06-08#2023-11-04 21:48:14+q! 31949-06-08 2023-11-04 21:48:14,p!31949-06-08 2023-11-04 21:48:14,o!31949-06-082023-11-04 21:48:14,n!31949-06-08'2023-11-04 21:48:14,m!31949-06-082023-11-04 21:48:14,l!31949-06-082023-11-04 21:48:14,k!31949-06-082023-11-04 21:48:14,j!31949-06-082023-11-04 21:48:14,i!31949-06-082023-11-04 21:48:14,h!31949-06-08.2023-11-04 21:48:14,g!32011-09-08_2023-11-04 21:48:14*f! 32011-09-08B2023-11-04 21:48:14,e!32011-09-082023-11-04 21:48:14,d!32011-09-08I 2023-11-04 21:48:14,c!32011-09-08& 2023-11-04 21:48:14,b!32011-09-08 2023-11-04 21:48:14,a!32011-09-08*2023-11-04 21:48:14,`!32011-09-08^,2023-11-04 21:48:14+_!32011-09-08^#2023-11-04 21:48:14,^!32011-09-08'2023-11-04 21:48:14,]!31953-03-16"2023-11-04 21:48:14,\!31953-03-162023-11-04 21:48:14,[!31953-03-162023-11-04 21:48:14,Z!31953-03-162023-11-04 21:48:14,Y!31953-03-1662023-11-04 21:48:14,X!31953-03-1692023-11-04 21:48:14,W!31953-03-16U2023-11-04 21:48:14-V!31953-03-162023-11-04 21:48:14-U!31955-11-15)2023-11-04 21:48:14-T!31955-11-152023-11-04 21:48:14,S!31955-11-152023-11-04 21:48:14,R!31955-11-152023-11-04 21:48:14,Q!31955-11-152023-11-04 21:48:14-P!31955-10-132023-11-04 21:48:14,O!31955-10-132023-11-04 21:48:14,N!31955-10-132023-11-04 21:48:14,M!31955-10-132023-11-04 21:48:14,L!31955-10-13p2023-11-04 21:48:14-K!31955-10-132023-11-04 21:48:14,J!32013-02-11 -N2023-11-04 21:48:14,I!32013-02-11 N2023-11-04 21:48:14,H!32013-02-11X/N2023-11-04 21:48:14+G! 32013-02-11QN2023-11-04 21:48:14,F!32013-02-11N2023-11-04 21:48:14,E!32013-02-1171N2023-11-04 21:48:14,D!32013-02-11$N2023-11-04 21:48:14-C!32013-02-11N2023-11-04 21:48:14,B!32011-10-22 N2023-11-04 21:48:14,A!32011-10-22X/N2023-11-04 21:48:14+@! 32011-10-22QN2023-11-04 21:48:14,?!32011-10-22N2023-11-04 21:48:14,>!32011-10-2271N2023-11-04 21:48:14,=!32011-10-22$N2023-11-04 21:48:14-<!32011-10-22N2023-11-04 21:48:14-;!31998-09-27 2023-11-04 21:48:14,:!31998-09-27+ 2023-11-04 21:48:14,9!31998-09-27$ 2023-11-04 21:48:14,8!31998-09-27/ 2023-11-04 21:48:14-7!31998-09-27.* 2023-11-04 21:48:14,6!31994-09-01s 42023-11-04 21:48:14,5!31994-09-0142023-11-04 21:48:14+4!31994-09-0142023-11-04 21:48:14,3!31994-09-0142023-11-04 21:48:14+2! 31994-09-01 G42023-11-04 21:48:14,1!31994-09-0142023-11-04 21:48:14,0!31994-09-01(42023-11-04 21:48:14+/! 31994-09-0142023-11-04 21:48:14,.!31994-09-01( 42023-11-04 21:48:14,-!31994-09-01 42023-11-04 21:48:14+,! 32011-02-232023-11-04 21:48:14,+!32011-02-23n+2023-11-04 21:48:14,*!32011-02-23i2023-11-04 21:48:14,)!32011-02-23 2023-11-04 21:48:14,(!32011-02-23:2023-11-04 21:48:14+'!32011-02-23r2023-11-04 21:48:14+&! 32011-02-23!2023-11-04 21:48:14+%! 32011-02-23b2023-11-04 21:48:14,$! 31968-09-15*52023-11-04 21:48:14,#! 31968-09-15r52023-11-04 21:48:14,"! 31968-09-15|"52023-11-04 21:48:14,!! 31968-09-1552023-11-04 21:48:14, ! 31968-09-15}52023-11-04 21:48:14,! 32010-09-212023-11-04 21:48:14,! 32010-09-212023-11-04 21:48:14,! 32010-09-21E 2023-11-04 21:48:14,! 32010-09-21-2023-11-04 21:48:14+!  32010-09-21X2023-11-04 21:48:14+! 32010-09-212023-11-04 21:48:14,! 32010-09-212023-11-04 21:48:14,! 32010-09-212023-11-04 21:48:14,! 32010-09-21 2023-11-04 21:48:14+! 32010-09-21:2023-11-04 21:48:14,!32010-09-20`2023-11-04 21:48:14,!32010-09-20`2023-11-04 21:48:14,!32010-09-20E `2023-11-04 21:48:14,!32010-09-20-`2023-11-04 21:48:14+! 32010-09-20X`2023-11-04 21:48:14,!32010-09-20`2023-11-04 21:48:14+!32010-09-20`2023-11-04 21:48:14,!32010-09-20`2023-11-04 21:48:14, !32010-09-20`2023-11-04 21:48:14, !32010-09-20 `2023-11-04 21:48:14+ !32010-09-20:`2023-11-04 21:48:14+ ! 31972-06-27 _2023-11-04 21:48:14* ! 31972-06-27_2023-11-04 21:48:14,!31972-06-27J_2023-11-04 21:48:14,!31972-06-27>_2023-11-04 21:48:14,!31972-06-27q2_2023-11-04 21:48:14,!3|1972-10-17 2023-11-04 21:48:14,!3|1972-10-17 %2023-11-04 21:48:14*! 3|1972-10-17B2023-11-04 21:48:14,!3|1972-10-172023-11-04 21:48:14,!3|1972-10-17^"2023-11-04 21:48:14,!3|1972-10-1772023-11-04 21:48:14,!3|1972-10-172023-11-04 21:48:14+~!3|1972-10-17^#2023-11-04 21:48:14,}!3|1972-10-17I 2023-11-04 21:48:14,|!3|1972-10-172023-11-04 21:48:14,{!3z1995-06-272023-11-04 21:48:14+z! 3z1995-06-272023-11-04 21:48:14,y!3z1995-06-272023-11-04 21:48:14,x!3z1995-06-27{2023-11-04 21:48:14,w!3z1995-06-272023-11-04 21:48:14,v!3z1995-06-27(2023-11-04 21:48:14,u!3z1995-06-27n-2023-11-04 21:48:14+t! 3z1995-06-082023-11-04 21:48:14,s!3z1995-06-082023-11-04 21:48:14,r!3z1995-06-08{2023-11-04 21:48:14,q!3z1995-06-082023-11-04 21:48:14,p!3z1995-06-08/2023-11-04 21:48:14,o!3z1995-06-08n-2023-11-04 21:48:14+n! 3z1995-05-082023-11-04 21:48:14+m! 3z1995-05-082023-11-04 21:48:14,l!3z1995-05-08{2023-11-04 21:48:14,k!3z1995-05-082023-11-04 21:48:14,j!3z1995-05-0802023-11-04 21:48:14,i!3z1995-05-08n-2023-11-04 21:48:14+h! 3z1994-09-112023-11-04 21:48:14,g!3z1994-09-11{2023-11-04 21:48:14,f!3z1994-09-112023-11-04 21:48:14,e!3z1994-09-1112023-11-04 21:48:14,d!3z1994-09-11n-2023-11-04 21:48:14,c!3t1998-01-06*s2023-11-04 21:48:14,b!3t1998-01-06s2023-11-04 21:48:14,a!3t1998-01-06 s2023-11-04 21:48:14+`! 3t1998-01-06s2023-11-04 21:48:14,_!3t1998-01-06zs2023-11-04 21:48:14,^!3t1998-01-06s2023-11-04 21:48:14-]!3t1998-01-06s2023-11-04 21:48:14,\!3t1998-01-06prs2023-11-04 21:48:14,[!3t1998-01-064s2023-11-04 21:48:14,Z!3l1997-07-22Q2023-11-04 21:48:14,Y!3l1997-07-222023-11-04 21:48:14-X!3l1997-07-2272023-11-04 21:48:14+W! 3l1997-07-222023-11-04 21:48:14,V!3l1997-07-22"2023-11-04 21:48:14,U!3l1997-07-22f2023-11-04 21:48:14+T! 3l1997-07-222023-11-04 21:48:14,S!3l1997-07-22E2023-11-04 21:48:14,R!3l1996-03-11Q2023-11-04 21:48:14,Q!3l1996-03-112023-11-04 21:48:14,P!3l1996-03-112023-11-04 21:48:14-O!3l1996-03-1172023-11-04 21:48:14+N! 3l1996-03-112023-11-04 21:48:14,M!3l1996-03-11"2023-11-04 21:48:14,L!3l1996-03-11f2023-11-04 21:48:14+K! 3l1996-03-112023-11-04 21:48:14,J!3l1996-03-11E2023-11-04 21:48:14,I!3h1958-07-22^2023-11-04 21:48:14,H!3h1958-07-22&2023-11-04 21:48:14,G!3h1958-07-22T 2023-11-04 21:48:14+F!3h1958-07-22^02023-11-04 21:48:14,E!3h1958-07-22 22023-11-04 21:48:14,D!3h1958-07-222023-11-04 21:48:14,C!3h1958-07-22I 2023-11-04 21:48:14*B! 3h1958-07-22B2023-11-04 21:48:14,A!3_2013-02-24f 2023-11-04 21:48:14,@!3_2013-02-24 2023-11-04 21:48:14,?!3_2013-02-243 2023-11-04 21:48:14+>!3_2013-02-242" 2023-11-04 21:48:14,=!3_2013-02-249 2023-11-04 21:48:14,<!3_2013-02-24 2023-11-04 21:48:14+;!3X1995-03-052023-11-04 21:48:14+:!3X1995-03-05 c 2023-11-04 21:48:14+9!3X1995-03-05 b2023-11-04 21:48:14*8!3X1995-03-05q2023-11-04 21:48:14+7!3X1995-03-05s2023-11-04 21:48:14+6!3X1995-03-052023-11-04 21:48:14+5!3X1995-03-052023-11-04 21:48:14+4!3X1995-03-05q2023-11-04 21:48:14+3!3X1995-03-052023-11-04 21:48:14+2!3X1995-03-0562023-11-04 21:48:14,1!3W2012-04-172023-11-04 21:48:14+0!3W2012-04-172023-11-04 21:48:14,/!3W2012-04-172023-11-04 21:48:14,.!3W2012-04-172023-11-04 21:48:14+-!3W2012-04-17&2023-11-04 21:48:14,,!3W2012-04-17P 2023-11-04 21:48:14,+!3W2012-04-1762023-11-04 21:48:14,*!3W2012-04-172023-11-04 21:48:14,)!3W2012-04-17=42023-11-04 21:48:14+(!3W2011-11-162023-11-04 21:48:14,'!3W2011-11-162023-11-04 21:48:14,&!3W2011-11-162023-11-04 21:48:14+%!3W2011-11-16&2023-11-04 21:48:14,$!3W2011-11-16P2023-11-04 21:48:14,#!3W2011-11-1662023-11-04 21:48:14,"!3W2011-11-162023-11-04 21:48:14,!!3W2011-11-16=42023-11-04 21:48:14+ !3W2011-10-072023-11-04 21:48:14,!3W2011-10-072023-11-04 21:48:14,!3W2011-10-072023-11-04 21:48:14+!3W2011-10-07&2023-11-04 21:48:14,!3W2011-10-07P2023-11-04 21:48:14,!3W2011-10-0762023-11-04 21:48:14,!3W2011-10-072023-11-04 21:48:14,!3W2011-10-07=52023-11-04 21:48:14,!3W2011-04-082023-11-04 21:48:14,!3W2011-04-082023-11-04 21:48:14+!3W2011-04-08&2023-11-04 21:48:14,!3W2011-04-08P2023-11-04 21:48:14,!3W2011-04-0882023-11-04 21:48:14,!3W2011-04-082023-11-04 21:48:14,!3W2011-04-08=52023-11-04 21:48:14,!3T1978-05-10f a2023-11-04 21:48:14,!3T1978-05-10a2023-11-04 21:48:14,!3T1978-05-10a2023-11-04 21:48:14+! 3T1978-05-10a2023-11-04 21:48:14+ ! 3T1978-05-10Ua2023-11-04 21:48:14, !3T1978-05-10/a2023-11-04 21:48:14, !3T1978-05-10:]a2023-11-04 21:48:14- !3S1994-10-16&^2023-11-04 21:48:14, !3S1994-10-16^2023-11-04 21:48:14,!3S1994-10-161^2023-11-04 21:48:14,!3S1994-10-16/^2023-11-04 21:48:14-!3S1994-10-16.^2023-11-04 21:48:14-!3L1987-01-25Z2023-11-04 21:48:14,!3L1987-01-25.Z2023-11-04 21:48:14-!3L1987-01-25.Z2023-11-04 21:48:14,!3L1987-01-25*Z2023-11-04 21:48:14-!3E1949-08-14*2023-11-04 21:48:14+! 3E1949-08-14 "*2023-11-04 21:48:14,!3E1949-08-14*2023-11-04 21:48:14,~!3E1949-08-14 *2023-11-04 21:48:14,}!3E1949-08-14b*2023-11-04 21:48:14,|!3E1949-08-14 *2023-11-04 21:48:14,{!3E1949-08-14k*2023-11-04 21:48:14,z!3E1949-08-14*2023-11-04 21:48:14-y!3E1949-08-14.*2023-11-04 21:48:14,x!3E1949-08-14*2023-11-04 21:48:14,w!3E1949-08-144*2023-11-04 21:48:14,v!3D1972-12-09 62023-11-04 21:48:14+u! 3D1972-12-0962023-11-04 21:48:14,t!3D1972-12-0962023-11-04 21:48:14,s!3D1972-12-0962023-11-04 21:48:14+r!3D1972-12-09hI62023-11-04 21:48:14,q!3D1972-12-0962023-11-04 21:48:14,p!3D1972-12-0962023-11-04 21:48:14*o! 3D1972-09-252023-11-04 21:48:14+n!3D1972-09-25 2023-11-04 21:48:14+m!3D1972-09-252023-11-04 21:48:14*l!3D1972-09-25hI2023-11-04 21:48:14+k!3D1972-09-252023-11-04 21:48:14+j!3D1972-09-252023-11-04 21:48:14*i! 361996-10-20[2023-11-04 21:48:14*h! 361996-10-20[2023-11-04 21:48:14*g! 361996-10-20[2023-11-04 21:48:14*f! 361996-10-20[2023-11-04 21:48:14*e! 361996-10-20[2023-11-04 21:48:14+d!361996-10-20w[2023-11-04 21:48:14*c!361996-10-20[2023-11-04 21:48:14+b!361996-10-20x[2023-11-04 21:48:14+a!361996-10-20 [2023-11-04 21:48:14*`!361996-10-20:[2023-11-04 21:48:14+_!361996-10-20[2023-11-04 21:48:14*^! 361996-10-20`[2023-11-04 21:48:14+]!361996-10-20 [2023-11-04 21:48:14*\! 361996-10-20[2023-11-04 21:48:14+[!361996-10-20F[2023-11-04 21:48:14,Z!352004-11-01BB2023-11-04 21:48:14+Y! 352004-11-01B2023-11-04 21:48:14,X!352004-11-01t B2023-11-04 21:48:14,W!352004-11-01!B2023-11-04 21:48:14,V!352004-11-01*B2023-11-04 21:48:14,U!352004-11-01,B2023-11-04 21:48:14,T!352004-11-01FB2023-11-04 21:48:14-S!352004-11-01uB2023-11-04 21:48:14,R!352004-11-015B2023-11-04 21:48:14,Q!352004-11-01B2023-11-04 21:48:14,P!352004-11-01AB2023-11-04 21:48:14*O! 352004-04-012023-11-04 21:48:14+N!352004-04-01t 2023-11-04 21:48:14+M!352004-04-01&2023-11-04 21:48:14+L!352004-04-01*2023-11-04 21:48:14+K!352004-04-01,2023-11-04 21:48:14+J!352004-04-01F2023-11-04 21:48:14,I!352004-04-01u2023-11-04 21:48:14+H!352004-04-0152023-11-04 21:48:14+G!352004-04-012023-11-04 21:48:14+F!352004-04-01A2023-11-04 21:48:14,E!341994-02-012023-11-04 21:48:14,D!341994-02-01$2023-11-04 21:48:14,C!341994-02-012023-11-04 21:48:14,B!341994-02-012023-11-04 21:48:14,A!341994-02-012023-11-04 21:48:14,@!341994-02-012023-11-04 21:48:14+?!341994-02-01 2023-11-04 21:48:14,>!341994-02-012023-11-04 21:48:14,=!341994-02-01X 2023-11-04 21:48:14,<! 311998-08-142023-11-04 21:48:14,;! 311998-08-14,2023-11-04 21:48:14,:! 311998-08-14i2023-11-04 21:48:14,9! 311998-08-14n%2023-11-04 21:48:14+8!  311998-08-142023-11-04 21:48:14,7! 311998-08-14{ 2023-11-04 21:48:14,6! 311998-08-14 2023-11-04 21:48:14,5!302010-11-232023-11-04 21:48:14,4!302010-11-232023-11-04 21:48:14+3! 302010-11-232023-11-04 21:48:14,2!302010-11-232023-11-04 21:48:14-1!302010-11-232023-11-04 21:48:14,0!302010-11-23t2023-11-04 21:48:14+/! 302010-11-23P2023-11-04 21:48:14,.!302010-11-23u%2023-11-04 21:48:14,-!302010-11-232023-11-04 21:48:14-,!302010-11-232023-11-04 21:48:14,+!302008-04-222023-11-04 21:48:14+*! 302008-04-222023-11-04 21:48:14,)!302008-04-222023-11-04 21:48:14-(!302008-04-222023-11-04 21:48:14,'!302008-04-22t2023-11-04 21:48:14+&! 302008-04-22P2023-11-04 21:48:14,%!302008-04-22u%2023-11-04 21:48:14,$!302008-04-222023-11-04 21:48:14-#!302008-04-222023-11-04 21:48:14,"!302008-04-092023-11-04 21:48:14+!! 302008-04-092023-11-04 21:48:14, !302008-04-092023-11-04 21:48:14-!302008-04-092023-11-04 21:48:14,!302008-04-09t 2023-11-04 21:48:14+! 302008-04-09P2023-11-04 21:48:14,!302008-04-09u%2023-11-04 21:48:14,!302008-04-092023-11-04 21:48:14-!302008-04-092023-11-04 21:48:14,!3*2007-09-10 2023-11-04 21:48:14+!3*2007-09-102023-11-04 21:48:14,!3*2007-09-102023-11-04 21:48:14,!3*2007-09-10 2023-11-04 21:48:14,!3*2007-09-10E2023-11-04 21:48:14,!3*2007-09-10q2023-11-04 21:48:14-!3*2007-09-1012023-11-04 21:48:14,!3'1998-10-11}2023-11-04 21:48:14,!3'1998-10-11)2023-11-04 21:48:14-!3'1998-10-11)2023-11-04 21:48:14,!3'1998-10-11;2023-11-04 21:48:14,!3'1998-10-11T{2023-11-04 21:48:14+ ! 3'1998-10-112023-11-04 21:48:14, !3'1998-10-112023-11-04 21:48:14, !3'1998-10-11u]2023-11-04 21:48:14+ ! 3'1998-10-112023-11-04 21:48:14, !3'1998-10-11HK2023-11-04 21:48:14,!3'1998-10-11s2023-11-04 21:48:14,!3'1998-10-11v2023-11-04 21:48:14-!3#1980-10-052023-11-04 21:48:14,!3#1980-10-0552023-11-04 21:48:14-!3#1980-10-05.2023-11-04 21:48:14,!31997-06-21 y2023-11-04 21:48:14,!31997-06-21 y2023-11-04 21:48:14,!31997-06-21y2023-11-04 21:48:14,!31997-06-21y2023-11-04 21:48:14+!31997-06-21 y2023-11-04 21:48:14,~!31997-06-21y2023-11-04 21:48:14,}!31997-06-21y2023-11-04 21:48:14,|!31997-06-215y2023-11-04 21:48:14,{!31997-06-21y2023-11-04 21:48:14+z! 32012-03-20$2023-11-04 21:48:14,y!32012-03-20$2023-11-04 21:48:14,x!32012-03-20$2023-11-04 21:48:14,w!32012-03-20Y $2023-11-04 21:48:14,v!32012-03-20$2023-11-04 21:48:14,u!32012-03-20$2023-11-04 21:48:14,t!32012-03-20e$2023-11-04 21:48:14,s!32012-03-20$2023-11-04 21:48:14,r!32012-03-20$2023-11-04 21:48:14,q!32012-03-20$2023-11-04 21:48:14,p!32012-03-20 $2023-11-04 21:48:14,o!31993-03-22.2023-11-04 21:48:14,n!31993-03-222023-11-04 21:48:14,m!31993-03-22 2023-11-04 21:48:14+l! 31993-03-222023-11-04 21:48:14,k!31993-03-222023-11-04 21:48:14,j!31993-03-2262023-11-04 21:48:14,i!31993-03-222023-11-04 21:48:14,h!3 2011-05-23 W?2023-11-04 21:48:14,g!3 2011-05-23O?2023-11-04 21:48:14,f!3 2011-05-23m?2023-11-04 21:48:14,e!3 2011-05-23?2023-11-04 21:48:14,d!3 2011-05-230?2023-11-04 21:48:14,c!3 2011-05-23?2023-11-04 21:48:14,b!3 2011-05-23?2023-11-04 21:48:14,a!3 2011-05-23T ?2023-11-04 21:48:14,`!3 2011-05-23?2023-11-04 21:48:14,_!3 2011-05-23>?2023-11-04 21:48:14,^!3 2011-02-10O?2023-11-04 21:48:14,]!3 2011-02-10m?2023-11-04 21:48:14,\!3 2011-02-10?2023-11-04 21:48:14,[!3 2011-02-100 ?2023-11-04 21:48:14,Z!3 2011-02-10?2023-11-04 21:48:14,Y!3 2011-02-10?2023-11-04 21:48:14,X!3 2011-02-10T ?2023-11-04 21:48:14,W!3 2011-02-10?2023-11-04 21:48:14,V!3 2011-02-10>?2023-11-04 21:48:14+U! 3 2011-01-24O?2023-11-04 21:48:14,T!3 2011-01-24m?2023-11-04 21:48:14,S!3 2011-01-24?2023-11-04 21:48:14,R!3 2011-01-240 ?2023-11-04 21:48:14,Q!3 2011-01-24?2023-11-04 21:48:14,P!3 2011-01-24?2023-11-04 21:48:14,O!3 2011-01-24T ?2023-11-04 21:48:14,N!3 2011-01-24?2023-11-04 21:48:14,M!3 2011-01-24>?2023-11-04 21:48:14,L!3 2011-09-29Z2023-11-04 21:48:14,K!3 2011-09-292023-11-04 21:48:14,J!3 2011-09-2932023-11-04 21:48:14+I!3 2011-09-292023-11-04 21:48:14+H! 3 2011-09-292023-11-04 21:48:14,G!3 2011-09-292023-11-04 21:48:14*F! 3 2011-09-29A2023-11-04 21:48:14,E!3 2011-09-292023-11-04 21:48:14,D!3 2011-09-292023-11-04 21:48:14,C!3 2011-09-29F2023-11-04 21:48:14,B!3 2011-07-05Z2023-11-04 21:48:14,A!3 2011-07-052023-11-04 21:48:14,@!3 2011-07-0532023-11-04 21:48:14+?!3 2011-07-052023-11-04 21:48:14+>! 3 2011-07-052023-11-04 21:48:14,=!3 2011-07-052023-11-04 21:48:14*<! 3 2011-07-05A2023-11-04 21:48:14,;!3 2011-07-052023-11-04 21:48:14,:!3 2011-07-052023-11-04 21:48:14,9!3 2011-07-05F2023-11-04 21:48:14,8!3 2010-10-26Z#2023-11-04 21:48:14,7!3 2010-10-26#2023-11-04 21:48:14,6!3 2010-10-263#2023-11-04 21:48:14+5!3 2010-10-26#2023-11-04 21:48:14+4! 3 2010-10-26#2023-11-04 21:48:14,3!3 2010-10-26#2023-11-04 21:48:14*2! 3 2010-10-26A#2023-11-04 21:48:14,1!3 2010-10-26#2023-11-04 21:48:14,0!3 2010-10-26#2023-11-04 21:48:14,/!3 2010-10-26F #2023-11-04 21:48:14,.!3 2009-12-01Z#2023-11-04 21:48:14,-!3 2009-12-01#2023-11-04 21:48:14,,!3 2009-12-013#2023-11-04 21:48:14++!3 2009-12-01#2023-11-04 21:48:14+*! 3 2009-12-01#2023-11-04 21:48:14,)!3 2009-12-01#2023-11-04 21:48:14*(! 3 2009-12-01A#2023-11-04 21:48:14,'!3 2009-12-01#2023-11-04 21:48:14,&!3 2009-12-01#2023-11-04 21:48:14,%!3 2009-12-01F #2023-11-04 21:48:14+$! 32011-09-26V2023-11-04 21:48:14,#!32011-09-26V2023-11-04 21:48:14,"!32011-09-26pV2023-11-04 21:48:14,!!32011-09-26 V2023-11-04 21:48:14, !32011-09-26kV2023-11-04 21:48:14,!32011-09-26rV2023-11-04 21:48:14,!32011-09-26V2023-11-04 21:48:14,!32011-09-26|V2023-11-04 21:48:14,!32011-09-26V2023-11-04 21:48:14+! 32005-01-202023-11-04 21:48:14-!32005-01-202023-11-04 21:48:14,!32005-01-20E"2023-11-04 21:48:14,!32005-01-20 2023-11-04 21:48:14,!32005-01-202023-11-04 21:48:14,!32005-01-20 2023-11-04 21:48:14-!32005-01-202023-11-04 21:48:14+! 32005-01-202023-11-04 21:48:14+! 32003-11-17H2023-11-04 21:48:14-!32003-11-17H2023-11-04 21:48:14,!32003-11-17E"H2023-11-04 21:48:14,!32003-11-17 H2023-11-04 21:48:14,!32003-11-17H2023-11-04 21:48:14,!32003-11-17 H2023-11-04 21:48:14- !32003-11-17H2023-11-04 21:48:14+ ! 32003-11-17H2023-11-04 21:48:14, !32002-01-01(2023-11-04 21:48:14, !32002-01-012023-11-04 21:48:14, !32002-01-01) 2023-11-04 21:48:14-!32002-01-01)2023-11-04 21:48:14,!32002-01-012023-11-04 21:48:14,!32002-01-01} 2023-11-04 21:48:14,!32002-01-01S2023-11-04 21:48:14,!32002-01-012023-11-04 21:48:14+! 32002-01-012023-11-04 21:48:14,!32002-01-012023-11-04 21:48:14-!32002-01-01T2023-11-04 21:48:14,!32002-01-01uc2023-11-04 21:48:14,!32002-01-012023-11-04 21:48:14+~! 31964-11-042023-11-04 21:48:14,}!31964-11-04Q2023-11-04 21:48:14,|!31964-11-04K2023-11-04 21:48:14+{!31964-11-0422023-11-04 21:48:14,z!32011-09-252023-11-04 21:48:14,y!32011-09-252023-11-04 21:48:14,x!32011-09-252023-11-04 21:48:14,w!32011-09-25b2023-11-04 21:48:14,v!32011-09-252023-11-04 21:48:14,u!32011-09-25 2023-11-04 21:48:14+t! 32011-09-252023-11-04 21:48:14+s! 32011-09-252023-11-04 21:48:14,r!32011-09-25V 2023-11-04 21:48:14,q!32011-09-25 2023-11-04 21:48:14,p!32011-09-25 2023-11-04 21:48:14,o!32011-09-252023-11-04 21:48:14,n!32011-09-25:2023-11-04 21:48:14-m!31983-03-062023-11-04 21:48:14,l!31983-03-06"2023-11-04 21:48:14-k!31983-03-06.2023-11-04 21:48:14,j!31983-03-062023-11-04 21:48:14+i!31998-05-28;2023-11-04 21:48:14,h!31998-05-282023-11-04 21:48:14,g!31998-05-28!2023-11-04 21:48:14,f!31998-05-28$2023-11-04 21:48:14,e!31998-05-28S2023-11-04 21:48:14-d!31998-05-282023-11-04 21:48:14-c!31998-05-282023-11-04 21:48:14,b! 31949-10-10 2023-11-04 21:48:14,a! 31949-10-102023-11-04 21:48:14+`! 31949-10-10hU2023-11-04 21:48:14,_! 31949-10-102023-11-04 21:48:14,^! 31949-10-10 2023-11-04 21:48:14*]!31990-03-10:2023-11-04 21:48:14*\!31990-03-10W2023-11-04 21:48:14*[!31990-03-10.2023-11-04 21:48:14)Z!31990-03-10:2023-11-04 21:48:14*Y!31990-03-10x2023-11-04 21:48:14*X!31990-03-10 2023-11-04 21:48:14)W!31990-03-102023-11-04 21:48:14*V!31990-03-102023-11-04 21:48:14-U!31972-04-23f2023-11-04 21:48:14-T!31972-04-23.f2023-11-04 21:48:14,S!31972-04-23f2023-11-04 21:48:14-R!31972-02-29f2023-11-04 21:48:14-Q!31972-02-29.f2023-11-04 21:48:14,P!31972-02-29f2023-11-04 21:48:14-O!31970-10-09f2023-11-04 21:48:14-N!31970-10-09.f2023-11-04 21:48:14,M!31970-10-09f2023-11-04 21:48:14-L!31969-09-282023-11-04 21:48:14-K!31969-09-28.2023-11-04 21:48:14,J!31969-09-282023-11-04 21:48:14-I!31990-12-02?2023-11-04 21:48:14,H!31990-12-022023-11-04 21:48:14,G!31990-12-022023-11-04 21:48:14,F!31990-12-02O2023-11-04 21:48:14-E!31990-12-02.2023-11-04 21:48:14,D!31963-09-10 Y2023-11-04 21:48:14,C!31963-09-10_Y2023-11-04 21:48:14-B!31963-09-10pY2023-11-04 21:48:14,A!31963-09-10(Y2023-11-04 21:48:14,@!31963-09-10p Y2023-11-04 21:48:14+?! 32008-12-30P2023-11-04 21:48:14+>! 32008-12-30P2023-11-04 21:48:14+=! 32008-12-30YP2023-11-04 21:48:14*<!  32008-12-30P2023-11-04 21:48:14+;! 32008-12-30VP2023-11-04 21:48:14+:! 32008-12-30:P2023-11-04 21:48:14+9! 32008-12-30 P2023-11-04 21:48:14+8! 32008-12-30P2023-11-04 21:48:14+7! 32008-12-30P2023-11-04 21:48:14+6! 32008-12-30bP2023-11-04 21:48:14+5! 32008-12-30P2023-11-04 21:48:14+4! 32008-12-30P2023-11-04 21:48:14,3!32008-10-142023-11-04 21:48:14,2!32008-10-142023-11-04 21:48:14,1!32008-10-14Y2023-11-04 21:48:14+0! 32008-10-142023-11-04 21:48:14,/!32008-10-14V2023-11-04 21:48:14,.!32008-10-14:2023-11-04 21:48:14,-!32008-10-14 2023-11-04 21:48:14,,!32008-10-142023-11-04 21:48:14,+!32008-10-142023-11-04 21:48:14,*!32008-10-14b2023-11-04 21:48:14,)!32008-10-142023-11-04 21:48:14,(!32008-10-142023-11-04 21:48:14+'! 32003-11-14b2023-11-04 21:48:14-&!32003-11-142023-11-04 21:48:14,%!32003-11-14/2023-11-04 21:48:14-$!32003-11-14.2023-11-04 21:48:14,#!32003-11-142023-11-04 21:48:14,"!32003-11-1472023-11-04 21:48:14,!!32002-09-22k2023-11-04 21:48:14+ !32002-09-22/k2023-11-04 21:48:14,!32002-09-22.k2023-11-04 21:48:14+!32002-09-22k2023-11-04 21:48:14+!32002-09-227k2023-11-04 21:48:14-!3}1961-09-172023-11-04 21:48:14-!3}1961-09-17.2023-11-04 21:48:14,!3}1961-09-17C2023-11-04 21:48:14,! 3m2005-04-05 x2023-11-04 21:48:14,! 3m2005-04-05Ox2023-11-04 21:48:14,! 3m2005-04-05Ex2023-11-04 21:48:14+! 3m2005-04-052x2023-11-04 21:48:14,! 3m2005-04-05x2023-11-04 21:48:14,!3g1996-04-02> =2023-11-04 21:48:14,!3g1996-04-02q/=2023-11-04 21:48:14,!3g1996-04-02 =2023-11-04 21:48:14+!3g1996-04-02=2023-11-04 21:48:14,!3g1996-04-02C=2023-11-04 21:48:14+! 3g1996-04-02%=2023-11-04 21:48:14,!3g1996-04-02,=2023-11-04 21:48:14, !3g1994-06-10> 2023-11-04 21:48:14, !3g1994-06-10q/2023-11-04 21:48:14, !3g1994-06-10 2023-11-04 21:48:14+ !3g1994-06-102023-11-04 21:48:14, !3g1994-06-10B2023-11-04 21:48:14+! 3g1994-06-10%2023-11-04 21:48:14,!3g1994-06-10,2023-11-04 21:48:14,!3g1994-06-09>!2023-11-04 21:48:14,!3g1994-06-09q.2023-11-04 21:48:14,!3g1994-06-09 2023-11-04 21:48:14+!3g1994-06-092023-11-04 21:48:14,!3g1994-06-09B2023-11-04 21:48:14+! 3g1994-06-09%2023-11-04 21:48:14,!3g1994-06-09,2023-11-04 21:48:14+!3]2002-01-31@2023-11-04 21:48:14+~!3]2002-01-312023-11-04 21:48:14,}!3]2002-01-312023-11-04 21:48:14,|!3]2002-01-31v+2023-11-04 21:48:14,{!3]2002-01-31/2023-11-04 21:48:14,z!3]2002-01-3102023-11-04 21:48:14,y!3]2002-01-319*2023-11-04 21:48:14,x!3]2002-01-31 2023-11-04 21:48:14+w!3]2001-07-282023-11-04 21:48:14,v!3]2001-07-282023-11-04 21:48:14,u!3]2001-07-28v+2023-11-04 21:48:14,t!3]2001-07-28/2023-11-04 21:48:14,s!3]2001-07-2802023-11-04 21:48:14,r!3]2001-07-289*2023-11-04 21:48:14,q!3]2001-07-28 2023-11-04 21:48:14*p! 3O2004-09-02|2023-11-04 21:48:14+o!3O2004-09-02Y|2023-11-04 21:48:14+n!3O2004-09-02|2023-11-04 21:48:14+m!3O2004-09-02*|2023-11-04 21:48:14+l!3O2004-09-02|2023-11-04 21:48:14+k!3O2004-09-02,|2023-11-04 21:48:14+j!3O2004-09-02|2023-11-04 21:48:14+i!3O2004-09-02|2023-11-04 21:48:14+h!3O2004-09-02e |2023-11-04 21:48:14+g!3O2004-09-02|2023-11-04 21:48:14-f!3K1960-09-202023-11-04 21:48:14,e!3K1960-09-20)2023-11-04 21:48:14,d!3K1960-09-202023-11-04 21:48:14-c!3K1960-09-20.2023-11-04 21:48:14,b! 3K1960-07-01b 2023-11-04 21:48:14-a! 3K1960-07-012023-11-04 21:48:14,`! 3K1960-07-01)2023-11-04 21:48:14,_! 3K1960-07-012023-11-04 21:48:14-^! 3K1960-07-01.2023-11-04 21:48:14-]!3K1957-09-15y2023-11-04 21:48:14,\!3K1957-09-15)y2023-11-04 21:48:14,[!3K1957-09-15y2023-11-04 21:48:14-Z!3K1957-09-15.y2023-11-04 21:48:14,Y!3G2012-07-02%2023-11-04 21:48:14,X!3G2012-07-02 2023-11-04 21:48:14,W!3G2012-07-022023-11-04 21:48:14+V!3G2012-07-022023-11-04 21:48:14,U!3G2012-07-02 2023-11-04 21:48:14,T!3G2012-07-02d2023-11-04 21:48:14 _uF~~~~[~,}}}}s}D}||||Y|*{{{{p{B{zzzzXz)yyyymy>yxxxxUx&wwwwjw;w vvvvRv#uuuugu8u ttt|tMtsssses6srrrzrKrqqqq`q2qpppwpHpoooo]o.nnnntnEnmmmmZm+llllol@lkkkkWk(jjjjlj=jiiiiSi%hhhhjh;h ggggPg!ffffff7feee{eLeddddbd3dcccwcHcbbbb]b.baaataEa````Z`+____q_B_^^^^W^(]]]]n]?]\\\\T\%[[[[k[<[ ZZZZQZ"YYYYfY9Y XXX}XNXWWWWcW4WVVVyVKVUUUU`U1UTTTuTFTSSSS]S.RRRRrRCRQQQQZQ+PPPPoP@POOOOUO'NNNNoN@NMMMMVM'LLLLlL>LKKKKVK'JJJJlJ=JIIIIUI&HHHHlH>HGGGGSG%FFFFmF>FEEEETE%DDDDkD=DCCCCTC%BBBBiB:B AAAASA$@@@@h@9@ ???}?O? >>>>f>7>==={=L=<<<! 31980-02-0552023-11-04 21:48:14,=!31980-02-05 2023-11-04 21:48:14,<!31980-02-052023-11-04 21:48:14,;!31980-02-05 2023-11-04 21:48:14,:!31980-02-052023-11-04 21:48:14,9!31980-02-052023-11-04 21:48:14,8!31980-02-05*2023-11-04 21:48:14,7!31979-12-31|2023-11-04 21:48:14,6!31979-12-31:2023-11-04 21:48:14+5!31979-12-31{2023-11-04 21:48:14+4! 31979-12-312023-11-04 21:48:14+3! 31979-12-3112023-11-04 21:48:14+2! 31979-12-31(2023-11-04 21:48:14+1! 31979-12-31 2023-11-04 21:48:14,0!31979-12-312023-11-04 21:48:14+/! 31979-12-3152023-11-04 21:48:14,.!31979-12-31 2023-11-04 21:48:14,-!31979-12-312023-11-04 21:48:14,,!31979-12-31 2023-11-04 21:48:14,+!31979-12-312023-11-04 21:48:14,*!31979-12-312023-11-04 21:48:14,)!31979-12-31*2023-11-04 21:48:14,(!31979-07-17|2023-11-04 21:48:14,'!31979-07-17:2023-11-04 21:48:14+&!31979-07-17{2023-11-04 21:48:14+%! 31979-07-172023-11-04 21:48:14+$! 31979-07-1712023-11-04 21:48:14+#! 31979-07-17(2023-11-04 21:48:14+"! 31979-07-17 2023-11-04 21:48:14,!!31979-07-172023-11-04 21:48:14+ ! 31979-07-1752023-11-04 21:48:14,!31979-07-17 2023-11-04 21:48:14,!31979-07-172023-11-04 21:48:14,!31979-07-17 2023-11-04 21:48:14,!31979-07-172023-11-04 21:48:14,!31979-07-172023-11-04 21:48:14,!31979-07-17+2023-11-04 21:48:14,!31979-05-15:2023-11-04 21:48:14+!31979-05-15{2023-11-04 21:48:14+! 31979-05-152023-11-04 21:48:14+! 31979-05-1512023-11-04 21:48:14+! 31979-05-15(2023-11-04 21:48:14+! 31979-05-15 2023-11-04 21:48:14,!31979-05-152023-11-04 21:48:14+! 31979-05-1552023-11-04 21:48:14,!31979-05-15 2023-11-04 21:48:14,!31979-05-152023-11-04 21:48:14,!31979-05-15 2023-11-04 21:48:14,!31979-05-152023-11-04 21:48:14, !31979-05-152023-11-04 21:48:14, !31979-05-15,2023-11-04 21:48:14, !31978-09-14:2023-11-04 21:48:14+ !31978-09-14{2023-11-04 21:48:14+ ! 31978-09-142023-11-04 21:48:14+! 31978-09-1412023-11-04 21:48:14+! 31978-09-14(2023-11-04 21:48:14+! 31978-09-14 2023-11-04 21:48:14,!31978-09-142023-11-04 21:48:14+! 31978-09-1452023-11-04 21:48:14,!31978-09-14 2023-11-04 21:48:14,!31978-09-142023-11-04 21:48:14,!31978-09-14 2023-11-04 21:48:14,!31978-09-142023-11-04 21:48:14,!31978-09-142023-11-04 21:48:14,~!31978-09-14-2023-11-04 21:48:14*}! 31977-07-05{2023-11-04 21:48:14+|! 31977-07-052023-11-04 21:48:14+{! 31977-07-0512023-11-04 21:48:14+z! 31977-07-05(2023-11-04 21:48:14+y! 31977-07-05 2023-11-04 21:48:14,x!31977-07-052023-11-04 21:48:14+w! 31977-07-0552023-11-04 21:48:14,v!31977-07-05 2023-11-04 21:48:14,u!31977-07-052023-11-04 21:48:14,t!31977-07-05 2023-11-04 21:48:14,s!31977-07-052023-11-04 21:48:14,r!31977-07-052023-11-04 21:48:14,q!31977-07-05-2023-11-04 21:48:14,p!31977-03-15(2023-11-04 21:48:14,o!31977-03-15 2023-11-04 21:48:14,n!31977-03-15 2023-11-04 21:48:14,m!31977-03-152023-11-04 21:48:14+l!31977-03-15{2023-11-04 21:48:14+k! 31977-03-152023-11-04 21:48:14+j! 31977-03-1512023-11-04 21:48:14,i!31977-03-152023-11-04 21:48:14,h!31977-03-152023-11-04 21:48:14,g!31977-03-15 2023-11-04 21:48:14,f!31977-03-15%2023-11-04 21:48:14,e!31977-03-1512023-11-04 21:48:14,d!31977-03-08 2023-11-04 21:48:14,c!31977-03-082023-11-04 21:48:14+b!31977-03-08{2023-11-04 21:48:14+a! 31977-03-082023-11-04 21:48:14+`! 31977-03-0812023-11-04 21:48:14,_!31977-03-082023-11-04 21:48:14,^!31977-03-082023-11-04 21:48:14,]!31977-03-08-2023-11-04 21:48:14,\!31977-03-08 2023-11-04 21:48:14,[!31977-03-08%2023-11-04 21:48:14,Z!31977-03-0822023-11-04 21:48:14,Y!31977-02-152023-11-04 21:48:14+X! 31977-02-15 52023-11-04 21:48:14,W!31977-02-15.2023-11-04 21:48:14+V!31977-02-15{2023-11-04 21:48:14+U! 31977-02-152023-11-04 21:48:14+T! 31977-02-1512023-11-04 21:48:14,S!31977-02-152023-11-04 21:48:14,R!31977-02-152023-11-04 21:48:14,Q!31977-02-15-2023-11-04 21:48:14,P!31977-02-15 2023-11-04 21:48:14,O!31977-02-15%2023-11-04 21:48:14,N!31977-02-1522023-11-04 21:48:14,M!31977-01-252023-11-04 21:48:14+L! 31977-01-25 52023-11-04 21:48:14,K!31977-01-25.2023-11-04 21:48:14+J!31977-01-25{2023-11-04 21:48:14+I! 31977-01-252023-11-04 21:48:14+H! 31977-01-2512023-11-04 21:48:14,G!31977-01-252023-11-04 21:48:14,F!31977-01-252023-11-04 21:48:14,E!31977-01-25-2023-11-04 21:48:14,D!31977-01-25 2023-11-04 21:48:14,C!31977-01-25$2023-11-04 21:48:14,B!31977-01-2522023-11-04 21:48:14+A! 31977-01-04 52023-11-04 21:48:14,@!31977-01-04a2023-11-04 21:48:14,?!31977-01-04.2023-11-04 21:48:14+>!31977-01-04{2023-11-04 21:48:14+=! 31977-01-042023-11-04 21:48:14+<! 31977-01-0412023-11-04 21:48:14,;!31977-01-042023-11-04 21:48:14,:!31977-01-042023-11-04 21:48:14,9!31977-01-04-2023-11-04 21:48:14,8!31977-01-04 2023-11-04 21:48:14,7!31977-01-04$2023-11-04 21:48:14,6!31977-01-0422023-11-04 21:48:14,5!31976-10-26a2023-11-04 21:48:14,4!31976-10-26.2023-11-04 21:48:14+3!31976-10-26{2023-11-04 21:48:14+2! 31976-10-262023-11-04 21:48:14+1! 31976-10-2612023-11-04 21:48:14,0!31976-10-262023-11-04 21:48:14,/!31976-10-262023-11-04 21:48:14,.!31976-10-26-2023-11-04 21:48:14,-!31976-10-26 2023-11-04 21:48:14,,!31976-10-26$2023-11-04 21:48:14,+!31976-10-2632023-11-04 21:48:14,*!31976-06-08.2023-11-04 21:48:14+)!31976-06-08{2023-11-04 21:48:14+(! 31976-06-082023-11-04 21:48:14+'! 31976-06-0812023-11-04 21:48:14,&!31976-06-082023-11-04 21:48:14,%!31976-06-082023-11-04 21:48:14,$!31976-06-08-2023-11-04 21:48:14,#!31976-06-08 2023-11-04 21:48:14,"!31976-06-08&2023-11-04 21:48:14,!!31976-06-0832023-11-04 21:48:14+ !31976-01-27{2023-11-04 21:48:14+! 31976-01-272023-11-04 21:48:14+! 31976-01-2712023-11-04 21:48:14,!31976-01-272023-11-04 21:48:14,!31976-01-272023-11-04 21:48:14,!31976-01-27-2023-11-04 21:48:14,!31976-01-27 2023-11-04 21:48:14,!31976-01-27&2023-11-04 21:48:14,!31976-01-2752023-11-04 21:48:14+!31975-04-29{2023-11-04 21:48:14+! 31975-04-292023-11-04 21:48:14,!31975-04-2912023-11-04 21:48:14,!31975-04-292023-11-04 21:48:14,!31975-04-292023-11-04 21:48:14,!31975-04-29-2023-11-04 21:48:14,!31975-04-29 2023-11-04 21:48:14,!31975-04-29&2023-11-04 21:48:14,!31975-04-2952023-11-04 21:48:14*! 31975-03-18{2023-11-04 21:48:14+ ! 31975-03-182023-11-04 21:48:14, !31975-03-1812023-11-04 21:48:14, !31975-03-182023-11-04 21:48:14, !31975-03-182023-11-04 21:48:14, !31975-03-18-2023-11-04 21:48:14,!31975-03-18 2023-11-04 21:48:14,!31975-03-18&2023-11-04 21:48:14,!31975-03-1862023-11-04 21:48:14+! 31974-02-262023-11-04 21:48:14,!31974-02-2612023-11-04 21:48:14,!31974-02-262023-11-04 21:48:14,!31974-02-262023-11-04 21:48:14,!31974-02-26-2023-11-04 21:48:14,!31974-02-26 2023-11-04 21:48:14,!31974-02-26'2023-11-04 21:48:14,~!31974-02-2662023-11-04 21:48:14+}! 31973-12-31 52023-11-04 21:48:14+|! 31973-12-312023-11-04 21:48:14,{!31973-12-31.2023-11-04 21:48:14,z!31973-12-3112023-11-04 21:48:14,y!31973-12-312023-11-04 21:48:14,x!31973-12-312023-11-04 21:48:14,w!31973-12-31-2023-11-04 21:48:14,v!31973-12-31 2023-11-04 21:48:14,u!31973-12-31'2023-11-04 21:48:14,t!31973-12-3132023-11-04 21:48:14+s!31973-07-17{2023-11-04 21:48:14+r! 31973-07-172023-11-04 21:48:14,q!31973-07-17a2023-11-04 21:48:14+p! 31973-07-172023-11-04 21:48:14,o!31973-07-17/2023-11-04 21:48:14,n!31973-07-17(2023-11-04 21:48:14,m!31973-07-17.2023-11-04 21:48:14,l!31973-07-172023-11-04 21:48:14,k!31973-07-1712023-11-04 21:48:14,j!31973-07-172023-11-04 21:48:14,i!31973-07-17 2023-11-04 21:48:14,h!31973-07-17 2023-11-04 21:48:14,g!31973-07-172023-11-04 21:48:14,f!31973-07-1792023-11-04 21:48:14+e!31973-05-22{2023-11-04 21:48:14+d! 31973-05-222023-11-04 21:48:14,c!31973-05-22a2023-11-04 21:48:14+b! 31973-05-222023-11-04 21:48:14,a!31973-05-22/2023-11-04 21:48:14,`!31973-05-22(2023-11-04 21:48:14,_!31973-05-22.2023-11-04 21:48:14,^!31973-05-222023-11-04 21:48:14,]!31973-05-2212023-11-04 21:48:14,\!31973-05-222023-11-04 21:48:14,[!31973-05-22 2023-11-04 21:48:14,Z!31973-05-22 2023-11-04 21:48:14,Y!31973-05-222023-11-04 21:48:14,X!31973-05-2282023-11-04 21:48:14+W!31972-04-25{2023-11-04 21:48:14+V! 31972-04-252023-11-04 21:48:14,U!31972-04-25a2023-11-04 21:48:14+T! 31972-04-252023-11-04 21:48:14,S!31972-04-25/2023-11-04 21:48:14,R!31972-04-25(2023-11-04 21:48:14,Q!31972-04-25.2023-11-04 21:48:14,P!31972-04-252023-11-04 21:48:14,O!31972-04-2512023-11-04 21:48:14,N!31972-04-252023-11-04 21:48:14,M!31972-04-25 2023-11-04 21:48:14,L!31972-04-25 2023-11-04 21:48:14,K!31972-04-252023-11-04 21:48:14,J!31972-04-2582023-11-04 21:48:14*I! 31972-01-04{2023-11-04 21:48:14+H! 31972-01-042023-11-04 21:48:14,G!31972-01-04a2023-11-04 21:48:14+F! 31972-01-042023-11-04 21:48:14,E!31972-01-04/2023-11-04 21:48:14,D!31972-01-04(2023-11-04 21:48:14,C!31972-01-04.2023-11-04 21:48:14,B!31972-01-042023-11-04 21:48:14,A!31972-01-0412023-11-04 21:48:14,@!31972-01-042023-11-04 21:48:14,?!31972-01-04 2023-11-04 21:48:14,>!31972-01-04 2023-11-04 21:48:14,=!31972-01-042023-11-04 21:48:14,<!31972-01-0482023-11-04 21:48:14*;! 31969-02-11{2023-11-04 21:48:14,:!31969-02-11a2023-11-04 21:48:14+9! 31969-02-11/2023-11-04 21:48:14+8! 31969-02-112023-11-04 21:48:14+7! 31969-02-112023-11-04 21:48:14,6!31969-02-11(2023-11-04 21:48:14,5!31969-02-11.2023-11-04 21:48:14,4!31969-02-112023-11-04 21:48:14,3!31969-02-11 2023-11-04 21:48:14,2!31969-02-112023-11-04 21:48:14+1! 31969-02-112023-11-04 21:48:14,0!31969-02-11 2023-11-04 21:48:14,/!31969-02-112023-11-04 21:48:14,.!31969-02-11?2023-11-04 21:48:14*-! 31969-01-28{2023-11-04 21:48:14,,!31969-01-28a2023-11-04 21:48:14++! 31969-01-28/2023-11-04 21:48:14+*! 31969-01-282023-11-04 21:48:14+)! 31969-01-282023-11-04 21:48:14,(!31969-01-28(2023-11-04 21:48:14,'!31969-01-28.2023-11-04 21:48:14,&!31969-01-282023-11-04 21:48:14,%!31969-01-28 2023-11-04 21:48:14,$!31969-01-282023-11-04 21:48:14+#! 31969-01-282023-11-04 21:48:14,"!31969-01-28 2023-11-04 21:48:14,!!31969-01-282023-11-04 21:48:14, !31969-01-28?2023-11-04 21:48:14*! 31968-05-27{2023-11-04 21:48:14,!31968-05-27a2023-11-04 21:48:14+! 31968-05-27/2023-11-04 21:48:14+! 31968-05-272023-11-04 21:48:14+! 31968-05-272023-11-04 21:48:14,!31968-05-27(2023-11-04 21:48:14,!31968-05-27.2023-11-04 21:48:14,!31968-05-272023-11-04 21:48:14,!31968-05-27 2023-11-04 21:48:14,!31968-05-272023-11-04 21:48:14,!31968-05-272023-11-04 21:48:14+! 31968-05-272023-11-04 21:48:14,!31968-05-27 2023-11-04 21:48:14,!31968-05-272023-11-04 21:48:14,!31968-05-2772023-11-04 21:48:14*! 31968-01-23{2023-11-04 21:48:14,!31968-01-23a2023-11-04 21:48:14+! 31968-01-23/2023-11-04 21:48:14+ ! 31968-01-232023-11-04 21:48:14+ ! 31968-01-232023-11-04 21:48:14, !31968-01-23(2023-11-04 21:48:14, !31968-01-23.2023-11-04 21:48:14, !31968-01-232023-11-04 21:48:14,!31968-01-23 2023-11-04 21:48:14,!31968-01-232023-11-04 21:48:14,!31968-01-232023-11-04 21:48:14+! 31968-01-232023-11-04 21:48:14,!31968-01-23 2023-11-04 21:48:14,!31968-01-232023-11-04 21:48:14,!31968-01-2362023-11-04 21:48:14*! 31967-04-11{2023-11-04 21:48:14,!31967-04-11a2023-11-04 21:48:14+! 31967-04-11/2023-11-04 21:48:14+~! 31967-04-112023-11-04 21:48:14+}! 31967-04-112023-11-04 21:48:14,|!31967-04-11(2023-11-04 21:48:14,{!31967-04-11.2023-11-04 21:48:14,z!31967-04-112023-11-04 21:48:14,y!31967-04-11 2023-11-04 21:48:14,x!31967-04-112023-11-04 21:48:14,w!31967-04-112023-11-04 21:48:14,v!31967-04-11 2023-11-04 21:48:14,u!31967-04-11 2023-11-04 21:48:14,t!31967-04-112023-11-04 21:48:14,s!31967-04-11-2023-11-04 21:48:14,r!31967-03-29a2023-11-04 21:48:14,q!31967-03-29/2023-11-04 21:48:14+p! 31967-03-292023-11-04 21:48:14+o! 31967-03-292023-11-04 21:48:14,n!31967-03-29(2023-11-04 21:48:14,m!31967-03-29.2023-11-04 21:48:14,l!31967-03-292023-11-04 21:48:14,k!31967-03-29 2023-11-04 21:48:14,j!31967-03-292023-11-04 21:48:14,i!31967-03-292023-11-04 21:48:14,h!31967-03-29 2023-11-04 21:48:14,g!31967-03-29 2023-11-04 21:48:14,f!31967-03-292023-11-04 21:48:14,e!31967-03-29-2023-11-04 21:48:14,d!31967-01-01/2023-11-04 21:48:14+c! 31967-01-012023-11-04 21:48:14+b! 31967-01-012023-11-04 21:48:14,a!31967-01-01(2023-11-04 21:48:14,`!31967-01-01.2023-11-04 21:48:14,_!31967-01-012023-11-04 21:48:14,^!31967-01-01 2023-11-04 21:48:14,]!31967-01-012023-11-04 21:48:14,\!31967-01-012023-11-04 21:48:14,[!31967-01-01 2023-11-04 21:48:14,Z!31967-01-01 2023-11-04 21:48:14,Y!31967-01-012023-11-04 21:48:14,X!31967-01-01-2023-11-04 21:48:14,W!31966-07-05 02023-11-04 21:48:14+V! 31966-07-052023-11-04 21:48:14+U! 31966-07-052023-11-04 21:48:14,T!31966-07-05(2023-11-04 21:48:14,S!31966-07-05.2023-11-04 21:48:14,R!31966-07-052023-11-04 21:48:14,Q!31966-07-05 2023-11-04 21:48:14,P!31966-07-052023-11-04 21:48:14,O!31966-07-052023-11-04 21:48:14,N!31966-07-05 2023-11-04 21:48:14,M!31966-07-05 2023-11-04 21:48:14,L!31966-07-052023-11-04 21:48:14,K!31966-07-05-2023-11-04 21:48:14,J!31965-09-012023-11-04 21:48:14,I!31965-09-012023-11-04 21:48:14,H!31965-09-012023-11-04 21:48:14,G!31965-09-012023-11-04 21:48:14*F! 31965-09-01{2023-11-04 21:48:14,E!31965-09-01.2023-11-04 21:48:14,D!31965-09-01/2023-11-04 21:48:14,C!31965-09-01(2023-11-04 21:48:14,B!31965-09-01 2023-11-04 21:48:14,A!31965-09-012023-11-04 21:48:14,@!31965-09-012023-11-04 21:48:14,?!31965-09-01? 2023-11-04 21:48:14,>!31965-09-01 2023-11-04 21:48:14,=!31965-09-01!2023-11-04 21:48:14,<!31965-07-142023-11-04 21:48:14,;!31965-07-142023-11-04 21:48:14,:!31965-07-142023-11-04 21:48:14*9! 31965-07-14{2023-11-04 21:48:14,8!31965-07-14.2023-11-04 21:48:14,7!31965-07-14/2023-11-04 21:48:14,6!31965-07-14(2023-11-04 21:48:14,5!31965-07-14 2023-11-04 21:48:14,4!31965-07-142023-11-04 21:48:14,3!31965-07-142023-11-04 21:48:14,2!31965-07-14? 2023-11-04 21:48:14,1!31965-07-14 2023-11-04 21:48:14,0!31965-07-14!2023-11-04 21:48:14,/!31965-05-252023-11-04 21:48:14,.!31965-05-252023-11-04 21:48:14*-! 31965-05-25{2023-11-04 21:48:14,,!31965-05-25.2023-11-04 21:48:14,+!31965-05-25/2023-11-04 21:48:14,*!31965-05-25(2023-11-04 21:48:14,)!31965-05-25 2023-11-04 21:48:14,(!31965-05-252023-11-04 21:48:14,'!31965-05-252023-11-04 21:48:14,&!31965-05-25? 2023-11-04 21:48:14,%!31965-05-25 2023-11-04 21:48:14,$!31965-05-25)2023-11-04 21:48:14,#!31965-03-162023-11-04 21:48:14*"! 31965-03-16{2023-11-04 21:48:14,!!31965-03-16.2023-11-04 21:48:14, !31965-03-16/2023-11-04 21:48:14,!31965-03-16(2023-11-04 21:48:14,!31965-03-16 2023-11-04 21:48:14,!31965-03-162023-11-04 21:48:14,!31965-03-162023-11-04 21:48:14,!31965-03-16? 2023-11-04 21:48:14,!31965-03-16 2023-11-04 21:48:14,!31965-03-16 2023-11-04 21:48:14,!31965-03-162023-11-04 21:48:14,!31965-03-16)2023-11-04 21:48:14*!  31964-12-22{2023-11-04 21:48:14,! 31964-12-22.2023-11-04 21:48:14,! 31964-12-22/2023-11-04 21:48:14,! 31964-12-22(2023-11-04 21:48:14,! 31964-12-22 2023-11-04 21:48:14,! 31964-12-222023-11-04 21:48:14,! 31964-12-222023-11-04 21:48:14,! 31964-12-22? 2023-11-04 21:48:14,! 31964-12-22 2023-11-04 21:48:14, ! 31964-12-222023-11-04 21:48:14, ! 31964-12-222023-11-04 21:48:14, ! 31964-12-22)2023-11-04 21:48:14, !31961-05-08R2023-11-04 21:48:14, !31961-05-08(R2023-11-04 21:48:14,!31961-05-08 R2023-11-04 21:48:14+! 31961-05-08+R2023-11-04 21:48:14,!31961-05-08/R2023-11-04 21:48:14,!31961-05-08.R2023-11-04 21:48:14,!31961-05-08R2023-11-04 21:48:14,!31961-05-08?R2023-11-04 21:48:14,!31961-05-08 R2023-11-04 21:48:14,!31961-05-08 R2023-11-04 21:48:14,!31961-05-08R2023-11-04 21:48:14,!31961-05-08/R2023-11-04 21:48:14,~!31960-08-09(2023-11-04 21:48:14,}!31960-08-09 2023-11-04 21:48:14+|! 31960-08-09+2023-11-04 21:48:14,{!31960-08-09/2023-11-04 21:48:14,z!31960-08-09.2023-11-04 21:48:14,y!31960-08-092023-11-04 21:48:14,x!31960-08-092023-11-04 21:48:14,w!31960-08-09?2023-11-04 21:48:14,v!31960-08-092023-11-04 21:48:14,u!31960-08-09 2023-11-04 21:48:14,t!31960-08-09 2023-11-04 21:48:14,s!31960-08-092023-11-04 21:48:14,r!31960-08-09/2023-11-04 21:48:14+q!  31955-06-29#2023-11-04 21:48:14,p! 31955-06-29?2023-11-04 21:48:14+o!  31955-06-29+2023-11-04 21:48:14+n!  31955-06-29*2023-11-04 21:48:14,m! 31955-06-29)2023-11-04 21:48:14,l! 31955-06-29(2023-11-04 21:48:14,k! 31955-06-29 2023-11-04 21:48:14,j! 31955-06-29%2023-11-04 21:48:14,i! 31955-06-292023-11-04 21:48:14,h! 31955-06-292023-11-04 21:48:14,g! 31955-06-292023-11-04 21:48:14,f! 31955-06-29$2023-11-04 21:48:14,e! 31955-06-292023-11-04 21:48:14,d! 31955-06-292023-11-04 21:48:14,c! 31955-06-29/2023-11-04 21:48:14,b!31954-11-01?2023-11-04 21:48:14+a! 31954-11-01+2023-11-04 21:48:14+`! 31954-11-01*2023-11-04 21:48:14,_!31954-11-01)2023-11-04 21:48:14,^!31954-11-01(2023-11-04 21:48:14,]!31954-11-01 2023-11-04 21:48:14,\!31954-11-01%2023-11-04 21:48:14,[!31954-11-012023-11-04 21:48:14,Z!31954-11-012023-11-04 21:48:14,Y!31954-11-012023-11-04 21:48:14,X!31954-11-01$2023-11-04 21:48:14,W!31954-11-012023-11-04 21:48:14,V!31954-11-012023-11-04 21:48:14,U!31954-11-01/2023-11-04 21:48:14,T!31954-08-23?2023-11-04 21:48:14,S!31954-08-23 02023-11-04 21:48:14+R! 31954-08-23+2023-11-04 21:48:14+Q! 31954-08-23*2023-11-04 21:48:14,P!31954-08-23)2023-11-04 21:48:14,O!31954-08-23(2023-11-04 21:48:14,N!31954-08-23 2023-11-04 21:48:14,M!31954-08-23%2023-11-04 21:48:14,L!31954-08-232023-11-04 21:48:14,K!31954-08-232023-11-04 21:48:14,J!31954-08-232023-11-04 21:48:14,I!31954-08-23$2023-11-04 21:48:14,H!31954-08-232023-11-04 21:48:14,G!31954-08-232023-11-04 21:48:14,F!31954-08-23/2023-11-04 21:48:14,E!31954-01-13 02023-11-04 21:48:14+D! 31954-01-13+2023-11-04 21:48:14+C! 31954-01-13*2023-11-04 21:48:14,B!31954-01-13)2023-11-04 21:48:14,A!31954-01-13(2023-11-04 21:48:14,@!31954-01-13 2023-11-04 21:48:14,?!31954-01-13%2023-11-04 21:48:14,>!31954-01-132023-11-04 21:48:14,=!31954-01-132023-11-04 21:48:14,<!31954-01-132023-11-04 21:48:14,;!31954-01-13$2023-11-04 21:48:14,:!31954-01-13 2023-11-04 21:48:14,9!31954-01-132023-11-04 21:48:14,8!31954-01-13/2023-11-04 21:48:14+7!31953-01-20{2023-11-04 21:48:14,6!31953-01-20 02023-11-04 21:48:14+5! 31953-01-20+2023-11-04 21:48:14+4! 31953-01-20*2023-11-04 21:48:14,3!31953-01-20)2023-11-04 21:48:14,2!31953-01-20(2023-11-04 21:48:14,1!31953-01-20 2023-11-04 21:48:14,0!31953-01-20%2023-11-04 21:48:14,/!31953-01-202023-11-04 21:48:14,.!31953-01-202023-11-04 21:48:14,-!31953-01-202023-11-04 21:48:14,,!31953-01-20$2023-11-04 21:48:14,+!31953-01-20 2023-11-04 21:48:14,*!31953-01-202023-11-04 21:48:14,)!31953-01-20-2023-11-04 21:48:14,(!31952-02-20 02023-11-04 21:48:14+'! 31952-02-20+2023-11-04 21:48:14+&! 31952-02-20*2023-11-04 21:48:14,%!31952-02-20)2023-11-04 21:48:14,$!31952-02-20(2023-11-04 21:48:14,#!31952-02-20 2023-11-04 21:48:14,"!31952-02-20%2023-11-04 21:48:14,!!31952-02-202023-11-04 21:48:14, !31952-02-202023-11-04 21:48:14,!31952-02-202023-11-04 21:48:14,!31952-02-20$2023-11-04 21:48:14,!31952-02-20 2023-11-04 21:48:14,!31952-02-202023-11-04 21:48:14,!31952-02-20-2023-11-04 21:48:14+! 31951-09-10+q2023-11-04 21:48:14+! 31951-09-10*q2023-11-04 21:48:14,!31951-09-10)q2023-11-04 21:48:14,!31951-09-10(q2023-11-04 21:48:14,!31951-09-10 q2023-11-04 21:48:14,!31951-09-10%q2023-11-04 21:48:14,!31951-09-10q2023-11-04 21:48:14,!31951-09-10q2023-11-04 21:48:14,!31951-09-10q2023-11-04 21:48:14,!31951-09-10$q2023-11-04 21:48:14,!31951-09-10q2023-11-04 21:48:14,!31951-09-10q2023-11-04 21:48:14,!31951-09-10-q2023-11-04 21:48:14+ !31951-02-20{q2023-11-04 21:48:14+ ! 31951-02-20 q2023-11-04 21:48:14+ ! 31951-02-20#q2023-11-04 21:48:14+ ! 31951-02-20 q2023-11-04 21:48:14, !31951-02-20 q2023-11-04 21:48:14,!31951-02-20q2023-11-04 21:48:14,!31951-02-20'q2023-11-04 21:48:14,!31951-02-20q2023-11-04 21:48:14,!31951-02-20q2023-11-04 21:48:14,!31951-02-20 q2023-11-04 21:48:14,!31951-02-20q2023-11-04 21:48:14,!31951-02-20q2023-11-04 21:48:14,!31951-02-20.q2023-11-04 21:48:14+! 31949-08-15 2023-11-04 21:48:14+! 31949-08-15#2023-11-04 21:48:14+~! 31949-08-15 2023-11-04 21:48:14,}!31949-08-15 2023-11-04 21:48:14,|!31949-08-152023-11-04 21:48:14,{!31949-08-15'2023-11-04 21:48:14,z!31949-08-152023-11-04 21:48:14,y!31949-08-152023-11-04 21:48:14,x!31949-08-152023-11-04 21:48:14,w!31949-08-152023-11-04 21:48:14,v!31949-08-152023-11-04 21:48:14,u!31949-08-15.2023-11-04 21:48:14+t! 31949-06-08 02023-11-04 21:48:14+s! 31949-06-08 2023-11-04 21:48:14 VtE~~~~^~0~}}}v}H}||||^|/|{{{w{I{zzzzaz2zyyyvyHyxxxxbx4xwwwywJwvvvvav3vuuu{uLuttttbt3tssszsLsrrrrdr6rqqqzqKqppppep7p ooo}oNonnnndn6nmmm~mPm!llllfl7lkkk{kMkjjjjbj3jiiixiIihhhh^h/hgggvgGgffff\f/feeeveGedddd\d/dcccwcHcbbbb]b.baaavaHa````]`.____r_D_^^^^]^.]]]]r]C]\\\\[\-\[[[s[D[ZZZZYZ*YYYYrYEYXXXXZX+WWWWoW@WVVVV[V.UUUUrUCUTTTTXT+SSSSsSESRRRRZR+QQQQoQBQPPPP\P-OOOOqOBONNNNYN+MMMMsMDMLLLLYL*KKKKpKBKJJJJZJ+IIIIoI@IHHHHZH+GGGGpGAGFFFFVF'EEEElE>EDDDDSD$CCCChC9C BBB~BPB!AAAAeA6A@@@z@K@????b?3?>>>w>H>====]=.<<<!31999-03-172023-11-04 21:48:14,=!31999-03-172023-11-04 21:48:14,<!31999-03-172023-11-04 21:48:14,;!31999-03-172023-11-04 21:48:14,:!31999-03-17 2023-11-04 21:48:14,9!31999-03-172023-11-04 21:48:14,8!31999-03-17 2023-11-04 21:48:14,7!31999-03-08%2023-11-04 21:48:14,6!31999-03-08G2023-11-04 21:48:14,5!31999-03-08 92023-11-04 21:48:14+4!31999-03-08{2023-11-04 21:48:14+3! 31999-03-08:2023-11-04 21:48:14,2!31999-03-082023-11-04 21:48:14,1!31999-03-08F2023-11-04 21:48:14,0!31999-03-082023-11-04 21:48:14,/!31999-03-0862023-11-04 21:48:14,.!31999-03-082023-11-04 21:48:14,-!31999-03-082023-11-04 21:48:14,,!31999-03-082023-11-04 21:48:14,+!31999-03-082023-11-04 21:48:14,*!31999-03-082023-11-04 21:48:14,)!31999-03-082023-11-04 21:48:14,(!31999-03-08 2023-11-04 21:48:14,'!31999-03-082023-11-04 21:48:14,&!31999-03-08 2023-11-04 21:48:14,%!31999-03-04G2023-11-04 21:48:14,$!31999-03-04 92023-11-04 21:48:14+#!31999-03-04{2023-11-04 21:48:14+"! 31999-03-04:2023-11-04 21:48:14,!!31999-03-042023-11-04 21:48:14, !31999-03-04F2023-11-04 21:48:14,!31999-03-042023-11-04 21:48:14,!31999-03-0462023-11-04 21:48:14,!31999-03-042023-11-04 21:48:14,!31999-03-042023-11-04 21:48:14,!31999-03-042023-11-04 21:48:14,!31999-03-042023-11-04 21:48:14,!31999-03-042023-11-04 21:48:14,!31999-03-042023-11-04 21:48:14,!31999-03-04 2023-11-04 21:48:14,!31999-03-042023-11-04 21:48:14,!31999-03-04 2023-11-04 21:48:14,!31999-02-23G2023-11-04 21:48:14,!31999-02-23 92023-11-04 21:48:14+!31999-02-23{2023-11-04 21:48:14+! 31999-02-23:2023-11-04 21:48:14,!31999-02-232023-11-04 21:48:14,!31999-02-23F2023-11-04 21:48:14,!31999-02-232023-11-04 21:48:14, !31999-02-2362023-11-04 21:48:14, !31999-02-232023-11-04 21:48:14, !31999-02-232023-11-04 21:48:14, !31999-02-232023-11-04 21:48:14, !31999-02-232023-11-04 21:48:14,!31999-02-232023-11-04 21:48:14,!31999-02-23 2023-11-04 21:48:14,!31999-02-23 2023-11-04 21:48:14,!31999-02-232023-11-04 21:48:14,!31999-02-23 2023-11-04 21:48:14+! 31999-01-17:2023-11-04 21:48:14,!31999-01-172023-11-04 21:48:14,!31999-01-17F2023-11-04 21:48:14,!31999-01-172023-11-04 21:48:14,!31999-01-1762023-11-04 21:48:14,~!31999-01-172023-11-04 21:48:14,}!31999-01-172023-11-04 21:48:14,|!31999-01-172023-11-04 21:48:14,{!31999-01-172023-11-04 21:48:14,z!31999-01-172023-11-04 21:48:14,y!31999-01-17 2023-11-04 21:48:14,x!31999-01-17 2023-11-04 21:48:14,w!31999-01-172023-11-04 21:48:14,v!31999-01-17"2023-11-04 21:48:14,u!31996-03-12F2023-11-04 21:48:14,t!31996-03-122023-11-04 21:48:14,s!31996-03-12 42023-11-04 21:48:14+r!31996-03-12{2023-11-04 21:48:14+q! 31996-03-12 32023-11-04 21:48:14,p!31996-03-12~2023-11-04 21:48:14+o! 31996-03-122023-11-04 21:48:14,n!31996-03-122023-11-04 21:48:14,m!31996-03-122023-11-04 21:48:14,l!31996-03-122023-11-04 21:48:14,k!31996-03-122023-11-04 21:48:14,j!31996-03-122023-11-04 21:48:14,i!31996-03-12 2023-11-04 21:48:14,h!31996-03-122023-11-04 21:48:14,g!31996-03-12)2023-11-04 21:48:14,f!31996-03-11F2023-11-04 21:48:14,e!31996-03-112023-11-04 21:48:14,d!31996-03-11 42023-11-04 21:48:14+c!31996-03-11{2023-11-04 21:48:14+b! 31996-03-11 32023-11-04 21:48:14,a!31996-03-11~2023-11-04 21:48:14,`!31996-03-112023-11-04 21:48:14,_!31996-03-112023-11-04 21:48:14,^!31996-03-112023-11-04 21:48:14,]!31996-03-112023-11-04 21:48:14,\!31996-03-112023-11-04 21:48:14,[!31996-03-112023-11-04 21:48:14,Z!31996-03-11 2023-11-04 21:48:14,Y!31996-03-112023-11-04 21:48:14,X!31996-03-11)2023-11-04 21:48:14,W!31996-03-072023-11-04 21:48:14,V!31996-03-07 42023-11-04 21:48:14+U!31996-03-07{2023-11-04 21:48:14+T! 31996-03-07 32023-11-04 21:48:14,S!31996-03-07~2023-11-04 21:48:14,R!31996-03-072023-11-04 21:48:14,Q!31996-03-072023-11-04 21:48:14,P!31996-03-072023-11-04 21:48:14,O!31996-03-072023-11-04 21:48:14,N!31996-03-072023-11-04 21:48:14,M!31996-03-072023-11-04 21:48:14,L!31996-03-07 2023-11-04 21:48:14,K!31996-03-072023-11-04 21:48:14,J!31996-03-07)2023-11-04 21:48:14,I!31996-02-28 42023-11-04 21:48:14+H!31996-02-28{2023-11-04 21:48:14+G! 31996-02-28 32023-11-04 21:48:14,F!31996-02-28~2023-11-04 21:48:14,E!31996-02-282023-11-04 21:48:14,D!31996-02-282023-11-04 21:48:14,C!31996-02-282023-11-04 21:48:14,B!31996-02-282023-11-04 21:48:14,A!31996-02-282023-11-04 21:48:14,@!31996-02-282023-11-04 21:48:14,?!31996-02-28 2023-11-04 21:48:14,>!31996-02-28 2023-11-04 21:48:14,=!31996-02-28,2023-11-04 21:48:14,<!31995-11-27 42023-11-04 21:48:14*;! 31995-11-27{2023-11-04 21:48:14+:! 31995-11-27 32023-11-04 21:48:14,9!31995-11-27~2023-11-04 21:48:14,8!31995-11-272023-11-04 21:48:14,7!31995-11-272023-11-04 21:48:14,6!31995-11-272023-11-04 21:48:14,5!31995-11-272023-11-04 21:48:14,4!31995-11-272023-11-04 21:48:14,3!31995-11-272023-11-04 21:48:14,2!31995-11-27 2023-11-04 21:48:14,1!31995-11-27 2023-11-04 21:48:14,0!31995-11-27,2023-11-04 21:48:14*/! 31995-07-24{`2023-11-04 21:48:14,.!31995-07-24 3`2023-11-04 21:48:14,-!31995-07-24~`2023-11-04 21:48:14,,!31995-07-24`2023-11-04 21:48:14,+!31995-07-24`2023-11-04 21:48:14,*!31995-07-24`2023-11-04 21:48:14,)!31995-07-24`2023-11-04 21:48:14,(!31995-07-24`2023-11-04 21:48:14,'!31995-07-24`2023-11-04 21:48:14,&!31995-07-24 `2023-11-04 21:48:14,%!31995-07-24 `2023-11-04 21:48:14,$!31995-07-24,`2023-11-04 21:48:14,#!31994-02-07 32023-11-04 21:48:14,"!31994-02-07~2023-11-04 21:48:14,!!31994-02-072023-11-04 21:48:14, !31994-02-072023-11-04 21:48:14,!31994-02-072023-11-04 21:48:14,!31994-02-072023-11-04 21:48:14,!31994-02-072023-11-04 21:48:14,!31994-02-072023-11-04 21:48:14,!31994-02-07 2023-11-04 21:48:14,!31994-02-07 2023-11-04 21:48:14,!31994-02-07,2023-11-04 21:48:14+!31992-05-17{2023-11-04 21:48:14,!31992-05-17 2023-11-04 21:48:14+! 31992-05-17~2023-11-04 21:48:14+! 31992-05-172023-11-04 21:48:14,!31992-05-172023-11-04 21:48:14,!31992-05-17:2023-11-04 21:48:14,!31992-05-172023-11-04 21:48:14,!31992-05-172023-11-04 21:48:14,!31992-05-172023-11-04 21:48:14,!31992-05-17|2023-11-04 21:48:14,!31992-05-172023-11-04 21:48:14, !31992-05-172023-11-04 21:48:14, !31992-05-1712023-11-04 21:48:14, !31992-05-17 2023-11-04 21:48:14, !31992-05-172023-11-04 21:48:14, !31992-05-17&2023-11-04 21:48:14,!31992-05-17&2023-11-04 21:48:14+!31990-12-25{2023-11-04 21:48:14,!31990-12-25 2023-11-04 21:48:14+! 31990-12-25~2023-11-04 21:48:14+! 31990-12-252023-11-04 21:48:14,!31990-12-252023-11-04 21:48:14,!31990-12-25:2023-11-04 21:48:14,!31990-12-252023-11-04 21:48:14,!31990-12-252023-11-04 21:48:14,!31990-12-252023-11-04 21:48:14,~!31990-12-25|2023-11-04 21:48:14,}!31990-12-252023-11-04 21:48:14,|!31990-12-252023-11-04 21:48:14,{!31990-12-2512023-11-04 21:48:14,z!31990-12-25 2023-11-04 21:48:14,y!31990-12-252023-11-04 21:48:14,x!31990-12-25&2023-11-04 21:48:14,w!31990-12-25%2023-11-04 21:48:14,v!31990-12-04 2023-11-04 21:48:14+u! 31990-12-04~2023-11-04 21:48:14+t! 31990-12-042023-11-04 21:48:14,s!31990-12-042023-11-04 21:48:14,r!31990-12-04:2023-11-04 21:48:14,q!31990-12-042023-11-04 21:48:14,p!31990-12-042023-11-04 21:48:14,o!31990-12-042023-11-04 21:48:14,n!31990-12-04|2023-11-04 21:48:14,m!31990-12-042023-11-04 21:48:14,l!31990-12-042023-11-04 21:48:14,k!31990-12-0412023-11-04 21:48:14,j!31990-12-04 2023-11-04 21:48:14,i!31990-12-042023-11-04 21:48:14,h!31990-12-04'2023-11-04 21:48:14,g!31990-12-04%2023-11-04 21:48:14,f!31990-06-18 2023-11-04 21:48:14+e! 31990-06-18~2023-11-04 21:48:14+d! 31990-06-182023-11-04 21:48:14,c!31990-06-182023-11-04 21:48:14,b!31990-06-18:2023-11-04 21:48:14,a!31990-06-182023-11-04 21:48:14,`!31990-06-182023-11-04 21:48:14,_!31990-06-182023-11-04 21:48:14,^!31990-06-18|2023-11-04 21:48:14,]!31990-06-182023-11-04 21:48:14,\!31990-06-182023-11-04 21:48:14,[!31990-06-1812023-11-04 21:48:14,Z!31990-06-18 2023-11-04 21:48:14,Y!31990-06-182023-11-04 21:48:14,X!31990-06-18'2023-11-04 21:48:14,W!31990-06-18$2023-11-04 21:48:14,V! 31990-03-15 ]2023-11-04 21:48:14+U!  31990-03-15~]2023-11-04 21:48:14+T!  31990-03-15]2023-11-04 21:48:14,S! 31990-03-15]2023-11-04 21:48:14,R! 31990-03-15:]2023-11-04 21:48:14,Q! 31990-03-15]2023-11-04 21:48:14,P! 31990-03-15]2023-11-04 21:48:14,O! 31990-03-15]2023-11-04 21:48:14,N! 31990-03-15|]2023-11-04 21:48:14,M! 31990-03-15]2023-11-04 21:48:14,L! 31990-03-15]2023-11-04 21:48:14,K! 31990-03-151]2023-11-04 21:48:14,J! 31990-03-15 ]2023-11-04 21:48:14,I! 31990-03-15]2023-11-04 21:48:14,H! 31990-03-15']2023-11-04 21:48:14,G! 31990-03-15#]2023-11-04 21:48:14+F!31988-09-27{T2023-11-04 21:48:14,E!31988-09-27T2023-11-04 21:48:14*D! 31988-09-27=T2023-11-04 21:48:14+C! 31988-09-27T2023-11-04 21:48:14*B! 31988-09-27T2023-11-04 21:48:14,A!31988-09-27 T2023-11-04 21:48:14,@!31988-09-27T2023-11-04 21:48:14,?!31988-09-271T2023-11-04 21:48:14,>!31988-09-27:T2023-11-04 21:48:14,=!31988-09-27T2023-11-04 21:48:14,<!31988-09-27T2023-11-04 21:48:14,;!31988-09-27T2023-11-04 21:48:14,:!31988-09-27|T2023-11-04 21:48:14,9!31988-09-27)T2023-11-04 21:48:14,8!31988-09-27&T2023-11-04 21:48:14+7!31988-08-29{T2023-11-04 21:48:14,6!31988-08-29T2023-11-04 21:48:14*5! 31988-08-29=T2023-11-04 21:48:14+4! 31988-08-29T2023-11-04 21:48:14*3! 31988-08-29T2023-11-04 21:48:14,2!31988-08-29 T2023-11-04 21:48:14,1!31988-08-29T2023-11-04 21:48:14,0!31988-08-291T2023-11-04 21:48:14,/!31988-08-29:T2023-11-04 21:48:14,.!31988-08-29T2023-11-04 21:48:14,-!31988-08-29T2023-11-04 21:48:14,,!31988-08-29T2023-11-04 21:48:14,+!31988-08-29|T2023-11-04 21:48:14,*!31988-08-29*T2023-11-04 21:48:14,)!31988-08-29&T2023-11-04 21:48:14+(!31988-07-12{T2023-11-04 21:48:14,'!31988-07-12T2023-11-04 21:48:14*&! 31988-07-12=T2023-11-04 21:48:14+%! 31988-07-12T2023-11-04 21:48:14+$! 31988-07-12LT2023-11-04 21:48:14*#! 31988-07-12T2023-11-04 21:48:14,"!31988-07-12 T2023-11-04 21:48:14,!!31988-07-12T2023-11-04 21:48:14, !31988-07-121T2023-11-04 21:48:14,!31988-07-12:T2023-11-04 21:48:14,!31988-07-12T2023-11-04 21:48:14,!31988-07-12T2023-11-04 21:48:14,!31988-07-12T2023-11-04 21:48:14,!31988-07-12|T2023-11-04 21:48:14,!31988-07-12)T2023-11-04 21:48:14,!31988-07-12&T2023-11-04 21:48:14+!31988-03-15{T2023-11-04 21:48:14,!31988-03-15T2023-11-04 21:48:14*! 31988-03-15=T2023-11-04 21:48:14+! 31988-03-15T2023-11-04 21:48:14+! 31988-03-15LT2023-11-04 21:48:14*! 31988-03-15T2023-11-04 21:48:14,!31988-03-15 T2023-11-04 21:48:14,!31988-03-15T2023-11-04 21:48:14,!31988-03-151T2023-11-04 21:48:14,!31988-03-15:T2023-11-04 21:48:14,!31988-03-15T2023-11-04 21:48:14, !31988-03-15T2023-11-04 21:48:14, !31988-03-15T2023-11-04 21:48:14, !31988-03-15|T2023-11-04 21:48:14, !31988-03-15)T2023-11-04 21:48:14, !31988-03-15&T2023-11-04 21:48:14+!31988-02-15{T2023-11-04 21:48:14,!31988-02-15T2023-11-04 21:48:14*! 31988-02-15=T2023-11-04 21:48:14+! 31988-02-15T2023-11-04 21:48:14+! 31988-02-15LT2023-11-04 21:48:14*! 31988-02-15T2023-11-04 21:48:14,!31988-02-15 T2023-11-04 21:48:14,!31988-02-15T2023-11-04 21:48:14,!31988-02-151T2023-11-04 21:48:14,!31988-02-15:T2023-11-04 21:48:14,~!31988-02-15T2023-11-04 21:48:14,}!31988-02-15T2023-11-04 21:48:14,|!31988-02-15T2023-11-04 21:48:14,{!31988-02-15|T2023-11-04 21:48:14,z!31988-02-15)T2023-11-04 21:48:14,y!31988-02-15'T2023-11-04 21:48:14*x! 31987-11-16{T2023-11-04 21:48:14,w!31987-11-16T2023-11-04 21:48:14*v! 31987-11-16=T2023-11-04 21:48:14+u! 31987-11-16T2023-11-04 21:48:14+t! 31987-11-16LT2023-11-04 21:48:14*s! 31987-11-16T2023-11-04 21:48:14,r!31987-11-16 T2023-11-04 21:48:14,q!31987-11-16T2023-11-04 21:48:14,p!31987-11-161T2023-11-04 21:48:14,o!31987-11-16:T2023-11-04 21:48:14,n!31987-11-16T2023-11-04 21:48:14,m!31987-11-16T2023-11-04 21:48:14,l!31987-11-16T2023-11-04 21:48:14,k!31987-11-16|T2023-11-04 21:48:14,j!31987-11-16)T2023-11-04 21:48:14,i!31987-11-16(T2023-11-04 21:48:14,h!31987-08-05T2023-11-04 21:48:14*g! 31987-08-05=T2023-11-04 21:48:14+f! 31987-08-05T2023-11-04 21:48:14+e! 31987-08-05LT2023-11-04 21:48:14*d! 31987-08-05T2023-11-04 21:48:14,c!31987-08-05 T2023-11-04 21:48:14,b!31987-08-05T2023-11-04 21:48:14,a!31987-08-051T2023-11-04 21:48:14,`!31987-08-05:T2023-11-04 21:48:14,_!31987-08-05T2023-11-04 21:48:14,^!31987-08-05T2023-11-04 21:48:14,]!31987-08-05T2023-11-04 21:48:14,\!31987-08-05|T2023-11-04 21:48:14,[!31987-08-05)T2023-11-04 21:48:14,Z!31987-08-05(T2023-11-04 21:48:14,Y!31986-07-29[2023-11-04 21:48:14*X! 31986-07-29=[2023-11-04 21:48:14+W! 31986-07-29[2023-11-04 21:48:14+V! 31986-07-29L[2023-11-04 21:48:14*U! 31986-07-29[2023-11-04 21:48:14,T!31986-07-29 [2023-11-04 21:48:14,S!31986-07-29[2023-11-04 21:48:14,R!31986-07-291[2023-11-04 21:48:14,Q!31986-07-29:[2023-11-04 21:48:14,P!31986-07-29[2023-11-04 21:48:14,O!31986-07-29[2023-11-04 21:48:14,N!31986-07-29[2023-11-04 21:48:14,M!31986-07-29|[2023-11-04 21:48:14,L!31986-07-29)[2023-11-04 21:48:14,K!31986-07-29([2023-11-04 21:48:14,J!31984-10-22[2023-11-04 21:48:14*I! 31984-10-22=[2023-11-04 21:48:14+H! 31984-10-22[2023-11-04 21:48:14+G! 31984-10-22L[2023-11-04 21:48:14+F!31984-10-22[2023-11-04 21:48:14,E!31984-10-22 [2023-11-04 21:48:14,D!31984-10-22[2023-11-04 21:48:14,C!31984-10-221[2023-11-04 21:48:14,B!31984-10-22:[2023-11-04 21:48:14,A!31984-10-22[2023-11-04 21:48:14,@!31984-10-22[2023-11-04 21:48:14,?!31984-10-22[2023-11-04 21:48:14,>!31984-10-22|[2023-11-04 21:48:14,=!31984-10-22)[2023-11-04 21:48:14,<!31984-10-22([2023-11-04 21:48:14+;! 31984-05-291Z2023-11-04 21:48:14+:!31984-05-29{Z2023-11-04 21:48:14+9! 31984-05-29 2Z2023-11-04 21:48:14,8!31984-05-29:Z2023-11-04 21:48:14*7! 31984-05-29=Z2023-11-04 21:48:14,6!31984-05-29LZ2023-11-04 21:48:14,5!31984-05-29|Z2023-11-04 21:48:14,4!31984-05-29Z2023-11-04 21:48:14,3!31984-05-29 Z2023-11-04 21:48:14,2!31984-05-29Z2023-11-04 21:48:14,1!31984-05-291Z2023-11-04 21:48:14,0!31984-05-29.Z2023-11-04 21:48:14+/! 31984-05-141Z2023-11-04 21:48:14*.! 31984-05-14{Z2023-11-04 21:48:14+-! 31984-05-14 2Z2023-11-04 21:48:14,,!31984-05-14:Z2023-11-04 21:48:14*+! 31984-05-14=Z2023-11-04 21:48:14,*!31984-05-14LZ2023-11-04 21:48:14,)!31984-05-14|Z2023-11-04 21:48:14,(!31984-05-14Z2023-11-04 21:48:14,'!31984-05-14 Z2023-11-04 21:48:14,&!31984-05-14Z2023-11-04 21:48:14,%!31984-05-141Z2023-11-04 21:48:14,$!31984-05-14.Z2023-11-04 21:48:14*#!  31983-10-10{Y2023-11-04 21:48:14+"!  31983-10-10 2Y2023-11-04 21:48:14,!! 31983-10-10:Y2023-11-04 21:48:14* !  31983-10-10=Y2023-11-04 21:48:14,! 31983-10-10LY2023-11-04 21:48:14,! 31983-10-10|Y2023-11-04 21:48:14,! 31983-10-10Y2023-11-04 21:48:14,! 31983-10-10 Y2023-11-04 21:48:14,! 31983-10-10Y2023-11-04 21:48:14,! 31983-10-102Y2023-11-04 21:48:14,! 31983-10-10.Y2023-11-04 21:48:14+! 31983-06-06 2X2023-11-04 21:48:14,!31983-06-06:X2023-11-04 21:48:14*! 31983-06-06=X2023-11-04 21:48:14,!31983-06-06LX2023-11-04 21:48:14,!31983-06-06|X2023-11-04 21:48:14,!31983-06-06X2023-11-04 21:48:14,!31983-06-06 X2023-11-04 21:48:14,!31983-06-06X2023-11-04 21:48:14,!31983-06-062X2023-11-04 21:48:14,!31983-06-06.X2023-11-04 21:48:14,!31982-10-26:X2023-11-04 21:48:14+ !31982-10-26=X2023-11-04 21:48:14, !31982-10-26LX2023-11-04 21:48:14, !31982-10-26|X2023-11-04 21:48:14, !31982-10-26X2023-11-04 21:48:14, !31982-10-26 X2023-11-04 21:48:14,!31982-10-26X2023-11-04 21:48:14,!31982-10-262X2023-11-04 21:48:14,!31982-10-26.X2023-11-04 21:48:14,!31981-11-16:W2023-11-04 21:48:14+!31981-11-16=W2023-11-04 21:48:14,!31981-11-16LW2023-11-04 21:48:14,!31981-11-16|W2023-11-04 21:48:14,!31981-11-16W2023-11-04 21:48:14,!31981-11-16 W2023-11-04 21:48:14,!31981-11-16W2023-11-04 21:48:14,~!31981-11-160W2023-11-04 21:48:14,}!31981-11-160W2023-11-04 21:48:14+|!31981-06-15=2023-11-04 21:48:14,{!31981-06-15|2023-11-04 21:48:14,z!31981-06-15:2023-11-04 21:48:14+y!31981-06-15{2023-11-04 21:48:14+x! 31981-06-152023-11-04 21:48:14+w! 31981-06-1512023-11-04 21:48:14+v! 31981-06-15(2023-11-04 21:48:14+u! 31981-06-15 2023-11-04 21:48:14+t! 31981-06-152023-11-04 21:48:14+s! 31981-06-1552023-11-04 21:48:14,r!31981-06-15 2023-11-04 21:48:14,q!31981-06-152023-11-04 21:48:14,p!31981-06-15 2023-11-04 21:48:14,o!31981-06-15!2023-11-04 21:48:14,n!31981-06-15(2023-11-04 21:48:14+m!31981-05-27=2023-11-04 21:48:14,l!31981-05-27|2023-11-04 21:48:14,k!31981-05-27:2023-11-04 21:48:14+j!31981-05-27{2023-11-04 21:48:14+i! 31981-05-272023-11-04 21:48:14+h! 31981-05-2712023-11-04 21:48:14+g! 31981-05-27(2023-11-04 21:48:14+f! 31981-05-27 2023-11-04 21:48:14+e! 31981-05-272023-11-04 21:48:14+d! 31981-05-2752023-11-04 21:48:14,c!31981-05-27 2023-11-04 21:48:14,b!31981-05-272023-11-04 21:48:14,a!31981-05-27 2023-11-04 21:48:14,`!31981-05-27!2023-11-04 21:48:14,_!31981-05-27(2023-11-04 21:48:14+^!31981-05-19=2023-11-04 21:48:14,]!31981-05-19|2023-11-04 21:48:14,\!31981-05-19:2023-11-04 21:48:14+[!31981-05-19{2023-11-04 21:48:14+Z! 31981-05-192023-11-04 21:48:14+Y! 31981-05-1912023-11-04 21:48:14+X! 31981-05-19(2023-11-04 21:48:14+W! 31981-05-19 2023-11-04 21:48:14+V! 31981-05-192023-11-04 21:48:14+U! 31981-05-1952023-11-04 21:48:14,T!31981-05-19 2023-11-04 21:48:14,S!31981-05-192023-11-04 21:48:14,R!31981-05-19 2023-11-04 21:48:14,Q!31981-05-19!2023-11-04 21:48:14,P!31981-05-19'2023-11-04 21:48:14+O!31981-05-11=2023-11-04 21:48:14,N!31981-05-11|2023-11-04 21:48:14,M!31981-05-11:2023-11-04 21:48:14+L!31981-05-11{ 2023-11-04 21:48:14+K! 31981-05-112023-11-04 21:48:14+J! 31981-05-1112023-11-04 21:48:14+I! 31981-05-11(2023-11-04 21:48:14+H! 31981-05-11 2023-11-04 21:48:14+G! 31981-05-112023-11-04 21:48:14+F! 31981-05-1152023-11-04 21:48:14,E!31981-05-11 2023-11-04 21:48:14,D!31981-05-112023-11-04 21:48:14,C!31981-05-11 2023-11-04 21:48:14,B!31981-05-11!2023-11-04 21:48:14,A!31981-05-11'2023-11-04 21:48:14+@!31981-03-10=2023-11-04 21:48:14,?!31981-03-10|2023-11-04 21:48:14,>!31981-03-10:2023-11-04 21:48:14+=!31981-03-10{2023-11-04 21:48:14+<! 31981-03-102023-11-04 21:48:14+;! 31981-03-1012023-11-04 21:48:14+:! 31981-03-10(2023-11-04 21:48:14+9! 31981-03-10 2023-11-04 21:48:14+8! 31981-03-102023-11-04 21:48:14+7! 31981-03-1052023-11-04 21:48:14,6!31981-03-10 2023-11-04 21:48:14,5!31981-03-102023-11-04 21:48:14,4!31981-03-10 2023-11-04 21:48:14,3!31981-03-10!2023-11-04 21:48:14,2!31981-03-10'2023-11-04 21:48:14+1!31981-01-28=2023-11-04 21:48:14,0!31981-01-28|2023-11-04 21:48:14,/!31981-01-28:2023-11-04 21:48:14+.!31981-01-28{2023-11-04 21:48:14+-! 31981-01-282023-11-04 21:48:14+,! 31981-01-2812023-11-04 21:48:14++! 31981-01-28(2023-11-04 21:48:14+*! 31981-01-28 2023-11-04 21:48:14+)! 31981-01-282023-11-04 21:48:14+(! 31981-01-2852023-11-04 21:48:14,'!31981-01-28 2023-11-04 21:48:14,&!31981-01-282023-11-04 21:48:14,%!31981-01-28 2023-11-04 21:48:14+$! 31981-01-282023-11-04 21:48:14,#!31981-01-28!2023-11-04 21:48:14,"!31981-01-28'2023-11-04 21:48:14+!!31981-01-26=2023-11-04 21:48:14, !31981-01-26|2023-11-04 21:48:14,!31981-01-26:2023-11-04 21:48:14+!31981-01-26{2023-11-04 21:48:14+! 31981-01-262023-11-04 21:48:14+! 31981-01-2612023-11-04 21:48:14+! 31981-01-26(2023-11-04 21:48:14+! 31981-01-26 2023-11-04 21:48:14+! 31981-01-262023-11-04 21:48:14+! 31981-01-2652023-11-04 21:48:14,!31981-01-26 2023-11-04 21:48:14,!31981-01-262023-11-04 21:48:14,!31981-01-26 2023-11-04 21:48:14+! 31981-01-262023-11-04 21:48:14,!31981-01-26!2023-11-04 21:48:14 huF~~~~[~,}}}}p}B}||||Z|+{{{{o{@{zzzzUz'yyyyny?yxxxxTx%wwwwiw:w vvvvSv$uuuuhu9u ttt}tNtssssfs8s rrr|rMrqqqqbq3qpppxpJpooooao2onnnvnGnmmmm]m.mlllulFlkkkk[k,jjjjpjAjiiiiZi+hhhhoh@hggggUg&fffflf>feeeeTe%ddddid:d ccc~cOc bbbbdb5baaayaJa````_`0`___t_E_^^^^[^,]]]]p]A]\\\\V\([[[[l[=[ZZZZRZ#YYYYhY9Y XXX}XNXWWWWcW5WVVVyVJVUUUU_U0UTTTuTFTSSSS[S,RRRRpRARQQQQWQ(PPPPlP=POOOORO#NNNNhN9N MMM}MNMLLLLcL4LKKKxKJKJJJJ`J1JIIIuIFIHHHH[H,GGGGqGBGFFFFWF(EEEEnE?EDDDDTD%CCCCiC:C BBBBQB"AAAAfA7A@@@{@L@????a?2?>>>v>G>====\=-<<<&%%%%R%$$$$$h$9$ ###}#N#""""c"4"!!!x!I! ^ / uF[,pAX)m>U&j; R#g8 |M e6{Lb3yJ`2xJf9 Y- s D  Y * n @  W ( n A W(j; P"h+P! 32019-09-17C2023-11-04 21:48:14,O!32019-09-17C2023-11-04 21:48:14,N!32019-09-17C2023-11-04 21:48:14+M! 32019-09-17C2023-11-04 21:48:14+L! 32019-09-17iC2023-11-04 21:48:14,K!32019-09-17C2023-11-04 21:48:14,J!32019-09-17~WC2023-11-04 21:48:14,I!32019-09-17C2023-11-04 21:48:14,H!32019-09-17jC2023-11-04 21:48:14,G!32019-09-17TjC2023-11-04 21:48:14,F!32019-09-17|C2023-11-04 21:48:14-E!32019-09-17kC2023-11-04 21:48:14-D! 32017-09-242023-11-04 21:48:14,C! 32017-09-24^2023-11-04 21:48:14,B! 32017-09-24P2023-11-04 21:48:14,A! 32017-09-24C2023-11-04 21:48:14,@! 32017-09-24E2023-11-04 21:48:14-?! 32017-09-24.2023-11-04 21:48:14,>! 32017-10-19 N2023-11-04 21:48:14+=! 32017-10-19:N2023-11-04 21:48:14+<!  32017-10-19N2023-11-04 21:48:14*;!  32017-10-19N2023-11-04 21:48:14+:!  32017-10-19 KN2023-11-04 21:48:14,9! 32017-10-19EN2023-11-04 21:48:14,8! 32017-10-19N2023-11-04 21:48:14+7! 32017-10-19N2023-11-04 21:48:14,6! 32017-10-19N2023-11-04 21:48:14,5! 32017-10-19N2023-11-04 21:48:14,4! 32017-10-196N2023-11-04 21:48:14,3! 32017-10-19N2023-11-04 21:48:14+2! 32018-11-0512023-11-04 21:48:14+1! 32018-11-05 F12023-11-04 21:48:14+0! 32018-11-0512023-11-04 21:48:14,/!32018-11-05t12023-11-04 21:48:14,.!32018-11-05E12023-11-04 21:48:14,-!32018-11-05 12023-11-04 21:48:14,,!32018-11-0512023-11-04 21:48:14,+!32018-11-05-12023-11-04 21:48:14,*! 32019-01-13N92023-11-04 21:48:14,)! 32019-01-13u92023-11-04 21:48:14,(! 32019-01-13+92023-11-04 21:48:14,'! 32019-01-13 * 92023-11-04 21:48:14,&! 32019-01-13f92023-11-04 21:48:14,%! 32019-01-13:92023-11-04 21:48:14,$! 32019-01-13,92023-11-04 21:48:14+#! 32019-01-13/K92023-11-04 21:48:14-"! 32019-01-13892023-11-04 21:48:14*!!31918-12-142023-11-04 21:48:14) ! 31918-12-142023-11-04 21:48:14*!31918-12-14 2023-11-04 21:48:14)! 31918-12-14?2023-11-04 21:48:14*!31918-12-14 2023-11-04 21:48:14*!31918-12-14 2023-11-04 21:48:14*!31918-12-14L2023-11-04 21:48:14*!31918-12-14I2023-11-04 21:48:14*!31918-12-14 2023-11-04 21:48:14*!31918-12-14$2023-11-04 21:48:14*!31918-12-1492023-11-04 21:48:14+!31918-12-14~2023-11-04 21:48:14,!31918-12-01I2023-11-04 21:48:14+!31918-12-01^2023-11-04 21:48:14,!31918-12-01\2023-11-04 21:48:14+!  3c1927-10-17 2023-11-04 21:48:14+!  3c1927-10-17 o2023-11-04 21:48:14,! 3c1927-10-17 2023-11-04 21:48:14+! 3c1927-10-172023-11-04 21:48:14+! 3c1927-10-17h;2023-11-04 21:48:14, ! 3c1927-10-172023-11-04 21:48:14, ! 3c1927-10-172023-11-04 21:48:14, ! 3c1927-10-172023-11-04 21:48:14, ! 3b1930-10-20 2023-11-04 21:48:14, ! 3b1930-10-20 2023-11-04 21:48:14+!  3b1930-10-20 o2023-11-04 21:48:14,! 3b1930-10-202023-11-04 21:48:14+! 3b1930-10-20h/2023-11-04 21:48:14,! 3b1930-10-20!2023-11-04 21:48:14,! 3b1930-10-20%2023-11-04 21:48:14,! 3W2017-06-13 U2023-11-04 21:48:14+!  3W2017-06-13 m2023-11-04 21:48:14,! 3W2017-06-132023-11-04 21:48:14,! 3W2017-06-13I 2023-11-04 21:48:14,! 3W2017-06-13&2023-11-04 21:48:14,~! 3W2017-06-13 2023-11-04 21:48:14+}! 3W2017-06-13^12023-11-04 21:48:14,|! 3W2017-06-132023-11-04 21:48:14,{! 3W2017-06-13"2023-11-04 21:48:14,z! 3W2017-06-13^%2023-11-04 21:48:14,y!3T2019-01-0952023-11-04 21:48:14,x!3T2019-01-09 52023-11-04 21:48:14+w! 3T2019-01-09 152023-11-04 21:48:14,v!3T2019-01-09 52023-11-04 21:48:14,u!3T2019-01-09 52023-11-04 21:48:14*t! 3T2019-01-09{52023-11-04 21:48:14,s!3T2019-01-0952023-11-04 21:48:14,r!3T2019-01-09 j 52023-11-04 21:48:14,q!3T2019-01-096 52023-11-04 21:48:14,p!3T2019-01-0952023-11-04 21:48:14,o!3T2019-01-0952023-11-04 21:48:14,n!3T2019-01-0952023-11-04 21:48:14,m!3T2019-01-0952023-11-04 21:48:14,l!3T2019-01-09  52023-11-04 21:48:14,k!3T2019-01-0952023-11-04 21:48:14,j!3T2019-01-01 52023-11-04 21:48:14,i!3T2019-01-01 52023-11-04 21:48:14*h! 3T2019-01-01{52023-11-04 21:48:14,g!3T2019-01-0152023-11-04 21:48:14,f!3T2019-01-01 j 52023-11-04 21:48:14,e!3T2019-01-016 52023-11-04 21:48:14,d!3T2019-01-0152023-11-04 21:48:14,c!3T2019-01-0152023-11-04 21:48:14,b!3T2019-01-0152023-11-04 21:48:14,a!3T2019-01-0152023-11-04 21:48:14,`!3T2019-01-0152023-11-04 21:48:14,_!3T2019-01-01  52023-11-04 21:48:14,^!3T2019-01-0152023-11-04 21:48:14,]!3T2018-12-31 52023-11-04 21:48:14*\! 3T2018-12-31{52023-11-04 21:48:14,[!3T2018-12-3152023-11-04 21:48:14,Z!3T2018-12-31 j 52023-11-04 21:48:14,Y!3T2018-12-316 52023-11-04 21:48:14,X!3T2018-12-3152023-11-04 21:48:14,W!3T2018-12-3152023-11-04 21:48:14,V!3T2018-12-3152023-11-04 21:48:14,U!3T2018-12-3152023-11-04 21:48:14,T!3T2018-12-3152023-11-04 21:48:14,S!3T2018-12-31  52023-11-04 21:48:14,R!3T2018-12-3152023-11-04 21:48:14*Q! 3T2017-03-15{2023-11-04 21:48:14,P!3T2017-03-152023-11-04 21:48:14,O!3T2017-03-15 j 2023-11-04 21:48:14,N!3T2017-03-156 2023-11-04 21:48:14,M!3T2017-03-152023-11-04 21:48:14,L!3T2017-03-152023-11-04 21:48:14,K!3T2017-03-152023-11-04 21:48:14,J!3T2017-03-152023-11-04 21:48:14,I!3T2017-03-152023-11-04 21:48:14,H!3T2017-03-15  2023-11-04 21:48:14,G!3T2017-03-152023-11-04 21:48:14,F!3S2015-08-21 $2023-11-04 21:48:14,E!3S2015-08-21: 2023-11-04 21:48:14,D!3S2015-08-21+ 2023-11-04 21:48:14,C!3S2015-08-21f2023-11-04 21:48:14,B!3S2015-08-21 *2023-11-04 21:48:14,A!3S2015-08-21,2023-11-04 21:48:14+@!3S2015-08-21/L2023-11-04 21:48:14,?!3S2015-08-218|2023-11-04 21:48:14+>! 3/2015-01-22 12023-11-04 21:48:14,=!3/2015-01-22 2023-11-04 21:48:14,<!3/2015-01-222023-11-04 21:48:14,;!3/2015-01-22 2023-11-04 21:48:14,:!3/2015-01-22N2023-11-04 21:48:14,9!3/2015-01-22%2023-11-04 21:48:14,8!3/2015-01-222023-11-04 21:48:14,7!3/2015-01-2262023-11-04 21:48:14,6!3/2015-01-222023-11-04 21:48:14,5!3/2015-01-222023-11-04 21:48:14,4!3/2015-01-22 2023-11-04 21:48:14,3!3/2015-01-22 2023-11-04 21:48:14,2!3/2015-01-222023-11-04 21:48:14,1!3/2015-01-22 2023-11-04 21:48:14,0!3/2014-07-09 n2023-11-04 21:48:14,/!3/2014-07-09n2023-11-04 21:48:14,.!3/2014-07-09 n2023-11-04 21:48:14,-!3/2014-07-09Nn2023-11-04 21:48:14,,!3/2014-07-09%n2023-11-04 21:48:14,+!3/2014-07-09n2023-11-04 21:48:14,*!3/2014-07-096n2023-11-04 21:48:14,)!3/2014-07-09n2023-11-04 21:48:14,(!3/2014-07-09n2023-11-04 21:48:14,'!3/2014-07-09 n2023-11-04 21:48:14,&!3/2014-07-09 n2023-11-04 21:48:14,%!3/2014-07-09n2023-11-04 21:48:14,$!3/2014-07-09 n2023-11-04 21:48:14,#!3-1986-05-04u?2023-11-04 21:48:14+"!3-1986-05-04n?2023-11-04 21:48:14,!!3-1986-05-04u?2023-11-04 21:48:14- !3-1986-05-046?2023-11-04 21:48:14,!3,1990-06-07 @2023-11-04 21:48:14,!3,1990-06-07u;@2023-11-04 21:48:14,!3,1990-06-07\@2023-11-04 21:48:14-!3,1990-06-076$@2023-11-04 21:48:14,!3+1995-02-18ID2023-11-04 21:48:14,!3+1995-02-18b>D2023-11-04 21:48:14,!3+1995-02-18XD2023-11-04 21:48:14,!3+1995-02-186sD2023-11-04 21:48:14-!3+1995-02-18uD2023-11-04 21:48:14,!3+1992-09-16wC2023-11-04 21:48:14,!3+1992-09-16IC2023-11-04 21:48:14,!3+1992-09-16b>C2023-11-04 21:48:14,!3+1992-09-16GC2023-11-04 21:48:14,!3+1992-09-166sC2023-11-04 21:48:14-!3+1992-09-16uC2023-11-04 21:48:14,!3*1997-01-07 J2023-11-04 21:48:14,!3*1997-01-071J2023-11-04 21:48:14,!3*1997-01-07ILJ2023-11-04 21:48:14- !3*1997-01-07uJ2023-11-04 21:48:14- !3*1997-01-076J2023-11-04 21:48:14- !3*1997-01-07bJ2023-11-04 21:48:14- !3 2013-10-2272023-11-04 21:48:14, !3 2013-10-22?2023-11-04 21:48:14,!3 2013-10-22@2023-11-04 21:48:14-!3 2013-10-22.2023-11-04 21:48:14+!32002-09-21Z 2023-11-04 21:48:14,!32002-09-212023-11-04 21:48:14+! 32002-09-212023-11-04 21:48:14,!32002-09-212023-11-04 21:48:14,!32002-09-21[2023-11-04 21:48:14,!32002-09-212023-11-04 21:48:14,!32002-09-21h2023-11-04 21:48:14,!32002-09-212023-11-04 21:48:14+~! 32002-09-212023-11-04 21:48:14,}!32002-09-212023-11-04 21:48:14,|!32002-09-21N2023-11-04 21:48:14,{!32002-09-21,2023-11-04 21:48:14,z!32002-09-21.2023-11-04 21:48:14,y!32011-12-04U!2023-11-04 21:48:14,x!32011-12-04!2023-11-04 21:48:14+w! 32011-12-04!2023-11-04 21:48:14+v! 32011-12-04!2023-11-04 21:48:14,u!32011-12-04!2023-11-04 21:48:14,t!32011-12-04W!2023-11-04 21:48:14,s!32011-12-04!2023-11-04 21:48:14+r! 32011-12-049!2023-11-04 21:48:14,q!32011-12-04!2023-11-04 21:48:14,p!32011-12-04,!2023-11-04 21:48:14,o!32011-12-04V!2023-11-04 21:48:14,n!32011-12-04[!2023-11-04 21:48:14,m!32011-12-04h !2023-11-04 21:48:14,l!32011-12-04=!2023-11-04 21:48:14,k! 32013-11-18,2023-11-04 21:48:14+j!  32013-11-18,2023-11-04 21:48:14+i!  32013-11-18 o,2023-11-04 21:48:14,h! 32013-11-18,2023-11-04 21:48:14-g! 32013-11-18~),2023-11-04 21:48:14,f! 32013-11-18,2023-11-04 21:48:14,e! 32013-11-18l',2023-11-04 21:48:14,d! 32013-11-18km,2023-11-04 21:48:14,c! 32013-11-18j ,2023-11-04 21:48:14,b! 32013-11-18,2023-11-04 21:48:14,a! 32013-11-18TE,2023-11-04 21:48:14,`! 32013-11-18,2023-11-04 21:48:14,_! 32013-11-18i,2023-11-04 21:48:14,^! 32013-11-18%,2023-11-04 21:48:14,]!32012-12-272023-11-04 21:48:14+\! 32012-12-272023-11-04 21:48:14*[! 32012-12-272023-11-04 21:48:14,Z!32012-12-272023-11-04 21:48:14,Y!32012-12-272023-11-04 21:48:14,X!32012-12-272023-11-04 21:48:14,W!32012-12-27 2023-11-04 21:48:14,V!32012-12-27d2023-11-04 21:48:14,U!32012-12-27E2023-11-04 21:48:14,T!32012-12-27X62023-11-04 21:48:14,S!32012-12-2792023-11-04 21:48:14-R!32012-12-27&2023-11-04 21:48:14,Q!32014-07-03 W=2023-11-04 21:48:14,P!32014-07-03=2023-11-04 21:48:14,O!32014-07-03=2023-11-04 21:48:14,N!32014-07-03R/=2023-11-04 21:48:14,M!32014-07-038=2023-11-04 21:48:14+L!32014-07-03 =2023-11-04 21:48:14,K!32014-07-03N=2023-11-04 21:48:14-J!32014-07-03`=2023-11-04 21:48:14,I!32012-12-20 2023-11-04 21:48:14,H!32012-12-20 2023-11-04 21:48:14,G!32012-12-20R/ 2023-11-04 21:48:14,F!32012-12-208 2023-11-04 21:48:14+E!32012-12-20  2023-11-04 21:48:14,D!32012-12-20d 2023-11-04 21:48:14-C!32012-12-20` 2023-11-04 21:48:14,B!3 2013-04-16O2023-11-04 21:48:14,A!3 2013-04-16 2023-11-04 21:48:14,@!3 2013-04-16T 2023-11-04 21:48:14,?!3 2013-04-16S2023-11-04 21:48:14,>!3 2013-04-162023-11-04 21:48:14,=!3 2013-04-162023-11-04 21:48:14,<!3 2013-04-162023-11-04 21:48:14,;!32011-10-16 r2023-11-04 21:48:14,:!32011-10-16 r2023-11-04 21:48:14,9!32011-10-16 r2023-11-04 21:48:14,8!32011-10-16Lr2023-11-04 21:48:14,7!32011-10-16r2023-11-04 21:48:14,6!32011-10-16r2023-11-04 21:48:14,5!31955-04-072023-11-04 21:48:14,4!31955-04-07/2023-11-04 21:48:14,3!31955-04-0752023-11-04 21:48:14,2!31955-04-072023-11-04 21:48:14,1! 31916-11-142023-11-04 21:48:14+0!  31916-11-14t2023-11-04 21:48:14,/! 31916-11-142023-11-04 21:48:14,.! 31916-11-14 2023-11-04 21:48:14+-! 32012-12-03 S2023-11-04 21:48:14+,! 32012-12-03~S2023-11-04 21:48:14,+!32012-12-03 S2023-11-04 21:48:14,*!32012-12-03 S2023-11-04 21:48:14,)!32012-12-03S2023-11-04 21:48:14,(!32012-12-03%S2023-11-04 21:48:14,'!32012-12-03S2023-11-04 21:48:14,&!32012-12-03S2023-11-04 21:48:14,%!32012-12-03S2023-11-04 21:48:14,$!32012-12-03MS2023-11-04 21:48:14,#!32012-12-036S2023-11-04 21:48:14,"!32012-12-03S2023-11-04 21:48:14,!!32012-12-03 S2023-11-04 21:48:14, !32012-12-03S2023-11-04 21:48:14,!32012-12-03S2023-11-04 21:48:14,!32012-12-03S2023-11-04 21:48:14,!32012-12-03NS2023-11-04 21:48:14,!32012-11-19 S2023-11-04 21:48:14,!32012-11-19S2023-11-04 21:48:14,!32012-11-19%S2023-11-04 21:48:14,!32012-11-19S2023-11-04 21:48:14,!32012-11-19S2023-11-04 21:48:14,!32012-11-19S2023-11-04 21:48:14,!32012-11-19MS2023-11-04 21:48:14,!32012-11-196S2023-11-04 21:48:14,!32012-11-19S2023-11-04 21:48:14,!32012-11-19 S2023-11-04 21:48:14,!32012-11-19S2023-11-04 21:48:14,!32012-11-19S2023-11-04 21:48:14,!32012-11-19S2023-11-04 21:48:14,!32012-11-19NS2023-11-04 21:48:14,! 32011-01-172023-11-04 21:48:14, ! 32011-01-17%2023-11-04 21:48:14, ! 32011-01-172023-11-04 21:48:14, ! 32011-01-172023-11-04 21:48:14, ! 32011-01-172023-11-04 21:48:14, ! 32011-01-17M2023-11-04 21:48:14,! 32011-01-1762023-11-04 21:48:14,! 32011-01-172023-11-04 21:48:14,! 32011-01-17 2023-11-04 21:48:14,! 32011-01-172023-11-04 21:48:14,! 32011-01-172023-11-04 21:48:14,! 32011-01-172023-11-04 21:48:14,! 32011-01-17N2023-11-04 21:48:14,!32008-12-23o2023-11-04 21:48:14+! 32008-12-23Ko2023-11-04 21:48:14+!32008-12-23{o2023-11-04 21:48:14,~!32008-12-23%o2023-11-04 21:48:14,}!32008-12-23o2023-11-04 21:48:14,|!32008-12-236o2023-11-04 21:48:14,{!32008-12-23o2023-11-04 21:48:14,z!32008-12-23o2023-11-04 21:48:14,y!32008-12-23Qo2023-11-04 21:48:14,x!32008-12-23Mo2023-11-04 21:48:14,w!32008-12-23 o2023-11-04 21:48:14,v!32008-12-23 o2023-11-04 21:48:14,u!32008-12-23 o2023-11-04 21:48:14,t!32008-12-23o2023-11-04 21:48:14,s!32008-12-23No2023-11-04 21:48:14+r! 32008-12-18Ko2023-11-04 21:48:14+q!32008-12-18{o2023-11-04 21:48:14,p!32008-12-18%o2023-11-04 21:48:14,o!32008-12-18o2023-11-04 21:48:14,n!32008-12-186o2023-11-04 21:48:14,m!32008-12-18o2023-11-04 21:48:14,l!32008-12-18o2023-11-04 21:48:14,k!32008-12-18Qo2023-11-04 21:48:14,j!32008-12-18M o2023-11-04 21:48:14,i!32008-12-18 o2023-11-04 21:48:14,h!32008-12-18 o2023-11-04 21:48:14,g!32008-12-18 o2023-11-04 21:48:14,f!32008-12-18o2023-11-04 21:48:14,e!32008-12-18No2023-11-04 21:48:14+d!32008-06-02{m2023-11-04 21:48:14,c!32008-06-02%m2023-11-04 21:48:14,b!32008-06-02m2023-11-04 21:48:14,a!32008-06-026m2023-11-04 21:48:14,`!32008-06-02m2023-11-04 21:48:14,_!32008-06-02m2023-11-04 21:48:14,^!32008-06-02Qm2023-11-04 21:48:14,]!32008-06-02M m2023-11-04 21:48:14,\!32008-06-02 m2023-11-04 21:48:14,[!32008-06-02 m2023-11-04 21:48:14,Z!32008-06-02 m2023-11-04 21:48:14,Y!32008-06-02m2023-11-04 21:48:14,X!32008-06-02Nm2023-11-04 21:48:14+W! 32006-02-07 1i2023-11-04 21:48:14,V!32006-02-07i2023-11-04 21:48:14,U!32006-02-07  i2023-11-04 21:48:14,T!32006-02-07Ni2023-11-04 21:48:14,S!32006-02-07Ki2023-11-04 21:48:14+R!32006-02-07{i2023-11-04 21:48:14,Q!32006-02-07 i2023-11-04 21:48:14,P!32006-02-07i2023-11-04 21:48:14,O!32006-02-076i2023-11-04 21:48:14,N!32006-02-07%i2023-11-04 21:48:14,M!32006-02-07i2023-11-04 21:48:14,L!32006-02-07i2023-11-04 21:48:14,K!32006-02-07i2023-11-04 21:48:14,J!32006-02-07Mi2023-11-04 21:48:14,I!32006-02-07 i2023-11-04 21:48:14,H!32006-02-07:i2023-11-04 21:48:14,G!32006-02-07i2023-11-04 21:48:14,F!32006-02-07i2023-11-04 21:48:14,E!32006-02-05i2023-11-04 21:48:14,D!32006-02-05  i2023-11-04 21:48:14,C!32006-02-05Ni2023-11-04 21:48:14,B!32006-02-05Ki2023-11-04 21:48:14+A!32006-02-05{i2023-11-04 21:48:14,@!32006-02-05 i2023-11-04 21:48:14,?!32006-02-05i2023-11-04 21:48:14,>!32006-02-056i2023-11-04 21:48:14,=!32006-02-05%i2023-11-04 21:48:14,<!32006-02-05i2023-11-04 21:48:14,;!32006-02-05i2023-11-04 21:48:14,:!32006-02-05i2023-11-04 21:48:14,9!32006-02-05Mi2023-11-04 21:48:14,8!32006-02-05 i2023-11-04 21:48:14,7!32006-02-05:i2023-11-04 21:48:14,6!32006-02-05i2023-11-04 21:48:14,5!32006-02-05i2023-11-04 21:48:14,4!32006-02-01i2023-11-04 21:48:14,3!32006-02-01  i2023-11-04 21:48:14,2!32006-02-01Ni2023-11-04 21:48:14,1!32006-02-01Ki2023-11-04 21:48:14+0!32006-02-01{i2023-11-04 21:48:14,/!32006-02-01 i2023-11-04 21:48:14,.!32006-02-01i2023-11-04 21:48:14,-!32006-02-016i2023-11-04 21:48:14,,!32006-02-01%i2023-11-04 21:48:14,+!32006-02-01i2023-11-04 21:48:14,*!32006-02-01i2023-11-04 21:48:14,)!32006-02-01i2023-11-04 21:48:14,(!32006-02-01Mi2023-11-04 21:48:14,'!32006-02-01 i2023-11-04 21:48:14,&!32006-02-01:i2023-11-04 21:48:14,%!32006-02-01i2023-11-04 21:48:14,$!32006-02-01i2023-11-04 21:48:14,#!32006-01-26  i2023-11-04 21:48:14,"!32006-01-26Ni2023-11-04 21:48:14,!!32006-01-26Ki2023-11-04 21:48:14+ !32006-01-26{i2023-11-04 21:48:14,!32006-01-26 i2023-11-04 21:48:14,!32006-01-26i2023-11-04 21:48:14,!32006-01-266i2023-11-04 21:48:14,!32006-01-26%i2023-11-04 21:48:14,!32006-01-26i2023-11-04 21:48:14,!32006-01-26i2023-11-04 21:48:14,!32006-01-26i2023-11-04 21:48:14,!32006-01-26Mi2023-11-04 21:48:14,!32006-01-26 i2023-11-04 21:48:14,!32006-01-26:i2023-11-04 21:48:14,!32006-01-26i2023-11-04 21:48:14,!32006-01-26i2023-11-04 21:48:14,!32005-11-23Nh2023-11-04 21:48:14,!32005-11-23Kh2023-11-04 21:48:14+!32005-11-23{h2023-11-04 21:48:14,!32005-11-23 h2023-11-04 21:48:14,!32005-11-23h2023-11-04 21:48:14,!32005-11-236h2023-11-04 21:48:14, !32005-11-23%h2023-11-04 21:48:14, !32005-11-23h2023-11-04 21:48:14, !32005-11-23h2023-11-04 21:48:14, !32005-11-23h2023-11-04 21:48:14, !32005-11-23Mh2023-11-04 21:48:14,!32005-11-23 h2023-11-04 21:48:14,!32005-11-23:h2023-11-04 21:48:14,!32005-11-23h2023-11-04 21:48:14,!32005-11-23h2023-11-04 21:48:14,!32005-05-23Kh2023-11-04 21:48:14+!32005-05-23{h2023-11-04 21:48:14,!32005-05-23 h2023-11-04 21:48:14,!32005-05-23h2023-11-04 21:48:14,!32005-05-236h2023-11-04 21:48:14,!32005-05-23%h2023-11-04 21:48:14,~!32005-05-23h2023-11-04 21:48:14,}!32005-05-23h2023-11-04 21:48:14,|!32005-05-23h2023-11-04 21:48:14,{!32005-05-23Mh2023-11-04 21:48:14,z!32005-05-23 h2023-11-04 21:48:14,y!32005-05-23:h2023-11-04 21:48:14,x!32005-05-23h2023-11-04 21:48:14,w!32005-05-23(h2023-11-04 21:48:14+v!32005-05-18{h2023-11-04 21:48:14,u!32005-05-18 h2023-11-04 21:48:14,t!32005-05-18h2023-11-04 21:48:14,s!32005-05-186h2023-11-04 21:48:14,r!32005-05-18%h2023-11-04 21:48:14,q!32005-05-18gh2023-11-04 21:48:14,p!32005-05-18h2023-11-04 21:48:14,o!32005-05-18h2023-11-04 21:48:14,n!32005-05-18h2023-11-04 21:48:14,m!32005-05-18Mh2023-11-04 21:48:14,l!32005-05-18 h2023-11-04 21:48:14,k!32005-05-18:h2023-11-04 21:48:14,j!32005-05-18h2023-11-04 21:48:14,i!32005-05-18(h2023-11-04 21:48:14+h!32005-03-21{h2023-11-04 21:48:14,g!32005-03-21 h2023-11-04 21:48:14,f!32005-03-21h2023-11-04 21:48:14,e!32005-03-216h2023-11-04 21:48:14,d!32005-03-21%h2023-11-04 21:48:14,c!32005-03-21gh2023-11-04 21:48:14,b!32005-03-21h2023-11-04 21:48:14,a!32005-03-21h2023-11-04 21:48:14,`!32005-03-21h2023-11-04 21:48:14,_!32005-03-21Mh2023-11-04 21:48:14,^!32005-03-21 h2023-11-04 21:48:14,]!32005-03-21:h2023-11-04 21:48:14,\!32005-03-21h2023-11-04 21:48:14,[!32005-03-21(h2023-11-04 21:48:14,Z!32005-01-12 h2023-11-04 21:48:14,Y!32005-01-12h2023-11-04 21:48:14,X!32005-01-126h2023-11-04 21:48:14,W!32005-01-12%h2023-11-04 21:48:14,V!32005-01-12gh2023-11-04 21:48:14,U!32005-01-12h2023-11-04 21:48:14,T!32005-01-12h2023-11-04 21:48:14,S!32005-01-12h2023-11-04 21:48:14,R!32005-01-12Mh2023-11-04 21:48:14,Q!32005-01-12 h2023-11-04 21:48:14,P!32005-01-12:h2023-11-04 21:48:14,O!32005-01-12h2023-11-04 21:48:14,N!32005-01-12(h2023-11-04 21:48:14,M!32003-03-106e2023-11-04 21:48:14,L!32003-03-10%e2023-11-04 21:48:14,K!32003-03-10ge2023-11-04 21:48:14,J!32003-03-10e2023-11-04 21:48:14,I!32003-03-10e2023-11-04 21:48:14,H!32003-03-10e2023-11-04 21:48:14,G!32003-03-10e2023-11-04 21:48:14,F!32003-03-10Me2023-11-04 21:48:14,E!32003-03-10 e2023-11-04 21:48:14,D!32003-03-10:e2023-11-04 21:48:14,C!32003-03-10e2023-11-04 21:48:14,B!32003-03-10(e2023-11-04 21:48:14,A!32002-12-10Fd2023-11-04 21:48:14+@! 32002-12-10 1d2023-11-04 21:48:14+?!32002-12-10{d2023-11-04 21:48:14+>! 32002-12-10 9d2023-11-04 21:48:14,=!32002-12-10gd2023-11-04 21:48:14+<! 32002-12-10%d2023-11-04 21:48:14,;!32002-12-10d2023-11-04 21:48:14,:!32002-12-10Md2023-11-04 21:48:14,9!32002-12-106d2023-11-04 21:48:14,8!32002-12-10d2023-11-04 21:48:14,7!32002-12-10d2023-11-04 21:48:14,6!32002-12-10Gd2023-11-04 21:48:14,5!32002-12-10:d2023-11-04 21:48:14,4!32002-12-10d2023-11-04 21:48:14,3!32002-12-10 d2023-11-04 21:48:14,2!32002-12-10d2023-11-04 21:48:14,1!32002-12-10d2023-11-04 21:48:14,0!32002-12-10d2023-11-04 21:48:14,/!32002-11-06Fd2023-11-04 21:48:14+.! 32002-11-06 1d2023-11-04 21:48:14+-!32002-11-06{d2023-11-04 21:48:14+,! 32002-11-06 9d2023-11-04 21:48:14,+!32002-11-06gd2023-11-04 21:48:14+*! 32002-11-06%d2023-11-04 21:48:14,)!32002-11-06d2023-11-04 21:48:14,(!32002-11-06Md2023-11-04 21:48:14,'!32002-11-066d2023-11-04 21:48:14,&!32002-11-06d2023-11-04 21:48:14,%!32002-11-06d2023-11-04 21:48:14,$!32002-11-06Gd2023-11-04 21:48:14,#!32002-11-06:d2023-11-04 21:48:14,"!32002-11-06d2023-11-04 21:48:14,!!32002-11-06 d2023-11-04 21:48:14, !32002-11-06d2023-11-04 21:48:14,!32002-11-06d2023-11-04 21:48:14,!32002-11-06d2023-11-04 21:48:14,!32001-05-07F2023-11-04 21:48:14+! 32001-05-07 12023-11-04 21:48:14+!32001-05-07{2023-11-04 21:48:14+! 32001-05-07 92023-11-04 21:48:14,!32001-05-07g2023-11-04 21:48:14+! 32001-05-07%2023-11-04 21:48:14,!32001-05-072023-11-04 21:48:14,!32001-05-07M2023-11-04 21:48:14,!32001-05-0762023-11-04 21:48:14,!32001-05-072023-11-04 21:48:14,!32001-05-072023-11-04 21:48:14,!32001-05-07G2023-11-04 21:48:14,!32001-05-07:2023-11-04 21:48:14,!32001-05-072023-11-04 21:48:14,!32001-05-07 2023-11-04 21:48:14,!32001-05-072023-11-04 21:48:14, !32001-05-072023-11-04 21:48:14, !32001-05-072023-11-04 21:48:14, !32001-03-26F2023-11-04 21:48:14+ ! 32001-03-26 12023-11-04 21:48:14+ !32001-03-26{2023-11-04 21:48:14+! 32001-03-26 92023-11-04 21:48:14,!32001-03-26g2023-11-04 21:48:14+! 32001-03-26%2023-11-04 21:48:14,!32001-03-262023-11-04 21:48:14,!32001-03-26M2023-11-04 21:48:14,!32001-03-2662023-11-04 21:48:14,!32001-03-262023-11-04 21:48:14,!32001-03-262023-11-04 21:48:14,!32001-03-26G2023-11-04 21:48:14,!32001-03-26:2023-11-04 21:48:14,~!32001-03-262023-11-04 21:48:14,}!32001-03-26 2023-11-04 21:48:14,|!32001-03-262023-11-04 21:48:14,{!32001-03-262023-11-04 21:48:14,z!32001-03-262023-11-04 21:48:14,y! 32001-03-07F2023-11-04 21:48:14+x!  32001-03-07 12023-11-04 21:48:14+w! 32001-03-07{2023-11-04 21:48:14+v!  32001-03-07 92023-11-04 21:48:14,u! 32001-03-07g2023-11-04 21:48:14+t!  32001-03-07%2023-11-04 21:48:14,s! 32001-03-072023-11-04 21:48:14,r! 32001-03-07M2023-11-04 21:48:14,q! 32001-03-0762023-11-04 21:48:14,p! 32001-03-072023-11-04 21:48:14,o! 32001-03-072023-11-04 21:48:14,n! 32001-03-07G2023-11-04 21:48:14,m! 32001-03-07:2023-11-04 21:48:14,l! 32001-03-072023-11-04 21:48:14,k! 32001-03-07 2023-11-04 21:48:14,j! 32001-03-072023-11-04 21:48:14,i! 32001-03-072023-11-04 21:48:14,h! 32001-03-072023-11-04 21:48:14+g! 32001-03-06 1r2023-11-04 21:48:14+f!32001-03-06{r2023-11-04 21:48:14+e! 32001-03-06 9r2023-11-04 21:48:14,d!32001-03-06gr2023-11-04 21:48:14+c! 32001-03-06%r2023-11-04 21:48:14,b!32001-03-06r2023-11-04 21:48:14,a!32001-03-06Mr2023-11-04 21:48:14,`!32001-03-066r2023-11-04 21:48:14,_!32001-03-06r2023-11-04 21:48:14,^!32001-03-06r2023-11-04 21:48:14,]!32001-03-06Gr2023-11-04 21:48:14,\!32001-03-06:r2023-11-04 21:48:14,[!32001-03-06r2023-11-04 21:48:14,Z!32001-03-06 r2023-11-04 21:48:14,Y!32001-03-06r2023-11-04 21:48:14,X!32001-03-06r2023-11-04 21:48:14,W!32001-03-06r2023-11-04 21:48:14+V! 32001-02-19 1r2023-11-04 21:48:14+U!32001-02-19{r2023-11-04 21:48:14+T! 32001-02-19 9r2023-11-04 21:48:14,S!32001-02-19gr2023-11-04 21:48:14+R! 32001-02-19%r2023-11-04 21:48:14,Q!32001-02-19r2023-11-04 21:48:14,P!32001-02-19Mr2023-11-04 21:48:14,O!32001-02-196r2023-11-04 21:48:14,N!32001-02-19r2023-11-04 21:48:14,M!32001-02-19r2023-11-04 21:48:14,L!32001-02-19Gr2023-11-04 21:48:14,K!32001-02-19:r2023-11-04 21:48:14,J!32001-02-19r2023-11-04 21:48:14,I!32001-02-19 r2023-11-04 21:48:14,H!32001-02-19r2023-11-04 21:48:14,G!32001-02-19r2023-11-04 21:48:14,F!32001-02-19r2023-11-04 21:48:14+E! 32000-02-01 1a2023-11-04 21:48:14+D!32000-02-01{a2023-11-04 21:48:14+C! 32000-02-01 9a2023-11-04 21:48:14,B!32000-02-01ga2023-11-04 21:48:14+A! 32000-02-01%a2023-11-04 21:48:14,@!32000-02-01a2023-11-04 21:48:14,?!32000-02-01Ma2023-11-04 21:48:14,>!32000-02-016a2023-11-04 21:48:14,=!32000-02-01a2023-11-04 21:48:14,<!32000-02-01a2023-11-04 21:48:14,;!32000-02-01Ga2023-11-04 21:48:14,:!32000-02-01:a2023-11-04 21:48:14,9!32000-02-01a2023-11-04 21:48:14,8!32000-02-01 a2023-11-04 21:48:14,7!32000-02-01a2023-11-04 21:48:14,6!32000-02-01a2023-11-04 21:48:14,5!32000-02-01a2023-11-04 21:48:14+4! 31999-12-21 1a2023-11-04 21:48:14+3!31999-12-21{a2023-11-04 21:48:14 xtD~~~~Y~*}}}}p}B}||||X|({{{{l{={zzzzRz#yyyyhy8y xxx|xMxwwwwbw3wvvvxvIvuuuu^u/utttutGtssss^s/srrrsrDrqqqqZq-qpppypKpoooofo8o nnnnRn%mmmmnmAmllll[l-kkkkwkJkjjjjij=jiiiiVi)hhhhthFhggggag3gfff{fMfeeeege9e ddddSd&ccccrcDcbbbb^b0baaaxaIa````d`6`___~_P_"^^^^h^:^ ]]]]U]'\\\\n\@\[[[[\[/[ZZZwZIZYYYYbY5YXXX}XOX!WWWWjW>WVVVV^V0VUUUyUKUTTTTiT?>>>>\>/>===z=M= <<<54444Y4+3333t3G32222d2621111Q1#0000l0>0////Z/,....u.G.----b-6- ,,,,S,&++++n+@+****Z*+))))s)D)((((](/('''v'H'&&&&b&4&%%%}%O%!$$$$k$=$####X#*""""r"E"!!!!_!1! y K e7~P"j=Z,vIh;U&n@\/{O#l>X*tFb4|Nh<W*sE _ 3  { M  h 9 U ' n @ Z,rD_1x+|! 31996-02-15[2023-11-04 21:48:14+{! 31996-02-15w[2023-11-04 21:48:14+z! 31996-02-15[2023-11-04 21:48:14,y! 31954-01-18@Z2023-11-04 21:48:14+x! 31954-01-18?Z2023-11-04 21:48:14+w! 31954-01-18(Z2023-11-04 21:48:14+v! 31954-01-18 Z2023-11-04 21:48:14+u! 31954-01-18KZ2023-11-04 21:48:14+t! 31954-01-18Z2023-11-04 21:48:14*s! 31954-01-18]Z2023-11-04 21:48:14+r! 31954-01-18Z2023-11-04 21:48:14,q! 31954-01-18aZ2023-11-04 21:48:14+p! 31970-08-06Y2023-11-04 21:48:14+o! 31970-08-069Y2023-11-04 21:48:14,n! 31970-08-06a Y2023-11-04 21:48:14+m! 31970-08-06Y2023-11-04 21:48:14*l! 31970-08-06] Y2023-11-04 21:48:14+k! 31970-08-06Y2023-11-04 21:48:14+j! 31970-08-06Y2023-11-04 21:48:14+i! 31970-08-06?Y2023-11-04 21:48:14,h! 31970-08-06@Y2023-11-04 21:48:14+g! 31970-08-06>Y2023-11-04 21:48:14+f! 3q1950-02-28 X2023-11-04 21:48:14*e!  3q1950-02-28X2023-11-04 21:48:14,d! 3q1950-02-28X2023-11-04 21:48:14,c! 3q1950-02-28;X2023-11-04 21:48:14+b! 3q1950-02-28LX2023-11-04 21:48:14+a! 3q1950-02-28X2023-11-04 21:48:14+`! 3\1982-12-01W2023-11-04 21:48:14+_! 3\1982-12-01W2023-11-04 21:48:14+^! 3\1982-12-01>W2023-11-04 21:48:14)]!  3\1982-12-017W2023-11-04 21:48:14,\! 3\1982-12-01aW2023-11-04 21:48:14+[! 3\1982-12-01?W2023-11-04 21:48:14*Z!  3\1982-12-01W2023-11-04 21:48:14*Y! 3\1982-12-01]W2023-11-04 21:48:14,X! 3\1982-12-01@W2023-11-04 21:48:14+W! 3\1982-12-01W2023-11-04 21:48:14+V! 3\1982-12-01 W2023-11-04 21:48:14+U! 3\1982-12-01W2023-11-04 21:48:14+T! 3\1980-04-04V2023-11-04 21:48:14+S! 3\1980-04-04V2023-11-04 21:48:14+R! 3\1980-04-04>V2023-11-04 21:48:14)Q!  3\1980-04-047V2023-11-04 21:48:14,P! 3\1980-04-04aV2023-11-04 21:48:14+O! 3\1980-04-04?V2023-11-04 21:48:14*N!  3\1980-04-04V2023-11-04 21:48:14*M! 3\1980-04-04]V2023-11-04 21:48:14,L! 3\1980-04-04@V2023-11-04 21:48:14+K! 3\1980-04-04V2023-11-04 21:48:14+J! 3\1980-04-04 V2023-11-04 21:48:14+I! 3\1980-04-04V2023-11-04 21:48:14+H! 3v2005-11-22U2023-11-04 21:48:14*G! 3v2005-11-226U2023-11-04 21:48:14*F! 3v2005-11-22=U2023-11-04 21:48:14+E! 3v2005-11-22.U2023-11-04 21:48:14*D! 3v2005-11-223U2023-11-04 21:48:14+C! 3\1982-08-23T2023-11-04 21:48:14+B! 3\1982-08-23T2023-11-04 21:48:14+A! 3\1982-08-23>T2023-11-04 21:48:14)@!  3\1982-08-237T2023-11-04 21:48:14,?! 3\1982-08-23aT2023-11-04 21:48:14+>! 3\1982-08-23?T2023-11-04 21:48:14*=!  3\1982-08-23T2023-11-04 21:48:14*<! 3\1982-08-23]T2023-11-04 21:48:14,;! 3\1982-08-23@T2023-11-04 21:48:14+:! 3\1982-08-23T2023-11-04 21:48:14+9! 3\1982-08-23 T2023-11-04 21:48:14+8! 3\1982-08-23T2023-11-04 21:48:14+7! 31981-12-18S2023-11-04 21:48:14+6! 31981-12-18"S2023-11-04 21:48:14+5! 31981-02-04)Q2023-11-04 21:48:14+4! 31981-02-04 Q2023-11-04 21:48:14+3! 31981-02-04Q2023-11-04 21:48:14*2! 31981-02-04hLQ2023-11-04 21:48:14*1! 31981-02-04QQ2023-11-04 21:48:14+0! 31981-02-04Q2023-11-04 21:48:14+/! 31971-12-08O2023-11-04 21:48:14*.! 31971-12-081O2023-11-04 21:48:14*-! 31971-12-08#.O2023-11-04 21:48:14+,! 31971-12-08ZO2023-11-04 21:48:14++! 31971-12-08O2023-11-04 21:48:14+*! 31971-12-084O2023-11-04 21:48:14+)! 31971-12-08O2023-11-04 21:48:14+(! 31971-12-08 O2023-11-04 21:48:14+'! 31971-12-08,O2023-11-04 21:48:14+&! 31971-12-08tO2023-11-04 21:48:14+%! 31948-07-296N2023-11-04 21:48:14+$! 31948-07-29 &N2023-11-04 21:48:14+#! 31948-07-29^!N2023-11-04 21:48:14+"! 31948-07-29N2023-11-04 21:48:14*!! 31948-07-29^8N2023-11-04 21:48:14+ ! 31948-07-29I N2023-11-04 21:48:14)!  31948-07-29BN2023-11-04 21:48:14)! 3+1987-03-10M2023-11-04 21:48:14*! 3+1987-03-10QM2023-11-04 21:48:14*! 3+1987-03-10M2023-11-04 21:48:14*! 3+1987-03-10M2023-11-04 21:48:14*! 3+1987-03-10> M2023-11-04 21:48:14*! 3+1987-03-10q3M2023-11-04 21:48:14)!  3+1987-03-10{M2023-11-04 21:48:14+! 3-1998-01-02=DL2023-11-04 21:48:14+! 3-1998-01-02L2023-11-04 21:48:14+! 3-1998-01-02hL2023-11-04 21:48:14+! 3-1998-01-02L2023-11-04 21:48:14+! 3-1998-01-02c L2023-11-04 21:48:14+! 3-1998-01-02=L2023-11-04 21:48:14+! 31991-01-12lK2023-11-04 21:48:14+! 31991-01-12K2023-11-04 21:48:14+! 31991-01-126LK2023-11-04 21:48:14,! 31991-01-125K2023-11-04 21:48:14+ ! 31991-01-12K2023-11-04 21:48:14, ! 31993-10-13:J2023-11-04 21:48:14+ ! 31993-10-13 J2023-11-04 21:48:14+ ! 31993-10-13f J2023-11-04 21:48:14* ! 31993-10-13/oJ2023-11-04 21:48:14*! 311996-12-11I2023-11-04 21:48:14*! 311996-12-11x\I2023-11-04 21:48:14*! 311996-12-11I2023-11-04 21:48:14*! 311996-12-11+I2023-11-04 21:48:14*! 311996-12-11I2023-11-04 21:48:14*! 311996-12-11I2023-11-04 21:48:14*! 311996-12-11`[I2023-11-04 21:48:14*! 311996-12-11I2023-11-04 21:48:14*! 311996-12-11A I2023-11-04 21:48:14+! 31978-03-31H2023-11-04 21:48:14+~! 31978-03-31VH2023-11-04 21:48:14+}! 31978-03-31qH2023-11-04 21:48:14+|! 31978-03-31{H2023-11-04 21:48:14,{! 31978-03-31H2023-11-04 21:48:14*z!  32009-04-05 G2023-11-04 21:48:14)y!  32009-04-05JG2023-11-04 21:48:14*x!  32009-04-05cG2023-11-04 21:48:14*w!  32009-04-05dG2023-11-04 21:48:14+v! 32009-04-05NG2023-11-04 21:48:14+u! 32009-04-05 G2023-11-04 21:48:14+t! 32009-04-05lG2023-11-04 21:48:14+s! 32009-04-052G2023-11-04 21:48:14+r! 32009-04-05]-G2023-11-04 21:48:14+q! 32009-04-05G2023-11-04 21:48:14+p! 32009-04-05xG2023-11-04 21:48:14+o! 32009-04-05E/G2023-11-04 21:48:14+n! 31980-03-03gF2023-11-04 21:48:14,m! 31980-03-03pF2023-11-04 21:48:14+l! 31980-03-03( F2023-11-04 21:48:14+k! 3B2007-02-22!E2023-11-04 21:48:14+j! 3B2007-02-22E2023-11-04 21:48:14+i! 3B2007-02-22eE2023-11-04 21:48:14+h! 3B2007-02-22E2023-11-04 21:48:14+g! 3B2007-02-22E2023-11-04 21:48:14+f! 3B2007-02-22E2023-11-04 21:48:14+e! 3B2007-02-22YE2023-11-04 21:48:14+d! 3B2007-02-22 E2023-11-04 21:48:14+c! 3B2007-02-22)E2023-11-04 21:48:14+b! 3B2007-02-22E2023-11-04 21:48:14+a! 31992-07-11 D2023-11-04 21:48:14+`! 31992-07-110D2023-11-04 21:48:14+_! 31992-07-11kD2023-11-04 21:48:14+^! 31992-07-11D2023-11-04 21:48:14+]! 31992-07-11%D2023-11-04 21:48:14+\! 31992-07-11 D2023-11-04 21:48:14*[!  31992-07-11D2023-11-04 21:48:14+Z! 31992-07-11D2023-11-04 21:48:14+Y! 31992-07-11P>D2023-11-04 21:48:14+X! 31992-07-11q,D2023-11-04 21:48:14+W! 31992-07-11D2023-11-04 21:48:14+V! 31992-07-11D2023-11-04 21:48:14+U! 31992-07-11$.D2023-11-04 21:48:14+T! 31992-07-111D2023-11-04 21:48:14*S! 31992-07-11lD2023-11-04 21:48:14+R! 31992-07-112D2023-11-04 21:48:14+Q! 31992-07-11u! 3P2000-12-20@2023-11-04 21:48:14+=! 3P2000-12-20@2023-11-04 21:48:14,<! 3P2000-12-20`@2023-11-04 21:48:14+;! 3P2000-12-20@2023-11-04 21:48:14+:! 3P2000-12-20T@2023-11-04 21:48:14,9! 31963-10-18?2023-11-04 21:48:14+8! 31963-10-18?2023-11-04 21:48:14+7! 31963-10-18?2023-11-04 21:48:14*6!  31963-10-18?2023-11-04 21:48:14,5! 31963-10-18Y?2023-11-04 21:48:14,4! 3}1961-11-14>2023-11-04 21:48:14,3! 3}1961-11-14.>2023-11-04 21:48:14+2! 3}1961-11-14C>2023-11-04 21:48:14+1! 31985-06-05f <2023-11-04 21:48:14*0! 31985-06-05/~<2023-11-04 21:48:14,/! 31985-06-05:<2023-11-04 21:48:14*.!  31985-06-05<2023-11-04 21:48:14+-! 3M1974-12-09;2023-11-04 21:48:14,,! 3M1974-12-09;2023-11-04 21:48:14++! 3M1974-12-09E;2023-11-04 21:48:14+*! 3M1974-12-09;2023-11-04 21:48:14+)! 3M1974-12-09;2023-11-04 21:48:14+(! 3M1974-12-09v;2023-11-04 21:48:14+'! 3M1974-12-09&;2023-11-04 21:48:14+&! 31945-11-05:2023-11-04 21:48:14+%! 31945-11-05:2023-11-04 21:48:14*$! 31945-11-05 :2023-11-04 21:48:14+#! 31945-11-05 :2023-11-04 21:48:14+"! 31945-11-05:2023-11-04 21:48:14*!! 31945-11-05hL:2023-11-04 21:48:14* !  31988-06-03d92023-11-04 21:48:14*!  31988-06-03 92023-11-04 21:48:14)!  31988-06-03J92023-11-04 21:48:14*!  31988-06-03 92023-11-04 21:48:14+! 31988-06-03l92023-11-04 21:48:14+! 31988-06-03N#92023-11-04 21:48:14+! 31988-06-03]792023-11-04 21:48:14+! 31988-06-03, 92023-11-04 21:48:14+! 31988-06-03392023-11-04 21:48:14+! 31988-06-03E92023-11-04 21:48:14+! 31988-06-0392023-11-04 21:48:14+! 31988-06-03 92023-11-04 21:48:14*! 3 1973-10-16Q82023-11-04 21:48:14+! 3 1973-10-1682023-11-04 21:48:14+! 3 1973-10-1682023-11-04 21:48:14*!  3 1973-10-1682023-11-04 21:48:14*! 3 1973-10-16h>82023-11-04 21:48:14+! 3 1973-10-1682023-11-04 21:48:14+! 3 1973-10-1682023-11-04 21:48:14+ ! 3 1973-10-16_82023-11-04 21:48:14+ ! 31982-03-0962023-11-04 21:48:14+ ! 31982-03-09q?62023-11-04 21:48:14+ ! 31982-03-09Q62023-11-04 21:48:14* ! 31982-03-0962023-11-04 21:48:14+! 31982-03-09>62023-11-04 21:48:14+! 3n1963-08-2852023-11-04 21:48:14+! 3n1963-08-2852023-11-04 21:48:14+! 3n1963-08-2852023-11-04 21:48:14*! 3n1963-08-28hJ52023-11-04 21:48:14+! 3n1963-08-2852023-11-04 21:48:14+! 3n1963-08-2852023-11-04 21:48:14*! 3K1946-12-16F42023-11-04 21:48:14*! 3K1946-12-16z742023-11-04 21:48:14+! 3K1946-12-1642023-11-04 21:48:14*~! 3K1946-12-16F42023-11-04 21:48:14+}! 3K1946-12-16>42023-11-04 21:48:14*|! 3K1946-12-16Z42023-11-04 21:48:14+{! 31957-05-28b32023-11-04 21:48:14*z!  31957-05-28,32023-11-04 21:48:14+y! 31957-05-2832023-11-04 21:48:14+x! 31957-05-28]F32023-11-04 21:48:14+w! 31957-05-2832023-11-04 21:48:14+v! 31957-05-28F 32023-11-04 21:48:14+u! 31957-05-28E-32023-11-04 21:48:14+t! 31957-05-28N32023-11-04 21:48:14*s!  31975-02-13,22023-11-04 21:48:14+r! 31975-02-1322023-11-04 21:48:14+q! 31975-02-133 22023-11-04 21:48:14+p! 31975-02-13b22023-11-04 21:48:14+o! 31975-02-13 22023-11-04 21:48:14+n! 31975-02-13]522023-11-04 21:48:14+m! 31975-02-1322023-11-04 21:48:14+l! 31975-02-13N 22023-11-04 21:48:14+k! 31975-02-13l 22023-11-04 21:48:14+j! 31975-02-1322023-11-04 21:48:14+i! 31975-02-13E*22023-11-04 21:48:14+h! 31975-02-13,22023-11-04 21:48:14+g! 31993-03-24P12023-11-04 21:48:14+f! 31993-03-24t12023-11-04 21:48:14+e! 31993-03-24112023-11-04 21:48:14+d! 31993-03-2412023-11-04 21:48:14+c! 3Y1960-12-0802023-11-04 21:48:14,b! 3Y1960-12-08,02023-11-04 21:48:14+a! 3Y1960-12-0802023-11-04 21:48:14,`! 3Y1960-12-0802023-11-04 21:48:14*_!  3Y1960-12-0802023-11-04 21:48:14+^! 3Y1960-12-0802023-11-04 21:48:14*]!  361996-12-10/2023-11-04 21:48:14*\!  361996-12-10/2023-11-04 21:48:14*[!  361996-12-10/2023-11-04 21:48:14*Z!  361996-12-10/2023-11-04 21:48:14*Y!  361996-12-10/2023-11-04 21:48:14+X! 361996-12-10w/2023-11-04 21:48:14*W! 361996-12-10/2023-11-04 21:48:14+V! 361996-12-10x/2023-11-04 21:48:14+U! 361996-12-10 /2023-11-04 21:48:14*T! 361996-12-10:/2023-11-04 21:48:14+S! 361996-12-10/2023-11-04 21:48:14*R!  361996-12-10`/2023-11-04 21:48:14+Q! 361996-12-10 /2023-11-04 21:48:14*P!  361996-12-10/2023-11-04 21:48:14+O! 361996-12-10F/2023-11-04 21:48:14+N! 32005-05-31.2023-11-04 21:48:14+M! 32005-05-31.2023-11-04 21:48:14+L! 32005-05-31.2023-11-04 21:48:14,K! 32005-05-31.2023-11-04 21:48:14,J! 32005-05-31m.2023-11-04 21:48:14+I! 31997-10-17-2023-11-04 21:48:14+H! 31997-10-17_-2023-11-04 21:48:14+G! 31997-10-17-2023-11-04 21:48:14+F! 31997-10-17-2023-11-04 21:48:14*E!  31997-10-17 -2023-11-04 21:48:14*D! 31997-10-17Q -2023-11-04 21:48:14*C! 31997-10-17hA-2023-11-04 21:48:14+B! 31997-10-17 -2023-11-04 21:48:14*A! 342007-12-20+*2023-11-04 21:48:14*@! 342007-12-20 *2023-11-04 21:48:14*?! 342007-12-20*2023-11-04 21:48:14*>! 342007-12-20L*2023-11-04 21:48:14*=! 342007-12-20 *2023-11-04 21:48:14*<! 342007-12-20*2023-11-04 21:48:14*;! 342007-12-20*2023-11-04 21:48:14+:! 31990-08-288)2023-11-04 21:48:14+9! 31990-08-28&)2023-11-04 21:48:14+8! 31990-08-28)2023-11-04 21:48:14+7! 31990-08-28 )2023-11-04 21:48:14)6!  31990-08-28B)2023-11-04 21:48:14+5! 31990-08-28^5)2023-11-04 21:48:14+4! 31990-08-28 )2023-11-04 21:48:14*3! 31990-08-28^()2023-11-04 21:48:14+2! 31990-08-28)2023-11-04 21:48:14+1! 31990-08-28I )2023-11-04 21:48:14*0! 31948-11-26\(2023-11-04 21:48:14*/! 31948-11-26B(2023-11-04 21:48:14*.! 31948-11-26(2023-11-04 21:48:14)-! 31948-11-26?(2023-11-04 21:48:14),!  31948-11-26(2023-11-04 21:48:14*+! 31948-11-267(2023-11-04 21:48:14+*! 31985-07-26f '2023-11-04 21:48:14*)! 31985-07-26/~'2023-11-04 21:48:14,(! 31985-07-26:'2023-11-04 21:48:14*'!  31985-07-26'2023-11-04 21:48:14*&! 3i1995-12-13Z&2023-11-04 21:48:14*%! 3i1995-12-13&2023-11-04 21:48:14)$! 3i1995-12-13-&2023-11-04 21:48:14)#!  3i1995-12-13&2023-11-04 21:48:14*"! 3i1995-12-139&2023-11-04 21:48:14*!! 3i1995-12-13B&2023-11-04 21:48:14* ! 3i1995-12-13&2023-11-04 21:48:14)!  3i1995-12-13&&2023-11-04 21:48:14)!  3i1995-12-13&2023-11-04 21:48:14*! 3i1995-12-13t&2023-11-04 21:48:14*! 3i1995-12-13&2023-11-04 21:48:14)! 3i1995-12-13#6&2023-11-04 21:48:14*! 3i1995-12-13"&2023-11-04 21:48:14*! 3i1995-12-13&2023-11-04 21:48:14*! 3i1995-12-13&2023-11-04 21:48:14+! 3!1989-12-05M%2023-11-04 21:48:14+! 3!1989-12-05%2023-11-04 21:48:14+! 3!1989-12-05k%2023-11-04 21:48:14,! 3!1989-12-05%2023-11-04 21:48:14+! 3!1989-12-05%2023-11-04 21:48:14*!  3!1989-12-05%2023-11-04 21:48:14*!  3!1989-12-05%2023-11-04 21:48:14*! 3!1989-12-05v%2023-11-04 21:48:14+! 3!1989-12-05~%2023-11-04 21:48:14+! 3!1989-12-05Q%2023-11-04 21:48:14+ ! 3!1989-12-05%%2023-11-04 21:48:14+ ! 3!1989-12-05}%2023-11-04 21:48:14+ ! 3!1989-12-05r%2023-11-04 21:48:14+ ! 31950-10-30E $2023-11-04 21:48:14+ ! 31950-10-30];$2023-11-04 21:48:14+! 31950-10-30F $2023-11-04 21:48:14+! 31950-10-30b$2023-11-04 21:48:14+! 31950-10-30$2023-11-04 21:48:14+! 31950-10-30 $2023-11-04 21:48:14+! 31950-10-30N$2023-11-04 21:48:14+! 31963-07-24#2023-11-04 21:48:14+! 31963-07-24#2023-11-04 21:48:14+! 31963-07-24 #2023-11-04 21:48:14*!  31963-07-24q#2023-11-04 21:48:14+! 31963-07-24#2023-11-04 21:48:14+~! 31963-07-24#2023-11-04 21:48:14+}! 31963-07-24;#2023-11-04 21:48:14+|! 31963-07-24, #2023-11-04 21:48:14+{! 31963-07-24+#2023-11-04 21:48:14+z! 31963-07-242#2023-11-04 21:48:14(y!  3T1982-12-31B"2023-11-04 21:48:14*x! 3T1982-12-31I "2023-11-04 21:48:14*w! 3T1982-12-31^/"2023-11-04 21:48:14*v! 3T1982-12-31"2023-11-04 21:48:14*u! 3T1982-12-314"2023-11-04 21:48:14*t! 3T1982-12-31 "2023-11-04 21:48:14)s! 3T1982-12-31^$"2023-11-04 21:48:14*r! 3T1982-12-31"2023-11-04 21:48:14*q! 3T1982-12-31 #"2023-11-04 21:48:14+p! 31996-09-24f !2023-11-04 21:48:14*o! 31996-09-24/l!2023-11-04 21:48:14+n! 31996-09-24 !2023-11-04 21:48:14,m! 31996-09-24:!2023-11-04 21:48:14+l! 31996-09-24 !2023-11-04 21:48:14+k! 3%1952-01-20 2023-11-04 21:48:14+j! 3%1952-01-20Fx 2023-11-04 21:48:14+i! 3%1952-01-20 2023-11-04 21:48:14+h! 3%1952-01-20_ 2023-11-04 21:48:14+g! 3%1952-01-20 2023-11-04 21:48:14+f! 3%1952-01-20>V 2023-11-04 21:48:14+e! 3%1952-01-20 2023-11-04 21:48:14+d! 3%1952-01-20 2023-11-04 21:48:14+c! 3%1952-01-20L 2023-11-04 21:48:14+b! 3%1952-01-20g 2023-11-04 21:48:14+a! 3%1952-01-20h 2023-11-04 21:48:14,`! 3}1963-10-162023-11-04 21:48:14,_! 3}1963-10-16.2023-11-04 21:48:14+^! 3}1963-10-16C2023-11-04 21:48:14*]!  3r1944-12-12 2023-11-04 21:48:14*\!  3r1944-12-122023-11-04 21:48:14+[! 3r1944-12-12 2023-11-04 21:48:14+Z! 3r1944-12-12 y2023-11-04 21:48:14+Y! 3r1944-12-12 2023-11-04 21:48:14+X! 3r1944-12-12 x2023-11-04 21:48:14*W! 3r1944-12-12?!2023-11-04 21:48:14+V! 3r1944-12-12 v@2023-11-04 21:48:14+U! 3r1944-12-12 wC2023-11-04 21:48:14,T! 32006-12-07`2023-11-04 21:48:14+S! 32006-12-072023-11-04 21:48:14+R! 32006-12-072023-11-04 21:48:14+Q! 32006-12-07@2023-11-04 21:48:14+P! 32006-12-0702023-11-04 21:48:14+O! 32006-12-0702023-11-04 21:48:14+N! 3^1979-07-16n2023-11-04 21:48:14+M! 3^1979-07-162023-11-04 21:48:14+L! 3^1979-07-162023-11-04 21:48:14*K!  3^1979-07-16;2023-11-04 21:48:14+J! 3^1979-07-162023-11-04 21:48:14+I! 3^1979-07-162023-11-04 21:48:14*H!  3^1979-07-162023-11-04 21:48:14*G! 3w1994-12-13 2023-11-04 21:48:14*F! 3w1994-12-132023-11-04 21:48:14)E!  3w1994-12-132023-11-04 21:48:14*D! 3w1994-12-132023-11-04 21:48:14*C! 3w1994-12-132023-11-04 21:48:14*B! 3w1994-12-132023-11-04 21:48:14*A! 3w1994-12-13v=2023-11-04 21:48:14*@! 3w1994-12-130 2023-11-04 21:48:14*?! 3w1994-12-13 2023-11-04 21:48:14+>! 3(1972-11-272023-11-04 21:48:14+=! 3(1972-11-27k2023-11-04 21:48:14+<! 3(1972-11-27pm2023-11-04 21:48:14+;! 3(1972-11-27(2023-11-04 21:48:14+:! 3(1972-11-27p2023-11-04 21:48:14*9! 3A1973-07-07?82023-11-04 21:48:14+8! 3A1973-07-07@2023-11-04 21:48:14)7! 3A1973-07-07]2023-11-04 21:48:14*6! 3A1973-07-072023-11-04 21:48:14*5! 3A1973-07-07=2023-11-04 21:48:14*4! 3A1973-07-072023-11-04 21:48:14*3! 3A1973-07-072023-11-04 21:48:14)2!  3A1973-07-072023-11-04 21:48:14+1! 3A1973-07-07a 2023-11-04 21:48:14*0! 3g2000-05-04 2023-11-04 21:48:14+/! 3g2000-05-04&2023-11-04 21:48:14+.! 3g2000-05-042023-11-04 21:48:14+-! 3g2000-05-04 2023-11-04 21:48:14+,! 3g2000-05-04x2023-11-04 21:48:14++! 3g2000-05-04+2023-11-04 21:48:14+*! 3e1976-08-17 2023-11-04 21:48:14+)! 3e1976-08-17u2023-11-04 21:48:14+(! 3e1976-08-17"2023-11-04 21:48:14*'! 3e1976-08-17;72023-11-04 21:48:14+&! 3e1976-08-17I2023-11-04 21:48:14+%! 3e1976-08-17f2023-11-04 21:48:14,$! 3e1976-08-17F2023-11-04 21:48:14+#! 3s1975-12-10t2023-11-04 21:48:14+"! 3s1975-12-102023-11-04 21:48:14+!! 3s1975-12-10 2023-11-04 21:48:14+ ! 3s1975-12-102023-11-04 21:48:14+! 3s1975-12-1042023-11-04 21:48:14+! 3s1975-12-10.2023-11-04 21:48:14+! 3s1975-12-102023-11-04 21:48:14*! 3s1975-12-10/2023-11-04 21:48:14*! 3s1975-12-10#72023-11-04 21:48:14*!  3s1975-12-102023-11-04 21:48:14+! 3s1975-12-10Z2023-11-04 21:48:14+! 352003-03-01&2023-11-04 21:48:14+! 352003-03-01*2023-11-04 21:48:14+! 352003-03-01,2023-11-04 21:48:14+! 352003-03-01F2023-11-04 21:48:14,! 352003-03-01u2023-11-04 21:48:14+! 352003-03-0152023-11-04 21:48:14+! 352003-03-012023-11-04 21:48:14+! 352003-03-01A2023-11-04 21:48:14+! 3e1974-03-01 2023-11-04 21:48:14+! 3e1974-03-01u2023-11-04 21:48:14+! 3e1974-03-01"2023-11-04 21:48:14* ! 3e1974-03-01;72023-11-04 21:48:14+ ! 3e1974-03-01I2023-11-04 21:48:14+ ! 3e1974-03-01f2023-11-04 21:48:14, ! 3e1974-03-01F2023-11-04 21:48:14+ ! 31979-10-11r2023-11-04 21:48:14,! 31979-10-112023-11-04 21:48:14+! 31979-10-11|&2023-11-04 21:48:14+! 31979-10-11@2023-11-04 21:48:14+! 31979-10-11I2023-11-04 21:48:14+! 32005-04-25 2023-11-04 21:48:14+! 32005-04-252023-11-04 21:48:14+! 32005-04-25F2023-11-04 21:48:14+! 32005-04-25=:2023-11-04 21:48:14+! 32005-04-25)2023-11-04 21:48:14+! 3D1971-03-17 2023-11-04 21:48:14+~! 3D1971-03-172023-11-04 21:48:14*}! 3D1971-03-17hJ2023-11-04 21:48:14+|! 3D1971-03-172023-11-04 21:48:14+{! 3D1971-03-172023-11-04 21:48:14,z! 31993-12-21" 2023-11-04 21:48:14+y! 31993-12-217! 2023-11-04 21:48:14+x! 31993-12-21 2023-11-04 21:48:14+w! 31993-12-21f, 2023-11-04 21:48:14+v! 31993-12-21 2023-11-04 21:48:14+u! 31993-12-21 2023-11-04 21:48:14+t! 31993-12-21Q 2023-11-04 21:48:14+s! 31993-12-21] 2023-11-04 21:48:14+r! 32004-07-31 2023-11-04 21:48:14+q! 32004-07-31 2023-11-04 21:48:14+p! 32004-07-316 2023-11-04 21:48:14+o! 32004-07-31 2023-11-04 21:48:14+n! 32004-07-31. 2023-11-04 21:48:14*m!  31990-12-18f 2023-11-04 21:48:14*l!  31990-12-18  2023-11-04 21:48:14)k!  31990-12-18J 2023-11-04 21:48:14*j!  31990-12-18  2023-11-04 21:48:14+i! 31990-12-18 2023-11-04 21:48:14+h! 31990-12-18, 2023-11-04 21:48:14+g! 31990-12-18N 2023-11-04 21:48:14+f! 31990-12-18E 2023-11-04 21:48:14+e! 31990-12-183 2023-11-04 21:48:14+d! 31990-12-18]E 2023-11-04 21:48:14+c! 31990-12-18l 2023-11-04 21:48:14+b! 31990-12-18 2023-11-04 21:48:14+a! 31945-05-05 | 2023-11-04 21:48:14+`! 31945-05-05F 2023-11-04 21:48:14+_! 31945-05-05  2023-11-04 21:48:14+^! 31945-05-05 2023-11-04 21:48:14+]! 31945-05-05 2023-11-04 21:48:14+\! 31945-05-05E 2023-11-04 21:48:14+[! 31945-05-05N 2023-11-04 21:48:14+Z! 31945-05-05]B 2023-11-04 21:48:14+Y! 31992-04-22S 2023-11-04 21:48:14+X! 31992-04-22 2023-11-04 21:48:14+W! 31992-04-22k 2023-11-04 21:48:14*V! 31992-04-22 2023-11-04 21:48:14+U! 31992-04-22 2023-11-04 21:48:14+T! 31992-04-22 2023-11-04 21:48:14+S! 31992-04-22= 2023-11-04 21:48:14*R!  31992-04-22 2023-11-04 21:48:14+Q! 31992-04-22 2023-11-04 21:48:14+P! 31992-04-22[ 2023-11-04 21:48:14)O!  31992-04-22A 2023-11-04 21:48:14*N!  31964-11-092023-11-04 21:48:14+M! 31964-11-092023-11-04 21:48:14,L! 31964-11-09&2023-11-04 21:48:14+K! 31964-11-092023-11-04 21:48:14,J! 31964-11-092023-11-04 21:48:14*I! 3Q1982-05-29,2023-11-04 21:48:14)H!  3Q1982-05-29q2023-11-04 21:48:14*G! 3Q1982-05-292023-11-04 21:48:14*F! 3Q1982-05-2902023-11-04 21:48:14*E! 3Q1982-05-29V2023-11-04 21:48:14*D! 3Q1982-05-292023-11-04 21:48:14*C! 3Q1982-05-292023-11-04 21:48:14*B! 3Q1982-05-292023-11-04 21:48:14*A! 3Q1982-05-292023-11-04 21:48:14*@! 3Q1982-05-29Y2023-11-04 21:48:14+?! 3`1999-10-252023-11-04 21:48:14+>! 3`1999-10-252023-11-04 21:48:14+=! 3`1999-10-25-2023-11-04 21:48:14+<! 3`1999-10-25s2023-11-04 21:48:14+;! 3`1999-10-25Q2023-11-04 21:48:14+:! 3`1999-10-252023-11-04 21:48:14+9! 31994-11-03s 2023-11-04 21:48:14+8! 31994-11-032023-11-04 21:48:14*7! 31994-11-032023-11-04 21:48:14+6! 31994-11-032023-11-04 21:48:14*5!  31994-11-03 G2023-11-04 21:48:14+4! 31994-11-032023-11-04 21:48:14+3! 31994-11-03(2023-11-04 21:48:14*2!  31994-11-032023-11-04 21:48:14+1! 31994-11-03( 2023-11-04 21:48:14+0! 31994-11-03 2023-11-04 21:48:14+/! 3r1987-05-12"2023-11-04 21:48:14+.! 3r1987-05-12#2023-11-04 21:48:14+-! 31998-04-08 2023-11-04 21:48:14+,! 31998-04-08 2023-11-04 21:48:14++! 31998-04-082023-11-04 21:48:14+*! 31998-04-082023-11-04 21:48:14*)! 31998-04-08 2023-11-04 21:48:14+(! 31998-04-082023-11-04 21:48:14+'! 31998-04-082023-11-04 21:48:14+&! 31998-04-0852023-11-04 21:48:14+%! 31998-04-082023-11-04 21:48:14)$! 31968-01-10t2023-11-04 21:48:14*#! 31968-01-102023-11-04 21:48:14*"! 31968-01-10=2023-11-04 21:48:14*!! 31968-01-10)2023-11-04 21:48:14, !3K2021-10-092023-11-04 21:48:14+!3K2021-10-092023-11-04 21:48:14,!3K2021-10-092023-11-04 21:48:14,!3K2021-10-09%2023-11-04 21:48:14,!3K2021-10-09=2023-11-04 21:48:14,!3K2021-10-09 ^2023-11-04 21:48:14,!3K2021-10-09H2023-11-04 21:48:14-!3H2021-09-262023-11-04 21:48:14+! 3H2021-09-26 "2023-11-04 21:48:14,!3H2021-09-26v2023-11-04 21:48:14,!3H2021-09-26'2023-11-04 21:48:14,!3H2021-09-26\2023-11-04 21:48:14,!3H2021-09-26S2023-11-04 21:48:14-!3H2021-09-26.2023-11-04 21:48:14+! 352021-01-01 G>2023-11-04 21:48:14*! 352021-01-01J>2023-11-04 21:48:14+! 352021-01-01c>2023-11-04 21:48:14+! 352021-01-01f>2023-11-04 21:48:14+! 352021-01-01d>2023-11-04 21:48:14, !352021-01-01 >2023-11-04 21:48:14, !352021-01-012 >2023-11-04 21:48:14, !352021-01-01E*>2023-11-04 21:48:14, !352021-01-01>2023-11-04 21:48:14, !352021-01-01x>2023-11-04 21:48:14,!352021-01-01l>2023-11-04 21:48:14,!352021-01-01 >2023-11-04 21:48:14,!352021-01-01N >2023-11-04 21:48:14,!352021-01-01>2023-11-04 21:48:14,!352021-01-01]0>2023-11-04 21:48:14,!3 1930-01-28 (2023-11-04 21:48:14+! 3 1930-01-28 (2023-11-04 21:48:14,!3 1930-01-28 (2023-11-04 21:48:14,!3 1930-01-28 (2023-11-04 21:48:14,!3 1930-01-28 (2023-11-04 21:48:14,~!3 1930-01-28 (2023-11-04 21:48:14,}!3 1930-01-28 (2023-11-04 21:48:14,|!3 1930-01-28 (2023-11-04 21:48:14,{!3 1930-01-28 (2023-11-04 21:48:14,z!3 1930-01-28 =(2023-11-04 21:48:14,y!3 1930-01-28 -(2023-11-04 21:48:14,x!3 1930-01-28 (2023-11-04 21:48:14,w!3 1930-01-28=(2023-11-04 21:48:14,v!3 1930-01-28 (2023-11-04 21:48:14-u!3 1930-01-28.(2023-11-04 21:48:14,t!3 1930-01-286(2023-11-04 21:48:14,s!3 1929-12-28 (2023-11-04 21:48:14+r! 3 1929-12-28 (2023-11-04 21:48:14,q!3 1929-12-28 (2023-11-04 21:48:14,p!3 1929-12-28 (2023-11-04 21:48:14,o!3 1929-12-28 (2023-11-04 21:48:14,n!3 1929-12-28 (2023-11-04 21:48:14,m!3 1929-12-28 (2023-11-04 21:48:14,l!3 1929-12-28 (2023-11-04 21:48:14,k!3 1929-12-28 (2023-11-04 21:48:14,j!3 1929-12-28 F(2023-11-04 21:48:14,i!3 1929-12-28 -(2023-11-04 21:48:14,h!3 1929-12-28 (2023-11-04 21:48:14,g!3 1929-12-28=(2023-11-04 21:48:14,f!3 1929-12-28 (2023-11-04 21:48:14-e!3 1929-12-28.(2023-11-04 21:48:14,d!3 1929-12-286(2023-11-04 21:48:14,c!32022-06-21 -22023-11-04 21:48:14,b!32022-06-21 2023-11-04 21:48:14,a!32022-06-21 2023-11-04 21:48:14+`! 32022-06-21 o2023-11-04 21:48:14+_! 32022-06-212023-11-04 21:48:14,^!32022-06-212023-11-04 21:48:14,]!32022-06-212023-11-04 21:48:14+\! 32022-06-212023-11-04 21:48:14+[! 32022-06-21i2023-11-04 21:48:14,Z!32022-06-212023-11-04 21:48:14,Y!32022-06-21~W2023-11-04 21:48:14,X!32022-06-212023-11-04 21:48:14,W!32022-06-21j2023-11-04 21:48:14,V!32022-06-21Tj2023-11-04 21:48:14,U!32022-06-21|2023-11-04 21:48:14-T!32022-06-21k2023-11-04 21:48:14,S!32019-09-17 C2023-11-04 21:48:14,R!32019-09-17 C2023-11-04 21:48:14+Q! 32019-09-17 oC2023-11-04 21:48:14 cyK~~~~g~9~ }}}}S}&||||n|A|{{{{]{/{zzzwzIzyyyycy5yxxx}xOx#wwwwlw>wvvvvXv,uuuuzuNu!ttttnt@tssssZs,rrrrtrFrqqqq`q1qpppypLpoooojo=onnnnXn*mmmmqmCmllll]l.lkkkwkIkjjjjgj9j iiiiTi%hhhhnh@hgggg\g.gfffufGfeeeeae4eddddSd&ccccscGcbbbbeb8b aaaaWa*````x`K`____j_=_^^^^W^(]]]]q]C]\\\\]\.\[[[w[I[ZZZZfZ8Z YYYYRY%XXXXmX?XWWWWYW+VVVVsVFVUUUUgU:U TTTTUT(SSSSrSDSRRRR^R/RQQQsQDQPPPP\P-OOOOqOCONNNN\N.MMMMrMCMLLLLXL)KKKKnK?KJJJJUJ&IIIIkI>>>m>>>====R=#<<<  Y + n ?  T % i ; P!e6}Nc-"! 32004-09-292023-11-04 21:48:14,!! 32004-09-292023-11-04 21:48:14, ! 32004-09-29"2023-11-04 21:48:14+!  3 2002-12-192023-11-04 21:48:14,! 3 2002-12-192023-11-04 21:48:14,! 3 2002-12-192023-11-04 21:48:14*!  3 2002-12-19A2023-11-04 21:48:14,! 3 2002-12-192023-11-04 21:48:14+! 3 2002-12-19 2023-11-04 21:48:14,! 3 2002-12-19"2023-11-04 21:48:14,! 3 2002-12-19 2023-11-04 21:48:14,! 3 2002-12-1932023-11-04 21:48:14,! 3 2002-12-192023-11-04 21:48:14,! 32006-02-08O2023-11-04 21:48:14,! 32006-02-08O 2023-11-04 21:48:14,! 32006-02-082023-11-04 21:48:14,! 32006-02-082023-11-04 21:48:14,! 32006-02-082023-11-04 21:48:14,! 32006-02-082023-11-04 21:48:14,! 32006-02-08/2023-11-04 21:48:14,! 32006-02-08v2023-11-04 21:48:14+ ! 32006-02-08, 2023-11-04 21:48:14, ! 31968-06-2492023-11-04 21:48:14- ! 31968-06-24a 2023-11-04 21:48:14, ! 31968-06-242023-11-04 21:48:14+ ! 31968-06-24] 2023-11-04 21:48:14,! 31968-06-242023-11-04 21:48:14,! 31968-06-242023-11-04 21:48:14,! 31968-06-24?2023-11-04 21:48:14-! 31968-06-24@2023-11-04 21:48:14,! 31968-06-24[2023-11-04 21:48:14+!  31997-06-112023-11-04 21:48:14,! 31997-06-112023-11-04 21:48:14-! 31997-06-11p2023-11-04 21:48:14,! 31997-06-11(2023-11-04 21:48:14,! 31997-06-11<2023-11-04 21:48:14,~! 31997-06-11,2023-11-04 21:48:14+}! 3d1983-06-08 2023-11-04 21:48:14+|! 3d1983-06-082023-11-04 21:48:14+{! 3d1983-06-08_2023-11-04 21:48:14*z! 3d1983-06-08hA2023-11-04 21:48:14+y! 3d1983-06-0862023-11-04 21:48:14+x! 3d1983-06-082023-11-04 21:48:14*w! 3d1983-06-08Q2023-11-04 21:48:14*v! 3q1980-07-17V2023-11-04 21:48:14+u! 3q1980-07-17 2023-11-04 21:48:14+t! 3q1980-07-17E!2023-11-04 21:48:14+s! 3q1980-07-17k2023-11-04 21:48:14,r! 3q1980-07-172023-11-04 21:48:14+q! 3q1980-07-17 2023-11-04 21:48:14+p! 3q1980-07-17 2023-11-04 21:48:14+o! 3q1980-07-172023-11-04 21:48:14+n!  32002-06-06 2023-11-04 21:48:14,m! 32002-06-062023-11-04 21:48:14,l! 32002-06-06q2023-11-04 21:48:14,k! 32002-06-06%2023-11-04 21:48:14,j! 32002-06-062023-11-04 21:48:14,i! 32002-06-06Q2023-11-04 21:48:14,h! 32002-06-06>2023-11-04 21:48:14+g!  32002-06-062023-11-04 21:48:14+f! 32002-06-06 2023-11-04 21:48:14,e! 31954-07-09/2023-11-04 21:48:14,d! 31954-07-09;2023-11-04 21:48:14,c! 31954-07-092023-11-04 21:48:14,b! 3P1999-05-282023-11-04 21:48:14,a! 3P1999-05-282023-11-04 21:48:14,`! 3P1999-05-282023-11-04 21:48:14,_! 3P1999-05-28>2023-11-04 21:48:14,^! 3P1999-05-28 2023-11-04 21:48:14,]! 3]1992-06-282023-11-04 21:48:14,\! 3]1992-06-28n 2023-11-04 21:48:14+[!  3]1992-06-282023-11-04 21:48:14+Z! 3]1992-06-28]2023-11-04 21:48:14,Y! 3]1992-06-282023-11-04 21:48:14,X! 3]1992-06-28?"2023-11-04 21:48:14-W! 3]1992-06-28a2023-11-04 21:48:14,V! 3]1992-06-282023-11-04 21:48:14,U! 3]1992-06-282023-11-04 21:48:14+T!  3]1992-06-2882023-11-04 21:48:14,S! 3]1992-06-28\2023-11-04 21:48:14,R! 3]1992-06-28)#2023-11-04 21:48:14+Q!  3]1992-06-282023-11-04 21:48:14,P! 3]1992-06-28)k2023-11-04 21:48:14,O! 3]1992-06-2872023-11-04 21:48:14,N! 3]1992-06-282023-11-04 21:48:14,M! 31984-07-202023-11-04 21:48:14,L! 31984-07-202023-11-04 21:48:14,K! 31984-07-2062023-11-04 21:48:14,J! 31984-07-202023-11-04 21:48:14,I! 31984-07-202023-11-04 21:48:14+H!  31945-11-14 2023-11-04 21:48:14,G! 31945-11-142023-11-04 21:48:14,F! 31945-11-142023-11-04 21:48:14,E! 31945-11-14 2023-11-04 21:48:14,D! 31945-11-14 2023-11-04 21:48:14,C! 32008-05-07%2023-11-04 21:48:14,B! 32008-05-07N2023-11-04 21:48:14+A! 32008-05-072023-11-04 21:48:14,@! 32008-05-07q32023-11-04 21:48:14,?! 32008-05-07>2023-11-04 21:48:14,>! 32008-05-072023-11-04 21:48:14,=! 32008-05-072023-11-04 21:48:14,<! 31967-04-052023-11-04 21:48:14,;! 31967-04-05;2023-11-04 21:48:14,:! 31967-04-05*2023-11-04 21:48:14,9! 31967-04-052023-11-04 21:48:14,8! 31967-04-05,2023-11-04 21:48:14,7! 31967-04-05Y2023-11-04 21:48:14,6! 31967-04-05%2023-11-04 21:48:14,5! 31967-04-052023-11-04 21:48:14,4! 31967-04-05 2023-11-04 21:48:14,3! 31967-04-052023-11-04 21:48:14+2!  31967-04-05q2023-11-04 21:48:14+1! 311999-12-212023-11-04 21:48:14+0! 311999-12-21x\2023-11-04 21:48:14+/! 311999-12-212023-11-04 21:48:14+.! 311999-12-21+2023-11-04 21:48:14+-! 311999-12-212023-11-04 21:48:14+,! 311999-12-212023-11-04 21:48:14++! 311999-12-21`[2023-11-04 21:48:14+*! 311999-12-212023-11-04 21:48:14+)! 311999-12-21A 2023-11-04 21:48:14-(! 31966-12-012023-11-04 21:48:14-'! 31966-12-01.2023-11-04 21:48:14,&! 31966-12-0112023-11-04 21:48:14,%! 32005-03-12y2023-11-04 21:48:14,$! 32005-03-12K2023-11-04 21:48:14,#! 32005-03-12 2023-11-04 21:48:14,"! 32005-03-12-2023-11-04 21:48:14,!! 32005-03-122023-11-04 21:48:14, ! 32005-03-12 2023-11-04 21:48:14+! 31946-03-13\2023-11-04 21:48:14+! 31946-03-13B2023-11-04 21:48:14+! 31946-03-132023-11-04 21:48:14*! 31946-03-13?2023-11-04 21:48:14*!  31946-03-132023-11-04 21:48:14+! 31946-03-1372023-11-04 21:48:14,! 31977-08-31S2023-11-04 21:48:14,! 31977-08-31< 2023-11-04 21:48:14,! 31977-08-312023-11-04 21:48:14+!  31977-08-312023-11-04 21:48:14+! 3'1992-07-02 2023-11-04 21:48:14+! 3'1992-07-02h2023-11-04 21:48:14+! 3'1992-07-022023-11-04 21:48:14+! 3'1992-07-02=B2023-11-04 21:48:14+! 3'1992-07-02#2023-11-04 21:48:14+! 3'1992-07-02c2023-11-04 21:48:14+! 3'1992-07-022023-11-04 21:48:14*! 3'1992-07-022023-11-04 21:48:14+ ! 3'1992-07-022023-11-04 21:48:14+ !  302007-11-162023-11-04 21:48:14, ! 302007-11-162023-11-04 21:48:14- ! 302007-11-162023-11-04 21:48:14, ! 302007-11-16t 2023-11-04 21:48:14+!  302007-11-16P2023-11-04 21:48:14,! 302007-11-16u%2023-11-04 21:48:14,! 302007-11-162023-11-04 21:48:14-! 302007-11-162023-11-04 21:48:14,! 32000-07-042023-11-04 21:48:14,! 32000-07-04E2023-11-04 21:48:14+!  32000-07-042023-11-04 21:48:14,! 32000-07-042023-11-04 21:48:14,! 32000-07-042023-11-04 21:48:14-! 32000-07-042023-11-04 21:48:14,~! 32000-07-042023-11-04 21:48:14,}! 32000-07-04f2023-11-04 21:48:14,|! 32000-07-042023-11-04 21:48:14,{! 32000-07-042023-11-04 21:48:14-z! 32009-04-1472023-11-04 21:48:14-y! 32009-04-142023-11-04 21:48:14,x! 32009-04-14" 2023-11-04 21:48:14,w! 32009-04-142023-11-04 21:48:14+v!  32009-04-142023-11-04 21:48:14,u! 32009-04-142023-11-04 21:48:14+t! 3G1954-05-05 +2023-11-04 21:48:14+s! 3G1954-05-05 2023-11-04 21:48:14+r! 3G1954-05-05^2023-11-04 21:48:14)q!  3G1954-05-05B2023-11-04 21:48:14+p! 3G1954-05-05I 2023-11-04 21:48:14*o! 3G1954-05-05^52023-11-04 21:48:14+n! 3G1954-05-0562023-11-04 21:48:14,m! 32003-04-15#2023-11-04 21:48:14,l! 32003-04-152023-11-04 21:48:14,k! 3e1974-05-28 2023-11-04 21:48:14,j! 3e1974-05-28u2023-11-04 21:48:14,i! 3e1974-05-28"2023-11-04 21:48:14+h! 3e1974-05-28;72023-11-04 21:48:14,g! 3e1974-05-28I2023-11-04 21:48:14,f! 3e1974-05-28f2023-11-04 21:48:14-e! 3e1974-05-28F2023-11-04 21:48:14+d! 3R1995-04-132023-11-04 21:48:14+c! 3R1995-04-132023-11-04 21:48:14+b! 3R1995-04-13P 2023-11-04 21:48:14+a! 3R1995-04-132023-11-04 21:48:14+`! 3R1995-04-13>2023-11-04 21:48:14+_! 3R1995-04-132023-11-04 21:48:14+^! 322009-04-092023-11-04 21:48:14+]! 322009-04-092023-11-04 21:48:14+\! 322009-04-092023-11-04 21:48:14+[! 322009-04-09=Q2023-11-04 21:48:14+Z! 322009-04-09 2023-11-04 21:48:14+Y! 322009-04-09H2023-11-04 21:48:14,X! 31996-03-21|2023-11-04 21:48:14,W! 31996-03-21P2023-11-04 21:48:14,V! 31996-03-21r2023-11-04 21:48:14,U! 31996-03-212023-11-04 21:48:14,T! 31996-03-212023-11-04 21:48:14-S! 31996-03-212023-11-04 21:48:14,R! 31996-03-212023-11-04 21:48:14,Q! 31990-04-04N2023-11-04 21:48:14,P! 31990-04-0472023-11-04 21:48:14,O! 31990-04-042023-11-04 21:48:14+N!  31990-04-04t2023-11-04 21:48:14+M! 3<1948-02-182023-11-04 21:48:14*L! 3<1948-02-18\ 2023-11-04 21:48:14+K! 3<1948-02-18q2023-11-04 21:48:14+J! 3<1948-02-18>2023-11-04 21:48:14*I! 3<1948-02-18 2023-11-04 21:48:14+H! 3<1948-02-18D2023-11-04 21:48:14+G! 3<1948-02-182023-11-04 21:48:14,F! 32004-03-092023-11-04 21:48:14,E! 32004-03-092023-11-04 21:48:14,D! 32004-03-09+2023-11-04 21:48:14,C! 32004-03-09 2023-11-04 21:48:14,B! 32004-03-09 2023-11-04 21:48:14,A! 32004-03-09 2023-11-04 21:48:14,@! 32002-01-28N2023-11-04 21:48:14,?! 32002-01-28q2023-11-04 21:48:14,>! 32002-01-282023-11-04 21:48:14+=! 32002-01-28q2023-11-04 21:48:14,<! 32002-01-282023-11-04 21:48:14,;! 32002-01-282023-11-04 21:48:14,:! 32002-01-2862023-11-04 21:48:14*9! 3z1944-06-09 2023-11-04 21:48:14+8! 3z1944-06-09>2023-11-04 21:48:14+7! 3z1944-06-09 2023-11-04 21:48:14+6! 3z1944-06-092023-11-04 21:48:14+5! 3z1944-06-09L2023-11-04 21:48:14+4! 3z1944-06-09q2023-11-04 21:48:14-3! 3\1946-06-242023-11-04 21:48:14,2! 3\1946-06-24s2023-11-04 21:48:14-1! 3\1946-06-24>2023-11-04 21:48:14,0! 3\1946-06-24>2023-11-04 21:48:14,/! 3\1946-06-24z'2023-11-04 21:48:14+.! 3A1974-11-23?82023-11-04 21:48:14,-! 3A1974-11-23@2023-11-04 21:48:14*,! 3A1974-11-23]2023-11-04 21:48:14++! 3A1974-11-232023-11-04 21:48:14+*! 3A1974-11-23=2023-11-04 21:48:14+)! 3A1974-11-232023-11-04 21:48:14+(! 3A1974-11-232023-11-04 21:48:14*'!  3A1974-11-232023-11-04 21:48:14,&! 3A1974-11-23a 2023-11-04 21:48:14,%! 3s1989-11-0712023-11-04 21:48:14,$! 3s1989-11-0762023-11-04 21:48:14+#!  3s1989-11-072023-11-04 21:48:14,"! 3s1989-11-07q2023-11-04 21:48:14,!! 3s1989-11-072023-11-04 21:48:14, ! 3s1989-11-072023-11-04 21:48:14,! 3s1989-11-07Y 2023-11-04 21:48:14+!  3s1989-11-072023-11-04 21:48:14,! 3s1989-11-072023-11-04 21:48:14-! 3E1949-09-202023-11-04 21:48:14+!  3E1949-09-20 "2023-11-04 21:48:14,! 3E1949-09-202023-11-04 21:48:14,! 3E1949-09-20 2023-11-04 21:48:14,! 3E1949-09-20b2023-11-04 21:48:14,! 3E1949-09-20 2023-11-04 21:48:14,! 3E1949-09-20k2023-11-04 21:48:14,! 3E1949-09-202023-11-04 21:48:14-! 3E1949-09-20.2023-11-04 21:48:14,! 3E1949-09-202023-11-04 21:48:14,! 3E1949-09-2042023-11-04 21:48:14+! 31986-07-22V2023-11-04 21:48:14,! 31986-07-22U2023-11-04 21:48:14,! 31986-07-22E82023-11-04 21:48:14,! 31986-07-222023-11-04 21:48:14, ! 31986-07-22 2023-11-04 21:48:14- ! 31986-07-22,2023-11-04 21:48:14, ! 31986-07-222023-11-04 21:48:14, ! 31986-07-222023-11-04 21:48:14, ! 3~1994-04-08S2023-11-04 21:48:14,! 3~1994-04-08 2023-11-04 21:48:14,! 3~1994-04-082023-11-04 21:48:14+! 3~1994-04-08 2023-11-04 21:48:14,! 3~1994-04-082023-11-04 21:48:14,! 3~1994-04-082023-11-04 21:48:14,! 3~1994-04-082023-11-04 21:48:14,! 3~1994-04-082023-11-04 21:48:14*!  3~1994-04-08A2023-11-04 21:48:14+!  3~1994-04-082023-11-04 21:48:14,! 3=1958-11-06P2023-11-04 21:48:14+~! 3=1958-11-06?2023-11-04 21:48:14,}! 3=1958-11-06h2023-11-04 21:48:14+|!  3=1958-11-06"2023-11-04 21:48:14,{! 3=1958-11-0672023-11-04 21:48:14,z! 3=1958-11-062023-11-04 21:48:14,y! 3|1975-06-13 2023-11-04 21:48:14,x! 3|1975-06-13 %2023-11-04 21:48:14*w!  3|1975-06-13B2023-11-04 21:48:14,v! 3|1975-06-132023-11-04 21:48:14,u! 3|1975-06-13^"2023-11-04 21:48:14,t! 3|1975-06-1372023-11-04 21:48:14,s! 3|1975-06-132023-11-04 21:48:14+r! 3|1975-06-13^#2023-11-04 21:48:14,q! 3|1975-06-13I 2023-11-04 21:48:14,p! 3|1975-06-132023-11-04 21:48:14,o! 31981-05-19r2023-11-04 21:48:14-n! 31981-05-192023-11-04 21:48:14,m! 31981-05-19|&2023-11-04 21:48:14,l! 31981-05-19@2023-11-04 21:48:14,k! 31981-05-19I2023-11-04 21:48:14,j! 31976-07-292023-11-04 21:48:14-i! 31976-07-29a2023-11-04 21:48:14,h! 31976-07-292023-11-04 21:48:14,g! 31976-07-292023-11-04 21:48:14,f! 31976-07-292023-11-04 21:48:14,e! 31976-07-292023-11-04 21:48:14,d! 31976-07-29?#2023-11-04 21:48:14+c! 31976-07-29]2023-11-04 21:48:14-b! 31976-07-29@2023-11-04 21:48:14,a! 31976-07-2992023-11-04 21:48:14+`!  31976-07-2992023-11-04 21:48:14,_! 3b1964-09-12 /2023-11-04 21:48:14,^! 3b1964-09-12&2023-11-04 21:48:14,]! 3b1964-09-12T2023-11-04 21:48:14+\! 3b1964-09-12^52023-11-04 21:48:14,[! 3b1964-09-12 2023-11-04 21:48:14,Z! 3b1964-09-12I 2023-11-04 21:48:14*Y!  3b1964-09-12B2023-11-04 21:48:14+X!  3b1964-09-12U2023-11-04 21:48:14,W! 3b1964-09-12^ 2023-11-04 21:48:14,V! 32003-04-10N2023-11-04 21:48:14,U! 32003-04-10q2023-11-04 21:48:14,T! 32003-04-10 2023-11-04 21:48:14,S! 32003-04-102023-11-04 21:48:14+R! 32003-04-10q2023-11-04 21:48:14,Q! 32003-04-102023-11-04 21:48:14,P! 31976-10-0772023-11-04 21:48:14,O! 31976-10-07r2023-11-04 21:48:14,N! 31976-10-07|'2023-11-04 21:48:14,M! 31976-10-07V2023-11-04 21:48:14-L! 31976-10-072023-11-04 21:48:14,K! 3-1996-07-02=D2023-11-04 21:48:14,J! 3-1996-07-022023-11-04 21:48:14,I! 3-1996-07-02h2023-11-04 21:48:14,H! 3-1996-07-022023-11-04 21:48:14,G! 3-1996-07-02c 2023-11-04 21:48:14,F! 3-1996-07-02=2023-11-04 21:48:14,E! 31981-09-04'2023-11-04 21:48:14,D! 31981-09-04R2023-11-04 21:48:14,C! 31981-09-0452023-11-04 21:48:14+B!  31981-09-042023-11-04 21:48:14+A! 31981-09-04k2023-11-04 21:48:14,@! 31981-09-042023-11-04 21:48:14,?! 31981-09-04B2023-11-04 21:48:14,>! 31981-09-04n2023-11-04 21:48:14,=! 31981-09-04.2023-11-04 21:48:14,<! 3*2007-09-26 2023-11-04 21:48:14+;! 3*2007-09-262023-11-04 21:48:14,:! 3*2007-09-262023-11-04 21:48:14,9! 3*2007-09-26 2023-11-04 21:48:14,8! 3*2007-09-26E2023-11-04 21:48:14,7! 3*2007-09-26q2023-11-04 21:48:14-6! 3*2007-09-2612023-11-04 21:48:14,5! 31945-12-04U2023-11-04 21:48:14,4! 31945-12-04L2023-11-04 21:48:14,3! 31945-12-042023-11-04 21:48:14,2! 31991-12-23 2023-11-04 21:48:14,1! 31991-12-2302023-11-04 21:48:14,0! 31991-12-23k2023-11-04 21:48:14,/! 31991-12-232023-11-04 21:48:14,.! 31991-12-23%2023-11-04 21:48:14,-! 31991-12-23 2023-11-04 21:48:14+,!  31991-12-232023-11-04 21:48:14,+! 31991-12-232023-11-04 21:48:14,*! 31991-12-23P>2023-11-04 21:48:14,)! 31991-12-23q,2023-11-04 21:48:14,(! 31991-12-232023-11-04 21:48:14,'! 31991-12-232023-11-04 21:48:14,&! 31991-12-23$.2023-11-04 21:48:14,%! 31991-12-2312023-11-04 21:48:14+$! 31991-12-23l2023-11-04 21:48:14,#! 31991-12-2322023-11-04 21:48:14,"! 31991-12-23u<2023-11-04 21:48:14,!! 31991-12-232023-11-04 21:48:14+ ! 31991-12-232023-11-04 21:48:14,! 31991-12-23N2023-11-04 21:48:14,! 31968-07-12 2023-11-04 21:48:14,! 31968-07-12"2023-11-04 21:48:14,! 31968-07-1292023-11-04 21:48:14,! 31968-07-12!2023-11-04 21:48:14+! 31968-07-12;=2023-11-04 21:48:14-! 31968-07-12F%2023-11-04 21:48:14,! 32003-05-23 2023-11-04 21:48:14,! 32003-05-232023-11-04 21:48:14,! 32003-05-232023-11-04 21:48:14,! 32003-05-232023-11-04 21:48:14,! 32003-05-23>2023-11-04 21:48:14+!  3w1983-12-072023-11-04 21:48:14+!  3w1983-12-072023-11-04 21:48:14+!  3w1983-12-0742023-11-04 21:48:14,! 3w1983-12-072023-11-04 21:48:14+!  3w1983-12-072023-11-04 21:48:14+! 3w1983-12-0762023-11-04 21:48:14+ ! 3w1983-12-07#/2023-11-04 21:48:14, ! 3w1983-12-07t2023-11-04 21:48:14, ! 3w1983-12-07*2023-11-04 21:48:14, ! 3w1983-12-072023-11-04 21:48:14, ! 3w1983-12-07Z2023-11-04 21:48:14,! 3w1983-12-072023-11-04 21:48:14+!  3w1983-12-072023-11-04 21:48:14,! 3w1983-12-072023-11-04 21:48:14,! 3w1983-12-072023-11-04 21:48:14*!  31948-08-072023-11-04 21:48:14,! 31948-08-072023-11-04 21:48:14,! 31948-08-072023-11-04 21:48:14,! 31948-08-07 2023-11-04 21:48:14,! 31948-08-072023-11-04 21:48:14,! 31948-08-07, 2023-11-04 21:48:14,~! 31948-08-072023-11-04 21:48:14,}! 31948-08-07 2023-11-04 21:48:14+|! 31989-09-10<2023-11-04 21:48:14+{! 31989-09-102023-11-04 21:48:14+z! 31989-09-10P2023-11-04 21:48:14+y! 31989-09-10 2023-11-04 21:48:14+x! 31989-09-10 2023-11-04 21:48:14+w! 31989-09-10>2023-11-04 21:48:14*v!  31989-09-1012023-11-04 21:48:14+u! 3<1997-06-26q6~2023-11-04 21:48:14*t! 3<1997-06-26~2023-11-04 21:48:14+s! 3<1997-06-26%~2023-11-04 21:48:14*r!  3<1997-06-26~2023-11-04 21:48:14+q! 3<1997-06-26>~2023-11-04 21:48:14+p! 3<1997-06-26,~2023-11-04 21:48:14+o! 3<1997-06-26M~2023-11-04 21:48:14*n!  3<1997-06-26~2023-11-04 21:48:14+m! 3<1997-06-26~2023-11-04 21:48:14*l! 3e1946-03-26I}2023-11-04 21:48:14)k!  3e1946-03-26}2023-11-04 21:48:14*j! 3e1946-03-26 }2023-11-04 21:48:14)i! 3e1946-03-26^1}2023-11-04 21:48:14*h! 3e1946-03-262}2023-11-04 21:48:14*g! 3e1946-03-26 1}2023-11-04 21:48:14*f! 3e1946-03-26^}2023-11-04 21:48:14+e! 3O2003-05-27Y|2023-11-04 21:48:14+d! 3O2003-05-27|2023-11-04 21:48:14+c! 3O2003-05-27*|2023-11-04 21:48:14+b! 3O2003-05-27|2023-11-04 21:48:14+a! 3O2003-05-27,|2023-11-04 21:48:14+`! 3O2003-05-27|2023-11-04 21:48:14+_! 3O2003-05-27|2023-11-04 21:48:14+^! 3O2003-05-27e |2023-11-04 21:48:14+]! 3O2003-05-27|2023-11-04 21:48:14+\! 31950-01-21{2023-11-04 21:48:14+[! 31950-01-21?{2023-11-04 21:48:14,Z! 31950-01-21a1{2023-11-04 21:48:14,Y! 31950-01-21@{2023-11-04 21:48:14*X!  31950-01-21j{2023-11-04 21:48:14*W! 31950-01-21] {2023-11-04 21:48:14*V!  31950-01-21O{2023-11-04 21:48:14+U! 31950-01-214{2023-11-04 21:48:14+T! 31950-01-21!{2023-11-04 21:48:14+S! 31950-01-21{2023-11-04 21:48:14+R! 31950-01-21{2023-11-04 21:48:14+Q! 31984-12-22z2023-11-04 21:48:14+P! 31984-12-22"z2023-11-04 21:48:14*O! 381984-07-26%y2023-11-04 21:48:14*N! 381984-07-26dy2023-11-04 21:48:14*M! 381984-07-26n8y2023-11-04 21:48:14+L! 3)1944-11-17x2023-11-04 21:48:14+K! 3)1944-11-17x2023-11-04 21:48:14+J! 3)1944-11-17Ix2023-11-04 21:48:14+I! 3)1944-11-17^x2023-11-04 21:48:14+H! 3)1944-11-17x2023-11-04 21:48:14*G! 3)1944-11-17^8x2023-11-04 21:48:14+F! 3)1944-11-17Ux2023-11-04 21:48:14,E! 32007-06-27w2023-11-04 21:48:14+D! 32007-06-27? w2023-11-04 21:48:14+C! 32007-06-27>w2023-11-04 21:48:14+B! 32007-06-27w2023-11-04 21:48:14*A!  32007-06-27w2023-11-04 21:48:14,@! 32007-06-27cw2023-11-04 21:48:14+?! 32007-06-27w2023-11-04 21:48:14+>! 32007-06-27w2023-11-04 21:48:14+=! 32007-06-27w2023-11-04 21:48:14*<!  32007-06-27!w2023-11-04 21:48:14+;! 32007-06-277w2023-11-04 21:48:14,:! 32007-04-05`v2023-11-04 21:48:14+9! 32007-04-05v2023-11-04 21:48:14+8! 32007-04-05v2023-11-04 21:48:14+7! 32007-04-05@v2023-11-04 21:48:14+6! 32007-04-050v2023-11-04 21:48:14+5! 32007-04-050v2023-11-04 21:48:14*4! 3k2006-05-17u2023-11-04 21:48:14*3! 3k2006-05-17'u2023-11-04 21:48:14*2! 3k2006-05-17uGu2023-11-04 21:48:14*1! 3k2006-05-17u2023-11-04 21:48:14+0! 3k2006-05-17Tu2023-11-04 21:48:14)/!  3k2006-05-17u2023-11-04 21:48:14*.! 3k2006-05-17u2023-11-04 21:48:14*-! 3k2006-05-17}u2023-11-04 21:48:14*,! 3k2006-05-17 u2023-11-04 21:48:14)+!  3k2006-05-17'u2023-11-04 21:48:14)*!  3k2006-05-17u2023-11-04 21:48:14*)! 3k2006-05-17u2023-11-04 21:48:14*(! 3k2006-05-17u2023-11-04 21:48:14)'! 3k2006-05-174u2023-11-04 21:48:14+&! 3k2006-05-17u2023-11-04 21:48:14*%! 3k2006-05-17u2023-11-04 21:48:14*$! 3k2006-05-17))u2023-11-04 21:48:14*#! 31981-06-23 t2023-11-04 21:48:14*"! 31981-06-23t2023-11-04 21:48:14*!! 31981-06-23+t2023-11-04 21:48:14* ! 31981-06-23;t2023-11-04 21:48:14+! 31981-06-23 t2023-11-04 21:48:14*! 31981-06-23Pt2023-11-04 21:48:14)!  3M1970-07-15s2023-11-04 21:48:14)! 3M1970-07-15^$s2023-11-04 21:48:14*! 3M1970-07-15^%s2023-11-04 21:48:14*! 3M1970-07-15s2023-11-04 21:48:14*! 3M1970-07-154s2023-11-04 21:48:14*! 3M1970-07-15I s2023-11-04 21:48:14*! 3M1970-07-15s2023-11-04 21:48:14(!  3M1970-07-15Bs2023-11-04 21:48:14*! 3M1970-07-15 $s2023-11-04 21:48:14+! 3[1959-07-16Or2023-11-04 21:48:14+! 3[1959-07-16Nr2023-11-04 21:48:14*! 3[1959-07-162r2023-11-04 21:48:14+! 31970-03-27q2023-11-04 21:48:14+! 31970-03-279q2023-11-04 21:48:14,! 31970-03-27a q2023-11-04 21:48:14+! 31970-03-27q2023-11-04 21:48:14* ! 31970-03-27] q2023-11-04 21:48:14+ ! 31970-03-27q2023-11-04 21:48:14+ ! 31970-03-27q2023-11-04 21:48:14+ ! 31970-03-27?q2023-11-04 21:48:14, ! 31970-03-27@q2023-11-04 21:48:14+! 31970-03-27>q2023-11-04 21:48:14+! 3=1958-06-23Pp2023-11-04 21:48:14*! 3=1958-06-23?p2023-11-04 21:48:14+! 3=1958-06-23hp2023-11-04 21:48:14*!  3=1958-06-23"p2023-11-04 21:48:14+! 3=1958-06-237p2023-11-04 21:48:14+! 3=1958-06-23p2023-11-04 21:48:14+! 31969-06-22 o2023-11-04 21:48:14+! 31969-06-22"o2023-11-04 21:48:14+! 31969-06-229o2023-11-04 21:48:14+~! 31969-06-22!o2023-11-04 21:48:14*}! 31969-06-22;=o2023-11-04 21:48:14,|! 31969-06-22F%o2023-11-04 21:48:14*{! 3g1999-07-16 n2023-11-04 21:48:14+z! 3g1999-07-16&n2023-11-04 21:48:14+y! 3g1999-07-16n2023-11-04 21:48:14+x! 3g1999-07-16 n2023-11-04 21:48:14+w! 3g1999-07-16xn2023-11-04 21:48:14+v! 3g1999-07-16+n2023-11-04 21:48:14*u! 3 1994-10-16nm2023-11-04 21:48:14*t! 3 1994-10-16jm2023-11-04 21:48:14*s! 3 1994-10-16m2023-11-04 21:48:14+r! 32010-09-14,l2023-11-04 21:48:14*q!  32010-09-14l2023-11-04 21:48:14+p! 32010-09-14tl2023-11-04 21:48:14+o! 32010-09-14l2023-11-04 21:48:14+n! 32010-09-14l2023-11-04 21:48:14+m! 32010-09-14Hl2023-11-04 21:48:14*l!  32010-09-14l2023-11-04 21:48:14,k! 31998-10-27k2023-11-04 21:48:14+j! 31998-10-27+k2023-11-04 21:48:14+i! 31998-10-27$k2023-11-04 21:48:14+h! 31998-10-27/k2023-11-04 21:48:14,g! 31998-10-27.*k2023-11-04 21:48:14*f! 31989-08-10Vj2023-11-04 21:48:14+e! 31989-08-10Uj2023-11-04 21:48:14+d! 31989-08-10E8j2023-11-04 21:48:14+c! 31989-08-10j2023-11-04 21:48:14+b! 31989-08-10 j2023-11-04 21:48:14,a! 31989-08-10,j2023-11-04 21:48:14+`! 31989-08-10j2023-11-04 21:48:14+_! 31989-08-10j2023-11-04 21:48:14+^! 31956-06-29i2023-11-04 21:48:14+]! 31956-06-29Ri2023-11-04 21:48:14+\! 31956-06-29Ji2023-11-04 21:48:14*[! 31956-06-292i2023-11-04 21:48:14*Z! 3K1951-03-10h2023-11-04 21:48:14*Y! 3K1951-03-10Jh2023-11-04 21:48:14+X! 3K1951-03-10>h2023-11-04 21:48:14*W! 3K1951-03-10+h2023-11-04 21:48:14*V! 3K1951-03-10h2023-11-04 21:48:14*U! 3K1951-03-100h2023-11-04 21:48:14*T! 3K1951-03-10ih2023-11-04 21:48:14+S! 3K1951-03-10h2023-11-04 21:48:14+R! 32003-12-12( g2023-11-04 21:48:14+Q! 32003-12-12Bg2023-11-04 21:48:14+P! 32003-12-12&g2023-11-04 21:48:14,O! 32003-12-12pg2023-11-04 21:48:14+N! 32003-12-12 g2023-11-04 21:48:14+M! 31996-09-023 f2023-11-04 21:48:14+L! 31996-09-02A f2023-11-04 21:48:14+K! 31996-09-02]f2023-11-04 21:48:14+J! 31996-09-02f2023-11-04 21:48:14+I! 31996-09-02x)f2023-11-04 21:48:14+H! 31996-09-02 f2023-11-04 21:48:14+G! 31996-09-02f2023-11-04 21:48:14+F! 31996-09-02f2023-11-04 21:48:14+E! 31996-09-022 f2023-11-04 21:48:14+D! 31996-09-02`uf2023-11-04 21:48:14+C! 31996-09-02f2023-11-04 21:48:14+B! 31996-09-02+f2023-11-04 21:48:14+A! 31969-02-06e2023-11-04 21:48:14+@! 31969-02-06e2023-11-04 21:48:14+?! 31969-02-06e2023-11-04 21:48:14+>! 31969-02-06 e2023-11-04 21:48:14*=! 31995-04-13^'d2023-11-04 21:48:14*<! 31995-04-13?d2023-11-04 21:48:14);!  31995-04-13Qd2023-11-04 21:48:14*:! 31995-04-13d2023-11-04 21:48:14*9! 31995-04-13I d2023-11-04 21:48:14)8!  31995-04-13d2023-11-04 21:48:14*7! 31995-04-13& d2023-11-04 21:48:14(6!  31995-04-13Bd2023-11-04 21:48:14*5! 31995-04-13d2023-11-04 21:48:14*4! 31995-04-13 d2023-11-04 21:48:14)3! 31995-04-13^,d2023-11-04 21:48:14+2! 3a1945-07-26 c2023-11-04 21:48:14*1!  3a1945-07-26c2023-11-04 21:48:14+0! 3a1945-07-26c2023-11-04 21:48:14,/! 3a1945-07-26c2023-11-04 21:48:14+.! 3a1945-07-26 c2023-11-04 21:48:14+-! 3a1945-07-26Lc2023-11-04 21:48:14+,! 3a1945-07-26c2023-11-04 21:48:14,+! 3a1945-07-26c2023-11-04 21:48:14+*! 3a1945-07-26c2023-11-04 21:48:14)) ! 31972-12-08n7a2023-11-04 21:48:14)( ! 31972-12-08 a2023-11-04 21:48:14+'! 31946-07-03`2023-11-04 21:48:14+&! 31946-07-03`2023-11-04 21:48:14+%! 31946-07-03 `2023-11-04 21:48:14+$! 31946-07-03, `2023-11-04 21:48:14+#! 31946-07-03`2023-11-04 21:48:14+"! 31946-07-03`2023-11-04 21:48:14+!! 31946-07-03 `2023-11-04 21:48:14+ ! 3L1995-06-23V_2023-11-04 21:48:14+! 3L1995-06-23:_2023-11-04 21:48:14+! 3L1995-06-23_2023-11-04 21:48:14+! 3L1995-06-23_2023-11-04 21:48:14+! 3L1995-06-23b_2023-11-04 21:48:14+! 3L1995-06-23 _2023-11-04 21:48:14+! 3L1995-06-23_2023-11-04 21:48:14+! 3L1995-06-23_2023-11-04 21:48:14+! 3L1995-06-23 _2023-11-04 21:48:14+! 3L1995-06-23"_2023-11-04 21:48:14+! 3L1995-06-23_2023-11-04 21:48:14+! 3;1989-10-16_^2023-11-04 21:48:14*! 3;1989-10-16Q^2023-11-04 21:48:14+! 3;1989-10-16^2023-11-04 21:48:14*! 3;1989-10-16h?^2023-11-04 21:48:14*!  3;1989-10-16^2023-11-04 21:48:14+! 3;1989-10-16 ^2023-11-04 21:48:14+! 3;1989-10-16%^2023-11-04 21:48:14+! 31987-10-21\2023-11-04 21:48:14+ ! 31987-10-21b#\2023-11-04 21:48:14* !  31987-10-21\2023-11-04 21:48:14+ ! 31987-10-21\2023-11-04 21:48:14+ ! 31987-10-21\2023-11-04 21:48:14+ ! 31987-10-21\2023-11-04 21:48:14+! 31987-10-21"\2023-11-04 21:48:14+! 31987-10-211\2023-11-04 21:48:14+! 31987-10-21:\2023-11-04 21:48:14*!  31987-10-21\2023-11-04 21:48:14+! 31987-10-21V\2023-11-04 21:48:14+! 31987-10-21 \2023-11-04 21:48:14+! 31996-02-15[2023-11-04 21:48:14*! 31996-02-15[2023-11-04 21:48:14+! 31996-02-15I[2023-11-04 21:48:14+! 31996-02-15[2023-11-04 21:48:14*~!  31996-02-15[2023-11-04 21:48:14)}!  31996-02-15:[2023-11-04 21:48:14 htF~~~~a~3~}}}}Q}"||||f|8| {{{{Q{#zzzzlz>zyyyyVy&xxxxix:x wwwwOw vvvvdv5vuuuyuJuttttat3tsssysKsrrrr`r1rqqqwqHqpppp^p/poootoEonnnn]n0nmmmwmHmllllcl5lkkkzkMkjjjjcj4jiiiyiJihhhhdh7h ggggSg&ffffof@feeeeVe(ddddld=dccccQc"bbbbfb7baaa|aMa````b`3`___z_L_^^^^f^7^ ]]]}]N] \\\\g\8\[[[}[N[ZZZZdZ5ZYYYzYKYXXXX`X2XWWWwWHWVVVV]V-UUUUrUCUTTTTXT)SSSSmS?SRRRRRR#QQQQjQIHHHHSH$GGGGhG:G FFF~FOF EEEEeE6EDDDzDKDCCCCcC5CBBBBQB!AAAAeA6A@@@z@L@????`?2?>>>y>K>====d=5=<<21111Y1+0000v0I0////^/0/...t.E.----Z-+,,,,r,D,++++_+1+***v*H*))))`)1)(((z(L(''''e'6'&&&|&M&%%%%b%4%$$$x$I$####_#0#"""t"E"!!!!\!. s D Z+o@[-uG_0uF\-pAW(m>S$h9 ~O!d5{Mc4xI`2 v G  \ - p B  X * r C W)n?S$h,C! 32004-12-142023-11-04 21:48:14,B! 32004-12-142023-11-04 21:48:14+A! 32004-12-14:2023-11-04 21:48:14-@! 3L1987-03-112023-11-04 21:48:14,?! 3L1987-03-11.2023-11-04 21:48:14->! 3L1987-03-11.2023-11-04 21:48:14,=! 3L1987-03-11*2023-11-04 21:48:14,<! 31975-12-1272023-11-04 21:48:14,;! 31975-12-12n 2023-11-04 21:48:14,:! 31965-10-12 2023-11-04 21:48:14,9! 31965-10-122023-11-04 21:48:14,8! 31965-10-122023-11-04 21:48:14,7! 31965-10-122023-11-04 21:48:14,6! 31965-10-122023-11-04 21:48:14+5! 31965-10-12hD2023-11-04 21:48:14+4! 31987-11-06V2023-11-04 21:48:14,3! 31987-11-06U2023-11-04 21:48:14,2! 31987-11-06E82023-11-04 21:48:14,1! 31987-11-062023-11-04 21:48:14,0! 31987-11-06 2023-11-04 21:48:14-/! 31987-11-06,2023-11-04 21:48:14,.! 31987-11-062023-11-04 21:48:14,-! 31987-11-062023-11-04 21:48:14,,! 3Z1991-10-312023-11-04 21:48:14)+!  3Z1991-10-31R2023-11-04 21:48:14+*! 3Z1991-10-31H2023-11-04 21:48:14+)! 3Z1991-10-312023-11-04 21:48:14+(! 3Z1991-10-312023-11-04 21:48:14+'! 3Z1991-10-312023-11-04 21:48:14-&! 31996-01-22:2023-11-04 21:48:14,%! 31996-01-22 2023-11-04 21:48:14,$! 31996-01-22f 2023-11-04 21:48:14+#! 31996-01-22/o2023-11-04 21:48:14-"! 31957-05-19@2023-11-04 21:48:14,!! 31957-05-19?2023-11-04 21:48:14, ! 31957-05-19(2023-11-04 21:48:14,! 31957-05-19 2023-11-04 21:48:14,! 31957-05-19K2023-11-04 21:48:14,! 31957-05-192023-11-04 21:48:14+! 31957-05-19]2023-11-04 21:48:14,! 31957-05-192023-11-04 21:48:14-! 31957-05-19a2023-11-04 21:48:14,! 31987-07-08<2023-11-04 21:48:14,! 31987-07-082023-11-04 21:48:14,! 31987-07-08P2023-11-04 21:48:14,! 31987-07-08 2023-11-04 21:48:14,! 31987-07-08 2023-11-04 21:48:14,! 31987-07-08>2023-11-04 21:48:14+!  31987-07-0812023-11-04 21:48:14+!  31980-01-232023-11-04 21:48:14,! 31980-01-232023-11-04 21:48:14,! 31980-01-23b 2023-11-04 21:48:14+!  31980-01-232023-11-04 21:48:14,! 31980-01-232023-11-04 21:48:14, ! 31980-01-232023-11-04 21:48:14, ! 31980-01-232023-11-04 21:48:14, ! 31980-01-23"2023-11-04 21:48:14, ! 31980-01-2392023-11-04 21:48:14, ! 31980-01-232023-11-04 21:48:14,! 31980-01-23 2023-11-04 21:48:14+!  31980-01-232023-11-04 21:48:14,! 31980-01-23V2023-11-04 21:48:14,! 3:2007-04-19I 2023-11-04 21:48:14,! 3:2007-04-19^22023-11-04 21:48:14,! 3:2007-04-192023-11-04 21:48:14+! 3:2007-04-19^32023-11-04 21:48:14,! 3:2007-04-19&2023-11-04 21:48:14*!  3:2007-04-19B2023-11-04 21:48:14,! 3:2007-04-19 2023-11-04 21:48:14,~! 3:2007-04-192023-11-04 21:48:14,}! 3:2007-04-19-2023-11-04 21:48:14,|! 3'1996-05-18)#2023-11-04 21:48:14-{! 3'1996-05-18)2023-11-04 21:48:14,z! 3'1996-05-18;2023-11-04 21:48:14,y! 3'1996-05-18T{2023-11-04 21:48:14+x!  3'1996-05-182023-11-04 21:48:14,w! 3'1996-05-182023-11-04 21:48:14,v! 3'1996-05-18u]2023-11-04 21:48:14+u!  3'1996-05-182023-11-04 21:48:14,t! 3'1996-05-18HK2023-11-04 21:48:14,s! 3'1996-05-18s2023-11-04 21:48:14,r! 3'1996-05-18v2023-11-04 21:48:14,q! 31981-12-30l2023-11-04 21:48:14,p! 31981-12-30b2023-11-04 21:48:14,o! 31981-12-302023-11-04 21:48:14,n! 31981-12-3032023-11-04 21:48:14,m! 31981-12-30 2023-11-04 21:48:14,l! 31981-12-30];2023-11-04 21:48:14,k! 31981-12-30,2023-11-04 21:48:14,j! 31981-12-30N2023-11-04 21:48:14,i! 31981-12-30E2023-11-04 21:48:14,h! 31981-12-302023-11-04 21:48:14,g! 32005-04-13N2023-11-04 21:48:14,f! 32005-04-13q2023-11-04 21:48:14,e! 32005-04-13 2023-11-04 21:48:14,d! 32005-04-132023-11-04 21:48:14+c! 32005-04-13q2023-11-04 21:48:14,b! 32005-04-132023-11-04 21:48:14,a! 31979-05-042023-11-04 21:48:14,`! 31979-05-0472023-11-04 21:48:14+_!  31979-05-042023-11-04 21:48:14-^! 31979-05-04 2023-11-04 21:48:14+]!  31979-05-042023-11-04 21:48:14,\! 31979-05-04?2023-11-04 21:48:14,[! 31979-05-042023-11-04 21:48:14-Z! 31979-05-04S2023-11-04 21:48:14,Y! 31979-05-042023-11-04 21:48:14,X! 31979-05-04 2023-11-04 21:48:14,W! 31971-07-14P 2023-11-04 21:48:14+V! 31971-07-1452023-11-04 21:48:14,U! 31971-07-142023-11-04 21:48:14,T! 31971-07-142023-11-04 21:48:14,S! 31971-07-14>2023-11-04 21:48:14,R! 3X1996-12-012023-11-04 21:48:14,Q! 3X1996-12-01 c 2023-11-04 21:48:14,P! 3X1996-12-01 b2023-11-04 21:48:14+O! 3X1996-12-01q2023-11-04 21:48:14,N! 3X1996-12-01s2023-11-04 21:48:14,M! 3X1996-12-012023-11-04 21:48:14,L! 3X1996-12-012023-11-04 21:48:14,K! 3X1996-12-01q2023-11-04 21:48:14,J! 3X1996-12-012023-11-04 21:48:14,I! 3X1996-12-0162023-11-04 21:48:14*H!  3t1982-11-042023-11-04 21:48:14+G! 3t1982-11-042023-11-04 21:48:14+F! 3t1982-11-04/2023-11-04 21:48:14+E! 3t1982-11-04Y2023-11-04 21:48:14+D! 3t1982-11-042023-11-04 21:48:14+C! 3t1982-11-04V2023-11-04 21:48:14+B! 3t1982-11-04-2023-11-04 21:48:14+A! 3t1982-11-042023-11-04 21:48:14+@! 3t1982-11-04$2023-11-04 21:48:14+?! 3t1982-11-042023-11-04 21:48:14*>!  3t1982-11-04q2023-11-04 21:48:14*=!  3t1982-11-042023-11-04 21:48:14,<! 32006-07-04 2023-11-04 21:48:14,;! 32006-07-04 2023-11-04 21:48:14,:! 32006-07-04/ 2023-11-04 21:48:14,9! 32006-07-042 2023-11-04 21:48:14,8! 32006-07-04v 2023-11-04 21:48:14,7! 32006-07-040 2023-11-04 21:48:14,6! 3_2008-12-02 2023-11-04 21:48:14,5! 3_2008-12-023 2023-11-04 21:48:14+4! 3_2008-12-022" 2023-11-04 21:48:14,3! 3_2008-12-029 2023-11-04 21:48:14,2! 3_2008-12-02 2023-11-04 21:48:14,1! 31991-01-10: 2023-11-04 21:48:14,0! 31991-01-10W 2023-11-04 21:48:14,/! 31991-01-10. 2023-11-04 21:48:14+.! 31991-01-10: 2023-11-04 21:48:14,-! 31991-01-10x 2023-11-04 21:48:14,,! 31991-01-10  2023-11-04 21:48:14++! 31991-01-10 2023-11-04 21:48:14,*! 31991-01-10 2023-11-04 21:48:14+)!  31980-05-18 2023-11-04 21:48:14,(! 31980-05-18 2023-11-04 21:48:14,'! 31980-05-18b  2023-11-04 21:48:14+&!  31980-05-18 2023-11-04 21:48:14,%! 31980-05-18 2023-11-04 21:48:14,$! 31980-05-18 2023-11-04 21:48:14,#! 31980-05-18 2023-11-04 21:48:14,"! 31980-05-18" 2023-11-04 21:48:14,!! 31980-05-189 2023-11-04 21:48:14, ! 31980-05-18 2023-11-04 21:48:14,! 31980-05-18  2023-11-04 21:48:14+!  31980-05-18 2023-11-04 21:48:14,! 31980-05-18V 2023-11-04 21:48:14,! 31995-10-28X 2023-11-04 21:48:14,! 31995-10-28 2023-11-04 21:48:14,! 31995-10-28  2023-11-04 21:48:14,! 31995-10-28 2023-11-04 21:48:14,! 31995-10-28p 2023-11-04 21:48:14,! 32008-03-20Y2023-11-04 21:48:14,! 32008-03-202023-11-04 21:48:14+!  32008-03-202023-11-04 21:48:14,! 32008-03-20V2023-11-04 21:48:14,! 32008-03-20:2023-11-04 21:48:14,! 32008-03-20 2023-11-04 21:48:14,! 32008-03-202023-11-04 21:48:14,! 32008-03-202023-11-04 21:48:14,! 32008-03-20b2023-11-04 21:48:14,! 32008-03-202023-11-04 21:48:14, ! 32008-03-202023-11-04 21:48:14+ ! 3K1948-07-272023-11-04 21:48:14+ ! 3K1948-07-27J2023-11-04 21:48:14, ! 3K1948-07-27>2023-11-04 21:48:14+ ! 3K1948-07-27+2023-11-04 21:48:14+! 3K1948-07-272023-11-04 21:48:14+! 3K1948-07-2702023-11-04 21:48:14+! 3K1948-07-27i2023-11-04 21:48:14,! 3K1948-07-272023-11-04 21:48:14+! 3?1990-06-292023-11-04 21:48:14*! 3?1990-06-292023-11-04 21:48:14+! 3?1990-06-292023-11-04 21:48:14+! 3?1990-06-29 2023-11-04 21:48:14+! 3?1990-06-292023-11-04 21:48:14,! 31966-01-2642023-11-04 21:48:14,~! 31966-01-262023-11-04 21:48:14,}! 31966-01-2642023-11-04 21:48:14+|! 322007-01-092023-11-04 21:48:14+{! 322007-01-092023-11-04 21:48:14+z! 322007-01-09=Q2023-11-04 21:48:14+y! 322007-01-09 2023-11-04 21:48:14+x! 322007-01-09J2023-11-04 21:48:14,w! 31981-12-11d2023-11-04 21:48:14,v! 31981-12-11/2023-11-04 21:48:14,u! 31981-12-11n+2023-11-04 21:48:14+t! 3Q1981-09-11,2023-11-04 21:48:14*s!  3Q1981-09-11q2023-11-04 21:48:14+r! 3Q1981-09-112023-11-04 21:48:14+q! 3Q1981-09-1102023-11-04 21:48:14+p! 3Q1981-09-11V2023-11-04 21:48:14+o! 3Q1981-09-112023-11-04 21:48:14+n! 3Q1981-09-112023-11-04 21:48:14+m! 3Q1981-09-112023-11-04 21:48:14+l! 3Q1981-09-112023-11-04 21:48:14+k! 3Q1981-09-11Y2023-11-04 21:48:14,j! 3m2003-02-28O2023-11-04 21:48:14,i! 3m2003-02-28E2023-11-04 21:48:14+h! 3m2003-02-2822023-11-04 21:48:14,g! 3m2003-02-282023-11-04 21:48:14,f! 32001-06-112023-11-04 21:48:14,e! 32001-06-11) 2023-11-04 21:48:14-d! 32001-06-11)2023-11-04 21:48:14,c! 32001-06-112023-11-04 21:48:14,b! 32001-06-11} 2023-11-04 21:48:14,a! 32001-06-11S2023-11-04 21:48:14,`! 32001-06-112023-11-04 21:48:14,_! 32001-06-11s(2023-11-04 21:48:14+^!  32001-06-112023-11-04 21:48:14,]! 32001-06-112023-11-04 21:48:14-\! 32001-06-11T2023-11-04 21:48:14,[! 32001-06-11uc2023-11-04 21:48:14,Z! 32001-06-112023-11-04 21:48:14+Y! 3Y1996-12-302023-11-04 21:48:14*X!  3Y1996-12-30 2023-11-04 21:48:14*W!  3Y1996-12-30d2023-11-04 21:48:14*V!  3Y1996-12-30 2023-11-04 21:48:14*U!  3Y1996-12-30 2023-11-04 21:48:14+T! 3Y1996-12-30,2023-11-04 21:48:14+S! 3Y1996-12-30E*2023-11-04 21:48:14+R! 3Y1996-12-30N2023-11-04 21:48:14+Q! 3Y1996-12-30l 2023-11-04 21:48:14*P!  3Y1996-12-30h2023-11-04 21:48:14+O! 3Y1996-12-3022023-11-04 21:48:14+N! 3Y1996-12-30]>2023-11-04 21:48:14+M! 3Y1996-12-302023-11-04 21:48:14+L! 3Y1996-12-302023-11-04 21:48:14+K! 31991-11-052023-11-04 21:48:14,J! 31991-11-052023-11-04 21:48:14*I!  31991-11-052023-11-04 21:48:14*H! 31991-11-05V2023-11-04 21:48:14+G! 31991-11-05E-2023-11-04 21:48:14+F! 31991-11-052023-11-04 21:48:14,E! 31991-11-052023-11-04 21:48:14+D! 31991-11-052023-11-04 21:48:14,C! 3_1974-05-162023-11-04 21:48:14+B! 3_1974-05-16)2023-11-04 21:48:14,A! 3_1974-05-16.2023-11-04 21:48:14,@! 32008-11-19n+2023-11-04 21:48:14,?! 32008-11-19i2023-11-04 21:48:14,>! 32008-11-19 2023-11-04 21:48:14,=! 32008-11-19:2023-11-04 21:48:14+<! 32008-11-19r2023-11-04 21:48:14+;!  32008-11-19!2023-11-04 21:48:14+:!  32008-11-19b2023-11-04 21:48:14-9! 31955-07-22@2023-11-04 21:48:14,8! 31955-07-22?2023-11-04 21:48:14,7! 31955-07-22(2023-11-04 21:48:14,6! 31955-07-22 2023-11-04 21:48:14,5! 31955-07-22K2023-11-04 21:48:14,4! 31955-07-222023-11-04 21:48:14+3! 31955-07-22]2023-11-04 21:48:14,2! 31955-07-222023-11-04 21:48:14-1! 31955-07-22a2023-11-04 21:48:14,0! 321957-06-21p2023-11-04 21:48:14,/! 321957-06-21p2023-11-04 21:48:14,.! 321957-06-212023-11-04 21:48:14,-! 321957-06-21(2023-11-04 21:48:14,,! 321957-06-21pi2023-11-04 21:48:14,+! 32006-06-15 2023-11-04 21:48:14,*! 32006-06-152023-11-04 21:48:14,)! 32006-06-152023-11-04 21:48:14,(! 32006-06-152023-11-04 21:48:14,'! 32006-06-15>2023-11-04 21:48:14,&! 31978-03-112023-11-04 21:48:14-%! 31978-03-11a2023-11-04 21:48:14,$! 31978-03-112023-11-04 21:48:14,#! 31978-03-112023-11-04 21:48:14,"! 31978-03-112023-11-04 21:48:14,!! 31978-03-112023-11-04 21:48:14, ! 31978-03-11?#2023-11-04 21:48:14+! 31978-03-11]2023-11-04 21:48:14-! 31978-03-11@2023-11-04 21:48:14,! 31978-03-1192023-11-04 21:48:14+!  31978-03-1192023-11-04 21:48:14,! 31995-05-172023-11-04 21:48:14,! 31995-05-172023-11-04 21:48:14,! 31995-05-1792023-11-04 21:48:14-! 31995-05-172023-11-04 21:48:14-! 31995-05-172023-11-04 21:48:14*!  31951-03-152023-11-04 21:48:14,! 31951-03-152023-11-04 21:48:14,! 31951-03-152023-11-04 21:48:14,! 31951-03-15 2023-11-04 21:48:14,! 31951-03-152023-11-04 21:48:14,! 31951-03-15, 2023-11-04 21:48:14,! 31951-03-152023-11-04 21:48:14,! 31951-03-15 2023-11-04 21:48:14*! 3q1982-11-27V2023-11-04 21:48:14+ ! 3q1982-11-27 2023-11-04 21:48:14+ ! 3q1982-11-27E!2023-11-04 21:48:14+ ! 3q1982-11-27k2023-11-04 21:48:14, ! 3q1982-11-272023-11-04 21:48:14+ ! 3q1982-11-27 2023-11-04 21:48:14+! 3q1982-11-27 2023-11-04 21:48:14+! 3q1982-11-272023-11-04 21:48:14+!  31960-07-192023-11-04 21:48:14-! 31960-07-192023-11-04 21:48:14+!  31960-07-192023-11-04 21:48:14-! 31960-07-19*2023-11-04 21:48:14,! 3'2000-04-282023-11-04 21:48:14,! 3'2000-04-2892023-11-04 21:48:14+! 3'2000-04-28c 2023-11-04 21:48:14,! 3'2000-04-28)2023-11-04 21:48:14,~! 3'2000-04-2872023-11-04 21:48:14,}! 3'2000-04-28u[2023-11-04 21:48:14,|! 3'2000-04-28To2023-11-04 21:48:14,{! 3'2000-04-282023-11-04 21:48:14,z! 3'2000-04-28}2023-11-04 21:48:14,y! 3'2000-04-28v2023-11-04 21:48:14,x! 3'2000-04-28y2023-11-04 21:48:14,w! 3'2000-04-28HC2023-11-04 21:48:14-v! 3'2000-04-28)2023-11-04 21:48:14+u! 3U1982-12-02%2023-11-04 21:48:14*t! 3U1982-12-02v2023-11-04 21:48:14*s!  3U1982-12-022023-11-04 21:48:14+r! 3U1982-12-02k2023-11-04 21:48:14+q! 3U1982-12-02 2023-11-04 21:48:14+p! 3U1982-12-02~ 2023-11-04 21:48:14,o! 3U1982-12-022023-11-04 21:48:14*n!  3U1982-12-022023-11-04 21:48:14+m! 3U1982-12-02Q2023-11-04 21:48:14+l! 3U1982-12-02}2023-11-04 21:48:14-k! 31959-10-142023-11-04 21:48:14,j! 31959-10-142023-11-04 21:48:14,i! 31959-10-142023-11-04 21:48:14+h!  31959-10-142023-11-04 21:48:14-g! 31959-10-14Y2023-11-04 21:48:14,f! 31995-12-21 2023-11-04 21:48:14,e! 31995-12-212023-11-04 21:48:14,d! 31995-12-212023-11-04 21:48:14,c! 31995-12-212023-11-04 21:48:14+b! 31995-12-21 2023-11-04 21:48:14,a! 31995-12-212023-11-04 21:48:14,`! 31995-12-212023-11-04 21:48:14,_! 31995-12-2152023-11-04 21:48:14,^! 31995-12-212023-11-04 21:48:14,]! 32004-10-26 2023-11-04 21:48:14,\! 32004-10-26J2023-11-04 21:48:14,[! 32004-10-26<2023-11-04 21:48:14+Z!  32004-10-262023-11-04 21:48:14,Y! 32004-10-26t2023-11-04 21:48:14,X! 31978-10-202023-11-04 21:48:14,W! 31978-10-20 2023-11-04 21:48:14,V! 31978-10-20"2023-11-04 21:48:14,U! 31978-10-202023-11-04 21:48:14,T! 31978-10-202023-11-04 21:48:14,S! 31978-10-2082023-11-04 21:48:14,R! 31978-10-20>2023-11-04 21:48:14,Q! 31978-10-20V2023-11-04 21:48:14,P! 31978-10-202023-11-04 21:48:14,O! 31978-10-202023-11-04 21:48:14,N! 3?1953-07-09I2023-11-04 21:48:14+M! 3?1953-07-09^32023-11-04 21:48:14,L! 3?1953-07-09^2023-11-04 21:48:14,K! 3?1953-07-0952023-11-04 21:48:14,J! 3?1953-07-09 +2023-11-04 21:48:14,I! 3?1953-07-09 2023-11-04 21:48:14*H!  3?1953-07-09B2023-11-04 21:48:14+G! 3}1971-06-07q2023-11-04 21:48:14+F! 3}1971-06-07'2023-11-04 21:48:14*E! 3}1971-06-07W2023-11-04 21:48:14+D! 3}1971-06-07#2023-11-04 21:48:14+C! 3}1971-06-072023-11-04 21:48:14+B! 3}1971-06-07Y 2023-11-04 21:48:14*A!  3}1971-06-07;2023-11-04 21:48:14+@! 3}1971-06-072023-11-04 21:48:14+?! 3}1971-06-07 2023-11-04 21:48:14+>! 3}1971-06-072023-11-04 21:48:14+=! 3}1971-06-072023-11-04 21:48:14+<! 3}1971-06-07V2023-11-04 21:48:14+;! 3}1971-06-07, 2023-11-04 21:48:14+:! 3}1971-06-072023-11-04 21:48:14,9! 3h1959-01-13^2023-11-04 21:48:14,8! 3h1959-01-13&2023-11-04 21:48:14,7! 3h1959-01-13T 2023-11-04 21:48:14+6! 3h1959-01-13^02023-11-04 21:48:14,5! 3h1959-01-13 22023-11-04 21:48:14,4! 3h1959-01-132023-11-04 21:48:14,3! 3h1959-01-13I 2023-11-04 21:48:14*2!  3h1959-01-13B2023-11-04 21:48:14,1! 31991-05-162023-11-04 21:48:14,0! 31991-05-162023-11-04 21:48:14,/! 31991-05-16)2023-11-04 21:48:14,.! 31991-05-16Z2023-11-04 21:48:14--! 31991-05-162023-11-04 21:48:14-,! 31991-05-162023-11-04 21:48:14,+! 32004-12-022023-11-04 21:48:14,*! 32004-12-022023-11-04 21:48:14,)! 32004-12-02+2023-11-04 21:48:14,(! 32004-12-02 2023-11-04 21:48:14,'! 32004-12-02 2023-11-04 21:48:14,&! 32004-12-02 2023-11-04 21:48:14+%! 351978-12-072023-11-04 21:48:14+$! 351978-12-072023-11-04 21:48:14+#! 351978-12-07{2023-11-04 21:48:14+"! 351978-12-072023-11-04 21:48:14+!! 351978-12-072023-11-04 21:48:14, ! 351978-12-072023-11-04 21:48:14+! 351978-12-07E72023-11-04 21:48:14,! 3 1993-10-262023-11-04 21:48:14-! 3 1993-10-262023-11-04 21:48:14,! 3 1993-10-262023-11-04 21:48:14-! 3 1993-10-26u2023-11-04 21:48:14,! 3 1993-10-26F)2023-11-04 21:48:14,! 3 1993-10-26$2023-11-04 21:48:14+!  3 1993-10-262023-11-04 21:48:14,! 3 1993-10-26PJ2023-11-04 21:48:14,! 31977-06-032023-11-04 21:48:14,! 31977-06-03 2023-11-04 21:48:14,! 31977-06-03"2023-11-04 21:48:14,! 31977-06-032023-11-04 21:48:14,! 31977-06-032023-11-04 21:48:14,! 31977-06-0382023-11-04 21:48:14,! 31977-06-03>2023-11-04 21:48:14,! 31977-06-03V2023-11-04 21:48:14,! 31977-06-032023-11-04 21:48:14, ! 31977-06-032023-11-04 21:48:14, ! 32009-10-06f2023-11-04 21:48:14, ! 32009-10-062023-11-04 21:48:14, ! 32009-10-068 2023-11-04 21:48:14+ ! 32009-10-06/[2023-11-04 21:48:14-! 32009-10-06:2023-11-04 21:48:14,! 321994-07-132023-11-04 21:48:14,! 321994-07-13.2023-11-04 21:48:14,! 321994-07-1362023-11-04 21:48:14,! 321994-07-13 2023-11-04 21:48:14,! 321994-07-132023-11-04 21:48:14,! 31955-01-222023-11-04 21:48:14,! 31955-01-222023-11-04 21:48:14,! 31955-01-222023-11-04 21:48:14+! 31955-01-22hM2023-11-04 21:48:14,~! 31955-01-222023-11-04 21:48:14+}! 31955-01-222023-11-04 21:48:14,|! 31969-10-14*2023-11-04 21:48:14,{! 31969-10-14r2023-11-04 21:48:14,z! 31969-10-14|"2023-11-04 21:48:14,y! 31969-10-142023-11-04 21:48:14,x! 31969-10-14}2023-11-04 21:48:14,w! 3v1955-02-012023-11-04 21:48:14,v! 3v1955-02-01]J2023-11-04 21:48:14+u!  3v1955-02-01,2023-11-04 21:48:14,t! 3v1955-02-01b2023-11-04 21:48:14,s! 3v1955-02-01E*2023-11-04 21:48:14,r! 3v1955-02-01N2023-11-04 21:48:14,q! 3v1955-02-012023-11-04 21:48:14,p! 3v1955-02-01F2023-11-04 21:48:14+o! 3C1965-04-212023-11-04 21:48:14,n! 3C1965-04-21>2023-11-04 21:48:14,m! 3C1965-04-21H2023-11-04 21:48:14,l! 3C1965-04-21q/2023-11-04 21:48:14*k!  3C1965-04-21\2023-11-04 21:48:14-j! 371970-06-19J2023-11-04 21:48:14+i!  371970-06-192023-11-04 21:48:14-h! 371970-06-19 2023-11-04 21:48:14,g! 371970-06-192023-11-04 21:48:14+f!  371970-06-192023-11-04 21:48:14,e! 371970-06-19]2023-11-04 21:48:14+d!  371970-06-192023-11-04 21:48:14+c!  371970-06-19D2023-11-04 21:48:14+b! 3N1989-07-122023-11-04 21:48:14,a! 3N1989-07-122023-11-04 21:48:14,`! 3N1989-07-122023-11-04 21:48:14,_! 3N1989-07-12M2023-11-04 21:48:14+^!  3N1989-07-12{2023-11-04 21:48:14+]!  3N1989-07-12%2023-11-04 21:48:14,\! 3N1989-07-12q72023-11-04 21:48:14,[! 3N1989-07-12>2023-11-04 21:48:14+Z! 31990-02-282023-11-04 21:48:14,Y! 31990-02-282023-11-04 21:48:14*X!  31990-02-282023-11-04 21:48:14*W! 31990-02-28V2023-11-04 21:48:14+V! 31990-02-28E-2023-11-04 21:48:14+U! 31990-02-282023-11-04 21:48:14,T! 31990-02-282023-11-04 21:48:14+S! 31990-02-282023-11-04 21:48:14+R!  31999-12-092023-11-04 21:48:14,Q! 31999-12-09i 2023-11-04 21:48:14,P! 31999-12-09{2023-11-04 21:48:14,O! 31999-12-092023-11-04 21:48:14,N! 31999-12-09n12023-11-04 21:48:14,M! 31999-12-09 2023-11-04 21:48:14,L! 31999-12-09'2023-11-04 21:48:14,K! 31978-03-08S2023-11-04 21:48:14,J! 31978-03-08< 2023-11-04 21:48:14,I! 31978-03-082023-11-04 21:48:14+H!  31978-03-082023-11-04 21:48:14,G! 381957-06-132023-11-04 21:48:14,F! 381957-06-13*2023-11-04 21:48:14,E! 381957-06-13F2023-11-04 21:48:14,D! 381957-06-13b2023-11-04 21:48:14,C! 381957-06-13 2023-11-04 21:48:14,B! 381957-06-13>J2023-11-04 21:48:14,A! 381957-06-13z2023-11-04 21:48:14,@! 381957-06-132023-11-04 21:48:14,?! 381957-06-13<2023-11-04 21:48:14,>! 381957-06-13d2023-11-04 21:48:14-=! 381957-06-132023-11-04 21:48:14,<! 31956-09-262023-11-04 21:48:14,;! 31956-09-26|:2023-11-04 21:48:14,:! 31956-09-26r2023-11-04 21:48:14,9! 31956-09-26j2023-11-04 21:48:14,8! 31956-09-26*2023-11-04 21:48:14,7! 3Z1994-06-262023-11-04 21:48:14+6! 3Z1994-06-26^72023-11-04 21:48:14,5! 3Z1994-06-2602023-11-04 21:48:14,4! 3Z1994-06-26^(2023-11-04 21:48:14,3! 3Z1994-06-26 2023-11-04 21:48:14,2! 3Z1994-06-26I 2023-11-04 21:48:14+1!  3Z1994-06-262023-11-04 21:48:14,0! 3Z1994-06-26& 2023-11-04 21:48:14*/!  3Z1994-06-26B2023-11-04 21:48:14,.! 3Z1994-06-262023-11-04 21:48:14*-!  3*1977-07-042023-11-04 21:48:14+,! 3*1977-07-042023-11-04 21:48:14*+!  3*1977-07-042023-11-04 21:48:14+*! 3*1977-07-04~ 2023-11-04 21:48:14*)!  3*1977-07-04a2023-11-04 21:48:14+(! 3*1977-07-042023-11-04 21:48:14*'!  3*1977-07-042023-11-04 21:48:14+&! 3*1977-07-04Q2023-11-04 21:48:14*%! 3*1977-07-04>2023-11-04 21:48:14,$! 3*1977-07-042023-11-04 21:48:14+#! 3*1977-07-04v2023-11-04 21:48:14*"! 3*1977-07-04v2023-11-04 21:48:14+!!  3r1945-08-02 2023-11-04 21:48:14+ !  3r1945-08-022023-11-04 21:48:14,! 3r1945-08-02 2023-11-04 21:48:14,! 3r1945-08-02 y2023-11-04 21:48:14,! 3r1945-08-02 2023-11-04 21:48:14,! 3r1945-08-02 x2023-11-04 21:48:14+! 3r1945-08-02?!2023-11-04 21:48:14,! 3r1945-08-02 v@2023-11-04 21:48:14,! 3r1945-08-02 wC2023-11-04 21:48:14,! 31968-03-22^2023-11-04 21:48:14,! 31968-03-2272023-11-04 21:48:14+! 31968-03-22^12023-11-04 21:48:14,! 31968-03-22 )2023-11-04 21:48:14*!  31968-03-22B2023-11-04 21:48:14,! 31968-03-22T2023-11-04 21:48:14,! 31968-03-22I 2023-11-04 21:48:14,! 31968-03-22 2023-11-04 21:48:14+!  31968-03-222023-11-04 21:48:14+! 31991-04-13O2023-11-04 21:48:14+! 31991-04-132023-11-04 21:48:14+ ! 31991-04-13^2023-11-04 21:48:14+ ! 31991-04-13 2023-11-04 21:48:14+ ! 31991-04-132023-11-04 21:48:14* ! 31991-04-13]2023-11-04 21:48:14, ! 31991-04-13a2023-11-04 21:48:14+! 31991-04-13 2023-11-04 21:48:14,! 31991-04-13@2023-11-04 21:48:14+! 31991-04-13?#2023-11-04 21:48:14+! 31991-04-13 2023-11-04 21:48:14*!  31991-04-132023-11-04 21:48:14*!  31991-04-132023-11-04 21:48:14+! 31991-04-132023-11-04 21:48:14,! 341994-09-152023-11-04 21:48:14,! 341994-09-15$2023-11-04 21:48:14,! 341994-09-152023-11-04 21:48:14,~! 341994-09-152023-11-04 21:48:14,}! 341994-09-152023-11-04 21:48:14,|! 341994-09-152023-11-04 21:48:14+{! 341994-09-15 2023-11-04 21:48:14,z! 341994-09-152023-11-04 21:48:14,y! 341994-09-15X 2023-11-04 21:48:14,x! 3?1951-09-20I2023-11-04 21:48:14+w! 3?1951-09-20^32023-11-04 21:48:14,v! 3?1951-09-20^2023-11-04 21:48:14,u! 3?1951-09-2052023-11-04 21:48:14,t! 3?1951-09-20 +2023-11-04 21:48:14,s! 3?1951-09-20 2023-11-04 21:48:14*r!  3?1951-09-20B2023-11-04 21:48:14,q! 31992-04-022023-11-04 21:48:14,p! 31992-04-022023-11-04 21:48:14,o! 31992-04-02)2023-11-04 21:48:14,n! 31992-04-02Z2023-11-04 21:48:14-m! 31992-04-022023-11-04 21:48:14-l! 31992-04-022023-11-04 21:48:14+k!  31999-12-1592023-11-04 21:48:14+j!  31999-12-152023-11-04 21:48:14,i! 31999-12-15#2023-11-04 21:48:14+h!  31999-12-152023-11-04 21:48:14+g!  31999-12-15&2023-11-04 21:48:14+f! 31999-12-15#32023-11-04 21:48:14,e! 31999-12-152023-11-04 21:48:14,d! 31999-12-15,2023-11-04 21:48:14+c! 31999-12-15+2023-11-04 21:48:14,b! 31999-12-152023-11-04 21:48:14,a! 31999-12-152023-11-04 21:48:14,`! 31999-12-15Z2023-11-04 21:48:14+_!  31999-12-152023-11-04 21:48:14+^!  31999-12-15t2023-11-04 21:48:14,]! 31999-12-152023-11-04 21:48:14,\! 381958-06-022023-11-04 21:48:14,[! 381958-06-02*2023-11-04 21:48:14,Z! 381958-06-02F2023-11-04 21:48:14,Y! 381958-06-02b2023-11-04 21:48:14,X! 381958-06-02 2023-11-04 21:48:14,W! 381958-06-02>J2023-11-04 21:48:14,V! 381958-06-02z2023-11-04 21:48:14,U! 381958-06-022023-11-04 21:48:14,T! 381958-06-02<2023-11-04 21:48:14,S! 381958-06-02d2023-11-04 21:48:14-R! 381958-06-022023-11-04 21:48:14,Q! 3+1999-08-0762023-11-04 21:48:14,P! 3+1999-08-07.2023-11-04 21:48:14+O!  3+1999-08-072023-11-04 21:48:14,N! 3+1999-08-072023-11-04 21:48:14,M! 3+1999-08-072023-11-04 21:48:14,L! 3+1999-08-07 2023-11-04 21:48:14,K! 32000-06-072023-11-04 21:48:14,J! 32000-06-072023-11-04 21:48:14-I! 32000-06-07u2023-11-04 21:48:14-H! 32000-06-07K2023-11-04 21:48:14,G! 32000-06-072023-11-04 21:48:14,F! 32000-06-07P<2023-11-04 21:48:14+E! 31999-07-12V2023-11-04 21:48:14+D! 31999-07-122023-11-04 21:48:14+C! 31999-07-12"2023-11-04 21:48:14+B! 31999-07-12 2023-11-04 21:48:14+A! 31999-07-122023-11-04 21:48:14+@! 31999-07-12 2023-11-04 21:48:14*?!  31999-07-122023-11-04 21:48:14+>! 31999-07-122023-11-04 21:48:14+=! 31999-07-12b2023-11-04 21:48:14+<! 31999-07-12: 2023-11-04 21:48:14+;! 31999-07-122023-11-04 21:48:14,:! 3g1953-10-202023-11-04 21:48:14+9! 3g1953-10-202023-11-04 21:48:14+8! 3g1953-10-2002023-11-04 21:48:14+7! 3g1953-10-202023-11-04 21:48:14+6! 3g1953-10-202023-11-04 21:48:14,5! 3g1953-10-20.2023-11-04 21:48:14,4! 32000-04-13f 2023-11-04 21:48:14-3! 32000-04-13:2023-11-04 21:48:14,2! 32000-04-132023-11-04 21:48:14+1! 32000-04-13/}2023-11-04 21:48:14*0!  3Y1994-09-27 2023-11-04 21:48:14*/!  3Y1994-09-27d2023-11-04 21:48:14*.!  3Y1994-09-27 2023-11-04 21:48:14*-!  3Y1994-09-27 2023-11-04 21:48:14+,! 3Y1994-09-27,2023-11-04 21:48:14++! 3Y1994-09-27E*2023-11-04 21:48:14+*! 3Y1994-09-27N2023-11-04 21:48:14+)! 3Y1994-09-27l 2023-11-04 21:48:14*(!  3Y1994-09-27h2023-11-04 21:48:14+'! 3Y1994-09-2722023-11-04 21:48:14+&! 3Y1994-09-27]>2023-11-04 21:48:14+%! 3Y1994-09-272023-11-04 21:48:14+$! 3Y1994-09-27 2023-11-04 21:48:14-#! 32004-09-2972023-11-04 21:48:14 csE~~~~Z~+}}}}p}A}||||S|${{{{k{={zzzzXz*yyyytyGyxxxx]x.xwwwuwGwvvvv_v/vuuuruCutttt]t/tsssusFsrrrr]r/rqqqtqEqppppZp+oooomo>onnnnTn%mmmmmm?mllll[l.lkkkwkIkjjjjcj4jiiixiHihhhh\h-ggggsgEgffff[f,eeeeqeCeddddYd+ccccpcAcbbbbWb(aaaaka;a ````T`%____j_;_ ^^^^P^"]]]]j]=]\\\\X\)[[[[m[=[ZZZZSZ$YYYYhY9Y XXX}XNXWWWWdW5WVVVyVIVUUUU^U0UTTTuTFTSSSS[S+RRRRlR=RQQQQRQ$PPPPjP;P OOOOSO$NNNNiN:N MMMMRM#LLLLhL:L KKKKPK!JJJJdJ7J IIIISI%HHHHjH;H GGGGTG&FFFFlF=FEEEEUE&DDDDkD=DCCCCSC$BBBBjB=BAAAARA#@@@@h@9@ ???}?N?>>>>`>2>===w=G=<<<<^<0<;;;u;F;::::\:-:999w9I98888f878777|7M76666c656555|5N5 4444c444333w3H32222\2-1111o1@10000U0&////l/=/....T.&----m->-,,,,V,'++++m+>+****S*$))))k)=)((((T(%''''i'9' &&&&R&$%%%%n%A%$$$$T$&####i#;# """"P"!!!!!g!:! V 'l=S$h: ~P"k=V'k< Q"f7{La2xJ`1wH^/tE]0xI ^ / t E  a 3  } O ! i : P!f7}Nc,d! 3%1955-02-23L2023-11-04 21:48:14,c! 3%1955-02-23g2023-11-04 21:48:14,b! 3%1955-02-23h2023-11-04 21:48:14,a! 31981-01-09'2023-11-04 21:48:14,`! 31981-01-09R2023-11-04 21:48:14,_! 31981-01-0952023-11-04 21:48:14+^!  31981-01-092023-11-04 21:48:14+]! 31981-01-09k2023-11-04 21:48:14,\! 31981-01-092023-11-04 21:48:14,[! 31981-01-09B2023-11-04 21:48:14,Z! 31981-01-09n2023-11-04 21:48:14,Y! 31981-01-09.2023-11-04 21:48:14+X!  31947-03-01 2023-11-04 21:48:14,W! 31947-03-012023-11-04 21:48:14,V! 31947-03-012023-11-04 21:48:14,U! 31947-03-01 2023-11-04 21:48:14,T! 31947-03-01 2023-11-04 21:48:14+S! 31986-05-09Q2023-11-04 21:48:14,R! 31986-05-092023-11-04 21:48:14,Q! 31986-05-09_2023-11-04 21:48:14,P! 31986-05-09 2023-11-04 21:48:14,O! 31986-05-0922023-11-04 21:48:14+N! 31986-05-09hG2023-11-04 21:48:14+M! 3r1983-05-262023-11-04 21:48:14+L! 3r1983-05-262023-11-04 21:48:14+K! 3r1983-05-262023-11-04 21:48:14+J! 3r1983-05-26>2023-11-04 21:48:14+I! 3r1983-05-262023-11-04 21:48:14+H! 3r1983-05-26P 2023-11-04 21:48:14*G!  3M1971-10-292023-11-04 21:48:14*F! 3M1971-10-29^$2023-11-04 21:48:14+E! 3M1971-10-29^%2023-11-04 21:48:14+D! 3M1971-10-292023-11-04 21:48:14+C! 3M1971-10-2942023-11-04 21:48:14+B! 3M1971-10-29I 2023-11-04 21:48:14+A! 3M1971-10-292023-11-04 21:48:14)@!  3M1971-10-29B2023-11-04 21:48:14+?! 3M1971-10-29 $2023-11-04 21:48:14,>! 3*2007-08-272023-11-04 21:48:14+=! 3*2007-08-272023-11-04 21:48:14,<! 3*2007-08-272023-11-04 21:48:14,;! 3*2007-08-27 2023-11-04 21:48:14,:! 3*2007-08-27E2023-11-04 21:48:14,9! 3*2007-08-27q2023-11-04 21:48:14-8! 3*2007-08-2722023-11-04 21:48:14,7! 31952-01-152023-11-04 21:48:14,6! 31952-01-1572023-11-04 21:48:14+5! 31952-01-15?2023-11-04 21:48:14,4! 31952-01-15I2023-11-04 21:48:14,3! 31952-01-15l2023-11-04 21:48:14+2! 3y1945-11-07E&2023-11-04 21:48:14+1! 3y1945-11-07F2023-11-04 21:48:14+0! 3y1945-11-07]02023-11-04 21:48:14+/! 3y1945-11-07 2023-11-04 21:48:14*.!  3y1945-11-07b2023-11-04 21:48:14+-! 3y1945-11-07N2023-11-04 21:48:14+,! 3y1945-11-072023-11-04 21:48:14++! 3y1945-11-072023-11-04 21:48:14,*! 32007-12-03 2023-11-04 21:48:14,)! 32007-12-0372023-11-04 21:48:14,(! 32007-12-03t2023-11-04 21:48:14,'! 32007-12-03S2023-11-04 21:48:14,&! 31979-07-07I2023-11-04 21:48:14+%!  31979-07-072023-11-04 21:48:14,$! 31979-07-07(2023-11-04 21:48:14,#! 31979-07-07k2023-11-04 21:48:14,"! 31979-07-07*2023-11-04 21:48:14,!! 3:2010-06-22I 2023-11-04 21:48:14, ! 3:2010-06-22^22023-11-04 21:48:14,! 3:2010-06-222023-11-04 21:48:14+! 3:2010-06-22^32023-11-04 21:48:14,! 3:2010-06-22&2023-11-04 21:48:14*!  3:2010-06-22B2023-11-04 21:48:14,! 3:2010-06-22 2023-11-04 21:48:14,! 3:2010-06-222023-11-04 21:48:14,! 3:2010-06-22-2023-11-04 21:48:14,! 31995-01-17u~2023-11-04 21:48:14,! 31995-01-17~2023-11-04 21:48:14,! 31995-01-17.~2023-11-04 21:48:14,! 31995-01-17~2023-11-04 21:48:14,! 31995-01-17~2023-11-04 21:48:14+!  31995-01-17~2023-11-04 21:48:14+! 31995-01-17c~2023-11-04 21:48:14,! 31995-01-17~2023-11-04 21:48:14,! 31995-01-17)m~2023-11-04 21:48:14+!  31995-01-17~2023-11-04 21:48:14+!  31995-01-17~2023-11-04 21:48:14, ! 31995-01-17)'~2023-11-04 21:48:14, ! 31995-01-17 ~2023-11-04 21:48:14, ! 31995-01-17Tc~2023-11-04 21:48:14, ! 31995-01-17~2023-11-04 21:48:14, ! 31995-01-17um~2023-11-04 21:48:14,! 31995-01-17~2023-11-04 21:48:14,! 31995-01-17 ~2023-11-04 21:48:14,! 31995-01-17n~2023-11-04 21:48:14,! 31995-01-17~2023-11-04 21:48:14,! 32002-04-06i}2023-11-04 21:48:14,! 32002-04-06}2023-11-04 21:48:14,! 32002-04-06}2023-11-04 21:48:14,! 32002-04-06`}2023-11-04 21:48:14,! 32002-04-06-}2023-11-04 21:48:14,! 32002-04-06 }2023-11-04 21:48:14,~! 31957-10-31|2023-11-04 21:48:14,}! 31957-10-31|:|2023-11-04 21:48:14,|! 31957-10-31r|2023-11-04 21:48:14,{! 31957-10-31j|2023-11-04 21:48:14,z! 31957-10-31*|2023-11-04 21:48:14,y! 31979-10-26F{2023-11-04 21:48:14,x! 31979-10-26E{2023-11-04 21:48:14,w! 31979-10-26b{2023-11-04 21:48:14,v! 31979-10-26N{2023-11-04 21:48:14,u! 31979-10-26{2023-11-04 21:48:14,t! 31979-10-26l {2023-11-04 21:48:14,s! 31979-10-26 {2023-11-04 21:48:14,r! 31979-10-26,{2023-11-04 21:48:14,q! 31979-10-26{2023-11-04 21:48:14,p! 31979-10-263{2023-11-04 21:48:14,o! 31979-10-26]D{2023-11-04 21:48:14)n!  3T1982-02-19Bz2023-11-04 21:48:14+m! 3T1982-02-19I z2023-11-04 21:48:14+l! 3T1982-02-19^/z2023-11-04 21:48:14+k! 3T1982-02-19z2023-11-04 21:48:14+j! 3T1982-02-194z2023-11-04 21:48:14+i! 3T1982-02-19 z2023-11-04 21:48:14*h! 3T1982-02-19^$z2023-11-04 21:48:14+g! 3T1982-02-19z2023-11-04 21:48:14+f! 3T1982-02-19 #z2023-11-04 21:48:14,e! 31997-02-13 y2023-11-04 21:48:14,d! 31997-02-13y2023-11-04 21:48:14,c! 31997-02-13y2023-11-04 21:48:14,b! 31997-02-13y2023-11-04 21:48:14+a! 31997-02-13 y2023-11-04 21:48:14,`! 31997-02-13y2023-11-04 21:48:14,_! 31997-02-13y2023-11-04 21:48:14,^! 31997-02-135y2023-11-04 21:48:14,]! 31997-02-13y2023-11-04 21:48:14,\! 31985-11-28w2023-11-04 21:48:14,[! 31985-11-28b#w2023-11-04 21:48:14+Z!  31985-11-28w2023-11-04 21:48:14,Y! 31985-11-28w2023-11-04 21:48:14,X! 31985-11-28w2023-11-04 21:48:14,W! 31985-11-28w2023-11-04 21:48:14,V! 31985-11-28"w2023-11-04 21:48:14,U! 31985-11-281w2023-11-04 21:48:14,T! 31985-11-28:w2023-11-04 21:48:14+S!  31985-11-28w2023-11-04 21:48:14,R! 31985-11-28Vw2023-11-04 21:48:14,Q! 31985-11-28 w2023-11-04 21:48:14+P! 3G1956-03-03 +u2023-11-04 21:48:14+O! 3G1956-03-03 u2023-11-04 21:48:14+N! 3G1956-03-03^u2023-11-04 21:48:14)M!  3G1956-03-03Bu2023-11-04 21:48:14+L! 3G1956-03-03I u2023-11-04 21:48:14*K! 3G1956-03-03^5u2023-11-04 21:48:14+J! 3G1956-03-036u2023-11-04 21:48:14+I!  31959-02-15t2023-11-04 21:48:14,H! 31959-02-15Tt2023-11-04 21:48:14,G! 31959-02-15t2023-11-04 21:48:14,F! 31959-02-15t2023-11-04 21:48:14-E! 31959-02-15@t2023-11-04 21:48:14,D! 31959-02-15t2023-11-04 21:48:14+C! 31959-02-15]t2023-11-04 21:48:14,B! 31959-02-15 t2023-11-04 21:48:14,A! 31959-02-15?t2023-11-04 21:48:14+@!  31959-02-15t2023-11-04 21:48:14-?! 31959-02-15at2023-11-04 21:48:14,>! 31959-02-15t2023-11-04 21:48:14,=! 3t1996-11-07s2023-11-04 21:48:14,<! 3t1996-11-07 s2023-11-04 21:48:14+;!  3t1996-11-07s2023-11-04 21:48:14,:! 3t1996-11-07zs2023-11-04 21:48:14,9! 3t1996-11-07s2023-11-04 21:48:14-8! 3t1996-11-07s2023-11-04 21:48:14-7! 3t1996-11-07ps2023-11-04 21:48:14,6! 3t1996-11-074s2023-11-04 21:48:14*5! 3c1996-05-05vr2023-11-04 21:48:14+4! 3c1996-05-05Qr2023-11-04 21:48:14*3!  3c1996-05-05r2023-11-04 21:48:14+2! 3c1996-05-05~r2023-11-04 21:48:14*1!  3c1996-05-05r2023-11-04 21:48:14+0! 3c1996-05-05r2023-11-04 21:48:14*/!  3c1996-05-05Mr2023-11-04 21:48:14,.! 3c1996-05-05r2023-11-04 21:48:14+-! 3c1996-05-05%r2023-11-04 21:48:14,,! 3c1996-05-05r2023-11-04 21:48:14++! 3c1996-05-05r2023-11-04 21:48:14-*! 31990-05-23"q2023-11-04 21:48:14,)! 31990-05-237!q2023-11-04 21:48:14,(! 31990-05-23q2023-11-04 21:48:14,'! 31990-05-23f,q2023-11-04 21:48:14,&! 31990-05-23q2023-11-04 21:48:14,%! 31990-05-23q2023-11-04 21:48:14,$! 31990-05-23Qq2023-11-04 21:48:14,#! 31990-05-23]q2023-11-04 21:48:14+"! 3K1950-07-12o2023-11-04 21:48:14+!! 3K1950-07-12Jo2023-11-04 21:48:14, ! 3K1950-07-12>o2023-11-04 21:48:14+! 3K1950-07-12+o2023-11-04 21:48:14+! 3K1950-07-12o2023-11-04 21:48:14+! 3K1950-07-120o2023-11-04 21:48:14+! 3K1950-07-12io2023-11-04 21:48:14,! 3K1950-07-12o2023-11-04 21:48:14,! 31952-09-02 n2023-11-04 21:48:14,! 31952-09-02, n2023-11-04 21:48:14,! 31952-09-02n2023-11-04 21:48:14,! 31952-09-02n2023-11-04 21:48:14,! 31952-09-02n2023-11-04 21:48:14,! 31952-09-02 n2023-11-04 21:48:14,! 31952-09-02n2023-11-04 21:48:14+! 31952-09-02n2023-11-04 21:48:14,! 31971-11-04]m2023-11-04 21:48:14,! 31971-11-04Pm2023-11-04 21:48:14+! 31971-11-042 m2023-11-04 21:48:14,! 31959-06-23q(l2023-11-04 21:48:14+! 31959-06-23 l2023-11-04 21:48:14* !  31959-06-23\l2023-11-04 21:48:14, ! 31959-06-23> l2023-11-04 21:48:14, ! 31959-06-23l2023-11-04 21:48:14, ! 31959-06-23Nl2023-11-04 21:48:14, ! 31959-06-23l2023-11-04 21:48:14+! 3K1948-08-31k2023-11-04 21:48:14+! 3K1948-08-31Jk2023-11-04 21:48:14,! 3K1948-08-31>k2023-11-04 21:48:14+! 3K1948-08-31+k2023-11-04 21:48:14+! 3K1948-08-31k2023-11-04 21:48:14+! 3K1948-08-310k2023-11-04 21:48:14+! 3K1948-08-31ik2023-11-04 21:48:14,! 3K1948-08-31k2023-11-04 21:48:14,! 31990-04-11Nj2023-11-04 21:48:14,! 31990-04-11:{j2023-11-04 21:48:14,~! 31990-04-11j2023-11-04 21:48:14+}!  31990-04-11^j2023-11-04 21:48:14,|! 31990-04-11#j2023-11-04 21:48:14+{!  31990-04-11sj2023-11-04 21:48:14,z! 31990-04-11/j2023-11-04 21:48:14,y! 31951-10-01ri2023-11-04 21:48:14,x! 31951-10-01|9i2023-11-04 21:48:14,w! 31951-10-01pi2023-11-04 21:48:14,v! 31951-10-01i2023-11-04 21:48:14,u! 31951-10-01i2023-11-04 21:48:14,t! 31951-07-03h2023-11-04 21:48:14,s! 31951-07-03h2023-11-04 21:48:14,r! 31951-07-03h2023-11-04 21:48:14,q! 31951-07-03h2023-11-04 21:48:14-p! 31969-10-22f2023-11-04 21:48:14-o! 31969-10-22.f2023-11-04 21:48:14,n! 31969-10-22f2023-11-04 21:48:14,m! 352001-10-19&e2023-11-04 21:48:14,l! 352001-10-19*e2023-11-04 21:48:14,k! 352001-10-19,e2023-11-04 21:48:14,j! 352001-10-19Fe2023-11-04 21:48:14-i! 352001-10-19ue2023-11-04 21:48:14,h! 352001-10-195e2023-11-04 21:48:14,g! 352001-10-19e2023-11-04 21:48:14,f! 352001-10-19Ae2023-11-04 21:48:14,e! 32006-07-14"d2023-11-04 21:48:14-d! 32006-07-14d2023-11-04 21:48:14,c! 32006-07-148d2023-11-04 21:48:14,b! 32006-07-14d2023-11-04 21:48:14-a! 32006-07-14d2023-11-04 21:48:14,`! 32006-07-14u7d2023-11-04 21:48:14,_! 32006-07-14d2023-11-04 21:48:14+^! 3K1948-09-10c2023-11-04 21:48:14+]! 3K1948-09-10Jc2023-11-04 21:48:14,\! 3K1948-09-10>c2023-11-04 21:48:14+[! 3K1948-09-10+c2023-11-04 21:48:14+Z! 3K1948-09-10c2023-11-04 21:48:14+Y! 3K1948-09-100c2023-11-04 21:48:14+X! 3K1948-09-10ic2023-11-04 21:48:14,W! 3K1948-09-10c2023-11-04 21:48:14,V! 3y1970-04-21Qb2023-11-04 21:48:14,U! 3y1970-04-21Nb2023-11-04 21:48:14+T! 3y1970-04-212b2023-11-04 21:48:14,S! 31966-03-19a2023-11-04 21:48:14,R! 31966-03-19" a2023-11-04 21:48:14,Q! 31966-03-19a2023-11-04 21:48:14,P! 31966-03-19a2023-11-04 21:48:14+O! 31966-03-19?0a2023-11-04 21:48:14,N! 31966-03-19Ma2023-11-04 21:48:14,M! 31966-03-19@a2023-11-04 21:48:14*L!  31999-04-15~`2023-11-04 21:48:14+K! 31999-04-15 `2023-11-04 21:48:14+J! 31999-04-15 `2023-11-04 21:48:14)I!  31999-04-15B`2023-11-04 21:48:14+H! 31999-04-153`2023-11-04 21:48:14+G! 31999-04-15^.`2023-11-04 21:48:14+F! 31999-04-15& `2023-11-04 21:48:14*E!  31999-04-15`2023-11-04 21:48:14+D! 31999-04-15I `2023-11-04 21:48:14*C! 31999-04-15^0`2023-11-04 21:48:14,B! 31975-10-28]^2023-11-04 21:48:14,A! 31975-10-28P^2023-11-04 21:48:14+@! 31975-10-282 ^2023-11-04 21:48:14,?! 31966-01-09 ]2023-11-04 21:48:14,>! 31966-01-09)]2023-11-04 21:48:14,=! 31966-01-09']2023-11-04 21:48:14,<! 31966-01-09B]2023-11-04 21:48:14,;! 31966-01-09>7]2023-11-04 21:48:14+:! 31966-01-09;#]2023-11-04 21:48:14-9! 31966-01-09F]2023-11-04 21:48:14+8! 3 1991-11-05n\2023-11-04 21:48:14+7! 3 1991-11-05j\2023-11-04 21:48:14+6! 3 1991-11-05\2023-11-04 21:48:14+5!  31962-02-21[2023-11-04 21:48:14,4! 31962-02-21T[2023-11-04 21:48:14,3! 31962-02-21[2023-11-04 21:48:14,2! 31962-02-21[2023-11-04 21:48:14-1! 31962-02-21@[2023-11-04 21:48:14,0! 31962-02-21[2023-11-04 21:48:14+/! 31962-02-21][2023-11-04 21:48:14,.! 31962-02-21 [2023-11-04 21:48:14,-! 31962-02-21?[2023-11-04 21:48:14+,!  31962-02-21[2023-11-04 21:48:14-+! 31962-02-21a[2023-11-04 21:48:14,*! 31962-02-21[2023-11-04 21:48:14-)! 31983-03-30Z2023-11-04 21:48:14,(! 31983-03-30"Z2023-11-04 21:48:14-'! 31983-03-30.Z2023-11-04 21:48:14,&! 31983-03-30Z2023-11-04 21:48:14,%! 31971-10-11Y2023-11-04 21:48:14,$! 31971-10-11NY2023-11-04 21:48:14,#! 31971-10-11lY2023-11-04 21:48:14,"! 31971-10-11bY2023-11-04 21:48:14,!! 31971-10-11EY2023-11-04 21:48:14, ! 31971-10-11]FY2023-11-04 21:48:14+! 3x1969-12-22n'X2023-11-04 21:48:14+! 3x1969-12-22-X2023-11-04 21:48:14-! 3#1980-11-05W2023-11-04 21:48:14,! 3#1980-11-055W2023-11-04 21:48:14-! 3#1980-11-05.W2023-11-04 21:48:14+!  3S2003-02-28V2023-11-04 21:48:14,! 3S2003-02-28'V2023-11-04 21:48:14,! 3S2003-02-28<V2023-11-04 21:48:14,! 3S2003-02-28V2023-11-04 21:48:14*!  3S2003-02-28V2023-11-04 21:48:14+!  3S2003-02-28UV2023-11-04 21:48:14,! 3S2003-02-28S V2023-11-04 21:48:14+!  3S2003-02-28V2023-11-04 21:48:14,! 311997-12-08,U2023-11-04 21:48:14,! 311997-12-08iU2023-11-04 21:48:14,! 311997-12-08n%U2023-11-04 21:48:14+!  311997-12-08U2023-11-04 21:48:14,! 311997-12-08{U2023-11-04 21:48:14, ! 311997-12-08 U2023-11-04 21:48:14, ! 31944-11-23 T2023-11-04 21:48:14+ !  31944-11-23\T2023-11-04 21:48:14+ !  31944-11-23 T2023-11-04 21:48:14, ! 31944-11-23 T2023-11-04 21:48:14,! 31944-11-23 T2023-11-04 21:48:14,! 31944-11-23T2023-11-04 21:48:14,! 31944-11-23 T2023-11-04 21:48:14,! 31966-05-27^S2023-11-04 21:48:14,! 31966-05-277S2023-11-04 21:48:14+! 31966-05-27^1S2023-11-04 21:48:14,! 31966-05-27 )S2023-11-04 21:48:14*!  31966-05-27BS2023-11-04 21:48:14,! 31966-05-27TS2023-11-04 21:48:14,! 31966-05-27I S2023-11-04 21:48:14,~! 31966-05-27 S2023-11-04 21:48:14+}!  31966-05-27S2023-11-04 21:48:14+|! 351976-12-24Q2023-11-04 21:48:14+{! 351976-12-24Q2023-11-04 21:48:14+z! 351976-12-24{Q2023-11-04 21:48:14+y! 351976-12-24Q2023-11-04 21:48:14+x! 351976-12-24Q2023-11-04 21:48:14,w! 351976-12-24Q2023-11-04 21:48:14+v! 351976-12-24E7Q2023-11-04 21:48:14,u! 31978-01-23IP2023-11-04 21:48:14+t!  31978-01-23P2023-11-04 21:48:14,s! 31978-01-23(P2023-11-04 21:48:14,r! 31978-01-23kP2023-11-04 21:48:14,q! 31978-01-23*P2023-11-04 21:48:14+p! 3/1981-06-30qAO2023-11-04 21:48:14+o! 3/1981-06-30>O2023-11-04 21:48:14*n!  3/1981-06-30O2023-11-04 21:48:14*m! 3/1981-06-30O2023-11-04 21:48:14+l! 3/1981-06-30NO2023-11-04 21:48:14+k! 3/1981-06-30+O2023-11-04 21:48:14*j!  3/1981-06-30O2023-11-04 21:48:14,i! 3i1983-08-04IN2023-11-04 21:48:14,h! 3i1983-08-04 N2023-11-04 21:48:14,g! 3i1983-08-04N2023-11-04 21:48:14-f! 3i1983-08-04aN2023-11-04 21:48:14,e! 3i1983-08-04?*N2023-11-04 21:48:14,d! 3i1983-08-04N2023-11-04 21:48:14-c! 3i1983-08-04@N2023-11-04 21:48:14+b!  3i1983-08-04ON2023-11-04 21:48:14,a! 3i1983-08-04N2023-11-04 21:48:14+`!  3i1983-08-04N2023-11-04 21:48:14+_!  3i1983-08-048N2023-11-04 21:48:14,^! 3i1983-08-04N2023-11-04 21:48:14+]! 3i1983-08-04]N2023-11-04 21:48:14,\! 32000-03-17M2023-11-04 21:48:14,[! 32000-03-17_M2023-11-04 21:48:14,Z! 32000-03-17M2023-11-04 21:48:14,Y! 32000-03-17M2023-11-04 21:48:14+X!  32000-03-17 M2023-11-04 21:48:14+W! 32000-03-17Q M2023-11-04 21:48:14+V! 32000-03-17hAM2023-11-04 21:48:14,U! 32000-03-17 M2023-11-04 21:48:14,T! 3b1963-12-18 /L2023-11-04 21:48:14,S! 3b1963-12-18&L2023-11-04 21:48:14,R! 3b1963-12-18TL2023-11-04 21:48:14+Q! 3b1963-12-18^5L2023-11-04 21:48:14,P! 3b1963-12-18 L2023-11-04 21:48:14,O! 3b1963-12-18I L2023-11-04 21:48:14*N!  3b1963-12-18BL2023-11-04 21:48:14+M!  3b1963-12-18UL2023-11-04 21:48:14,L! 3b1963-12-18^ L2023-11-04 21:48:14,K! 3@1959-11-20P K2023-11-04 21:48:14,J! 3@1959-11-20 K2023-11-04 21:48:14,I! 3@1959-11-20>K2023-11-04 21:48:14,H! 3@1959-11-20K2023-11-04 21:48:14+G! 3K1947-01-22FJ2023-11-04 21:48:14+F! 3K1947-01-22z7J2023-11-04 21:48:14,E! 3K1947-01-22J2023-11-04 21:48:14+D! 3K1947-01-22FJ2023-11-04 21:48:14,C! 3K1947-01-22>J2023-11-04 21:48:14+B! 3K1947-01-22ZJ2023-11-04 21:48:14-A! 31944-11-10 I2023-11-04 21:48:14,@! 31944-11-10HI2023-11-04 21:48:14,?! 31944-11-10 "8I2023-11-04 21:48:14,>! 31944-11-10mI2023-11-04 21:48:14-=! 31944-11-10I2023-11-04 21:48:14-<! 31965-10-26F2023-11-04 21:48:14-;! 31965-10-26.F2023-11-04 21:48:14,:! 31965-10-261F2023-11-04 21:48:14-9! 32006-06-097E2023-11-04 21:48:14-8! 32006-06-09E2023-11-04 21:48:14,7! 32006-06-09" E2023-11-04 21:48:14,6! 32006-06-09E2023-11-04 21:48:14+5!  32006-06-09E2023-11-04 21:48:14,4! 32006-06-09E2023-11-04 21:48:14,3! 31996-03-12GC2023-11-04 21:48:14,2! 31996-03-124C2023-11-04 21:48:14+1! 31996-03-122)C2023-11-04 21:48:14,0! 31996-03-12 C2023-11-04 21:48:14,/! 31996-03-12 C2023-11-04 21:48:14+.!  352004-05-02B2023-11-04 21:48:14,-! 352004-05-02t B2023-11-04 21:48:14,,! 352004-05-02&B2023-11-04 21:48:14,+! 352004-05-02*B2023-11-04 21:48:14,*! 352004-05-02,B2023-11-04 21:48:14,)! 352004-05-02FB2023-11-04 21:48:14-(! 352004-05-02uB2023-11-04 21:48:14,'! 352004-05-025B2023-11-04 21:48:14,&! 352004-05-02B2023-11-04 21:48:14,%! 352004-05-02AB2023-11-04 21:48:14,$! 3>1970-07-10A2023-11-04 21:48:14,#! 3>1970-07-10>A2023-11-04 21:48:14,"! 3>1970-07-10 A2023-11-04 21:48:14+!!  3>1970-07-10A2023-11-04 21:48:14, ! 3>1970-07-10P A2023-11-04 21:48:14,! 31972-10-05@2023-11-04 21:48:14,! 31972-10-05N@2023-11-04 21:48:14,! 31972-10-05l@2023-11-04 21:48:14,! 31972-10-05b@2023-11-04 21:48:14,! 31972-10-05E@2023-11-04 21:48:14,! 31972-10-05]F@2023-11-04 21:48:14,! 3 2010-07-08m?2023-11-04 21:48:14,! 3 2010-07-08?2023-11-04 21:48:14,! 3 2010-07-080 ?2023-11-04 21:48:14,! 3 2010-07-08?2023-11-04 21:48:14,! 3 2010-07-08?2023-11-04 21:48:14,! 3 2010-07-08T ?2023-11-04 21:48:14,! 3 2010-07-08?2023-11-04 21:48:14,! 3 2010-07-08>?2023-11-04 21:48:14+!  31993-03-290>2023-11-04 21:48:14,! 31993-03-29>2023-11-04 21:48:14,! 31993-03-29>2023-11-04 21:48:14,! 31993-03-297>2023-11-04 21:48:14- ! 31993-03-29>2023-11-04 21:48:14, ! 31993-03-29>2023-11-04 21:48:14, ! 31993-03-29>2023-11-04 21:48:14- ! 31993-03-29>2023-11-04 21:48:14+ ! 3A1974-03-14?8=2023-11-04 21:48:14,! 3A1974-03-14@=2023-11-04 21:48:14*! 3A1974-03-14]=2023-11-04 21:48:14+! 3A1974-03-14=2023-11-04 21:48:14+! 3A1974-03-14==2023-11-04 21:48:14+! 3A1974-03-14=2023-11-04 21:48:14+! 3A1974-03-14=2023-11-04 21:48:14*!  3A1974-03-14=2023-11-04 21:48:14,! 3A1974-03-14a =2023-11-04 21:48:14+!  332005-02-18 <2023-11-04 21:48:14+!  332005-02-18 <2023-11-04 21:48:14*~!  332005-02-18J<2023-11-04 21:48:14+}!  332005-02-18c<2023-11-04 21:48:14,|! 332005-02-18<2023-11-04 21:48:14,{! 332005-02-18]/<2023-11-04 21:48:14,z! 332005-02-18E4<2023-11-04 21:48:14,y! 332005-02-18<2023-11-04 21:48:14,x! 332005-02-182<2023-11-04 21:48:14,w! 332005-02-18l <2023-11-04 21:48:14,v! 332005-02-18N<2023-11-04 21:48:14,u! 31973-03-14E;2023-11-04 21:48:14+t! 31973-03-14;2023-11-04 21:48:14,s! 31973-03-14>;2023-11-04 21:48:14,r! 31973-03-14q6;2023-11-04 21:48:14+q! 3F1983-02-2892023-11-04 21:48:14+p! 3F1983-02-28' 92023-11-04 21:48:14+o! 3F1983-02-28< 92023-11-04 21:48:14+n! 3F1983-02-28S92023-11-04 21:48:14,m! 32005-10-31"82023-11-04 21:48:14-l! 32005-10-3182023-11-04 21:48:14,k! 32005-10-31882023-11-04 21:48:14,j! 32005-10-3182023-11-04 21:48:14-i! 32005-10-3182023-11-04 21:48:14,h! 32005-10-31u782023-11-04 21:48:14,g! 32005-10-3182023-11-04 21:48:14,f! 31965-07-2772023-11-04 21:48:14,e! 31965-07-27" 72023-11-04 21:48:14,d! 31965-07-2772023-11-04 21:48:14,c! 31965-07-2772023-11-04 21:48:14+b! 31965-07-27?072023-11-04 21:48:14,a! 31965-07-27M72023-11-04 21:48:14,`! 31965-07-27@72023-11-04 21:48:14+_!  32000-04-26 52023-11-04 21:48:14,^! 32000-04-2652023-11-04 21:48:14,]! 32000-04-26~52023-11-04 21:48:14+\!  32000-04-26M52023-11-04 21:48:14+[!  32000-04-26r52023-11-04 21:48:14-Z! 32000-04-2652023-11-04 21:48:14,Y! 32000-04-26}52023-11-04 21:48:14,X! 32000-04-2652023-11-04 21:48:14+W!  32000-04-2652023-11-04 21:48:14+V!  32000-04-26W52023-11-04 21:48:14+U! 32000-04-26v52023-11-04 21:48:14,T! 32000-04-26Q52023-11-04 21:48:14+S!  32004-07-2042023-11-04 21:48:14-R! 32004-07-20p42023-11-04 21:48:14,Q! 32004-07-20642023-11-04 21:48:14,P! 32004-07-20c42023-11-04 21:48:14,O! 32004-07-20(42023-11-04 21:48:14+N!  3B1989-08-0832023-11-04 21:48:14,M! 3B1989-08-08n832023-11-04 21:48:14,L! 3B1989-08-08(32023-11-04 21:48:14+K!  32007-06-18M22023-11-04 21:48:14+J!  32007-06-1822023-11-04 21:48:14+I!  32007-06-1822023-11-04 21:48:14,H! 32007-06-18"22023-11-04 21:48:14,G! 32007-06-18 22023-11-04 21:48:14,F! 32007-06-1822023-11-04 21:48:14-E! 32007-06-18922023-11-04 21:48:14,D! 32007-06-1822023-11-04 21:48:14,C! 32007-06-18i22023-11-04 21:48:14,B! 32007-06-1822023-11-04 21:48:14,A! 32007-06-1822023-11-04 21:48:14-@! 32007-06-1822023-11-04 21:48:14,?! 3)1944-09-2112023-11-04 21:48:14,>! 3)1944-09-2112023-11-04 21:48:14,=! 3)1944-09-21I12023-11-04 21:48:14,<! 3)1944-09-21^12023-11-04 21:48:14,;! 3)1944-09-2112023-11-04 21:48:14+:! 3)1944-09-21^812023-11-04 21:48:14,9! 3)1944-09-21U12023-11-04 21:48:14*8!  3;2000-10-2602023-11-04 21:48:14+7! 3;2000-10-26"02023-11-04 21:48:14+6! 3;2000-10-26_02023-11-04 21:48:14+5! 3;2000-10-2602023-11-04 21:48:14+4! 3;2000-10-26 02023-11-04 21:48:14+3! 3;2000-10-26X02023-11-04 21:48:14+2! 3;2000-10-26`02023-11-04 21:48:14*1!  3;2000-10-2602023-11-04 21:48:14*0! 3;2000-10-26:02023-11-04 21:48:14+/! 3;2000-10-2602023-11-04 21:48:14+.! 3;2000-10-2602023-11-04 21:48:14+-! 3;2000-10-2602023-11-04 21:48:14*,!  3;2000-10-2602023-11-04 21:48:14*+! 3;2000-10-2602023-11-04 21:48:14+*! 3;2000-10-26w02023-11-04 21:48:14*)!  3;2000-10-2602023-11-04 21:48:14*(!  3;2000-10-2602023-11-04 21:48:14,'! 3X1997-03-14/2023-11-04 21:48:14,&! 3X1997-03-14 c /2023-11-04 21:48:14,%! 3X1997-03-14 b/2023-11-04 21:48:14+$! 3X1997-03-14q/2023-11-04 21:48:14,#! 3X1997-03-14s/2023-11-04 21:48:14,"! 3X1997-03-14/2023-11-04 21:48:14,!! 3X1997-03-14/2023-11-04 21:48:14, ! 3X1997-03-14q/2023-11-04 21:48:14,! 3X1997-03-14/2023-11-04 21:48:14,! 3X1997-03-146/2023-11-04 21:48:14-! 32002-05-277.2023-11-04 21:48:14-! 32002-05-27.2023-11-04 21:48:14,! 32002-05-27.2023-11-04 21:48:14,! 32002-05-27".2023-11-04 21:48:14,! 31988-09-28<-2023-11-04 21:48:14,! 31988-09-28-2023-11-04 21:48:14,! 31988-09-28P-2023-11-04 21:48:14,! 31988-09-28 -2023-11-04 21:48:14,! 31988-09-28 -2023-11-04 21:48:14,! 31988-09-28>-2023-11-04 21:48:14+!  31988-09-281-2023-11-04 21:48:14,! 3H2001-10-19,2023-11-04 21:48:14,! 3H2001-10-19&,2023-11-04 21:48:14,! 3H2001-10-19_,2023-11-04 21:48:14+!  3H2001-10-19 ,2023-11-04 21:48:14,! 3H2001-10-19 ,2023-11-04 21:48:14+ ! 3H2001-10-19Q,2023-11-04 21:48:14+ ! 3H2001-10-19h+,2023-11-04 21:48:14, ! 3H2001-10-19,2023-11-04 21:48:14, ! 31996-10-28"+2023-11-04 21:48:14, ! 31996-10-28#+2023-11-04 21:48:14,! 32004-03-23#*2023-11-04 21:48:14,! 32004-03-23*2023-11-04 21:48:14+! 31971-06-21'2023-11-04 21:48:14+! 31971-06-21'2023-11-04 21:48:14+! 3B1994-11-29A&2023-11-04 21:48:14+! 3B1994-11-294&2023-11-04 21:48:14*! 3B1994-11-292*&2023-11-04 21:48:14+! 3B1994-11-29 &2023-11-04 21:48:14+! 3B1994-11-29 &2023-11-04 21:48:14,! 3i1986-08-01I%2023-11-04 21:48:14,~! 3i1986-08-01 %2023-11-04 21:48:14,}! 3i1986-08-01%2023-11-04 21:48:14-|! 3i1986-08-01a%2023-11-04 21:48:14,{! 3i1986-08-01?*%2023-11-04 21:48:14,z! 3i1986-08-01%2023-11-04 21:48:14-y! 3i1986-08-01@%2023-11-04 21:48:14+x!  3i1986-08-01O%2023-11-04 21:48:14,w! 3i1986-08-01%2023-11-04 21:48:14+v!  3i1986-08-01%2023-11-04 21:48:14+u!  3i1986-08-018%2023-11-04 21:48:14,t! 3i1986-08-01%2023-11-04 21:48:14+s! 3i1986-08-01]%2023-11-04 21:48:14+r!  3 2004-04-08$2023-11-04 21:48:14,q! 3 2004-04-08$2023-11-04 21:48:14,p! 3 2004-04-08$2023-11-04 21:48:14*o!  3 2004-04-08A$2023-11-04 21:48:14,n! 3 2004-04-08$2023-11-04 21:48:14+m! 3 2004-04-08 $2023-11-04 21:48:14,l! 3 2004-04-08"$2023-11-04 21:48:14,k! 3 2004-04-08 $2023-11-04 21:48:14,j! 3 2004-04-083$2023-11-04 21:48:14,i! 3 2004-04-08$2023-11-04 21:48:14*h!  3}1972-08-09#2023-11-04 21:48:14+g! 3}1972-08-09q#2023-11-04 21:48:14+f! 3}1972-08-09'#2023-11-04 21:48:14)e!  3}1972-08-09W#2023-11-04 21:48:14+d! 3}1972-08-09##2023-11-04 21:48:14+c! 3}1972-08-09#2023-11-04 21:48:14+b! 3}1972-08-09Y #2023-11-04 21:48:14*a!  3}1972-08-09;#2023-11-04 21:48:14+`! 3}1972-08-09#2023-11-04 21:48:14+_! 3}1972-08-09 #2023-11-04 21:48:14+^! 3}1972-08-09#2023-11-04 21:48:14+]! 3}1972-08-09#2023-11-04 21:48:14+\! 3}1972-08-09V#2023-11-04 21:48:14+[! 3}1972-08-09, #2023-11-04 21:48:14+Z! 3}1972-08-09#2023-11-04 21:48:14,Y! 3o1986-03-20"2023-11-04 21:48:14,X! 3o1986-03-20#"2023-11-04 21:48:14-W! 3o1986-03-20"2023-11-04 21:48:14-V! 3o1986-03-20"2023-11-04 21:48:14,U! 3o1986-03-20 "2023-11-04 21:48:14,T! 3o1986-03-20 "2023-11-04 21:48:14-S! 3o1986-03-20"2023-11-04 21:48:14,R! 3,2008-02-28S !2023-11-04 21:48:14,Q! 3,2008-02-28!2023-11-04 21:48:14,P! 3,2008-02-28'!2023-11-04 21:48:14+O!  3,2008-02-28U!2023-11-04 21:48:14,N! 3,2008-02-28!2023-11-04 21:48:14,M! 3,2008-02-28<!2023-11-04 21:48:14,L! 31961-12-22> 2023-11-04 21:48:14,K! 31961-12-22 2023-11-04 21:48:14,J! 31961-12-22- 2023-11-04 21:48:14,I! 32004-12-14X 2023-11-04 21:48:14,H! 32004-12-14E'2023-11-04 21:48:14+G! 32004-12-142023-11-04 21:48:14,F! 32004-12-14 2023-11-04 21:48:14,E! 32004-12-142023-11-04 21:48:14,D! 32004-12-14 2023-11-04 21:48:14 ]sD~~~~Y~*}}}}m}?}||||S|${{{{h{9{ zzz}zNzyyyycy4yxxxxxJxwwww`w1wvvvsvFvuuuucu6u ttttQt#ssssks=srrrrTr$qqqqjq;qppppVp(ooooroConnnnXn)mmmmmm>mllllRl"kkkkdk5kjjjzjMj iiiidi5ihhhyhJhgggg^g/gfffufFfeeee[e,ddddod@dccccVc'bbbblbSRRRRTR%QQQQjQ>>>R>#====g=8= <<<|X+sDY*o@V&j; P!j< U(o@ W ( l =  Y + o @  V 'qE`2uF]+! 32006-04-11:2023-11-04 21:48:14,! 3G2010-06-042023-11-04 21:48:14,! 3G2010-06-042023-11-04 21:48:14+! 3G2010-06-042023-11-04 21:48:14,! 3G2010-06-04 2023-11-04 21:48:14,! 3G2010-06-04d2023-11-04 21:48:14,! 3G2010-06-042023-11-04 21:48:14,~! 3G2010-06-04E2023-11-04 21:48:14-}! 3G2010-06-0472023-11-04 21:48:14,|! 3G2010-06-04s2023-11-04 21:48:14+{! 3b1978-03-02I 2023-11-04 21:48:14+z! 3b1978-03-022023-11-04 21:48:14+y! 3b1978-03-0262023-11-04 21:48:14+x! 3b1978-03-02 2023-11-04 21:48:14+w! 3b1978-03-02 (2023-11-04 21:48:14*v!  3b1978-03-022023-11-04 21:48:14)u!  3b1978-03-02B2023-11-04 21:48:14*t!  3b1978-03-02m2023-11-04 21:48:14+s! 3b1978-03-02^#2023-11-04 21:48:14*r! 3b1978-03-02^'2023-11-04 21:48:14+q! 3b1978-03-02 2023-11-04 21:48:14,p! 3C1964-07-152023-11-04 21:48:14,o! 3C1964-07-152023-11-04 21:48:14,n! 3C1964-07-152023-11-04 21:48:14,m! 3C1964-07-152023-11-04 21:48:14,l! 3C1964-07-152023-11-04 21:48:14+k!  31946-11-01/2023-11-04 21:48:14,j! 31946-11-01+2023-11-04 21:48:14,i! 31946-11-012023-11-04 21:48:14,h! 31946-11-01t2023-11-04 21:48:14,g! 31946-11-01 2023-11-04 21:48:14,f! 31946-11-012023-11-04 21:48:14+e! 31946-03-31\2023-11-04 21:48:14+d! 31946-03-31B2023-11-04 21:48:14+c! 31946-03-312023-11-04 21:48:14*b! 31946-03-31?2023-11-04 21:48:14*a!  31946-03-312023-11-04 21:48:14+`! 31946-03-3172023-11-04 21:48:14,_! 3l1994-07-152023-11-04 21:48:14,^! 3l1994-07-152023-11-04 21:48:14-]! 3l1994-07-1572023-11-04 21:48:14+\!  3l1994-07-152023-11-04 21:48:14,[! 3l1994-07-15"&2023-11-04 21:48:14,Z! 3l1994-07-15f2023-11-04 21:48:14+Y!  3l1994-07-152023-11-04 21:48:14,X! 3l1994-07-15E2023-11-04 21:48:14,W! 31951-11-19 2023-11-04 21:48:14,V! 31951-11-192023-11-04 21:48:14+U! 31951-11-19hU2023-11-04 21:48:14,T! 31951-11-192023-11-04 21:48:14,S! 31951-11-19 2023-11-04 21:48:14+R! 3d1981-10-14 2023-11-04 21:48:14+Q! 3d1981-10-142023-11-04 21:48:14+P! 3d1981-10-14_2023-11-04 21:48:14*O! 3d1981-10-14hA2023-11-04 21:48:14+N! 3d1981-10-1462023-11-04 21:48:14+M! 3d1981-10-142023-11-04 21:48:14*L! 3d1981-10-14Q2023-11-04 21:48:14,K! 31964-04-02Q2023-11-04 21:48:14,J! 31964-04-02L2023-11-04 21:48:14+I! 31964-04-0222023-11-04 21:48:14+H!  3x2001-11-27 2023-11-04 21:48:14+G!  3x2001-11-27d2023-11-04 21:48:14*F!  3x2001-11-27J2023-11-04 21:48:14+E!  3x2001-11-27c2023-11-04 21:48:14,D! 3x2001-11-2722023-11-04 21:48:14,C! 3x2001-11-27N2023-11-04 21:48:14,B! 3x2001-11-27E82023-11-04 21:48:14,A! 3x2001-11-2732023-11-04 21:48:14,@! 3x2001-11-27 2023-11-04 21:48:14,?! 3x2001-11-272023-11-04 21:48:14,>! 3x2001-11-27l 2023-11-04 21:48:14,=! 3x2001-11-27]42023-11-04 21:48:14+<!  31997-06-0202023-11-04 21:48:14,;! 31997-06-02 2023-11-04 21:48:14-:! 31997-06-022023-11-04 21:48:14-9! 31997-06-022023-11-04 21:48:14,8! 31997-06-02_2023-11-04 21:48:14,7! 31997-06-02o2023-11-04 21:48:14,6! 31997-06-02i2023-11-04 21:48:14,5! 31997-06-022023-11-04 21:48:14+4!  31997-06-022023-11-04 21:48:14,3! 31997-06-02'2023-11-04 21:48:14,2! 31999-03-25N2023-11-04 21:48:14,1! 31999-03-25q2023-11-04 21:48:14,0! 31999-03-252023-11-04 21:48:14+/! 31999-03-25q2023-11-04 21:48:14,.! 31999-03-252023-11-04 21:48:14,-! 31999-03-252023-11-04 21:48:14,,! 31999-03-2562023-11-04 21:48:14,+! 31956-01-1192023-11-04 21:48:14,*! 31956-01-1112023-11-04 21:48:14,)! 31956-01-112023-11-04 21:48:14,(! 301986-03-122023-11-04 21:48:14+'! 301986-03-12|32023-11-04 21:48:14+&! 301986-03-12+2023-11-04 21:48:14+%! 301986-03-12r2023-11-04 21:48:14+$! 301986-03-12L2023-11-04 21:48:14*#!  301986-03-122023-11-04 21:48:14+"! 342009-02-262023-11-04 21:48:14+!! 342009-02-26+2023-11-04 21:48:14+ ! 342009-02-26 2023-11-04 21:48:14+! 342009-02-262023-11-04 21:48:14+! 342009-02-26L2023-11-04 21:48:14+! 342009-02-26 2023-11-04 21:48:14+! 342009-02-262023-11-04 21:48:14+! 342009-02-262023-11-04 21:48:14+! 3b1975-11-30I 2023-11-04 21:48:14+! 3b1975-11-302023-11-04 21:48:14+! 3b1975-11-3062023-11-04 21:48:14+! 3b1975-11-30 2023-11-04 21:48:14+! 3b1975-11-30 (2023-11-04 21:48:14*!  3b1975-11-302023-11-04 21:48:14)!  3b1975-11-30B2023-11-04 21:48:14*!  3b1975-11-30m2023-11-04 21:48:14+! 3b1975-11-30^#2023-11-04 21:48:14*! 3b1975-11-30^'2023-11-04 21:48:14+! 3b1975-11-30 2023-11-04 21:48:14,! 3u2006-10-052023-11-04 21:48:14,! 3u2006-10-05a2023-11-04 21:48:14, ! 3u2006-10-052023-11-04 21:48:14, ! 3u2006-10-05|2023-11-04 21:48:14, ! 3u2006-10-05r2023-11-04 21:48:14, ! 3u2006-10-052023-11-04 21:48:14- ! 3u2006-10-052023-11-04 21:48:14,! 3J1946-12-20&2023-11-04 21:48:14,! 3J1946-12-20n*2023-11-04 21:48:14,! 3^1990-11-02n2023-11-04 21:48:14,! 3^1990-11-02C2023-11-04 21:48:14+!  3^1990-11-022023-11-04 21:48:14,! 3]2009-10-282023-11-04 21:48:14+! 3]2009-10-28]2023-11-04 21:48:14+! 3]2009-10-28D2023-11-04 21:48:14,! 3]2009-10-28.2023-11-04 21:48:14+! 3]2009-10-28L2023-11-04 21:48:14+~! 3g1999-02-04 2023-11-04 21:48:14,}! 3g1999-02-04&2023-11-04 21:48:14,|! 3g1999-02-042023-11-04 21:48:14,{! 3g1999-02-04 2023-11-04 21:48:14,z! 3g1999-02-04x2023-11-04 21:48:14,y! 3g1999-02-04+2023-11-04 21:48:14,x! 32008-03-12"2023-11-04 21:48:14,w! 32008-03-12#2023-11-04 21:48:14,v! 31960-02-21b2023-11-04 21:48:14+u!  31960-02-21,2023-11-04 21:48:14,t! 31960-02-212023-11-04 21:48:14,s! 31960-02-21]F2023-11-04 21:48:14,r! 31960-02-212023-11-04 21:48:14,q! 31960-02-21F 2023-11-04 21:48:14,p! 31960-02-21E-2023-11-04 21:48:14,o! 31960-02-21N2023-11-04 21:48:14+n! 3b1977-05-15I 2023-11-04 21:48:14+m! 3b1977-05-152023-11-04 21:48:14+l! 3b1977-05-1562023-11-04 21:48:14+k! 3b1977-05-15 2023-11-04 21:48:14+j! 3b1977-05-15 (2023-11-04 21:48:14*i!  3b1977-05-152023-11-04 21:48:14)h!  3b1977-05-15B2023-11-04 21:48:14*g!  3b1977-05-15m2023-11-04 21:48:14+f! 3b1977-05-15^#2023-11-04 21:48:14*e! 3b1977-05-15^'2023-11-04 21:48:14+d! 3b1977-05-15 2023-11-04 21:48:14,c! 31978-11-22I2023-11-04 21:48:14+b!  31978-11-222023-11-04 21:48:14,a! 31978-11-22(2023-11-04 21:48:14,`! 31978-11-22k2023-11-04 21:48:14,_! 31978-11-22*2023-11-04 21:48:14,^! 3\1980-10-182023-11-04 21:48:14,]! 3\1980-10-182023-11-04 21:48:14,\! 3\1980-10-18>2023-11-04 21:48:14*[!  3\1980-10-1872023-11-04 21:48:14-Z! 3\1980-10-18a2023-11-04 21:48:14,Y! 3\1980-10-18?2023-11-04 21:48:14+X!  3\1980-10-182023-11-04 21:48:14+W! 3\1980-10-18]2023-11-04 21:48:14-V! 3\1980-10-18@2023-11-04 21:48:14,U! 3\1980-10-182023-11-04 21:48:14,T! 3\1980-10-18 2023-11-04 21:48:14,S! 3\1980-10-182023-11-04 21:48:14,R! 31979-06-05_2023-11-04 21:48:14,Q! 31979-06-05M2023-11-04 21:48:14+P! 31979-06-052 2023-11-04 21:48:14+O! 3 1992-12-30n2023-11-04 21:48:14+N! 3 1992-12-30j2023-11-04 21:48:14+M! 3 1992-12-302023-11-04 21:48:14+L! 31989-07-23O2023-11-04 21:48:14+K! 31989-07-232023-11-04 21:48:14+J! 31989-07-23^2023-11-04 21:48:14+I! 31989-07-23 2023-11-04 21:48:14+H! 31989-07-232023-11-04 21:48:14*G! 31989-07-23]2023-11-04 21:48:14,F! 31989-07-23a2023-11-04 21:48:14+E! 31989-07-23 2023-11-04 21:48:14,D! 31989-07-23@2023-11-04 21:48:14+C! 31989-07-23?#2023-11-04 21:48:14+B! 31989-07-23 2023-11-04 21:48:14*A!  31989-07-232023-11-04 21:48:14*@!  31989-07-232023-11-04 21:48:14+?! 31989-07-232023-11-04 21:48:14->! 31976-12-152023-11-04 21:48:14-=! 31976-12-15.2023-11-04 21:48:14,<! 31976-12-15'2023-11-04 21:48:14,;! 381957-11-052023-11-04 21:48:14,:! 381957-11-05*2023-11-04 21:48:14,9! 381957-11-05F2023-11-04 21:48:14,8! 381957-11-05b2023-11-04 21:48:14,7! 381957-11-05 2023-11-04 21:48:14,6! 381957-11-05>J2023-11-04 21:48:14,5! 381957-11-05z2023-11-04 21:48:14,4! 381957-11-052023-11-04 21:48:14,3! 381957-11-05<2023-11-04 21:48:14,2! 381957-11-05d2023-11-04 21:48:14-1! 381957-11-052023-11-04 21:48:14,0! 31988-05-092023-11-04 21:48:14,/! 31988-05-092023-11-04 21:48:14,.! 31988-05-09:2023-11-04 21:48:14,-! 31988-05-09b(2023-11-04 21:48:14,,! 31988-05-09+2023-11-04 21:48:14,+! 31988-05-09 2023-11-04 21:48:14,*! 31988-05-092023-11-04 21:48:14,)! 31988-05-092023-11-04 21:48:14,(! 31988-05-09"2023-11-04 21:48:14,'! 31988-05-09V2023-11-04 21:48:14,&! 31988-05-092023-11-04 21:48:14+%! 3I1960-11-18 2023-11-04 21:48:14*$!  3I1960-11-18,2023-11-04 21:48:14+#! 3I1960-11-18]L2023-11-04 21:48:14+"! 3I1960-11-182023-11-04 21:48:14+!! 3I1960-11-18N 2023-11-04 21:48:14+ ! 3I1960-11-18l 2023-11-04 21:48:14+! 3I1960-11-18E&2023-11-04 21:48:14+! 3I1960-11-18b2023-11-04 21:48:14,! 31966-11-222023-11-04 21:48:14,! 31966-11-222023-11-04 21:48:14,! 31966-11-22 2023-11-04 21:48:14+!  31966-11-22q2023-11-04 21:48:14,! 31966-11-222023-11-04 21:48:14,! 31966-11-222023-11-04 21:48:14,! 31966-11-22;2023-11-04 21:48:14,! 31966-11-22, 2023-11-04 21:48:14,! 31966-11-22+2023-11-04 21:48:14,! 31966-11-2222023-11-04 21:48:14-! 31989-11-23:2023-11-04 21:48:14,! 31989-11-23/2023-11-04 21:48:14+!  31989-11-23s2023-11-04 21:48:14,! 31989-11-23#2023-11-04 21:48:14,! 31989-11-232023-11-04 21:48:14+!  31980-10-222023-11-04 21:48:14, ! 31980-10-222023-11-04 21:48:14, ! 31980-10-22b 2023-11-04 21:48:14+ !  31980-10-222023-11-04 21:48:14, ! 31980-10-222023-11-04 21:48:14, ! 31980-10-222023-11-04 21:48:14,! 31980-10-222023-11-04 21:48:14,! 31980-10-22"2023-11-04 21:48:14,! 31980-10-2292023-11-04 21:48:14,! 31980-10-222023-11-04 21:48:14,! 31980-10-22 2023-11-04 21:48:14+!  31980-10-222023-11-04 21:48:14,! 31980-10-22V2023-11-04 21:48:14,! 31945-04-27 r 2023-11-04 21:48:14,! 31945-04-27 }2023-11-04 21:48:14,! 31945-04-27 y 2023-11-04 21:48:14,~! 31945-04-27H2023-11-04 21:48:14,}! 31945-04-27B2023-11-04 21:48:14,|! 31977-03-06 2023-11-04 21:48:14,{! 31977-03-062023-11-04 21:48:14,z! 31977-03-06;2023-11-04 21:48:14,y! 31977-03-06 2023-11-04 21:48:14,x! 31977-03-06 2023-11-04 21:48:14,w! 31977-03-06"2023-11-04 21:48:14,v! 31977-03-06V2023-11-04 21:48:14,u! 31977-03-062023-11-04 21:48:14,t! 31977-03-062023-11-04 21:48:14,s! 31977-03-0622023-11-04 21:48:14,r! 31949-12-1902023-11-04 21:48:14+q!  31949-12-19t2023-11-04 21:48:14,p! 31949-12-192023-11-04 21:48:14,o! 31949-12-1972023-11-04 21:48:14,n! 32003-07-122023-11-04 21:48:14,m! 32003-07-122023-11-04 21:48:14,l! 32003-07-12b2023-11-04 21:48:14,k! 32003-07-12V2023-11-04 21:48:14+j!  32003-07-122023-11-04 21:48:14,i! 32003-07-122023-11-04 21:48:14+h!  32003-07-122023-11-04 21:48:14,g! 32003-07-12Y2023-11-04 21:48:14,f! 32003-07-122023-11-04 21:48:14,e! 32003-07-122023-11-04 21:48:14,d! 3O1972-01-212023-11-04 21:48:14,c! 3O1972-01-21 2023-11-04 21:48:14,b! 3O1972-01-212023-11-04 21:48:14,a! 3O1972-01-21/2023-11-04 21:48:14,`! 3O1972-01-212023-11-04 21:48:14,_! 3O1972-01-21V2023-11-04 21:48:14,^! 3O1972-01-21=2023-11-04 21:48:14,]! 3O1972-01-21 2023-11-04 21:48:14,\! 3O1972-01-21"2023-11-04 21:48:14,[! 3O1972-01-212023-11-04 21:48:14,Z! 31994-08-183 2023-11-04 21:48:14,Y! 31994-08-18A 2023-11-04 21:48:14,X! 31994-08-18]2023-11-04 21:48:14,W! 31994-08-182023-11-04 21:48:14,V! 31994-08-18x)2023-11-04 21:48:14,U! 31994-08-18 2023-11-04 21:48:14,T! 31994-08-182023-11-04 21:48:14,S! 31994-08-182023-11-04 21:48:14,R! 31994-08-182 2023-11-04 21:48:14,Q! 31994-08-18`u2023-11-04 21:48:14,P! 31994-08-182023-11-04 21:48:14,O! 31994-08-18+2023-11-04 21:48:14,N! 31958-12-232023-11-04 21:48:14,M! 31958-12-23P2023-11-04 21:48:14,L! 31958-12-23>2023-11-04 21:48:14,K! 31958-12-232023-11-04 21:48:14,J! 31948-11-19r2023-11-04 21:48:14,I! 31948-11-19|92023-11-04 21:48:14,H! 31948-11-19p2023-11-04 21:48:14,G! 31948-11-192023-11-04 21:48:14,F! 31948-11-192023-11-04 21:48:14+E!  361999-05-182023-11-04 21:48:14+D!  361999-05-182023-11-04 21:48:14+C!  361999-05-182023-11-04 21:48:14+B!  361999-05-182023-11-04 21:48:14+A!  361999-05-182023-11-04 21:48:14,@! 361999-05-18w2023-11-04 21:48:14+?! 361999-05-182023-11-04 21:48:14,>! 361999-05-18x2023-11-04 21:48:14,=! 361999-05-18 2023-11-04 21:48:14+<! 361999-05-18:2023-11-04 21:48:14,;! 361999-05-182023-11-04 21:48:14+:!  361999-05-18`2023-11-04 21:48:14,9! 361999-05-18 2023-11-04 21:48:14+8!  361999-05-182023-11-04 21:48:14,7! 361999-05-18F2023-11-04 21:48:14+6! 31998-07-17=?2023-11-04 21:48:14+5! 31998-07-172023-11-04 21:48:14+4! 31998-07-172023-11-04 21:48:14+3! 31998-07-17J2023-11-04 21:48:14+2! 31998-07-172023-11-04 21:48:14+1! 31979-12-12T2023-11-04 21:48:14*0! 31979-12-122023-11-04 21:48:14+/! 31979-12-12q+2023-11-04 21:48:14+.! 31979-12-12>2023-11-04 21:48:14,-! 32007-12-21Y2023-11-04 21:48:14,,! 32007-12-212023-11-04 21:48:14++!  32007-12-212023-11-04 21:48:14,*! 32007-12-21V2023-11-04 21:48:14,)! 32007-12-21:2023-11-04 21:48:14,(! 32007-12-21 2023-11-04 21:48:14,'! 32007-12-212023-11-04 21:48:14,&! 32007-12-212023-11-04 21:48:14,%! 32007-12-21b2023-11-04 21:48:14,$! 32007-12-212023-11-04 21:48:14,#! 32007-12-212023-11-04 21:48:14+"! 311998-04-152023-11-04 21:48:14+!! 311998-04-15x\2023-11-04 21:48:14+ ! 311998-04-152023-11-04 21:48:14+! 311998-04-15+2023-11-04 21:48:14+! 311998-04-152023-11-04 21:48:14+! 311998-04-152023-11-04 21:48:14+! 311998-04-15`[2023-11-04 21:48:14+! 311998-04-152023-11-04 21:48:14+! 311998-04-15A 2023-11-04 21:48:14+! 3A1972-07-26?82023-11-04 21:48:14,! 3A1972-07-26@2023-11-04 21:48:14*! 3A1972-07-26]2023-11-04 21:48:14+! 3A1972-07-262023-11-04 21:48:14+! 3A1972-07-26=2023-11-04 21:48:14+! 3A1972-07-262023-11-04 21:48:14+! 3A1972-07-262023-11-04 21:48:14*!  3A1972-07-262023-11-04 21:48:14,! 3A1972-07-26a 2023-11-04 21:48:14,! 3 1996-02-072023-11-04 21:48:14-! 3 1996-02-072023-11-04 21:48:14,! 3 1996-02-072023-11-04 21:48:14- ! 3 1996-02-07u2023-11-04 21:48:14, ! 3 1996-02-07F)2023-11-04 21:48:14, ! 3 1996-02-07$2023-11-04 21:48:14+ !  3 1996-02-072023-11-04 21:48:14, ! 3 1996-02-07PJ2023-11-04 21:48:14,! 31991-04-23%02023-11-04 21:48:14,! 31991-04-23j2023-11-04 21:48:14,! 31991-04-232023-11-04 21:48:14,! 31991-04-232023-11-04 21:48:14,! 31991-04-2302023-11-04 21:48:14,! 31991-04-23/2023-11-04 21:48:14,! 31991-04-232023-11-04 21:48:14,! 3 1944-10-212023-11-04 21:48:14,! 3 1944-10-21' 2023-11-04 21:48:14,! 3 1944-10-212023-11-04 21:48:14,~! 3 1944-10-21>2023-11-04 21:48:14,}! 341993-08-07$2023-11-04 21:48:14,|! 341993-08-072023-11-04 21:48:14,{! 341993-08-072023-11-04 21:48:14,z! 341993-08-072023-11-04 21:48:14,y! 341993-08-072023-11-04 21:48:14+x! 341993-08-07 2023-11-04 21:48:14,w! 341993-08-072023-11-04 21:48:14,v! 341993-08-07X 2023-11-04 21:48:14,u! 3|1966-02-23'2023-11-04 21:48:14,t! 3|1966-02-23!2023-11-04 21:48:14,s! 3|1966-02-232023-11-04 21:48:14,r! 3|1966-02-23W2023-11-04 21:48:14+q! 3|1966-02-23]2023-11-04 21:48:14-p! 3|1966-02-23a2023-11-04 21:48:14-o! 3|1966-02-23@2023-11-04 21:48:14,n! 3|1966-02-232023-11-04 21:48:14+m!  3|1966-02-232023-11-04 21:48:14,l! 3|1966-02-23?2023-11-04 21:48:14*k! 391994-04-25V2023-11-04 21:48:14+j! 391994-04-25z2023-11-04 21:48:14+i! 391994-04-25 2023-11-04 21:48:14+h! 391994-04-252023-11-04 21:48:14+g! 391994-04-252023-11-04 21:48:14+f! 391994-04-25/%2023-11-04 21:48:14+e! 391994-04-25#<2023-11-04 21:48:14+d! 391994-04-25E42023-11-04 21:48:14+c! 391994-04-25J2023-11-04 21:48:14,b! 391994-04-252023-11-04 21:48:14,a! 32009-11-252023-11-04 21:48:14,`! 32009-11-252023-11-04 21:48:14,_! 32009-11-25Y2023-11-04 21:48:14+^!  32009-11-252023-11-04 21:48:14,]! 32009-11-25V2023-11-04 21:48:14,\! 32009-11-25:2023-11-04 21:48:14,[! 32009-11-25 2023-11-04 21:48:14,Z! 32009-11-252023-11-04 21:48:14,Y! 32009-11-252023-11-04 21:48:14,X! 32009-11-25b2023-11-04 21:48:14,W! 32009-11-252023-11-04 21:48:14,V! 32009-11-252023-11-04 21:48:14,U! 31972-07-06 2023-11-04 21:48:14,T! 31972-07-06"2023-11-04 21:48:14,S! 31972-07-0692023-11-04 21:48:14,R! 31972-07-06!2023-11-04 21:48:14+Q! 31972-07-06;=2023-11-04 21:48:14-P! 31972-07-06F%2023-11-04 21:48:14+O!  31981-04-062023-11-04 21:48:14,N! 31981-04-062023-11-04 21:48:14,M! 31981-04-06b 2023-11-04 21:48:14+L!  31981-04-062023-11-04 21:48:14,K! 31981-04-062023-11-04 21:48:14,J! 31981-04-062023-11-04 21:48:14,I! 31981-04-062023-11-04 21:48:14,H! 31981-04-06"2023-11-04 21:48:14,G! 31981-04-0692023-11-04 21:48:14,F! 31981-04-062023-11-04 21:48:14,E! 31981-04-06 2023-11-04 21:48:14+D!  31981-04-062023-11-04 21:48:14,C! 31981-04-06V2023-11-04 21:48:14+B! 31983-03-22 2023-11-04 21:48:14+A! 31983-03-22,2023-11-04 21:48:14+@! 31983-03-22>2023-11-04 21:48:14+?! 31983-03-22X2023-11-04 21:48:14,>! 31983-03-222023-11-04 21:48:14,=! 32005-10-17i2023-11-04 21:48:14+<!  32005-10-17b2023-11-04 21:48:14,;! 32005-10-172023-11-04 21:48:14+:! 32005-10-17r2023-11-04 21:48:14,9! 32005-10-17{2023-11-04 21:48:14,8! 32005-10-17!2023-11-04 21:48:14,7! 32005-10-17n22023-11-04 21:48:14,6! 32005-10-1702023-11-04 21:48:14+5!  3f1987-12-0992023-11-04 21:48:14,4! 3f1987-12-092023-11-04 21:48:14,3! 3f1987-12-09t2023-11-04 21:48:14,2! 3f1987-12-092023-11-04 21:48:14,1! 3f1987-12-09 2023-11-04 21:48:14,0! 3f1987-12-092023-11-04 21:48:14+/! 3f1987-12-09#)2023-11-04 21:48:14+.!  3f1987-12-092023-11-04 21:48:14,-! 3f1987-12-09*2023-11-04 21:48:14,,! 3f1987-12-09B2023-11-04 21:48:14,+! 3f1987-12-09 2023-11-04 21:48:14+*! 3f1987-12-0932023-11-04 21:48:14+)!  3f1987-12-092023-11-04 21:48:14,(! 3f1987-12-09Z2023-11-04 21:48:14+'!  3f1987-12-092023-11-04 21:48:14,&! 3j2005-08-17"2023-11-04 21:48:14,%! 3j2005-08-17R2023-11-04 21:48:14+$! 3j2005-08-1792023-11-04 21:48:14,#! 3j2005-08-17 52023-11-04 21:48:14,"! 3j2005-08-172023-11-04 21:48:14,!! 3j2005-08-17_ 2023-11-04 21:48:14, ! 3j2005-08-172023-11-04 21:48:14,! 31998-10-212023-11-04 21:48:14,! 31998-10-21@2023-11-04 21:48:14+!  31998-10-21t2023-11-04 21:48:14,! 31998-10-21C2023-11-04 21:48:14,! 31995-11-072023-11-04 21:48:14,! 31995-11-072023-11-04 21:48:14,! 31995-11-0792023-11-04 21:48:14-! 31995-11-072023-11-04 21:48:14-! 31995-11-072023-11-04 21:48:14+!  31977-12-202023-11-04 21:48:14,! 31977-12-20C2023-11-04 21:48:14,! 31977-12-202023-11-04 21:48:14,! 31977-12-20&2023-11-04 21:48:14,! 3&1993-01-122023-11-04 21:48:14,! 3&1993-01-12 2023-11-04 21:48:14,! 3&1993-01-12vJ2023-11-04 21:48:14,! 3&1993-01-122023-11-04 21:48:14,! 3&1993-01-1202023-11-04 21:48:14, ! 3&1993-01-122023-11-04 21:48:14, ! 381974-03-042023-11-04 21:48:14, ! 381974-03-0472023-11-04 21:48:14, ! 381974-03-042023-11-04 21:48:14, ! 381974-03-042023-11-04 21:48:14,! 381974-03-042023-11-04 21:48:14-! 381974-03-04)2023-11-04 21:48:14+!  381974-03-042023-11-04 21:48:14-! 381974-03-04-2023-11-04 21:48:14,! 381974-03-042023-11-04 21:48:14+!  381974-03-04?2023-11-04 21:48:14,! 31989-07-14.2023-11-04 21:48:14,! 31989-07-142023-11-04 21:48:14,! 31989-07-14 2023-11-04 21:48:14+!  31989-07-142023-11-04 21:48:14,~! 31989-07-142023-11-04 21:48:14,}! 31989-07-1462023-11-04 21:48:14,|! 31989-07-142023-11-04 21:48:14,{! 31946-07-132023-11-04 21:48:14,z! 31946-07-132023-11-04 21:48:14,y! 31946-07-13s2023-11-04 21:48:14-x! 31946-07-13a2023-11-04 21:48:14,w! 31946-07-132023-11-04 21:48:14,v! 31946-07-13@h2023-11-04 21:48:14,u! 31946-07-132023-11-04 21:48:14,t! 31946-07-13*2023-11-04 21:48:14,s! 31946-07-132023-11-04 21:48:14,r! 31946-07-13O2023-11-04 21:48:14,q! 31946-07-1322023-11-04 21:48:14+p!  31946-07-13j2023-11-04 21:48:14+o! 31946-07-13]2023-11-04 21:48:14,n! 31965-12-18(2023-11-04 21:48:14,m! 31965-12-18p2023-11-04 21:48:14,l! 31965-12-18a2023-11-04 21:48:14-k! 31965-12-18p2023-11-04 21:48:14,j! 31965-12-182023-11-04 21:48:14,i! 31965-12-18 2023-11-04 21:48:14,h! 3%1954-06-19 62023-11-04 21:48:14,g! 3%1954-06-19 2023-11-04 21:48:14,f! 3%1954-06-19F]2023-11-04 21:48:14,e! 3%1954-06-192023-11-04 21:48:14,d! 3%1954-06-19_2023-11-04 21:48:14,c! 3%1954-06-19 2023-11-04 21:48:14,b! 3%1954-06-19>V2023-11-04 21:48:14,a! 3%1954-06-192023-11-04 21:48:14,`! 3%1954-06-192023-11-04 21:48:14,_! 3%1954-06-19L2023-11-04 21:48:14,^! 3%1954-06-19g2023-11-04 21:48:14,]! 3%1954-06-19h2023-11-04 21:48:14*\ ! 31974-09-06n72023-11-04 21:48:14*[ ! 31974-09-06 2023-11-04 21:48:14,Z! 31997-01-28G2023-11-04 21:48:14,Y! 31997-01-2842023-11-04 21:48:14+X! 31997-01-282)2023-11-04 21:48:14,W! 31997-01-28 2023-11-04 21:48:14,V! 31997-01-28 2023-11-04 21:48:14-U! 31945-11-212023-11-04 21:48:14,T! 31945-11-21>2023-11-04 21:48:14-S! 31945-11-212023-11-04 21:48:14,R! 31945-11-212023-11-04 21:48:14-Q! 31945-11-21>2023-11-04 21:48:14,P! 31945-11-21#2023-11-04 21:48:14,O! 3A1954-11-26-2023-11-04 21:48:14,N! 3A1954-11-26n#2023-11-04 21:48:14,M! 3 1995-03-062023-11-04 21:48:14-L! 3 1995-03-062023-11-04 21:48:14,K! 3 1995-03-062023-11-04 21:48:14-J! 3 1995-03-06u2023-11-04 21:48:14,I! 3 1995-03-06F)2023-11-04 21:48:14,H! 3 1995-03-06$2023-11-04 21:48:14+G!  3 1995-03-062023-11-04 21:48:14,F! 3 1995-03-06PJ2023-11-04 21:48:14,E! 31947-11-13 2023-11-04 21:48:14,D! 31947-11-13E12023-11-04 21:48:14,C! 31947-11-13 2023-11-04 21:48:14,B! 31947-11-13]92023-11-04 21:48:14,A! 31947-11-13F2023-11-04 21:48:14,@! 31947-11-13N2023-11-04 21:48:14,?! 31947-11-13b2023-11-04 21:48:14*>!  3P2004-12-032023-11-04 21:48:14+=! 3P2004-12-032023-11-04 21:48:14)<!  3P2004-12-03A2023-11-04 21:48:14+;! 3P2004-12-0332023-11-04 21:48:14+:! 3P2004-12-03 2023-11-04 21:48:14+9! 3P2004-12-032023-11-04 21:48:14+8! 3P2004-12-032023-11-04 21:48:14+7! 3P2004-12-03 2023-11-04 21:48:14*6! 3P2004-12-032023-11-04 21:48:14,5! 31981-02-262023-11-04 21:48:14+4!  31981-02-262023-11-04 21:48:14,3! 31981-02-26Q2023-11-04 21:48:14+2! 31981-02-26v2023-11-04 21:48:14,1! 31981-02-26 2023-11-04 21:48:14-0! 31981-02-262023-11-04 21:48:14+/!  31981-02-262023-11-04 21:48:14+.!  31981-02-262023-11-04 21:48:14,-! 31981-02-26r2023-11-04 21:48:14,,! 31981-02-26%2023-11-04 21:48:14,+! 31981-02-26~2023-11-04 21:48:14+*!  31981-02-262023-11-04 21:48:14,)! 31981-02-26y2023-11-04 21:48:14+(! 3;2001-07-12-2023-11-04 21:48:14*'!  3;2001-07-122023-11-04 21:48:14+&! 3;2001-07-12"2023-11-04 21:48:14+%! 3;2001-07-12_2023-11-04 21:48:14+$! 3;2001-07-122023-11-04 21:48:14+#! 3;2001-07-12 2023-11-04 21:48:14+"! 3;2001-07-12X2023-11-04 21:48:14+!! 3;2001-07-12`2023-11-04 21:48:14* !  3;2001-07-122023-11-04 21:48:14*! 3;2001-07-12:2023-11-04 21:48:14+! 3;2001-07-122023-11-04 21:48:14*!  3;2001-07-122023-11-04 21:48:14*! 3;2001-07-122023-11-04 21:48:14+! 3;2001-07-12w2023-11-04 21:48:14*!  3;2001-07-122023-11-04 21:48:14*!  3;2001-07-122023-11-04 21:48:14,! 31957-01-102023-11-04 21:48:14-! 31957-01-102023-11-04 21:48:14,! 31957-01-102023-11-04 21:48:14-! 31957-01-10D2023-11-04 21:48:14,! 31957-01-102023-11-04 21:48:14+!  31996-03-112023-11-04 21:48:14,! 31996-03-112023-11-04 21:48:14,! 31996-03-11t2023-11-04 21:48:14,! 31996-03-11K2023-11-04 21:48:14,! 31996-03-1112023-11-04 21:48:14+!  31984-12-132023-11-04 21:48:14, ! 31984-12-13R2023-11-04 21:48:14, ! 31984-12-13,2023-11-04 21:48:14, ! 31984-12-132023-11-04 21:48:14, ! 3%1953-06-28 62023-11-04 21:48:14, ! 3%1953-06-28 2023-11-04 21:48:14,! 3%1953-06-28F]2023-11-04 21:48:14,! 3%1953-06-282023-11-04 21:48:14,! 3%1953-06-28_2023-11-04 21:48:14,! 3%1953-06-28 2023-11-04 21:48:14,! 3%1953-06-28>V2023-11-04 21:48:14,! 3%1953-06-282023-11-04 21:48:14,! 3%1953-06-282023-11-04 21:48:14,! 3%1953-06-28L2023-11-04 21:48:14,! 3%1953-06-28g2023-11-04 21:48:14,! 3%1953-06-28h2023-11-04 21:48:14,~! 31990-06-27%02023-11-04 21:48:14,}! 31990-06-27j2023-11-04 21:48:14,|! 31990-06-272023-11-04 21:48:14,{! 31990-06-272023-11-04 21:48:14,z! 31990-06-2702023-11-04 21:48:14,y! 31990-06-27/2023-11-04 21:48:14,x! 31990-06-272023-11-04 21:48:14,w! 31972-02-172023-11-04 21:48:14,v! 31972-02-1792023-11-04 21:48:14-u! 31972-02-17a 2023-11-04 21:48:14,t! 31972-02-172023-11-04 21:48:14+s! 31972-02-17] 2023-11-04 21:48:14,r! 31972-02-172023-11-04 21:48:14,q! 31972-02-172023-11-04 21:48:14,p! 31972-02-17?2023-11-04 21:48:14-o! 31972-02-17@2023-11-04 21:48:14,n! 31972-02-17>2023-11-04 21:48:14,m! 3%1955-02-23 62023-11-04 21:48:14,l! 3%1955-02-23 2023-11-04 21:48:14,k! 3%1955-02-23F]2023-11-04 21:48:14,j! 3%1955-02-232023-11-04 21:48:14,i! 3%1955-02-23_2023-11-04 21:48:14,h! 3%1955-02-23 2023-11-04 21:48:14,g! 3%1955-02-23>V2023-11-04 21:48:14,f! 3%1955-02-232023-11-04 21:48:14,e! 3%1955-02-232023-11-04 21:48:14 gsD~~~~[~.~}}}w}H}||||^|.{{{{s{D{zzzzYz*yyyypyAyxxxxUx&wwwwjw;w vvv~vPv"uuuuiu;u ttttPt!ssssfs7s rrr~rOr qqqqfq8q ppp~pPp!ooooeo6onnnynJnmmmm`m2mlllulFlkkkk\k-jjjjrjCjiiii^i0ihhhxhIhgggg_g0gffftfDfeeeeZe+ddddod@dccccSc#bbbbgb8b aaa}aNa````f`8` ____Q_"^^^^h^9^ ]]]]P]!\\\\e\7\[[[{[L[ZZZZaZ2ZYYYwYHYXXXX_X1XWWWvWGWVVVV^V/VUUUrUCUTTTTWT(SSSSnS@SRRRRVR'QQQQjQ;Q PPPPPP OOOOcO4ONNNyNJNMMMM`M2MLLLvLGLKKKK]K.JJJJrJCJIIIIZI+HHHHoH@HGGGGUG'FFFFkFBAAAASA$@@@@i@:@ ???~?O? >>>>e>6>==={=M=<<<GO2023-11-04 21:48:14,! 381956-01-310O2023-11-04 21:48:14,! 381956-01-31FO2023-11-04 21:48:14,! 381956-01-313O2023-11-04 21:48:14,! 381956-01-31_O2023-11-04 21:48:14* !  3(1976-04-05?N2023-11-04 21:48:14, ! 3(1976-04-05N2023-11-04 21:48:14* !  3(1976-04-05N2023-11-04 21:48:14+ ! 3(1976-04-05 N2023-11-04 21:48:14+ ! 3(1976-04-057N2023-11-04 21:48:14,! 3(1976-04-05?N2023-11-04 21:48:14+! 3(1976-04-05 N2023-11-04 21:48:14*!  3(1976-04-05?N2023-11-04 21:48:14+! 3(1976-04-05N2023-11-04 21:48:14+! 3(1976-04-05N2023-11-04 21:48:14,! 31962-03-05M2023-11-04 21:48:14,! 31962-03-05M2023-11-04 21:48:14,! 31962-03-05M2023-11-04 21:48:14+!  31962-03-05M2023-11-04 21:48:14,! 31962-03-05M2023-11-04 21:48:14,~! 3;1990-11-03_L2023-11-04 21:48:14+}! 3;1990-11-03QL2023-11-04 21:48:14,|! 3;1990-11-03L2023-11-04 21:48:14+{! 3;1990-11-03h?L2023-11-04 21:48:14+z!  3;1990-11-03L2023-11-04 21:48:14,y! 3;1990-11-03 L2023-11-04 21:48:14,x! 3;1990-11-03%L2023-11-04 21:48:14,w! 31978-10-137K2023-11-04 21:48:14,v! 31978-10-13rK2023-11-04 21:48:14,u! 31978-10-13|'K2023-11-04 21:48:14,t! 31978-10-13VK2023-11-04 21:48:14-s! 31978-10-13K2023-11-04 21:48:14,r! 31968-06-17"J2023-11-04 21:48:14,q! 31968-06-17J2023-11-04 21:48:14,p! 31968-06-17J2023-11-04 21:48:14,o! 31968-06-17J2023-11-04 21:48:14,n! 31968-06-172J2023-11-04 21:48:14+m! 31968-06-17?/J2023-11-04 21:48:14,l! 31968-06-17J2023-11-04 21:48:14,k! 31968-06-17;J2023-11-04 21:48:14,j! 31976-07-23II2023-11-04 21:48:14+i!  31976-07-23I2023-11-04 21:48:14,h! 31976-07-23(I2023-11-04 21:48:14,g! 31976-07-23kI2023-11-04 21:48:14,f! 31976-07-23*I2023-11-04 21:48:14,e! 31990-03-17:H2023-11-04 21:48:14,d! 31990-03-17WH2023-11-04 21:48:14,c! 31990-03-17.H2023-11-04 21:48:14+b! 31990-03-17:H2023-11-04 21:48:14,a! 31990-03-17xH2023-11-04 21:48:14,`! 31990-03-17 H2023-11-04 21:48:14+_! 31990-03-17H2023-11-04 21:48:14,^! 31990-03-17H2023-11-04 21:48:14+]! 32007-01-112G2023-11-04 21:48:14,\! 32007-01-11BG2023-11-04 21:48:14,[! 32007-01-11DG2023-11-04 21:48:14,Z! 32007-01-11G2023-11-04 21:48:14,Y! 32007-01-11G2023-11-04 21:48:14,X! 31998-09-06F2023-11-04 21:48:14,W! 31998-09-06#F2023-11-04 21:48:14,V! 32007-10-01/E2023-11-04 21:48:14,U! 32007-10-018E2023-11-04 21:48:14,T! 32007-10-01 E2023-11-04 21:48:14,S! 32007-10-01fE2023-11-04 21:48:14,R! 32007-10-01:fE2023-11-04 21:48:14,Q! 32004-08-04 D2023-11-04 21:48:14,P! 32004-08-04D2023-11-04 21:48:14,O! 32004-08-04FD2023-11-04 21:48:14,N! 32004-08-04=:D2023-11-04 21:48:14,M! 32004-08-04)D2023-11-04 21:48:14,L! 32006-07-04C2023-11-04 21:48:14,K! 32006-07-04X C2023-11-04 21:48:14,J! 32006-07-04E C2023-11-04 21:48:14+I! 32006-07-04C2023-11-04 21:48:14,H! 32006-07-04 C2023-11-04 21:48:14,G! 32006-07-04C2023-11-04 21:48:14,F! 32006-07-04 C2023-11-04 21:48:14,E! 32006-07-04C2023-11-04 21:48:14,D! 32006-07-04C2023-11-04 21:48:14+C! 32006-07-04:C2023-11-04 21:48:14,B! 3\1979-08-04B2023-11-04 21:48:14,A! 3\1979-08-04B2023-11-04 21:48:14,@! 3\1979-08-04>B2023-11-04 21:48:14*?!  3\1979-08-047B2023-11-04 21:48:14->! 3\1979-08-04aB2023-11-04 21:48:14,=! 3\1979-08-04?B2023-11-04 21:48:14+<!  3\1979-08-04B2023-11-04 21:48:14+;! 3\1979-08-04]B2023-11-04 21:48:14-:! 3\1979-08-04@B2023-11-04 21:48:14,9! 3\1979-08-04B2023-11-04 21:48:14,8! 3\1979-08-04 B2023-11-04 21:48:14,7! 3\1979-08-04B2023-11-04 21:48:14,6! 31983-03-11K@2023-11-04 21:48:14,5! 31983-03-11!@2023-11-04 21:48:14,4! 31983-03-11@2023-11-04 21:48:14,3! 32001-07-243?2023-11-04 21:48:14,2! 32001-07-24?2023-11-04 21:48:14,1! 32001-07-24 x?2023-11-04 21:48:14,0! 32001-07-240?2023-11-04 21:48:14+/!  31945-07-13>2023-11-04 21:48:14,.! 31945-07-13x >2023-11-04 21:48:14,-! 31945-07-13>2023-11-04 21:48:14+,!  31945-07-13>2023-11-04 21:48:14++!  31945-07-13>2023-11-04 21:48:14,*! 31945-07-13t>2023-11-04 21:48:14,)! 31945-07-131>2023-11-04 21:48:14,(! 3g1994-12-15> =2023-11-04 21:48:14,'! 3g1994-12-15q/=2023-11-04 21:48:14,&! 3g1994-12-15 =2023-11-04 21:48:14+%! 3g1994-12-15=2023-11-04 21:48:14,$! 3g1994-12-15B=2023-11-04 21:48:14+#!  3g1994-12-15%=2023-11-04 21:48:14,"! 3g1994-12-15,=2023-11-04 21:48:14+!!  3B1990-09-04;2023-11-04 21:48:14, ! 3B1990-09-04n8;2023-11-04 21:48:14,! 3B1990-09-04(;2023-11-04 21:48:14+! 3x1972-02-07n'92023-11-04 21:48:14+! 3x1972-02-07-92023-11-04 21:48:14+! 31983-12-27V82023-11-04 21:48:14,! 31983-12-2782023-11-04 21:48:14,! 31983-12-2782023-11-04 21:48:14-! 31983-12-2782023-11-04 21:48:14,! 31983-12-27&82023-11-04 21:48:14,! 31983-12-27E:82023-11-04 21:48:14,! 31983-12-27p82023-11-04 21:48:14,! 31983-12-2782023-11-04 21:48:14,! 32005-05-28(72023-11-04 21:48:14,! 32005-05-2872023-11-04 21:48:14,! 32005-05-28) 72023-11-04 21:48:14-! 32005-05-28)72023-11-04 21:48:14,! 32005-05-2872023-11-04 21:48:14,! 32005-05-28} 72023-11-04 21:48:14,! 32005-05-28S72023-11-04 21:48:14, ! 32005-05-2872023-11-04 21:48:14+ !  32005-05-2872023-11-04 21:48:14, ! 32005-05-2872023-11-04 21:48:14- ! 32005-05-28T72023-11-04 21:48:14, ! 32005-05-28uc72023-11-04 21:48:14,! 32005-05-2872023-11-04 21:48:14,! 31951-05-11462023-11-04 21:48:14,! 31951-05-11662023-11-04 21:48:14,! 31951-05-1162023-11-04 21:48:14,! 31968-04-20(52023-11-04 21:48:14,! 31968-04-20p52023-11-04 21:48:14,! 31968-04-20a52023-11-04 21:48:14-! 31968-04-20p52023-11-04 21:48:14,! 31968-04-2052023-11-04 21:48:14,! 31968-04-20 52023-11-04 21:48:14,~! 31992-10-2142023-11-04 21:48:14+}! 31992-10-2142023-11-04 21:48:14,|! 31992-10-2142023-11-04 21:48:14+{!  31992-10-21 G42023-11-04 21:48:14,z! 31992-10-2142023-11-04 21:48:14,y! 31992-10-21(42023-11-04 21:48:14+x!  31992-10-2142023-11-04 21:48:14,w! 31992-10-21( 42023-11-04 21:48:14,v! 31992-10-21 42023-11-04 21:48:14+u!  3{1977-12-1932023-11-04 21:48:14,t! 3{1977-12-19132023-11-04 21:48:14+s!  3{1977-12-19;32023-11-04 21:48:14,r! 3{1977-12-19Y32023-11-04 21:48:14,q! 3{1977-12-1932023-11-04 21:48:14,p! 3{1977-12-19532023-11-04 21:48:14+o!  3{1977-12-19q32023-11-04 21:48:14+n!  3{1977-12-1932023-11-04 21:48:14,m! 3{1977-12-1932023-11-04 21:48:14,l! 3{1977-12-1932023-11-04 21:48:14,k! 3{1977-12-19V32023-11-04 21:48:14,j! 3~1996-01-26S22023-11-04 21:48:14,i! 3~1996-01-26 22023-11-04 21:48:14,h! 3~1996-01-2622023-11-04 21:48:14+g! 3~1996-01-26 22023-11-04 21:48:14,f! 3~1996-01-2622023-11-04 21:48:14,e! 3~1996-01-2622023-11-04 21:48:14,d! 3~1996-01-2622023-11-04 21:48:14,c! 3~1996-01-2622023-11-04 21:48:14*b!  3~1996-01-26A22023-11-04 21:48:14+a!  3~1996-01-2622023-11-04 21:48:14,`! 3`1966-04-19U12023-11-04 21:48:14,_! 3`1966-04-19J12023-11-04 21:48:14+^! 3`1966-04-19212023-11-04 21:48:14+]! 3C1952-10-28M02023-11-04 21:48:14+\! 3C1952-10-28C02023-11-04 21:48:14*[! 3C1952-10-28202023-11-04 21:48:14+Z! 3C1952-10-2802023-11-04 21:48:14,Y! 3~1993-01-12S/2023-11-04 21:48:14,X! 3~1993-01-12 /2023-11-04 21:48:14,W! 3~1993-01-12/2023-11-04 21:48:14+V! 3~1993-01-12 /2023-11-04 21:48:14,U! 3~1993-01-12/2023-11-04 21:48:14,T! 3~1993-01-12/2023-11-04 21:48:14,S! 3~1993-01-12/2023-11-04 21:48:14,R! 3~1993-01-12/2023-11-04 21:48:14*Q!  3~1993-01-12A/2023-11-04 21:48:14+P!  3~1993-01-12/2023-11-04 21:48:14,O! 3 2007-05-24.2023-11-04 21:48:14,N! 3 2007-05-24.2023-11-04 21:48:14,M! 3 2007-05-24 .2023-11-04 21:48:14,L! 3 2007-05-24.2023-11-04 21:48:14,K! 3 2007-05-24>.2023-11-04 21:48:14,J! 3%1953-01-07 6-2023-11-04 21:48:14,I! 3%1953-01-07 -2023-11-04 21:48:14,H! 3%1953-01-07F]-2023-11-04 21:48:14,G! 3%1953-01-07-2023-11-04 21:48:14,F! 3%1953-01-07_-2023-11-04 21:48:14,E! 3%1953-01-07 -2023-11-04 21:48:14,D! 3%1953-01-07>V-2023-11-04 21:48:14,C! 3%1953-01-07-2023-11-04 21:48:14,B! 3%1953-01-07-2023-11-04 21:48:14,A! 3%1953-01-07L-2023-11-04 21:48:14,@! 3%1953-01-07g-2023-11-04 21:48:14,?! 3%1953-01-07h-2023-11-04 21:48:14,>! 31947-12-11v,2023-11-04 21:48:14+=!  31947-12-11Z,2023-11-04 21:48:14+<!  31947-12-11,2023-11-04 21:48:14+;! 31947-12-11#0,2023-11-04 21:48:14,:! 31947-12-11,2023-11-04 21:48:14+9! 31947-12-114,2023-11-04 21:48:14,8! 31947-12-11,2023-11-04 21:48:14,7! 31947-12-11,2023-11-04 21:48:14,6! 31947-12-11,,2023-11-04 21:48:14,5! 31947-12-11,2023-11-04 21:48:14,4! 32004-09-15 +2023-11-04 21:48:14,3! 32004-09-15+2023-11-04 21:48:14,2! 32004-09-15+2023-11-04 21:48:14,1! 32004-09-15+2023-11-04 21:48:14,0! 32004-09-15>+2023-11-04 21:48:14,/! 31968-12-129*2023-11-04 21:48:14-.! 31968-12-12a *2023-11-04 21:48:14,-! 31968-12-12*2023-11-04 21:48:14+,! 31968-12-12] *2023-11-04 21:48:14,+! 31968-12-12*2023-11-04 21:48:14,*! 31968-12-12*2023-11-04 21:48:14,)! 31968-12-12?*2023-11-04 21:48:14-(! 31968-12-12@*2023-11-04 21:48:14,'! 31968-12-12[*2023-11-04 21:48:14,&! 3{1963-11-14)2023-11-04 21:48:14,%! 3{1963-11-14P )2023-11-04 21:48:14,$! 3{1963-11-14>)2023-11-04 21:48:14,#! 3{1963-11-14)2023-11-04 21:48:14,"! 3h1958-08-29^(2023-11-04 21:48:14,!! 3h1958-08-29&(2023-11-04 21:48:14, ! 3h1958-08-29T (2023-11-04 21:48:14+! 3h1958-08-29^0(2023-11-04 21:48:14,! 3h1958-08-29 2(2023-11-04 21:48:14,! 3h1958-08-29(2023-11-04 21:48:14,! 3h1958-08-29I (2023-11-04 21:48:14*!  3h1958-08-29B(2023-11-04 21:48:14,! 32009-10-20'2023-11-04 21:48:14,! 32009-10-20 '2023-11-04 21:48:14,! 32009-10-20'2023-11-04 21:48:14,! 32009-10-20 '2023-11-04 21:48:14+! 32009-10-20h@'2023-11-04 21:48:14,! 32009-10-20_)'2023-11-04 21:48:14+! 32009-10-20Q '2023-11-04 21:48:14*!  3>1986-07-14q&2023-11-04 21:48:14+! 3>1986-07-14&2023-11-04 21:48:14+! 3>1986-07-14V&2023-11-04 21:48:14+! 3>1986-07-14Y &2023-11-04 21:48:14+! 3>1986-07-146&2023-11-04 21:48:14+! 3>1986-07-144&2023-11-04 21:48:14* !  3>1986-07-14&2023-11-04 21:48:14* !  3>1986-07-14&2023-11-04 21:48:14+ ! 3>1986-07-14&2023-11-04 21:48:14, ! 31980-01-03%2023-11-04 21:48:14, ! 31980-01-03%2023-11-04 21:48:14,! 31980-01-03K%2023-11-04 21:48:14,! 31980-01-03J%2023-11-04 21:48:14+!  31980-01-03%2023-11-04 21:48:14,! 31980-01-03+%2023-11-04 21:48:14,! 31980-01-03,%2023-11-04 21:48:14+! 31980-01-03k%2023-11-04 21:48:14,! 31969-08-05$2023-11-04 21:48:14,! 31969-08-059$2023-11-04 21:48:14-! 31969-08-05a $2023-11-04 21:48:14,! 31969-08-05$2023-11-04 21:48:14+~! 31969-08-05] $2023-11-04 21:48:14,}! 31969-08-05$2023-11-04 21:48:14,|! 31969-08-05$2023-11-04 21:48:14,{! 31969-08-05?$2023-11-04 21:48:14-z! 31969-08-05@$2023-11-04 21:48:14,y! 31969-08-05>$2023-11-04 21:48:14,x! 32002-10-16#2023-11-04 21:48:14,w! 32002-10-16#2023-11-04 21:48:14,v! 32002-10-16#2023-11-04 21:48:14,u! 32002-10-16#2023-11-04 21:48:14,t! 32002-10-16/#2023-11-04 21:48:14,s! 32002-10-16v$#2023-11-04 21:48:14+r! 32002-10-16, #2023-11-04 21:48:14,q! 31991-01-13:"2023-11-04 21:48:14,p! 31991-01-13W"2023-11-04 21:48:14,o! 31991-01-13."2023-11-04 21:48:14+n! 31991-01-13:"2023-11-04 21:48:14,m! 31991-01-13x"2023-11-04 21:48:14,l! 31991-01-13 "2023-11-04 21:48:14+k! 31991-01-13"2023-11-04 21:48:14,j! 31991-01-13"2023-11-04 21:48:14,i! 31958-03-29 2023-11-04 21:48:14,h! 31958-03-29 2023-11-04 21:48:14,g! 31958-03-29 2023-11-04 21:48:14,f! 31958-03-29 2023-11-04 21:48:14,e! 31945-07-31r2023-11-04 21:48:14,d! 31945-07-31'2023-11-04 21:48:14,c! 31945-07-31s2023-11-04 21:48:14,b! 31945-07-31#2023-11-04 21:48:14,a! 31945-07-31|2023-11-04 21:48:14,`! 31978-08-29I2023-11-04 21:48:14+_!  31978-08-292023-11-04 21:48:14,^! 31978-08-29(2023-11-04 21:48:14,]! 31978-08-29k2023-11-04 21:48:14,\! 31978-08-29*2023-11-04 21:48:14,[! 3c1995-01-26E2023-11-04 21:48:14,Z! 3c1995-01-26a2023-11-04 21:48:14,Y! 3c1995-01-262023-11-04 21:48:14,X! 3c1995-01-26W 2023-11-04 21:48:14,W! 3c1995-01-26}2023-11-04 21:48:14+V! 31946-08-03\2023-11-04 21:48:14+U! 31946-08-03B2023-11-04 21:48:14+T! 31946-08-032023-11-04 21:48:14*S! 31946-08-03?2023-11-04 21:48:14*R!  31946-08-032023-11-04 21:48:14+Q! 31946-08-0372023-11-04 21:48:14,P! 31979-04-052023-11-04 21:48:14+O!  31979-04-052023-11-04 21:48:14,N! 31979-04-05Q2023-11-04 21:48:14+M! 31979-04-05v2023-11-04 21:48:14,L! 31979-04-05 2023-11-04 21:48:14-K! 31979-04-052023-11-04 21:48:14+J!  31979-04-052023-11-04 21:48:14+I!  31979-04-052023-11-04 21:48:14,H! 31979-04-05r2023-11-04 21:48:14,G! 31979-04-05%2023-11-04 21:48:14,F! 31979-04-05~2023-11-04 21:48:14+E!  31979-04-052023-11-04 21:48:14,D! 31979-04-05y2023-11-04 21:48:14,C! 3 2009-02-012023-11-04 21:48:14,B! 3 2009-02-012023-11-04 21:48:14,A! 3 2009-02-01 2023-11-04 21:48:14,@! 3 2009-02-012023-11-04 21:48:14,?! 3 2009-02-01>2023-11-04 21:48:14,>! 3?2010-05-192023-11-04 21:48:14,=! 3?2010-05-19s2023-11-04 21:48:14+<! 3?2010-05-192023-11-04 21:48:14,;! 3?2010-05-19`^2023-11-04 21:48:14,:! 3?2010-05-192023-11-04 21:48:14,9! 3?2010-05-192023-11-04 21:48:14,8! 3?2010-05-19A2023-11-04 21:48:14,7! 31979-10-15 2023-11-04 21:48:14,6! 31979-10-152023-11-04 21:48:14,5! 31979-10-15>2023-11-04 21:48:14,4! 31979-10-15P2023-11-04 21:48:14,3! 32006-04-082023-11-04 21:48:14,2! 32006-04-082023-11-04 21:48:14,1! 32006-04-08+2023-11-04 21:48:14,0! 32006-04-08 2023-11-04 21:48:14,/! 32006-04-08 2023-11-04 21:48:14,.! 32006-04-08 2023-11-04 21:48:14+-!  31948-11-152023-11-04 21:48:14+,!  31948-11-15,2023-11-04 21:48:14,+! 31948-11-15(2023-11-04 21:48:14,*! 31948-11-15C2023-11-04 21:48:14,)! 31948-11-15p 2023-11-04 21:48:14,(! 31948-11-152023-11-04 21:48:14,'! 31948-11-152023-11-04 21:48:14,&! 31948-11-15p}2023-11-04 21:48:14,%! 3[1961-04-11O2023-11-04 21:48:14,$! 3[1961-04-11N2023-11-04 21:48:14+#! 3[1961-04-1122023-11-04 21:48:14,"! 31953-12-292023-11-04 21:48:14,!! 31953-12-292023-11-04 21:48:14, ! 31953-12-292023-11-04 21:48:14,! 31953-12-292023-11-04 21:48:14,! 3T1980-05-09f 2023-11-04 21:48:14,! 3T1980-05-092023-11-04 21:48:14,! 3T1980-05-092023-11-04 21:48:14+!  3T1980-05-092023-11-04 21:48:14+!  3T1980-05-09U2023-11-04 21:48:14,! 3T1980-05-09/2023-11-04 21:48:14,! 3T1980-05-09:]2023-11-04 21:48:14,! 3X1995-11-032023-11-04 21:48:14,! 3X1995-11-03 c 2023-11-04 21:48:14,! 3X1995-11-03 b2023-11-04 21:48:14+! 3X1995-11-03q2023-11-04 21:48:14,! 3X1995-11-03s2023-11-04 21:48:14,! 3X1995-11-032023-11-04 21:48:14,! 3X1995-11-032023-11-04 21:48:14,! 3X1995-11-03q2023-11-04 21:48:14,! 3X1995-11-032023-11-04 21:48:14,! 3X1995-11-0362023-11-04 21:48:14- ! 32002-10-222023-11-04 21:48:14, ! 32002-10-22/2023-11-04 21:48:14- ! 32002-10-22.2023-11-04 21:48:14, ! 32002-10-222023-11-04 21:48:14, ! 32002-10-2272023-11-04 21:48:14,! 31994-10-06|2023-11-04 21:48:14,! 31994-10-06P2023-11-04 21:48:14,! 31994-10-06r2023-11-04 21:48:14,! 31994-10-062023-11-04 21:48:14,! 31994-10-062023-11-04 21:48:14-! 31994-10-062023-11-04 21:48:14,! 31994-10-062023-11-04 21:48:14,! 31990-05-16S2023-11-04 21:48:14,! 31990-05-16 2023-11-04 21:48:14,! 31990-05-16k2023-11-04 21:48:14+~! 31990-05-16 2023-11-04 21:48:14,}! 31990-05-162023-11-04 21:48:14,|! 31990-05-162023-11-04 21:48:14,{! 31990-05-16=2023-11-04 21:48:14+z!  31990-05-162023-11-04 21:48:14,y! 31990-05-16 2023-11-04 21:48:14,x! 31990-05-16[2023-11-04 21:48:14*w!  31990-05-16A2023-11-04 21:48:14,v! 3w1962-04-15$2023-11-04 21:48:14,u! 3w1962-04-15/2023-11-04 21:48:14,t! 3w1962-04-15>@2023-11-04 21:48:14,s! 3w1962-04-15u2023-11-04 21:48:14-r! 3w1962-04-15F2023-11-04 21:48:14,q! 31947-02-02 2023-11-04 21:48:14,p! 31947-02-02 2023-11-04 21:48:14,o! 31947-02-02s 2023-11-04 21:48:14-n! 31947-02-02a 2023-11-04 21:48:14,m! 31947-02-02 2023-11-04 21:48:14,l! 31947-02-02@h 2023-11-04 21:48:14,k! 31947-02-02 2023-11-04 21:48:14,j! 31947-02-02* 2023-11-04 21:48:14,i! 31947-02-02 2023-11-04 21:48:14,h! 31947-02-02O 2023-11-04 21:48:14,g! 31947-02-022 2023-11-04 21:48:14+f!  31947-02-02j 2023-11-04 21:48:14+e! 31947-02-02] 2023-11-04 21:48:14,d! 3E1990-12-17P 2023-11-04 21:48:14,c! 3E1990-12-17< 2023-11-04 21:48:14+b! 3E1990-12-172! 2023-11-04 21:48:14,a! 3E1990-12-17  2023-11-04 21:48:14,`! 31957-03-20q( 2023-11-04 21:48:14+_! 31957-03-20  2023-11-04 21:48:14*^!  31957-03-20\ 2023-11-04 21:48:14,]! 31957-03-20>  2023-11-04 21:48:14,\! 31957-03-20 2023-11-04 21:48:14,[! 31957-03-20N 2023-11-04 21:48:14,Z! 31957-03-20 2023-11-04 21:48:14,Y! 3'1999-12-21 2023-11-04 21:48:14,X! 3'1999-12-219 2023-11-04 21:48:14+W! 3'1999-12-21c  2023-11-04 21:48:14,V! 3'1999-12-21) 2023-11-04 21:48:14,U! 3'1999-12-217 2023-11-04 21:48:14,T! 3'1999-12-21u[ 2023-11-04 21:48:14,S! 3'1999-12-21To 2023-11-04 21:48:14,R! 3'1999-12-21 2023-11-04 21:48:14,Q! 3'1999-12-21} 2023-11-04 21:48:14,P! 3'1999-12-21v 2023-11-04 21:48:14,O! 3'1999-12-21y 2023-11-04 21:48:14,N! 3'1999-12-21HC 2023-11-04 21:48:14-M! 3'1999-12-21) 2023-11-04 21:48:14+L!  31979-04-03 2023-11-04 21:48:14,K! 31979-04-03 2023-11-04 21:48:14,J! 31979-04-03b  2023-11-04 21:48:14+I!  31979-04-03 2023-11-04 21:48:14,H! 31979-04-03 2023-11-04 21:48:14,G! 31979-04-03 2023-11-04 21:48:14,F! 31979-04-03 2023-11-04 21:48:14,E! 31979-04-03" 2023-11-04 21:48:14,D! 31979-04-039 2023-11-04 21:48:14,C! 31979-04-03 2023-11-04 21:48:14,B! 31979-04-03  2023-11-04 21:48:14+A!  31979-04-03 2023-11-04 21:48:14,@! 31979-04-03V 2023-11-04 21:48:14+?! 3 1976-01-12Q2023-11-04 21:48:14,>! 3 1976-01-122023-11-04 21:48:14,=! 3 1976-01-122023-11-04 21:48:14+<!  3 1976-01-122023-11-04 21:48:14+;! 3 1976-01-12h>2023-11-04 21:48:14,:! 3 1976-01-122023-11-04 21:48:14,9! 3 1976-01-122023-11-04 21:48:14,8! 3 1976-01-12_2023-11-04 21:48:14+7! 342010-03-172023-11-04 21:48:14+6! 342010-03-17+2023-11-04 21:48:14+5! 342010-03-17 2023-11-04 21:48:14+4! 342010-03-172023-11-04 21:48:14+3! 342010-03-17L2023-11-04 21:48:14+2! 342010-03-17 2023-11-04 21:48:14+1! 342010-03-172023-11-04 21:48:14+0! 342010-03-172023-11-04 21:48:14,/! 31965-04-142023-11-04 21:48:14,.! 31965-04-142023-11-04 21:48:14,-! 31965-04-14 2023-11-04 21:48:14+,!  31965-04-14q2023-11-04 21:48:14,+! 31965-04-142023-11-04 21:48:14,*! 31965-04-142023-11-04 21:48:14,)! 31965-04-14;2023-11-04 21:48:14,(! 31965-04-14, 2023-11-04 21:48:14,'! 31965-04-14+2023-11-04 21:48:14,&! 31965-04-1422023-11-04 21:48:14,%! 31997-10-312023-11-04 21:48:14,$! 31997-10-312023-11-04 21:48:14-#! 31997-10-31u2023-11-04 21:48:14-"! 31997-10-31K2023-11-04 21:48:14,!! 31997-10-312023-11-04 21:48:14, ! 31997-10-31P<2023-11-04 21:48:14-! 32005-05-062023-11-04 21:48:14,! 32005-05-06? 2023-11-04 21:48:14,! 32005-05-06>2023-11-04 21:48:14,! 32005-05-062023-11-04 21:48:14+!  32005-05-062023-11-04 21:48:14-! 32005-05-06c2023-11-04 21:48:14,! 32005-05-062023-11-04 21:48:14,! 32005-05-062023-11-04 21:48:14,! 32005-05-062023-11-04 21:48:14+!  32005-05-06!2023-11-04 21:48:14,! 32005-05-0672023-11-04 21:48:14,! 31990-11-282023-11-04 21:48:14,! 31990-11-2872023-11-04 21:48:14-! 31990-11-282023-11-04 21:48:14,! 31990-11-28 2023-11-04 21:48:14,! 31990-11-282023-11-04 21:48:14-! 31990-11-28x2023-11-04 21:48:14+!  31990-11-282023-11-04 21:48:14, ! 31990-11-28 2023-11-04 21:48:14+ !  31990-11-282023-11-04 21:48:14, ! 31990-11-28?2023-11-04 21:48:14, ! 31990-11-282023-11-04 21:48:14, ! 3z1993-11-28{2023-11-04 21:48:14,! 3z1993-11-282023-11-04 21:48:14,! 3z1993-11-2822023-11-04 21:48:14,! 3z1993-11-28n-2023-11-04 21:48:14+! 3l1963-12-12 2023-11-04 21:48:14+! 3l1963-12-12v2023-11-04 21:48:14*! 3l1963-12-12#52023-11-04 21:48:14+! 3l1963-12-122023-11-04 21:48:14+! 3l1963-12-1202023-11-04 21:48:14*! 3l1963-12-1232023-11-04 21:48:14+! 3l1963-12-122023-11-04 21:48:14+~! 3l1963-12-122023-11-04 21:48:14+}! 3l1963-12-12Z2023-11-04 21:48:14,|! 31992-07-21:2023-11-04 21:48:14,{! 31992-07-21W2023-11-04 21:48:14,z! 31992-07-21.2023-11-04 21:48:14+y! 31992-07-21:2023-11-04 21:48:14,x! 31992-07-21x2023-11-04 21:48:14,w! 31992-07-21 2023-11-04 21:48:14+v! 31992-07-212023-11-04 21:48:14,u! 31992-07-212023-11-04 21:48:14,t! 3|1963-06-21'2023-11-04 21:48:14,s! 3|1963-06-21!2023-11-04 21:48:14,r! 3|1963-06-212023-11-04 21:48:14,q! 3|1963-06-21W2023-11-04 21:48:14+p! 3|1963-06-21]2023-11-04 21:48:14-o! 3|1963-06-21a2023-11-04 21:48:14-n! 3|1963-06-21@2023-11-04 21:48:14,m! 3|1963-06-212023-11-04 21:48:14+l!  3|1963-06-212023-11-04 21:48:14,k! 3|1963-06-21?2023-11-04 21:48:14,j! 3n1963-09-252023-11-04 21:48:14,i! 3n1963-09-252023-11-04 21:48:14,h! 3n1963-09-252023-11-04 21:48:14+g! 3n1963-09-25hJ2023-11-04 21:48:14,f! 3n1963-09-252023-11-04 21:48:14,e! 3n1963-09-252023-11-04 21:48:14-d! 32004-12-29`2023-11-04 21:48:14,c! 32004-12-292023-11-04 21:48:14,b! 32004-12-292023-11-04 21:48:14,a! 32004-12-29@2023-11-04 21:48:14,`! 32004-12-2902023-11-04 21:48:14,_! 32004-12-2902023-11-04 21:48:14,^! 362007-12-1242023-11-04 21:48:14,]! 362007-12-12Z2023-11-04 21:48:14,\! 362007-12-122023-11-04 21:48:14+[!  362007-12-122023-11-04 21:48:14,Z! 362007-12-12>2023-11-04 21:48:14+Y!  362007-12-122023-11-04 21:48:14+X!  362007-12-12&2023-11-04 21:48:14,W! 362007-12-122023-11-04 21:48:14+V! 362007-12-12#+2023-11-04 21:48:14+U! 362007-12-122023-11-04 21:48:14,T! 362007-12-122023-11-04 21:48:14+S!  362007-12-122023-11-04 21:48:14,R! 31972-12-192023-11-04 21:48:14,Q! 31972-12-19C2023-11-04 21:48:14,P! 31972-12-19&2023-11-04 21:48:14+O!  3 2000-11-302023-11-04 21:48:14,N! 3 2000-11-302023-11-04 21:48:14,M! 3 2000-11-302023-11-04 21:48:14*L!  3 2000-11-30A2023-11-04 21:48:14,K! 3 2000-11-302023-11-04 21:48:14+J! 3 2000-11-30 2023-11-04 21:48:14,I! 3 2000-11-30"2023-11-04 21:48:14,H! 3 2000-11-30 2023-11-04 21:48:14,G! 3 2000-11-3032023-11-04 21:48:14,F! 3 2000-11-302023-11-04 21:48:14,E! 32002-07-15 2023-11-04 21:48:14,D! 32002-07-152023-11-04 21:48:14,C! 32002-07-15F2023-11-04 21:48:14,B! 32002-07-15=:2023-11-04 21:48:14,A! 32002-07-15)2023-11-04 21:48:14+@! 3!1998-10-07R2023-11-04 21:48:14+?! 3!1998-10-072023-11-04 21:48:14+>! 3!1998-10-07|2023-11-04 21:48:14+=! 3!1998-10-07*2023-11-04 21:48:14,<! 3!1998-10-072023-11-04 21:48:14+;! 3!1998-10-072023-11-04 21:48:14+:! 3!1998-10-07r+2023-11-04 21:48:14,9! 3M1972-12-222023-11-04 21:48:14-8! 3M1972-12-222023-11-04 21:48:14,7! 3M1972-12-22E2023-11-04 21:48:14,6! 3M1972-12-222023-11-04 21:48:14,5! 3M1972-12-222023-11-04 21:48:14,4! 3M1972-12-22v2023-11-04 21:48:14,3! 3M1972-12-22&2023-11-04 21:48:14,2! 31947-05-312023-11-04 21:48:14,1! 31947-05-312023-11-04 21:48:14,0! 31947-05-31s2023-11-04 21:48:14-/! 31947-05-31a2023-11-04 21:48:14,.! 31947-05-312023-11-04 21:48:14,-! 31947-05-31@h2023-11-04 21:48:14,,! 31947-05-312023-11-04 21:48:14,+! 31947-05-31*2023-11-04 21:48:14,*! 31947-05-312023-11-04 21:48:14,)! 31947-05-31O2023-11-04 21:48:14,(! 31947-05-3122023-11-04 21:48:14+'!  31947-05-31j2023-11-04 21:48:14+&! 31947-05-31]2023-11-04 21:48:14,%! 31954-06-282023-11-04 21:48:14,$! 31954-06-282023-11-04 21:48:14,#! 31954-06-282023-11-04 21:48:14,"! 31954-06-282023-11-04 21:48:14+!!  31984-09-172023-11-04 21:48:14- ! 31984-09-172023-11-04 21:48:14,! 31984-09-17(2023-11-04 21:48:14,! 31984-09-17p(2023-11-04 21:48:14,! 32008-04-12Q2023-11-04 21:48:14+!  32008-04-12'2023-11-04 21:48:14,! 32008-04-122023-11-04 21:48:14-! 32008-04-122023-11-04 21:48:14-! 32008-04-122023-11-04 21:48:14,! 32008-04-122023-11-04 21:48:14+! 32008-04-12v2023-11-04 21:48:14+!  32008-04-122023-11-04 21:48:14,! 32008-04-12~ 2023-11-04 21:48:14,! 32008-04-122023-11-04 21:48:14+! 31947-03-20\2023-11-04 21:48:14+! 31947-03-20B2023-11-04 21:48:14+! 31947-03-202023-11-04 21:48:14*! 31947-03-20?2023-11-04 21:48:14*!  31947-03-202023-11-04 21:48:14+! 31947-03-2072023-11-04 21:48:14, ! 32006-04-11X 2023-11-04 21:48:14, ! 32006-04-11E'2023-11-04 21:48:14+ ! 32006-04-112023-11-04 21:48:14, ! 32006-04-11 2023-11-04 21:48:14, ! 32006-04-112023-11-04 21:48:14,! 32006-04-11 2023-11-04 21:48:14,! 32006-04-112023-11-04 21:48:14,! 32006-04-112023-11-04 21:48:14 VsD~~~~Y~*}}}}n}?}||||T|%{{{{i{:{ zzzzPz!yyyygy8y xxx}xNxwwwwdw6wvvv~vOv uuuueu8u ttt}tMtsssscs4srrrwrHrqqqq^q/qppptpEpoooo[o,nnnnqnBnmmmmWm(llllkl=lkkkkRk#jjjjhj9j iii}iNihhhhdh5hgggzgKgffffcf4feeexeHedddd_d/dccctcEcbbbb[b,aaaaraDa````Y`*____o_@_^^^^U^']]]]l]=]\\\\R\#[[[[h[9[ ZZZ}ZNZYYYYeY6YXXXzXKXWWWWaW4WVVV~VPV!UUUUgU8U TTTTQT#SSSShS9S RRRRTR'QQQQpQAQPPPPZP,OOOOqOBONNNNXN)MMMMoM?MLLLLUL&KKKKkK=KJJJJRJ#IIIIgI8IHHH{HLHGGGG`G1GFFFwFHFEEEE`E1EDDDuDFDCCCCZC+BBBBmB=B AAAAQA"@@@@f@7@????P?!>>>>e>6>==={=L=<<<54444S4#3333h393 2222U2'1111r1C10000W0(////l/=/....S.$----i-:- ,,,,T,%++++i+:+ ***~*O* ))))d)5)((({(L(''''c'4'&&&x&I&%%%%^%0%$$$u$F$####[#-""""q"B"!!!!W!( l = W)n?U&m>X,tGa2wI^/tEZ+tEY+tG].rC[-sD Y + o A  X ) l >  S %g9 U'o@V,D! 3y1991-10-162023-11-04 21:48:14,C! 3y1991-10-1632023-11-04 21:48:14,B! 3W2010-06-282023-11-04 21:48:14+A! 3W2010-06-28&2023-11-04 21:48:14,@! 3W2010-06-28P2023-11-04 21:48:14,?! 3W2010-06-2882023-11-04 21:48:14,>! 3W2010-06-282023-11-04 21:48:14,=! 3W2010-06-28=52023-11-04 21:48:14*<!  3M1970-05-142023-11-04 21:48:14*;! 3M1970-05-14^$2023-11-04 21:48:14+:! 3M1970-05-14^%2023-11-04 21:48:14+9! 3M1970-05-142023-11-04 21:48:14+8! 3M1970-05-1442023-11-04 21:48:14+7! 3M1970-05-14I 2023-11-04 21:48:14+6! 3M1970-05-142023-11-04 21:48:14)5!  3M1970-05-14B2023-11-04 21:48:14+4! 3M1970-05-14 $2023-11-04 21:48:14-3! 32008-05-0272023-11-04 21:48:14-2! 32008-05-022023-11-04 21:48:14,1! 32008-05-02" 2023-11-04 21:48:14,0! 32008-05-022023-11-04 21:48:14+/!  32008-05-022023-11-04 21:48:14,.! 32008-05-022023-11-04 21:48:14,-! 3|1964-07-22'2023-11-04 21:48:14,,! 3|1964-07-22!2023-11-04 21:48:14,+! 3|1964-07-222023-11-04 21:48:14,*! 3|1964-07-22W2023-11-04 21:48:14+)! 3|1964-07-22]2023-11-04 21:48:14-(! 3|1964-07-22a2023-11-04 21:48:14-'! 3|1964-07-22@2023-11-04 21:48:14,&! 3|1964-07-222023-11-04 21:48:14+%!  3|1964-07-222023-11-04 21:48:14,$! 3|1964-07-22?2023-11-04 21:48:14+#! 3`1993-06-25pS2023-11-04 21:48:14,"! 3`1993-06-252023-11-04 21:48:14+!! 3`1993-06-25(+2023-11-04 21:48:14, ! 31983-05-24Z2023-11-04 21:48:14,! 31983-05-24Q2023-11-04 21:48:14+! 31983-05-242 2023-11-04 21:48:14,! 31960-12-12n"2023-11-04 21:48:14,! 31960-12-12.2023-11-04 21:48:14,! 31950-08-162023-11-04 21:48:14,! 31950-08-1672023-11-04 21:48:14+! 31950-08-16?2023-11-04 21:48:14,! 31950-08-16I2023-11-04 21:48:14,! 31950-08-16l2023-11-04 21:48:14,! 3]1998-10-302023-11-04 21:48:14,! 3]1998-10-30v+2023-11-04 21:48:14,! 3]1998-10-30/2023-11-04 21:48:14,! 3]1998-10-3002023-11-04 21:48:14,! 3]1998-10-309*2023-11-04 21:48:14,! 3]1998-10-30 2023-11-04 21:48:14*!  3[1968-07-062023-11-04 21:48:14,! 3[1968-07-06p2023-11-04 21:48:14+! 3[1968-07-06H2023-11-04 21:48:14+ ! 3[1968-07-06(2023-11-04 21:48:14+ ! 3[1968-07-062023-11-04 21:48:14, ! 31950-06-082023-11-04 21:48:14, ! 31950-06-0872023-11-04 21:48:14+ ! 31950-06-08?2023-11-04 21:48:14,! 31950-06-08I2023-11-04 21:48:14,! 31950-06-08l2023-11-04 21:48:14,! 31959-05-192023-11-04 21:48:14,! 31959-05-192023-11-04 21:48:14,! 31959-05-19 2023-11-04 21:48:14,! 31959-05-192023-11-04 21:48:14,! 31959-05-1912023-11-04 21:48:14,! 31959-05-19,2023-11-04 21:48:14,! 31959-05-1902023-11-04 21:48:14,! 31959-05-192023-11-04 21:48:14+~! 32005-10-17_&2023-11-04 21:48:14*}! 32005-10-17Q2023-11-04 21:48:14+|! 32005-10-17 2023-11-04 21:48:14*{! 32005-10-17h=2023-11-04 21:48:14+z! 32005-10-17 2023-11-04 21:48:14+y! 32005-10-17 2023-11-04 21:48:14+x! 32005-10-172023-11-04 21:48:14,w! 3w1959-01-08$2023-11-04 21:48:14,v! 3w1959-01-08/2023-11-04 21:48:14,u! 3w1959-01-08>@2023-11-04 21:48:14,t! 3w1959-01-08u2023-11-04 21:48:14-s! 3w1959-01-08F2023-11-04 21:48:14,r! 3f1951-10-26.2023-11-04 21:48:14+q! 3f1951-10-26L2023-11-04 21:48:14+p! 3f1951-10-262023-11-04 21:48:14*o!  3f1951-10-262023-11-04 21:48:14+n! 3f1951-10-262023-11-04 21:48:14,m! 3f1951-10-26'2023-11-04 21:48:14,l! 3&1992-06-242023-11-04 21:48:14,k! 3&1992-06-24 2023-11-04 21:48:14,j! 3&1992-06-24vJ2023-11-04 21:48:14,i! 3&1992-06-242023-11-04 21:48:14,h! 3&1992-06-2402023-11-04 21:48:14,g! 3&1992-06-242023-11-04 21:48:14+f!  3V1983-06-092023-11-04 21:48:14,e! 3V1983-06-09(2023-11-04 21:48:14,d! 3V1983-06-09K2023-11-04 21:48:14,c! 3V1983-06-092023-11-04 21:48:14,b! 3V1983-06-092023-11-04 21:48:14,a! 3V1983-06-09e2023-11-04 21:48:14,`! 32008-11-272023-11-04 21:48:14,_! 32008-11-272023-11-04 21:48:14,^! 32008-11-27E 2023-11-04 21:48:14,]! 32008-11-27-2023-11-04 21:48:14+\!  32008-11-27X2023-11-04 21:48:14,[! 32008-11-272023-11-04 21:48:14+Z! 32008-11-272023-11-04 21:48:14,Y! 32008-11-272023-11-04 21:48:14,X! 32008-11-272023-11-04 21:48:14,W! 32008-11-27 2023-11-04 21:48:14+V! 32008-11-27:2023-11-04 21:48:14+U! 3S2007-04-052023-11-04 21:48:14+T! 3S2007-04-05 2023-11-04 21:48:14+S! 3S2007-04-05q2023-11-04 21:48:14+R! 3S2007-04-052023-11-04 21:48:14*Q! 3S2007-04-05q2023-11-04 21:48:14+P! 3S2007-04-05=2023-11-04 21:48:14+O! 3G1954-10-20 +2023-11-04 21:48:14+N! 3G1954-10-20 2023-11-04 21:48:14+M! 3G1954-10-20^2023-11-04 21:48:14)L!  3G1954-10-20B2023-11-04 21:48:14+K! 3G1954-10-20I 2023-11-04 21:48:14*J! 3G1954-10-20^52023-11-04 21:48:14+I! 3G1954-10-2062023-11-04 21:48:14,H! 31992-12-022023-11-04 21:48:14+G! 31992-12-022023-11-04 21:48:14,F! 31992-12-02I2023-11-04 21:48:14,E! 31992-12-022023-11-04 21:48:14+D!  31992-12-022023-11-04 21:48:14*C!  31992-12-02:2023-11-04 21:48:14,B! 31992-12-022023-11-04 21:48:14,A! 31992-12-02w2023-11-04 21:48:14,@! 31992-12-022023-11-04 21:48:14+?! 3g1998-11-26 2023-11-04 21:48:14,>! 3g1998-11-26&2023-11-04 21:48:14,=! 3g1998-11-262023-11-04 21:48:14,<! 3g1998-11-26 2023-11-04 21:48:14,;! 3g1998-11-26x2023-11-04 21:48:14,:! 3g1998-11-26+2023-11-04 21:48:14,9! 31966-04-072023-11-04 21:48:14,8! 31966-04-072023-11-04 21:48:14+7! 342006-11-07+2023-11-04 21:48:14+6! 342006-11-07 2023-11-04 21:48:14+5! 342006-11-072023-11-04 21:48:14+4! 342006-11-07L2023-11-04 21:48:14+3! 342006-11-07 2023-11-04 21:48:14+2! 342006-11-072023-11-04 21:48:14+1! 342006-11-072023-11-04 21:48:14,0! 31974-04-25 2023-11-04 21:48:14,/! 31974-04-252023-11-04 21:48:14,.! 31974-04-25;2023-11-04 21:48:14,-! 31974-04-25 2023-11-04 21:48:14,,! 31974-04-25 2023-11-04 21:48:14,+! 31974-04-25"2023-11-04 21:48:14,*! 31974-04-25V2023-11-04 21:48:14,)! 31974-04-252023-11-04 21:48:14,(! 31974-04-252023-11-04 21:48:14,'! 31974-04-2522023-11-04 21:48:14,&! 31948-05-232023-11-04 21:48:14,%! 31948-05-23?2023-11-04 21:48:14-$! 31948-05-23a12023-11-04 21:48:14-#! 31948-05-23@2023-11-04 21:48:14+"!  31948-05-23j2023-11-04 21:48:14+!! 31948-05-23] 2023-11-04 21:48:14+ !  31948-05-23O2023-11-04 21:48:14,! 31948-05-2342023-11-04 21:48:14,! 31948-05-23!2023-11-04 21:48:14,! 31948-05-232023-11-04 21:48:14,! 31948-05-232023-11-04 21:48:14,! 3\1981-06-282023-11-04 21:48:14,! 3\1981-06-282023-11-04 21:48:14,! 3\1981-06-28>2023-11-04 21:48:14*!  3\1981-06-2872023-11-04 21:48:14-! 3\1981-06-28a2023-11-04 21:48:14,! 3\1981-06-28?2023-11-04 21:48:14+!  3\1981-06-282023-11-04 21:48:14+! 3\1981-06-28]2023-11-04 21:48:14-! 3\1981-06-28@2023-11-04 21:48:14,! 3\1981-06-282023-11-04 21:48:14,! 3\1981-06-28 2023-11-04 21:48:14,! 3\1981-06-282023-11-04 21:48:14,! 31978-09-01 2023-11-04 21:48:14,! 31978-09-012023-11-04 21:48:14, ! 31978-09-01>2023-11-04 21:48:14, ! 31978-09-01P2023-11-04 21:48:14, ! 31994-05-11u2023-11-04 21:48:14, ! 31994-05-112023-11-04 21:48:14, ! 31994-05-11.2023-11-04 21:48:14,! 31994-05-112023-11-04 21:48:14,! 31994-05-112023-11-04 21:48:14+!  31994-05-112023-11-04 21:48:14+! 31994-05-11c2023-11-04 21:48:14,! 31994-05-112023-11-04 21:48:14,! 31994-05-11)m2023-11-04 21:48:14+!  31994-05-112023-11-04 21:48:14+!  31994-05-112023-11-04 21:48:14,! 31994-05-11)'2023-11-04 21:48:14,! 31994-05-11 2023-11-04 21:48:14,~! 31994-05-11Tc2023-11-04 21:48:14,}! 31994-05-112023-11-04 21:48:14,|! 31994-05-11um2023-11-04 21:48:14,{! 31994-05-112023-11-04 21:48:14,z! 31994-05-11 2023-11-04 21:48:14,y! 31994-05-11n2023-11-04 21:48:14,x! 31994-05-112023-11-04 21:48:14,w! 31971-03-10.2023-11-04 21:48:14,v! 31971-03-102023-11-04 21:48:14,u! 31971-03-10;2023-11-04 21:48:14,t! 31984-06-30g2023-11-04 21:48:14-s! 31984-06-30p2023-11-04 21:48:14,r! 31984-06-30( 2023-11-04 21:48:14+q!  31978-12-12d2023-11-04 21:48:14,p! 31978-12-12n(2023-11-04 21:48:14,o! 31978-12-1232023-11-04 21:48:14+n! 3u1963-12-20n#2023-11-04 21:48:14+m! 3u1963-12-20-2023-11-04 21:48:14,l! 31961-10-11 2023-11-04 21:48:14+k! 31961-10-112023-11-04 21:48:14*j!  31961-10-11\2023-11-04 21:48:14,i! 31961-10-11q/2023-11-04 21:48:14,h! 31961-10-11F2023-11-04 21:48:14,g! 31961-10-112023-11-04 21:48:14,f! 31961-10-11>2023-11-04 21:48:14+e!  3`1945-06-25 t2023-11-04 21:48:14,d! 3`1945-06-252023-11-04 21:48:14,c! 3`1945-06-252023-11-04 21:48:14+b! 3`1945-06-25hF2023-11-04 21:48:14,a! 3`1945-06-25$2023-11-04 21:48:14,`! 3`1945-06-252023-11-04 21:48:14,_! 3t1999-10-052023-11-04 21:48:14,^! 3t1999-10-05z2023-11-04 21:48:14,]! 3t1999-10-052023-11-04 21:48:14,\! 3t1999-10-052023-11-04 21:48:14,[! 3t1999-10-052023-11-04 21:48:14,Z! 3t1999-10-05'2023-11-04 21:48:14,Y! 3t1999-10-05E42023-11-04 21:48:14,X! 3t1999-10-05]2023-11-04 21:48:14-W! 3t1999-10-05 2023-11-04 21:48:14,V! 31956-07-242023-11-04 21:48:14,U! 31956-07-24P2023-11-04 21:48:14,T! 31956-07-24>2023-11-04 21:48:14,S! 31956-07-242023-11-04 21:48:14*R!  32002-05-31~2023-11-04 21:48:14+Q! 32002-05-31 2023-11-04 21:48:14+P! 32002-05-31 2023-11-04 21:48:14)O!  32002-05-31B2023-11-04 21:48:14+N! 32002-05-3132023-11-04 21:48:14+M! 32002-05-31^.2023-11-04 21:48:14+L! 32002-05-31& 2023-11-04 21:48:14*K!  32002-05-312023-11-04 21:48:14+J! 32002-05-31I 2023-11-04 21:48:14*I! 32002-05-31^02023-11-04 21:48:14,H! 3#1967-04-08 2023-11-04 21:48:14,G! 3#1967-04-08I2023-11-04 21:48:14,F! 3#1967-04-08y2023-11-04 21:48:14,E! 3#1967-04-08)2023-11-04 21:48:14+D! 3#1967-04-08;*2023-11-04 21:48:14-C! 3#1967-04-08F2023-11-04 21:48:14,B! 32002-11-072023-11-04 21:48:14,A! 32002-11-072023-11-04 21:48:14,@! 32002-11-07+2023-11-04 21:48:14,?! 32002-11-07 2023-11-04 21:48:14,>! 32002-11-07 2023-11-04 21:48:14,=! 32002-11-07 2023-11-04 21:48:14,<! 3 1964-09-262023-11-04 21:48:14,;! 3 1964-09-26]L2023-11-04 21:48:14,:! 3 1964-09-26 2023-11-04 21:48:14,9! 3 1964-09-26E&2023-11-04 21:48:14,8! 3 1964-09-26l 2023-11-04 21:48:14,7! 3 1964-09-26b2023-11-04 21:48:14,6! 3 1964-09-26N$2023-11-04 21:48:14+5! 3 1953-04-02J2023-11-04 21:48:14+4! 3 1953-04-02I2023-11-04 21:48:14*3! 3 1953-04-0222023-11-04 21:48:14+2! 3 1953-04-022023-11-04 21:48:14,1! 3%1952-03-08 62023-11-04 21:48:14,0! 3%1952-03-08 2023-11-04 21:48:14,/! 3%1952-03-08F]2023-11-04 21:48:14,.! 3%1952-03-082023-11-04 21:48:14,-! 3%1952-03-08_2023-11-04 21:48:14,,! 3%1952-03-08 2023-11-04 21:48:14,+! 3%1952-03-08>V2023-11-04 21:48:14,*! 3%1952-03-082023-11-04 21:48:14,)! 3%1952-03-082023-11-04 21:48:14,(! 3%1952-03-08L2023-11-04 21:48:14,'! 3%1952-03-08g2023-11-04 21:48:14,&! 3%1952-03-08h2023-11-04 21:48:14-%! 3[1972-07-07 2023-11-04 21:48:14,$! 3[1972-07-072023-11-04 21:48:14,#! 3[1972-07-072023-11-04 21:48:14,"! 3[1972-07-07E/2023-11-04 21:48:14,!! 3[1972-07-072023-11-04 21:48:14, ! 3[1972-07-07Z2023-11-04 21:48:14,! 31974-06-152023-11-04 21:48:14,! 31974-06-15n2023-11-04 21:48:14,! 31974-06-152023-11-04 21:48:14,! 31974-06-152023-11-04 21:48:14,! 31974-06-152023-11-04 21:48:14+!  31993-07-092023-11-04 21:48:14,! 31993-07-09%2023-11-04 21:48:14,! 31993-07-09Q2023-11-04 21:48:14+!  31993-07-09M2023-11-04 21:48:14+!  31993-07-092023-11-04 21:48:14,! 31993-07-09~2023-11-04 21:48:14-! 31993-07-092023-11-04 21:48:14-! 31993-07-092023-11-04 21:48:14+!  31993-07-092023-11-04 21:48:14,! 31993-07-092023-11-04 21:48:14+! 31993-07-09v2023-11-04 21:48:14,! 3B2010-02-23!2023-11-04 21:48:14,! 3B2010-02-232023-11-04 21:48:14, ! 3B2010-02-23e2023-11-04 21:48:14, ! 3B2010-02-232023-11-04 21:48:14, ! 3B2010-02-232023-11-04 21:48:14, ! 3B2010-02-232023-11-04 21:48:14, ! 3B2010-02-23Y2023-11-04 21:48:14,! 3B2010-02-23 2023-11-04 21:48:14,! 3B2010-02-23)2023-11-04 21:48:14,! 3B2010-02-232023-11-04 21:48:14+! 31983-05-06^&2023-11-04 21:48:14*!  31983-05-06B2023-11-04 21:48:14+!  31983-05-06m2023-11-04 21:48:14,! 31983-05-06&2023-11-04 21:48:14,! 31983-05-06I 2023-11-04 21:48:14,! 31983-05-062023-11-04 21:48:14,! 31983-05-062023-11-04 21:48:14,~! 31983-05-06 2023-11-04 21:48:14,}! 31983-05-0692023-11-04 21:48:14,|! 31983-05-06^,2023-11-04 21:48:14+{!  31963-12-092023-11-04 21:48:14,z! 31963-12-092023-11-04 21:48:14-y! 31963-12-09&2023-11-04 21:48:14,x! 31963-12-092023-11-04 21:48:14-w! 31963-12-092023-11-04 21:48:14-v! 31946-01-262023-11-04 21:48:14,u! 31946-01-26>2023-11-04 21:48:14-t! 31946-01-262023-11-04 21:48:14,s! 31946-01-262023-11-04 21:48:14-r! 31946-01-26>2023-11-04 21:48:14,q! 31946-01-26#2023-11-04 21:48:14-p! 31982-10-072023-11-04 21:48:14,o! 31982-10-07V2023-11-04 21:48:14,n! 31982-10-07r2023-11-04 21:48:14,m! 31982-10-0782023-11-04 21:48:14,l! 31982-10-07|2023-11-04 21:48:14,k! 3V1993-02-282023-11-04 21:48:14,j! 3V1993-02-28<2023-11-04 21:48:14,i! 3V1993-02-28S 2023-11-04 21:48:14,h! 3V1993-02-28'2023-11-04 21:48:14,g! 3R1997-02-272023-11-04 21:48:14,f! 3R1997-02-27 2023-11-04 21:48:14,e! 3R1997-02-272023-11-04 21:48:14*d!  3R1997-02-27A2023-11-04 21:48:14,c! 3R1997-02-272023-11-04 21:48:14,b! 3R1997-02-27 2023-11-04 21:48:14+a! 3R1997-02-272023-11-04 21:48:14,`! 3R1997-02-2732023-11-04 21:48:14+_!  3R1997-02-272023-11-04 21:48:14,^! 31951-06-13E2023-11-04 21:48:14+]! 31951-06-132023-11-04 21:48:14,\! 31951-06-132023-11-04 21:48:14,[! 31951-06-13>2023-11-04 21:48:14+Z! 31951-06-13\2023-11-04 21:48:14,Y! 31951-06-13q(2023-11-04 21:48:14-X! 3#1982-10-012023-11-04 21:48:14,W! 3#1982-10-0152023-11-04 21:48:14-V! 3#1982-10-01.2023-11-04 21:48:14,U! 32002-10-21|02023-11-04 21:48:14,T! 32002-10-212023-11-04 21:48:14,S! 32002-10-2172023-11-04 21:48:14,R! 32002-10-21!2023-11-04 21:48:14-Q! 32002-10-212023-11-04 21:48:14,P! 32002-10-212023-11-04 21:48:14,O! 32002-10-21r2023-11-04 21:48:14,N! 31991-04-30P 2023-11-04 21:48:14,M! 31991-04-302023-11-04 21:48:14,L! 31991-04-30>2023-11-04 21:48:14,K! 31991-04-30 2023-11-04 21:48:14,J! 31991-04-30 2023-11-04 21:48:14,I! 31951-01-1762023-11-04 21:48:14,H! 31951-01-17 &2023-11-04 21:48:14,G! 31951-01-17^!2023-11-04 21:48:14,F! 31951-01-172023-11-04 21:48:14+E! 31951-01-17^82023-11-04 21:48:14,D! 31951-01-17I 2023-11-04 21:48:14*C!  31951-01-17B2023-11-04 21:48:14,B! 31979-03-20~2023-11-04 21:48:14-A! 31979-03-20a~2023-11-04 21:48:14,@! 31979-03-20~2023-11-04 21:48:14,?! 31979-03-20~2023-11-04 21:48:14,>! 31979-03-20~2023-11-04 21:48:14,=! 31979-03-20~2023-11-04 21:48:14,<! 31979-03-20?#~2023-11-04 21:48:14+;! 31979-03-20]~2023-11-04 21:48:14-:! 31979-03-20@~2023-11-04 21:48:14,9! 31979-03-209~2023-11-04 21:48:14+8!  31979-03-209~2023-11-04 21:48:14+7!  3:1994-08-22}2023-11-04 21:48:14,6! 3:1994-08-22Y}2023-11-04 21:48:14,5! 3:1994-08-22}2023-11-04 21:48:14,4! 3:1994-08-22}2023-11-04 21:48:14,3! 3:1994-08-22e}2023-11-04 21:48:14+2! 3:1994-08-22p}2023-11-04 21:48:14,1! 3:1994-08-22}2023-11-04 21:48:14,0! 3:1994-08-22%}2023-11-04 21:48:14,/! 3:1994-08-22}2023-11-04 21:48:14,.! 3:1994-08-22q}2023-11-04 21:48:14,-! 3:1994-08-22}2023-11-04 21:48:14,,! 3:1994-08-22"}2023-11-04 21:48:14++! 3K1949-10-28|2023-11-04 21:48:14+*! 3K1949-10-28J|2023-11-04 21:48:14,)! 3K1949-10-28>|2023-11-04 21:48:14+(! 3K1949-10-28+|2023-11-04 21:48:14+'! 3K1949-10-28|2023-11-04 21:48:14+&! 3K1949-10-280|2023-11-04 21:48:14+%! 3K1949-10-28i|2023-11-04 21:48:14,$! 3K1949-10-28|2023-11-04 21:48:14+#! 31955-12-15{2023-11-04 21:48:14+"! 31955-12-15{2023-11-04 21:48:14+!! 31955-12-15{2023-11-04 21:48:14* ! 31955-12-15#5{2023-11-04 21:48:14*! 31955-12-152{2023-11-04 21:48:14+! 31955-12-15v{2023-11-04 21:48:14+! 31955-12-15/{2023-11-04 21:48:14+! 31955-12-15 {2023-11-04 21:48:14*!  31955-12-15Z{2023-11-04 21:48:14+!  31967-12-19tz2023-11-04 21:48:14,! 31967-12-19z2023-11-04 21:48:14,! 31967-12-19=z2023-11-04 21:48:14,! 31967-12-19)z2023-11-04 21:48:14+! 3g1956-02-24fy2023-11-04 21:48:14,! 3g1956-02-24y2023-11-04 21:48:14+! 3g1956-02-24y2023-11-04 21:48:14+! 3g1956-02-24$y2023-11-04 21:48:14+! 3g1956-02-24y2023-11-04 21:48:14+! 3g1956-02-24y2023-11-04 21:48:14,! 3g1956-02-24.y2023-11-04 21:48:14+!  31945-07-06x2023-11-04 21:48:14,! 31945-07-06x x2023-11-04 21:48:14, ! 31945-07-06x2023-11-04 21:48:14+ !  31945-07-06x2023-11-04 21:48:14+ !  31945-07-06x2023-11-04 21:48:14, ! 31945-07-06tx2023-11-04 21:48:14, ! 31945-07-061x2023-11-04 21:48:14+! 3G1957-09-02 +w2023-11-04 21:48:14+! 3G1957-09-02 w2023-11-04 21:48:14+! 3G1957-09-02^w2023-11-04 21:48:14)!  3G1957-09-02Bw2023-11-04 21:48:14+! 3G1957-09-02I w2023-11-04 21:48:14*! 3G1957-09-02^5w2023-11-04 21:48:14+! 3G1957-09-026w2023-11-04 21:48:14,! 3A1957-09-26-u2023-11-04 21:48:14,! 3A1957-09-26n#u2023-11-04 21:48:14,! 31946-10-11rt2023-11-04 21:48:14,~! 31946-10-11't2023-11-04 21:48:14,}! 31946-10-11st2023-11-04 21:48:14,|! 31946-10-11#t2023-11-04 21:48:14,{! 31946-10-11|t2023-11-04 21:48:14,z! 31958-12-10/s2023-11-04 21:48:14,y! 31958-12-10:s2023-11-04 21:48:14,x! 31958-12-10s2023-11-04 21:48:14+w! 3H1954-06-02\r2023-11-04 21:48:14,v! 3H1954-06-02q2r2023-11-04 21:48:14+u! 3H1954-06-02r2023-11-04 21:48:14,t! 3H1954-06-02r2023-11-04 21:48:14,s! 3H1954-06-02>r2023-11-04 21:48:14,r! 3H1954-06-02Ar2023-11-04 21:48:14,q! 31949-12-06q2023-11-04 21:48:14,p! 31949-12-06' q2023-11-04 21:48:14,o! 31949-12-06q2023-11-04 21:48:14,n! 31949-12-06>q2023-11-04 21:48:14,m! 31992-03-07" p2023-11-04 21:48:14,l! 31992-03-07p2023-11-04 21:48:14+k!  31992-03-07p2023-11-04 21:48:14,j! 31992-03-07'p2023-11-04 21:48:14,i! 31992-03-07p2023-11-04 21:48:14,h! 31992-03-07 p2023-11-04 21:48:14,g! 31992-03-07:p2023-11-04 21:48:14,f! 31992-03-07 p2023-11-04 21:48:14,e! 31992-03-07p2023-11-04 21:48:14,d! 31992-03-07b#p2023-11-04 21:48:14,c! 31992-03-07p2023-11-04 21:48:14,b! 31992-03-07Vp2023-11-04 21:48:14,a! 31992-03-07p2023-11-04 21:48:14,`! 31959-12-17 o2023-11-04 21:48:14,_! 31959-12-17o2023-11-04 21:48:14+^! 31959-12-173o2023-11-04 21:48:14+]! 31959-12-17#3o2023-11-04 21:48:14,\! 31959-12-17o2023-11-04 21:48:14,[! 31959-12-17vo2023-11-04 21:48:14,Z! 31959-12-17o2023-11-04 21:48:14,Y! 31959-12-17Zo2023-11-04 21:48:14,X! 31959-12-17/o2023-11-04 21:48:14,W! 31963-03-27Qn2023-11-04 21:48:14,V! 31963-03-27Ln2023-11-04 21:48:14+U! 31963-03-272n2023-11-04 21:48:14,T! 321995-01-20m2023-11-04 21:48:14,S! 321995-01-20.m2023-11-04 21:48:14,R! 321995-01-206m2023-11-04 21:48:14,Q! 321995-01-20 m2023-11-04 21:48:14,P! 321995-01-20m2023-11-04 21:48:14,O! 311996-12-16,l2023-11-04 21:48:14,N! 311996-12-16il2023-11-04 21:48:14,M! 311996-12-16n%l2023-11-04 21:48:14+L!  311996-12-16l2023-11-04 21:48:14,K! 311996-12-16{l2023-11-04 21:48:14,J! 311996-12-16 l2023-11-04 21:48:14,I! 3|1972-02-23 %j2023-11-04 21:48:14*H!  3|1972-02-23Bj2023-11-04 21:48:14,G! 3|1972-02-23j2023-11-04 21:48:14,F! 3|1972-02-23^"j2023-11-04 21:48:14,E! 3|1972-02-237j2023-11-04 21:48:14,D! 3|1972-02-23j2023-11-04 21:48:14+C! 3|1972-02-23^#j2023-11-04 21:48:14,B! 3|1972-02-23I j2023-11-04 21:48:14,A! 3|1972-02-23j2023-11-04 21:48:14+@!  31960-03-26g2023-11-04 21:48:14,?! 31960-03-26Tg2023-11-04 21:48:14,>! 31960-03-26g2023-11-04 21:48:14,=! 31960-03-26g2023-11-04 21:48:14-<! 31960-03-26@g2023-11-04 21:48:14,;! 31960-03-26g2023-11-04 21:48:14+:! 31960-03-26]g2023-11-04 21:48:14,9! 31960-03-26 g2023-11-04 21:48:14,8! 31960-03-26?g2023-11-04 21:48:14+7!  31960-03-26g2023-11-04 21:48:14-6! 31960-03-26ag2023-11-04 21:48:14,5! 31960-03-26g2023-11-04 21:48:14,4! 31987-04-308f2023-11-04 21:48:14,3! 31987-04-30&f2023-11-04 21:48:14,2! 31987-04-30f2023-11-04 21:48:14,1! 31987-04-30 f2023-11-04 21:48:14*0!  31987-04-30Bf2023-11-04 21:48:14,/! 31987-04-30^5f2023-11-04 21:48:14,.! 31987-04-30 f2023-11-04 21:48:14+-! 31987-04-30^(f2023-11-04 21:48:14,,! 31987-04-30f2023-11-04 21:48:14,+! 31987-04-30I f2023-11-04 21:48:14,*! 31961-04-25"e2023-11-04 21:48:14,)! 31961-04-25e2023-11-04 21:48:14,(! 31961-04-25`e2023-11-04 21:48:14+'!  31961-04-25e2023-11-04 21:48:14,&! 31961-04-25Te2023-11-04 21:48:14+%! 31961-04-25?e2023-11-04 21:48:14+$!  31961-04-25e2023-11-04 21:48:14,#! 3Y2008-10-30d2023-11-04 21:48:14,"! 3Y2008-10-301d2023-11-04 21:48:14-!! 3Y2008-10-30d2023-11-04 21:48:14, ! 3Y2008-10-30(%d2023-11-04 21:48:14,! 3Y2008-10-30pMd2023-11-04 21:48:14,! 3B1987-08-19n:c2023-11-04 21:48:14,! 3B1987-08-19'c2023-11-04 21:48:14,! 32006-02-063b2023-11-04 21:48:14,! 32006-02-06(b2023-11-04 21:48:14+!  32006-02-06b2023-11-04 21:48:14,! 32006-02-06|b2023-11-04 21:48:14,! 32006-02-06pgb2023-11-04 21:48:14,! 31974-11-21/a2023-11-04 21:48:14,! 31974-11-21fa2023-11-04 21:48:14,! 31974-11-21<a2023-11-04 21:48:14,! 31974-11-21: a2023-11-04 21:48:14,! 3e1973-04-05 _2023-11-04 21:48:14,! 3e1973-04-05u_2023-11-04 21:48:14,! 3e1973-04-05"_2023-11-04 21:48:14+! 3e1973-04-05;7_2023-11-04 21:48:14,! 3e1973-04-05I_2023-11-04 21:48:14,! 3e1973-04-05f_2023-11-04 21:48:14- ! 3e1973-04-05F_2023-11-04 21:48:14, ! 31976-09-25"^2023-11-04 21:48:14, ! 31976-09-25^2023-11-04 21:48:14, ! 31992-06-05 ]2023-11-04 21:48:14, ! 31992-06-050]2023-11-04 21:48:14,! 31992-06-05k]2023-11-04 21:48:14,! 31992-06-05]2023-11-04 21:48:14,! 31992-06-05%]2023-11-04 21:48:14,! 31992-06-05 ]2023-11-04 21:48:14+!  31992-06-05]2023-11-04 21:48:14,! 31992-06-05]2023-11-04 21:48:14,! 31992-06-05P>]2023-11-04 21:48:14,! 31992-06-05q,]2023-11-04 21:48:14,! 31992-06-05]2023-11-04 21:48:14,! 31992-06-05]2023-11-04 21:48:14,~! 31992-06-05$.]2023-11-04 21:48:14,}! 31992-06-051]2023-11-04 21:48:14+|! 31992-06-05l]2023-11-04 21:48:14,{! 31992-06-052]2023-11-04 21:48:14,z! 31992-06-05u<]2023-11-04 21:48:14,y! 31992-06-05]2023-11-04 21:48:14+x! 31992-06-05]2023-11-04 21:48:14,w! 31992-06-05N]2023-11-04 21:48:14,v! 3X1995-04-17\2023-11-04 21:48:14,u! 3X1995-04-17 c \2023-11-04 21:48:14,t! 3X1995-04-17 b\2023-11-04 21:48:14+s! 3X1995-04-17q\2023-11-04 21:48:14,r! 3X1995-04-17s\2023-11-04 21:48:14,q! 3X1995-04-17\2023-11-04 21:48:14,p! 3X1995-04-17\2023-11-04 21:48:14,o! 3X1995-04-17q\2023-11-04 21:48:14,n! 3X1995-04-17\2023-11-04 21:48:14,m! 3X1995-04-176\2023-11-04 21:48:14-l! 31953-07-16@[2023-11-04 21:48:14,k! 31953-07-16?[2023-11-04 21:48:14,j! 31953-07-16([2023-11-04 21:48:14,i! 31953-07-16 [2023-11-04 21:48:14,h! 31953-07-16K[2023-11-04 21:48:14,g! 31953-07-16[2023-11-04 21:48:14+f! 31953-07-16][2023-11-04 21:48:14,e! 31953-07-16[2023-11-04 21:48:14-d! 31953-07-16a[2023-11-04 21:48:14+c! 3C1966-11-10Z2023-11-04 21:48:14,b! 3C1966-11-10>Z2023-11-04 21:48:14,a! 3C1966-11-10HZ2023-11-04 21:48:14,`! 3C1966-11-10q/Z2023-11-04 21:48:14*_!  3C1966-11-10\Z2023-11-04 21:48:14,^! 32009-07-23 Y2023-11-04 21:48:14+]!  32009-07-23Y2023-11-04 21:48:14,\! 32009-07-23Y2023-11-04 21:48:14,[! 32009-07-236Y2023-11-04 21:48:14,Z! 32009-07-23.Y2023-11-04 21:48:14,Y! 32009-07-23 Y2023-11-04 21:48:14+X! 322006-08-16X2023-11-04 21:48:14+W! 322006-08-16X2023-11-04 21:48:14+V! 322006-08-16=QX2023-11-04 21:48:14+U! 322006-08-16 X2023-11-04 21:48:14+T! 322006-08-16JX2023-11-04 21:48:14,S! 3?2008-12-22sW2023-11-04 21:48:14+R! 3?2008-12-22W2023-11-04 21:48:14,Q! 3?2008-12-22`nW2023-11-04 21:48:14,P! 3?2008-12-22W2023-11-04 21:48:14,O! 3?2008-12-22W2023-11-04 21:48:14,N! 3?2008-12-22AW2023-11-04 21:48:14,M! 3h1961-07-14^V2023-11-04 21:48:14,L! 3h1961-07-14&V2023-11-04 21:48:14,K! 3h1961-07-14T V2023-11-04 21:48:14+J! 3h1961-07-14^0V2023-11-04 21:48:14,I! 3h1961-07-14 2V2023-11-04 21:48:14,H! 3h1961-07-14V2023-11-04 21:48:14,G! 3h1961-07-14I V2023-11-04 21:48:14*F!  3h1961-07-14BV2023-11-04 21:48:14,E! 31951-07-26U2023-11-04 21:48:14,D! 31951-07-26?U2023-11-04 21:48:14-C! 31951-07-26a1U2023-11-04 21:48:14-B! 31951-07-26@U2023-11-04 21:48:14+A!  31951-07-26jU2023-11-04 21:48:14+@! 31951-07-26] U2023-11-04 21:48:14+?!  31951-07-26OU2023-11-04 21:48:14,>! 31951-07-264U2023-11-04 21:48:14,=! 31951-07-26!U2023-11-04 21:48:14,<! 31951-07-26U2023-11-04 21:48:14,;! 31951-07-26U2023-11-04 21:48:14,:! 31968-02-02N%T2023-11-04 21:48:14,9! 31968-02-02T2023-11-04 21:48:14,8! 31968-02-02E"T2023-11-04 21:48:14,7! 31968-02-02T2023-11-04 21:48:14,6! 31968-02-02]>T2023-11-04 21:48:14,5! 31968-02-02bT2023-11-04 21:48:14,4! 31968-02-02l T2023-11-04 21:48:14,3! 31990-05-07*S2023-11-04 21:48:14,2! 31990-05-077S2023-11-04 21:48:14,1! 31990-05-07 S2023-11-04 21:48:14,0! 381958-05-12R2023-11-04 21:48:14,/! 381958-05-12*R2023-11-04 21:48:14,.! 381958-05-12FR2023-11-04 21:48:14,-! 381958-05-12bR2023-11-04 21:48:14,,! 381958-05-12 R2023-11-04 21:48:14,+! 381958-05-12>JR2023-11-04 21:48:14,*! 381958-05-12zR2023-11-04 21:48:14,)! 381958-05-12R2023-11-04 21:48:14,(! 381958-05-12<R2023-11-04 21:48:14,'! 381958-05-12dR2023-11-04 21:48:14-&! 381958-05-12R2023-11-04 21:48:14+%!  3r1944-09-26 Q2023-11-04 21:48:14 JsC~~~~X~)}}}}k}<} ||||S|${{{{f{7{ zzz|zMzyyyyby3yxxxvxGxwwww\w-vvvvqvCvuuuuXu)ttttnt?tssssTs%rrrrkr>>>U>%====h=9= <<<}! 3 2008-11-21#2023-11-04 21:48:14,=! 3 2008-11-21F #2023-11-04 21:48:14,<! 32004-03-30"2023-11-04 21:48:14,;! 32004-03-30"2023-11-04 21:48:14,:! 32004-03-30"2023-11-04 21:48:14-9! 32004-03-30"2023-11-04 21:48:14-8! 32004-03-30m"2023-11-04 21:48:14,7! 3]1993-04-29!2023-11-04 21:48:14,6! 3]1993-04-29n !2023-11-04 21:48:14+5!  3]1993-04-29!2023-11-04 21:48:14+4! 3]1993-04-29]!2023-11-04 21:48:14,3! 3]1993-04-29!2023-11-04 21:48:14,2! 3]1993-04-29?"!2023-11-04 21:48:14-1! 3]1993-04-29a!2023-11-04 21:48:14,0! 3]1993-04-29!2023-11-04 21:48:14,/! 3]1993-04-29!2023-11-04 21:48:14+.!  3]1993-04-298!2023-11-04 21:48:14,-! 3]1993-04-29\!2023-11-04 21:48:14,,! 3]1993-04-29)#!2023-11-04 21:48:14++!  3]1993-04-29!2023-11-04 21:48:14,*! 3]1993-04-29)k!2023-11-04 21:48:14,)! 3]1993-04-297!2023-11-04 21:48:14,(! 3]1993-04-29!2023-11-04 21:48:14+'! 391996-01-11  2023-11-04 21:48:14+&! 391996-01-11 2023-11-04 21:48:14+%! 391996-01-11z 2023-11-04 21:48:14+$! 391996-01-11@ 2023-11-04 21:48:14,#! 391996-01-11 2023-11-04 21:48:14+"! 391996-01-11 2023-11-04 21:48:14,!! 391996-01-11p 2023-11-04 21:48:14, ! 31948-07-142023-11-04 21:48:14,! 31948-07-14 2023-11-04 21:48:14,! 31948-07-142023-11-04 21:48:14,! 31948-07-142023-11-04 21:48:14-! 31953-08-17@2023-11-04 21:48:14,! 31953-08-17?2023-11-04 21:48:14,! 31953-08-17(2023-11-04 21:48:14,! 31953-08-17 2023-11-04 21:48:14,! 31953-08-17K2023-11-04 21:48:14,! 31953-08-172023-11-04 21:48:14+! 31953-08-17]2023-11-04 21:48:14,! 31953-08-172023-11-04 21:48:14-! 31953-08-17a2023-11-04 21:48:14-! 31954-02-10@2023-11-04 21:48:14,! 31954-02-10?2023-11-04 21:48:14,! 31954-02-10(2023-11-04 21:48:14,! 31954-02-10 2023-11-04 21:48:14,! 31954-02-10K2023-11-04 21:48:14,! 31954-02-102023-11-04 21:48:14+ ! 31954-02-10]2023-11-04 21:48:14, ! 31954-02-102023-11-04 21:48:14- ! 31954-02-10a2023-11-04 21:48:14+ !  31968-02-28t2023-11-04 21:48:14, ! 31968-02-282023-11-04 21:48:14,! 31968-02-28=2023-11-04 21:48:14,! 31968-02-28)2023-11-04 21:48:14+! 31977-07-05T2023-11-04 21:48:14*! 31977-07-052023-11-04 21:48:14+! 31977-07-05q+2023-11-04 21:48:14+! 31977-07-05>2023-11-04 21:48:14-! 3K1957-10-242023-11-04 21:48:14,! 3K1957-10-24)2023-11-04 21:48:14,! 3K1957-10-242023-11-04 21:48:14-! 3K1957-10-24.2023-11-04 21:48:14+~! 3~1997-05-21a2023-11-04 21:48:14+}! 3~1997-05-212023-11-04 21:48:14+|! 3~1997-05-21:2023-11-04 21:48:14+{! 3~1997-05-21W 2023-11-04 21:48:14+z! 3~1997-05-21{2023-11-04 21:48:14+y! 3~1997-05-212023-11-04 21:48:14+x! 3G1958-04-25T2023-11-04 21:48:14+w! 3G1958-04-25 +2023-11-04 21:48:14+v! 3G1958-04-25 2023-11-04 21:48:14+u! 3G1958-04-25^2023-11-04 21:48:14)t!  3G1958-04-25B2023-11-04 21:48:14+s! 3G1958-04-25I 2023-11-04 21:48:14*r! 3G1958-04-25^52023-11-04 21:48:14+q! 3G1958-04-2532023-11-04 21:48:14-p! 3[1970-01-14 2023-11-04 21:48:14,o! 3[1970-01-142023-11-04 21:48:14,n! 3[1970-01-142023-11-04 21:48:14,m! 3[1970-01-14E/2023-11-04 21:48:14,l! 3[1970-01-142023-11-04 21:48:14,k! 3[1970-01-14Z2023-11-04 21:48:14+j!  32007-11-23 2023-11-04 21:48:14*i!  32007-11-23J2023-11-04 21:48:14+h!  32007-11-23c2023-11-04 21:48:14+g!  32007-11-23d2023-11-04 21:48:14,f! 32007-11-23N2023-11-04 21:48:14,e! 32007-11-23 2023-11-04 21:48:14,d! 32007-11-23l2023-11-04 21:48:14,c! 32007-11-2322023-11-04 21:48:14,b! 32007-11-23]-2023-11-04 21:48:14,a! 32007-11-232023-11-04 21:48:14,`! 32007-11-23x2023-11-04 21:48:14,_! 32007-11-23E.2023-11-04 21:48:14,^! 3o1967-02-172023-11-04 21:48:14,]! 3o1967-02-172023-11-04 21:48:14-\! 3o1967-02-172023-11-04 21:48:14-[! 3o1967-02-172023-11-04 21:48:14,Z! 3o1967-02-17E2023-11-04 21:48:14,Y! 3o1967-02-172023-11-04 21:48:14,X! 31963-12-1842023-11-04 21:48:14,W! 31963-12-182023-11-04 21:48:14,V! 31963-12-1842023-11-04 21:48:14+U!  3"1993-11-042023-11-04 21:48:14,T! 3"1993-11-042023-11-04 21:48:14,S! 3"1993-11-0462023-11-04 21:48:14,R! 3"1993-11-04( 2023-11-04 21:48:14,Q! 3"1993-11-0442023-11-04 21:48:14-P! 3"1993-11-04p2023-11-04 21:48:14+O! 31988-02-28<2023-11-04 21:48:14+N! 31988-02-282023-11-04 21:48:14+M! 31988-02-28'2023-11-04 21:48:14+L! 31988-02-28S2023-11-04 21:48:14+K!  31974-08-082023-11-04 21:48:14-J! 31974-08-08p2023-11-04 21:48:14,I! 31974-08-08(2023-11-04 21:48:14,H! 31974-08-08p 2023-11-04 21:48:14,G! 31974-08-08_2023-11-04 21:48:14,F! 31989-07-02:}2023-11-04 21:48:14,E! 31989-07-022023-11-04 21:48:14,D! 31989-07-02/2023-11-04 21:48:14+C!  31989-07-02^2023-11-04 21:48:14+B!  31989-07-02#2023-11-04 21:48:14+A!  31958-06-12 2023-11-04 21:48:14-@! 31958-06-12 2023-11-04 21:48:14+?!  31958-06-12 2023-11-04 21:48:14->! 31958-06-12* 2023-11-04 21:48:14,=! 31991-10-03 2023-11-04 21:48:14,<! 31991-10-03 2023-11-04 21:48:14,;! 31991-10-03 2023-11-04 21:48:14-:! 31991-10-03 2023-11-04 21:48:14,9! 31991-10-03P 2023-11-04 21:48:14,8! 31991-10-03r 2023-11-04 21:48:14,7! 31991-10-03|! 2023-11-04 21:48:14-6! 3S1994-11-17& 2023-11-04 21:48:14,5! 3S1994-11-17 2023-11-04 21:48:14,4! 3S1994-11-171 2023-11-04 21:48:14,3! 3S1994-11-17/ 2023-11-04 21:48:14-2! 3S1994-11-17. 2023-11-04 21:48:14+1!  3u1967-12-14 2023-11-04 21:48:14+0!  3u1967-12-14t 2023-11-04 21:48:14+/! 3u1967-12-141 2023-11-04 21:48:14,.! 3u1967-12-14 2023-11-04 21:48:14+-! 3u1967-12-14#2 2023-11-04 21:48:14,,! 3u1967-12-14 2023-11-04 21:48:14,+! 3u1967-12-14 2023-11-04 21:48:14,*! 3u1967-12-14 2023-11-04 21:48:14,)! 3u1967-12-14Z 2023-11-04 21:48:14,(! 3u1967-12-14- 2023-11-04 21:48:14,'! 3u1967-12-14v 2023-11-04 21:48:14)&!  3T1979-05-26B2023-11-04 21:48:14+%! 3T1979-05-26I 2023-11-04 21:48:14+$! 3T1979-05-26^/2023-11-04 21:48:14+#! 3T1979-05-262023-11-04 21:48:14+"! 3T1979-05-2642023-11-04 21:48:14+!! 3T1979-05-26 2023-11-04 21:48:14* ! 3T1979-05-26^$2023-11-04 21:48:14+! 3T1979-05-262023-11-04 21:48:14+! 3T1979-05-26 #2023-11-04 21:48:14+! 3C1949-11-08M2023-11-04 21:48:14+! 3C1949-11-08C2023-11-04 21:48:14*! 3C1949-11-0822023-11-04 21:48:14+! 3C1949-11-082023-11-04 21:48:14,! 31980-11-0332023-11-04 21:48:14,! 31980-11-032023-11-04 21:48:14,! 31980-11-0362023-11-04 21:48:14+!  3 1991-12-042023-11-04 21:48:14+!  3 1991-12-0492023-11-04 21:48:14,! 3 1991-12-04 2023-11-04 21:48:14,! 3 1991-12-04#2023-11-04 21:48:14+! 3 1991-12-04#)2023-11-04 21:48:14+!  3 1991-12-04&2023-11-04 21:48:14,! 3 1991-12-04t2023-11-04 21:48:14,! 3 1991-12-04Z2023-11-04 21:48:14,! 3 1991-12-042023-11-04 21:48:14, ! 3 1991-12-042023-11-04 21:48:14+ !  3 1991-12-042023-11-04 21:48:14+ ! 3 1991-12-04,2023-11-04 21:48:14, ! 3 1991-12-042023-11-04 21:48:14, ! 3 1991-12-042023-11-04 21:48:14+!  3 1991-12-042023-11-04 21:48:14,! 3 1991-12-042023-11-04 21:48:14,! 3 1991-12-04B2023-11-04 21:48:14+!  3 1991-12-042023-11-04 21:48:14+!  32003-11-192023-11-04 21:48:14-! 32003-11-192023-11-04 21:48:14,! 32003-11-19E"2023-11-04 21:48:14,! 32003-11-19 2023-11-04 21:48:14,! 32003-11-192023-11-04 21:48:14,! 32003-11-19 2023-11-04 21:48:14-~! 32003-11-192023-11-04 21:48:14+}!  32003-11-192023-11-04 21:48:14,|! 3|1972-09-04 %2023-11-04 21:48:14*{!  3|1972-09-04B2023-11-04 21:48:14,z! 3|1972-09-042023-11-04 21:48:14,y! 3|1972-09-04^"2023-11-04 21:48:14,x! 3|1972-09-0472023-11-04 21:48:14,w! 3|1972-09-042023-11-04 21:48:14+v! 3|1972-09-04^#2023-11-04 21:48:14,u! 3|1972-09-04I 2023-11-04 21:48:14,t! 3|1972-09-042023-11-04 21:48:14,s! 3R2000-06-072023-11-04 21:48:14,r! 3R2000-06-07 2023-11-04 21:48:14,q! 3R2000-06-072023-11-04 21:48:14*p!  3R2000-06-07A2023-11-04 21:48:14,o! 3R2000-06-072023-11-04 21:48:14,n! 3R2000-06-07 2023-11-04 21:48:14+m! 3R2000-06-072023-11-04 21:48:14,l! 3R2000-06-0732023-11-04 21:48:14+k!  3R2000-06-072023-11-04 21:48:14,j! 31945-06-242023-11-04 21:48:14,i! 31945-06-24 2023-11-04 21:48:14,h! 31945-06-242023-11-04 21:48:14,g! 31945-06-24 2023-11-04 21:48:14,f! 31945-06-24 2023-11-04 21:48:14,e! 31945-06-242023-11-04 21:48:14,d! 31945-06-242023-11-04 21:48:14,c! 31945-06-24,2023-11-04 21:48:14,b! 31945-06-242023-11-04 21:48:14,a! 31945-06-24 2023-11-04 21:48:14,`! 31950-03-142023-11-04 21:48:14,_! 31950-03-14' 2023-11-04 21:48:14,^! 31950-03-142023-11-04 21:48:14,]! 31950-03-14>2023-11-04 21:48:14*\!  331973-05-112023-11-04 21:48:14+[! 331973-05-112023-11-04 21:48:14+Z! 331973-05-11Y2023-11-04 21:48:14+Y! 331973-05-112023-11-04 21:48:14+X! 331973-05-11q2023-11-04 21:48:14+W! 331973-05-112023-11-04 21:48:14+V! 331973-05-112023-11-04 21:48:14+U! 331973-05-11;2023-11-04 21:48:14+T! 331973-05-11,2023-11-04 21:48:14+S! 331973-05-112023-11-04 21:48:14+R! 331973-05-11+2023-11-04 21:48:14+Q! 331973-05-112023-11-04 21:48:14+P! 331973-05-11V2023-11-04 21:48:14+O! 331973-05-112023-11-04 21:48:14,N! 3b1962-04-13 /2023-11-04 21:48:14,M! 3b1962-04-13&2023-11-04 21:48:14,L! 3b1962-04-13T2023-11-04 21:48:14+K! 3b1962-04-13^52023-11-04 21:48:14,J! 3b1962-04-13 2023-11-04 21:48:14,I! 3b1962-04-13I 2023-11-04 21:48:14*H!  3b1962-04-13B2023-11-04 21:48:14+G!  3b1962-04-13U2023-11-04 21:48:14,F! 3b1962-04-13^ 2023-11-04 21:48:14+E! 3J2002-07-222023-11-04 21:48:14+D! 3J2002-07-222023-11-04 21:48:14+C! 3J2002-07-222023-11-04 21:48:14+B! 3J2002-07-22 2023-11-04 21:48:14+A! 3J2002-07-222023-11-04 21:48:14+@! 3J2002-07-22+2023-11-04 21:48:14+?! 3J2002-07-222023-11-04 21:48:14+>! 3J2002-07-222023-11-04 21:48:14+=! 3J2002-07-22e 2023-11-04 21:48:14+<! 3J2002-07-22Y2023-11-04 21:48:14+;! 3X1953-09-112023-11-04 21:48:14+:! 3X1953-09-112023-11-04 21:48:14+9! 3X1953-09-112023-11-04 21:48:14+8! 3X1953-09-11>2023-11-04 21:48:14+7! 3X1953-09-11'2023-11-04 21:48:14,6! 31956-10-12 2023-11-04 21:48:14,5! 31956-10-122023-11-04 21:48:14,4! 31956-10-12 2023-11-04 21:48:14,3! 31956-10-1222023-11-04 21:48:14,2! 31956-10-1212023-11-04 21:48:14,1! 31956-10-12,2023-11-04 21:48:14,0! 31956-10-122023-11-04 21:48:14,/! 31964-10-162023-11-04 21:48:14-.! 31964-10-16*2023-11-04 21:48:14--! 31964-10-16=2023-11-04 21:48:14,,! 31964-10-16 2023-11-04 21:48:14,+! 32003-06-2452023-11-04 21:48:14,*! 32003-06-24I2023-11-04 21:48:14,)! 32003-06-242023-11-04 21:48:14+(! 32003-06-24^72023-11-04 21:48:14,'! 32003-06-24 2023-11-04 21:48:14,&! 32003-06-24^(2023-11-04 21:48:14,%! 32003-06-242023-11-04 21:48:14*$!  32003-06-24B2023-11-04 21:48:14,#! 32003-06-24&2023-11-04 21:48:14+"! 3K1950-02-022023-11-04 21:48:14+!! 3K1950-02-02J2023-11-04 21:48:14, ! 3K1950-02-02>2023-11-04 21:48:14+! 3K1950-02-02+2023-11-04 21:48:14+! 3K1950-02-022023-11-04 21:48:14+! 3K1950-02-0202023-11-04 21:48:14+! 3K1950-02-02i2023-11-04 21:48:14,! 3K1950-02-022023-11-04 21:48:14,! 3[1960-11-03O2023-11-04 21:48:14,! 3[1960-11-03N2023-11-04 21:48:14+! 3[1960-11-0322023-11-04 21:48:14+! 31987-07-28O2023-11-04 21:48:14+! 31987-07-282023-11-04 21:48:14+! 31987-07-28^2023-11-04 21:48:14+! 31987-07-28 2023-11-04 21:48:14+! 31987-07-282023-11-04 21:48:14*! 31987-07-28]2023-11-04 21:48:14,! 31987-07-28a2023-11-04 21:48:14+! 31987-07-28 2023-11-04 21:48:14,! 31987-07-28@2023-11-04 21:48:14+! 31987-07-28?#2023-11-04 21:48:14+ ! 31987-07-28 2023-11-04 21:48:14* !  31987-07-282023-11-04 21:48:14* !  31987-07-282023-11-04 21:48:14+ ! 31987-07-282023-11-04 21:48:14, ! 32004-07-23i2023-11-04 21:48:14,! 32004-07-232023-11-04 21:48:14,! 32004-07-232023-11-04 21:48:14,! 32004-07-23`2023-11-04 21:48:14,! 32004-07-23-2023-11-04 21:48:14,! 32004-07-23 2023-11-04 21:48:14,! 32006-05-05"2023-11-04 21:48:14-! 32006-05-052023-11-04 21:48:14,! 32006-05-0582023-11-04 21:48:14,! 32006-05-052023-11-04 21:48:14-! 32006-05-052023-11-04 21:48:14,~! 32006-05-05u72023-11-04 21:48:14,}! 32006-05-052023-11-04 21:48:14+|! 3K1947-11-242023-11-04 21:48:14+{! 3K1947-11-24J2023-11-04 21:48:14,z! 3K1947-11-24>2023-11-04 21:48:14+y! 3K1947-11-24+2023-11-04 21:48:14+x! 3K1947-11-242023-11-04 21:48:14+w! 3K1947-11-2402023-11-04 21:48:14+v! 3K1947-11-24i2023-11-04 21:48:14,u! 3K1947-11-242023-11-04 21:48:14,t! 31980-02-082023-11-04 21:48:14,s! 31980-02-08>2023-11-04 21:48:14,r! 31980-02-08 2023-11-04 21:48:14,q! 31980-02-08P 2023-11-04 21:48:14+p!  31980-02-082023-11-04 21:48:14,o! 31979-06-04p2023-11-04 21:48:14,n! 31979-06-04(2023-11-04 21:48:14,m! 31979-06-04pr2023-11-04 21:48:14-l! 31979-06-042023-11-04 21:48:14,k! 3t1998-08-032023-11-04 21:48:14,j! 3t1998-08-03e2023-11-04 21:48:14,i! 3t1998-08-03q2023-11-04 21:48:14,h! 3t1998-08-03 2023-11-04 21:48:14,g! 3t1998-08-03Y2023-11-04 21:48:14,f! 3t1998-08-03-2023-11-04 21:48:14,e! 3t1998-08-032023-11-04 21:48:14,d! 3t1998-08-032023-11-04 21:48:14,c! 3t1998-08-03&2023-11-04 21:48:14,b! 3g1993-01-12>!2023-11-04 21:48:14,a! 3g1993-01-12q-2023-11-04 21:48:14,`! 3g1993-01-12 2023-11-04 21:48:14+_! 3g1993-01-122023-11-04 21:48:14,^! 3g1993-01-12D2023-11-04 21:48:14+]!  3g1993-01-12%2023-11-04 21:48:14,\! 3g1993-01-12,2023-11-04 21:48:14+[! 3G1957-05-27 +2023-11-04 21:48:14+Z! 3G1957-05-27 2023-11-04 21:48:14+Y! 3G1957-05-27^2023-11-04 21:48:14)X!  3G1957-05-27B2023-11-04 21:48:14+W! 3G1957-05-27I 2023-11-04 21:48:14*V! 3G1957-05-27^52023-11-04 21:48:14+U! 3G1957-05-2762023-11-04 21:48:14+T! 31949-08-11?2023-11-04 21:48:14,S! 31949-08-11i2023-11-04 21:48:14,R! 31949-08-11B2023-11-04 21:48:14,Q! 31949-08-11 2023-11-04 21:48:14+P!  3!1954-04-22"2023-11-04 21:48:14,O! 3!1954-04-2272023-11-04 21:48:14,N! 3!1954-04-222023-11-04 21:48:14,M! 3!1954-04-22R2023-11-04 21:48:14+L! 3!1954-04-22?2023-11-04 21:48:14+K!  3!1954-04-222023-11-04 21:48:14,J! 3!1954-04-22_2023-11-04 21:48:14*I!  3@1973-12-192023-11-04 21:48:14*H!  3@1973-12-19,2023-11-04 21:48:14+G! 3@1973-12-19l 2023-11-04 21:48:14+F! 3@1973-12-192023-11-04 21:48:14+E! 3@1973-12-19].2023-11-04 21:48:14+D! 3@1973-12-1932023-11-04 21:48:14+C! 3@1973-12-19N2023-11-04 21:48:14+B! 3@1973-12-19F2023-11-04 21:48:14+A! 3@1973-12-19E2023-11-04 21:48:14+@! 3@1973-12-19, 2023-11-04 21:48:14+?! 3@1973-12-19b2023-11-04 21:48:14+>! 3@1973-12-192023-11-04 21:48:14+=! 3@1973-12-192023-11-04 21:48:14+<! 31989-06-03V2023-11-04 21:48:14,;! 31989-06-03U2023-11-04 21:48:14,:! 31989-06-03E82023-11-04 21:48:14,9! 31989-06-032023-11-04 21:48:14,8! 31989-06-03 2023-11-04 21:48:14-7! 31989-06-03,2023-11-04 21:48:14,6! 31989-06-032023-11-04 21:48:14,5! 31989-06-032023-11-04 21:48:14+4! 3#1947-02-04 2023-11-04 21:48:14+3! 3#1947-02-04>2023-11-04 21:48:14+2! 3#1947-02-04 2023-11-04 21:48:14+1! 3#1947-02-04' 2023-11-04 21:48:14,0! 31958-12-22 2023-11-04 21:48:14,/! 31958-12-222023-11-04 21:48:14,.! 31958-12-22 2023-11-04 21:48:14,-! 31958-12-2222023-11-04 21:48:14,,! 31958-12-2212023-11-04 21:48:14,+! 31958-12-22,2023-11-04 21:48:14,*! 31958-12-222023-11-04 21:48:14+)!  31993-01-25f2023-11-04 21:48:14+(!  31993-01-25 2023-11-04 21:48:14*'!  31993-01-25J2023-11-04 21:48:14+&!  31993-01-25 2023-11-04 21:48:14,%! 31993-01-25 2023-11-04 21:48:14,$! 31993-01-25, 2023-11-04 21:48:14,#! 31993-01-25N2023-11-04 21:48:14,"! 31993-01-25E2023-11-04 21:48:14,!! 31993-01-2532023-11-04 21:48:14, ! 31993-01-25]E2023-11-04 21:48:14,! 31993-01-25l2023-11-04 21:48:14,! 31993-01-252023-11-04 21:48:14+! 3`1988-12-07pS2023-11-04 21:48:14,! 3`1988-12-072023-11-04 21:48:14+! 3`1988-12-07(+2023-11-04 21:48:14,! 3?1953-11-17I2023-11-04 21:48:14+! 3?1953-11-17^32023-11-04 21:48:14,! 3?1953-11-17^2023-11-04 21:48:14,! 3?1953-11-1752023-11-04 21:48:14,! 3?1953-11-17 +2023-11-04 21:48:14,! 3?1953-11-17 2023-11-04 21:48:14*!  3?1953-11-17B2023-11-04 21:48:14,! 3i1987-04-17I2023-11-04 21:48:14,! 3i1987-04-17 2023-11-04 21:48:14,! 3i1987-04-172023-11-04 21:48:14-! 3i1987-04-17a2023-11-04 21:48:14,! 3i1987-04-17?*2023-11-04 21:48:14,! 3i1987-04-172023-11-04 21:48:14- ! 3i1987-04-17@2023-11-04 21:48:14+ !  3i1987-04-17O2023-11-04 21:48:14, ! 3i1987-04-172023-11-04 21:48:14+ !  3i1987-04-172023-11-04 21:48:14+ !  3i1987-04-1782023-11-04 21:48:14,! 3i1987-04-172023-11-04 21:48:14+! 3i1987-04-17]2023-11-04 21:48:14,! 32010-06-24 2023-11-04 21:48:14,! 32010-06-2472023-11-04 21:48:14,! 32010-06-24t2023-11-04 21:48:14,! 32010-06-24S2023-11-04 21:48:14+!  361999-10-292023-11-04 21:48:14+!  361999-10-292023-11-04 21:48:14+!  361999-10-292023-11-04 21:48:14+!  361999-10-292023-11-04 21:48:14+~!  361999-10-292023-11-04 21:48:14,}! 361999-10-29w2023-11-04 21:48:14+|! 361999-10-292023-11-04 21:48:14,{! 361999-10-29x2023-11-04 21:48:14,z! 361999-10-29 2023-11-04 21:48:14+y! 361999-10-29:2023-11-04 21:48:14,x! 361999-10-292023-11-04 21:48:14+w!  361999-10-29`2023-11-04 21:48:14,v! 361999-10-29 2023-11-04 21:48:14+u!  361999-10-292023-11-04 21:48:14,t! 361999-10-29F2023-11-04 21:48:14+s! 3j1985-10-31X2023-11-04 21:48:14+r! 3j1985-10-312023-11-04 21:48:14+q! 3j1985-10-312023-11-04 21:48:14+p! 3j1985-10-3192023-11-04 21:48:14*o!  3j1985-10-312023-11-04 21:48:14+n! 3j1985-10-31"2023-11-04 21:48:14+m! 3j1985-10-31U-2023-11-04 21:48:14+l!  3G1966-04-05D2023-11-04 21:48:14-k! 3G1966-04-052023-11-04 21:48:14,j! 3G1966-04-05 2023-11-04 21:48:14-i! 3G1966-04-05l2023-11-04 21:48:14,h! 3G1966-04-052023-11-04 21:48:14,g! 31990-02-262023-11-04 21:48:14,f! 31990-02-26r2023-11-04 21:48:14,e! 31990-02-26B2023-11-04 21:48:14,d! 31990-02-26*2023-11-04 21:48:14-c! 31990-02-262023-11-04 21:48:14,b! 31990-02-26|,2023-11-04 21:48:14,a! 3J1998-02-28'2023-11-04 21:48:14,`! 3J1998-02-28S 2023-11-04 21:48:14,_! 3J1998-02-282023-11-04 21:48:14,^! 3J1998-02-28<2023-11-04 21:48:14,]! 3J1998-02-282023-11-04 21:48:14,\! 31993-05-28 2023-11-04 21:48:14,[! 31993-05-2802023-11-04 21:48:14,Z! 31993-05-28k2023-11-04 21:48:14,Y! 31993-05-282023-11-04 21:48:14,X! 31993-05-28%2023-11-04 21:48:14,W! 31993-05-28 2023-11-04 21:48:14+V!  31993-05-282023-11-04 21:48:14,U! 31993-05-282023-11-04 21:48:14,T! 31993-05-28P>2023-11-04 21:48:14,S! 31993-05-28q,2023-11-04 21:48:14,R! 31993-05-282023-11-04 21:48:14,Q! 31993-05-282023-11-04 21:48:14,P! 31993-05-28$.2023-11-04 21:48:14,O! 31993-05-2812023-11-04 21:48:14+N! 31993-05-28l2023-11-04 21:48:14,M! 31993-05-2822023-11-04 21:48:14,L! 31993-05-28u<2023-11-04 21:48:14,K! 31993-05-282023-11-04 21:48:14+J! 31993-05-282023-11-04 21:48:14,I! 31993-05-28N2023-11-04 21:48:14,H! 3f1955-04-06.2023-11-04 21:48:14+G! 3f1955-04-06L2023-11-04 21:48:14+F! 3f1955-04-062023-11-04 21:48:14*E!  3f1955-04-062023-11-04 21:48:14+D! 3f1955-04-062023-11-04 21:48:14,C! 3f1955-04-06'2023-11-04 21:48:14,B! 31989-08-24l2023-11-04 21:48:14,A! 31989-08-242023-11-04 21:48:14,@! 31989-08-246L2023-11-04 21:48:14-?! 31989-08-2452023-11-04 21:48:14,>! 31989-08-242023-11-04 21:48:14,=! 31979-11-092023-11-04 21:48:14,<! 31979-11-092023-11-04 21:48:14,;! 31979-11-09'2023-11-04 21:48:14,:! 31979-11-09k2023-11-04 21:48:14-9! 31979-11-092023-11-04 21:48:14,8! 31979-11-09E92023-11-04 21:48:14,7! 31979-11-09#2023-11-04 21:48:14+6! 31979-11-09V2023-11-04 21:48:14,5! 31991-12-20N2023-11-04 21:48:14,4! 31991-12-2072023-11-04 21:48:14,3! 31991-12-202023-11-04 21:48:14+2!  31991-12-20t2023-11-04 21:48:14,1! 31981-12-172023-11-04 21:48:14,0! 31981-12-172023-11-04 21:48:14,/! 31981-12-17V2023-11-04 21:48:14,.! 31981-12-17"2023-11-04 21:48:14,-! 31981-12-17:2023-11-04 21:48:14+,!  31981-12-172023-11-04 21:48:14,+! 31981-12-17b#2023-11-04 21:48:14,*! 31981-12-172023-11-04 21:48:14,)! 31981-12-172023-11-04 21:48:14,(! 31981-12-172023-11-04 21:48:14,'! 31981-12-17+2023-11-04 21:48:14,&! 31981-12-172023-11-04 21:48:14,%! 31981-12-172023-11-04 21:48:14,$! 31981-12-172023-11-04 21:48:14+#!  31979-12-052023-11-04 21:48:14+"! 31979-12-0532023-11-04 21:48:14,!! 31979-12-05t2023-11-04 21:48:14+ !  31979-12-052023-11-04 21:48:14,! 31979-12-05Z2023-11-04 21:48:14,! 31979-12-05,2023-11-04 21:48:14+!  31979-12-052023-11-04 21:48:14,! 31979-12-052023-11-04 21:48:14,! 31979-12-052023-11-04 21:48:14,! 31979-12-052023-11-04 21:48:14,! 31979-12-052023-11-04 21:48:14+! 31979-12-05#32023-11-04 21:48:14,! 31979-12-052023-11-04 21:48:14+!  31979-12-0542023-11-04 21:48:14+!  31979-12-052023-11-04 21:48:14,! 32000-02-04A2023-11-04 21:48:14+! 32000-02-04242023-11-04 21:48:14,! 32000-02-0442023-11-04 21:48:14,! 32000-02-042023-11-04 21:48:14,! 31989-10-11:}2023-11-04 21:48:14,! 31989-10-112023-11-04 21:48:14,! 31989-10-11/2023-11-04 21:48:14+ !  31989-10-11^2023-11-04 21:48:14+ !  31989-10-11#2023-11-04 21:48:14, ! 31975-11-112023-11-04 21:48:14, ! 31975-11-11B2023-11-04 21:48:14, ! 31975-11-11(2023-11-04 21:48:14,! 3&1993-11-17X2023-11-04 21:48:14,! 3&1993-11-172023-11-04 21:48:14,! 3&1993-11-17 2023-11-04 21:48:14,! 3&1993-11-17vB2023-11-04 21:48:14,! 3&1993-11-172023-11-04 21:48:14,! 3&1993-11-1702023-11-04 21:48:14,! 3&1993-11-172023-11-04 21:48:14+!  31987-08-172023-11-04 21:48:14,! 31987-08-172023-11-04 21:48:14,! 31987-08-17y2023-11-04 21:48:14,~! 31987-08-17U2023-11-04 21:48:14-}! 31987-08-172023-11-04 21:48:14,|! 31987-08-17<2023-11-04 21:48:14,{! 31987-08-172023-11-04 21:48:14+z! 3^1949-12-08.2023-11-04 21:48:14+y! 3^1949-12-08n"2023-11-04 21:48:14-x! 31990-02-13:2023-11-04 21:48:14,w! 31990-02-13/2023-11-04 21:48:14+v!  31990-02-13s2023-11-04 21:48:14,u! 31990-02-13#2023-11-04 21:48:14,t! 31990-02-132023-11-04 21:48:14,s! 3y1990-07-042023-11-04 21:48:14,r! 3y1990-07-04 2023-11-04 21:48:14,q! 3y1990-07-042023-11-04 21:48:14,p! 3y1990-07-042023-11-04 21:48:14,o! 3y1990-07-04 2023-11-04 21:48:14,n! 3y1990-07-04 2023-11-04 21:48:14,m! 3y1990-07-04x 2023-11-04 21:48:14-l! 3y1990-07-042023-11-04 21:48:14,k! 3y1990-07-04g 2023-11-04 21:48:14,j! 3y1990-07-042023-11-04 21:48:14,i! 3y1990-07-04A2023-11-04 21:48:14,h! 3y1990-07-042023-11-04 21:48:14,g! 3y1990-07-0432023-11-04 21:48:14,f! 3c1997-02-12E2023-11-04 21:48:14,e! 3c1997-02-12a2023-11-04 21:48:14,d! 3c1997-02-122023-11-04 21:48:14,c! 3c1997-02-12W 2023-11-04 21:48:14,b! 3c1997-02-12}2023-11-04 21:48:14+a!  31981-10-212023-11-04 21:48:14-`! 31981-10-21:2023-11-04 21:48:14+_! 31981-10-21/s2023-11-04 21:48:14,^! 31981-10-21f 2023-11-04 21:48:14,]! 31988-06-232023-11-04 21:48:14,\! 31988-06-23 2023-11-04 21:48:14-[! 31988-06-232023-11-04 21:48:14-Z! 31988-06-232023-11-04 21:48:14,Y! 31988-06-232023-11-04 21:48:14+X!  31988-06-232023-11-04 21:48:14,W! 31988-06-23{2023-11-04 21:48:14+V! 32002-05-07;2023-11-04 21:48:14,U! 32002-05-072023-11-04 21:48:14,T! 32002-05-07!2023-11-04 21:48:14,S! 32002-05-07$2023-11-04 21:48:14,R! 32002-05-07S2023-11-04 21:48:14-Q! 32002-05-072023-11-04 21:48:14-P! 32002-05-072023-11-04 21:48:14,O! 3y1991-10-162023-11-04 21:48:14,N! 3y1991-10-16 2023-11-04 21:48:14,M! 3y1991-10-162023-11-04 21:48:14,L! 3y1991-10-162023-11-04 21:48:14,K! 3y1991-10-16 2023-11-04 21:48:14,J! 3y1991-10-16 2023-11-04 21:48:14,I! 3y1991-10-16x 2023-11-04 21:48:14-H! 3y1991-10-162023-11-04 21:48:14,G! 3y1991-10-16g 2023-11-04 21:48:14,F! 3y1991-10-162023-11-04 21:48:14,E! 3y1991-10-16A2023-11-04 21:48:14 atE~~~~\~.~}}}x}I}||||c|5|{{{z{L{zzzzaz2zyyywyHyxxxx`x2xwwwvwGwvvvv^v0vuuuwuIuttttft8t ssssSs%rrrrnr?rqqqqTq%ppppjp;p ooo~oOo nnnndn5nmmmymJmllll^l/lkkkrkEkjjjj[j,iiiitiFihhhh`h1hgggugFgffff[f,eeeeqeBeddddWd(cccclc>>{>L>====a=2=<<*))))S)$((((i(:( '''~'O'!&&&&d&6&%%%{%K%$$$$a$2$###v#G#""""Z"+!!!!o!@! V 'h9 }Ma1tEX)m=Q"f6zL`1vF[,o?R$m?W)o@U' l >  S $ l =  S $ g 8 |Mc4yJa*!  32011-06-22B2023-11-04 21:48:14,! 32011-06-222023-11-04 21:48:14,! 32011-06-22I 2023-11-04 21:48:14,! 32011-06-22& 2023-11-04 21:48:14,! 32011-06-22 2023-11-04 21:48:14,! 32011-06-22*2023-11-04 21:48:14,! 32011-06-22^,2023-11-04 21:48:14+~! 32011-06-22^#2023-11-04 21:48:14,}! 32011-06-22'2023-11-04 21:48:14,|! 32011-06-15J2023-11-04 21:48:14,{! 32011-06-15l2023-11-04 21:48:14,z! 32011-06-152023-11-04 21:48:14,y! 32011-06-152023-11-04 21:48:14,x! 32011-06-15-2023-11-04 21:48:14+w!  3t1999-01-142023-11-04 21:48:14,v! 3t1999-01-142023-11-04 21:48:14,u! 3t1999-01-14E42023-11-04 21:48:14,t! 3t1999-01-14&2023-11-04 21:48:14,s! 3t1999-01-14z2023-11-04 21:48:14,r! 3t1999-01-142023-11-04 21:48:14,q! 3t1999-01-14 2023-11-04 21:48:14,p! 3t1999-01-142023-11-04 21:48:14,o! 3t1999-01-14^2023-11-04 21:48:14-n! 3t1999-01-14 2023-11-04 21:48:14,m! 3,2010-03-02S 2023-11-04 21:48:14,l! 3,2010-03-022023-11-04 21:48:14,k! 3,2010-03-02'2023-11-04 21:48:14+j!  3,2010-03-02U2023-11-04 21:48:14,i! 3,2010-03-022023-11-04 21:48:14,h! 3,2010-03-02<2023-11-04 21:48:14,g! 3 2011-06-27Z2023-11-04 21:48:14,f! 3 2011-06-272023-11-04 21:48:14,e! 3 2011-06-2732023-11-04 21:48:14+d! 3 2011-06-272023-11-04 21:48:14+c!  3 2011-06-272023-11-04 21:48:14,b! 3 2011-06-272023-11-04 21:48:14*a!  3 2011-06-27A2023-11-04 21:48:14,`! 3 2011-06-272023-11-04 21:48:14,_! 3 2011-06-272023-11-04 21:48:14,^! 3 2011-06-27F 2023-11-04 21:48:14,]! 32011-04-052023-11-04 21:48:14,\! 32011-04-05=2023-11-04 21:48:14,[! 32011-04-05q2023-11-04 21:48:14+Z! 32011-04-05q!2023-11-04 21:48:14+Y!  32011-03-092023-11-04 21:48:14,X! 32011-03-09 2023-11-04 21:48:14,W! 32011-03-092023-11-04 21:48:14,V! 32011-03-092023-11-04 21:48:14+U! 32011-03-092023-11-04 21:48:14,T! 32011-03-092023-11-04 21:48:14,S! 32011-03-09>%2023-11-04 21:48:14,R! 32011-03-09qL2023-11-04 21:48:14,Q! 362008-12-102023-11-04 21:48:14,P! 362008-12-1042023-11-04 21:48:14,O! 362008-12-10Z2023-11-04 21:48:14,N! 362008-12-102023-11-04 21:48:14+M!  362008-12-102023-11-04 21:48:14,L! 362008-12-10:2023-11-04 21:48:14+K!  362008-12-102023-11-04 21:48:14+J!  362008-12-10&2023-11-04 21:48:14,I! 362008-12-102023-11-04 21:48:14+H! 362008-12-10#+2023-11-04 21:48:14+G! 362008-12-102023-11-04 21:48:14,F! 362008-12-102023-11-04 21:48:14+E!  362008-12-102023-11-04 21:48:14+D! 3S2009-05-212023-11-04 21:48:14+C! 3S2009-05-21 2023-11-04 21:48:14+B! 3S2009-05-21q2023-11-04 21:48:14+A! 3S2009-05-212023-11-04 21:48:14*@! 3S2009-05-21q2023-11-04 21:48:14+?! 3S2009-05-21=2023-11-04 21:48:14->! 31956-12-20)2023-11-04 21:48:14-=! 31956-12-202023-11-04 21:48:14,<! 31956-12-202023-11-04 21:48:14,;! 31956-12-202023-11-04 21:48:14,:! 31956-12-202023-11-04 21:48:14-9! 31955-11-22)2023-11-04 21:48:14-8! 31955-11-222023-11-04 21:48:14,7! 31955-11-222023-11-04 21:48:14,6! 31955-11-222023-11-04 21:48:14,5! 31955-11-222023-11-04 21:48:14,4! 31955-03-182023-11-04 21:48:14,3! 31955-03-182023-11-04 21:48:14,2! 31955-03-182023-11-04 21:48:14,1! 31955-03-18C2023-11-04 21:48:14,0! 31955-03-18Y2023-11-04 21:48:14,/! 31955-03-18p2023-11-04 21:48:14-.! 31955-03-182023-11-04 21:48:14,-! 31954-12-09 2023-11-04 21:48:14,,! 31954-12-092023-11-04 21:48:14++!  31954-12-092023-11-04 21:48:14,*! 31954-12-09H2023-11-04 21:48:14,)! 31954-12-09B2023-11-04 21:48:14,(! 31954-12-09L2023-11-04 21:48:14,'! 31954-12-09#2023-11-04 21:48:14-&! 31954-12-092023-11-04 21:48:14,%! 31953-05-19 2023-11-04 21:48:14,$! 31953-05-192023-11-04 21:48:14+#!  31953-05-192023-11-04 21:48:14,"! 31953-05-19H2023-11-04 21:48:14,!! 31953-05-19B2023-11-04 21:48:14, ! 31953-05-19L2023-11-04 21:48:14,! 31953-05-19#2023-11-04 21:48:14-! 31953-05-192023-11-04 21:48:14,! 31952-10-242023-11-04 21:48:14,! 31952-10-242023-11-04 21:48:14,! 31952-10-242023-11-04 21:48:14,! 31952-10-2462023-11-04 21:48:14,! 31952-10-2492023-11-04 21:48:14,! 31952-10-24U2023-11-04 21:48:14-! 31952-10-242023-11-04 21:48:14,! 31949-02-112023-11-04 21:48:14,! 31949-02-112023-11-04 21:48:14,! 31949-02-112023-11-04 21:48:14-! 31949-02-112023-11-04 21:48:14,! 31949-02-11#2023-11-04 21:48:14,! 31949-02-112023-11-04 21:48:14,! 31949-02-11E2023-11-04 21:48:14,! 31949-02-1102023-11-04 21:48:14,! 31948-10-15!~2023-11-04 21:48:14, ! 31948-10-15~2023-11-04 21:48:14, ! 31948-10-15~2023-11-04 21:48:14, ! 31948-10-15|~2023-11-04 21:48:14- ! 31948-10-15~2023-11-04 21:48:14- ! 31948-10-15~2023-11-04 21:48:14,! 31948-02-21!}2023-11-04 21:48:14,! 31948-02-21}2023-11-04 21:48:14,! 31948-02-21}2023-11-04 21:48:14,! 31948-02-21|}2023-11-04 21:48:14-! 31948-02-21}2023-11-04 21:48:14-! 31948-02-21}2023-11-04 21:48:14,! 31947-05-23!|2023-11-04 21:48:14,! 31947-05-23|2023-11-04 21:48:14,! 31947-05-23|2023-11-04 21:48:14,! 31947-05-23||2023-11-04 21:48:14-~! 31947-05-23|2023-11-04 21:48:14-}! 31947-05-23|2023-11-04 21:48:14,|! 31946-05-22{2023-11-04 21:48:14,{! 31946-05-22!{2023-11-04 21:48:14,z! 31946-05-22{2023-11-04 21:48:14,y! 31946-05-22-{2023-11-04 21:48:14,x! 31946-05-22`{2023-11-04 21:48:14,w! 31946-05-22n{2023-11-04 21:48:14-v! 31946-05-22{2023-11-04 21:48:14-u! 31957-02-25)w2023-11-04 21:48:14-t! 31957-02-25w2023-11-04 21:48:14,s! 31957-02-25w2023-11-04 21:48:14,r! 31957-02-25w2023-11-04 21:48:14,q! 31957-02-25w2023-11-04 21:48:14+p!  3V1985-06-14u2023-11-04 21:48:14,o! 3V1985-06-14(u2023-11-04 21:48:14,n! 3V1985-06-14Ku2023-11-04 21:48:14,m! 3V1985-06-14u2023-11-04 21:48:14,l! 3V1985-06-14u2023-11-04 21:48:14,k! 3V1985-06-14eu2023-11-04 21:48:14,j! 31947-11-20Ut2023-11-04 21:48:14,i! 31947-11-20Lt2023-11-04 21:48:14,h! 31947-11-20t2023-11-04 21:48:14,g! 32010-11-14s2023-11-04 21:48:14,f! 32010-11-14"s2023-11-04 21:48:14,e! 32010-11-14s2023-11-04 21:48:14-d! 32010-11-14s2023-11-04 21:48:14-c! 32010-11-14@s2023-11-04 21:48:14,b! 32010-11-03r2023-11-04 21:48:14,a! 32010-11-03 r2023-11-04 21:48:14,`! 32010-11-03r2023-11-04 21:48:14,_! 32010-11-03Lr2023-11-04 21:48:14,^! 32010-11-03!r2023-11-04 21:48:14,]! 31992-02-27"q2023-11-04 21:48:14,\! 31992-02-27q2023-11-04 21:48:14+[!  31958-07-01p2023-11-04 21:48:14,Z! 31958-07-01Tp2023-11-04 21:48:14,Y! 31958-07-01p2023-11-04 21:48:14,X! 31958-07-01p2023-11-04 21:48:14-W! 31958-07-01@p2023-11-04 21:48:14,V! 31958-07-01p2023-11-04 21:48:14+U! 31958-07-01]p2023-11-04 21:48:14,T! 31958-07-01 p2023-11-04 21:48:14,S! 31958-07-01?p2023-11-04 21:48:14+R!  31958-07-01p2023-11-04 21:48:14-Q! 31958-07-01ap2023-11-04 21:48:14,P! 31958-07-01p2023-11-04 21:48:14,O! 3v1953-09-30o2023-11-04 21:48:14,N! 3v1953-09-30]Jo2023-11-04 21:48:14+M!  3v1953-09-30,o2023-11-04 21:48:14,L! 3v1953-09-30bo2023-11-04 21:48:14,K! 3v1953-09-30E*o2023-11-04 21:48:14,J! 3v1953-09-30No2023-11-04 21:48:14,I! 3v1953-09-30o2023-11-04 21:48:14,H! 3v1953-09-30Fo2023-11-04 21:48:14,G! 31997-08-07 n2023-11-04 21:48:14,F! 31997-08-07 n2023-11-04 21:48:14,E! 31997-08-07n2023-11-04 21:48:14,D! 31997-08-07n2023-11-04 21:48:14+C! 31997-08-07 n2023-11-04 21:48:14,B! 31997-08-07n2023-11-04 21:48:14,A! 31997-08-07n2023-11-04 21:48:14,@! 31997-08-075n2023-11-04 21:48:14,?! 31997-08-07n2023-11-04 21:48:14,>! 32003-04-175m2023-11-04 21:48:14,=! 32003-04-17Im2023-11-04 21:48:14,<! 32003-04-17m2023-11-04 21:48:14+;! 32003-04-17^7m2023-11-04 21:48:14,:! 32003-04-17 m2023-11-04 21:48:14,9! 32003-04-17^(m2023-11-04 21:48:14,8! 32003-04-17m2023-11-04 21:48:14*7!  32003-04-17Bm2023-11-04 21:48:14,6! 32003-04-17&m2023-11-04 21:48:14,5! 32004-03-10f l2023-11-04 21:48:14,4! 32004-03-10/l2023-11-04 21:48:14,3! 32004-03-10l2023-11-04 21:48:14,2! 32004-03-10:tl2023-11-04 21:48:14,1! 31987-07-24+k2023-11-04 21:48:14,0! 31987-07-24Vk2023-11-04 21:48:14,/! 31987-07-24k2023-11-04 21:48:14+.!  3F2010-05-11j2023-11-04 21:48:14,-! 3F2010-05-11?j2023-11-04 21:48:14,,! 3F2010-05-117j2023-11-04 21:48:14++!  3F2010-05-11j2023-11-04 21:48:14-*! 3F2010-05-11j2023-11-04 21:48:14+)!  3F2010-05-11j2023-11-04 21:48:14,(! 3F2010-05-119j2023-11-04 21:48:14,'! 3F2010-05-11j2023-11-04 21:48:14-&! 3F2010-05-113j2023-11-04 21:48:14,%! 3F2010-05-11j2023-11-04 21:48:14,$! 3F2010-05-11j2023-11-04 21:48:14,#! 31987-01-21Pi2023-11-04 21:48:14,"! 31987-01-21Mi2023-11-04 21:48:14+!! 31987-01-212i2023-11-04 21:48:14, ! 31987-01-21i2023-11-04 21:48:14,! 31950-03-176h2023-11-04 21:48:14,! 31950-03-17 &h2023-11-04 21:48:14,! 31950-03-17^!h2023-11-04 21:48:14,! 31950-03-17h2023-11-04 21:48:14+! 31950-03-17^8h2023-11-04 21:48:14,! 31950-03-17I h2023-11-04 21:48:14*!  31950-03-17Bh2023-11-04 21:48:14,! 3_1972-12-15g2023-11-04 21:48:14+! 3_1972-12-15)g2023-11-04 21:48:14,! 3_1972-12-15.g2023-11-04 21:48:14+! 3N1992-02-11f2023-11-04 21:48:14,! 3N1992-02-11f2023-11-04 21:48:14,! 3N1992-02-11f2023-11-04 21:48:14,! 3N1992-02-11Mf2023-11-04 21:48:14+!  3N1992-02-11{f2023-11-04 21:48:14+!  3N1992-02-11%f2023-11-04 21:48:14,! 3N1992-02-11q7f2023-11-04 21:48:14,! 3N1992-02-11>f2023-11-04 21:48:14, ! 31957-12-11'e2023-11-04 21:48:14, ! 31957-12-11n)e2023-11-04 21:48:14* ! 391994-06-30Vd2023-11-04 21:48:14+ ! 391994-06-30zd2023-11-04 21:48:14+ ! 391994-06-30 d2023-11-04 21:48:14+! 391994-06-30d2023-11-04 21:48:14+! 391994-06-30d2023-11-04 21:48:14+! 391994-06-30/%d2023-11-04 21:48:14+! 391994-06-30#<d2023-11-04 21:48:14+! 391994-06-30E4d2023-11-04 21:48:14+! 391994-06-30Jd2023-11-04 21:48:14,! 391994-06-30d2023-11-04 21:48:14,! 331982-12-14Kc2023-11-04 21:48:14,! 331982-12-14c2023-11-04 21:48:14,! 331982-12-14>c2023-11-04 21:48:14,~! 331982-12-14qFc2023-11-04 21:48:14+}! 331982-12-14c2023-11-04 21:48:14,|! 3T1977-11-28f a2023-11-04 21:48:14,{! 3T1977-11-28a2023-11-04 21:48:14,z! 3T1977-11-28a2023-11-04 21:48:14,y! 3T1977-11-28a2023-11-04 21:48:14+x!  3T1977-11-28a2023-11-04 21:48:14+w!  3T1977-11-28Ua2023-11-04 21:48:14,v! 3T1977-11-28/a2023-11-04 21:48:14,u! 3T1977-11-28:]a2023-11-04 21:48:14,t! 32007-06-14%`2023-11-04 21:48:14,s! 32007-06-14N`2023-11-04 21:48:14+r! 32007-06-14`2023-11-04 21:48:14,q! 32007-06-14q3`2023-11-04 21:48:14,p! 32007-06-14>`2023-11-04 21:48:14,o! 32007-06-14`2023-11-04 21:48:14,n! 32007-06-14`2023-11-04 21:48:14*m!  31969-07-02_2023-11-04 21:48:14,l! 31969-07-02K_2023-11-04 21:48:14,k! 31969-07-02>_2023-11-04 21:48:14,j! 31969-07-02q2_2023-11-04 21:48:14-i! 31991-01-18?^2023-11-04 21:48:14,h! 31991-01-18^2023-11-04 21:48:14,g! 31991-01-18^2023-11-04 21:48:14,f! 31991-01-18O^2023-11-04 21:48:14-e! 31991-01-18.^2023-11-04 21:48:14+d! 3G1957-11-29 +\2023-11-04 21:48:14+c! 3G1957-11-29 \2023-11-04 21:48:14+b! 3G1957-11-29^\2023-11-04 21:48:14)a!  3G1957-11-29B\2023-11-04 21:48:14+`! 3G1957-11-29I \2023-11-04 21:48:14*_! 3G1957-11-29^5\2023-11-04 21:48:14+^! 3G1957-11-296\2023-11-04 21:48:14,]! 3O1973-01-26[2023-11-04 21:48:14,\! 3O1973-01-26 [2023-11-04 21:48:14,[! 3O1973-01-26[2023-11-04 21:48:14,Z! 3O1973-01-26/[2023-11-04 21:48:14,Y! 3O1973-01-26[2023-11-04 21:48:14,X! 3O1973-01-26V[2023-11-04 21:48:14,W! 3O1973-01-26=[2023-11-04 21:48:14,V! 3O1973-01-26 [2023-11-04 21:48:14,U! 3O1973-01-26"[2023-11-04 21:48:14,T! 3O1973-01-26[2023-11-04 21:48:14,S! 32009-10-26aZ2023-11-04 21:48:14,R! 32009-10-26-Z2023-11-04 21:48:14,Q! 32009-10-26QZ2023-11-04 21:48:14,P! 32009-10-26Z2023-11-04 21:48:14,O! 32009-10-26Z2023-11-04 21:48:14,N! 31963-04-22_Y2023-11-04 21:48:14-M! 31963-04-22pY2023-11-04 21:48:14,L! 31963-04-22(Y2023-11-04 21:48:14,K! 31963-04-22pY2023-11-04 21:48:14*J!  3M1971-03-26X2023-11-04 21:48:14*I! 3M1971-03-26^$X2023-11-04 21:48:14+H! 3M1971-03-26^%X2023-11-04 21:48:14+G! 3M1971-03-26X2023-11-04 21:48:14+F! 3M1971-03-264X2023-11-04 21:48:14+E! 3M1971-03-26I X2023-11-04 21:48:14+D! 3M1971-03-26X2023-11-04 21:48:14)C!  3M1971-03-26BX2023-11-04 21:48:14+B! 3M1971-03-26 $X2023-11-04 21:48:14+A!  32003-12-109W2023-11-04 21:48:14,@! 32003-12-10ZW2023-11-04 21:48:14,?! 32003-12-10W2023-11-04 21:48:14,>! 32003-12-10&W2023-11-04 21:48:14,=! 32003-12-10 W2023-11-04 21:48:14+<!  32003-12-10W2023-11-04 21:48:14+;!  32003-12-10W2023-11-04 21:48:14+:!  32003-12-10tW2023-11-04 21:48:14,9! 32003-12-10W2023-11-04 21:48:14+8!  32003-12-10W2023-11-04 21:48:14,7! 32003-12-107W2023-11-04 21:48:14+6! 32003-12-10$W2023-11-04 21:48:14,5! 32003-12-10W2023-11-04 21:48:14+4! 32003-12-10#4W2023-11-04 21:48:14,3! 31950-09-16E U2023-11-04 21:48:14,2! 31950-09-16];U2023-11-04 21:48:14,1! 31950-09-16F U2023-11-04 21:48:14,0! 31950-09-16bU2023-11-04 21:48:14,/! 31950-09-16U2023-11-04 21:48:14,.! 31950-09-16 U2023-11-04 21:48:14,-! 31950-09-16NU2023-11-04 21:48:14,,! 3*2005-10-31R2023-11-04 21:48:14-+! 3*2005-10-31(R2023-11-04 21:48:14+*!  3*2005-10-31R2023-11-04 21:48:14+)! 3*2005-10-31R2023-11-04 21:48:14,(! 3*2005-10-31ER2023-11-04 21:48:14+'!  3*2005-10-31R2023-11-04 21:48:14,&! 3*2005-10-31R2023-11-04 21:48:14,%! 3*2005-10-31qR2023-11-04 21:48:14,$! 3*2005-10-31 R2023-11-04 21:48:14+#! 3}1974-08-285Q2023-11-04 21:48:14,"! 3}1974-08-28>Q2023-11-04 21:48:14,!! 3}1974-08-28P Q2023-11-04 21:48:14, ! 3}1974-08-28Q2023-11-04 21:48:14,! 3}1974-08-28Q2023-11-04 21:48:14+! 3b1976-09-29I P2023-11-04 21:48:14+! 3b1976-09-29P2023-11-04 21:48:14+! 3b1976-09-296P2023-11-04 21:48:14+! 3b1976-09-29 P2023-11-04 21:48:14+! 3b1976-09-29 (P2023-11-04 21:48:14*!  3b1976-09-29P2023-11-04 21:48:14)!  3b1976-09-29BP2023-11-04 21:48:14*!  3b1976-09-29mP2023-11-04 21:48:14+! 3b1976-09-29^#P2023-11-04 21:48:14*! 3b1976-09-29^'P2023-11-04 21:48:14+! 3b1976-09-29 P2023-11-04 21:48:14,! 31974-06-11 O2023-11-04 21:48:14,! 31974-06-11O2023-11-04 21:48:14,! 31974-06-11;O2023-11-04 21:48:14,! 31974-06-11 O2023-11-04 21:48:14,! 31974-06-11 O2023-11-04 21:48:14,! 31974-06-11"O2023-11-04 21:48:14, ! 31974-06-11VO2023-11-04 21:48:14, ! 31974-06-11O2023-11-04 21:48:14, ! 31974-06-11O2023-11-04 21:48:14, ! 31974-06-112O2023-11-04 21:48:14, ! 32010-05-29X/N2023-11-04 21:48:14+!  32010-05-29QN2023-11-04 21:48:14,! 32010-05-29N2023-11-04 21:48:14,! 32010-05-297;N2023-11-04 21:48:14,! 32010-05-29$N2023-11-04 21:48:14-! 32010-05-29N2023-11-04 21:48:14,! 3<2002-08-15{ M2023-11-04 21:48:14,! 3<2002-08-15n4M2023-11-04 21:48:14,! 3<2002-08-15 M2023-11-04 21:48:14,! 3<2002-08-15bM2023-11-04 21:48:14,! 3<2002-08-15!M2023-11-04 21:48:14,~! 3<2002-08-15i M2023-11-04 21:48:14,}! 3<2002-08-15M2023-11-04 21:48:14,|! 31974-06-12L2023-11-04 21:48:14,{! 31974-06-12BL2023-11-04 21:48:14,z! 31974-06-12(L2023-11-04 21:48:14+y! 31984-07-17 K2023-11-04 21:48:14+x! 31984-07-17,K2023-11-04 21:48:14+w! 31984-07-17>K2023-11-04 21:48:14+v! 31984-07-17XK2023-11-04 21:48:14,u! 31984-07-17K2023-11-04 21:48:14+t! 3A1976-02-12?8J2023-11-04 21:48:14,s! 3A1976-02-12@J2023-11-04 21:48:14*r! 3A1976-02-12]J2023-11-04 21:48:14+q! 3A1976-02-12J2023-11-04 21:48:14+p! 3A1976-02-12=J2023-11-04 21:48:14+o! 3A1976-02-12J2023-11-04 21:48:14+n! 3A1976-02-12J2023-11-04 21:48:14*m!  3A1976-02-12J2023-11-04 21:48:14,l! 3A1976-02-12a J2023-11-04 21:48:14+k! 3I1962-09-03 I2023-11-04 21:48:14*j!  3I1962-09-03,I2023-11-04 21:48:14+i! 3I1962-09-03]LI2023-11-04 21:48:14+h! 3I1962-09-03I2023-11-04 21:48:14+g! 3I1962-09-03N I2023-11-04 21:48:14+f! 3I1962-09-03l I2023-11-04 21:48:14+e! 3I1962-09-03E&I2023-11-04 21:48:14+d! 3I1962-09-03bI2023-11-04 21:48:14,c! 32001-04-26H2023-11-04 21:48:14,b! 32001-04-26H2023-11-04 21:48:14,a! 32001-04-26fH2023-11-04 21:48:14,`! 32001-04-26H2023-11-04 21:48:14,_! 32001-04-26H2023-11-04 21:48:14,^! 32001-04-26EH2023-11-04 21:48:14-]! 32001-04-26H2023-11-04 21:48:14-\! 32001-04-26H2023-11-04 21:48:14,[! 31992-11-133 G2023-11-04 21:48:14,Z! 31992-11-13A G2023-11-04 21:48:14,Y! 31992-11-13]G2023-11-04 21:48:14,X! 31992-11-13G2023-11-04 21:48:14,W! 31992-11-13x)G2023-11-04 21:48:14,V! 31992-11-13 G2023-11-04 21:48:14,U! 31992-11-13G2023-11-04 21:48:14,T! 31992-11-13G2023-11-04 21:48:14,S! 31992-11-132 G2023-11-04 21:48:14,R! 31992-11-13`uG2023-11-04 21:48:14,Q! 31992-11-13G2023-11-04 21:48:14,P! 31992-11-13+G2023-11-04 21:48:14+O!  3;1997-05-02F2023-11-04 21:48:14,N! 3;1997-05-02?F2023-11-04 21:48:14-M! 3;1997-05-02F2023-11-04 21:48:14,L! 3;1997-05-02 F2023-11-04 21:48:14-K! 3;1997-05-02F2023-11-04 21:48:14,J! 3;1997-05-02F2023-11-04 21:48:14+I!  3;1997-05-02F2023-11-04 21:48:14,H! 3;1997-05-02.F2023-11-04 21:48:14,G! 3;1997-05-02F2023-11-04 21:48:14,F! 3;1997-05-027F2023-11-04 21:48:14,E! 3;1997-05-02F2023-11-04 21:48:14+D!  31987-09-10fE2023-11-04 21:48:14+C!  31987-09-10 E2023-11-04 21:48:14*B!  31987-09-10JE2023-11-04 21:48:14+A!  31987-09-10 E2023-11-04 21:48:14,@! 31987-09-10oE2023-11-04 21:48:14,?! 31987-09-10 E2023-11-04 21:48:14,>! 31987-09-10]6E2023-11-04 21:48:14,=! 31987-09-10 E2023-11-04 21:48:14,<! 31987-09-10N&E2023-11-04 21:48:14,;! 31987-09-103E2023-11-04 21:48:14,:! 31987-09-10, E2023-11-04 21:48:14,9! 31987-09-10EE2023-11-04 21:48:14,8! 31987-09-10lE2023-11-04 21:48:14,7! 31975-12-22$D2023-11-04 21:48:14,6! 31975-12-22DD2023-11-04 21:48:14+5!  31975-12-22D2023-11-04 21:48:14,4! 31975-12-22D2023-11-04 21:48:14+3! 3'1993-01-01 C2023-11-04 21:48:14+2! 3'1993-01-01hC2023-11-04 21:48:14+1! 3'1993-01-01C2023-11-04 21:48:14+0! 3'1993-01-01=BC2023-11-04 21:48:14+/! 3'1993-01-01#C2023-11-04 21:48:14+.! 3'1993-01-01cC2023-11-04 21:48:14+-! 3'1993-01-01C2023-11-04 21:48:14*,! 3'1993-01-01C2023-11-04 21:48:14++! 3'1993-01-01C2023-11-04 21:48:14,*! 31986-07-25%B2023-11-04 21:48:14-)! 31986-07-25B2023-11-04 21:48:14,(! 31986-07-25iB2023-11-04 21:48:14+'!  31986-07-25B2023-11-04 21:48:14,&! 31986-07-25}B2023-11-04 21:48:14+%!  31986-07-25B2023-11-04 21:48:14,$! 31986-07-25B2023-11-04 21:48:14+#!  31986-07-25B2023-11-04 21:48:14,"! 31986-07-25~B2023-11-04 21:48:14+!! 31986-07-25vB2023-11-04 21:48:14+ !  31986-07-25B2023-11-04 21:48:14,! 31986-07-25QB2023-11-04 21:48:14,! 31959-03-02@2023-11-04 21:48:14,! 31959-03-02@2023-11-04 21:48:14,! 31959-03-02 @2023-11-04 21:48:14,! 31959-03-02@2023-11-04 21:48:14,! 3Z1991-04-26?2023-11-04 21:48:14+! 3Z1991-04-26^7?2023-11-04 21:48:14,! 3Z1991-04-260?2023-11-04 21:48:14,! 3Z1991-04-26^(?2023-11-04 21:48:14,! 3Z1991-04-26 ?2023-11-04 21:48:14,! 3Z1991-04-26I ?2023-11-04 21:48:14+!  3Z1991-04-26?2023-11-04 21:48:14,! 3Z1991-04-26& ?2023-11-04 21:48:14*!  3Z1991-04-26B?2023-11-04 21:48:14,! 3Z1991-04-26?2023-11-04 21:48:14,! 3z1996-03-01>2023-11-04 21:48:14+!  3z1996-03-01>2023-11-04 21:48:14,! 3z1996-03-01>2023-11-04 21:48:14, ! 3z1996-03-01{>2023-11-04 21:48:14, ! 3z1996-03-01>2023-11-04 21:48:14, ! 3z1996-03-01(>2023-11-04 21:48:14, ! 3z1996-03-01n->2023-11-04 21:48:14, ! 31986-06-16Z<2023-11-04 21:48:14,! 31986-06-16Q<2023-11-04 21:48:14+! 31986-06-162 <2023-11-04 21:48:14+! 31998-07-06_;2023-11-04 21:48:14,! 31998-07-06";2023-11-04 21:48:14,! 31998-07-06;2023-11-04 21:48:14-! 31998-07-06;2023-11-04 21:48:14+!  31998-07-06Q;2023-11-04 21:48:14,! 31998-07-06f0;2023-11-04 21:48:14-! 31998-07-067;2023-11-04 21:48:14,! 3%1951-08-11 :2023-11-04 21:48:14,~! 3%1951-08-11Fx:2023-11-04 21:48:14,}! 3%1951-08-11:2023-11-04 21:48:14,|! 3%1951-08-11_:2023-11-04 21:48:14,{! 3%1951-08-11 :2023-11-04 21:48:14,z! 3%1951-08-11>V:2023-11-04 21:48:14,y! 3%1951-08-11:2023-11-04 21:48:14,x! 3%1951-08-11:2023-11-04 21:48:14,w! 3%1951-08-11L:2023-11-04 21:48:14,v! 3%1951-08-11g:2023-11-04 21:48:14,u! 3%1951-08-11h:2023-11-04 21:48:14+t!  31978-08-30,82023-11-04 21:48:14,s! 31978-08-3082023-11-04 21:48:14,r! 31978-08-30F82023-11-04 21:48:14,q! 31978-08-30N82023-11-04 21:48:14,p! 31978-08-3082023-11-04 21:48:14,o! 31978-08-30382023-11-04 21:48:14,n! 31978-08-3082023-11-04 21:48:14,m! 31978-08-30b82023-11-04 21:48:14,l! 31978-08-30, 82023-11-04 21:48:14,k! 31978-08-30l82023-11-04 21:48:14,j! 31978-08-30E82023-11-04 21:48:14,i! 31978-08-3082023-11-04 21:48:14,h! 31978-08-30]A82023-11-04 21:48:14,g! 3o2008-05-08T72023-11-04 21:48:14,f! 3o2008-05-08~72023-11-04 21:48:14+e! 3o2008-05-08<72023-11-04 21:48:14*d!  3o2008-05-08'72023-11-04 21:48:14*c!  3o2008-05-0872023-11-04 21:48:14+b! 3o2008-05-0872023-11-04 21:48:14+a! 3o2008-05-0872023-11-04 21:48:14+`! 3o2008-05-0872023-11-04 21:48:14+_! 3o2008-05-08$72023-11-04 21:48:14+^!  3D1972-10-1762023-11-04 21:48:14,]! 3D1972-10-17 62023-11-04 21:48:14,\! 3D1972-10-1762023-11-04 21:48:14+[! 3D1972-10-17hI62023-11-04 21:48:14,Z! 3D1972-10-1762023-11-04 21:48:14,Y! 3D1972-10-1762023-11-04 21:48:14,X! 32002-06-1742023-11-04 21:48:14*W!  32002-06-17;42023-11-04 21:48:14,V! 32002-06-1742023-11-04 21:48:14,U! 32002-06-1742023-11-04 21:48:14-T! 32002-06-17d42023-11-04 21:48:14,S! 32002-06-17M42023-11-04 21:48:14,R! 32002-06-17i42023-11-04 21:48:14,Q! 32002-06-1742023-11-04 21:48:14-P! 32002-06-1742023-11-04 21:48:14,O! 32002-06-1742023-11-04 21:48:14,N! 32002-06-1742023-11-04 21:48:14,M! 31982-09-10l32023-11-04 21:48:14,L! 31982-09-10b32023-11-04 21:48:14,K! 31982-09-1032023-11-04 21:48:14,J! 31982-09-10332023-11-04 21:48:14,I! 31982-09-10 32023-11-04 21:48:14,H! 31982-09-10];32023-11-04 21:48:14,G! 31982-09-10,32023-11-04 21:48:14,F! 31982-09-10N32023-11-04 21:48:14,E! 31982-09-10E32023-11-04 21:48:14,D! 31982-09-1032023-11-04 21:48:14,C! 3|1963-12-04'22023-11-04 21:48:14,B! 3|1963-12-04!22023-11-04 21:48:14,A! 3|1963-12-0422023-11-04 21:48:14,@! 3|1963-12-04W22023-11-04 21:48:14+?! 3|1963-12-04]22023-11-04 21:48:14->! 3|1963-12-04a22023-11-04 21:48:14-=! 3|1963-12-04@22023-11-04 21:48:14,<! 3|1963-12-0422023-11-04 21:48:14+;!  3|1963-12-0422023-11-04 21:48:14,:! 3|1963-12-04?22023-11-04 21:48:14,9! 3&1994-03-16 12023-11-04 21:48:14,8! 3&1994-03-1612023-11-04 21:48:14,7! 3&1994-03-16X12023-11-04 21:48:14,6! 3&1994-03-1612023-11-04 21:48:14,5! 3&1994-03-16 12023-11-04 21:48:14,4! 3&1994-03-16v812023-11-04 21:48:14,3! 3&1994-03-1612023-11-04 21:48:14,2! 3&1994-03-160 12023-11-04 21:48:14,1! 3&1994-03-1612023-11-04 21:48:14+0! 31974-09-3002023-11-04 21:48:14+/! 31974-09-3002023-11-04 21:48:14+.! 3e1945-04-17I/2023-11-04 21:48:14*-!  3e1945-04-17/2023-11-04 21:48:14+,! 3e1945-04-17 /2023-11-04 21:48:14*+! 3e1945-04-17^1/2023-11-04 21:48:14+*! 3e1945-04-172/2023-11-04 21:48:14+)! 3e1945-04-17 1/2023-11-04 21:48:14+(! 3e1945-04-17^/2023-11-04 21:48:14+'! 31951-12-13 .2023-11-04 21:48:14+&! 31951-12-13.2023-11-04 21:48:14*%! 31951-12-13#1.2023-11-04 21:48:14+$! 31951-12-13v.2023-11-04 21:48:14+#! 31951-12-13.2023-11-04 21:48:14*"! 31951-12-133.2023-11-04 21:48:14*!!  31951-12-13Z.2023-11-04 21:48:14+ ! 31951-12-130.2023-11-04 21:48:14+! 31951-12-13.2023-11-04 21:48:14+! 31996-10-25hC-2023-11-04 21:48:14+!  31996-10-25f-2023-11-04 21:48:14,! 31996-10-25 -2023-11-04 21:48:14+! 31996-10-25Q -2023-11-04 21:48:14,! 31996-10-25 -2023-11-04 21:48:14,! 31996-10-25_ -2023-11-04 21:48:14+!  31996-10-25-2023-11-04 21:48:14,! 31996-10-25-2023-11-04 21:48:14+!  32001-11-26,2023-11-04 21:48:14,! 32001-11-26t,2023-11-04 21:48:14,! 32001-11-26A,2023-11-04 21:48:14,! 32001-11-26 ,2023-11-04 21:48:14,! 32001-11-26D,2023-11-04 21:48:14,! 31993-03-10+2023-11-04 21:48:14+! 31993-03-10+2023-11-04 21:48:14,! 31993-03-10I+2023-11-04 21:48:14,! 31993-03-10+2023-11-04 21:48:14+ !  31993-03-10+2023-11-04 21:48:14* !  31993-03-10:+2023-11-04 21:48:14, ! 31993-03-10+2023-11-04 21:48:14, ! 31993-03-10w+2023-11-04 21:48:14, ! 31993-03-10+2023-11-04 21:48:14+!  31960-07-26*2023-11-04 21:48:14,! 31960-07-26T*2023-11-04 21:48:14,! 31960-07-26*2023-11-04 21:48:14,! 31960-07-26*2023-11-04 21:48:14-! 31960-07-26@*2023-11-04 21:48:14,! 31960-07-26*2023-11-04 21:48:14+! 31960-07-26]*2023-11-04 21:48:14,! 31960-07-26 *2023-11-04 21:48:14,! 31960-07-26?*2023-11-04 21:48:14+!  31960-07-26*2023-11-04 21:48:14-~! 31960-07-26a*2023-11-04 21:48:14,}! 31960-07-26*2023-11-04 21:48:14+|! 31988-04-13O)2023-11-04 21:48:14+{! 31988-04-13)2023-11-04 21:48:14+z! 31988-04-13^)2023-11-04 21:48:14+y! 31988-04-13 )2023-11-04 21:48:14+x! 31988-04-13)2023-11-04 21:48:14*w! 31988-04-13])2023-11-04 21:48:14,v! 31988-04-13a)2023-11-04 21:48:14+u! 31988-04-13 )2023-11-04 21:48:14,t! 31988-04-13@)2023-11-04 21:48:14+s! 31988-04-13?#)2023-11-04 21:48:14+r! 31988-04-13 )2023-11-04 21:48:14*q!  31988-04-13)2023-11-04 21:48:14*p!  31988-04-13)2023-11-04 21:48:14+o! 31988-04-13)2023-11-04 21:48:14+n!  3r1945-02-12 (2023-11-04 21:48:14+m!  3r1945-02-12(2023-11-04 21:48:14,l! 3r1945-02-12 (2023-11-04 21:48:14,k! 3r1945-02-12 y(2023-11-04 21:48:14,j! 3r1945-02-12 (2023-11-04 21:48:14,i! 3r1945-02-12 x(2023-11-04 21:48:14+h! 3r1945-02-12?!(2023-11-04 21:48:14,g! 3r1945-02-12 v@(2023-11-04 21:48:14,f! 3r1945-02-12 wC(2023-11-04 21:48:14 fsD~~~~Z~+}}}}o}@}||||X|){{{{m{>{zzzzVz'yyyykya````V`'____k_=_^^^^V^']]]]k]<] \\\\Q\#[[[[g[8[ ZZZ|ZMZYYYYcY4YXXXxXJXWWWW_W0WVVVuVFVUUUU]U/UTTTsTDTSSSS[S,RRRRtRERQQQQZQ,PPPPsPEPOOOO\O-NNNNqNBNMMMM]M.LLLLrLCLKKKKXK)JJJJoJ@JIIIIUI&HHHHjH;H GGGGRG#FFFFgF8F EEE|EMEDDDDeD6DCCCzCKCBBBB`B1BAAAxAIA@@@@^@/@???s?D?>>>>Y>*====n=?=<<<  U & k <  T % i : R$h9 }O f+$!  31943-09-212023-11-04 21:48:14+#!  31943-09-212023-11-04 21:48:14,"! 31943-09-21t2023-11-04 21:48:14,!! 31943-09-2112023-11-04 21:48:14, ! 3?2009-12-23s2023-11-04 21:48:14+! 3?2009-12-232023-11-04 21:48:14,! 3?2009-12-23`n2023-11-04 21:48:14,! 3?2009-12-232023-11-04 21:48:14,! 3?2009-12-232023-11-04 21:48:14,! 3?2009-12-23A2023-11-04 21:48:14,! 31996-01-11u2023-11-04 21:48:14,! 31996-01-112023-11-04 21:48:14,! 31996-01-11.2023-11-04 21:48:14,! 31996-01-112023-11-04 21:48:14,! 31996-01-112023-11-04 21:48:14+!  31996-01-112023-11-04 21:48:14+! 31996-01-11c2023-11-04 21:48:14,! 31996-01-112023-11-04 21:48:14,! 31996-01-11)m2023-11-04 21:48:14+!  31996-01-112023-11-04 21:48:14+!  31996-01-112023-11-04 21:48:14,! 31996-01-11)'2023-11-04 21:48:14,! 31996-01-11 2023-11-04 21:48:14, ! 31996-01-11Tc2023-11-04 21:48:14, ! 31996-01-112023-11-04 21:48:14, ! 31996-01-11um2023-11-04 21:48:14, ! 31996-01-112023-11-04 21:48:14, ! 31996-01-11 2023-11-04 21:48:14,! 31996-01-11n2023-11-04 21:48:14,! 31996-01-112023-11-04 21:48:14*!  3 2012-01-28A2023-11-04 21:48:14+!  3 2012-01-282023-11-04 21:48:14,! 3 2012-01-282023-11-04 21:48:14+! 3 2012-01-282023-11-04 21:48:14,! 3 2012-01-2832023-11-04 21:48:14,! 3 2012-01-282023-11-04 21:48:14,! 3 2012-01-28 2023-11-04 21:48:14,! 3 2012-01-282023-11-04 21:48:14,~! 3 2012-01-282023-11-04 21:48:14+}!  3 2011-12-14 '2023-11-04 21:48:14+|!  3 2011-12-142023-11-04 21:48:14,{! 3 2011-12-14 2023-11-04 21:48:14,z! 3 2011-12-144 2023-11-04 21:48:14,y! 3 2011-12-142023-11-04 21:48:14,x! 3 2011-12-142023-11-04 21:48:14,w! 3 2011-12-14Z2023-11-04 21:48:14,v! 3 2011-12-1462023-11-04 21:48:14+u! 3 2011-12-14#.2023-11-04 21:48:14,t! 3 2011-12-142023-11-04 21:48:14+s! 3 2011-12-142023-11-04 21:48:14+r!  3 2011-12-212023-11-04 21:48:14,q! 3 2011-12-212023-11-04 21:48:14,p! 3 2011-12-212023-11-04 21:48:14,o! 3 2011-12-212023-11-04 21:48:14,n! 3 2011-12-212023-11-04 21:48:14,m! 3 2011-12-21Q2023-11-04 21:48:14,l! 3 2011-12-21'2023-11-04 21:48:14,k! 3 2011-12-21M2023-11-04 21:48:14+j! 3 2011-12-21v 2023-11-04 21:48:14,i! 3 2011-12-21~2023-11-04 21:48:14,h! 3 2011-12-21n2023-11-04 21:48:14-g! 3 2011-12-212023-11-04 21:48:14,f! 32011-12-062023-11-04 21:48:14,e! 32011-12-062023-11-04 21:48:14,d! 32011-12-062023-11-04 21:48:14,c! 32011-12-06b2023-11-04 21:48:14,b! 32011-12-062023-11-04 21:48:14,a! 32011-12-06 2023-11-04 21:48:14+`!  32011-12-062023-11-04 21:48:14+_!  32011-12-062023-11-04 21:48:14,^! 32011-12-06V 2023-11-04 21:48:14,]! 32011-12-06 2023-11-04 21:48:14,\! 32011-12-06 2023-11-04 21:48:14,[! 32011-12-062023-11-04 21:48:14,Z! 32011-12-06:2023-11-04 21:48:14+Y!  32011-12-14!2023-11-04 21:48:14+X!  32011-12-14i2023-11-04 21:48:14+W!  32011-12-142023-11-04 21:48:14+V! 32011-12-14r2023-11-04 21:48:14,U! 32011-12-14{2023-11-04 21:48:14,T! 32011-12-142023-11-04 21:48:14,S! 32011-12-14n"2023-11-04 21:48:14,R! 32011-12-14;2023-11-04 21:48:14+Q!  32011-11-182023-11-04 21:48:14,P! 32011-11-18u2023-11-04 21:48:14,O! 32011-11-182023-11-04 21:48:14,N! 32011-11-18(2023-11-04 21:48:14-M! 32011-11-182023-11-04 21:48:14-L! 32011-11-182023-11-04 21:48:14,K! 32011-11-11f2023-11-04 21:48:14,J! 32011-11-112023-11-04 21:48:14,I! 32011-11-118 2023-11-04 21:48:14+H! 32011-11-11/[2023-11-04 21:48:14-G! 32011-11-11:2023-11-04 21:48:14+F! 3o2011-11-16!2023-11-04 21:48:14,E! 3o2011-11-16T2023-11-04 21:48:14,D! 3o2011-11-16~2023-11-04 21:48:14+C! 3o2011-11-16<2023-11-04 21:48:14*B!  3o2011-11-16'2023-11-04 21:48:14*A!  3o2011-11-162023-11-04 21:48:14+@! 3o2011-11-162023-11-04 21:48:14+?! 3o2011-11-162023-11-04 21:48:14+>! 3o2011-11-162023-11-04 21:48:14+=! 3o2011-11-16$2023-11-04 21:48:14,<! 3 2011-10-20 W2023-11-04 21:48:14,;! 3 2011-10-20O2023-11-04 21:48:14,:! 3 2011-10-20m2023-11-04 21:48:14,9! 3 2011-10-202023-11-04 21:48:14,8! 3 2011-10-2002023-11-04 21:48:14,7! 3 2011-10-202023-11-04 21:48:14,6! 3 2011-10-202023-11-04 21:48:14,5! 3 2011-10-20T 2023-11-04 21:48:14,4! 3 2011-10-202023-11-04 21:48:14,3! 3 2011-10-20>2023-11-04 21:48:14+2!  31919-12-112023-11-04 21:48:14,1! 31919-12-112023-11-04 21:48:14+0! 31919-12-11<2023-11-04 21:48:14,/! 31919-12-11v2023-11-04 21:48:14+.!  31919-12-11Z2023-11-04 21:48:14,-! 31919-12-11 2023-11-04 21:48:14+,! 31919-12-11#)2023-11-04 21:48:14,+! 31919-12-11)2023-11-04 21:48:14,*! 31919-12-112023-11-04 21:48:14+)!  31922-12-142023-11-04 21:48:14,(! 31922-12-14"2023-11-04 21:48:14,'! 31922-12-14v2023-11-04 21:48:14+&!  31922-12-14Z2023-11-04 21:48:14,%! 31922-12-14 2023-11-04 21:48:14,$! 31922-12-142023-11-04 21:48:14,#! 31922-12-14,2023-11-04 21:48:14+"! 31922-12-14#+2023-11-04 21:48:14+!! 31922-12-14<2023-11-04 21:48:14+ !  31925-12-172023-11-04 21:48:14,! 31925-12-17v2023-11-04 21:48:14+!  31925-12-17Z2023-11-04 21:48:14,! 31925-12-172023-11-04 21:48:14,! 31925-12-172023-11-04 21:48:14,! 31925-12-172023-11-04 21:48:14,! 31925-12-17*2023-11-04 21:48:14+! 31925-12-17#12023-11-04 21:48:14+! 31925-12-17<2023-11-04 21:48:14,! 31929-12-12v2023-11-04 21:48:14,! 31929-12-122023-11-04 21:48:14,! 31929-12-122023-11-04 21:48:14,! 31929-12-122023-11-04 21:48:14+!  31929-12-122023-11-04 21:48:14+! 31929-12-12#22023-11-04 21:48:14,! 31929-12-12.2023-11-04 21:48:14+! 31929-12-12:2023-11-04 21:48:14+!  31929-12-12Z2023-11-04 21:48:14,! 31928-12-13v2023-11-04 21:48:14, ! 31928-12-132023-11-04 21:48:14, ! 31928-12-132023-11-04 21:48:14, ! 31928-12-132023-11-04 21:48:14+ !  31928-12-132023-11-04 21:48:14+ ! 31928-12-13#22023-11-04 21:48:14,! 31928-12-13.2023-11-04 21:48:14+! 31928-12-13:2023-11-04 21:48:14+!  31928-12-13Z2023-11-04 21:48:14+!  31931-12-172023-11-04 21:48:14+!  31931-12-17Z2023-11-04 21:48:14,! 31931-12-172023-11-04 21:48:14,! 31931-12-172023-11-04 21:48:14,! 31931-12-172023-11-04 21:48:14+! 31931-12-1742023-11-04 21:48:14+! 31931-12-17#12023-11-04 21:48:14,~! 31931-12-17v2023-11-04 21:48:14,}! 31931-12-17,2023-11-04 21:48:14+|!  31934-03-222023-11-04 21:48:14+{!  31934-03-22Z2023-11-04 21:48:14,z! 31934-03-222023-11-04 21:48:14,y! 31934-03-222023-11-04 21:48:14,x! 31934-03-222023-11-04 21:48:14+w! 31934-03-2242023-11-04 21:48:14+v! 31934-03-22#12023-11-04 21:48:14,u! 31934-03-22v2023-11-04 21:48:14,t! 31934-03-22,2023-11-04 21:48:14,s! 31935-12-112023-11-04 21:48:14,r! 31935-12-112023-11-04 21:48:14,q! 31935-12-11v2023-11-04 21:48:14+p! 31935-12-1102023-11-04 21:48:14,o! 31935-12-112023-11-04 21:48:14,n! 31935-12-112023-11-04 21:48:14+m!  31935-12-11Z2023-11-04 21:48:14,l! 31935-12-112023-11-04 21:48:14,k! 31935-12-112023-11-04 21:48:14+j! 31935-12-11#22023-11-04 21:48:14,i! 31935-12-11*2023-11-04 21:48:14+h!  31939-12-132023-11-04 21:48:14,g! 31939-12-13v2023-11-04 21:48:14,f! 31939-12-13 2023-11-04 21:48:14,e! 31939-12-132023-11-04 21:48:14,d! 31939-12-132023-11-04 21:48:14,c! 31939-12-132023-11-04 21:48:14+b! 31939-12-13#-2023-11-04 21:48:14,a! 31939-12-132023-11-04 21:48:14+`! 31939-12-1312023-11-04 21:48:14,_! 31939-12-13+2023-11-04 21:48:14,^! 31943-12-152023-11-04 21:48:14,]! 31943-12-152023-11-04 21:48:14+\! 31943-12-15/2023-11-04 21:48:14,[! 31943-12-152023-11-04 21:48:14+Z! 31943-12-15#82023-11-04 21:48:14,Y! 31943-12-152023-11-04 21:48:14+X!  31943-12-15Z2023-11-04 21:48:14,W! 31943-12-152023-11-04 21:48:14,V! 31943-12-15v2023-11-04 21:48:14,U! 31943-12-15+2023-11-04 21:48:14,T! 32011-10-25 2023-11-04 21:48:14,S! 32011-10-25 2023-11-04 21:48:14,R! 32011-10-25 2023-11-04 21:48:14,Q! 32011-10-25L2023-11-04 21:48:14,P! 32011-10-252023-11-04 21:48:14,O! 32011-10-252023-11-04 21:48:14+N!  32011-10-02f2023-11-04 21:48:14+M!  32011-10-02d2023-11-04 21:48:14*L!  32011-10-02J2023-11-04 21:48:14+K!  32011-10-02c2023-11-04 21:48:14,J! 32011-10-022 2023-11-04 21:48:14,I! 32011-10-02E/2023-11-04 21:48:14,H! 32011-10-022023-11-04 21:48:14,G! 32011-10-02x 2023-11-04 21:48:14,F! 32011-10-02l2023-11-04 21:48:14,E! 32011-10-02N2023-11-04 21:48:14,D! 32011-10-022023-11-04 21:48:14,C! 32011-10-02],2023-11-04 21:48:14,B! 3G2011-08-302023-11-04 21:48:14,A! 3G2011-08-302023-11-04 21:48:14+@! 3G2011-08-302023-11-04 21:48:14,?! 3G2011-08-30 2023-11-04 21:48:14,>! 3G2011-08-30d2023-11-04 21:48:14,=! 3G2011-08-302023-11-04 21:48:14,<! 3G2011-08-30E2023-11-04 21:48:14-;! 3G2011-08-3072023-11-04 21:48:14,:! 3G2011-08-30s2023-11-04 21:48:14,9! 31952-09-18 02023-11-04 21:48:14+8!  31952-09-18+2023-11-04 21:48:14+7!  31952-09-18*2023-11-04 21:48:14,6! 31952-09-18)2023-11-04 21:48:14,5! 31952-09-18(2023-11-04 21:48:14,4! 31952-09-18 2023-11-04 21:48:14,3! 31952-09-18%2023-11-04 21:48:14,2! 31952-09-182023-11-04 21:48:14,1! 31952-09-182023-11-04 21:48:14,0! 31952-09-182023-11-04 21:48:14,/! 31952-09-18$2023-11-04 21:48:14,.! 31952-09-18 2023-11-04 21:48:14,-! 31952-09-182023-11-04 21:48:14,,! 31952-09-18-2023-11-04 21:48:14,+! 32001-08-29F2023-11-04 21:48:14+*!  32001-08-29 12023-11-04 21:48:14+)! 32001-08-29{2023-11-04 21:48:14+(!  32001-08-29 92023-11-04 21:48:14,'! 32001-08-29g2023-11-04 21:48:14+&!  32001-08-29%2023-11-04 21:48:14,%! 32001-08-292023-11-04 21:48:14,$! 32001-08-29M2023-11-04 21:48:14,#! 32001-08-2962023-11-04 21:48:14,"! 32001-08-292023-11-04 21:48:14,!! 32001-08-292023-11-04 21:48:14, ! 32001-08-29G2023-11-04 21:48:14,! 32001-08-29:2023-11-04 21:48:14,! 32001-08-292023-11-04 21:48:14,! 32001-08-29 2023-11-04 21:48:14,! 32001-08-292023-11-04 21:48:14,! 32001-08-292023-11-04 21:48:14,! 32001-08-292023-11-04 21:48:14+!  32000-07-11 12023-11-04 21:48:14+! 32000-07-11{2023-11-04 21:48:14+!  32000-07-11 92023-11-04 21:48:14,! 32000-07-11g2023-11-04 21:48:14+!  32000-07-11%2023-11-04 21:48:14,! 32000-07-112023-11-04 21:48:14,! 32000-07-11M2023-11-04 21:48:14,! 32000-07-1162023-11-04 21:48:14,! 32000-07-112023-11-04 21:48:14,! 32000-07-112023-11-04 21:48:14,! 32000-07-11G2023-11-04 21:48:14,! 32000-07-11:2023-11-04 21:48:14, ! 32000-07-112023-11-04 21:48:14, ! 32000-07-11 2023-11-04 21:48:14, ! 32000-07-112023-11-04 21:48:14, ! 32000-07-112023-11-04 21:48:14, ! 32000-07-112023-11-04 21:48:14,! 31996-06-182023-11-04 21:48:14,! 31996-06-18F2023-11-04 21:48:14,! 31996-06-182023-11-04 21:48:14,! 31996-06-1862023-11-04 21:48:14,! 31996-06-182023-11-04 21:48:14,! 31996-06-182023-11-04 21:48:14,! 31996-06-182023-11-04 21:48:14,! 31996-06-182023-11-04 21:48:14,! 31996-06-18 2023-11-04 21:48:14,! 31996-06-18 2023-11-04 21:48:14,~! 31996-06-18 2023-11-04 21:48:14,}! 31996-06-182023-11-04 21:48:14,|! 31996-06-18"2023-11-04 21:48:14*{!  31995-11-22{2023-11-04 21:48:14,z! 31995-11-22 32023-11-04 21:48:14,y! 31995-11-22~2023-11-04 21:48:14,x! 31995-11-222023-11-04 21:48:14,w! 31995-11-222023-11-04 21:48:14,v! 31995-11-222023-11-04 21:48:14,u! 31995-11-222023-11-04 21:48:14,t! 31995-11-222023-11-04 21:48:14,s! 31995-11-222023-11-04 21:48:14,r! 31995-11-22 2023-11-04 21:48:14,q! 31995-11-22 2023-11-04 21:48:14,p! 31995-11-22,2023-11-04 21:48:14,o! 31993-09-14~2023-11-04 21:48:14,n! 31993-09-142023-11-04 21:48:14,m! 31993-09-142023-11-04 21:48:14,l! 31993-09-142023-11-04 21:48:14,k! 31993-09-142023-11-04 21:48:14,j! 31993-09-142023-11-04 21:48:14,i! 31993-09-142023-11-04 21:48:14,h! 31993-09-14 2023-11-04 21:48:14,g! 31993-09-14 2023-11-04 21:48:14,f! 31993-09-14,2023-11-04 21:48:14,e! 31992-07-13~2023-11-04 21:48:14,d! 31992-07-132023-11-04 21:48:14,c! 31992-07-132023-11-04 21:48:14,b! 31992-07-132023-11-04 21:48:14,a! 31992-07-132023-11-04 21:48:14,`! 31992-07-132023-11-04 21:48:14,_! 31992-07-132023-11-04 21:48:14,^! 31992-07-13 2023-11-04 21:48:14,]! 31992-07-13 2023-11-04 21:48:14,\! 31992-07-13,2023-11-04 21:48:14+[! 31992-01-21{2023-11-04 21:48:14,Z! 31992-01-21 2023-11-04 21:48:14+Y!  31992-01-21~2023-11-04 21:48:14+X!  31992-01-212023-11-04 21:48:14,W! 31992-01-212023-11-04 21:48:14,V! 31992-01-21:2023-11-04 21:48:14,U! 31992-01-212023-11-04 21:48:14,T! 31992-01-212023-11-04 21:48:14,S! 31992-01-212023-11-04 21:48:14,R! 31992-01-21|2023-11-04 21:48:14,Q! 31992-01-212023-11-04 21:48:14,P! 31992-01-212023-11-04 21:48:14,O! 31992-01-2112023-11-04 21:48:14,N! 31992-01-21 2023-11-04 21:48:14,M! 31992-01-212023-11-04 21:48:14,L! 31992-01-21&2023-11-04 21:48:14,K! 31992-01-21%2023-11-04 21:48:14+J! 31991-02-05{2023-11-04 21:48:14,I! 31991-02-05 2023-11-04 21:48:14+H!  31991-02-05~2023-11-04 21:48:14+G!  31991-02-052023-11-04 21:48:14,F! 31991-02-052023-11-04 21:48:14,E! 31991-02-05:2023-11-04 21:48:14,D! 31991-02-052023-11-04 21:48:14,C! 31991-02-052023-11-04 21:48:14,B! 31991-02-052023-11-04 21:48:14,A! 31991-02-05|2023-11-04 21:48:14,@! 31991-02-052023-11-04 21:48:14,?! 31991-02-052023-11-04 21:48:14,>! 31991-02-0512023-11-04 21:48:14,=! 31991-02-05 2023-11-04 21:48:14,<! 31991-02-052023-11-04 21:48:14,;! 31991-02-05&2023-11-04 21:48:14,:! 31991-02-05%2023-11-04 21:48:14,9! 31990-06-11 2023-11-04 21:48:14+8!  31990-06-11~2023-11-04 21:48:14+7!  31990-06-112023-11-04 21:48:14,6! 31990-06-112023-11-04 21:48:14,5! 31990-06-11:2023-11-04 21:48:14,4! 31990-06-112023-11-04 21:48:14,3! 31990-06-112023-11-04 21:48:14,2! 31990-06-112023-11-04 21:48:14,1! 31990-06-11|2023-11-04 21:48:14,0! 31990-06-112023-11-04 21:48:14,/! 31990-06-112023-11-04 21:48:14,.! 31990-06-1112023-11-04 21:48:14,-! 31990-06-11 2023-11-04 21:48:14,,! 31990-06-112023-11-04 21:48:14,+! 31990-06-11'2023-11-04 21:48:14,*! 31990-06-11#2023-11-04 21:48:14+)!  31988-12-22~2023-11-04 21:48:14+(!  31988-12-222023-11-04 21:48:14,'! 31988-12-222023-11-04 21:48:14,&! 31988-12-22:2023-11-04 21:48:14,%! 31988-12-222023-11-04 21:48:14,$! 31988-12-222023-11-04 21:48:14,#! 31988-12-222023-11-04 21:48:14,"! 31988-12-22|2023-11-04 21:48:14,!! 31988-12-222023-11-04 21:48:14, ! 31988-12-222023-11-04 21:48:14,! 31988-12-2212023-11-04 21:48:14,! 31988-12-22 2023-11-04 21:48:14,! 31988-12-222023-11-04 21:48:14,! 31988-12-22'2023-11-04 21:48:14,! 31988-12-22(2023-11-04 21:48:14,! 31986-10-202023-11-04 21:48:14*!  31986-10-20=2023-11-04 21:48:14+!  31986-10-202023-11-04 21:48:14+!  31986-10-20L2023-11-04 21:48:14*!  31986-10-202023-11-04 21:48:14,! 31986-10-20 2023-11-04 21:48:14,! 31986-10-202023-11-04 21:48:14,! 31986-10-2012023-11-04 21:48:14,! 31986-10-20:2023-11-04 21:48:14,! 31986-10-202023-11-04 21:48:14,! 31986-10-202023-11-04 21:48:14,! 31986-10-202023-11-04 21:48:14,! 31986-10-20|2023-11-04 21:48:14, ! 31986-10-20)2023-11-04 21:48:14, ! 31986-10-20(2023-11-04 21:48:14* !  31977-10-24{2023-11-04 21:48:14+ !  31977-10-242023-11-04 21:48:14+ !  31977-10-2412023-11-04 21:48:14+!  31977-10-24(2023-11-04 21:48:14+!  31977-10-24 2023-11-04 21:48:14,! 31977-10-242023-11-04 21:48:14+!  31977-10-2452023-11-04 21:48:14,! 31977-10-24 2023-11-04 21:48:14,! 31977-10-242023-11-04 21:48:14,! 31977-10-24 2023-11-04 21:48:14,! 31977-10-242023-11-04 21:48:14,! 31977-10-242023-11-04 21:48:14,! 31977-10-24-2023-11-04 21:48:14+~!  31977-06-202023-11-04 21:48:14+}!  31977-06-2012023-11-04 21:48:14+|!  31977-06-20(2023-11-04 21:48:14+{!  31977-06-20 2023-11-04 21:48:14,z! 31977-06-202023-11-04 21:48:14+y! 31977-06-20j2023-11-04 21:48:14+x!  31977-06-2052023-11-04 21:48:14,w! 31977-06-20 2023-11-04 21:48:14,v! 31977-06-202023-11-04 21:48:14,u! 31977-06-20 2023-11-04 21:48:14,t! 31977-06-202023-11-04 21:48:14,s! 31977-06-20 2023-11-04 21:48:14,r! 31977-06-20+2023-11-04 21:48:14,q! 31976-12-22a2023-11-04 21:48:14,p! 31976-12-22.2023-11-04 21:48:14+o! 31976-12-22{2023-11-04 21:48:14+n!  31976-12-222023-11-04 21:48:14+m!  31976-12-2212023-11-04 21:48:14,l! 31976-12-222023-11-04 21:48:14,k! 31976-12-222023-11-04 21:48:14,j! 31976-12-22-2023-11-04 21:48:14,i! 31976-12-22 2023-11-04 21:48:14,h! 31976-12-22$2023-11-04 21:48:14,g! 31976-12-2232023-11-04 21:48:14+f!  31974-11-062023-11-04 21:48:14,e! 31974-11-0612023-11-04 21:48:14,d! 31974-11-062023-11-04 21:48:14,c! 31974-11-062023-11-04 21:48:14,b! 31974-11-06-2023-11-04 21:48:14,a! 31974-11-06 2023-11-04 21:48:14,`! 31974-11-06'2023-11-04 21:48:14,_! 31974-11-0662023-11-04 21:48:14+^!  31974-06-032023-11-04 21:48:14,]! 31974-06-0312023-11-04 21:48:14,\! 31974-06-032023-11-04 21:48:14,[! 31974-06-032023-11-04 21:48:14,Z! 31974-06-03-2023-11-04 21:48:14,Y! 31974-06-03 2023-11-04 21:48:14,X! 31974-06-03'2023-11-04 21:48:14,W! 31974-06-0362023-11-04 21:48:14+V!  31970-08-072023-11-04 21:48:14,U! 31970-08-07a2023-11-04 21:48:14,T! 31970-08-072023-11-04 21:48:14,S! 31970-08-07/2023-11-04 21:48:14,R! 31970-08-07(2023-11-04 21:48:14,Q! 31970-08-07.2023-11-04 21:48:14,P! 31970-08-072023-11-04 21:48:14,O! 31970-08-0712023-11-04 21:48:14,N! 31970-08-072023-11-04 21:48:14,M! 31970-08-07 2023-11-04 21:48:14,L! 31970-08-07 2023-11-04 21:48:14,K! 31970-08-072023-11-04 21:48:14,J! 31970-08-0782023-11-04 21:48:14+I!  31969-12-152023-11-04 21:48:14,H! 31969-12-15a2023-11-04 21:48:14,G! 31969-12-152023-11-04 21:48:14,F! 31969-12-15/2023-11-04 21:48:14,E! 31969-12-15(2023-11-04 21:48:14,D! 31969-12-15.2023-11-04 21:48:14,C! 31969-12-152023-11-04 21:48:14,B! 31969-12-1512023-11-04 21:48:14,A! 31969-12-152023-11-04 21:48:14,@! 31969-12-15 2023-11-04 21:48:14,?! 31969-12-15 2023-11-04 21:48:14,>! 31969-12-152023-11-04 21:48:14,=! 31969-12-1582023-11-04 21:48:14*<!  31969-03-17{2023-11-04 21:48:14,;! 31969-03-17a2023-11-04 21:48:14+:!  31969-03-17/2023-11-04 21:48:14+9!  31969-03-172023-11-04 21:48:14+8!  31969-03-172023-11-04 21:48:14,7! 31969-03-17(2023-11-04 21:48:14,6! 31969-03-17.2023-11-04 21:48:14,5! 31969-03-172023-11-04 21:48:14,4! 31969-03-17 2023-11-04 21:48:14,3! 31969-03-172023-11-04 21:48:14+2!  31969-03-172023-11-04 21:48:14,1! 31969-03-17 2023-11-04 21:48:14,0! 31969-03-172023-11-04 21:48:14,/! 31969-03-17?2023-11-04 21:48:14*.!  31967-06-05{2023-11-04 21:48:14,-! 31967-06-05a2023-11-04 21:48:14+,!  31967-06-05/2023-11-04 21:48:14++!  31967-06-052023-11-04 21:48:14+*!  31967-06-052023-11-04 21:48:14,)! 31967-06-05(2023-11-04 21:48:14,(! 31967-06-05.2023-11-04 21:48:14,'! 31967-06-052023-11-04 21:48:14,&! 31967-06-05 2023-11-04 21:48:14,%! 31967-06-052023-11-04 21:48:14,$! 31967-06-052023-11-04 21:48:14,#! 31967-06-05 2023-11-04 21:48:14,"! 31967-06-05 2023-11-04 21:48:14,!! 31967-06-052023-11-04 21:48:14, ! 31967-06-05-2023-11-04 21:48:14+!  31966-01-122023-11-04 21:48:14+!  31966-01-122023-11-04 21:48:14,! 31966-01-12/2023-11-04 21:48:14,! 31966-01-12(2023-11-04 21:48:14,! 31966-01-12.2023-11-04 21:48:14,! 31966-01-122023-11-04 21:48:14,! 31966-01-12 2023-11-04 21:48:14,! 31966-01-122023-11-04 21:48:14,! 31966-01-122023-11-04 21:48:14,! 31966-01-12 2023-11-04 21:48:14,! 31966-01-12 2023-11-04 21:48:14,! 31966-01-122023-11-04 21:48:14,! 31966-01-12-2023-11-04 21:48:14,! 31963-06-26.2023-11-04 21:48:14,! 31963-06-26/2023-11-04 21:48:14,! 31963-06-26(2023-11-04 21:48:14,! 31963-06-26 2023-11-04 21:48:14,! 31963-06-262023-11-04 21:48:14, ! 31963-06-262023-11-04 21:48:14, ! 31963-06-26? 2023-11-04 21:48:14, ! 31963-06-26 2023-11-04 21:48:14, ! 31963-06-262023-11-04 21:48:14, ! 31963-06-262023-11-04 21:48:14,! 31963-06-26*2023-11-04 21:48:14,! 31961-11-02.2023-11-04 21:48:14,! 31961-11-02/2023-11-04 21:48:14,! 31961-11-02(2023-11-04 21:48:14,! 31961-11-02 2023-11-04 21:48:14,! 31961-11-022023-11-04 21:48:14,! 31961-11-022023-11-04 21:48:14,! 31961-11-02? 2023-11-04 21:48:14,! 31961-11-02 2023-11-04 21:48:14,! 31961-11-022023-11-04 21:48:14,~! 31961-11-022023-11-04 21:48:14,}! 31961-11-02*2023-11-04 21:48:14+|!  31959-12-17+2023-11-04 21:48:14,{! 31959-12-17/2023-11-04 21:48:14,z! 31959-12-17.2023-11-04 21:48:14,y! 31959-12-172023-11-04 21:48:14,x! 31959-12-172023-11-04 21:48:14,w! 31959-12-17-2023-11-04 21:48:14,v! 31959-12-17?2023-11-04 21:48:14,u! 31959-12-172023-11-04 21:48:14,t! 31959-12-17 2023-11-04 21:48:14,s! 31959-12-17 2023-11-04 21:48:14,r! 31959-12-172023-11-04 21:48:14,q! 31959-12-17/2023-11-04 21:48:14+p!  31958-07-01+2023-11-04 21:48:14,o! 31958-07-01*2023-11-04 21:48:14,n! 31958-07-01%2023-11-04 21:48:14,m! 31958-07-012023-11-04 21:48:14,l! 31958-07-012023-11-04 21:48:14,k! 31958-07-01-2023-11-04 21:48:14,j! 31958-07-01 2023-11-04 21:48:14,i! 31958-07-01? 2023-11-04 21:48:14,h! 31958-07-01 2023-11-04 21:48:14,g! 31958-07-01 2023-11-04 21:48:14,f! 31958-07-012023-11-04 21:48:14,e! 31958-07-01(2023-11-04 21:48:14+d!  31958-01-07+2023-11-04 21:48:14,c! 31958-01-07*2023-11-04 21:48:14,b! 31958-01-07%2023-11-04 21:48:14,a! 31958-01-072023-11-04 21:48:14,`! 31958-01-072023-11-04 21:48:14,_! 31958-01-07-2023-11-04 21:48:14,^! 31958-01-07 2023-11-04 21:48:14,]! 31958-01-07? 2023-11-04 21:48:14,\! 31958-01-07 2023-11-04 21:48:14,[! 31958-01-07 2023-11-04 21:48:14,Z! 31958-01-072023-11-04 21:48:14,Y! 31958-01-07(2023-11-04 21:48:14+X!  31955-11-03+2023-11-04 21:48:14,W! 31955-11-03*2023-11-04 21:48:14,V! 31955-11-03%2023-11-04 21:48:14,U! 31955-11-032023-11-04 21:48:14,T! 31955-11-032023-11-04 21:48:14,S! 31955-11-03-2023-11-04 21:48:14,R! 31955-11-03 2023-11-04 21:48:14,Q! 31955-11-03? 2023-11-04 21:48:14,P! 31955-11-03 2023-11-04 21:48:14,O! 31955-11-03 2023-11-04 21:48:14,N! 31955-11-032023-11-04 21:48:14,M! 31955-11-03(2023-11-04 21:48:14,L! 31954-01-26 02023-11-04 21:48:14+K!  31954-01-26+2023-11-04 21:48:14+J!  31954-01-26*2023-11-04 21:48:14,I! 31954-01-26)2023-11-04 21:48:14,H! 31954-01-26(2023-11-04 21:48:14,G! 31954-01-26 2023-11-04 21:48:14,F! 31954-01-26%2023-11-04 21:48:14,E! 31954-01-262023-11-04 21:48:14,D! 31954-01-262023-11-04 21:48:14,C! 31954-01-262023-11-04 21:48:14,B! 31954-01-26$2023-11-04 21:48:14,A! 31954-01-26 2023-11-04 21:48:14,@! 31954-01-262023-11-04 21:48:14,?! 31954-01-26/2023-11-04 21:48:14,>! 31952-12-24 02023-11-04 21:48:14+=!  31952-12-24+2023-11-04 21:48:14+<!  31952-12-24*2023-11-04 21:48:14,;! 31952-12-24)2023-11-04 21:48:14,:! 31952-12-24(2023-11-04 21:48:14,9! 31952-12-24 2023-11-04 21:48:14,8! 31952-12-24%2023-11-04 21:48:14,7! 31952-12-242023-11-04 21:48:14,6! 31952-12-242023-11-04 21:48:14,5! 31952-12-242023-11-04 21:48:14,4! 31952-12-24$2023-11-04 21:48:14,3! 31952-12-24 2023-11-04 21:48:14,2! 31952-12-242023-11-04 21:48:14,1! 31952-12-24-2023-11-04 21:48:14+0!  31951-10-08+2023-11-04 21:48:14+/!  31951-10-08*2023-11-04 21:48:14,.! 31951-10-08)2023-11-04 21:48:14,-! 31951-10-08(2023-11-04 21:48:14,,! 31951-10-08 2023-11-04 21:48:14,+! 31951-10-08%2023-11-04 21:48:14,*! 31951-10-082023-11-04 21:48:14,)! 31951-10-082023-11-04 21:48:14,(! 31951-10-082023-11-04 21:48:14,'! 31951-10-08$2023-11-04 21:48:14,&! 31951-10-082023-11-04 21:48:14,%! 31951-10-082023-11-04 21:48:14,$! 31951-10-08-2023-11-04 21:48:14+#!  31950-11-01 2023-11-04 21:48:14+"!  31950-11-01#2023-11-04 21:48:14+!!  31950-11-01 2023-11-04 21:48:14, ! 31950-11-01 2023-11-04 21:48:14,! 31950-11-012023-11-04 21:48:14,! 31950-11-01'2023-11-04 21:48:14,! 31950-11-012023-11-04 21:48:14,! 31950-11-012023-11-04 21:48:14,! 31950-11-012023-11-04 21:48:14,! 31950-11-012023-11-04 21:48:14,! 31950-11-012023-11-04 21:48:14,! 31950-11-01.2023-11-04 21:48:14+!  31949-03-10 2023-11-04 21:48:14+!  31949-03-10#2023-11-04 21:48:14+!  31949-03-10 2023-11-04 21:48:14,! 31949-03-10 2023-11-04 21:48:14,! 31949-03-102023-11-04 21:48:14,! 31949-03-10'2023-11-04 21:48:14,! 31949-03-102023-11-04 21:48:14,! 31949-03-102023-11-04 21:48:14,! 31949-03-102023-11-04 21:48:14,! 31949-03-102023-11-04 21:48:14, ! 31949-03-102023-11-04 21:48:14, ! 31949-03-10.2023-11-04 21:48:14+ !  32011-08-05U2023-11-04 21:48:14, ! 32011-08-052023-11-04 21:48:14, ! 32011-08-052023-11-04 21:48:14,! 32011-08-05S 2023-11-04 21:48:14,! 32011-08-05<2023-11-04 21:48:14,! 32011-08-05'2023-11-04 21:48:14 3tE~~~~[~,}}}}r}C}||||Y|*{{{{o{A{zzzzVz'yyyykyhggggSg$ffffif9f eee}eNedddddd6dccczcKcbbbb`b1baaauaFa````\`-____p_A_^^^^U^&]]]]j];] \\\~\P\"[[[[f[7[ZZZ{ZLZYYYYaY2YXXXvXGXWWWWYW)VVVVjV;V UUU|ULUTTTT[T+SSSSkS;S RRRRPR!QQQQdQ4QPPPtPDPOOOOXO(NNNNhN8NMMMwMHMLLLLYL*KKKKjK:K JJJ{JKJIIII\I,HHHHmH=H GGG~GNGFFFF_F/EEEEpE@EDDDDQD!CCCCcC3CBBBtBEBAAAAUA&@@@@g@7@???y?I?>>>>Z>*====k=<= <<<|H2023-11-04 21:48:14, ! 3+1995-10-05XH2023-11-04 21:48:14, ! 3+1995-10-056sH2023-11-04 21:48:14- ! 3+1995-10-05uH2023-11-04 21:48:14, ! 32014-03-26G2023-11-04 21:48:14,! 32014-03-26=G2023-11-04 21:48:14,! 32014-03-26qG2023-11-04 21:48:14+! 32014-03-26q!G2023-11-04 21:48:14,! 32014-03-25_F2023-11-04 21:48:14*!  32014-03-25BF2023-11-04 21:48:14,! 32014-03-25F2023-11-04 21:48:14,! 32014-03-25I F2023-11-04 21:48:14,! 32014-03-25& F2023-11-04 21:48:14,! 32014-03-25 F2023-11-04 21:48:14,! 32014-03-25*F2023-11-04 21:48:14,~! 32014-03-25^,F2023-11-04 21:48:14+}! 32014-03-25^#F2023-11-04 21:48:14,|! 32014-03-25'F2023-11-04 21:48:14,{! 3+1995-10-31IE2023-11-04 21:48:14,z! 3+1995-10-31b>E2023-11-04 21:48:14,y! 3+1995-10-31XE2023-11-04 21:48:14,x! 3+1995-10-316sE2023-11-04 21:48:14-w! 3+1995-10-31uE2023-11-04 21:48:14,v! 3+1993-06-25wD2023-11-04 21:48:14,u! 3+1993-06-25ID2023-11-04 21:48:14,t! 3+1993-06-25b>D2023-11-04 21:48:14,s! 3+1993-06-25GD2023-11-04 21:48:14,r! 3+1993-06-256sD2023-11-04 21:48:14-q! 3+1993-06-25uD2023-11-04 21:48:14,p! 3+1991-11-20IC2023-11-04 21:48:14,o! 3+1991-11-20b>C2023-11-04 21:48:14,n! 3+1991-11-20XC2023-11-04 21:48:14,m! 3+1991-11-206sC2023-11-04 21:48:14-l! 3+1991-11-20uC2023-11-04 21:48:14,k! 3,1991-06-23 B2023-11-04 21:48:14,j! 3,1991-06-23u;B2023-11-04 21:48:14,i! 3,1991-06-23\B2023-11-04 21:48:14-h! 3,1991-06-236$B2023-11-04 21:48:14,g! 3,1990-11-09 A2023-11-04 21:48:14,f! 3,1990-11-09u;A2023-11-04 21:48:14,e! 3,1990-11-09\A2023-11-04 21:48:14-d! 3,1990-11-096$A2023-11-04 21:48:14,c! 3,1987-12-21u;@2023-11-04 21:48:14,b! 3,1987-12-21c@2023-11-04 21:48:14-a! 3,1987-12-216$@2023-11-04 21:48:14+`! 3-1983-12-13nG?2023-11-04 21:48:14,_! 3-1983-12-13u?2023-11-04 21:48:14-^! 3-1983-12-136?2023-11-04 21:48:14+]!  32014-03-14U>2023-11-04 21:48:14,\! 32014-03-14>2023-11-04 21:48:14,[! 32014-03-14>2023-11-04 21:48:14,Z! 32014-03-14S >2023-11-04 21:48:14,Y! 32014-03-14<>2023-11-04 21:48:14,X! 32014-03-14'>2023-11-04 21:48:14,W! 32014-03-04=2023-11-04 21:48:14,V! 32014-03-04=2023-11-04 21:48:14,U! 32014-03-04R/=2023-11-04 21:48:14,T! 32014-03-048=2023-11-04 21:48:14+S! 32014-03-04 =2023-11-04 21:48:14,R! 32014-03-04d=2023-11-04 21:48:14-Q! 32014-03-04`=2023-11-04 21:48:14+P!  31959-07-05+;2023-11-04 21:48:14,O! 31959-07-05*;2023-11-04 21:48:14,N! 31959-07-05%;2023-11-04 21:48:14,M! 31959-07-05;2023-11-04 21:48:14,L! 31959-07-05;2023-11-04 21:48:14,K! 31959-07-05-;2023-11-04 21:48:14,J! 31959-07-05 ;2023-11-04 21:48:14,I! 31959-07-05? ;2023-11-04 21:48:14,H! 31959-07-05 ;2023-11-04 21:48:14,G! 31959-07-05 ;2023-11-04 21:48:14,F! 31959-07-05;2023-11-04 21:48:14,E! 31959-07-05(;2023-11-04 21:48:14+D!  31974-03-10:2023-11-04 21:48:14,C! 31974-03-101:2023-11-04 21:48:14,B! 31974-03-10:2023-11-04 21:48:14,A! 31974-03-10:2023-11-04 21:48:14,@! 31974-03-10-:2023-11-04 21:48:14,?! 31974-03-10 :2023-11-04 21:48:14,>! 31974-03-10':2023-11-04 21:48:14,=! 31974-03-106:2023-11-04 21:48:14,<! 32014-02-2272023-11-04 21:48:14+;!  32014-02-2272023-11-04 21:48:14+:!  32014-02-22 o72023-11-04 21:48:14,9! 32014-02-2272023-11-04 21:48:14-8! 32014-02-22~)72023-11-04 21:48:14,7! 32014-02-2272023-11-04 21:48:14,6! 32014-02-22l'72023-11-04 21:48:14,5! 32014-02-22km72023-11-04 21:48:14,4! 32014-02-22j 72023-11-04 21:48:14,3! 32014-02-2272023-11-04 21:48:14,2! 32014-02-22TE72023-11-04 21:48:14,1! 32014-02-2272023-11-04 21:48:14,0! 32014-02-22i72023-11-04 21:48:14,/! 32014-02-22%72023-11-04 21:48:14,.! 3(2002-11-16w 62023-11-04 21:48:14--! 3(2002-11-1662023-11-04 21:48:14-,! 3(2002-11-16k62023-11-04 21:48:14,+! 3(2003-03-14w 52023-11-04 21:48:14-*! 3(2003-03-1452023-11-04 21:48:14-)! 3(2003-03-14k52023-11-04 21:48:14+(!  3'2007-08-2942023-11-04 21:48:14,'! 3'2007-08-29I 42023-11-04 21:48:14,&! 3'2007-08-29 42023-11-04 21:48:14,%! 3'2007-08-29w42023-11-04 21:48:14,$! 3'2007-08-29G42023-11-04 21:48:14,#! 3'2007-08-29c42023-11-04 21:48:14-"! 3'2007-08-29U42023-11-04 21:48:14,!! 3&2011-07-06 32023-11-04 21:48:14, ! 3&2011-07-06w32023-11-04 21:48:14,! 3&2011-07-06532023-11-04 21:48:14-! 3&2011-07-0632023-11-04 21:48:14-! 3&2011-07-06G32023-11-04 21:48:14+!  32014-02-03f22023-11-04 21:48:14+!  32014-02-03d22023-11-04 21:48:14*!  32014-02-03J22023-11-04 21:48:14+!  32014-02-03c22023-11-04 21:48:14,! 32014-02-032 22023-11-04 21:48:14,! 32014-02-03E/22023-11-04 21:48:14,! 32014-02-0322023-11-04 21:48:14,! 32014-02-03x 22023-11-04 21:48:14,! 32014-02-03l22023-11-04 21:48:14,! 32014-02-03N22023-11-04 21:48:14,! 32014-02-0322023-11-04 21:48:14,! 32014-02-03],22023-11-04 21:48:14,! 32014-01-22 12023-11-04 21:48:14,! 32014-01-22 12023-11-04 21:48:14,! 32014-01-22 12023-11-04 21:48:14, ! 32014-01-22L12023-11-04 21:48:14, ! 32014-01-2212023-11-04 21:48:14, ! 32014-01-2212023-11-04 21:48:14, ! 3%2014-01-1702023-11-04 21:48:14, ! 3%2014-01-17!02023-11-04 21:48:14,! 3%2014-01-17/02023-11-04 21:48:14,! 3%2014-01-1702023-11-04 21:48:14,! 3%2014-01-1702023-11-04 21:48:14,! 3%2014-01-17=02023-11-04 21:48:14+! 3%2014-01-1702023-11-04 21:48:14,! 3%2014-01-17202023-11-04 21:48:14-! 3 2013-12-177/2023-11-04 21:48:14,! 3 2013-12-17?/2023-11-04 21:48:14,! 3 2013-12-17@/2023-11-04 21:48:14-! 3 2013-12-17./2023-11-04 21:48:14,~! 3"2013-12-16 .2023-11-04 21:48:14,}! 3"2013-12-16f .2023-11-04 21:48:14,|! 3"2013-12-16.2023-11-04 21:48:14+{! 3"2013-12-162(.2023-11-04 21:48:14,z! 3"2013-12-16/.2023-11-04 21:48:14,y! 3"2013-12-164.2023-11-04 21:48:14,x! 3#2013-12-04-2023-11-04 21:48:14,w! 3#2013-12-04 -2023-11-04 21:48:14,v! 3#2013-12-046-2023-11-04 21:48:14,u! 3#2013-12-04 -2023-11-04 21:48:14,t! 3#2013-12-04.-2023-11-04 21:48:14,s! 3#2013-12-04-2023-11-04 21:48:14,r! 31975-09-19+2023-11-04 21:48:14+q!  31975-09-19+2023-11-04 21:48:14,p! 31975-09-19Q+2023-11-04 21:48:14,o! 31975-09-19+2023-11-04 21:48:14,n! 31975-09-19+2023-11-04 21:48:14+m!  31975-09-19+2023-11-04 21:48:14,l! 31975-09-19t+2023-11-04 21:48:14,k! 3$2013-09-18t*2023-11-04 21:48:14+j!  3$2013-09-18*2023-11-04 21:48:14+i!  3$2013-09-18*2023-11-04 21:48:14+h!  3$2013-09-18*2023-11-04 21:48:14+g!  3$2013-09-18*2023-11-04 21:48:14,f! 3$2013-09-18 *2023-11-04 21:48:14,e! 3$2013-09-18*2023-11-04 21:48:14,d! 3$2013-09-18:*2023-11-04 21:48:14,c! 3$2013-09-187*2023-11-04 21:48:14+b!  3!2013-10-16)2023-11-04 21:48:14,a! 3!2013-10-16_)2023-11-04 21:48:14,`! 3!2013-10-160)2023-11-04 21:48:14,_! 3!2013-10-16 )2023-11-04 21:48:14,^! 3!2013-10-16 )2023-11-04 21:48:14,]! 3!2013-10-16 )2023-11-04 21:48:14+\! 3!2013-10-16Q)2023-11-04 21:48:14+[! 3!2013-10-16h7)2023-11-04 21:48:14+Z!  32013-02-28U(2023-11-04 21:48:14,Y! 32013-02-28(2023-11-04 21:48:14,X! 32013-02-28(2023-11-04 21:48:14,W! 32013-02-28S (2023-11-04 21:48:14,V! 32013-02-28<(2023-11-04 21:48:14,U! 32013-02-28'(2023-11-04 21:48:14,T! 32013-07-11 '2023-11-04 21:48:14+S!  32013-07-11'2023-11-04 21:48:14,R! 32013-07-11'2023-11-04 21:48:14,Q! 32013-07-116'2023-11-04 21:48:14,P! 32013-07-11.'2023-11-04 21:48:14,O! 32013-07-11 '2023-11-04 21:48:14,N! 3W2013-07-10&2023-11-04 21:48:14+M! 3W2013-07-10&2023-11-04 21:48:14,L! 3W2013-07-10&2023-11-04 21:48:14,K! 3W2013-07-10&2023-11-04 21:48:14+J! 3W2013-07-10&&2023-11-04 21:48:14,I! 3W2013-07-10P &2023-11-04 21:48:14,H! 3W2013-07-106&2023-11-04 21:48:14,G! 3W2013-07-10&2023-11-04 21:48:14,F! 3W2013-07-10=4&2023-11-04 21:48:14,E! 32013-06-27,%2023-11-04 21:48:14+D!  32013-06-27%2023-11-04 21:48:14,C! 32013-06-27t%2023-11-04 21:48:14,B! 32013-06-27%2023-11-04 21:48:14,A! 32013-06-27%2023-11-04 21:48:14,@! 32013-06-27H%2023-11-04 21:48:14+?!  32013-06-27%2023-11-04 21:48:14,>! 32013-06-25f $2023-11-04 21:48:14,=! 32013-06-25-$2023-11-04 21:48:14,<! 32013-06-25,$2023-11-04 21:48:14,;! 32013-06-25+$2023-11-04 21:48:14,:! 32013-06-25:!$2023-11-04 21:48:14,9! 32013-06-258G$2023-11-04 21:48:14,8! 32013-06-25/$2023-11-04 21:48:14,7! 32013-05-23#2023-11-04 21:48:14,6! 32013-05-23#2023-11-04 21:48:14,5! 32013-05-23#2023-11-04 21:48:14,4! 32013-05-23 #2023-11-04 21:48:14,3! 32013-05-23#2023-11-04 21:48:14,2! 32013-05-23>#2023-11-04 21:48:14,1! 32013-05-29"2023-11-04 21:48:14,0! 32013-05-29$"2023-11-04 21:48:14,/! 32013-05-29T"2023-11-04 21:48:14,.! 32013-05-29a"2023-11-04 21:48:14+-!  32010-07-10!2023-11-04 21:48:14,,! 32010-07-10!2023-11-04 21:48:14,+! 32010-07-10U!2023-11-04 21:48:14,*! 32010-07-10W!2023-11-04 21:48:14,)! 32010-07-10[!2023-11-04 21:48:14+(!  32010-07-10V!2023-11-04 21:48:14+'!  32010-07-10!2023-11-04 21:48:14,&! 32010-07-10N!2023-11-04 21:48:14,%! 32010-07-10!2023-11-04 21:48:14,$! 32010-07-10h!2023-11-04 21:48:14,#! 32010-07-108!2023-11-04 21:48:14,"! 32010-07-10B!2023-11-04 21:48:14,!! 32011-12-23U 2023-11-04 21:48:14, ! 32011-12-23 2023-11-04 21:48:14+!  32011-12-23 2023-11-04 21:48:14+!  32011-12-23 2023-11-04 21:48:14,! 32011-12-23 2023-11-04 21:48:14,! 32011-12-23W 2023-11-04 21:48:14,! 32011-12-23 2023-11-04 21:48:14+!  32011-12-239 2023-11-04 21:48:14,! 32011-12-23 2023-11-04 21:48:14,! 32011-12-23, 2023-11-04 21:48:14,! 32011-12-23V 2023-11-04 21:48:14,! 32011-12-23[ 2023-11-04 21:48:14,! 32011-12-23h  2023-11-04 21:48:14,! 32011-12-23= 2023-11-04 21:48:14+!  32009-07-062023-11-04 21:48:14,! 32009-07-062023-11-04 21:48:14,! 32009-07-06U2023-11-04 21:48:14,! 32009-07-06W2023-11-04 21:48:14,! 32009-07-06[2023-11-04 21:48:14+!  32009-07-06V2023-11-04 21:48:14+ !  32009-07-062023-11-04 21:48:14, ! 32009-07-06N2023-11-04 21:48:14, ! 32009-07-062023-11-04 21:48:14, ! 32009-07-06h2023-11-04 21:48:14, ! 32009-07-0682023-11-04 21:48:14,! 32009-07-06B2023-11-04 21:48:14+!  32008-01-122023-11-04 21:48:14,! 32008-01-122023-11-04 21:48:14,! 32008-01-12U2023-11-04 21:48:14,! 32008-01-12W2023-11-04 21:48:14,! 32008-01-12[2023-11-04 21:48:14+!  32008-01-12V2023-11-04 21:48:14+!  32008-01-122023-11-04 21:48:14,! 32008-01-12N2023-11-04 21:48:14,! 32008-01-122023-11-04 21:48:14,~! 32008-01-12h2023-11-04 21:48:14,}! 32008-01-1282023-11-04 21:48:14,|! 32008-01-12B2023-11-04 21:48:14+{!  32006-02-112023-11-04 21:48:14,z! 32006-02-11U2023-11-04 21:48:14+y!  32006-02-112023-11-04 21:48:14,x! 32006-02-112023-11-04 21:48:14,w! 32006-02-11V2023-11-04 21:48:14,v! 32006-02-11N2023-11-04 21:48:14,u! 32006-02-112023-11-04 21:48:14,t! 32006-02-11 2023-11-04 21:48:14+s!  32006-02-112023-11-04 21:48:14,r! 32006-02-11h 2023-11-04 21:48:14+q! 32006-02-11Z2023-11-04 21:48:14,p! 32006-02-112023-11-04 21:48:14,o! 32006-02-11[2023-11-04 21:48:14,n! 32006-02-11"2023-11-04 21:48:14,m! 32006-02-11B2023-11-04 21:48:14+l!  32003-12-232023-11-04 21:48:14,k! 32003-12-23U2023-11-04 21:48:14+j!  32003-12-232023-11-04 21:48:14,i! 32003-12-232023-11-04 21:48:14,h! 32003-12-23V2023-11-04 21:48:14,g! 32003-12-23N2023-11-04 21:48:14,f! 32003-12-232023-11-04 21:48:14,e! 32003-12-23 2023-11-04 21:48:14+d!  32003-12-232023-11-04 21:48:14,c! 32003-12-23h 2023-11-04 21:48:14+b! 32003-12-23Z2023-11-04 21:48:14,a! 32003-12-232023-11-04 21:48:14,`! 32003-12-23[2023-11-04 21:48:14,_! 32003-12-23"2023-11-04 21:48:14,^! 32003-12-23B2023-11-04 21:48:14,]! 32002-07-302023-11-04 21:48:14+\!  32002-07-302023-11-04 21:48:14,[! 32002-07-302023-11-04 21:48:14,Z! 32002-07-30[2023-11-04 21:48:14,Y! 32002-07-302023-11-04 21:48:14,X! 32002-07-30h2023-11-04 21:48:14,W! 32002-07-302023-11-04 21:48:14+V!  32002-07-302023-11-04 21:48:14,U! 32002-07-302023-11-04 21:48:14,T! 32002-07-30N2023-11-04 21:48:14,S! 32002-07-30,2023-11-04 21:48:14,R! 32002-07-30.2023-11-04 21:48:14,Q! 32001-06-042023-11-04 21:48:14+P!  32001-06-042023-11-04 21:48:14,O! 32001-06-042023-11-04 21:48:14,N! 32001-06-04[2023-11-04 21:48:14,M! 32001-06-042023-11-04 21:48:14,L! 32001-06-04h2023-11-04 21:48:14,K! 32001-06-042023-11-04 21:48:14+J!  32001-06-042023-11-04 21:48:14,I! 32001-06-042023-11-04 21:48:14,H! 32001-06-04N2023-11-04 21:48:14,G! 32001-06-04,2023-11-04 21:48:14,F! 32001-06-04.2023-11-04 21:48:14,E! 32000-01-272023-11-04 21:48:14+D!  32000-01-272023-11-04 21:48:14,C! 32000-01-272023-11-04 21:48:14,B! 32000-01-27[2023-11-04 21:48:14,A! 32000-01-272023-11-04 21:48:14,@! 32000-01-27h2023-11-04 21:48:14,?! 32000-01-272023-11-04 21:48:14+>!  32000-01-272023-11-04 21:48:14,=! 32000-01-272023-11-04 21:48:14,<! 32000-01-27N2023-11-04 21:48:14,;! 32000-01-27,2023-11-04 21:48:14,:! 32000-01-27.2023-11-04 21:48:14+9!  32013-04-272023-11-04 21:48:14+8!  32013-04-27 o2023-11-04 21:48:14,7! 32013-04-272023-11-04 21:48:14-6! 32013-04-27~)2023-11-04 21:48:14,5! 32013-04-272023-11-04 21:48:14,4! 32013-04-27l'2023-11-04 21:48:14,3! 32013-04-27km2023-11-04 21:48:14,2! 32013-04-27j 2023-11-04 21:48:14,1! 32013-04-272023-11-04 21:48:14,0! 32013-04-27Tb2023-11-04 21:48:14,/! 32013-04-272023-11-04 21:48:14,.! 32013-04-27i2023-11-04 21:48:14,-! 32013-04-27%2023-11-04 21:48:14*,!  3 2013-03-20A2023-11-04 21:48:14++!  3 2013-03-202023-11-04 21:48:14,*! 3 2013-03-202023-11-04 21:48:14+)! 3 2013-03-202023-11-04 21:48:14,(! 3 2013-03-2032023-11-04 21:48:14,'! 3 2013-03-202023-11-04 21:48:14,&! 3 2013-03-20 2023-11-04 21:48:14,%! 3 2013-03-202023-11-04 21:48:14,$! 3 2013-03-202023-11-04 21:48:14,#! 32013-03-11'2023-11-04 21:48:14,"! 32013-03-112023-11-04 21:48:14+!! 3O2013-03-13&2023-11-04 21:48:14+ ! 3O2013-03-132023-11-04 21:48:14+! 3O2013-03-13| 2023-11-04 21:48:14+! 3O2013-03-13t2023-11-04 21:48:14+! 3O2013-03-13(2023-11-04 21:48:14+! 3O2013-03-132023-11-04 21:48:14+!  32012-12-262023-11-04 21:48:14*!  32012-12-262023-11-04 21:48:14,! 32012-12-262023-11-04 21:48:14,! 32012-12-262023-11-04 21:48:14,! 32012-12-262023-11-04 21:48:14,! 32012-12-26 2023-11-04 21:48:14,! 32012-12-26d2023-11-04 21:48:14,! 32012-12-26E2023-11-04 21:48:14,! 32012-12-26X62023-11-04 21:48:14,! 32012-12-2692023-11-04 21:48:14-! 32012-12-26&2023-11-04 21:48:14,! 32012-12-212023-11-04 21:48:14,! 32012-12-212023-11-04 21:48:14,! 32012-12-21R/2023-11-04 21:48:14, ! 32012-12-2182023-11-04 21:48:14+ ! 32012-12-21 2023-11-04 21:48:14, ! 32012-12-21d2023-11-04 21:48:14- ! 32012-12-21`2023-11-04 21:48:14+ ! 32012-12-13:2023-11-04 21:48:14+!  32012-12-132023-11-04 21:48:14+! 32012-12-132023-11-04 21:48:14,! 32012-12-13 2023-11-04 21:48:14,! 32012-12-13I2023-11-04 21:48:14,! 32012-12-13 2023-11-04 21:48:14,! 32012-12-13!2023-11-04 21:48:14,! 32012-12-13&2023-11-04 21:48:14,! 32012-12-13E2023-11-04 21:48:14,! 32012-11-05=2023-11-04 21:48:14,! 32012-11-052023-11-04 21:48:14,~! 32012-11-052023-11-04 21:48:14,}! 32012-11-052023-11-04 21:48:14,|! 32012-11-052023-11-04 21:48:14,{! 32012-11-05Y 2023-11-04 21:48:14,z! 32012-11-05e2023-11-04 21:48:14,y! 32012-11-05 2023-11-04 21:48:14,x! 32012-11-052023-11-04 21:48:14,w! 32012-11-05&2023-11-04 21:48:14,v! 32012-11-05)2023-11-04 21:48:14,u! 32012-06-20f 2023-11-04 21:48:14,t! 32012-06-20-2023-11-04 21:48:14,s! 32012-06-20,2023-11-04 21:48:14,r! 32012-06-20+2023-11-04 21:48:14,q! 32012-06-20:!2023-11-04 21:48:14,p! 32012-06-208G2023-11-04 21:48:14,o! 32012-06-20/2023-11-04 21:48:14,n! 32012-05-16-2023-11-04 21:48:14,m! 32012-05-16,2023-11-04 21:48:14,l! 32012-05-16+!2023-11-04 21:48:14,k! 32012-05-16f2023-11-04 21:48:14,j! 32012-05-16:)2023-11-04 21:48:14,i! 32012-05-16842023-11-04 21:48:14+h! 32012-05-16/l2023-11-04 21:48:14+g!  32012-06-182023-11-04 21:48:14,f! 32012-06-182023-11-04 21:48:14,e! 32012-06-182023-11-04 21:48:14-d! 32012-06-182023-11-04 21:48:14,c! 32012-06-18" 2023-11-04 21:48:14,b! 32012-06-182023-11-04 21:48:14,a! 32012-06-182023-11-04 21:48:14,`! 32012-06-182023-11-04 21:48:14,_! 32012-06-182023-11-04 21:48:14,^! 32012-06-18i2023-11-04 21:48:14,]! 32012-06-182023-11-04 21:48:14,\! 32012-06-18 2023-11-04 21:48:14-[! 32012-06-182023-11-04 21:48:14,Z! 32012-06-18 2023-11-04 21:48:14,Y! 32012-05-15 2023-11-04 21:48:14,X! 32012-05-15" 2023-11-04 21:48:14,W! 32012-05-15 2023-11-04 21:48:14-V! 32012-05-15 2023-11-04 21:48:14-U! 32012-05-15@ 2023-11-04 21:48:14+T!  31965-10-25 2023-11-04 21:48:14,S! 31965-10-25Q 2023-11-04 21:48:14,R! 31965-10-25K 2023-11-04 21:48:14+Q! 31965-10-252 2023-11-04 21:48:14,P! 3?2012-05-07 2023-11-04 21:48:14,O! 3?2012-05-07 2023-11-04 21:48:14,N! 3?2012-05-07 2023-11-04 21:48:14,M! 3?2012-05-07 2023-11-04 21:48:14,L! 3?2012-05-079 2023-11-04 21:48:14,K! 3?2012-05-07`Z 2023-11-04 21:48:14,J! 3?2012-05-07y 2023-11-04 21:48:14,I! 32009-03-31%2023-11-04 21:48:14,H! 32009-03-312023-11-04 21:48:14,G! 32009-03-312023-11-04 21:48:14,F! 32009-03-312023-11-04 21:48:14,E! 32009-03-31M2023-11-04 21:48:14,D! 32009-03-3162023-11-04 21:48:14,C! 32009-03-312023-11-04 21:48:14,B! 32009-03-31 2023-11-04 21:48:14,A! 32009-03-31 2023-11-04 21:48:14,@! 32009-03-312023-11-04 21:48:14,?! 32009-03-312023-11-04 21:48:14,>! 32009-03-31N2023-11-04 21:48:14,=! 3W2012-04-272023-11-04 21:48:14+<! 3W2012-04-272023-11-04 21:48:14,;! 3W2012-04-272023-11-04 21:48:14,:! 3W2012-04-272023-11-04 21:48:14+9! 3W2012-04-27&2023-11-04 21:48:14,8! 3W2012-04-27P 2023-11-04 21:48:14,7! 3W2012-04-2762023-11-04 21:48:14,6! 3W2012-04-272023-11-04 21:48:14,5! 3W2012-04-27=42023-11-04 21:48:14,4! 3P2003-06-192023-11-04 21:48:14,3! 3P2003-06-192023-11-04 21:48:14,2! 3P2003-06-192023-11-04 21:48:14-1! 3P2003-06-19`2023-11-04 21:48:14,0! 3P2003-06-192023-11-04 21:48:14,/! 3P2003-06-19T2023-11-04 21:48:14+.!  32012-04-232023-11-04 21:48:14,-! 32012-04-232023-11-04 21:48:14,,! 32012-04-232023-11-04 21:48:14,+! 32012-04-23Y 2023-11-04 21:48:14,*! 32012-04-232023-11-04 21:48:14,)! 32012-04-232023-11-04 21:48:14,(! 32012-04-23e2023-11-04 21:48:14,'! 32012-04-232023-11-04 21:48:14,&! 32012-04-232023-11-04 21:48:14,%! 32012-04-232023-11-04 21:48:14,$! 32012-04-23 2023-11-04 21:48:14,#! 3 2012-04-04 2023-11-04 21:48:14,"! 3 2012-04-04T 2023-11-04 21:48:14,!! 3 2012-04-04S2023-11-04 21:48:14, ! 3 2012-04-04 2023-11-04 21:48:14,! 3 2012-04-042023-11-04 21:48:14,! 3 2012-04-042023-11-04 21:48:14,! 3 1942-12-162023-11-04 21:48:14,! 3 1942-12-16' 2023-11-04 21:48:14,! 3 1942-12-162023-11-04 21:48:14,! 3 1942-12-16>2023-11-04 21:48:14,! 31969-11-12.2023-11-04 21:48:14,! 31969-11-122023-11-04 21:48:14,! 31969-11-12;2023-11-04 21:48:14,! 31941-08-29x2023-11-04 21:48:14,! 31941-08-29/2023-11-04 21:48:14+!  31941-08-292023-11-04 21:48:14,! 31941-08-29t2023-11-04 21:48:14,! 31941-08-29 2023-11-04 21:48:14,! 31941-08-29 2023-11-04 21:48:14,! 31941-08-292023-11-04 21:48:14,! 31940-10-28x2023-11-04 21:48:14,! 31940-10-28/2023-11-04 21:48:14+ !  31940-10-282023-11-04 21:48:14, ! 31940-10-28t2023-11-04 21:48:14, ! 31940-10-28 2023-11-04 21:48:14, ! 31940-10-28 2023-11-04 21:48:14, ! 31940-10-282023-11-04 21:48:14+!  31940-03-142023-11-04 21:48:14,! 31940-03-14x2023-11-04 21:48:14+!  31940-03-14t2023-11-04 21:48:14+!  31940-03-142023-11-04 21:48:14,! 31940-03-142023-11-04 21:48:14,! 31940-03-14 2023-11-04 21:48:14,! 31940-03-142023-11-04 21:48:14+!  31939-04-262023-11-04 21:48:14,! 31939-04-26x2023-11-04 21:48:14+!  31939-04-26t2023-11-04 21:48:14+~!  31939-04-262023-11-04 21:48:14,}! 31939-04-262023-11-04 21:48:14,|! 31939-04-26 2023-11-04 21:48:14,{! 31939-04-262023-11-04 21:48:14+z!  31939-04-072023-11-04 21:48:14,y! 31939-04-07x2023-11-04 21:48:14+x!  31939-04-07t2023-11-04 21:48:14+w!  31939-04-072023-11-04 21:48:14,v! 31939-04-072023-11-04 21:48:14,u! 31939-04-07 2023-11-04 21:48:14,t! 31939-04-072023-11-04 21:48:14,s! 31934-11-092023-11-04 21:48:14,r! 31934-11-092023-11-04 21:48:14,q! 31934-11-09 2023-11-04 21:48:14+p!  31934-11-092023-11-04 21:48:14,o! 31934-11-09x2023-11-04 21:48:14,n! 31934-11-092023-11-04 21:48:14,m! 31934-11-09/ 2023-11-04 21:48:14+l!  31934-11-09t2023-11-04 21:48:14,k! 31932-01-062023-11-04 21:48:14,j! 31932-01-062023-11-04 21:48:14+i!  31932-01-06t2023-11-04 21:48:14,h! 31932-01-06x"2023-11-04 21:48:14,g! 31932-01-06/2023-11-04 21:48:14,f! 31932-01-06p2023-11-04 21:48:14+e!  31929-10-22z2023-11-04 21:48:14,d! 31929-10-22 2023-11-04 21:48:14,c! 31929-10-22q2023-11-04 21:48:14+b!  31929-10-22t2023-11-04 21:48:14,a! 31929-10-22o2023-11-04 21:48:14,`! 31929-10-22/2023-11-04 21:48:14,_! 31923-02-092023-11-04 21:48:14,^! 31923-02-09q2023-11-04 21:48:14,]! 31923-02-092023-11-04 21:48:14+\!  31923-02-09t2023-11-04 21:48:14,[! 31923-02-092023-11-04 21:48:14,Z! 31918-01-102023-11-04 21:48:14,Y! 31918-01-10q52023-11-04 21:48:14,X! 31917-02-172023-11-04 21:48:14+W!  31917-02-17t2023-11-04 21:48:14,V! 31917-02-172023-11-04 21:48:14,U! 31917-02-17 2023-11-04 21:48:14+T!  31915-10-27t2023-11-04 21:48:14,S! 31915-10-27*2023-11-04 21:48:14,R! 31915-10-27 2023-11-04 21:48:14+Q!  31914-09-17t2023-11-04 21:48:14,P! 31914-09-17*2023-11-04 21:48:14,O! 31914-09-17 2023-11-04 21:48:14,N! 31913-06-24%2023-11-04 21:48:14,M! 31913-06-24&2023-11-04 21:48:14,L! 31910-04-292023-11-04 21:48:14,K! 31910-04-29+2023-11-04 21:48:14+J!  31910-04-29t2023-11-04 21:48:14,I! 31909-06-022023-11-04 21:48:14,H! 31909-06-02}2023-11-04 21:48:14,G! 31909-06-02r2023-11-04 21:48:14,F! 31909-06-02j2023-11-04 21:48:14,E! 31909-06-022023-11-04 21:48:14,D! 31908-11-132023-11-04 21:48:14,C! 31908-11-13}2023-11-04 21:48:14,B! 31908-11-13r2023-11-04 21:48:14,A! 31908-11-13j2023-11-04 21:48:14,@! 31908-11-132023-11-04 21:48:14,?! 31905-07-052023-11-04 21:48:14+>!  31905-07-052023-11-04 21:48:14,=! 31905-07-05j2023-11-04 21:48:14,<! 31905-07-052023-11-04 21:48:14,;! 31904-08-182023-11-04 21:48:14+:!  31904-08-182023-11-04 21:48:14,9! 31904-08-18j2023-11-04 21:48:14,8! 31904-08-182023-11-04 21:48:14,7! 31904-04-272023-11-04 21:48:14+6!  31904-04-272023-11-04 21:48:14,5! 31904-04-27j2023-11-04 21:48:14,4! 31904-04-272023-11-04 21:48:14,3! 31903-09-242023-11-04 21:48:14+2!  31903-09-242023-11-04 21:48:14,1! 31903-09-242023-11-04 21:48:14+0!  31903-09-24t2023-11-04 21:48:14,/! 31903-09-24j 2023-11-04 21:48:14,.! 31941-10-07x2023-11-04 21:48:14,-! 31941-10-07/2023-11-04 21:48:14+,!  31941-10-072023-11-04 21:48:14,+! 31941-10-07t2023-11-04 21:48:14,*! 31941-10-07 2023-11-04 21:48:14,)! 31941-10-07 2023-11-04 21:48:14,(! 31941-10-072023-11-04 21:48:14+'!  31943-09-212023-11-04 21:48:14,&! 31943-09-21x 2023-11-04 21:48:14,%! 31943-09-212023-11-04 21:48:14 HsD~~~~Y~*}}}}k};} |||{|K|{{{{\{,zzzzlz>>>g>7>===y=J=<<<<\<+;;;;k;;; :::{:K:9999_9/8888o8A87777O76666`606555p5@54444P4 3333`303222p2@2111}1M10000]0-////p/@/....P. ----`-0-,,,p,@,++++P+ ****`*0*)))p)@)((((O(''''_'.&&&&o&?&%%%%O%$$$$_$/####o#?#""""O"!!!!_!/! p @ P `0n>~O a2rCS#b2qAR"a1p@P c4sCT%f7wG V ' g 8  x H  X ( h 8 xHX(h8xH,I! 31928-10-02r2023-11-04 21:48:14,H! 31928-10-022023-11-04 21:48:14,G! 31928-10-02|2023-11-04 21:48:14,F! 31928-10-02I2023-11-04 21:48:14,E! 31928-10-02Z2023-11-04 21:48:14,D! 31930-06-07 2023-11-04 21:48:14,C! 31930-06-07r2023-11-04 21:48:14,B! 31930-06-072023-11-04 21:48:14,A! 31930-06-07|2023-11-04 21:48:14,@! 31930-06-07I2023-11-04 21:48:14,?! 31930-06-07Z2023-11-04 21:48:14,>! 31932-09-24 2023-11-04 21:48:14,=! 31932-09-24r2023-11-04 21:48:14,<! 31932-09-24 2023-11-04 21:48:14,;! 31932-09-24|2023-11-04 21:48:14,:! 31932-09-24$2023-11-04 21:48:14,9! 31932-09-24:2023-11-04 21:48:14,8! 31932-09-24h2023-11-04 21:48:14,7! 31936-06-19 2023-11-04 21:48:14,6! 31936-06-19r2023-11-04 21:48:14,5! 31936-06-19 2023-11-04 21:48:14,4! 31936-06-19|2023-11-04 21:48:14,3! 31936-06-19$2023-11-04 21:48:14,2! 31936-06-19:2023-11-04 21:48:14,1! 31936-06-19h2023-11-04 21:48:14,0! 31939-12-13r2023-11-04 21:48:14,/! 31939-12-13 2023-11-04 21:48:14,.! 31939-12-13|2023-11-04 21:48:14,-! 31939-12-13$2023-11-04 21:48:14,,! 31939-12-13,2023-11-04 21:48:14,+! 31939-12-13p2023-11-04 21:48:14,*! 31936-09-28r2023-11-04 21:48:14,)! 31936-09-28 2023-11-04 21:48:14,(! 31936-09-28|2023-11-04 21:48:14,'! 31936-09-28$2023-11-04 21:48:14,&! 31936-09-28,2023-11-04 21:48:14,%! 31936-09-28p2023-11-04 21:48:14+$!  32015-10-302023-11-04 21:48:14,#! 32015-10-302023-11-04 21:48:14,"! 32015-10-30-2023-11-04 21:48:14,!! 32015-10-30V2023-11-04 21:48:14, ! 32015-10-30k2023-11-04 21:48:14+!  32015-11-042023-11-04 21:48:14,! 32015-11-04 2023-11-04 21:48:14,! 32015-11-04(,2023-11-04 21:48:14,! 32015-11-04c2023-11-04 21:48:14-! 32015-11-04p2023-11-04 21:48:14,! 32015-09-21u 2023-11-04 21:48:14,! 32015-09-21+ 2023-11-04 21:48:14,! 32015-09-21 * 2023-11-04 21:48:14,! 32015-09-21f2023-11-04 21:48:14,! 32015-09-21:2023-11-04 21:48:14,! 32015-09-21,2023-11-04 21:48:14+! 32015-09-21/K2023-11-04 21:48:14-! 32015-09-2182023-11-04 21:48:14,! 3$2015-09-15t2023-11-04 21:48:14+!  3$2015-09-152023-11-04 21:48:14+!  3$2015-09-152023-11-04 21:48:14+!  3$2015-09-152023-11-04 21:48:14+!  3$2015-09-152023-11-04 21:48:14, ! 3$2015-09-15 2023-11-04 21:48:14, ! 3$2015-09-152023-11-04 21:48:14, ! 3$2015-09-15:2023-11-04 21:48:14, ! 3$2015-09-1572023-11-04 21:48:14, ! 32015-08-28P2023-11-04 21:48:14,! 32015-08-28 P2023-11-04 21:48:14-! 32015-08-282023-11-04 21:48:14-! 32015-08-282023-11-04 21:48:14+!  32015-06-28f2023-11-04 21:48:14+!  32015-06-28 2023-11-04 21:48:14*!  32015-06-28J2023-11-04 21:48:14+!  32015-06-28c2023-11-04 21:48:14,! 32015-06-28  2023-11-04 21:48:14,! 32015-06-2822023-11-04 21:48:14,! 32015-06-28E"2023-11-04 21:48:14,~! 32015-06-28%2023-11-04 21:48:14,}! 32015-06-28x 2023-11-04 21:48:14,|! 32015-06-28l2023-11-04 21:48:14,{! 32015-06-28N2023-11-04 21:48:14,z! 32015-06-282023-11-04 21:48:14,y! 32015-06-28]/2023-11-04 21:48:14,x! 3_1911-10-10 2023-11-04 21:48:14,w! 3_1911-10-10pR2023-11-04 21:48:14-v! 3_1911-10-102023-11-04 21:48:14,u! 3_1917-10-12 2023-11-04 21:48:14,t! 3_1917-10-12pR2023-11-04 21:48:14-s! 3_1917-10-122023-11-04 21:48:14,r! 3^1920-07-10pR2023-11-04 21:48:14-q! 3^1920-07-102023-11-04 21:48:14+p!  3]1921-12-29 2023-11-04 21:48:14,o! 3]1921-12-292023-11-04 21:48:14,n! 3]1921-12-29 {2023-11-04 21:48:14,m! 3]1921-12-29 @2023-11-04 21:48:14,l! 3]1921-12-2922023-11-04 21:48:14,k! 3]1921-12-29pt2023-11-04 21:48:14+j!  3[1926-09-25 2023-11-04 21:48:14,i! 3[1926-09-252023-11-04 21:48:14,h! 3[1926-09-25 {2023-11-04 21:48:14,g! 3[1926-09-25 2023-11-04 21:48:14,f! 3[1926-09-25[2023-11-04 21:48:14-e! 3[1926-09-25p2023-11-04 21:48:14,d! 3Z1930-08-072023-11-04 21:48:14,c! 3Z1930-08-07 {2023-11-04 21:48:14,b! 3Z1930-08-07  2023-11-04 21:48:14,a! 3Z1930-08-07p[2023-11-04 21:48:14-`! 3Z1930-08-072023-11-04 21:48:14,_! 3Y1935-10-23 2023-11-04 21:48:14+^!  3Y1935-10-23 2023-11-04 21:48:14,]! 3Y1935-10-23(2023-11-04 21:48:14,\! 3Y1935-10-23p2023-11-04 21:48:14,[! 3Y1935-10-23(2023-11-04 21:48:14-Z! 3Y1935-10-23p2023-11-04 21:48:14+Y!  3W2015-05-29 m2023-11-04 21:48:14,X! 3W2015-05-292023-11-04 21:48:14,W! 3W2015-05-29I 2023-11-04 21:48:14,V! 3W2015-05-29&2023-11-04 21:48:14,U! 3W2015-05-29 2023-11-04 21:48:14+T! 3W2015-05-29^12023-11-04 21:48:14,S! 3W2015-05-29&2023-11-04 21:48:14,R! 3W2015-05-29"2023-11-04 21:48:14,Q! 3W2015-05-29^%2023-11-04 21:48:14+P!  3X2015-05-082023-11-04 21:48:14+O!  3X2015-05-082023-11-04 21:48:14+N!  3X2015-05-082023-11-04 21:48:14,M! 3X2015-05-082023-11-04 21:48:14,L! 3X2015-05-082023-11-04 21:48:14,K! 3X2015-05-0872023-11-04 21:48:14,J! 3X2015-05-082023-11-04 21:48:14,I! 3X2015-05-08?2023-11-04 21:48:14,H! 3X2015-05-082023-11-04 21:48:14,G! 3X2015-05-0882023-11-04 21:48:14-F! 3X2015-05-082023-11-04 21:48:14-E! 3X2015-05-08K2023-11-04 21:48:14,D! 3T2015-05-142023-11-04 21:48:14,C! 3T2015-05-14 j 2023-11-04 21:48:14,B! 3T2015-05-146 2023-11-04 21:48:14,A! 3T2015-05-142023-11-04 21:48:14,@! 3T2015-05-142023-11-04 21:48:14,?! 3T2015-05-142023-11-04 21:48:14,>! 3T2015-05-142023-11-04 21:48:14,=! 3T2015-05-142023-11-04 21:48:14,<! 3T2015-05-14  2023-11-04 21:48:14,;! 3T2015-05-142023-11-04 21:48:14,:! 3U2015-04-092023-11-04 21:48:14,9! 3U2015-04-09 i2023-11-04 21:48:14,8! 3U2015-04-09=2023-11-04 21:48:14,7! 3U2015-04-092023-11-04 21:48:14,6! 3U2015-04-09q2023-11-04 21:48:14+5! 3U2015-04-09q2023-11-04 21:48:14,4! 31998-12-212023-11-04 21:48:14,3! 31998-12-21F2023-11-04 21:48:14,2! 31998-12-212023-11-04 21:48:14,1! 31998-12-2162023-11-04 21:48:14,0! 31998-12-212023-11-04 21:48:14,/! 31998-12-212023-11-04 21:48:14,.! 31998-12-212023-11-04 21:48:14,-! 31998-12-212023-11-04 21:48:14,,! 31998-12-21 2023-11-04 21:48:14,+! 31998-12-21 2023-11-04 21:48:14,*! 31998-12-21 2023-11-04 21:48:14,)! 31998-12-212023-11-04 21:48:14,(! 31998-12-21"2023-11-04 21:48:14,'! 31998-01-042023-11-04 21:48:14,&! 31998-01-04F2023-11-04 21:48:14,%! 31998-01-042023-11-04 21:48:14,$! 31998-01-0462023-11-04 21:48:14,#! 31998-01-042023-11-04 21:48:14,"! 31998-01-042023-11-04 21:48:14,!! 31998-01-042023-11-04 21:48:14, ! 31998-01-042023-11-04 21:48:14,! 31998-01-04 2023-11-04 21:48:14,! 31998-01-04 2023-11-04 21:48:14,! 31998-01-04 2023-11-04 21:48:14,! 31998-01-042023-11-04 21:48:14,! 31998-01-04"2023-11-04 21:48:14,! 3S2015-01-27: 2023-11-04 21:48:14,! 3S2015-01-27+ 2023-11-04 21:48:14,! 3S2015-01-27f2023-11-04 21:48:14,! 3S2015-01-27 *2023-11-04 21:48:14,! 3S2015-01-27,2023-11-04 21:48:14+! 3S2015-01-27/L2023-11-04 21:48:14-! 3S2015-01-2782023-11-04 21:48:14,! 3R2014-12-242023-11-04 21:48:14,! 3R2014-12-24 d2023-11-04 21:48:14,! 3R2014-12-24X)2023-11-04 21:48:14,! 3R2014-12-24 2023-11-04 21:48:14,! 3R2014-12-242023-11-04 21:48:14,! 3R2014-12-242023-11-04 21:48:14, ! 3R2014-12-24I2023-11-04 21:48:14, ! 3R2014-12-24E#2023-11-04 21:48:14- ! 3R2014-12-24"2023-11-04 21:48:14, ! 3/2014-12-02 2023-11-04 21:48:14, ! 3/2014-12-022023-11-04 21:48:14,! 3/2014-12-02 2023-11-04 21:48:14,! 3/2014-12-02N2023-11-04 21:48:14,! 3/2014-12-02%2023-11-04 21:48:14,! 3/2014-12-022023-11-04 21:48:14,! 3/2014-12-0262023-11-04 21:48:14,! 3/2014-12-022023-11-04 21:48:14,! 3/2014-12-022023-11-04 21:48:14,! 3/2014-12-02 2023-11-04 21:48:14,! 3/2014-12-02 2023-11-04 21:48:14,! 3/2014-12-022023-11-04 21:48:14,~! 3/2014-12-02 2023-11-04 21:48:14,}! 32014-12-15 W2023-11-04 21:48:14,|! 32014-12-152023-11-04 21:48:14,{! 32014-12-152023-11-04 21:48:14,z! 32014-12-15R/2023-11-04 21:48:14,y! 32014-12-1582023-11-04 21:48:14+x! 32014-12-15 2023-11-04 21:48:14,w! 32014-12-15N2023-11-04 21:48:14-v! 32014-12-15`2023-11-04 21:48:14,u! 3H2014-11-072023-11-04 21:48:14,t! 3H2014-11-07'2023-11-04 21:48:14,s! 3H2014-11-07&2023-11-04 21:48:14,r! 3H2014-11-07 < 2023-11-04 21:48:14,q! 3H2014-11-07 :2023-11-04 21:48:14,p! 3H2014-11-07 2023-11-04 21:48:14,o! 3H2014-11-07T2023-11-04 21:48:14,n! 3H2014-11-07 ;2023-11-04 21:48:14,m! 3?2014-11-05 >2023-11-04 21:48:14,l! 3?2014-11-05 =2023-11-04 21:48:14,k! 3?2014-11-05 2023-11-04 21:48:14,j! 3?2014-11-052023-11-04 21:48:14,i! 3?2014-11-052023-11-04 21:48:14,h! 3?2014-11-05L2023-11-04 21:48:14+g!  3=2014-10-08!2023-11-04 21:48:14+f!  3=2014-10-08i2023-11-04 21:48:14+e! 3=2014-10-08r2023-11-04 21:48:14,d! 3=2014-10-08{ 2023-11-04 21:48:14,c! 3=2014-10-082023-11-04 21:48:14,b! 3=2014-10-08n 2023-11-04 21:48:14,a! 3=2014-10-08<2023-11-04 21:48:14,`! 3o1988-05-10 ~2023-11-04 21:48:14,_! 3o1988-05-10#~2023-11-04 21:48:14,^! 3o1988-05-10#~2023-11-04 21:48:14-]! 3o1988-05-10~2023-11-04 21:48:14-\! 3o1988-05-10~2023-11-04 21:48:14-[! 3o1988-05-10~2023-11-04 21:48:14,Z! 3<2014-10-02 1}2023-11-04 21:48:14,Y! 3<2014-10-02}2023-11-04 21:48:14,X! 3<2014-10-02r}2023-11-04 21:48:14,W! 3<2014-10-02q}2023-11-04 21:48:14,V! 3<2014-10-02}2023-11-04 21:48:14,U! 3<2014-10-02|}2023-11-04 21:48:14,T! 3<2014-10-02}2023-11-04 21:48:14,S! 3<2014-10-02T}2023-11-04 21:48:14,R! 31981-05-22|2023-11-04 21:48:14,Q! 31981-05-22V|2023-11-04 21:48:14,P! 31981-05-22q|2023-11-04 21:48:14,O! 31981-05-22{|2023-11-04 21:48:14-N! 31981-05-22|2023-11-04 21:48:14,M! 302014-10-11{2023-11-04 21:48:14,L! 302014-10-11{2023-11-04 21:48:14+K!  302014-10-11{2023-11-04 21:48:14,J! 302014-10-11{2023-11-04 21:48:14,I! 302014-10-11 {2023-11-04 21:48:14,H! 302014-10-11!{2023-11-04 21:48:14,G! 302014-10-11 {2023-11-04 21:48:14,F! 302014-10-11b{2023-11-04 21:48:14,E! 302014-10-11{2023-11-04 21:48:14,D! 302014-10-11V{2023-11-04 21:48:14,C! 302014-10-11{2023-11-04 21:48:14,B! 302014-10-11:{2023-11-04 21:48:14,A! 302014-10-11{2023-11-04 21:48:14+@!  32014-09-22z2023-11-04 21:48:14,?! 32014-09-22uz2023-11-04 21:48:14,>! 32014-09-22z2023-11-04 21:48:14,=! 32014-09-22(z2023-11-04 21:48:14-<! 32014-09-22z2023-11-04 21:48:14-;! 32014-09-22z2023-11-04 21:48:14,:! 32014-09-20_y2023-11-04 21:48:14*9!  32014-09-20By2023-11-04 21:48:14,8! 32014-09-20y2023-11-04 21:48:14,7! 32014-09-20I y2023-11-04 21:48:14,6! 32014-09-20& y2023-11-04 21:48:14,5! 32014-09-20 y2023-11-04 21:48:14,4! 32014-09-20*y2023-11-04 21:48:14,3! 32014-09-20^,y2023-11-04 21:48:14+2! 32014-09-20^#y2023-11-04 21:48:14,1! 32014-09-20'y2023-11-04 21:48:14*0!  312014-08-25Ax2023-11-04 21:48:14+/!  312014-08-25x2023-11-04 21:48:14,.! 312014-08-25 !x2023-11-04 21:48:14,-! 312014-08-25 x2023-11-04 21:48:14,,! 312014-08-25 $x2023-11-04 21:48:14,+! 312014-08-25x2023-11-04 21:48:14,*! 312014-08-25x2023-11-04 21:48:14,)! 312014-08-253 x2023-11-04 21:48:14,(! 312014-08-25x2023-11-04 21:48:14,'! 3&2014-08-28 w2023-11-04 21:48:14,&! 3&2014-08-28ww2023-11-04 21:48:14,%! 3&2014-08-285w2023-11-04 21:48:14-$! 3&2014-08-28w2023-11-04 21:48:14-#! 3&2014-08-28Gw2023-11-04 21:48:14+"! 3K1950-07-02v2023-11-04 21:48:14+!! 3K1950-07-02Jv2023-11-04 21:48:14, ! 3K1950-07-02>v2023-11-04 21:48:14+! 3K1950-07-02+v2023-11-04 21:48:14+! 3K1950-07-02v2023-11-04 21:48:14+! 3K1950-07-020v2023-11-04 21:48:14+! 3K1950-07-02iv2023-11-04 21:48:14,! 3K1950-07-02v2023-11-04 21:48:14,! 32014-08-26u2023-11-04 21:48:14,! 32014-08-26u2023-11-04 21:48:14,! 32014-08-26u2023-11-04 21:48:14,! 32014-08-26u2023-11-04 21:48:14-! 32014-08-26$u2023-11-04 21:48:14,! 32014-08-26iu2023-11-04 21:48:14-! 32014-08-26u2023-11-04 21:48:14,! 32014-08-05s2023-11-04 21:48:14,! 32014-08-05$s2023-11-04 21:48:14,! 32014-08-05Ts2023-11-04 21:48:14,! 32014-08-05as2023-11-04 21:48:14+!  32000-12-10 1r2023-11-04 21:48:14+! 32000-12-10{r2023-11-04 21:48:14+ !  32000-12-10 9r2023-11-04 21:48:14, ! 32000-12-10gr2023-11-04 21:48:14+ !  32000-12-10%r2023-11-04 21:48:14, ! 32000-12-10r2023-11-04 21:48:14, ! 32000-12-10Mr2023-11-04 21:48:14,! 32000-12-106r2023-11-04 21:48:14,! 32000-12-10r2023-11-04 21:48:14,! 32000-12-10r2023-11-04 21:48:14,! 32000-12-10Gr2023-11-04 21:48:14,! 32000-12-10:r2023-11-04 21:48:14,! 32000-12-10r2023-11-04 21:48:14,! 32000-12-10 r2023-11-04 21:48:14,! 32000-12-10r2023-11-04 21:48:14,! 32000-12-10r2023-11-04 21:48:14,! 32000-12-10r2023-11-04 21:48:14+~!  31951-02-14 q2023-11-04 21:48:14+}!  31951-02-14#q2023-11-04 21:48:14+|!  31951-02-14 q2023-11-04 21:48:14,{! 31951-02-14 q2023-11-04 21:48:14,z! 31951-02-14q2023-11-04 21:48:14,y! 31951-02-14'q2023-11-04 21:48:14,x! 31951-02-14q2023-11-04 21:48:14,w! 31951-02-14q2023-11-04 21:48:14,v! 31951-02-14q2023-11-04 21:48:14,u! 31951-02-14q2023-11-04 21:48:14,t! 31951-02-14q2023-11-04 21:48:14,s! 31951-02-14.q2023-11-04 21:48:14,r! 31961-05-30p2023-11-04 21:48:14,q! 31961-05-30(p2023-11-04 21:48:14,p! 31961-05-30 p2023-11-04 21:48:14+o!  31961-05-30+p2023-11-04 21:48:14,n! 31961-05-30/p2023-11-04 21:48:14,m! 31961-05-30.p2023-11-04 21:48:14,l! 31961-05-30p2023-11-04 21:48:14,k! 31961-05-30?p2023-11-04 21:48:14,j! 31961-05-30 p2023-11-04 21:48:14,i! 31961-05-30 p2023-11-04 21:48:14,h! 31961-05-30p2023-11-04 21:48:14,g! 31961-05-30/p2023-11-04 21:48:14+f! 32008-09-21{o2023-11-04 21:48:14,e! 32008-09-21%o2023-11-04 21:48:14,d! 32008-09-21o2023-11-04 21:48:14,c! 32008-09-216o2023-11-04 21:48:14,b! 32008-09-21o2023-11-04 21:48:14,a! 32008-09-21o2023-11-04 21:48:14,`! 32008-09-21Qo2023-11-04 21:48:14,_! 32008-09-21M o2023-11-04 21:48:14,^! 32008-09-21 o2023-11-04 21:48:14,]! 32008-09-21 o2023-11-04 21:48:14,\! 32008-09-21 o2023-11-04 21:48:14,[! 32008-09-21o2023-11-04 21:48:14,Z! 32008-09-21No2023-11-04 21:48:14,Y! 3/2013-03-18n2023-11-04 21:48:14,X! 3/2013-03-18 n2023-11-04 21:48:14,W! 3/2013-03-18Nn2023-11-04 21:48:14,V! 3/2013-03-18%n2023-11-04 21:48:14,U! 3/2013-03-18n2023-11-04 21:48:14,T! 3/2013-03-186n2023-11-04 21:48:14,S! 3/2013-03-18n2023-11-04 21:48:14,R! 3/2013-03-18n2023-11-04 21:48:14,Q! 3/2013-03-18 n2023-11-04 21:48:14,P! 3/2013-03-18 n2023-11-04 21:48:14,O! 3/2013-03-18n2023-11-04 21:48:14,N! 3/2013-03-18 n2023-11-04 21:48:14,M! 32008-01-18%m2023-11-04 21:48:14,L! 32008-01-18m2023-11-04 21:48:14,K! 32008-01-186m2023-11-04 21:48:14,J! 32008-01-18m2023-11-04 21:48:14,I! 32008-01-18m2023-11-04 21:48:14,H! 32008-01-18Qm2023-11-04 21:48:14,G! 32008-01-18M m2023-11-04 21:48:14,F! 32008-01-18 m2023-11-04 21:48:14,E! 32008-01-18 m2023-11-04 21:48:14,D! 32008-01-18 m2023-11-04 21:48:14,C! 32008-01-18m2023-11-04 21:48:14,B! 32008-01-18Nm2023-11-04 21:48:14,A! 32006-10-30%l2023-11-04 21:48:14,@! 32006-10-30l2023-11-04 21:48:14,?! 32006-10-306l2023-11-04 21:48:14,>! 32006-10-30l2023-11-04 21:48:14,=! 32006-10-30l2023-11-04 21:48:14,<! 32006-10-30Ql2023-11-04 21:48:14,;! 32006-10-30M l2023-11-04 21:48:14,:! 32006-10-30 l2023-11-04 21:48:14,9! 32006-10-30 l2023-11-04 21:48:14,8! 32006-10-30 l2023-11-04 21:48:14,7! 32006-10-30l2023-11-04 21:48:14,6! 32006-10-30Nl2023-11-04 21:48:14,5! 32006-05-04%k2023-11-04 21:48:14,4! 32006-05-04k2023-11-04 21:48:14,3! 32006-05-046k2023-11-04 21:48:14,2! 32006-05-04k2023-11-04 21:48:14,1! 32006-05-04k2023-11-04 21:48:14,0! 32006-05-04Qk2023-11-04 21:48:14,/! 32006-05-04M k2023-11-04 21:48:14,.! 32006-05-04 k2023-11-04 21:48:14,-! 32006-05-04 k2023-11-04 21:48:14,,! 32006-05-04 k2023-11-04 21:48:14,+! 32006-05-04k2023-11-04 21:48:14,*! 32006-05-04Nk2023-11-04 21:48:14,)! 32006-01-18Ni2023-11-04 21:48:14,(! 32006-01-18Ki2023-11-04 21:48:14+'! 32006-01-18{i2023-11-04 21:48:14,&! 32006-01-18 i2023-11-04 21:48:14,%! 32006-01-18i2023-11-04 21:48:14,$! 32006-01-186i2023-11-04 21:48:14,#! 32006-01-18%i2023-11-04 21:48:14,"! 32006-01-18i2023-11-04 21:48:14,!! 32006-01-18i2023-11-04 21:48:14, ! 32006-01-18i2023-11-04 21:48:14,! 32006-01-18Mi2023-11-04 21:48:14,! 32006-01-18 i2023-11-04 21:48:14,! 32006-01-18:i2023-11-04 21:48:14,! 32006-01-18i2023-11-04 21:48:14,! 32006-01-18i2023-11-04 21:48:14,! 32005-01-106h2023-11-04 21:48:14,! 32005-01-10%h2023-11-04 21:48:14,! 32005-01-10gh2023-11-04 21:48:14,! 32005-01-10h2023-11-04 21:48:14,! 32005-01-10h2023-11-04 21:48:14,! 32005-01-10h2023-11-04 21:48:14,! 32005-01-10h2023-11-04 21:48:14,! 32005-01-10Mh2023-11-04 21:48:14,! 32005-01-10 h2023-11-04 21:48:14,! 32005-01-10:h2023-11-04 21:48:14,! 32005-01-10h2023-11-04 21:48:14,! 32005-01-10(h2023-11-04 21:48:14,! 32004-06-066f2023-11-04 21:48:14, ! 32004-06-06%f2023-11-04 21:48:14, ! 32004-06-06gf2023-11-04 21:48:14, ! 32004-06-06f2023-11-04 21:48:14, ! 32004-06-06f2023-11-04 21:48:14, ! 32004-06-06f2023-11-04 21:48:14,! 32004-06-06f2023-11-04 21:48:14,! 32004-06-06Mf2023-11-04 21:48:14,! 32004-06-06 f2023-11-04 21:48:14,! 32004-06-06:f2023-11-04 21:48:14,! 32004-06-06f2023-11-04 21:48:14,! 32004-06-06(f2023-11-04 21:48:14,! 32003-03-036e2023-11-04 21:48:14,! 32003-03-03e2023-11-04 21:48:14,! 32003-03-03%e2023-11-04 21:48:14,! 32003-03-03ge2023-11-04 21:48:14,~! 32003-03-03e2023-11-04 21:48:14,}! 32003-03-03e2023-11-04 21:48:14,|! 32003-03-03e2023-11-04 21:48:14,{! 32003-03-03e2023-11-04 21:48:14,z! 32003-03-03Me2023-11-04 21:48:14,y! 32003-03-03 e2023-11-04 21:48:14,x! 32003-03-03:e2023-11-04 21:48:14,w! 32003-03-03e2023-11-04 21:48:14,v! 32003-03-03&e2023-11-04 21:48:14,u! 32002-11-02Fd2023-11-04 21:48:14+t!  32002-11-02 1d2023-11-04 21:48:14+s! 32002-11-02{d2023-11-04 21:48:14+r!  32002-11-02 9d2023-11-04 21:48:14,q! 32002-11-02gd2023-11-04 21:48:14+p!  32002-11-02%d2023-11-04 21:48:14,o! 32002-11-02d2023-11-04 21:48:14,n! 32002-11-02Md2023-11-04 21:48:14,m! 32002-11-026d2023-11-04 21:48:14,l! 32002-11-02d2023-11-04 21:48:14,k! 32002-11-02d2023-11-04 21:48:14,j! 32002-11-02Gd2023-11-04 21:48:14,i! 32002-11-02:d2023-11-04 21:48:14,h! 32002-11-02d2023-11-04 21:48:14,g! 32002-11-02 d2023-11-04 21:48:14,f! 32002-11-02d2023-11-04 21:48:14,e! 32002-11-02d2023-11-04 21:48:14,d! 32002-11-02d2023-11-04 21:48:14,c! 32002-07-30Fc2023-11-04 21:48:14+b!  32002-07-30 1c2023-11-04 21:48:14+a! 32002-07-30{c2023-11-04 21:48:14+`!  32002-07-30 9c2023-11-04 21:48:14,_! 32002-07-30gc2023-11-04 21:48:14+^!  32002-07-30%c2023-11-04 21:48:14,]! 32002-07-30c2023-11-04 21:48:14,\! 32002-07-30Mc2023-11-04 21:48:14,[! 32002-07-306c2023-11-04 21:48:14,Z! 32002-07-30c2023-11-04 21:48:14,Y! 32002-07-30c2023-11-04 21:48:14,X! 32002-07-30Gc2023-11-04 21:48:14,W! 32002-07-30:c2023-11-04 21:48:14,V! 32002-07-30c2023-11-04 21:48:14,U! 32002-07-30 c2023-11-04 21:48:14,T! 32002-07-30c2023-11-04 21:48:14,S! 32002-07-30c2023-11-04 21:48:14,R! 32002-07-30c2023-11-04 21:48:14,Q! 32002-04-08Fb2023-11-04 21:48:14+P!  32002-04-08 1b2023-11-04 21:48:14+O! 32002-04-08{b2023-11-04 21:48:14+N!  32002-04-08 9b2023-11-04 21:48:14,M! 32002-04-08gb2023-11-04 21:48:14+L!  32002-04-08%b2023-11-04 21:48:14,K! 32002-04-08b2023-11-04 21:48:14,J! 32002-04-08Mb2023-11-04 21:48:14,I! 32002-04-086b2023-11-04 21:48:14,H! 32002-04-08b2023-11-04 21:48:14,G! 32002-04-08b2023-11-04 21:48:14,F! 32002-04-08Gb2023-11-04 21:48:14,E! 32002-04-08:b2023-11-04 21:48:14,D! 32002-04-08b2023-11-04 21:48:14,C! 32002-04-08 b2023-11-04 21:48:14,B! 32002-04-08b2023-11-04 21:48:14,A! 32002-04-08b2023-11-04 21:48:14,@! 32002-04-08b2023-11-04 21:48:14+?!  31999-07-06 9a2023-11-04 21:48:14,>! 31999-07-06ga2023-11-04 21:48:14,=! 31999-07-06%a2023-11-04 21:48:14,<! 31999-07-06a2023-11-04 21:48:14,;! 31999-07-06a2023-11-04 21:48:14,:! 31999-07-06Ma2023-11-04 21:48:14,9! 31999-07-066a2023-11-04 21:48:14,8! 31999-07-06a2023-11-04 21:48:14,7! 31999-07-06a2023-11-04 21:48:14,6! 31999-07-06Ga2023-11-04 21:48:14,5! 31999-07-06:a2023-11-04 21:48:14,4! 31999-07-06a2023-11-04 21:48:14,3! 31999-07-06 a2023-11-04 21:48:14,2! 31999-07-06a2023-11-04 21:48:14,1! 31999-07-06a2023-11-04 21:48:14,0! 31999-07-06a2023-11-04 21:48:14,/! 31995-01-09 3`2023-11-04 21:48:14,.! 31995-01-09~`2023-11-04 21:48:14,-! 31995-01-09`2023-11-04 21:48:14,,! 31995-01-09`2023-11-04 21:48:14,+! 31995-01-09`2023-11-04 21:48:14,*! 31995-01-09`2023-11-04 21:48:14,)! 31995-01-09`2023-11-04 21:48:14,(! 31995-01-09`2023-11-04 21:48:14,'! 31995-01-09 `2023-11-04 21:48:14,&! 31995-01-09 `2023-11-04 21:48:14,%! 31995-01-09,`2023-11-04 21:48:14*$!  31984-09-13=[2023-11-04 21:48:14+#!  31984-09-13[2023-11-04 21:48:14+"!  31984-09-13L[2023-11-04 21:48:14+!! 31984-09-13[2023-11-04 21:48:14, ! 31984-09-13 [2023-11-04 21:48:14,! 31984-09-13[2023-11-04 21:48:14,! 31984-09-13[2023-11-04 21:48:14,! 31984-09-131[2023-11-04 21:48:14,! 31984-09-13:[2023-11-04 21:48:14,! 31984-09-13[2023-11-04 21:48:14,! 31984-09-13[2023-11-04 21:48:14,! 31984-09-13[2023-11-04 21:48:14,! 31984-09-13|[2023-11-04 21:48:14,! 31984-09-13)[2023-11-04 21:48:14,! 31984-09-13,[2023-11-04 21:48:14*!  31984-01-31{Z2023-11-04 21:48:14+!  31984-01-31 2Z2023-11-04 21:48:14,! 31984-01-31:Z2023-11-04 21:48:14*!  31984-01-31=Z2023-11-04 21:48:14,! 31984-01-31LZ2023-11-04 21:48:14,! 31984-01-31|Z2023-11-04 21:48:14,! 31984-01-31Z2023-11-04 21:48:14,! 31984-01-31 Z2023-11-04 21:48:14, ! 31984-01-31Z2023-11-04 21:48:14, ! 31984-01-312Z2023-11-04 21:48:14, ! 31984-01-31.Z2023-11-04 21:48:14, ! 31982-07-26:X2023-11-04 21:48:14+ ! 31982-07-26=X2023-11-04 21:48:14,! 31982-07-26LX2023-11-04 21:48:14,! 31982-07-26|X2023-11-04 21:48:14,! 31982-07-26X2023-11-04 21:48:14,! 31982-07-26 X2023-11-04 21:48:14,! 31982-07-26X2023-11-04 21:48:14,! 31982-07-260X2023-11-04 21:48:14,! 31982-07-260X2023-11-04 21:48:14+!  31981-08-051W2023-11-04 21:48:14,! 31981-08-05:W2023-11-04 21:48:14+! 31981-08-05=W2023-11-04 21:48:14,~! 31981-08-05LW2023-11-04 21:48:14,}! 31981-08-05|W2023-11-04 21:48:14,|! 31981-08-05W2023-11-04 21:48:14,{! 31981-08-05 W2023-11-04 21:48:14,z! 31981-08-05W2023-11-04 21:48:14,y! 31981-08-05/W2023-11-04 21:48:14,x! 31981-08-050W2023-11-04 21:48:14,w! 32014-06-24_V2023-11-04 21:48:14*v!  32014-06-24BV2023-11-04 21:48:14,u! 32014-06-24V2023-11-04 21:48:14,t! 32014-06-24I V2023-11-04 21:48:14,s! 32014-06-24& V2023-11-04 21:48:14,r! 32014-06-24 V2023-11-04 21:48:14,q! 32014-06-24*V2023-11-04 21:48:14,p! 32014-06-24^,V2023-11-04 21:48:14+o! 32014-06-24^#V2023-11-04 21:48:14,n! 32014-06-24'V2023-11-04 21:48:14,m! 31987-05-26T2023-11-04 21:48:14*l!  31987-05-26=T2023-11-04 21:48:14+k!  31987-05-26T2023-11-04 21:48:14+j!  31987-05-26LT2023-11-04 21:48:14*i!  31987-05-26T2023-11-04 21:48:14,h! 31987-05-26 T2023-11-04 21:48:14,g! 31987-05-26T2023-11-04 21:48:14,f! 31987-05-261T2023-11-04 21:48:14,e! 31987-05-26:T2023-11-04 21:48:14,d! 31987-05-26T2023-11-04 21:48:14,c! 31987-05-26T2023-11-04 21:48:14,b! 31987-05-26T2023-11-04 21:48:14,a! 31987-05-26|T2023-11-04 21:48:14,`! 31987-05-26)T2023-11-04 21:48:14,_! 31987-05-26(T2023-11-04 21:48:14,^! 32012-05-08S2023-11-04 21:48:14,]! 32012-05-08%S2023-11-04 21:48:14,\! 32012-05-08S2023-11-04 21:48:14,[! 32012-05-08S2023-11-04 21:48:14,Z! 32012-05-08S2023-11-04 21:48:14,Y! 32012-05-08MS2023-11-04 21:48:14,X! 32012-05-086S2023-11-04 21:48:14,W! 32012-05-08S2023-11-04 21:48:14,V! 32012-05-08 S2023-11-04 21:48:14,U! 32012-05-08S2023-11-04 21:48:14,T! 32012-05-08S2023-11-04 21:48:14,S! 32012-05-08S2023-11-04 21:48:14,R! 32012-05-08NS2023-11-04 21:48:14,Q! 31961-01-31(R2023-11-04 21:48:14,P! 31961-01-31 R2023-11-04 21:48:14+O!  31961-01-31+R2023-11-04 21:48:14,N! 31961-01-31/R2023-11-04 21:48:14,M! 31961-01-31.R2023-11-04 21:48:14,L! 31961-01-31R2023-11-04 21:48:14,K! 31961-01-31R2023-11-04 21:48:14,J! 31961-01-31?R2023-11-04 21:48:14,I! 31961-01-31R2023-11-04 21:48:14,H! 31961-01-31 R2023-11-04 21:48:14,G! 31961-01-31 R2023-11-04 21:48:14,F! 31961-01-31R2023-11-04 21:48:14,E! 31961-01-31/R2023-11-04 21:48:14+D! 3J2002-10-16Q2023-11-04 21:48:14+C! 3J2002-10-16Q2023-11-04 21:48:14+B! 3J2002-10-16Q2023-11-04 21:48:14+A! 3J2002-10-16 Q2023-11-04 21:48:14+@! 3J2002-10-16Q2023-11-04 21:48:14+?! 3J2002-10-16+Q2023-11-04 21:48:14+>! 3J2002-10-16Q2023-11-04 21:48:14+=! 3J2002-10-16Q2023-11-04 21:48:14+<! 3J2002-10-16e Q2023-11-04 21:48:14+;! 3J2002-10-16YQ2023-11-04 21:48:14+:!  3.2014-05-10 -P2023-11-04 21:48:14 Hp@~~~~Q~!}}}}a}2}|||r|B|{{{{S{#zzzzcz3zyyysyCyxxxxSx#wwwwcw3wvvvsvCvuuuuRu"tttt_t/ssssos?srrrrPr qqqq`q1qpppspCpooooTo%nnnnfn7nmmmymImllll\l,kkkkmk=k jjj~jNjiiii_i/hhhhph@hggggQg!ffffbf2feeeseCeddddTd$ccccec5cbbbubFbaaaaWa'````j`:` ___{_K_^^^^\^,]]]]m]=] \\\~\N\[[[[_[/ZZZZpZ@ZYYYYQY!XXXXaX1XWWWrWCWVVVVTV%UUUUhU8U TTTzTJTSSSS\S,RRRRmR=RQQQ~QNQPPPPaP2POOOsOCONNNNUN%MMMMeM5MLLLvLFLKKKKWK'JJJJiJ9J IIIzIJIHHHH[H+GGGGkG;G FFF|FLFEEEE]E-DDDDnD>DCCCCOCBBBB`B0BAAApA@A@@@@P@ ????`?0?>>>p>@>====P= <<<<`<0<;;;r;C;::::V:&9999f969888z8K87777\7,6666m6>65555O54444a424333s3C32222U2&1111g171000w0H0////Y/)....i.:. ---{-K-,,,,],-++++n+>+****Q*!))))a)1)(((r(B(''''S'#&&&&d&4&%%%u%E%$$$$V$'####h#8# """y"J"!!!![!, l < }M_/pAR"c3uEX(f6xHW'f6vFT$b2sBO`/o? Q ! ` 0 q A  R " b 2 sCS#f7xH,Z! 3m1925-05-13 x2023-11-04 21:48:14,Y! 3m1925-05-13 2023-11-04 21:48:14+X! 3m1925-05-13?!2023-11-04 21:48:14,W! 3m1925-05-13 vD2023-11-04 21:48:14,V! 3m1925-05-13 wL2023-11-04 21:48:14+U!  3c1928-01-28 2023-11-04 21:48:14+T!  3c1928-01-28 o2023-11-04 21:48:14,S! 3c1928-01-28 2023-11-04 21:48:14+R! 3c1928-01-282023-11-04 21:48:14+Q! 3c1928-01-28h;2023-11-04 21:48:14,P! 3c1928-01-282023-11-04 21:48:14,O! 3c1928-01-282023-11-04 21:48:14,N! 3c1928-01-282023-11-04 21:48:14,M! 31923-03-06 2023-11-04 21:48:14,L! 31923-03-06 o2023-11-04 21:48:14,K! 31923-03-06 2023-11-04 21:48:14,J! 31923-03-062023-11-04 21:48:14,I! 31923-03-06%2023-11-04 21:48:14+H! 31923-03-06h2023-11-04 21:48:14,G! 31923-03-06*2023-11-04 21:48:14,F! 31939-07-252023-11-04 21:48:14,E! 31939-07-25 2023-11-04 21:48:14,D! 31939-07-252023-11-04 21:48:14,C! 31939-07-25 2023-11-04 21:48:14,B! 31939-07-25 2023-11-04 21:48:14,A! 31939-07-252023-11-04 21:48:14,@! 31939-07-252023-11-04 21:48:14,?! 31939-07-25,2023-11-04 21:48:14,>! 31939-07-252023-11-04 21:48:14,=! 31939-07-25 2023-11-04 21:48:14,<! 31919-01-102023-11-04 21:48:14+;!  31919-01-102023-11-04 21:48:14,:! 31919-01-10 2023-11-04 21:48:14+9!  31919-01-10?2023-11-04 21:48:14,8! 31919-01-10 2023-11-04 21:48:14,7! 31919-01-10 2023-11-04 21:48:14,6! 31919-01-10L2023-11-04 21:48:14,5! 31919-01-10I2023-11-04 21:48:14,4! 31919-01-10 2023-11-04 21:48:14,3! 31919-01-10$2023-11-04 21:48:14,2! 31919-01-1092023-11-04 21:48:14-1! 31919-01-10~2023-11-04 21:48:14,0! 31922-10-242023-11-04 21:48:14+/!  31922-10-242023-11-04 21:48:14,.! 31922-10-24 2023-11-04 21:48:14+-!  31922-10-24?2023-11-04 21:48:14,,! 31922-10-24 2023-11-04 21:48:14,+! 31922-10-24 2023-11-04 21:48:14,*! 31922-10-24L2023-11-04 21:48:14,)! 31922-10-24I2023-11-04 21:48:14,(! 31922-10-24 2023-11-04 21:48:14,'! 31922-10-24$2023-11-04 21:48:14,&! 31922-10-2492023-11-04 21:48:14-%! 31922-10-24~2023-11-04 21:48:14+$!  31923-05-25  2023-11-04 21:48:14,#! 31923-05-25L 2023-11-04 21:48:14,"! 31923-05-25  2023-11-04 21:48:14,!! 31923-05-255 2023-11-04 21:48:14, ! 31923-05-25> 2023-11-04 21:48:14-! 31923-05-25 2023-11-04 21:48:14-! 31923-05-25X 2023-11-04 21:48:14,! 31924-01-23 2023-11-04 21:48:14,! 31924-01-23L 2023-11-04 21:48:14-! 31924-01-23 2023-11-04 21:48:14-! 31924-01-23 2023-11-04 21:48:14-! 31924-01-23 2023-11-04 21:48:14+!  31924-11-06L 2023-11-04 21:48:14,! 31924-11-06 2023-11-04 21:48:14+!  31924-11-06 2023-11-04 21:48:14,! 31924-11-06  2023-11-04 21:48:14,! 31924-11-06( 2023-11-04 21:48:14-! 31924-11-06 2023-11-04 21:48:14-! 31924-11-06 2023-11-04 21:48:14,! 31929-06-05L 2023-11-04 21:48:14,! 31929-06-05 2023-11-04 21:48:14,! 31929-06-05; 2023-11-04 21:48:14-! 31929-06-05 2023-11-04 21:48:14- ! 31929-06-05 2023-11-04 21:48:14, ! 31931-11-05 2023-11-04 21:48:14, ! 31931-11-05  2023-11-04 21:48:14, ! 31931-11-05L 2023-11-04 21:48:14, ! 31931-11-05  2023-11-04 21:48:14,! 31931-11-05  2023-11-04 21:48:14,! 31931-11-05# 2023-11-04 21:48:14,! 31931-11-05  2023-11-04 21:48:14,! 31931-11-054 2023-11-04 21:48:14-! 31931-11-05 2023-11-04 21:48:14,! 31935-06-072023-11-04 21:48:14,! 31935-06-07 2023-11-04 21:48:14,! 31935-06-07L2023-11-04 21:48:14,! 31935-06-07 2023-11-04 21:48:14,! 31935-06-07 2023-11-04 21:48:14,~! 31935-06-07#2023-11-04 21:48:14,}! 31935-06-07 2023-11-04 21:48:14,|! 31935-06-0742023-11-04 21:48:14-{! 31935-06-072023-11-04 21:48:14,z! 31937-05-282023-11-04 21:48:14+y!  31937-05-282023-11-04 21:48:14,x! 31937-05-28L2023-11-04 21:48:14+w!  31937-05-28 2023-11-04 21:48:14,v! 31937-05-282023-11-04 21:48:14,u! 31937-05-28 2023-11-04 21:48:14,t! 31937-05-28!2023-11-04 21:48:14,s! 31937-05-282023-11-04 21:48:14-r! 31937-05-282023-11-04 21:48:14-q! 31937-05-282023-11-04 21:48:14,p! 3i1911-06-18 v2023-11-04 21:48:14+o! 3i1911-06-18?2023-11-04 21:48:14,n! 3i1911-06-1872023-11-04 21:48:14,m! 3i1911-06-18 w12023-11-04 21:48:14+l!  3k1918-06-01 2023-11-04 21:48:14+k! 3k1918-06-01?2023-11-04 21:48:14,j! 3k1918-06-01 v2023-11-04 21:48:14,i! 3k1918-06-01 w)2023-11-04 21:48:14+h!  3k1918-11-21 2023-11-04 21:48:14+g! 3k1918-11-21?2023-11-04 21:48:14,f! 3k1918-11-21 v2023-11-04 21:48:14,e! 3k1918-11-21 w)2023-11-04 21:48:14,d! 3l1919-12-022023-11-04 21:48:14,c! 3l1919-12-02 x2023-11-04 21:48:14+b! 3l1919-12-02?"2023-11-04 21:48:14,a! 3l1919-12-02 wI2023-11-04 21:48:14,`! 3l1919-12-02 vF2023-11-04 21:48:14,_! 3l1920-11-202023-11-04 21:48:14,^! 3l1920-11-20 x2023-11-04 21:48:14+]! 3l1920-11-20?"2023-11-04 21:48:14,\! 3l1920-11-20 wI2023-11-04 21:48:14,[! 3l1920-11-20 vF2023-11-04 21:48:14+Z!  3m1921-12-162023-11-04 21:48:14,Y! 3m1921-12-16 x2023-11-04 21:48:14,X! 3m1921-12-16 2023-11-04 21:48:14+W! 3m1921-12-16?!2023-11-04 21:48:14,V! 3m1921-12-16 vD2023-11-04 21:48:14,U! 3m1921-12-16 wL2023-11-04 21:48:14+T!  3m1925-06-172023-11-04 21:48:14,S! 3m1925-06-17 x2023-11-04 21:48:14,R! 3m1925-06-17 2023-11-04 21:48:14+Q! 3m1925-06-17?!2023-11-04 21:48:14,P! 3m1925-06-17 vD2023-11-04 21:48:14,O! 3m1925-06-17 wL2023-11-04 21:48:14,N! 3n1926-05-202023-11-04 21:48:14,M! 3n1926-05-20 2023-11-04 21:48:14,L! 3n1926-05-20 x2023-11-04 21:48:14+K! 3n1926-05-20?2023-11-04 21:48:14,J! 3n1926-05-20 wK2023-11-04 21:48:14,I! 3n1926-05-20 vN2023-11-04 21:48:14,H! 3n1927-11-272023-11-04 21:48:14,G! 3n1927-11-27 2023-11-04 21:48:14,F! 3n1927-11-27 x2023-11-04 21:48:14+E! 3n1927-11-27?2023-11-04 21:48:14,D! 3n1927-11-27 wK2023-11-04 21:48:14,C! 3n1927-11-27 vN2023-11-04 21:48:14,B! 3o1929-05-262023-11-04 21:48:14+A!  3o1929-05-262023-11-04 21:48:14,@! 3o1929-05-26 x 2023-11-04 21:48:14+?! 3o1929-05-26?2023-11-04 21:48:14,>! 3o1929-05-26 vF2023-11-04 21:48:14,=! 3o1929-05-26 wG2023-11-04 21:48:14,<! 3o1931-06-062023-11-04 21:48:14+;!  3o1931-06-062023-11-04 21:48:14,:! 3o1931-06-06 x 2023-11-04 21:48:14+9! 3o1931-06-06?2023-11-04 21:48:14,8! 3o1931-06-06 vF2023-11-04 21:48:14,7! 3o1931-06-06 wG2023-11-04 21:48:14,6! 3o1932-10-222023-11-04 21:48:14+5!  3o1932-10-222023-11-04 21:48:14,4! 3o1932-10-22 x 2023-11-04 21:48:14+3! 3o1932-10-22?2023-11-04 21:48:14,2! 3o1932-10-22 vF2023-11-04 21:48:14,1! 3o1932-10-22 wG2023-11-04 21:48:14,0! 3p1934-11-202023-11-04 21:48:14,/! 3p1934-11-20 x2023-11-04 21:48:14+.! 3p1934-11-20?2023-11-04 21:48:14,-! 3p1934-11-20 vI2023-11-04 21:48:14,,! 3p1934-11-20 wO2023-11-04 21:48:14,+! 3p1935-03-252023-11-04 21:48:14,*! 3p1935-03-25 x2023-11-04 21:48:14+)! 3p1935-03-25?2023-11-04 21:48:14,(! 3p1935-03-25 vI2023-11-04 21:48:14,'! 3p1935-03-25 wO2023-11-04 21:48:14,&! 3q1936-06-13 2023-11-04 21:48:14,%! 3q1936-06-13 2023-11-04 21:48:14,$! 3q1936-06-13 x2023-11-04 21:48:14,#! 3q1936-06-13 y2023-11-04 21:48:14+"! 3q1936-06-13?2023-11-04 21:48:14,!! 3q1936-06-13 w=2023-11-04 21:48:14, ! 3q1936-06-13 vF2023-11-04 21:48:14,! 3q1937-11-24 2023-11-04 21:48:14,! 3q1937-11-24 2023-11-04 21:48:14,! 3q1937-11-24 x2023-11-04 21:48:14,! 3q1937-11-24 y2023-11-04 21:48:14+! 3q1937-11-24?2023-11-04 21:48:14,! 3q1937-11-24 w=2023-11-04 21:48:14,! 3q1937-11-24 vF2023-11-04 21:48:14,! 3q1938-05-15 2023-11-04 21:48:14,! 3q1938-05-15 2023-11-04 21:48:14,! 3q1938-05-15 x2023-11-04 21:48:14,! 3q1938-05-15 y2023-11-04 21:48:14+! 3q1938-05-15?2023-11-04 21:48:14,! 3q1938-05-15 w=2023-11-04 21:48:14,! 3q1938-05-15 vF2023-11-04 21:48:14+!  3r1939-04-18 2023-11-04 21:48:14+!  3r1939-04-182023-11-04 21:48:14,! 3r1939-04-18 2023-11-04 21:48:14,! 3r1939-04-18 y2023-11-04 21:48:14, ! 3r1939-04-18 2023-11-04 21:48:14, ! 3r1939-04-18 x2023-11-04 21:48:14+ ! 3r1939-04-18?!2023-11-04 21:48:14, ! 3r1939-04-18 v@2023-11-04 21:48:14, ! 3r1939-04-18 wC2023-11-04 21:48:14+!  3r1939-09-03 2023-11-04 21:48:14+!  3r1939-09-032023-11-04 21:48:14,! 3r1939-09-03 2023-11-04 21:48:14,! 3r1939-09-03 y2023-11-04 21:48:14,! 3r1939-09-03 2023-11-04 21:48:14,! 3r1939-09-03 x2023-11-04 21:48:14+! 3r1939-09-03?!2023-11-04 21:48:14,! 3r1939-09-03 v@2023-11-04 21:48:14,! 3r1939-09-03 wC2023-11-04 21:48:14+!  31918-09-09 2023-11-04 21:48:14,~! 31918-09-092023-11-04 21:48:14,}! 31918-09-09 2023-11-04 21:48:14,|! 31918-09-09 2023-11-04 21:48:14,{! 31918-09-092023-11-04 21:48:14,z! 31918-09-09 2023-11-04 21:48:14,y! 31918-09-092023-11-04 21:48:14,x! 31918-09-09, 2023-11-04 21:48:14,w! 31918-09-092023-11-04 21:48:14,v! 31918-09-09 2023-11-04 21:48:14+u!  31922-09-182023-11-04 21:48:14+t!  31922-09-182023-11-04 21:48:14,s! 31922-09-18 2023-11-04 21:48:14,r! 31922-09-182023-11-04 21:48:14,q! 31922-09-182023-11-04 21:48:14,p! 31922-09-18 2023-11-04 21:48:14,o! 31922-09-18 2023-11-04 21:48:14,n! 31922-09-18,2023-11-04 21:48:14,m! 31922-09-182023-11-04 21:48:14,l! 31922-09-18 2023-11-04 21:48:14+k!  31925-08-04 2023-11-04 21:48:14+j!  31925-08-04 2023-11-04 21:48:14+i!  31925-08-042023-11-04 21:48:14,h! 31925-08-042023-11-04 21:48:14+g!  31925-08-04 2023-11-04 21:48:14,f! 31925-08-042023-11-04 21:48:14,e! 31925-08-04 2023-11-04 21:48:14,d! 31925-08-04 2023-11-04 21:48:14,c! 31925-08-04, 2023-11-04 21:48:14,b! 31925-08-042023-11-04 21:48:14,a! 31925-08-04 2023-11-04 21:48:14+`!  31926-03-08 2023-11-04 21:48:14+_!  31926-03-08 2023-11-04 21:48:14+^!  31926-03-082023-11-04 21:48:14,]! 31926-03-082023-11-04 21:48:14+\!  31926-03-08 2023-11-04 21:48:14,[! 31926-03-082023-11-04 21:48:14,Z! 31926-03-08 2023-11-04 21:48:14,Y! 31926-03-08 2023-11-04 21:48:14,X! 31926-03-08, 2023-11-04 21:48:14,W! 31926-03-082023-11-04 21:48:14,V! 31926-03-08 2023-11-04 21:48:14+U!  31929-08-10 2023-11-04 21:48:14+T!  31929-08-10 2023-11-04 21:48:14+S!  31929-08-10 2023-11-04 21:48:14,R! 31929-08-102023-11-04 21:48:14,Q! 31929-08-102023-11-04 21:48:14,P! 31929-08-102023-11-04 21:48:14,O! 31929-08-10 2023-11-04 21:48:14,N! 31929-08-10 2023-11-04 21:48:14,M! 31929-08-10, 2023-11-04 21:48:14,L! 31929-08-102023-11-04 21:48:14,K! 31929-08-10 2023-11-04 21:48:14+J!  31933-05-262023-11-04 21:48:14+I!  31933-05-26 2023-11-04 21:48:14+H!  31933-05-26 2023-11-04 21:48:14+G!  31933-05-26 2023-11-04 21:48:14+F!  31933-05-26 2023-11-04 21:48:14+E!  31933-05-26 2023-11-04 21:48:14,D! 31933-05-262023-11-04 21:48:14,C! 31933-05-262023-11-04 21:48:14,B! 31933-05-262023-11-04 21:48:14,A! 31933-05-26 2023-11-04 21:48:14,@! 31933-05-26 2023-11-04 21:48:14,?! 31933-05-26,2023-11-04 21:48:14,>! 31933-05-262023-11-04 21:48:14,=! 31933-05-26 2023-11-04 21:48:14+<!  31935-07-312023-11-04 21:48:14+;!  31935-07-31 2023-11-04 21:48:14+:!  31935-07-31 2023-11-04 21:48:14+9!  31935-07-31 2023-11-04 21:48:14+8!  31935-07-31 2023-11-04 21:48:14+7!  31935-07-31 2023-11-04 21:48:14,6! 31935-07-312023-11-04 21:48:14,5! 31935-07-312023-11-04 21:48:14,4! 31935-07-312023-11-04 21:48:14,3! 31935-07-31 2023-11-04 21:48:14,2! 31935-07-31 2023-11-04 21:48:14,1! 31935-07-31,2023-11-04 21:48:14,0! 31935-07-312023-11-04 21:48:14,/! 31935-07-31 2023-11-04 21:48:14,.! 31937-06-242023-11-04 21:48:14,-! 31937-06-24 2023-11-04 21:48:14,,! 31937-06-242023-11-04 21:48:14,+! 31937-06-24 2023-11-04 21:48:14,*! 31937-06-24 2023-11-04 21:48:14,)! 31937-06-242023-11-04 21:48:14,(! 31937-06-242023-11-04 21:48:14,'! 31937-06-24,2023-11-04 21:48:14,&! 31937-06-242023-11-04 21:48:14,%! 31937-06-24 2023-11-04 21:48:14,$! 31939-08-102023-11-04 21:48:14,#! 31939-08-10 2023-11-04 21:48:14,"! 31939-08-102023-11-04 21:48:14,!! 31939-08-10 2023-11-04 21:48:14, ! 31939-08-10 2023-11-04 21:48:14,! 31939-08-102023-11-04 21:48:14,! 31939-08-102023-11-04 21:48:14,! 31939-08-10,2023-11-04 21:48:14,! 31939-08-102023-11-04 21:48:14,! 31939-08-10 2023-11-04 21:48:14,! 3{1913-06-212023-11-04 21:48:14,! 3{1913-06-21N2023-11-04 21:48:14,! 3{1913-06-21E,2023-11-04 21:48:14,! 3{1913-06-21] 2023-11-04 21:48:14,! 3}1920-05-05 }2023-11-04 21:48:14,! 3}1920-05-052023-11-04 21:48:14,! 3}1920-05-05N2023-11-04 21:48:14,! 3}1920-05-05]*2023-11-04 21:48:14,! 3}1920-05-05E02023-11-04 21:48:14+!  3~1922-10-09,2023-11-04 21:48:14,! 3~1922-10-09 }2023-11-04 21:48:14,! 3~1922-10-092023-11-04 21:48:14,! 3~1922-10-09N2023-11-04 21:48:14, ! 3~1922-10-09]02023-11-04 21:48:14, ! 3~1922-10-09E32023-11-04 21:48:14+ !  31924-04-23,2023-11-04 21:48:14, ! 31924-04-232023-11-04 21:48:14, ! 31924-04-23N2023-11-04 21:48:14,! 31924-04-23E,2023-11-04 21:48:14,! 31924-04-23]72023-11-04 21:48:14+!  31926-12-14,2023-11-04 21:48:14,! 31926-12-14F2023-11-04 21:48:14,! 31926-12-142023-11-04 21:48:14,! 31926-12-14N2023-11-04 21:48:14,! 31926-12-14E.2023-11-04 21:48:14,! 31926-12-14]52023-11-04 21:48:14+!  31929-04-30,2023-11-04 21:48:14,! 31929-04-30F2023-11-04 21:48:14,~! 31929-04-302023-11-04 21:48:14,}! 31929-04-30N2023-11-04 21:48:14,|! 31929-04-30E+2023-11-04 21:48:14,{! 31929-04-30]=2023-11-04 21:48:14+z!  31935-11-04,2023-11-04 21:48:14,y! 31935-11-042023-11-04 21:48:14,x! 31935-11-04F2023-11-04 21:48:14,w! 31935-11-04 |2023-11-04 21:48:14,v! 31935-11-042023-11-04 21:48:14,u! 31935-11-04E2023-11-04 21:48:14,t! 31935-11-04N2023-11-04 21:48:14,s! 31935-11-04]D2023-11-04 21:48:14,r! 31913-01-31 2023-11-04 21:48:14,q! 31913-01-31 o2023-11-04 21:48:14+p! 31913-01-31h2023-11-04 21:48:14,o! 31913-01-312023-11-04 21:48:14,n! 31913-01-31F2023-11-04 21:48:14,m! 31920-06-21 2023-11-04 21:48:14+l!  31920-06-212023-11-04 21:48:14,k! 31920-06-21 o2023-11-04 21:48:14,j! 31920-06-212023-11-04 21:48:14,i! 31920-06-2132023-11-04 21:48:14,h! 31920-06-21(2023-11-04 21:48:14+g! 31920-06-21h2023-11-04 21:48:14,f! 31921-06-22 2023-11-04 21:48:14+e!  31921-06-222023-11-04 21:48:14,d! 31921-06-22 o2023-11-04 21:48:14,c! 31921-06-222023-11-04 21:48:14,b! 31921-06-2232023-11-04 21:48:14,a! 31921-06-22(2023-11-04 21:48:14+`! 31921-06-22h2023-11-04 21:48:14,_! 31923-05-30 2023-11-04 21:48:14,^! 31923-05-30 o2023-11-04 21:48:14,]! 31923-05-30 2023-11-04 21:48:14,\! 31923-05-302023-11-04 21:48:14,[! 31923-05-30%2023-11-04 21:48:14+Z! 31923-05-30h2023-11-04 21:48:14,Y! 31923-05-30*2023-11-04 21:48:14,X! 31924-07-25 2023-11-04 21:48:14,W! 31924-07-25 o2023-11-04 21:48:14,V! 31924-07-25 2023-11-04 21:48:14,U! 31924-07-252023-11-04 21:48:14,T! 31924-07-25%2023-11-04 21:48:14+S! 31924-07-25h2023-11-04 21:48:14,R! 31924-07-25*2023-11-04 21:48:14,Q! 31926-03-05 2023-11-04 21:48:14,P! 31926-03-05 o2023-11-04 21:48:14+O! 31926-03-052023-11-04 21:48:14,N! 31926-03-05 2023-11-04 21:48:14,M! 31926-03-052023-11-04 21:48:14+L! 31926-03-05h2023-11-04 21:48:14,K! 31926-03-05"2023-11-04 21:48:14,J! 31926-03-05+2023-11-04 21:48:14+I!  3c1928-02-15 2023-11-04 21:48:14+H!  3c1928-02-15 o2023-11-04 21:48:14,G! 3c1928-02-15 2023-11-04 21:48:14+F! 3c1928-02-152023-11-04 21:48:14+E! 3c1928-02-15h;2023-11-04 21:48:14,D! 3c1928-02-152023-11-04 21:48:14,C! 3c1928-02-152023-11-04 21:48:14,B! 3c1928-02-152023-11-04 21:48:14,A! 3b1931-05-12 2023-11-04 21:48:14,@! 3b1931-05-12 2023-11-04 21:48:14+?!  3b1931-05-12 o2023-11-04 21:48:14,>! 3b1931-05-122023-11-04 21:48:14+=! 3b1931-05-12h/2023-11-04 21:48:14,<! 3b1931-05-12!2023-11-04 21:48:14,;! 3b1931-05-12%2023-11-04 21:48:14,:! 3b1932-03-14 2023-11-04 21:48:14,9! 3b1932-03-14 2023-11-04 21:48:14+8!  3b1932-03-14 o2023-11-04 21:48:14,7! 3b1932-03-142023-11-04 21:48:14+6! 3b1932-03-14h/2023-11-04 21:48:14,5! 3b1932-03-14!2023-11-04 21:48:14,4! 3b1932-03-14%2023-11-04 21:48:14,3! 3b1933-03-03 2023-11-04 21:48:14,2! 3b1933-03-03 2023-11-04 21:48:14+1!  3b1933-03-03 o2023-11-04 21:48:14,0! 3b1933-03-032023-11-04 21:48:14+/! 3b1933-03-03h/2023-11-04 21:48:14,.! 3b1933-03-03!2023-11-04 21:48:14,-! 3b1933-03-03%2023-11-04 21:48:14+,!  3a1935-03-20 t2023-11-04 21:48:14++!  3a1935-03-20 o2023-11-04 21:48:14+*!  3a1935-03-202023-11-04 21:48:14+)!  3a1935-03-20 2023-11-04 21:48:14,(! 3a1935-03-202023-11-04 21:48:14+'! 3a1935-03-20hE2023-11-04 21:48:14,&! 3a1935-03-202023-11-04 21:48:14,%! 3a1935-03-202023-11-04 21:48:14,$! 31918-05-27I2023-11-04 21:48:14+#! 31918-05-27^2023-11-04 21:48:14,"! 31918-05-27 2023-11-04 21:48:14,!! 31918-05-27\2023-11-04 21:48:14, ! 31918-11-27I2023-11-04 21:48:14+! 31918-11-27^2023-11-04 21:48:14,! 31918-11-27 2023-11-04 21:48:14,! 31918-11-27\2023-11-04 21:48:14,! 31919-04-17 2023-11-04 21:48:14,! 31919-04-17I2023-11-04 21:48:14,! 31919-04-172023-11-04 21:48:14,! 31919-04-17^2023-11-04 21:48:14+! 31919-04-17^*2023-11-04 21:48:14,! 31919-04-17P2023-11-04 21:48:14,! 31919-08-15 2023-11-04 21:48:14,! 31919-08-15I2023-11-04 21:48:14,! 31919-08-152023-11-04 21:48:14,! 31919-08-15^2023-11-04 21:48:14+! 31919-08-15^*2023-11-04 21:48:14,! 31919-08-15P2023-11-04 21:48:14,! 31920-03-15 2023-11-04 21:48:14,! 31920-03-15I2023-11-04 21:48:14,! 31920-03-152023-11-04 21:48:14, ! 31920-03-15^2023-11-04 21:48:14+ ! 31920-03-15^*2023-11-04 21:48:14, ! 31920-03-15P2023-11-04 21:48:14, ! 31921-04-09 2023-11-04 21:48:14, ! 31921-04-09I2023-11-04 21:48:14,! 31921-04-092023-11-04 21:48:14,! 31921-04-09^2023-11-04 21:48:14+! 31921-04-09^*2023-11-04 21:48:14,! 31921-04-09P2023-11-04 21:48:14,! 31922-06-02 2023-11-04 21:48:14,! 31922-06-02I2023-11-04 21:48:14,! 31922-06-022023-11-04 21:48:14,! 31922-06-02^2023-11-04 21:48:14+! 31922-06-02^*2023-11-04 21:48:14,! 31922-06-02P2023-11-04 21:48:14,~! 31922-11-142023-11-04 21:48:14,}! 31922-11-14I2023-11-04 21:48:14,|! 31922-11-14 2023-11-04 21:48:14,{! 31922-11-14^#2023-11-04 21:48:14+z! 31922-11-14^-2023-11-04 21:48:14,y! 31922-11-1452023-11-04 21:48:14,x! 31924-01-182023-11-04 21:48:14,w! 31924-01-18I2023-11-04 21:48:14,v! 31924-01-18 2023-11-04 21:48:14,u! 31924-01-18^#2023-11-04 21:48:14+t! 31924-01-18^-2023-11-04 21:48:14,s! 31924-01-1852023-11-04 21:48:14+r!  32015-12-09 '2023-11-04 21:48:14+q!  32015-12-09 2023-11-04 21:48:14+p!  32015-12-092023-11-04 21:48:14,o! 32015-12-092023-11-04 21:48:14,n! 32015-12-09Z2023-11-04 21:48:14,m! 32015-12-092023-11-04 21:48:14,l! 32015-12-0942023-11-04 21:48:14,k! 32015-12-09 2023-11-04 21:48:14,j! 32015-12-092023-11-04 21:48:14+i! 32015-12-09!2023-11-04 21:48:14+h! 32015-12-09#+2023-11-04 21:48:14,g! 32015-12-09A2023-11-04 21:48:14,f! 31924-05-312023-11-04 21:48:14,e! 31924-05-31I2023-11-04 21:48:14,d! 31924-05-31 2023-11-04 21:48:14,c! 31924-05-31^#2023-11-04 21:48:14+b! 31924-05-31^-2023-11-04 21:48:14,a! 31924-05-3152023-11-04 21:48:14,`! 31925-03-312023-11-04 21:48:14,_! 31925-03-31I2023-11-04 21:48:14,^! 31925-03-31 2023-11-04 21:48:14,]! 31925-03-31^#2023-11-04 21:48:14+\! 31925-03-31^-2023-11-04 21:48:14,[! 31925-03-3152023-11-04 21:48:14,Z! 31925-12-312023-11-04 21:48:14,Y! 31925-12-31I2023-11-04 21:48:14,X! 31925-12-31 2023-11-04 21:48:14,W! 31925-12-31^#2023-11-04 21:48:14+V! 31925-12-31^-2023-11-04 21:48:14,U! 31925-12-3152023-11-04 21:48:14,T! 31926-12-132023-11-04 21:48:14,S! 31926-12-13I2023-11-04 21:48:14,R! 31926-12-13 2023-11-04 21:48:14,Q! 31926-12-13^#2023-11-04 21:48:14+P! 31926-12-13^-2023-11-04 21:48:14,O! 31926-12-1352023-11-04 21:48:14,N! 3T1927-12-17<2023-11-04 21:48:14,M! 3T1927-12-17 2023-11-04 21:48:14,L! 3T1927-12-17^"2023-11-04 21:48:14+K! 3T1927-12-17^42023-11-04 21:48:14,J! 3T1927-12-17I2023-11-04 21:48:14,I! 3T1927-12-17 2023-11-04 21:48:14,H! 3T1928-12-22<2023-11-04 21:48:14,G! 3T1928-12-22 2023-11-04 21:48:14,F! 3T1928-12-22^"2023-11-04 21:48:14+E! 3T1928-12-22^42023-11-04 21:48:14,D! 3T1928-12-22I2023-11-04 21:48:14,C! 3T1928-12-22 2023-11-04 21:48:14+B! 3A1929-08-16^<2023-11-04 21:48:14,A! 3A1929-08-16 2023-11-04 21:48:14,@! 3A1929-08-16;2023-11-04 21:48:14,?! 3A1929-08-162023-11-04 21:48:14,>! 3A1929-08-16I2023-11-04 21:48:14,=! 3A1929-08-16^2023-11-04 21:48:14+<! 3A1930-07-04^<2023-11-04 21:48:14,;! 3A1930-07-04 2023-11-04 21:48:14,:! 3A1930-07-04;2023-11-04 21:48:14,9! 3A1930-07-042023-11-04 21:48:14,8! 3A1930-07-04I2023-11-04 21:48:14,7! 3A1930-07-04^2023-11-04 21:48:14+6!  3 1931-03-212023-11-04 21:48:14,5! 3 1931-03-21^*2023-11-04 21:48:14,4! 3 1931-03-21I2023-11-04 21:48:14,3! 3 1931-03-21B2023-11-04 21:48:14+2!  3 1931-03-212023-11-04 21:48:14,1! 3 1931-03-21 2023-11-04 21:48:14+0! 3 1931-03-21^;2023-11-04 21:48:14+/!  3 1932-12-142023-11-04 21:48:14,.! 3 1932-12-14^*2023-11-04 21:48:14,-! 3 1932-12-14I2023-11-04 21:48:14,,! 3 1932-12-14B2023-11-04 21:48:14++!  3 1932-12-142023-11-04 21:48:14,*! 3 1932-12-14 2023-11-04 21:48:14+)! 3 1932-12-14^;2023-11-04 21:48:14+(!  31936-07-042023-11-04 21:48:14,'! 31936-07-04S2023-11-04 21:48:14,&! 31936-07-04I2023-11-04 21:48:14,%! 31936-07-042023-11-04 21:48:14+$!  31936-07-042023-11-04 21:48:14+#! 31936-07-04^52023-11-04 21:48:14,"! 31936-07-042023-11-04 21:48:14,!! 31936-07-04^2023-11-04 21:48:14+ !  31937-03-122023-11-04 21:48:14,! 31937-03-12S2023-11-04 21:48:14,! 31937-03-12I2023-11-04 21:48:14,! 31937-03-122023-11-04 21:48:14+!  31937-03-122023-11-04 21:48:14+! 31937-03-12^52023-11-04 21:48:14,! 31937-03-122023-11-04 21:48:14,! 31937-03-12^2023-11-04 21:48:14+!  32015-11-262023-11-04 21:48:14,! 32015-11-262023-11-04 21:48:14,! 32015-11-26-2023-11-04 21:48:14,! 32015-11-26V2023-11-04 21:48:14,! 32015-11-26k2023-11-04 21:48:14,! 32015-11-10 W2023-11-04 21:48:14,! 32015-11-102023-11-04 21:48:14,! 32015-11-102023-11-04 21:48:14,! 32015-11-10R/2023-11-04 21:48:14,! 32015-11-1082023-11-04 21:48:14+! 32015-11-10 2023-11-04 21:48:14, ! 32015-11-10N2023-11-04 21:48:14- ! 32015-11-10`2023-11-04 21:48:14+ !  32015-11-162023-11-04 21:48:14, ! 32015-11-162023-11-04 21:48:14, ! 32015-11-16 )2023-11-04 21:48:14,! 32015-11-16 (*2023-11-04 21:48:14-! 32015-11-162023-11-04 21:48:14-! 32015-11-162023-11-04 21:48:14-! 32015-11-30=2023-11-04 21:48:14,! 32015-11-30 ;2023-11-04 21:48:14,! 32015-11-30(2023-11-04 21:48:14-! 32015-11-302023-11-04 21:48:14,! 31917-10-19 2023-11-04 21:48:14,! 31917-10-19 2023-11-04 21:48:14,! 31917-10-1992023-11-04 21:48:14,~! 31917-10-19|>2023-11-04 21:48:14,}! 31917-10-19V2023-11-04 21:48:14,|! 31920-03-10 2023-11-04 21:48:14,{! 31920-03-10 2023-11-04 21:48:14,z! 31920-03-1092023-11-04 21:48:14,y! 31920-03-10|>2023-11-04 21:48:14,x! 31920-03-10V2023-11-04 21:48:14,w! 31920-10-27 2023-11-04 21:48:14,v! 31920-10-27r2023-11-04 21:48:14,u! 31920-10-272023-11-04 21:48:14,t! 31920-10-27|/2023-11-04 21:48:14,s! 31920-10-27F2023-11-04 21:48:14,r! 31920-10-27K2023-11-04 21:48:14,q! 31921-02-23 2023-11-04 21:48:14,p! 31921-02-23r2023-11-04 21:48:14,o! 31921-02-232023-11-04 21:48:14,n! 31921-02-23|/2023-11-04 21:48:14,m! 31921-02-23F2023-11-04 21:48:14,l! 31921-02-23K2023-11-04 21:48:14,k! 31921-10-13 2023-11-04 21:48:14,j! 31921-10-13r2023-11-04 21:48:14,i! 31921-10-132023-11-04 21:48:14,h! 31921-10-13|)2023-11-04 21:48:14,g! 31921-10-13>2023-11-04 21:48:14,f! 31921-10-13]2023-11-04 21:48:14,e! 31923-04-19 2023-11-04 21:48:14,d! 31923-04-19r2023-11-04 21:48:14,c! 31923-04-192023-11-04 21:48:14,b! 31923-04-19|)2023-11-04 21:48:14,a! 31923-04-19>2023-11-04 21:48:14,`! 31923-04-19]2023-11-04 21:48:14+_!  31924-10-18 2023-11-04 21:48:14,^! 31924-10-18r2023-11-04 21:48:14,]! 31924-10-18 2023-11-04 21:48:14,\! 31924-10-182023-11-04 21:48:14,[! 31924-10-18|2023-11-04 21:48:14,Z! 31924-10-18A2023-11-04 21:48:14,Y! 31924-10-18h2023-11-04 21:48:14+X!  31925-01-24 2023-11-04 21:48:14,W! 31925-01-24r2023-11-04 21:48:14,V! 31925-01-24 2023-11-04 21:48:14,U! 31925-01-242023-11-04 21:48:14,T! 31925-01-24|2023-11-04 21:48:14,S! 31925-01-24A2023-11-04 21:48:14,R! 31925-01-24h2023-11-04 21:48:14+Q!  31926-06-07 2023-11-04 21:48:14,P! 31926-06-07r2023-11-04 21:48:14,O! 31926-06-07 2023-11-04 21:48:14,N! 31926-06-072023-11-04 21:48:14,M! 31926-06-07|2023-11-04 21:48:14,L! 31926-06-07A2023-11-04 21:48:14,K! 31926-06-07h2023-11-04 21:48:14,J! 31928-10-02 2023-11-04 21:48:14 BqB~~~~Q~!}}}}_}/||||m|=| {{{{{K{zzzzYz)yyyygy7yxxxvxFxwwwwVw&vvvvfv6vuuuvuFuttttVt&ssssgs7srrrxrHrqqqqXq(pppphp8p ooowoGonnnnWn'mmmmem5mlllulElkkkkSk#jjjjcj3jiiiqiAihhhhQh gggg_g/ffffof>f eee}eMedddd\d+cccckc;c bbbzbIbaaaaYa)````g`7`___w_G_^^^^U^%]]]]e]5]\\\s\C\[[[[S[#ZZZZcZ2ZYYYrYBYXXXXQX!WWWWaW1WVVVpV@VUUUUPUTTTT_T/SSSSnS>SRRR~RNRQQQQ]Q-PPPPmP=P OOO|OLONNNN[N+MMMMjM:M LLLyLHLKKKKWK&JJJJeJ5JIIIsICIHHHHQH!GGGG_G/FFFFnF>FEEE~ENEDDDD]D-CCCClC>>>X>(====h=8=<<}M[+j: { L  ^ . o @  P a 1 qAQ!a1rB,g! 31927-06-23,2023-11-04 21:48:14,f! 31927-06-23 /2023-11-04 21:48:14,e! 31923-09-19 2023-11-04 21:48:14,d! 31923-09-19 2023-11-04 21:48:14+c! 31923-09-19 2023-11-04 21:48:14,b! 31923-09-19>2023-11-04 21:48:14,a! 31923-09-19 2023-11-04 21:48:14,`! 31923-09-19,2023-11-04 21:48:14,_! 31923-09-19 ?2023-11-04 21:48:14,^! 31939-04-17>2023-11-04 21:48:14,]! 31939-04-172023-11-04 21:48:14,\! 31939-04-172023-11-04 21:48:14,[! 31939-04-17 2023-11-04 21:48:14,Z! 31939-04-17 2023-11-04 21:48:14,Y! 31938-04-02>2023-11-04 21:48:14,X! 31938-04-022023-11-04 21:48:14,W! 31938-04-022023-11-04 21:48:14,V! 31938-04-02 2023-11-04 21:48:14,U! 31938-04-02 2023-11-04 21:48:14,T! 31942-05-16>2023-11-04 21:48:14,S! 31942-05-162023-11-04 21:48:14,R! 31942-05-162023-11-04 21:48:14,Q! 31942-05-16 2023-11-04 21:48:14,P! 31942-05-16 2023-11-04 21:48:14+O!  31934-07-282023-11-04 21:48:14,N! 31934-07-28 2023-11-04 21:48:14,M! 31934-07-28>2023-11-04 21:48:14,L! 31934-07-28 2023-11-04 21:48:14,K! 31934-07-282023-11-04 21:48:14,J! 31932-06-03>2023-11-04 21:48:14,I! 31932-06-032023-11-04 21:48:14,H! 31932-06-032023-11-04 21:48:14+G!  31927-08-28 2023-11-04 21:48:14+F!  31927-08-282023-11-04 21:48:14,E! 31927-08-28>2023-11-04 21:48:14,D! 31927-08-282023-11-04 21:48:14,C! 31927-08-282023-11-04 21:48:14,B! 31926-07-082023-11-04 21:48:14,A! 31926-07-08>2023-11-04 21:48:14+@!  31926-07-082023-11-04 21:48:14+?!  31926-07-082023-11-04 21:48:14,>! 31924-03-222023-11-04 21:48:14,=! 31924-03-22>2023-11-04 21:48:14+<!  31924-03-222023-11-04 21:48:14+;!  31924-03-222023-11-04 21:48:14,:! 31922-03-07 2023-11-04 21:48:14,9! 31922-03-07  2023-11-04 21:48:14,8! 31922-03-07 2023-11-04 21:48:14,7! 31920-02-25 2023-11-04 21:48:14,6! 31920-02-25  2023-11-04 21:48:14,5! 31920-02-25 2023-11-04 21:48:14-4! 31940-06-16 2023-11-04 21:48:14,3! 31940-06-16H2023-11-04 21:48:14,2! 31940-06-16 "82023-11-04 21:48:14,1! 31940-06-16m2023-11-04 21:48:14-0! 31940-06-162023-11-04 21:48:14-/! 31940-03-22 2023-11-04 21:48:14,.! 31940-03-22H2023-11-04 21:48:14,-! 31940-03-22 "82023-11-04 21:48:14,,! 31940-03-22m2023-11-04 21:48:14-+! 31940-03-222023-11-04 21:48:14,*! 31932-01-14 42023-11-04 21:48:14,)! 31932-01-1402023-11-04 21:48:14,(! 31932-01-142023-11-04 21:48:14,'! 31932-01-14 2023-11-04 21:48:14-&! 31932-01-14 2023-11-04 21:48:14,%! 31932-01-14 J2023-11-04 21:48:14,$! 31932-01-14 "!2023-11-04 21:48:14,#! 31932-01-14x2023-11-04 21:48:14,"! 31932-01-14c2023-11-04 21:48:14,!! 31906-03-14 2023-11-04 21:48:14, ! 31906-03-14 u2023-11-04 21:48:14,! 31906-03-14-2023-11-04 21:48:14-! 31906-03-14 2023-11-04 21:48:14-! 31906-03-14 2023-11-04 21:48:14,! 31906-03-14K2023-11-04 21:48:14,! 32016-01-22U2023-11-04 21:48:14,! 32016-01-22 D2023-11-04 21:48:14,! 32016-01-222023-11-04 21:48:14+!  32016-01-222023-11-04 21:48:14,! 32016-01-222023-11-04 21:48:14,! 32016-01-22 72023-11-04 21:48:14+!  32016-01-22 62023-11-04 21:48:14+!  32016-01-22 42023-11-04 21:48:14,! 32016-01-22W2023-11-04 21:48:14,! 32016-01-22[2023-11-04 21:48:14,! 32016-01-222023-11-04 21:48:14,! 32016-01-22V2023-11-04 21:48:14,! 32016-01-22h 2023-11-04 21:48:14,! 32016-01-22*2023-11-04 21:48:14, ! 32016-01-22N2023-11-04 21:48:14, ! 32016-01-222023-11-04 21:48:14+ !  32016-01-222023-11-04 21:48:14, ! 32016-01-2222023-11-04 21:48:14, ! 3?2016-02-11 >2023-11-04 21:48:14,! 3?2016-02-11 =2023-11-04 21:48:14,! 3?2016-02-11 2023-11-04 21:48:14,! 3?2016-02-112023-11-04 21:48:14,! 3?2016-02-112023-11-04 21:48:14,! 3?2016-02-11L2023-11-04 21:48:14,! 32016-02-11~2023-11-04 21:48:14,! 32016-02-11~2023-11-04 21:48:14,! 32016-02-11~2023-11-04 21:48:14,! 32016-02-11~2023-11-04 21:48:14-! 32016-02-11$~2023-11-04 21:48:14,~! 32016-02-11i~2023-11-04 21:48:14-}! 32016-02-11~2023-11-04 21:48:14,|! 31917-09-12 "}2023-11-04 21:48:14,{! 31917-09-12 I}2023-11-04 21:48:14,z! 31917-09-12 `}2023-11-04 21:48:14,y! 31917-09-12g}2023-11-04 21:48:14-x! 31917-09-12}2023-11-04 21:48:14-w! 31917-09-12 }2023-11-04 21:48:14,v! 31917-03-20 "|2023-11-04 21:48:14,u! 31917-03-20 I|2023-11-04 21:48:14,t! 31917-03-20 `|2023-11-04 21:48:14,s! 31917-03-20g|2023-11-04 21:48:14-r! 31917-03-20|2023-11-04 21:48:14-q! 31917-03-20 |2023-11-04 21:48:14,p! 31916-12-12 "{2023-11-04 21:48:14,o! 31916-12-12 I{2023-11-04 21:48:14,n! 31916-12-12 `{2023-11-04 21:48:14,m! 31916-12-12g{2023-11-04 21:48:14-l! 31916-12-12{2023-11-04 21:48:14-k! 31916-12-12 {2023-11-04 21:48:14,j! 31915-10-29 "z2023-11-04 21:48:14,i! 31915-10-29 Iz2023-11-04 21:48:14,h! 31915-10-29 `z2023-11-04 21:48:14,g! 31915-10-29gz2023-11-04 21:48:14-f! 31915-10-29z2023-11-04 21:48:14-e! 31915-10-29 z2023-11-04 21:48:14,d! 31914-08-26 "y2023-11-04 21:48:14,c! 31914-08-26 Iy2023-11-04 21:48:14,b! 31914-08-26 `y2023-11-04 21:48:14,a! 31914-08-26gy2023-11-04 21:48:14-`! 31914-08-26y2023-11-04 21:48:14-_! 31914-08-26 y2023-11-04 21:48:14,^! 31914-06-13 "x2023-11-04 21:48:14,]! 31914-06-13 Ix2023-11-04 21:48:14,\! 31914-06-13 `x2023-11-04 21:48:14,[! 31914-06-13gx2023-11-04 21:48:14-Z! 31914-06-13x2023-11-04 21:48:14-Y! 31914-06-13 x2023-11-04 21:48:14,X! 31914-06-09 "w2023-11-04 21:48:14,W! 31914-06-09 Iw2023-11-04 21:48:14,V! 31914-06-09 `w2023-11-04 21:48:14,U! 31914-06-09gw2023-11-04 21:48:14-T! 31914-06-09w2023-11-04 21:48:14-S! 31914-06-09 w2023-11-04 21:48:14,R! 31913-12-220v2023-11-04 21:48:14-Q! 31913-12-22 v2023-11-04 21:48:14,P! 31913-12-22 v2023-11-04 21:48:14,O! 31913-12-22 iv2023-11-04 21:48:14,N! 31913-12-22Kv2023-11-04 21:48:14-M! 31913-12-22 "v2023-11-04 21:48:14,L! 31913-12-22 [v2023-11-04 21:48:14,K! 31913-03-220u2023-11-04 21:48:14-J! 31913-03-22 u2023-11-04 21:48:14,I! 31913-03-22 u2023-11-04 21:48:14,H! 31913-03-22 iu2023-11-04 21:48:14,G! 31913-03-22Ku2023-11-04 21:48:14-F! 31913-03-22 "u2023-11-04 21:48:14,E! 31913-03-22 [u2023-11-04 21:48:14,D! 31913-01-210t2023-11-04 21:48:14-C! 31913-01-21 t2023-11-04 21:48:14,B! 31913-01-21 t2023-11-04 21:48:14,A! 31913-01-21 it2023-11-04 21:48:14,@! 31913-01-21Kt2023-11-04 21:48:14-?! 31913-01-21 "t2023-11-04 21:48:14,>! 31913-01-21 [t2023-11-04 21:48:14,=! 31912-01-140s2023-11-04 21:48:14-<! 31912-01-14 s2023-11-04 21:48:14,;! 31912-01-14 s2023-11-04 21:48:14,:! 31912-01-14 is2023-11-04 21:48:14,9! 31912-01-14Ks2023-11-04 21:48:14-8! 31912-01-14 "s2023-11-04 21:48:14,7! 31912-01-14 [s2023-11-04 21:48:14,6! 31911-06-270r2023-11-04 21:48:14-5! 31911-06-27 r2023-11-04 21:48:14,4! 31911-06-27 r2023-11-04 21:48:14,3! 31911-06-27 ir2023-11-04 21:48:14,2! 31911-06-27Kr2023-11-04 21:48:14-1! 31911-06-27 "r2023-11-04 21:48:14,0! 31911-06-27 [r2023-11-04 21:48:14,/! 31911-03-020q2023-11-04 21:48:14-.! 31911-03-02 q2023-11-04 21:48:14,-! 31911-03-02 q2023-11-04 21:48:14,,! 31911-03-02 iq2023-11-04 21:48:14,+! 31911-03-02Kq2023-11-04 21:48:14-*! 31911-03-02 "q2023-11-04 21:48:14,)! 31911-03-02 [q2023-11-04 21:48:14,(! 31910-11-030p2023-11-04 21:48:14-'! 31910-11-03 p2023-11-04 21:48:14,&! 31910-11-03 p2023-11-04 21:48:14,%! 31910-11-03 ip2023-11-04 21:48:14,$! 31910-11-03Kp2023-11-04 21:48:14-#! 31910-11-03 "p2023-11-04 21:48:14,"! 31910-11-03 [p2023-11-04 21:48:14,!! 31909-07-24 o2023-11-04 21:48:14, ! 31909-07-24 'o2023-11-04 21:48:14,! 31909-07-24 ko2023-11-04 21:48:14,! 31909-07-24 4o2023-11-04 21:48:14,! 31909-07-245o2023-11-04 21:48:14,! 31909-07-24 Co2023-11-04 21:48:14-! 31909-07-24o2023-11-04 21:48:14,! 31906-10-25 n2023-11-04 21:48:14,! 31906-10-25 'n2023-11-04 21:48:14,! 31906-10-25 kn2023-11-04 21:48:14,! 31906-10-25 4n2023-11-04 21:48:14,! 31906-10-255n2023-11-04 21:48:14,! 31906-10-25 Cn2023-11-04 21:48:14-! 31906-10-25n2023-11-04 21:48:14,! 31905-01-24 l2023-11-04 21:48:14,! 31905-01-24 ul2023-11-04 21:48:14,! 31905-01-24-l2023-11-04 21:48:14-! 31905-01-24 l2023-11-04 21:48:14-! 31905-01-24 l2023-11-04 21:48:14,! 31905-01-24Kl2023-11-04 21:48:14, ! 31902-06-07 k2023-11-04 21:48:14, ! 31902-06-07 uk2023-11-04 21:48:14, ! 31902-06-07-k2023-11-04 21:48:14- ! 31902-06-07 k2023-11-04 21:48:14- ! 31902-06-07 k2023-11-04 21:48:14,! 31902-06-07Kk2023-11-04 21:48:14,! 31912-02-20 h2023-11-04 21:48:14,! 31912-02-20 oh2023-11-04 21:48:14+! 31912-02-20h h2023-11-04 21:48:14,! 31912-02-20.h2023-11-04 21:48:14,! 31912-02-20)h2023-11-04 21:48:14,! 31910-02-02 g2023-11-04 21:48:14,! 31910-02-02 og2023-11-04 21:48:14+! 31910-02-02h g2023-11-04 21:48:14,! 31910-02-02.g2023-11-04 21:48:14,~! 31910-02-02)g2023-11-04 21:48:14,}! 31908-03-18$f2023-11-04 21:48:14,|! 31908-03-18 of2023-11-04 21:48:14+{! 31908-03-18h f2023-11-04 21:48:14,z! 31908-03-18If2023-11-04 21:48:14,y! 31907-10-23$e2023-11-04 21:48:14,x! 31907-10-23 oe2023-11-04 21:48:14+w! 31907-10-23h e2023-11-04 21:48:14,v! 31907-10-23Ie2023-11-04 21:48:14,u! 31905-03-11 od2023-11-04 21:48:14,t! 31905-03-11 d2023-11-04 21:48:14+s! 31905-03-11hd2023-11-04 21:48:14,r! 31905-03-110d2023-11-04 21:48:14,q! 31905-03-114d2023-11-04 21:48:14,p! 31903-10-22 oc2023-11-04 21:48:14,o! 31903-10-22 c2023-11-04 21:48:14+n! 31903-10-22hc2023-11-04 21:48:14,m! 31903-10-220c2023-11-04 21:48:14,l! 31903-10-224c2023-11-04 21:48:14,k! 31902-04-21 b2023-11-04 21:48:14,j! 31902-04-21b2023-11-04 21:48:14,i! 31902-04-21Mb2023-11-04 21:48:14,h! 3g1907-12-31 v]2023-11-04 21:48:14+g! 3g1907-12-31?]2023-11-04 21:48:14,f! 3g1907-12-317]2023-11-04 21:48:14,e! 3g1907-12-31 w2]2023-11-04 21:48:14,d! 3g1908-01-09 v\2023-11-04 21:48:14+c! 3g1908-01-09?\2023-11-04 21:48:14,b! 3g1908-01-097\2023-11-04 21:48:14,a! 3g1908-01-09 w2\2023-11-04 21:48:14,`! 31911-10-07@Z2023-11-04 21:48:14,_! 31911-10-07@Z2023-11-04 21:48:14,^! 31911-10-07|fZ2023-11-04 21:48:14,]! 31914-02-17@Y2023-11-04 21:48:14,\! 31914-02-17@Y2023-11-04 21:48:14,[! 31914-02-17|fY2023-11-04 21:48:14,Z! 31917-03-13|9X2023-11-04 21:48:14,Y! 31917-03-13WX2023-11-04 21:48:14,X! 31917-03-13VX2023-11-04 21:48:14,W! 3v1901-07-24 ~U2023-11-04 21:48:14,V! 3v1901-07-24]U2023-11-04 21:48:14,U! 3v1901-07-24NU2023-11-04 21:48:14,T! 3v1901-07-24ELU2023-11-04 21:48:14+S!  3w1905-01-14hT2023-11-04 21:48:14,R! 3w1905-01-14 ~ T2023-11-04 21:48:14,Q! 3w1905-01-14N T2023-11-04 21:48:14,P! 3w1905-01-14]T2023-11-04 21:48:14,O! 3w1905-01-14EIT2023-11-04 21:48:14,N! 3x1908-10-12hS2023-11-04 21:48:14,M! 3x1908-10-12 ~ S2023-11-04 21:48:14,L! 3x1908-10-12 S2023-11-04 21:48:14,K! 3x1908-10-12N S2023-11-04 21:48:14,J! 3x1908-10-12]S2023-11-04 21:48:14,I! 3x1908-10-12E8S2023-11-04 21:48:14,H! 3y1909-08-16E%R2023-11-04 21:48:14,G! 3y1909-08-16hR2023-11-04 21:48:14,F! 3y1909-08-16 ~ R2023-11-04 21:48:14,E! 3y1909-08-16R2023-11-04 21:48:14,D! 3y1909-08-16NR2023-11-04 21:48:14,C! 3y1909-08-16]R2023-11-04 21:48:14,B! 3y1909-10-28E%Q2023-11-04 21:48:14,A! 3y1909-10-28hQ2023-11-04 21:48:14,@! 3y1909-10-28 ~ Q2023-11-04 21:48:14,?! 3y1909-10-28Q2023-11-04 21:48:14,>! 3y1909-10-28NQ2023-11-04 21:48:14,=! 3y1909-10-28]Q2023-11-04 21:48:14,<! 3z1910-07-05P2023-11-04 21:48:14,;! 3z1910-07-05N P2023-11-04 21:48:14,:! 3z1910-07-05]P2023-11-04 21:48:14,9! 3z1910-07-05E9P2023-11-04 21:48:14,8! 31917-11-16 "O2023-11-04 21:48:14,7! 31917-11-16 IO2023-11-04 21:48:14,6! 31917-11-16 `O2023-11-04 21:48:14,5! 31917-11-16gO2023-11-04 21:48:14-4! 31917-11-16O2023-11-04 21:48:14-3! 31917-11-16 O2023-11-04 21:48:14,2! 31920-01-200N2023-11-04 21:48:14,1! 31920-01-20 "N2023-11-04 21:48:14,0! 31920-01-20 ON2023-11-04 21:48:14,/! 31920-01-20 XN2023-11-04 21:48:14,.! 31920-01-20 3N2023-11-04 21:48:14,-! 31920-01-20CN2023-11-04 21:48:14,,! 31920-01-20jN2023-11-04 21:48:14-+! 31920-01-20 N2023-11-04 21:48:14,*! 31920-02-180M2023-11-04 21:48:14,)! 31920-02-18 "M2023-11-04 21:48:14,(! 31920-02-18 OM2023-11-04 21:48:14,'! 31920-02-18 XM2023-11-04 21:48:14,&! 31920-02-18 3M2023-11-04 21:48:14,%! 31920-02-18CM2023-11-04 21:48:14,$! 31920-02-18jM2023-11-04 21:48:14-#! 31920-02-18 M2023-11-04 21:48:14,"! 31920-09-240L2023-11-04 21:48:14,!! 31920-09-24 "L2023-11-04 21:48:14, ! 31920-09-24 OL2023-11-04 21:48:14,! 31920-09-24 XL2023-11-04 21:48:14,! 31920-09-24 3L2023-11-04 21:48:14,! 31920-09-24CL2023-11-04 21:48:14,! 31920-09-24jL2023-11-04 21:48:14-! 31920-09-24 L2023-11-04 21:48:14,! 31921-01-160K2023-11-04 21:48:14,! 31921-01-16 "K2023-11-04 21:48:14,! 31921-01-16 OK2023-11-04 21:48:14,! 31921-01-16 XK2023-11-04 21:48:14,! 31921-01-16 3K2023-11-04 21:48:14,! 31921-01-16CK2023-11-04 21:48:14,! 31921-01-16jK2023-11-04 21:48:14-! 31921-01-16 K2023-11-04 21:48:14,! 31922-01-150J2023-11-04 21:48:14,! 31922-01-15 "J2023-11-04 21:48:14,! 31922-01-15 OJ2023-11-04 21:48:14,! 31922-01-15 XJ2023-11-04 21:48:14,! 31922-01-15 3J2023-11-04 21:48:14, ! 31922-01-15CJ2023-11-04 21:48:14, ! 31922-01-15jJ2023-11-04 21:48:14- ! 31922-01-15 J2023-11-04 21:48:14, ! 31924-06-08I2023-11-04 21:48:14, ! 31924-06-08 I2023-11-04 21:48:14,! 31924-06-08 5I2023-11-04 21:48:14-! 31924-06-08I2023-11-04 21:48:14,! 31924-06-08hI2023-11-04 21:48:14-! 31924-06-08 I2023-11-04 21:48:14,! 31924-06-14H2023-11-04 21:48:14,! 31924-06-14 H2023-11-04 21:48:14,! 31924-06-14 5H2023-11-04 21:48:14-! 31924-06-14H2023-11-04 21:48:14,! 31924-06-14hH2023-11-04 21:48:14-! 31924-06-14 H2023-11-04 21:48:14,~! 31925-04-17G2023-11-04 21:48:14,}! 31925-04-17 G2023-11-04 21:48:14,|! 31925-04-17 5G2023-11-04 21:48:14-{! 31925-04-17G2023-11-04 21:48:14,z! 31925-04-17hG2023-11-04 21:48:14-y! 31925-04-17 G2023-11-04 21:48:14,x! 31925-11-28F2023-11-04 21:48:14,w! 31925-11-28 F2023-11-04 21:48:14,v! 31925-11-28 5F2023-11-04 21:48:14-u! 31925-11-28F2023-11-04 21:48:14,t! 31925-11-28hF2023-11-04 21:48:14-s! 31925-11-28 F2023-11-04 21:48:14,r! 31926-07-19D2023-11-04 21:48:14,q! 31926-07-19 D2023-11-04 21:48:14,p! 31926-07-19 5D2023-11-04 21:48:14-o! 31926-07-19D2023-11-04 21:48:14,n! 31926-07-19hD2023-11-04 21:48:14-m! 31926-07-19 D2023-11-04 21:48:14,l! 31926-07-23C2023-11-04 21:48:14,k! 31926-07-23 C2023-11-04 21:48:14,j! 31926-07-23 5C2023-11-04 21:48:14-i! 31926-07-23C2023-11-04 21:48:14,h! 31926-07-23hC2023-11-04 21:48:14-g! 31926-07-23 C2023-11-04 21:48:14,f! 31928-11-11 4B2023-11-04 21:48:14,e! 31928-11-110B2023-11-04 21:48:14,d! 31928-11-11B2023-11-04 21:48:14,c! 31928-11-11 B2023-11-04 21:48:14-b! 31928-11-11 B2023-11-04 21:48:14,a! 31928-11-11 JB2023-11-04 21:48:14,`! 31928-11-11 "!B2023-11-04 21:48:14,_! 31928-11-11xB2023-11-04 21:48:14,^! 31928-11-11cB2023-11-04 21:48:14,]! 31929-07-29 4A2023-11-04 21:48:14,\! 31929-07-290A2023-11-04 21:48:14,[! 31929-07-29A2023-11-04 21:48:14,Z! 31929-07-29 A2023-11-04 21:48:14-Y! 31929-07-29 A2023-11-04 21:48:14,X! 31929-07-29 JA2023-11-04 21:48:14,W! 31929-07-29 "!A2023-11-04 21:48:14,V! 31929-07-29xA2023-11-04 21:48:14,U! 31929-07-29cA2023-11-04 21:48:14,T! 31929-11-03 4@2023-11-04 21:48:14,S! 31929-11-030@2023-11-04 21:48:14,R! 31929-11-03@2023-11-04 21:48:14,Q! 31929-11-03 @2023-11-04 21:48:14-P! 31929-11-03 @2023-11-04 21:48:14,O! 31929-11-03 J@2023-11-04 21:48:14,N! 31929-11-03 "!@2023-11-04 21:48:14,M! 31929-11-03x@2023-11-04 21:48:14,L! 31929-11-03c@2023-11-04 21:48:14,K! 31930-02-21 4?2023-11-04 21:48:14,J! 31930-02-210?2023-11-04 21:48:14,I! 31930-02-21?2023-11-04 21:48:14,H! 31930-02-21 ?2023-11-04 21:48:14-G! 31930-02-21 ?2023-11-04 21:48:14,F! 31930-02-21 J?2023-11-04 21:48:14,E! 31930-02-21 "!?2023-11-04 21:48:14,D! 31930-02-21x?2023-11-04 21:48:14,C! 31930-02-21c?2023-11-04 21:48:14,B! 31930-03-02 4>2023-11-04 21:48:14,A! 31930-03-020>2023-11-04 21:48:14,@! 31930-03-02>2023-11-04 21:48:14,?! 31930-03-02 >2023-11-04 21:48:14->! 31930-03-02 >2023-11-04 21:48:14,=! 31930-03-02 J>2023-11-04 21:48:14,<! 31930-03-02 "!>2023-11-04 21:48:14,;! 31930-03-02x>2023-11-04 21:48:14,:! 31930-03-02c>2023-11-04 21:48:14,9! 31930-12-13 4=2023-11-04 21:48:14,8! 31930-12-130=2023-11-04 21:48:14,7! 31930-12-13=2023-11-04 21:48:14,6! 31930-12-13 =2023-11-04 21:48:14-5! 31930-12-13 =2023-11-04 21:48:14,4! 31930-12-13 J=2023-11-04 21:48:14,3! 31930-12-13 "!=2023-11-04 21:48:14,2! 31930-12-13x=2023-11-04 21:48:14,1! 31930-12-13c=2023-11-04 21:48:14,0! 31931-01-27 4<2023-11-04 21:48:14,/! 31931-01-270<2023-11-04 21:48:14,.! 31931-01-27<2023-11-04 21:48:14,-! 31931-01-27 <2023-11-04 21:48:14-,! 31931-01-27 <2023-11-04 21:48:14,+! 31931-01-27 J<2023-11-04 21:48:14,*! 31931-01-27 "!<2023-11-04 21:48:14,)! 31931-01-27x<2023-11-04 21:48:14,(! 31931-01-27c<2023-11-04 21:48:14,'! 31932-02-20 4:2023-11-04 21:48:14,&! 31932-02-200:2023-11-04 21:48:14,%! 31932-02-20:2023-11-04 21:48:14,$! 31932-02-20 :2023-11-04 21:48:14-#! 31932-02-20 :2023-11-04 21:48:14,"! 31932-02-20 J:2023-11-04 21:48:14,!! 31932-02-20 "!:2023-11-04 21:48:14, ! 31932-02-20x:2023-11-04 21:48:14,! 31932-02-20c:2023-11-04 21:48:14,! 31932-06-03  92023-11-04 21:48:14,! 31932-06-03 >92023-11-04 21:48:14,! 31932-06-03 H92023-11-04 21:48:14,! 31932-06-03 92023-11-04 21:48:14,! 31932-06-03 !92023-11-04 21:48:14,! 31932-06-03 L92023-11-04 21:48:14,! 31932-06-03 92023-11-04 21:48:14,! 31932-06-03 "%92023-11-04 21:48:14-! 31932-06-0392023-11-04 21:48:14-! 31932-06-0392023-11-04 21:48:14,! 31932-12-18  82023-11-04 21:48:14,! 31932-12-18 >82023-11-04 21:48:14,! 31932-12-18 H82023-11-04 21:48:14,! 31932-12-18 82023-11-04 21:48:14,! 31932-12-18 !82023-11-04 21:48:14,! 31932-12-18 L82023-11-04 21:48:14,! 31932-12-18 82023-11-04 21:48:14, ! 31932-12-18 "%82023-11-04 21:48:14- ! 31932-12-1882023-11-04 21:48:14- ! 31932-12-1882023-11-04 21:48:14, ! 31933-01-31  72023-11-04 21:48:14, ! 31933-01-31 >72023-11-04 21:48:14,! 31933-01-31 H72023-11-04 21:48:14,! 31933-01-31 72023-11-04 21:48:14,! 31933-01-31 !72023-11-04 21:48:14,! 31933-01-31 L72023-11-04 21:48:14,! 31933-01-31 72023-11-04 21:48:14,! 31933-01-31 "%72023-11-04 21:48:14-! 31933-01-3172023-11-04 21:48:14-! 31933-01-3172023-11-04 21:48:14,! 31933-10-26  62023-11-04 21:48:14,! 31933-10-26 >62023-11-04 21:48:14,~! 31933-10-26 H62023-11-04 21:48:14,}! 31933-10-26 62023-11-04 21:48:14,|! 31933-10-26 !62023-11-04 21:48:14,{! 31933-10-26 L62023-11-04 21:48:14,z! 31933-10-26 62023-11-04 21:48:14,y! 31933-10-26 "%62023-11-04 21:48:14-x! 31933-10-2662023-11-04 21:48:14-w! 31933-10-2662023-11-04 21:48:14,v! 31933-11-26  52023-11-04 21:48:14,u! 31933-11-26 >52023-11-04 21:48:14,t! 31933-11-26 H52023-11-04 21:48:14,s! 31933-11-26 52023-11-04 21:48:14,r! 31933-11-26 !52023-11-04 21:48:14,q! 31933-11-26 L52023-11-04 21:48:14,p! 31933-11-26 52023-11-04 21:48:14,o! 31933-11-26 "%52023-11-04 21:48:14-n! 31933-11-2652023-11-04 21:48:14-m! 31933-11-2652023-11-04 21:48:14,l! 31934-01-30  42023-11-04 21:48:14,k! 31934-01-30 >42023-11-04 21:48:14,j! 31934-01-30 H42023-11-04 21:48:14,i! 31934-01-30 42023-11-04 21:48:14,h! 31934-01-30 !42023-11-04 21:48:14,g! 31934-01-30 L42023-11-04 21:48:14,f! 31934-01-30 42023-11-04 21:48:14,e! 31934-01-30 "%42023-11-04 21:48:14-d! 31934-01-3042023-11-04 21:48:14-c! 31934-01-3042023-11-04 21:48:14,b! 31934-02-09  32023-11-04 21:48:14,a! 31934-02-09 >32023-11-04 21:48:14,`! 31934-02-09 H32023-11-04 21:48:14,_! 31934-02-09 32023-11-04 21:48:14,^! 31934-02-09 !32023-11-04 21:48:14,]! 31934-02-09 L32023-11-04 21:48:14,\! 31934-02-09 32023-11-04 21:48:14,[! 31934-02-09 "%32023-11-04 21:48:14-Z! 31934-02-0932023-11-04 21:48:14-Y! 31934-02-0932023-11-04 21:48:14,X! 31934-11-08  22023-11-04 21:48:14,W! 31934-11-08 >22023-11-04 21:48:14,V! 31934-11-08 H22023-11-04 21:48:14,U! 31934-11-08 22023-11-04 21:48:14,T! 31934-11-08 !22023-11-04 21:48:14,S! 31934-11-08 L22023-11-04 21:48:14,R! 31934-11-08 22023-11-04 21:48:14,Q! 31934-11-08 "%22023-11-04 21:48:14-P! 31934-11-0822023-11-04 21:48:14-O! 31934-11-0822023-11-04 21:48:14,N! 31935-06-01  12023-11-04 21:48:14,M! 31935-06-01 >12023-11-04 21:48:14,L! 31935-06-01 H12023-11-04 21:48:14,K! 31935-06-01 12023-11-04 21:48:14,J! 31935-06-01 !12023-11-04 21:48:14,I! 31935-06-01 L12023-11-04 21:48:14,H! 31935-06-01 12023-11-04 21:48:14,G! 31935-06-01 "%12023-11-04 21:48:14-F! 31935-06-0112023-11-04 21:48:14-E! 31935-06-0112023-11-04 21:48:14,D! 31935-06-07  02023-11-04 21:48:14,C! 31935-06-07 >02023-11-04 21:48:14,B! 31935-06-07 H02023-11-04 21:48:14,A! 31935-06-07 02023-11-04 21:48:14,@! 31935-06-07 !02023-11-04 21:48:14,?! 31935-06-07 L02023-11-04 21:48:14,>! 31935-06-07 02023-11-04 21:48:14,=! 31935-06-07 "%02023-11-04 21:48:14-<! 31935-06-0702023-11-04 21:48:14-;! 31935-06-0702023-11-04 21:48:14,:! 31936-01-24  /2023-11-04 21:48:14,9! 31936-01-24 >/2023-11-04 21:48:14,8! 31936-01-24 H/2023-11-04 21:48:14,7! 31936-01-24 /2023-11-04 21:48:14,6! 31936-01-24 !/2023-11-04 21:48:14,5! 31936-01-24 L/2023-11-04 21:48:14,4! 31936-01-24 /2023-11-04 21:48:14,3! 31936-01-24 "%/2023-11-04 21:48:14-2! 31936-01-24/2023-11-04 21:48:14-1! 31936-01-24/2023-11-04 21:48:14,0! 31908-12-19+2023-11-04 21:48:14+/!  31908-12-19n+2023-11-04 21:48:14,.! 31908-12-19 +2023-11-04 21:48:14,-! 31908-12-19 2+2023-11-04 21:48:14,,! 31914-11-12n(2023-11-04 21:48:14,+! 31914-11-12(2023-11-04 21:48:14,*! 31914-11-12 %(2023-11-04 21:48:14,)! 31914-11-12 !(2023-11-04 21:48:14,(! 31940-04-01%2023-11-04 21:48:14,'! 31940-04-01%2023-11-04 21:48:14,&! 31940-04-01n5%2023-11-04 21:48:14,%! 31935-12-06 $2023-11-04 21:48:14,$! 31935-12-06 $2023-11-04 21:48:14,#! 31935-12-06$2023-11-04 21:48:14,"! 31935-12-06 $2023-11-04 21:48:14,!! 31935-12-06n5$2023-11-04 21:48:14+ !  31930-05-28 #2023-11-04 21:48:14,! 31930-05-28#2023-11-04 21:48:14,! 31930-05-28n#2023-11-04 21:48:14,! 31930-05-28 #2023-11-04 21:48:14,! 31930-05-28 #2023-11-04 21:48:14+!  31928-12-10 "2023-11-04 21:48:14,! 31928-12-10"2023-11-04 21:48:14,! 31928-12-10n"2023-11-04 21:48:14,! 31928-12-10 "2023-11-04 21:48:14,! 31928-12-10 "2023-11-04 21:48:14,! 31925-05-30!2023-11-04 21:48:14,! 31925-05-30n!2023-11-04 21:48:14,! 31925-05-30 !2023-11-04 21:48:14,! 31925-05-30 %!2023-11-04 21:48:14,! 31925-05-14 2023-11-04 21:48:14,! 31925-05-14n 2023-11-04 21:48:14,! 31925-05-14  2023-11-04 21:48:14,! 31925-05-14 % 2023-11-04 21:48:14,! 31912-07-10n2023-11-04 21:48:14, ! 31912-07-102023-11-04 21:48:14, ! 31912-07-10 %2023-11-04 21:48:14, ! 31912-07-10 !2023-11-04 21:48:14, ! 31912-03-18n2023-11-04 21:48:14, ! 31912-03-182023-11-04 21:48:14,! 31912-03-18 %2023-11-04 21:48:14,! 31912-03-18 !2023-11-04 21:48:14,! 31906-08-062023-11-04 21:48:14,! 31906-08-06 2023-11-04 21:48:14,! 31906-08-06 :2023-11-04 21:48:14,! 31906-06-212023-11-04 21:48:14,! 31906-06-21 2023-11-04 21:48:14,! 31906-06-21 :2023-11-04 21:48:14-! 31936-06-04 2023-11-04 21:48:14,! 31936-06-04H2023-11-04 21:48:14,~! 31936-06-04 "82023-11-04 21:48:14,}! 31936-06-04m2023-11-04 21:48:14-|! 31936-06-042023-11-04 21:48:14-{! 31937-06-29 2023-11-04 21:48:14,z! 31937-06-29H2023-11-04 21:48:14,y! 31937-06-29 "82023-11-04 21:48:14,x! 31937-06-29m2023-11-04 21:48:14-w! 31937-06-292023-11-04 21:48:14-v! 31938-03-13 2023-11-04 21:48:14,u! 31938-03-13H2023-11-04 21:48:14,t! 31938-03-13 "82023-11-04 21:48:14,s! 31938-03-13m2023-11-04 21:48:14-r! 31938-03-132023-11-04 21:48:14-q! 31938-04-12 2023-11-04 21:48:14,p! 31938-04-12H2023-11-04 21:48:14,o! 31938-04-12 "82023-11-04 21:48:14,n! 31938-04-12m2023-11-04 21:48:14-m! 31938-04-122023-11-04 21:48:14-l! 31939-05-11 2023-11-04 21:48:14,k! 31939-05-11H2023-11-04 21:48:14,j! 31939-05-11 "82023-11-04 21:48:14,i! 31939-05-11m2023-11-04 21:48:14-h! 31939-05-112023-11-04 21:48:14-g! 31939-09-13 2023-11-04 21:48:14,f! 31939-09-13H2023-11-04 21:48:14,e! 31939-09-13 "82023-11-04 21:48:14,d! 31939-09-13m2023-11-04 21:48:14-c! 31939-09-132023-11-04 21:48:14,b! 3q1939-02-22 2023-11-04 21:48:14,a! 3q1939-02-22 2023-11-04 21:48:14,`! 3q1939-02-22 x2023-11-04 21:48:14,_! 3q1939-02-22 y2023-11-04 21:48:14+^! 3q1939-02-22?2023-11-04 21:48:14,]! 3q1939-02-22 w=2023-11-04 21:48:14,\! 3q1939-02-22 vF2023-11-04 21:48:14+[!  3m1925-05-132023-11-04 21:48:14 Rp@~~~~R~"}}}}c}3}|||t|D|{{{{U{&zzzzgz7zyyyxyIyxxxx[x+wwwwkw;w vvv|vLvuuuu]u-ttttot?tssssOsrrrrar1rqqqqqBqppppRp#oooodo4onnnvnFnmmmmXm(llllil:l kkk{kLkjjjj]j.iiiipi@ihhhhQh!ggggag2gfffrfCfeeeeSe#ddddcd3dcccscCcbbbbTb%aaaaea5a```v`F`____V_&^^^^e^5^]]]t]E]\\\\T\$[[[[d[4[ZZZwZGZYYYYXY)XXXXjX:X WWWzWIWVVVVYV)UUUUiU:U TTT{TKTSSSS[S,RRRRoR@RQQQQQQ!PPPPaP2POOOuOEONNNNTN$MMMMeM6MLLLwLHLKKKKXK)JJJJjJ:J IIIzIJIHHHHZH+GGGGkG;G FFF{FKFEEEE[E+DDDDkD;D CCCyCICBBBBZB+AAAAiA9A @@@x@H@????X?(>>>>j>;> ==={=K=<<<<]<-;;;;m;=;:::~:N:9999`9/8888o8?8777~7N76666_6/5555p5A54444R4#3333a313222s2C21111Q1!0000c030///t/D/....U.%----e-5-,,,u,E,++++T+$****b*2*)))r)B)((((R(!''''a'0'&&&p&@&%%%%P% $$$$`$0$###p#@#""""Q""!!!!b!2! r B U&e5uEV&g7wGY)i9 {K[+m= }M^/o@Q!b2rBR" b 2  r B  R " b 2  r B R"b2rBR,w! 32018-08-17 !2023-11-04 21:48:14,v! 32018-08-172023-11-04 21:48:14,u! 32018-08-17  2023-11-04 21:48:14,t! 32018-08-17 2023-11-04 21:48:14,s! 32018-08-17 l 2023-11-04 21:48:14,r! 32018-08-172023-11-04 21:48:14,q! 31932-05-20 r 2023-11-04 21:48:14,p! 31932-05-20 }2023-11-04 21:48:14,o! 31932-05-20 y 2023-11-04 21:48:14,n! 31932-05-20H2023-11-04 21:48:14,m! 31932-05-20B2023-11-04 21:48:14,l! 31932-01-29 r 2023-11-04 21:48:14,k! 31932-01-29 }2023-11-04 21:48:14,j! 31932-01-29 y 2023-11-04 21:48:14,i! 31932-01-29H2023-11-04 21:48:14,h! 31932-01-29B2023-11-04 21:48:14,g! 31931-06-20 r 2023-11-04 21:48:14,f! 31931-06-20 }2023-11-04 21:48:14,e! 31931-06-20 y 2023-11-04 21:48:14,d! 31931-06-20H2023-11-04 21:48:14,c! 31931-06-20B2023-11-04 21:48:14,b! 31930-12-04 r 2023-11-04 21:48:14,a! 31930-12-04 }2023-11-04 21:48:14,`! 31930-12-04 y 2023-11-04 21:48:14,_! 31930-12-04H2023-11-04 21:48:14,^! 31930-12-04B2023-11-04 21:48:14,]! 31930-09-30 y 2023-11-04 21:48:14,\! 31930-09-30G2023-11-04 21:48:14,[! 31930-09-30 r 2023-11-04 21:48:14,Z! 31930-09-30I2023-11-04 21:48:14,Y! 31929-09-26 y  2023-11-04 21:48:14,X! 31929-09-26G 2023-11-04 21:48:14,W! 31929-09-26 r  2023-11-04 21:48:14,V! 31929-09-26I 2023-11-04 21:48:14,U! 31929-05-04 y  2023-11-04 21:48:14,T! 31929-05-04G 2023-11-04 21:48:14,S! 31929-05-04 r  2023-11-04 21:48:14,R! 31929-05-04I 2023-11-04 21:48:14,Q! 31927-05-19 y  2023-11-04 21:48:14,P! 31927-05-19G 2023-11-04 21:48:14,O! 31927-05-19 r  2023-11-04 21:48:14,N! 31927-05-19I 2023-11-04 21:48:14,M! 31926-10-20 y 2023-11-04 21:48:14,L! 31926-10-20 r  2023-11-04 21:48:14,K! 31926-10-20D 2023-11-04 21:48:14,J! 31926-10-20R 2023-11-04 21:48:14,I! 31926-01-15 y 2023-11-04 21:48:14,H! 31926-01-15 r  2023-11-04 21:48:14,G! 31926-01-15D 2023-11-04 21:48:14,F! 31926-01-15R 2023-11-04 21:48:14,E! 31924-11-20 y2023-11-04 21:48:14,D! 31924-11-20 r 2023-11-04 21:48:14,C! 31924-11-20D2023-11-04 21:48:14,B! 31924-11-20R2023-11-04 21:48:14,A! 31923-11-20 y2023-11-04 21:48:14,@! 31923-11-20 r 2023-11-04 21:48:14,?! 31923-11-20D2023-11-04 21:48:14,>! 31923-11-20R2023-11-04 21:48:14,=! 31923-04-17 y2023-11-04 21:48:14+<!  31923-04-17 ~2023-11-04 21:48:14,;! 31923-04-17 r2023-11-04 21:48:14,:! 31923-04-17E2023-11-04 21:48:14,9! 31923-04-17U2023-11-04 21:48:14,8! 31922-05-31 y2023-11-04 21:48:14+7!  31922-05-31 ~2023-11-04 21:48:14,6! 31922-05-31 r2023-11-04 21:48:14,5! 31922-05-31E2023-11-04 21:48:14,4! 31922-05-31U2023-11-04 21:48:14,3! 31922-01-27 y2023-11-04 21:48:14+2!  31922-01-27 ~2023-11-04 21:48:14,1! 31922-01-27 r2023-11-04 21:48:14,0! 31922-01-27E2023-11-04 21:48:14,/! 31922-01-27U2023-11-04 21:48:14,.! 31921-06-21 y2023-11-04 21:48:14+-!  31921-06-21 ~2023-11-04 21:48:14,,! 31921-06-21 r2023-11-04 21:48:14,+! 31921-06-21E2023-11-04 21:48:14,*! 31921-06-21U2023-11-04 21:48:14,)! 31920-11-20 y2023-11-04 21:48:14+(!  31920-11-20 ~2023-11-04 21:48:14,'! 31920-11-20 r2023-11-04 21:48:14,&! 31920-11-20E2023-11-04 21:48:14,%! 31920-11-20U2023-11-04 21:48:14,$! 31920-07-07 s2023-11-04 21:48:14,#! 31920-07-07 v2023-11-04 21:48:14,"! 31920-07-07 ~2023-11-04 21:48:14+!!  31920-07-07 2023-11-04 21:48:14+ !  31920-07-07 2023-11-04 21:48:14,! 31920-07-07 u2023-11-04 21:48:14,! 31920-07-07 t2023-11-04 21:48:14,! 31920-07-07 q2023-11-04 21:48:14,! 31920-07-07 p2023-11-04 21:48:14,! 31920-07-07E2023-11-04 21:48:14,! 31920-07-07H2023-11-04 21:48:14,! 31919-10-17 s2023-11-04 21:48:14,! 31919-10-17 v2023-11-04 21:48:14,! 31919-10-17 ~2023-11-04 21:48:14+!  31919-10-17 2023-11-04 21:48:14+!  31919-10-17 2023-11-04 21:48:14,! 31919-10-17 u2023-11-04 21:48:14,! 31919-10-17 t2023-11-04 21:48:14,! 31919-10-17 q2023-11-04 21:48:14,! 31919-10-17 p2023-11-04 21:48:14,! 31919-10-17E2023-11-04 21:48:14,! 31919-10-17H2023-11-04 21:48:14,! 31919-03-15 s2023-11-04 21:48:14, ! 31919-03-15 v2023-11-04 21:48:14, ! 31919-03-15 ~2023-11-04 21:48:14+ !  31919-03-15 2023-11-04 21:48:14+ !  31919-03-15 2023-11-04 21:48:14, ! 31919-03-15 u2023-11-04 21:48:14,! 31919-03-15 t2023-11-04 21:48:14,! 31919-03-15 q2023-11-04 21:48:14,! 31919-03-15 p2023-11-04 21:48:14,! 31919-03-15E2023-11-04 21:48:14,! 31919-03-15H2023-11-04 21:48:14,! 32018-06-27 ^2023-11-04 21:48:14,! 32018-06-27 2023-11-04 21:48:14,! 32018-06-27N2023-11-04 21:48:14+! 32018-06-272023-11-04 21:48:14,! 32018-06-272023-11-04 21:48:14,~! 32018-06-272023-11-04 21:48:14,}! 32018-06-272023-11-04 21:48:14,|! 32018-06-272023-11-04 21:48:14,{! 32018-06-27=2023-11-04 21:48:14+z!  32018-06-022023-11-04 21:48:14,y! 32018-06-02 +2023-11-04 21:48:14,x! 32018-06-02Q2023-11-04 21:48:14,w! 32018-06-02 ,2023-11-04 21:48:14,v! 32018-06-02 -2023-11-04 21:48:14,u! 32018-06-02 2023-11-04 21:48:14,t! 32018-06-02 / 2023-11-04 21:48:14,s! 32018-06-02 . 2023-11-04 21:48:14,r! 32018-06-02 G 2023-11-04 21:48:14,q! 32018-06-02 H-2023-11-04 21:48:14,p! 32018-06-02U2023-11-04 21:48:14-o! 32018-06-022023-11-04 21:48:14,n! 32018-06-01 2023-11-04 21:48:14+m!  32018-06-01 o2023-11-04 21:48:14+l!  32018-06-012023-11-04 21:48:14,k! 32018-06-012023-11-04 21:48:14,j! 32018-06-012023-11-04 21:48:14+i!  32018-06-012023-11-04 21:48:14+h!  32018-06-01i2023-11-04 21:48:14,g! 32018-06-012023-11-04 21:48:14,f! 32018-06-01~p2023-11-04 21:48:14,e! 32018-06-012023-11-04 21:48:14,d! 32018-06-01j2023-11-04 21:48:14,c! 32018-06-01Tj2023-11-04 21:48:14,b! 32018-06-01|2023-11-04 21:48:14-a! 32018-06-01k2023-11-04 21:48:14,`! 32018-05-10u2023-11-04 21:48:14,_! 32018-05-102023-11-04 21:48:14+^!  32018-05-10f2023-11-04 21:48:14+]!  32018-05-10 2023-11-04 21:48:14+\!  32018-05-102023-11-04 21:48:14,[! 32018-05-10 2023-11-04 21:48:14,Z! 32018-05-102023-11-04 21:48:14,Y! 32018-05-1072023-11-04 21:48:14,X! 32018-05-10X2023-11-04 21:48:14,W! 32017-10-26 R2023-11-04 21:48:14,V! 32017-10-26 Q2023-11-04 21:48:14,U! 32017-10-262023-11-04 21:48:14,T! 32017-10-26=2023-11-04 21:48:14,S! 32017-10-262023-11-04 21:48:14,R! 32017-10-262023-11-04 21:48:14,Q! 32017-10-26 2023-11-04 21:48:14,P! 32017-10-26e2023-11-04 21:48:14,O! 32017-10-262023-11-04 21:48:14,N! 32017-10-26Y2023-11-04 21:48:14,M! 32017-10-262023-11-04 21:48:14,L! 32017-10-262023-11-04 21:48:14,K! 32017-10-26!2023-11-04 21:48:14,J! 32018-03-222023-11-04 21:48:14,I! 32018-03-22 @ 2023-11-04 21:48:14,H! 32018-03-22J2023-11-04 21:48:14,G! 32018-03-2212023-11-04 21:48:14,F! 32018-03-2202023-11-04 21:48:14,E! 32018-03-22T 2023-11-04 21:48:14,D! 32018-03-22 ? 2023-11-04 21:48:14,C! 32018-03-222023-11-04 21:48:14-B! 32018-03-142023-11-04 21:48:14,A! 32018-03-14^2023-11-04 21:48:14,@! 32018-03-14P2023-11-04 21:48:14,?! 32018-03-14C2023-11-04 21:48:14,>! 32018-03-14E2023-11-04 21:48:14-=! 32018-03-14.2023-11-04 21:48:14,<! 32018-01-292023-11-04 21:48:14,;! 32018-01-29 [2023-11-04 21:48:14,:! 32018-01-29 W2023-11-04 21:48:14,9! 32018-01-292023-11-04 21:48:14,8! 32018-01-29 V2023-11-04 21:48:14,7! 32018-01-29E2023-11-04 21:48:14-6! 32018-01-29`2023-11-04 21:48:14+5!  32017-12-112023-11-04 21:48:14,4! 32017-12-112023-11-04 21:48:14,3! 32017-12-11 )2023-11-04 21:48:14,2! 32017-12-11 (*2023-11-04 21:48:14-1! 32017-12-112023-11-04 21:48:14-0! 32017-12-112023-11-04 21:48:14,/! 32017-11-012023-11-04 21:48:14,.! 32017-11-01X 2023-11-04 21:48:14,-! 32017-11-01 `22023-11-04 21:48:14,,! 32017-11-012023-11-04 21:48:14,+! 32017-11-01 2023-11-04 21:48:14,*! 32017-11-01 a62023-11-04 21:48:14,)! 32017-11-01E2023-11-04 21:48:14-(! 32017-11-012023-11-04 21:48:14,'! 32017-11-30 2023-11-04 21:48:14,&! 32017-11-302023-11-04 21:48:14,%! 32017-11-302023-11-04 21:48:14,$! 32017-11-30 _2023-11-04 21:48:14,#! 32017-11-30 H2023-11-04 21:48:14,"! 32017-11-30>2023-11-04 21:48:14,!! 32017-11-30 I2023-11-04 21:48:14, ! 32017-11-302023-11-04 21:48:14,! 32017-12-13 ^2023-11-04 21:48:14,! 32017-12-13 2023-11-04 21:48:14,! 32017-12-13N2023-11-04 21:48:14+! 32017-12-132023-11-04 21:48:14,! 32017-12-132023-11-04 21:48:14,! 32017-12-132023-11-04 21:48:14,! 32017-12-132023-11-04 21:48:14,! 32017-12-132023-11-04 21:48:14,! 32017-12-13=2023-11-04 21:48:14,! 32017-12-18 [2023-11-04 21:48:14,! 32017-12-18 2023-11-04 21:48:14+! 32017-12-18232023-11-04 21:48:14,! 32017-12-18>2023-11-04 21:48:14,! 32017-12-1842023-11-04 21:48:14,! 31945-05-232023-11-04 21:48:14+!  31945-05-232023-11-04 21:48:14,! 31945-05-23L2023-11-04 21:48:14+!  31945-05-23 2023-11-04 21:48:14, ! 31945-05-232023-11-04 21:48:14, ! 31945-05-23 2023-11-04 21:48:14, ! 31945-05-23!2023-11-04 21:48:14, ! 31945-05-232023-11-04 21:48:14- ! 31945-05-232023-11-04 21:48:14-! 31945-05-232023-11-04 21:48:14,! 31940-05-102023-11-04 21:48:14+!  31940-05-102023-11-04 21:48:14,! 31940-05-10L2023-11-04 21:48:14+!  31940-05-10 2023-11-04 21:48:14,! 31940-05-102023-11-04 21:48:14,! 31940-05-10 2023-11-04 21:48:14,! 31940-05-10!2023-11-04 21:48:14,! 31940-05-102023-11-04 21:48:14-! 31940-05-102023-11-04 21:48:14-~! 31940-05-102023-11-04 21:48:14+}!  32017-10-26i2023-11-04 21:48:14,|! 32017-10-262023-11-04 21:48:14,{! 32017-10-26{ 2023-11-04 21:48:14,z! 32017-10-26n.2023-11-04 21:48:14,y! 32017-10-2682023-11-04 21:48:14+x!  32018-01-17f2023-11-04 21:48:14+w!  32018-01-172023-11-04 21:48:14,v! 32018-01-172023-11-04 21:48:14,u! 32018-01-172023-11-04 21:48:14+t! 32018-01-17Q 2023-11-04 21:48:14,s! 32018-01-172023-11-04 21:48:14,r! 32018-01-17_2023-11-04 21:48:14,q! 32018-01-17-2023-11-04 21:48:14+p! 32018-01-17h12023-11-04 21:48:14,o! 32017-06-292023-11-04 21:48:14,n! 32017-06-29 [2023-11-04 21:48:14,m! 32017-06-29 W2023-11-04 21:48:14,l! 32017-06-292023-11-04 21:48:14,k! 32017-06-29 V2023-11-04 21:48:14,j! 32017-06-29E2023-11-04 21:48:14-i! 32017-06-29`2023-11-04 21:48:14,h! 32017-01-042023-11-04 21:48:14,g! 32017-01-04 [2023-11-04 21:48:14,f! 32017-01-04 W2023-11-04 21:48:14,e! 32017-01-042023-11-04 21:48:14,d! 32017-01-04 V2023-11-04 21:48:14,c! 32017-01-04E2023-11-04 21:48:14-b! 32017-01-04`2023-11-04 21:48:14,a! 32017-07-09U2023-11-04 21:48:14+`!  32017-07-092023-11-04 21:48:14,_! 32017-07-092023-11-04 21:48:14+^!  32017-07-09W2023-11-04 21:48:14,]! 32017-07-09[2023-11-04 21:48:14,\! 32017-07-09 42023-11-04 21:48:14,[! 32017-07-09 D2023-11-04 21:48:14,Z! 32017-07-09 7 2023-11-04 21:48:14,Y! 32017-07-092023-11-04 21:48:14+X!  32017-07-09V2023-11-04 21:48:14,W! 32017-07-09h 2023-11-04 21:48:14,V! 32017-07-09'2023-11-04 21:48:14,U! 32017-07-09=2023-11-04 21:48:14,T! 32017-06-142023-11-04 21:48:14,S! 32017-06-14 =2023-11-04 21:48:14,R! 32017-06-14 >2023-11-04 21:48:14+Q! 32017-06-14 2023-11-04 21:48:14+P!  32017-06-142023-11-04 21:48:14,O! 32017-06-14%2023-11-04 21:48:14,N! 32017-06-14 ;2023-11-04 21:48:14,M! 32017-06-14>2023-11-04 21:48:14,L! 32017-06-142023-11-04 21:48:14,K! 32017-06-14,2023-11-04 21:48:14,J! 32017-06-14q22023-11-04 21:48:14,I! 32017-06-212023-11-04 21:48:14,H! 32017-06-2102023-11-04 21:48:14+G!  32017-06-212023-11-04 21:48:14,F! 32017-06-21 T2023-11-04 21:48:14+E!  32017-06-21 _2023-11-04 21:48:14+D!  32017-06-21i2023-11-04 21:48:14,C! 32017-06-212023-11-04 21:48:14,B! 32017-06-212023-11-04 21:48:14,A! 32017-06-21 2023-11-04 21:48:14,@! 32017-06-212023-11-04 21:48:14,?! 32017-06-21 2023-11-04 21:48:14,>! 32017-06-212023-11-04 21:48:14,=! 32017-06-212023-11-04 21:48:14,<! 32017-06-21*2023-11-04 21:48:14,;! 32017-06-21p2023-11-04 21:48:14-:! 32017-06-21 S42023-11-04 21:48:14,9! 32017-06-142023-11-04 21:48:14,8! 32017-06-142023-11-04 21:48:14,7! 32017-06-142023-11-04 21:48:14,6! 32017-06-142023-11-04 21:48:14-5! 32017-06-14$2023-11-04 21:48:14,4! 32017-06-14i2023-11-04 21:48:14-3! 32017-06-142023-11-04 21:48:14+2!  32017-06-112023-11-04 21:48:14+1!  32017-06-112023-11-04 21:48:14,0! 32017-06-1172023-11-04 21:48:14,/! 32017-06-112023-11-04 21:48:14,.! 32017-06-11? 2023-11-04 21:48:14,-! 32017-06-11 2023-11-04 21:48:14,,! 32017-06-11#2023-11-04 21:48:14-+! 32017-06-112023-11-04 21:48:14-*! 32017-06-11>2023-11-04 21:48:14,)! 32017-05-04 M 2023-11-04 21:48:14,(! 32017-05-042023-11-04 21:48:14,'! 32017-05-042023-11-04 21:48:14,&! 32017-05-04P2023-11-04 21:48:14,%! 32017-05-04_2023-11-04 21:48:14,$! 32017-06-06%2023-11-04 21:48:14,#! 32017-06-062023-11-04 21:48:14,"! 3H2017-01-252023-11-04 21:48:14,!! 3H2017-01-25'2023-11-04 21:48:14, ! 3H2017-01-25&2023-11-04 21:48:14,! 3H2017-01-25 < 2023-11-04 21:48:14,! 3H2017-01-25 :2023-11-04 21:48:14,! 3H2017-01-25 2023-11-04 21:48:14,! 3H2017-01-25T2023-11-04 21:48:14,! 3H2017-01-25 ;2023-11-04 21:48:14,! 32017-01-10 I2023-11-04 21:48:14,! 32017-01-10>2023-11-04 21:48:14,! 32017-01-102023-11-04 21:48:14,! 32017-01-102023-11-04 21:48:14,! 32017-01-102023-11-04 21:48:14,! 32017-01-10 2023-11-04 21:48:14,! 32017-01-10 2023-11-04 21:48:14,! 32016-12-122023-11-04 21:48:14+!  32016-12-122023-11-04 21:48:14+!  32016-12-12 o2023-11-04 21:48:14,! 32016-12-122023-11-04 21:48:14-! 32016-12-12~)2023-11-04 21:48:14,! 32016-12-122023-11-04 21:48:14, ! 32016-12-12l'2023-11-04 21:48:14, ! 32016-12-12km2023-11-04 21:48:14, ! 32016-12-12j 2023-11-04 21:48:14, ! 32016-12-122023-11-04 21:48:14, ! 32016-12-12TE2023-11-04 21:48:14,! 32016-12-122023-11-04 21:48:14,! 32016-12-12i2023-11-04 21:48:14,! 32016-12-12%2023-11-04 21:48:14,! 32016-10-19U2023-11-04 21:48:14+!  32016-10-192023-11-04 21:48:14,! 32016-10-192023-11-04 21:48:14+!  32016-10-19W2023-11-04 21:48:14,! 32016-10-19[2023-11-04 21:48:14,! 32016-10-19 42023-11-04 21:48:14,! 32016-10-19 D2023-11-04 21:48:14,~! 32016-10-19 7 2023-11-04 21:48:14,}! 32016-10-192023-11-04 21:48:14+|!  32016-10-19V2023-11-04 21:48:14,{! 32016-10-19h 2023-11-04 21:48:14,z! 32016-10-19'2023-11-04 21:48:14,y! 32016-10-19=2023-11-04 21:48:14+x!  3=2016-12-12!2023-11-04 21:48:14+w!  3=2016-12-12i2023-11-04 21:48:14+v! 3=2016-12-12r2023-11-04 21:48:14,u! 3=2016-12-12{ 2023-11-04 21:48:14,t! 3=2016-12-122023-11-04 21:48:14,s! 3=2016-12-12n 2023-11-04 21:48:14,r! 3=2016-12-12<2023-11-04 21:48:14,q! 32016-12-062023-11-04 21:48:14,p! 32016-12-062023-11-04 21:48:14,o! 32016-12-062023-11-04 21:48:14,n! 32016-12-062023-11-04 21:48:14-m! 32016-12-06$2023-11-04 21:48:14,l! 32016-12-06i2023-11-04 21:48:14-k! 32016-12-062023-11-04 21:48:14+j!  32016-11-28f2023-11-04 21:48:14+i!  32016-11-28 2023-11-04 21:48:14*h!  32016-11-28J2023-11-04 21:48:14+g!  32016-11-28c2023-11-04 21:48:14,f! 32016-11-28  2023-11-04 21:48:14,e! 32016-11-2822023-11-04 21:48:14,d! 32016-11-28E"2023-11-04 21:48:14,c! 32016-11-28%2023-11-04 21:48:14,b! 32016-11-28x 2023-11-04 21:48:14,a! 32016-11-28l2023-11-04 21:48:14,`! 32016-11-28N2023-11-04 21:48:14,_! 32016-11-282023-11-04 21:48:14,^! 32016-11-28]/2023-11-04 21:48:14+]! 32016-11-22:2023-11-04 21:48:14+\!  32016-11-222023-11-04 21:48:14*[!  32016-11-222023-11-04 21:48:14+Z!  32016-11-22 K2023-11-04 21:48:14,Y! 32016-11-22E2023-11-04 21:48:14,X! 32016-11-222023-11-04 21:48:14+W! 32016-11-222023-11-04 21:48:14,V! 32016-11-222023-11-04 21:48:14,U! 32016-11-222023-11-04 21:48:14,T! 32016-11-2262023-11-04 21:48:14,S! 32016-11-222023-11-04 21:48:14,R! 3U2016-11-202023-11-04 21:48:14,Q! 3U2016-11-20 i2023-11-04 21:48:14,P! 3U2016-11-20=2023-11-04 21:48:14,O! 3U2016-11-202023-11-04 21:48:14,N! 3U2016-11-20q2023-11-04 21:48:14+M! 3U2016-11-20q2023-11-04 21:48:14+L!  32016-10-292023-11-04 21:48:14,K! 32016-10-29 +2023-11-04 21:48:14,J! 32016-10-29Q2023-11-04 21:48:14,I! 32016-10-29 ,2023-11-04 21:48:14,H! 32016-10-29 -2023-11-04 21:48:14,G! 32016-10-29 2023-11-04 21:48:14,F! 32016-10-29 / 2023-11-04 21:48:14,E! 32016-10-29 . 2023-11-04 21:48:14,D! 32016-10-29 G 2023-11-04 21:48:14,C! 32016-10-29 H-2023-11-04 21:48:14,B! 32016-10-29U2023-11-04 21:48:14-A! 32016-10-292023-11-04 21:48:14,@! 32016-09-012023-11-04 21:48:14,?! 32016-09-01 @ 2023-11-04 21:48:14,>! 32016-09-01J2023-11-04 21:48:14,=! 32016-09-0112023-11-04 21:48:14,<! 32016-09-0102023-11-04 21:48:14,;! 32016-09-01T 2023-11-04 21:48:14,:! 32016-09-01 ? 2023-11-04 21:48:14,9! 32016-09-012023-11-04 21:48:14+8!  32016-07-192023-11-04 21:48:14+7!  32016-07-19 F2023-11-04 21:48:14+6!  32016-07-192023-11-04 21:48:14,5! 32016-07-19t2023-11-04 21:48:14,4! 32016-07-19E2023-11-04 21:48:14,3! 32016-07-19 2023-11-04 21:48:14,2! 32016-07-192023-11-04 21:48:14,1! 32016-07-19-2023-11-04 21:48:14+0!  3X2016-07-132023-11-04 21:48:14+/!  3X2016-07-132023-11-04 21:48:14+.!  3X2016-07-132023-11-04 21:48:14,-! 3X2016-07-132023-11-04 21:48:14,,! 3X2016-07-132023-11-04 21:48:14,+! 3X2016-07-1372023-11-04 21:48:14,*! 3X2016-07-132023-11-04 21:48:14,)! 3X2016-07-13?2023-11-04 21:48:14,(! 3X2016-07-132023-11-04 21:48:14,'! 3X2016-07-1382023-11-04 21:48:14-&! 3X2016-07-132023-11-04 21:48:14-%! 3X2016-07-13K2023-11-04 21:48:14+$!  3m1924-03-112023-11-04 21:48:14,#! 3m1924-03-11 x2023-11-04 21:48:14,"! 3m1924-03-11 2023-11-04 21:48:14+!! 3m1924-03-11?!2023-11-04 21:48:14, ! 3m1924-03-11 vD2023-11-04 21:48:14,! 3m1924-03-11 wL2023-11-04 21:48:14-! 32016-05-24=2023-11-04 21:48:14,! 32016-05-24 ;2023-11-04 21:48:14,! 32016-05-24(2023-11-04 21:48:14-! 32016-05-242023-11-04 21:48:14,! 3T2016-05-302023-11-04 21:48:14,! 3T2016-05-30 j 2023-11-04 21:48:14,! 3T2016-05-306 2023-11-04 21:48:14,! 3T2016-05-302023-11-04 21:48:14,! 3T2016-05-302023-11-04 21:48:14,! 3T2016-05-302023-11-04 21:48:14,! 3T2016-05-302023-11-04 21:48:14,! 3T2016-05-302023-11-04 21:48:14,! 3T2016-05-30  2023-11-04 21:48:14,! 3T2016-05-302023-11-04 21:48:14,! 3"2016-05-17 2023-11-04 21:48:14,! 3"2016-05-17f 2023-11-04 21:48:14,! 3"2016-05-172023-11-04 21:48:14+ ! 3"2016-05-172(2023-11-04 21:48:14, ! 3"2016-05-17/2023-11-04 21:48:14, ! 3"2016-05-1742023-11-04 21:48:14, ! 32016-05-062023-11-04 21:48:14, ! 32016-05-06 =2023-11-04 21:48:14,! 32016-05-06 >2023-11-04 21:48:14+! 32016-05-06 2023-11-04 21:48:14+!  32016-05-062023-11-04 21:48:14,! 32016-05-06%2023-11-04 21:48:14,! 32016-05-06 ;2023-11-04 21:48:14,! 32016-05-06>2023-11-04 21:48:14,! 32016-05-062023-11-04 21:48:14,! 32016-05-06,2023-11-04 21:48:14,! 32016-05-06q22023-11-04 21:48:14,! 32016-03-232023-11-04 21:48:14,~! 32016-03-23 @ 2023-11-04 21:48:14,}! 32016-03-23J2023-11-04 21:48:14,|! 32016-03-2312023-11-04 21:48:14,{! 32016-03-2302023-11-04 21:48:14,z! 32016-03-23T 2023-11-04 21:48:14,y! 32016-03-23 ? 2023-11-04 21:48:14,x! 32016-03-232023-11-04 21:48:14,w! 32016-04-072023-11-04 21:48:14,v! 32016-04-072023-11-04 21:48:14,u! 32016-04-072023-11-04 21:48:14,t! 32016-04-07 2023-11-04 21:48:14,s! 32016-04-072023-11-04 21:48:14,r! 32016-04-07>2023-11-04 21:48:14+q!  3|1920-04-05 }2023-11-04 21:48:14,p! 3|1920-04-05N2023-11-04 21:48:14,o! 3|1920-04-05 2023-11-04 21:48:14,n! 3|1920-04-05]'2023-11-04 21:48:14,m! 3|1920-04-05E-2023-11-04 21:48:14+l!  3|1920-03-30 }2023-11-04 21:48:14,k! 3|1920-03-30N2023-11-04 21:48:14,j! 3|1920-03-30 2023-11-04 21:48:14,i! 3|1920-03-30]'2023-11-04 21:48:14,h! 3|1920-03-30E-2023-11-04 21:48:14,g! 31917-11-27I2023-11-04 21:48:14+f! 31917-11-27^2023-11-04 21:48:14,e! 31917-11-27 2023-11-04 21:48:14,d! 31917-11-27\2023-11-04 21:48:14,c! 31917-12-13 2023-11-04 21:48:14,b! 31917-12-13 2023-11-04 21:48:14,a! 31917-12-13v2023-11-04 21:48:14+`! 31917-12-13#2023-11-04 21:48:14+_! 31917-12-13g2023-11-04 21:48:14,^! 31917-12-13*2023-11-04 21:48:14,]! 31917-06-26 2023-11-04 21:48:14+\! 31917-06-26#2023-11-04 21:48:14+[! 31917-06-26p2023-11-04 21:48:14,Z! 31917-06-262023-11-04 21:48:14,Y! 31917-06-26v2023-11-04 21:48:14,X! 31917-06-26%2023-11-04 21:48:14,W! 31911-12-14 2023-11-04 21:48:14+V! 31911-12-14#2023-11-04 21:48:14+U! 31911-12-14r2023-11-04 21:48:14,T! 31911-12-142023-11-04 21:48:14,S! 31911-12-14v2023-11-04 21:48:14,R! 31911-12-14&2023-11-04 21:48:14+Q! 31902-12-11#2023-11-04 21:48:14+P! 31902-12-11d2023-11-04 21:48:14,O! 31902-12-112023-11-04 21:48:14,N! 31902-12-11v2023-11-04 21:48:14,M! 31902-12-11$2023-11-04 21:48:14,L! 31940-05-10 2023-11-04 21:48:14+K!  31940-05-10\2023-11-04 21:48:14+J!  31940-05-10 2023-11-04 21:48:14,I! 31940-05-10 2023-11-04 21:48:14,H! 31940-05-10 2023-11-04 21:48:14,G! 31940-05-102023-11-04 21:48:14,F! 31940-05-10 2023-11-04 21:48:14,E! 31938-02-07 2023-11-04 21:48:14+D!  31938-02-07\2023-11-04 21:48:14+C!  31938-02-07 2023-11-04 21:48:14,B! 31938-02-07 2023-11-04 21:48:14,A! 31938-02-07 2023-11-04 21:48:14,@! 31938-02-072023-11-04 21:48:14,?! 31938-02-07 2023-11-04 21:48:14,>! 31937-11-05 2023-11-04 21:48:14+=!  31937-11-05\2023-11-04 21:48:14+<!  31937-11-05 2023-11-04 21:48:14,;! 31937-11-05 2023-11-04 21:48:14,:! 31937-11-05 2023-11-04 21:48:14,9! 31937-11-052023-11-04 21:48:14,8! 31937-11-05 2023-11-04 21:48:14,7! 31932-04-11 2023-11-04 21:48:14+6!  31932-04-11 2023-11-04 21:48:14,5! 31932-04-11 2023-11-04 21:48:14,4! 31932-04-11 2023-11-04 21:48:14,3! 31932-04-11 2023-11-04 21:48:14,2! 31932-04-11 2023-11-04 21:48:14,1! 31932-04-112023-11-04 21:48:14,0! 31932-04-11 2023-11-04 21:48:14,/! 31926-07-16 2023-11-04 21:48:14+.!  31926-07-16 2023-11-04 21:48:14+-!  31926-07-16 2023-11-04 21:48:14,,! 31926-07-16 2023-11-04 21:48:14,+! 31926-07-16 2023-11-04 21:48:14,*! 31926-07-16 2023-11-04 21:48:14,)! 31926-07-16 2023-11-04 21:48:14,(! 31926-07-162023-11-04 21:48:14,'! 31926-07-16 2023-11-04 21:48:14,&! 31925-03-20 2023-11-04 21:48:14+%!  31925-03-20 2023-11-04 21:48:14+$!  31925-03-20 2023-11-04 21:48:14,#! 31925-03-20 2023-11-04 21:48:14,"! 31925-03-20 2023-11-04 21:48:14,!! 31925-03-20 2023-11-04 21:48:14, ! 31925-03-20 2023-11-04 21:48:14,! 31925-03-202023-11-04 21:48:14,! 31925-03-20 2023-11-04 21:48:14+!  31921-04-152023-11-04 21:48:14,! 31921-04-15 2023-11-04 21:48:14,! 31921-04-15 2023-11-04 21:48:14,! 31921-04-15 2023-11-04 21:48:14,! 31921-04-152023-11-04 21:48:14,! 31921-04-15 2023-11-04 21:48:14+!  31920-01-052023-11-04 21:48:14,! 31920-01-05 2023-11-04 21:48:14,! 31920-01-05 2023-11-04 21:48:14,! 31920-01-05 2023-11-04 21:48:14,! 31920-01-052023-11-04 21:48:14,! 31920-01-05 2023-11-04 21:48:14,! 31922-08-30$2023-11-04 21:48:14+!  31922-08-30 2023-11-04 21:48:14+! 31922-08-30 2023-11-04 21:48:14,! 31922-08-30 2023-11-04 21:48:14, ! 31922-08-30>2023-11-04 21:48:14, ! 31922-08-30 :2023-11-04 21:48:14+ !  31943-07-012023-11-04 21:48:14, ! 31943-07-01q 2023-11-04 21:48:14+ ! 31943-07-01 2023-11-04 21:48:14,! 31943-07-01 2023-11-04 21:48:14,! 31943-07-01>2023-11-04 21:48:14,! 31943-07-01C2023-11-04 21:48:14+! 31938-06-302023-11-04 21:48:14,! 31938-06-30> 2023-11-04 21:48:14,! 31938-06-30q-2023-11-04 21:48:14,! 31938-06-30M2023-11-04 21:48:14+! 31937-07-212023-11-04 21:48:14,! 31937-07-21E2023-11-04 21:48:14,! 31937-07-21> 2023-11-04 21:48:14,~! 31937-07-21q02023-11-04 21:48:14+}! 31933-02-08 2023-11-04 21:48:14,|! 31933-02-08>2023-11-04 21:48:14,{! 31933-02-08 2023-11-04 21:48:14,z! 31933-02-08 02023-11-04 21:48:14,y! 31933-02-08M2023-11-04 21:48:14,x! 31932-03-09 92023-11-04 21:48:14+w! 31932-03-092023-11-04 21:48:14,v! 31932-03-09 2023-11-04 21:48:14,u! 31932-03-09>2023-11-04 21:48:14,t! 31932-03-09H2023-11-04 21:48:14,s! 31927-10-11 2023-11-04 21:48:14+r!  31927-10-11 2023-11-04 21:48:14,q! 31927-10-11 2023-11-04 21:48:14+p! 31927-10-11 2023-11-04 21:48:14,o! 31927-10-11> 2023-11-04 21:48:14,n! 31927-10-1192023-11-04 21:48:14,m! 31927-10-11 >2023-11-04 21:48:14+l! 31927-06-232023-11-04 21:48:14,k! 31927-06-232023-11-04 21:48:14,j! 31927-06-23 2023-11-04 21:48:14,i! 31927-06-23  2023-11-04 21:48:14,h! 31927-06-23>2023-11-04 21:48:14 FpA~~~~R~"}}}}b}2}|||q|A|{{{{Q{!zzzz`z0zyyypy@yxxxxOxwwww_w/vvvvov?vuuuuOutttt_t/sssspsAsrrrrRr"qqqqbq2qpppupEpooooUo%nnnngn7nmmmxmHmllllXl)kkkkkk;k jjjzjJjiiiiZi*hhhhih9h gggygIgffffXf(eeeehe8edddwdGdccccWc'bbbbfb6baaavaFa````V`&____f_6_^^^w^G^]]]]W]'\\\\g\7\[[[y[I[ZZZZXZ(YYYYhY8YXXXzXJXWWWWYW)VVVViV9V UUU{UKUTTTTZT*SSSSjS;S RRR|RKRQQQQ[Q+PPPPlP=P OOO|OLONNNN\N,MMMMlM>>p>@>====P= <<<<`<0<;;;p;@;::::P: 9999`909888p8@87777P7 6666`606555q5A54444T4$3333d343222u2E21111U1%0000e050///u/E/....W.'----g-7-,,,w,G,++++X+(****j*;* )))|)L)((((](-''''p'@'&&&&P& %%%%`%0%$$$p$A$####S##""""c"4"!!!v!F! U %g7yIY)j: zKY)j; |L_/p@P!a1rBT%f7zJZ+n? P c 4  u E  V & f 6 vFV&f6vF,! 32020-03-03X2023-11-04 21:48:14,! 32020-03-033X2023-11-04 21:48:14,! 32020-03-03 !X2023-11-04 21:48:14,! 32020-03-03X2023-11-04 21:48:14,! 32020-03-03  X2023-11-04 21:48:14,! 32020-03-03 X2023-11-04 21:48:14,! 32020-03-03 l X2023-11-04 21:48:14,! 32020-03-03X2023-11-04 21:48:14,! 32020-01-13%W2023-11-04 21:48:14,~! 32020-01-13W2023-11-04 21:48:14,}! 32019-10-27bV2023-11-04 21:48:14,|! 32019-10-27 V2023-11-04 21:48:14,{! 32019-10-27:V2023-11-04 21:48:14,z! 32019-10-27 V2023-11-04 21:48:14,y! 32019-10-27V2023-11-04 21:48:14,x! 32019-10-27 V2023-11-04 21:48:14,w! 32019-10-27V2023-11-04 21:48:14,v! 32019-10-27V2023-11-04 21:48:14,u! 32019-10-27V2023-11-04 21:48:14,t! 32019-10-27V2023-11-04 21:48:14,s! 32019-10-27V V2023-11-04 21:48:14,r! 32019-10-27 V2023-11-04 21:48:14,q! 32019-11-04S2023-11-04 21:48:14,p! 32019-11-04 [S2023-11-04 21:48:14,o! 32019-11-04 WS2023-11-04 21:48:14,n! 32019-11-04S2023-11-04 21:48:14,m! 32019-11-04 VS2023-11-04 21:48:14,l! 32019-11-04ES2023-11-04 21:48:14-k! 32019-11-04`S2023-11-04 21:48:14+j!  32020-01-24fQ2023-11-04 21:48:14+i!  32020-01-24Q2023-11-04 21:48:14,h! 32020-01-24Q2023-11-04 21:48:14,g! 32020-01-24Q2023-11-04 21:48:14+f! 32020-01-24Q Q2023-11-04 21:48:14,e! 32020-01-24Q2023-11-04 21:48:14,d! 32020-01-24_Q2023-11-04 21:48:14,c! 32020-01-24-Q2023-11-04 21:48:14+b! 32020-01-24h1Q2023-11-04 21:48:14,a! 3?2019-05-29tP2023-11-04 21:48:14+`!  3?2019-05-29 FP2023-11-04 21:48:14+_!  3?2019-05-29P2023-11-04 21:48:14+^!  3?2019-05-29P2023-11-04 21:48:14,]! 3?2019-05-29DP2023-11-04 21:48:14,\! 3?2019-05-29 P2023-11-04 21:48:14,[! 3?2019-05-29P2023-11-04 21:48:14,Z! 3?2019-05-29,P2023-11-04 21:48:14,Y! 32019-07-23 O2023-11-04 21:48:14+X! 32019-07-23:O2023-11-04 21:48:14+W!  32019-07-23O2023-11-04 21:48:14*V!  32019-07-23O2023-11-04 21:48:14+U!  32019-07-23 KO2023-11-04 21:48:14,T! 32019-07-23EO2023-11-04 21:48:14,S! 32019-07-23O2023-11-04 21:48:14+R! 32019-07-23O2023-11-04 21:48:14,Q! 32019-07-23O2023-11-04 21:48:14,P! 32019-07-23O2023-11-04 21:48:14,O! 32019-07-236O2023-11-04 21:48:14,N! 32019-07-23O2023-11-04 21:48:14,M! 3;2019-12-11L2023-11-04 21:48:14,L! 3;2019-12-114L2023-11-04 21:48:14+K!  3;2019-12-11L2023-11-04 21:48:14+J!  3;2019-12-11&L2023-11-04 21:48:14,I! 3;2019-12-11L2023-11-04 21:48:14+H!  3;2019-12-11L2023-11-04 21:48:14+G!  3;2019-12-11L2023-11-04 21:48:14,F! 3;2019-12-11ZL2023-11-04 21:48:14,E! 3;2019-12-115L2023-11-04 21:48:14+D! 3;2019-12-11#'L2023-11-04 21:48:14,C! 3;2019-12-11L2023-11-04 21:48:14+B! 3;2019-12-11L2023-11-04 21:48:14+A!  3:2019-11-15K2023-11-04 21:48:14,@! 3:2019-11-15 ^K2023-11-04 21:48:14,?! 3:2019-11-15 *K2023-11-04 21:48:14+>!  3:2019-11-15K2023-11-04 21:48:14,=! 3:2019-11-15K2023-11-04 21:48:14,<! 3:2019-11-15 (K2023-11-04 21:48:14+;!  3:2019-11-15PK2023-11-04 21:48:14,:! 3:2019-11-15K2023-11-04 21:48:14,9! 3:2019-11-15 K2023-11-04 21:48:14,8! 3:2019-11-15 K2023-11-04 21:48:14,7! 3:2019-11-15uK2023-11-04 21:48:14-6! 3:2019-11-15K2023-11-04 21:48:14-5! 3:2019-11-15K2023-11-04 21:48:14+4!  392019-10-26 J2023-11-04 21:48:14+3!  392019-10-26 J2023-11-04 21:48:14+2!  392019-10-26 FJ2023-11-04 21:48:14,1! 392019-10-26J2023-11-04 21:48:14,0! 392019-10-26J2023-11-04 21:48:14,/! 392019-10-26 J2023-11-04 21:48:14,.! 392019-10-26-J2023-11-04 21:48:14,-! 392019-10-26OJ2023-11-04 21:48:14,,! 392019-10-26lJ2023-11-04 21:48:14,+! 382020-01-07I2023-11-04 21:48:14,*! 382020-01-07I2023-11-04 21:48:14+)! 382020-01-072I2023-11-04 21:48:14,(! 382020-01-07(I2023-11-04 21:48:14,'! 382020-01-07GI2023-11-04 21:48:14+&!  32019-12-10 G2023-11-04 21:48:14*%!  32019-12-10BG2023-11-04 21:48:14,$! 32019-12-10G2023-11-04 21:48:14,#! 32019-12-10I G2023-11-04 21:48:14,"! 32019-12-10 G2023-11-04 21:48:14,!! 32019-12-10&G2023-11-04 21:48:14, ! 32019-12-10(G2023-11-04 21:48:14,! 32019-12-10^&G2023-11-04 21:48:14,! 32019-12-10'G2023-11-04 21:48:14+! 32019-12-10^G2023-11-04 21:48:14+!  3>2019-12-13 F2023-11-04 21:48:14+!  3>2019-12-13F2023-11-04 21:48:14,! 3>2019-12-13F2023-11-04 21:48:14,! 3>2019-12-137F2023-11-04 21:48:14,! 3>2019-12-13F2023-11-04 21:48:14,! 3>2019-12-13?F2023-11-04 21:48:14,! 3>2019-12-13 F2023-11-04 21:48:14,! 3>2019-12-130F2023-11-04 21:48:14-! 3>2019-12-13F2023-11-04 21:48:14-! 3>2019-12-13mF2023-11-04 21:48:14,! 3=2020-01-07E2023-11-04 21:48:14+!  3=2020-01-07 /E2023-11-04 21:48:14,! 3=2020-01-07 E2023-11-04 21:48:14,! 3=2020-01-07 E2023-11-04 21:48:14,! 3=2020-01-07 E2023-11-04 21:48:14, ! 3=2020-01-07 ,E2023-11-04 21:48:14, ! 3=2020-01-07 .E2023-11-04 21:48:14, ! 3=2020-01-07 HE2023-11-04 21:48:14+ !  3=2020-01-07E2023-11-04 21:48:14, ! 3=2020-01-07E2023-11-04 21:48:14,! 3=2020-01-07 E2023-11-04 21:48:14,! 3=2020-01-07 +E2023-11-04 21:48:14,! 3=2020-01-07QE2023-11-04 21:48:14,! 3=2020-01-07 -E2023-11-04 21:48:14,! 3=2020-01-07 G E2023-11-04 21:48:14,! 3=2020-01-07 L4E2023-11-04 21:48:14,! 3=2020-01-07YE2023-11-04 21:48:14,! 3=2020-01-07xE2023-11-04 21:48:14,! 32019-09-05 C2023-11-04 21:48:14+!  32019-09-05 oC2023-11-04 21:48:14+~!  32019-09-05C2023-11-04 21:48:14,}! 32019-09-05C2023-11-04 21:48:14,|! 32019-09-05C2023-11-04 21:48:14+{!  32019-09-05C2023-11-04 21:48:14+z!  32019-09-05iC2023-11-04 21:48:14,y! 32019-09-05C2023-11-04 21:48:14,x! 32019-09-05~pC2023-11-04 21:48:14,w! 32019-09-05C2023-11-04 21:48:14,v! 32019-09-05jC2023-11-04 21:48:14,u! 32019-09-05TjC2023-11-04 21:48:14,t! 32019-09-05|C2023-11-04 21:48:14-s! 32019-09-05kC2023-11-04 21:48:14,r! 32019-06-03 [@2023-11-04 21:48:14,q! 32019-06-03 @2023-11-04 21:48:14+p! 32019-06-0323@2023-11-04 21:48:14,o! 32019-06-03>@2023-11-04 21:48:14,n! 32019-06-034@2023-11-04 21:48:14+m!  32019-07-24?2023-11-04 21:48:14+l!  32019-07-24?2023-11-04 21:48:14,k! 32019-07-247?2023-11-04 21:48:14,j! 32019-07-24?2023-11-04 21:48:14,i! 32019-07-24? ?2023-11-04 21:48:14,h! 32019-07-24 ?2023-11-04 21:48:14,g! 32019-07-24#?2023-11-04 21:48:14-f! 32019-07-24?2023-11-04 21:48:14-e! 32019-07-24>?2023-11-04 21:48:14*d!  352019-06-27J>2023-11-04 21:48:14+c!  352019-06-27c>2023-11-04 21:48:14+b!  352019-06-27f>2023-11-04 21:48:14+a!  352019-06-27d>2023-11-04 21:48:14,`! 352019-06-27 >2023-11-04 21:48:14,_! 352019-06-272 >2023-11-04 21:48:14,^! 352019-06-27E+>2023-11-04 21:48:14,]! 352019-06-27>2023-11-04 21:48:14,\! 352019-06-27x>2023-11-04 21:48:14,[! 352019-06-27l>2023-11-04 21:48:14,Z! 352019-06-27 >2023-11-04 21:48:14,Y! 352019-06-27N >2023-11-04 21:48:14,X! 352019-06-27>2023-11-04 21:48:14,W! 352019-06-27]0>2023-11-04 21:48:14,V! 362019-07-08 =2023-11-04 21:48:14,U! 362019-07-08 =2023-11-04 21:48:14,T! 362019-07-08f=2023-11-04 21:48:14,S! 362019-07-08:=2023-11-04 21:48:14,R! 362019-07-088V=2023-11-04 21:48:14,Q! 362019-07-08/=2023-11-04 21:48:14+P!  32019-06-06 <2023-11-04 21:48:14*O!  32019-06-06B<2023-11-04 21:48:14,N! 32019-06-06<2023-11-04 21:48:14,M! 32019-06-06I <2023-11-04 21:48:14,L! 32019-06-06 <2023-11-04 21:48:14,K! 32019-06-06&<2023-11-04 21:48:14,J! 32019-06-06(<2023-11-04 21:48:14,I! 32019-06-06^&<2023-11-04 21:48:14,H! 32019-06-06'<2023-11-04 21:48:14+G! 32019-06-06^<2023-11-04 21:48:14,F! 32019-04-29 ;2023-11-04 21:48:14,E! 32019-04-29= ;2023-11-04 21:48:14,D! 32019-04-29;2023-11-04 21:48:14,C! 32019-04-29q;2023-11-04 21:48:14+B! 32019-04-29q";2023-11-04 21:48:14+A!  32019-01-22f:2023-11-04 21:48:14+@!  32019-01-22:2023-11-04 21:48:14,?! 32019-01-22:2023-11-04 21:48:14,>! 32019-01-22:2023-11-04 21:48:14+=! 32019-01-22Q :2023-11-04 21:48:14,<! 32019-01-22:2023-11-04 21:48:14,;! 32019-01-22_:2023-11-04 21:48:14,:! 32019-01-22-:2023-11-04 21:48:14+9! 32019-01-22h1:2023-11-04 21:48:14,8! 32019-01-23 > 82023-11-04 21:48:14,7! 32019-01-23 82023-11-04 21:48:14,6! 32019-01-23 82023-11-04 21:48:14,5! 32019-01-2382023-11-04 21:48:14,4! 32019-01-23L82023-11-04 21:48:14,3! 32019-01-23 82023-11-04 21:48:14,2! 32019-01-23 82023-11-04 21:48:14,1! 32019-01-18 >62023-11-04 21:48:14,0! 32019-01-1862023-11-04 21:48:14,/! 32019-01-18r62023-11-04 21:48:14,.! 32019-01-18d62023-11-04 21:48:14,-! 32019-01-1862023-11-04 21:48:14,,! 32019-01-18|62023-11-04 21:48:14,+! 32019-01-1862023-11-04 21:48:14,*! 32019-01-18F62023-11-04 21:48:14*)!  3T2018-11-18{52023-11-04 21:48:14,(! 3T2018-11-1852023-11-04 21:48:14,'! 3T2018-11-18 j 52023-11-04 21:48:14,&! 3T2018-11-186 52023-11-04 21:48:14,%! 3T2018-11-1852023-11-04 21:48:14,$! 3T2018-11-1852023-11-04 21:48:14,#! 3T2018-11-1852023-11-04 21:48:14,"! 3T2018-11-1852023-11-04 21:48:14,!! 3T2018-11-1852023-11-04 21:48:14, ! 3T2018-11-18  52023-11-04 21:48:14,! 3T2018-11-1852023-11-04 21:48:14,! 32018-12-0542023-11-04 21:48:14,! 32018-12-05.42023-11-04 21:48:14,! 32018-12-05 42023-11-04 21:48:14,! 32018-12-0542023-11-04 21:48:14,! 32018-12-05 42023-11-04 21:48:14,! 32018-12-056 42023-11-04 21:48:14,! 32018-12-0542023-11-04 21:48:14,! 302018-12-0922023-11-04 21:48:14,! 302018-12-0922023-11-04 21:48:14+!  302018-12-0922023-11-04 21:48:14,! 302018-12-0922023-11-04 21:48:14,! 302018-12-09 22023-11-04 21:48:14,! 302018-12-09!22023-11-04 21:48:14,! 302018-12-09 22023-11-04 21:48:14,! 302018-12-09b22023-11-04 21:48:14,! 302018-12-0922023-11-04 21:48:14,! 302018-12-09V22023-11-04 21:48:14, ! 302018-12-0922023-11-04 21:48:14, ! 302018-12-09:22023-11-04 21:48:14, ! 302018-12-0922023-11-04 21:48:14+ !  32018-08-2412023-11-04 21:48:14+ !  32018-08-24 F12023-11-04 21:48:14+!  32018-08-2412023-11-04 21:48:14,! 32018-08-24t12023-11-04 21:48:14,! 32018-08-24E12023-11-04 21:48:14,! 32018-08-24 12023-11-04 21:48:14,! 32018-08-2412023-11-04 21:48:14,! 32018-08-24-12023-11-04 21:48:14+!  3 1931-10-10 02023-11-04 21:48:14,! 3 1931-10-10 02023-11-04 21:48:14,! 3 1931-10-10 02023-11-04 21:48:14,! 3 1931-10-10 02023-11-04 21:48:14,~! 3 1931-10-10 02023-11-04 21:48:14,}! 3 1931-10-10 02023-11-04 21:48:14,|! 3 1931-10-10 02023-11-04 21:48:14,{! 3 1931-10-10 02023-11-04 21:48:14,z! 3 1931-10-10 k02023-11-04 21:48:14,y! 3 1931-10-10 )02023-11-04 21:48:14,x! 3 1931-10-10 02023-11-04 21:48:14,w! 3 1931-10-10 02023-11-04 21:48:14,v! 3 1931-10-10D02023-11-04 21:48:14,u! 3 1931-10-10 02023-11-04 21:48:14-t! 3 1931-10-10.02023-11-04 21:48:14,s! 3 1931-10-10M02023-11-04 21:48:14+r!  3 1930-12-05 /2023-11-04 21:48:14,q! 3 1930-12-05 /2023-11-04 21:48:14,p! 3 1930-12-05 /2023-11-04 21:48:14,o! 3 1930-12-05 /2023-11-04 21:48:14,n! 3 1930-12-05 /2023-11-04 21:48:14,m! 3 1930-12-05 /2023-11-04 21:48:14,l! 3 1930-12-05 /2023-11-04 21:48:14,k! 3 1930-12-05 /2023-11-04 21:48:14,j! 3 1930-12-05 k/2023-11-04 21:48:14,i! 3 1930-12-05 )/2023-11-04 21:48:14,h! 3 1930-12-05 /2023-11-04 21:48:14,g! 3 1930-12-05 /2023-11-04 21:48:14,f! 3 1930-12-05D/2023-11-04 21:48:14,e! 3 1930-12-05 /2023-11-04 21:48:14-d! 3 1930-12-05./2023-11-04 21:48:14,c! 3 1930-12-05M/2023-11-04 21:48:14+b!  3 1930-10-16 .2023-11-04 21:48:14,a! 3 1930-10-16 .2023-11-04 21:48:14,`! 3 1930-10-16 .2023-11-04 21:48:14,_! 3 1930-10-16 .2023-11-04 21:48:14,^! 3 1930-10-16 .2023-11-04 21:48:14,]! 3 1930-10-16 .2023-11-04 21:48:14,\! 3 1930-10-16 .2023-11-04 21:48:14,[! 3 1930-10-16 .2023-11-04 21:48:14,Z! 3 1930-10-16 k.2023-11-04 21:48:14,Y! 3 1930-10-16 ).2023-11-04 21:48:14,X! 3 1930-10-16 .2023-11-04 21:48:14,W! 3 1930-10-16 .2023-11-04 21:48:14,V! 3 1930-10-16D.2023-11-04 21:48:14,U! 3 1930-10-16 .2023-11-04 21:48:14-T! 3 1930-10-16..2023-11-04 21:48:14,S! 3 1930-10-16M.2023-11-04 21:48:14,R! 3 1930-03-30 -2023-11-04 21:48:14+Q!  3 1930-03-30 -2023-11-04 21:48:14,P! 3 1930-03-30 -2023-11-04 21:48:14,O! 3 1930-03-30 -2023-11-04 21:48:14,N! 3 1930-03-30 -2023-11-04 21:48:14,M! 3 1930-03-30 -2023-11-04 21:48:14,L! 3 1930-03-30 -2023-11-04 21:48:14,K! 3 1930-03-30 -2023-11-04 21:48:14,J! 3 1930-03-30 -2023-11-04 21:48:14,I! 3 1930-03-30 =-2023-11-04 21:48:14,H! 3 1930-03-30 --2023-11-04 21:48:14,G! 3 1930-03-30 -2023-11-04 21:48:14,F! 3 1930-03-30=-2023-11-04 21:48:14,E! 3 1930-03-30 -2023-11-04 21:48:14-D! 3 1930-03-30.-2023-11-04 21:48:14,C! 3 1930-03-306-2023-11-04 21:48:14,B! 31932-09-12 ,2023-11-04 21:48:14+A!  31932-09-12 ,2023-11-04 21:48:14,@! 31932-09-12 ,2023-11-04 21:48:14,?! 31932-09-12 ,2023-11-04 21:48:14+>!  31932-09-12 ,2023-11-04 21:48:14,=! 31932-09-12 ,2023-11-04 21:48:14-<! 31932-09-12 ,2023-11-04 21:48:14,;! 31932-09-12 %,2023-11-04 21:48:14,:! 31932-09-12 ,2023-11-04 21:48:14,9! 31932-09-12 ,2023-11-04 21:48:14,8! 31932-09-12K,2023-11-04 21:48:14,7! 31932-09-12 ,2023-11-04 21:48:14-6! 31932-09-12.,2023-11-04 21:48:14,5! 31932-09-12Y,2023-11-04 21:48:14+4!  3 1932-06-02 +2023-11-04 21:48:14,3! 3 1932-06-02 +2023-11-04 21:48:14,2! 3 1932-06-02 +2023-11-04 21:48:14,1! 3 1932-06-02 +2023-11-04 21:48:14,0! 3 1932-06-02 +2023-11-04 21:48:14,/! 3 1932-06-02 +2023-11-04 21:48:14,.! 3 1932-06-02 +2023-11-04 21:48:14,-! 3 1932-06-02 +2023-11-04 21:48:14,,! 3 1932-06-02 k+2023-11-04 21:48:14,+! 3 1932-06-02 )+2023-11-04 21:48:14,*! 3 1932-06-02 +2023-11-04 21:48:14,)! 3 1932-06-02 +2023-11-04 21:48:14,(! 3 1932-06-02D+2023-11-04 21:48:14,'! 3 1932-06-02 +2023-11-04 21:48:14-&! 3 1932-06-02.+2023-11-04 21:48:14,%! 3 1932-06-02M+2023-11-04 21:48:14+$!  31933-01-31 *2023-11-04 21:48:14,#! 31933-01-31 *2023-11-04 21:48:14+"!  31933-01-31 *2023-11-04 21:48:14,!! 31933-01-31 *2023-11-04 21:48:14, ! 31933-01-31 *2023-11-04 21:48:14+!  31933-01-31 *2023-11-04 21:48:14-! 31933-01-31 *2023-11-04 21:48:14,! 31933-01-31 3*2023-11-04 21:48:14,! 31933-01-31 *2023-11-04 21:48:14,! 31933-01-31 *2023-11-04 21:48:14,! 31933-01-31F*2023-11-04 21:48:14,! 31933-01-31 *2023-11-04 21:48:14,! 31933-01-31.y*2023-11-04 21:48:14,! 31933-01-31d*2023-11-04 21:48:14+!  31932-12-03 )2023-11-04 21:48:14,! 31932-12-03 )2023-11-04 21:48:14+!  31932-12-03 )2023-11-04 21:48:14,! 31932-12-03 )2023-11-04 21:48:14,! 31932-12-03 )2023-11-04 21:48:14+!  31932-12-03 )2023-11-04 21:48:14-! 31932-12-03 )2023-11-04 21:48:14,! 31932-12-03 3)2023-11-04 21:48:14,! 31932-12-03 )2023-11-04 21:48:14, ! 31932-12-03 )2023-11-04 21:48:14, ! 31932-12-03F)2023-11-04 21:48:14, ! 31932-12-03 )2023-11-04 21:48:14, ! 31932-12-03.y)2023-11-04 21:48:14, ! 31932-12-03d)2023-11-04 21:48:14+!  3 1928-06-29 (2023-11-04 21:48:14,! 3 1928-06-29 (2023-11-04 21:48:14,! 3 1928-06-29 (2023-11-04 21:48:14,! 3 1928-06-29 (2023-11-04 21:48:14,! 3 1928-06-29 (2023-11-04 21:48:14,! 3 1928-06-29 (2023-11-04 21:48:14,! 3 1928-06-29 (2023-11-04 21:48:14,! 3 1928-06-29 (2023-11-04 21:48:14,! 3 1928-06-29 (2023-11-04 21:48:14,! 3 1928-06-29 I(2023-11-04 21:48:14,~! 3 1928-06-29 -(2023-11-04 21:48:14,}! 3 1928-06-29 (2023-11-04 21:48:14,|! 3 1928-06-29=(2023-11-04 21:48:14,{! 3 1928-06-29 (2023-11-04 21:48:14-z! 3 1928-06-29.(2023-11-04 21:48:14,y! 3 1928-06-296(2023-11-04 21:48:14,x! 3 1927-01-29 '2023-11-04 21:48:14,w! 3 1927-01-29 '2023-11-04 21:48:14+v!  3 1927-01-29 '2023-11-04 21:48:14+u!  3 1927-01-29 '2023-11-04 21:48:14,t! 3 1927-01-29 '2023-11-04 21:48:14,s! 3 1927-01-29 '2023-11-04 21:48:14,r! 3 1927-01-29 '2023-11-04 21:48:14,q! 3 1927-01-29 '2023-11-04 21:48:14,p! 3 1927-01-29 g'2023-11-04 21:48:14,o! 3 1927-01-29 3'2023-11-04 21:48:14,n! 3 1927-01-29 '2023-11-04 21:48:14,m! 3 1927-01-29E'2023-11-04 21:48:14,l! 3 1927-01-29 '2023-11-04 21:48:14-k! 3 1927-01-29.'2023-11-04 21:48:14,j! 3 1927-01-29-'2023-11-04 21:48:14,i! 3 1926-05-18 &2023-11-04 21:48:14,h! 3 1926-05-18 &2023-11-04 21:48:14+g!  3 1926-05-18 &2023-11-04 21:48:14+f!  3 1926-05-18 &2023-11-04 21:48:14,e! 3 1926-05-18 &2023-11-04 21:48:14,d! 3 1926-05-18 &2023-11-04 21:48:14,c! 3 1926-05-18 &2023-11-04 21:48:14,b! 3 1926-05-18 &2023-11-04 21:48:14,a! 3 1926-05-18 g&2023-11-04 21:48:14,`! 3 1926-05-18 3&2023-11-04 21:48:14,_! 3 1926-05-18 &2023-11-04 21:48:14,^! 3 1926-05-18E&2023-11-04 21:48:14,]! 3 1926-05-18 &2023-11-04 21:48:14-\! 3 1926-05-18.&2023-11-04 21:48:14,[! 3 1926-05-18-&2023-11-04 21:48:14,Z! 3 1926-01-20 %2023-11-04 21:48:14,Y! 3 1926-01-20 %2023-11-04 21:48:14+X!  3 1926-01-20 %2023-11-04 21:48:14+W!  3 1926-01-20 %2023-11-04 21:48:14,V! 3 1926-01-20 %2023-11-04 21:48:14,U! 3 1926-01-20 %2023-11-04 21:48:14,T! 3 1926-01-20 %2023-11-04 21:48:14,S! 3 1926-01-20 %2023-11-04 21:48:14,R! 3 1926-01-20 g%2023-11-04 21:48:14,Q! 3 1926-01-20 3%2023-11-04 21:48:14,P! 3 1926-01-20 %2023-11-04 21:48:14,O! 3 1926-01-20E%2023-11-04 21:48:14,N! 3 1926-01-20 %2023-11-04 21:48:14-M! 3 1926-01-20.%2023-11-04 21:48:14,L! 3 1926-01-20-%2023-11-04 21:48:14,K! 3 1925-10-29 $2023-11-04 21:48:14,J! 3 1925-10-29 $2023-11-04 21:48:14+I!  3 1925-10-29 $2023-11-04 21:48:14+H!  3 1925-10-29 $2023-11-04 21:48:14,G! 3 1925-10-29 $2023-11-04 21:48:14,F! 3 1925-10-29 $2023-11-04 21:48:14,E! 3 1925-10-29 $2023-11-04 21:48:14,D! 3 1925-10-29 $2023-11-04 21:48:14,C! 3 1925-10-29 g$2023-11-04 21:48:14,B! 3 1925-10-29 3$2023-11-04 21:48:14,A! 3 1925-10-29 $2023-11-04 21:48:14,@! 3 1925-10-29E$2023-11-04 21:48:14,?! 3 1925-10-29 $2023-11-04 21:48:14->! 3 1925-10-29.$2023-11-04 21:48:14,=! 3 1925-10-29-$2023-11-04 21:48:14,<! 3 1925-01-16 #2023-11-04 21:48:14,;! 3 1925-01-16 #2023-11-04 21:48:14+:!  3 1925-01-16 #2023-11-04 21:48:14+9!  3 1925-01-16 #2023-11-04 21:48:14,8! 3 1925-01-16 #2023-11-04 21:48:14,7! 3 1925-01-16 #2023-11-04 21:48:14,6! 3 1925-01-16 #2023-11-04 21:48:14,5! 3 1925-01-16 #2023-11-04 21:48:14,4! 3 1925-01-16 g#2023-11-04 21:48:14,3! 3 1925-01-16 3#2023-11-04 21:48:14,2! 3 1925-01-16 #2023-11-04 21:48:14,1! 3 1925-01-16E#2023-11-04 21:48:14,0! 3 1925-01-16 #2023-11-04 21:48:14-/! 3 1925-01-16.#2023-11-04 21:48:14,.! 3 1925-01-16-#2023-11-04 21:48:14+-!  3 1924-06-04 "2023-11-04 21:48:14,,! 3 1924-06-04 "2023-11-04 21:48:14,+! 3 1924-06-04 "2023-11-04 21:48:14,*! 3 1924-06-04 "2023-11-04 21:48:14+)!  3 1924-06-04"2023-11-04 21:48:14,(! 3 1924-06-04 "2023-11-04 21:48:14,'! 3 1924-06-04 "2023-11-04 21:48:14,&! 3 1924-06-04 "2023-11-04 21:48:14,%! 3 1924-06-04 "2023-11-04 21:48:14,$! 3 1924-06-04 "2023-11-04 21:48:14,#! 3 1924-06-04 _"2023-11-04 21:48:14,"! 3 1924-06-04 -"2023-11-04 21:48:14,!! 3 1924-06-04 "2023-11-04 21:48:14, ! 3 1924-06-04A"2023-11-04 21:48:14,! 3 1924-06-04 "2023-11-04 21:48:14,! 3 1924-06-04.d"2023-11-04 21:48:14,! 3 1924-06-04>"2023-11-04 21:48:14,! 3 1924-04-15b!2023-11-04 21:48:14,! 3 1924-04-15 !2023-11-04 21:48:14,! 3 1924-04-15 !2023-11-04 21:48:14,! 3 1924-04-15 C!2023-11-04 21:48:14,! 3 1924-04-15 B!2023-11-04 21:48:14,! 3 1924-04-15 !2023-11-04 21:48:14,! 3 1924-04-15D!2023-11-04 21:48:14,! 3 1924-04-15 '!2023-11-04 21:48:14-! 3 1924-04-15.!2023-11-04 21:48:14,! 3 1924-04-15 !2023-11-04 21:48:14,! 3 1924-04-15!2023-11-04 21:48:14,! 3 1923-12-01b 2023-11-04 21:48:14,! 3 1923-12-01  2023-11-04 21:48:14,! 3 1923-12-01  2023-11-04 21:48:14,! 3 1923-12-01 C 2023-11-04 21:48:14, ! 3 1923-12-01 B 2023-11-04 21:48:14, ! 3 1923-12-01  2023-11-04 21:48:14, ! 3 1923-12-01D 2023-11-04 21:48:14, ! 3 1923-12-01 ' 2023-11-04 21:48:14- ! 3 1923-12-01. 2023-11-04 21:48:14,! 3 1923-12-01  2023-11-04 21:48:14,! 3 1923-12-01 2023-11-04 21:48:14,! 3 1923-11-03b2023-11-04 21:48:14,! 3 1923-11-03 2023-11-04 21:48:14,! 3 1923-11-03 2023-11-04 21:48:14,! 3 1923-11-03 C2023-11-04 21:48:14,! 3 1923-11-03 B2023-11-04 21:48:14,! 3 1923-11-03 2023-11-04 21:48:14,! 3 1923-11-03D2023-11-04 21:48:14,! 3 1923-11-03 '2023-11-04 21:48:14-~! 3 1923-11-03.2023-11-04 21:48:14,}! 3 1923-11-03 2023-11-04 21:48:14,|! 3 1923-11-032023-11-04 21:48:14,{! 3 1923-08-13b2023-11-04 21:48:14,z! 3 1923-08-13 2023-11-04 21:48:14,y! 3 1923-08-13 2023-11-04 21:48:14,x! 3 1923-08-13 C2023-11-04 21:48:14,w! 3 1923-08-13 B2023-11-04 21:48:14,v! 3 1923-08-13 2023-11-04 21:48:14,u! 3 1923-08-13D2023-11-04 21:48:14,t! 3 1923-08-13 '2023-11-04 21:48:14-s! 3 1923-08-13.2023-11-04 21:48:14,r! 3 1923-08-13 2023-11-04 21:48:14,q! 3 1923-08-132023-11-04 21:48:14,p! 3 1922-11-22b2023-11-04 21:48:14,o! 3 1922-11-22 2023-11-04 21:48:14,n! 3 1922-11-22 2023-11-04 21:48:14,m! 3 1922-11-22 C2023-11-04 21:48:14,l! 3 1922-11-22 B2023-11-04 21:48:14,k! 3 1922-11-22 2023-11-04 21:48:14,j! 3 1922-11-22D2023-11-04 21:48:14,i! 3 1922-11-22 '2023-11-04 21:48:14-h! 3 1922-11-22.2023-11-04 21:48:14,g! 3 1922-11-22 2023-11-04 21:48:14,f! 3 1922-11-222023-11-04 21:48:14,e! 3 1922-03-31 A2023-11-04 21:48:14+d! 3 1922-03-312023-11-04 21:48:14,c! 3 1922-03-31 2023-11-04 21:48:14+b! 3 1922-03-31 2023-11-04 21:48:14+a! 3 1922-03-31 2023-11-04 21:48:14,`! 3 1922-03-31 2023-11-04 21:48:14,_! 3 1922-03-31 G2023-11-04 21:48:14,^! 3 1922-03-31 2023-11-04 21:48:14,]! 3 1922-03-31F2023-11-04 21:48:14,\! 3 1922-03-31 (2023-11-04 21:48:14,[! 3 1922-03-31.l2023-11-04 21:48:14,Z! 3 1922-03-31 =2023-11-04 21:48:14,Y! 3 1922-03-312023-11-04 21:48:14,X! 3 1922-01-31 A2023-11-04 21:48:14+W! 3 1922-01-312023-11-04 21:48:14,V! 3 1922-01-31 2023-11-04 21:48:14+U! 3 1922-01-31 2023-11-04 21:48:14+T! 3 1922-01-31 2023-11-04 21:48:14,S! 3 1922-01-31 2023-11-04 21:48:14,R! 3 1922-01-31 G2023-11-04 21:48:14,Q! 3 1922-01-31 2023-11-04 21:48:14,P! 3 1922-01-31F2023-11-04 21:48:14,O! 3 1922-01-31 (2023-11-04 21:48:14,N! 3 1922-01-31.l2023-11-04 21:48:14,M! 3 1922-01-31 =2023-11-04 21:48:14,L! 3 1922-01-312023-11-04 21:48:14,K! 3 1921-10-26 A2023-11-04 21:48:14+J! 3 1921-10-262023-11-04 21:48:14,I! 3 1921-10-26 2023-11-04 21:48:14+H! 3 1921-10-26 2023-11-04 21:48:14+G! 3 1921-10-26 2023-11-04 21:48:14,F! 3 1921-10-26 2023-11-04 21:48:14,E! 3 1921-10-26 G2023-11-04 21:48:14,D! 3 1921-10-26 2023-11-04 21:48:14,C! 3 1921-10-26F2023-11-04 21:48:14,B! 3 1921-10-26 (2023-11-04 21:48:14,A! 3 1921-10-26.l2023-11-04 21:48:14,@! 3 1921-10-26 =2023-11-04 21:48:14,?! 3 1921-10-262023-11-04 21:48:14,>! 3 1921-05-10 A2023-11-04 21:48:14+=! 3 1921-05-102023-11-04 21:48:14,<! 3 1921-05-10 2023-11-04 21:48:14+;! 3 1921-05-10 2023-11-04 21:48:14+:! 3 1921-05-10 2023-11-04 21:48:14,9! 3 1921-05-10 2023-11-04 21:48:14,8! 3 1921-05-10 G2023-11-04 21:48:14,7! 3 1921-05-10 2023-11-04 21:48:14,6! 3 1921-05-10F2023-11-04 21:48:14,5! 3 1921-05-10 (2023-11-04 21:48:14,4! 3 1921-05-10.l2023-11-04 21:48:14,3! 3 1921-05-10 =2023-11-04 21:48:14,2! 3 1921-05-102023-11-04 21:48:14,1! 3 1920-06-26 2023-11-04 21:48:14,0! 3 1920-06-26 2023-11-04 21:48:14,/! 3 1920-06-262023-11-04 21:48:14,.! 3 1920-06-26 2023-11-04 21:48:14,-! 3 1920-06-26 2023-11-04 21:48:14,,! 3 1920-06-26 <2023-11-04 21:48:14,+! 3 1920-06-26 >2023-11-04 21:48:14,*! 3 1920-06-26 2023-11-04 21:48:14,)! 3 1920-06-26C2023-11-04 21:48:14,(! 3 1920-06-26 ,2023-11-04 21:48:14,'! 3 1920-06-26.q2023-11-04 21:48:14,&! 3 1920-06-26 Q2023-11-04 21:48:14,%! 3 1920-06-262023-11-04 21:48:14,$! 31920-03-29 2023-11-04 21:48:14,#! 31920-03-292023-11-04 21:48:14,"! 31920-03-29 2023-11-04 21:48:14,!! 31920-03-29 )2023-11-04 21:48:14, ! 31920-03-29 2023-11-04 21:48:14,! 31920-03-29 2023-11-04 21:48:14,! 31920-03-29I2023-11-04 21:48:14,! 31920-03-29 J2023-11-04 21:48:14-! 31920-03-29.2023-11-04 21:48:14,! 31920-03-29 2023-11-04 21:48:14,! 31919-10-03 2023-11-04 21:48:14,! 31919-10-032023-11-04 21:48:14,! 31919-10-03 2023-11-04 21:48:14,! 31919-10-03 )2023-11-04 21:48:14,! 31919-10-03 2023-11-04 21:48:14,! 31919-10-03 2023-11-04 21:48:14,! 31919-10-03I2023-11-04 21:48:14,! 31919-10-03 J2023-11-04 21:48:14-! 31919-10-03.2023-11-04 21:48:14,! 31919-10-03 2023-11-04 21:48:14,! 31919-06-22 2023-11-04 21:48:14,! 31919-06-222023-11-04 21:48:14,! 31919-06-22 2023-11-04 21:48:14, ! 31919-06-22 )2023-11-04 21:48:14, ! 31919-06-22 2023-11-04 21:48:14, ! 31919-06-22 2023-11-04 21:48:14, ! 31919-06-22I2023-11-04 21:48:14, ! 31919-06-22 J2023-11-04 21:48:14-! 31919-06-22.2023-11-04 21:48:14,! 31919-06-22 2023-11-04 21:48:14,! 31919-02-13 2023-11-04 21:48:14,! 31919-02-132023-11-04 21:48:14,! 31919-02-13 2023-11-04 21:48:14,! 31919-02-13 )2023-11-04 21:48:14,! 31919-02-13 2023-11-04 21:48:14,! 31919-02-13 2023-11-04 21:48:14,! 31919-02-13I2023-11-04 21:48:14,! 31919-02-13 J2023-11-04 21:48:14-~! 31919-02-13.2023-11-04 21:48:14,}! 31919-02-13 2023-11-04 21:48:14*|!  32018-08-17A2023-11-04 21:48:14+{!  32018-08-172023-11-04 21:48:14,z! 32018-08-17 n 2023-11-04 21:48:14,y! 32018-08-172023-11-04 21:48:14,x! 32018-08-1732023-11-04 21:48:14 5sC~~~~S~"}}}}b}2}|||r|B|{{{{R{"zzzzbz2zyyyryByxxxxTx%wwwwfw7wvvv{vMvuuuueu7u ttt|tMtsssscs4srrrurErqqqqVq&ppppfp6pooo{oMonnnnen7nmmm{mLmllll`l0kkkkok?kjjjjOjiiii_i0ihhhqhAhggggRg"ffffbf2feeereAeddddQd!ccccbc3cbbbtbDbaaaaUa%````g`7`___w_H_^^^^[^+]]]]k];] \\\{\K\[[[[[[+ZZZZkZ;Z YYYzYJYXXXXZX*WWWWjW:W VVVzVJVUUUUZU+TTTTkT;T SSS{SKSRRRR[R+QQQQkQ;Q PPP{PKPOOOO\O,NNNNmN=N MMM~MNMLLLL^L.KKKKmK=K JJJ}JNJIIII_I/HHHHoH?HGGGGOGFFFF_F/EEEEpE@EDDDDRD"CCCCbC2CBBBrBBBAAAARA!@@@@a@1@???s?C?>>>>U>%====e=5=<<I2023-11-04 21:48:14*n! 31945-05-05 2023-11-04 21:48:14*m! 3-1998-01-02L2023-11-04 21:48:14+l! 3J1998-02-282023-11-04 21:48:14+k! 3V1993-02-28/2023-11-04 21:48:14+j! 3r1945-08-022023-11-04 21:48:14+i! 3r1945-02-12(2023-11-04 21:48:14+h! 3r1945-02-12(2023-11-04 21:48:14*g! 3r1944-12-122023-11-04 21:48:14*f! 3r1944-12-122023-11-04 21:48:14+e! 3r1944-09-26Q2023-11-04 21:48:14+d! 3r1944-09-26Q2023-11-04 21:48:14+c! 31945-04-272023-11-04 21:48:14,b! 3b2023-05-25 2023-11-04 21:48:14,a! 3b2023-05-25f2023-11-04 21:48:14,`! 3b2023-05-25:)2023-11-04 21:48:14,_! 3b2023-05-258G2023-11-04 21:48:14,^! 3b2023-05-25/2023-11-04 21:48:14,]! 3c2023-06-26 $2023-11-04 21:48:14,\! 3c2023-06-26 U 2023-11-04 21:48:14,[! 3c2023-06-26 2023-11-04 21:48:14,Z! 3c2023-06-26 V 2023-11-04 21:48:14,Y! 3c2023-06-26f2023-11-04 21:48:14,X! 3c2023-06-26: 2023-11-04 21:48:14,W! 3c2023-06-268/2023-11-04 21:48:14,V! 3c2023-06-26/2023-11-04 21:48:14+U!  3_2023-06-20 2023-11-04 21:48:14,T! 3_2023-06-202023-11-04 21:48:14,S! 3_2023-06-20I 2023-11-04 21:48:14,R! 3_2023-06-20 2023-11-04 21:48:14,Q! 3_2023-06-20& 2023-11-04 21:48:14+P! 3_2023-06-20^2023-11-04 21:48:14,O! 3_2023-06-20^02023-11-04 21:48:14,N! 3_2023-06-20.2023-11-04 21:48:14,M! 3_2023-06-20+2023-11-04 21:48:14,L! 3A2023-05-15 2023-11-04 21:48:14,K! 3A2023-05-15 2023-11-04 21:48:14,J! 3A2023-05-15J2023-11-04 21:48:14,I! 3A2023-05-15 ?2023-11-04 21:48:14,H! 3A2023-05-15&2023-11-04 21:48:14,G! 3A2023-05-1552023-11-04 21:48:14,F! 3`2023-06-062023-11-04 21:48:14,E! 3`2023-06-06 @2023-11-04 21:48:14,D! 3`2023-06-06  2023-11-04 21:48:14,C! 3`2023-06-06 P%2023-11-04 21:48:14,B! 3`2023-06-06$2023-11-04 21:48:14,A! 3`2023-06-06E2023-11-04 21:48:14,@! 3a2023-06-03 Q2023-11-04 21:48:14,?! 3a2023-06-03 P2023-11-04 21:48:14,>! 3a2023-06-03 O=2023-11-04 21:48:14,=! 3a2023-06-03 +2023-11-04 21:48:14,<! 3a2023-06-0322023-11-04 21:48:14-;! 3a2023-06-032023-11-04 21:48:14-:! 3a2023-06-03 2023-11-04 21:48:14,9! 3^2023-04-17=2023-11-04 21:48:14,8! 3^2023-04-17 2023-11-04 21:48:14,7! 3^2023-04-17 2023-11-04 21:48:14,6! 3^2023-04-17q2023-11-04 21:48:14,5! 3^2023-04-172023-11-04 21:48:14+4! 3^2023-04-17q%2023-11-04 21:48:14,3! 32022-07-15 2023-11-04 21:48:14,2! 32022-07-15= 2023-11-04 21:48:14,1! 32022-07-152023-11-04 21:48:14,0! 32022-07-15q2023-11-04 21:48:14+/! 32022-07-15q"2023-11-04 21:48:14+.! 3D2023-01-25r2023-11-04 21:48:14,-! 3D2023-01-25i 2023-11-04 21:48:14,,! 3D2023-01-25 2023-11-04 21:48:14,+! 3D2023-01-25!2023-11-04 21:48:14,*! 3D2023-01-25nA2023-11-04 21:48:14,)! 3]2022-12-292023-11-04 21:48:14,(! 3]2022-12-29 2023-11-04 21:48:14,'! 3]2022-12-292023-11-04 21:48:14,&! 3]2022-12-292023-11-04 21:48:14,%! 3]2022-12-29M2023-11-04 21:48:14,$! 3]2022-12-29 2023-11-04 21:48:14,#! 3]2022-12-292023-11-04 21:48:14,"! 3]2022-12-2962023-11-04 21:48:14,!! 3]2022-12-29 2023-11-04 21:48:14, ! 3]2022-12-29 2023-11-04 21:48:14,! 3[2022-12-142023-11-04 21:48:14,! 3[2022-12-14 2023-11-04 21:48:14,! 3[2022-12-14 < 2023-11-04 21:48:14,! 3[2022-12-14 2023-11-04 21:48:14,! 3[2022-12-14 ; 2023-11-04 21:48:14,! 3[2022-12-142023-11-04 21:48:14,! 3[2022-12-142023-11-04 21:48:14+!  3\2022-12-15f2023-11-04 21:48:14+!  3\2022-12-15d2023-11-04 21:48:14*!  3\2022-12-15J2023-11-04 21:48:14+!  3\2022-12-15c2023-11-04 21:48:14,! 3\2022-12-15 H2023-11-04 21:48:14,! 3\2022-12-15x2023-11-04 21:48:14,! 3\2022-12-15 2023-11-04 21:48:14,! 3\2022-12-152 2023-11-04 21:48:14,! 3\2022-12-15E2023-11-04 21:48:14,! 3\2022-12-152023-11-04 21:48:14,! 3\2022-12-15 G2023-11-04 21:48:14, ! 3\2022-12-15l2023-11-04 21:48:14, ! 3\2022-12-15 2023-11-04 21:48:14, ! 3\2022-12-15N 2023-11-04 21:48:14, ! 3\2022-12-152023-11-04 21:48:14, ! 3\2022-12-15]22023-11-04 21:48:14+!  3>2022-10-25 2023-11-04 21:48:14+!  3>2022-10-252023-11-04 21:48:14,! 3>2022-10-252023-11-04 21:48:14,! 3>2022-10-2572023-11-04 21:48:14,! 3>2022-10-252023-11-04 21:48:14,! 3>2022-10-25?2023-11-04 21:48:14,! 3>2022-10-25 2023-11-04 21:48:14,! 3>2022-10-2502023-11-04 21:48:14-! 3>2022-10-252023-11-04 21:48:14-! 3>2022-10-25m2023-11-04 21:48:14,~! 3Y2022-10-2292023-11-04 21:48:14,}! 3Y2022-10-22 2023-11-04 21:48:14,|! 3Y2022-10-222023-11-04 21:48:14+{!  3Y2022-10-222023-11-04 21:48:14,z! 3Y2022-10-22 2023-11-04 21:48:14,y! 3Y2022-10-22 2023-11-04 21:48:14,x! 3Y2022-10-22B2023-11-04 21:48:14,w! 3Y2022-10-22k42023-11-04 21:48:14,v! 3Y2022-10-22 2023-11-04 21:48:14,u! 3Y2022-10-22~E2023-11-04 21:48:14,t! 3Y2022-10-22T,2023-11-04 21:48:14,s! 3Y2022-10-22jv2023-11-04 21:48:14,r! 32022-07-21 -22023-11-04 21:48:14,q! 32022-07-21 2023-11-04 21:48:14,p! 32022-07-21 2023-11-04 21:48:14+o!  32022-07-21 o2023-11-04 21:48:14+n!  32022-07-212023-11-04 21:48:14,m! 32022-07-212023-11-04 21:48:14,l! 32022-07-212023-11-04 21:48:14+k!  32022-07-212023-11-04 21:48:14+j!  32022-07-21i2023-11-04 21:48:14,i! 32022-07-212023-11-04 21:48:14,h! 32022-07-21~W2023-11-04 21:48:14,g! 32022-07-212023-11-04 21:48:14,f! 32022-07-21j2023-11-04 21:48:14,e! 32022-07-21Tj2023-11-04 21:48:14,d! 32022-07-21|2023-11-04 21:48:14-c! 32022-07-21k2023-11-04 21:48:14,b! 3X2022-10-172023-11-04 21:48:14,a! 3X2022-10-17r2023-11-04 21:48:14,`! 3X2022-10-17|2023-11-04 21:48:14,_! 3X2022-10-17 I2023-11-04 21:48:14,^! 3X2022-10-17k2023-11-04 21:48:14,]! 3X2022-10-172023-11-04 21:48:14,\! 3X2022-10-172023-11-04 21:48:14,[! 3X2022-10-17D2023-11-04 21:48:14,Z! 3A2022-09-13 2023-11-04 21:48:14,Y! 3A2022-09-13 2023-11-04 21:48:14,X! 3A2022-09-13J2023-11-04 21:48:14,W! 3A2022-09-13 ?2023-11-04 21:48:14,V! 3A2022-09-13&2023-11-04 21:48:14,U! 3A2022-09-1352023-11-04 21:48:14,T! 3R2022-08-02 P 2023-11-04 21:48:14+S! 3R2022-08-0292023-11-04 21:48:14,R! 3R2022-08-02 2023-11-04 21:48:14,Q! 3R2022-08-022023-11-04 21:48:14,P! 3R2022-08-02"2023-11-04 21:48:14,O! 3R2022-08-02;2023-11-04 21:48:14,N! 3R2022-08-02 C2023-11-04 21:48:14,M! 3L2022-07-0162023-11-04 21:48:14,L! 3L2022-07-012023-11-04 21:48:14,K! 3L2022-07-01 2023-11-04 21:48:14,J! 3L2022-07-012023-11-04 21:48:14,I! 3L2022-07-01M2023-11-04 21:48:14,H! 3L2022-07-012023-11-04 21:48:14,G! 3L2022-07-012023-11-04 21:48:14,F! 3L2022-07-012023-11-04 21:48:14,E! 3L2022-07-01 2023-11-04 21:48:14,D! 3L2022-07-01 2023-11-04 21:48:14,C! 3L2022-07-01 2023-11-04 21:48:14,B! 3L2022-07-01 2023-11-04 21:48:14,A! 3L2022-07-012023-11-04 21:48:14+@!  3>2022-09-06 2023-11-04 21:48:14+?!  3>2022-09-062023-11-04 21:48:14,>! 3>2022-09-062023-11-04 21:48:14,=! 3>2022-09-0672023-11-04 21:48:14,<! 3>2022-09-062023-11-04 21:48:14,;! 3>2022-09-06?2023-11-04 21:48:14,:! 3>2022-09-06 2023-11-04 21:48:14,9! 3>2022-09-0602023-11-04 21:48:14-8! 3>2022-09-062023-11-04 21:48:14-7! 3>2022-09-06m2023-11-04 21:48:14*6!  3T2022-06-01A2023-11-04 21:48:14+5!  3T2022-06-012023-11-04 21:48:14,4! 3T2022-06-012023-11-04 21:48:14,3! 3T2022-06-01 ()2023-11-04 21:48:14,2! 3T2022-06-01 n2023-11-04 21:48:14,1! 3T2022-06-012023-11-04 21:48:14,0! 3T2022-06-012023-11-04 21:48:14,/! 32022-05-202023-11-04 21:48:14,.! 32022-05-2002023-11-04 21:48:14+-!  32022-05-202023-11-04 21:48:14,,! 32022-05-20 T2023-11-04 21:48:14++!  32022-05-20 _2023-11-04 21:48:14+*!  32022-05-20i2023-11-04 21:48:14,)! 32022-05-202023-11-04 21:48:14,(! 32022-05-202023-11-04 21:48:14,'! 32022-05-20 2023-11-04 21:48:14,&! 32022-05-202023-11-04 21:48:14,%! 32022-05-20 2023-11-04 21:48:14,$! 32022-05-202023-11-04 21:48:14,#! 32022-05-202023-11-04 21:48:14,"! 32022-05-20*2023-11-04 21:48:14,!! 32022-05-20p2023-11-04 21:48:14- ! 32022-05-20 S42023-11-04 21:48:14,! 3W2022-05-23t 2023-11-04 21:48:14+!  3W2022-05-232023-11-04 21:48:14+!  3W2022-05-23 F2023-11-04 21:48:14,! 3W2022-05-232023-11-04 21:48:14,! 3W2022-05-23M2023-11-04 21:48:14,! 3W2022-05-23 2023-11-04 21:48:14,! 3W2022-05-232023-11-04 21:48:14,! 3W2022-05-232023-11-04 21:48:14+! 3U2022-03-30k2023-11-04 21:48:14,! 3U2022-03-302023-11-04 21:48:14,! 3U2022-03-30-2023-11-04 21:48:14,! 3U2022-03-30x2023-11-04 21:48:14,! 3U2022-03-30 2023-11-04 21:48:14,! 3U2022-03-30H2023-11-04 21:48:14,! 3U2022-03-302023-11-04 21:48:14+!  3U2022-03-302023-11-04 21:48:14+!  3U2022-03-30 F2023-11-04 21:48:14,! 3U2022-03-30 2023-11-04 21:48:14+ !  3S2022-05-16Q2023-11-04 21:48:14, ! 3S2022-05-16 -2023-11-04 21:48:14+ !  3S2022-05-162023-11-04 21:48:14, ! 3S2022-05-162023-11-04 21:48:14, ! 3S2022-05-162023-11-04 21:48:14,! 3S2022-05-16 c 2023-11-04 21:48:14,! 3S2022-05-16X 2023-11-04 21:48:14,! 3S2022-05-167 2023-11-04 21:48:14,! 3S2022-05-162023-11-04 21:48:14,! 3S2022-05-16u2023-11-04 21:48:14,! 3S2022-05-16 2023-11-04 21:48:14+!  3I2022-01-102023-11-04 21:48:14+!  3I2022-01-10 2023-11-04 21:48:14,! 3I2022-01-10 2023-11-04 21:48:14,! 3I2022-01-10 2023-11-04 21:48:14,~! 3I2022-01-10 R2023-11-04 21:48:14,}! 3I2022-01-10 Q2023-11-04 21:48:14,|! 3I2022-01-102023-11-04 21:48:14+{!  3I2022-01-10=2023-11-04 21:48:14,z! 3I2022-01-102023-11-04 21:48:14,y! 3I2022-01-102023-11-04 21:48:14,x! 3I2022-01-10 2023-11-04 21:48:14,w! 3I2022-01-10e 2023-11-04 21:48:14,v! 3I2022-01-102023-11-04 21:48:14,u! 3I2022-01-10Y2023-11-04 21:48:14,t! 3I2022-01-102023-11-04 21:48:14,s! 3I2022-01-102023-11-04 21:48:14,r! 3I2022-01-10"2023-11-04 21:48:14*q!  32020-12-18A2023-11-04 21:48:14+p!  32020-12-182023-11-04 21:48:14,o! 32020-12-18 n 2023-11-04 21:48:14,n! 32020-12-182023-11-04 21:48:14,m! 32020-12-1832023-11-04 21:48:14,l! 32020-12-18 !2023-11-04 21:48:14,k! 32020-12-182023-11-04 21:48:14,j! 32020-12-18  2023-11-04 21:48:14,i! 32020-12-18 2023-11-04 21:48:14,h! 32020-12-18 l 2023-11-04 21:48:14,g! 32020-12-182023-11-04 21:48:14,f! 32021-02-13 2023-11-04 21:48:14,e! 32021-02-13 2023-11-04 21:48:14+d!  32021-02-13 o2023-11-04 21:48:14+c!  32021-02-132023-11-04 21:48:14,b! 32021-02-132023-11-04 21:48:14,a! 32021-02-132023-11-04 21:48:14+`!  32021-02-132023-11-04 21:48:14+_!  32021-02-13i2023-11-04 21:48:14,^! 32021-02-132023-11-04 21:48:14,]! 32021-02-13~W2023-11-04 21:48:14,\! 32021-02-132023-11-04 21:48:14,[! 32021-02-13j2023-11-04 21:48:14,Z! 32021-02-13Tj2023-11-04 21:48:14,Y! 32021-02-13|2023-11-04 21:48:14-X! 32021-02-13k2023-11-04 21:48:14,W! 3A2021-04-01 2023-11-04 21:48:14,V! 3A2021-04-01 2023-11-04 21:48:14,U! 3A2021-04-01J2023-11-04 21:48:14,T! 3A2021-04-01 ?2023-11-04 21:48:14,S! 3A2021-04-01&2023-11-04 21:48:14,R! 3A2021-04-0152023-11-04 21:48:14,Q! 3E2021-11-252023-11-04 21:48:14,P! 3E2021-11-252023-11-04 21:48:14,O! 3E2021-11-25 !2023-11-04 21:48:14,N! 3E2021-11-25 V72023-11-04 21:48:14,M! 3E2021-11-25]2023-11-04 21:48:14,L! 3E2021-11-25`n2023-11-04 21:48:14,K! 32021-01-26 2023-11-04 21:48:14,J! 32021-01-26= 2023-11-04 21:48:14,I! 32021-01-262023-11-04 21:48:14,H! 32021-01-26q2023-11-04 21:48:14+G! 32021-01-26q"2023-11-04 21:48:14,F! 382021-12-062023-11-04 21:48:14,E! 382021-12-062023-11-04 21:48:14+D! 382021-12-0622023-11-04 21:48:14,C! 382021-12-06(2023-11-04 21:48:14,B! 382021-12-06G2023-11-04 21:48:14,A! 382021-10-11~2023-11-04 21:48:14,@! 382021-10-11~2023-11-04 21:48:14+?! 382021-10-112~2023-11-04 21:48:14,>! 382021-10-11(~2023-11-04 21:48:14,=! 382021-10-11G~2023-11-04 21:48:14-<! 3H2021-12-08}2023-11-04 21:48:14+;!  3H2021-12-08 "}2023-11-04 21:48:14,:! 3H2021-12-08v}2023-11-04 21:48:14,9! 3H2021-12-08'}2023-11-04 21:48:14,8! 3H2021-12-08\}2023-11-04 21:48:14,7! 3H2021-12-08S}2023-11-04 21:48:14-6! 3H2021-12-08.}2023-11-04 21:48:14,5! 3R2021-12-13 P |2023-11-04 21:48:14+4! 3R2021-12-139|2023-11-04 21:48:14,3! 3R2021-12-13 |2023-11-04 21:48:14,2! 3R2021-12-13|2023-11-04 21:48:14,1! 3R2021-12-13"|2023-11-04 21:48:14,0! 3R2021-12-13;|2023-11-04 21:48:14,/! 3R2021-12-13 C|2023-11-04 21:48:14,.! 3N2021-09-16  z2023-11-04 21:48:14,-! 3N2021-09-16z2023-11-04 21:48:14+,! 3N2021-09-169"z2023-11-04 21:48:14,+! 3N2021-09-16$z2023-11-04 21:48:14,*! 3N2021-09-16?z2023-11-04 21:48:14,)! 3N2021-09-16 Az2023-11-04 21:48:14,(! 3M2021-05-12 y2023-11-04 21:48:14+'! 3M2021-05-129y2023-11-04 21:48:14,&! 3M2021-05-12y2023-11-04 21:48:14,%! 3M2021-05-12+y2023-11-04 21:48:14,$! 3M2021-05-12 3y2023-11-04 21:48:14,#! 3M2021-05-12Ky2023-11-04 21:48:14,"! 3O2021-10-26(x2023-11-04 21:48:14,!! 3O2021-10-26x2023-11-04 21:48:14, ! 3O2021-10-26 x2023-11-04 21:48:14,! 3O2021-10-26wx2023-11-04 21:48:14-! 3O2021-10-26px2023-11-04 21:48:14,! 3Q2021-11-28 Iv2023-11-04 21:48:14,! 3Q2021-11-28 v2023-11-04 21:48:14,! 3Q2021-11-28v2023-11-04 21:48:14,! 3Q2021-11-28>v2023-11-04 21:48:14,! 3Q2021-11-28 _v2023-11-04 21:48:14,! 3Q2021-11-28v2023-11-04 21:48:14,! 3Q2021-11-28 Hv2023-11-04 21:48:14,! 3Q2021-11-28v2023-11-04 21:48:14+!  3P2021-10-14u2023-11-04 21:48:14,! 3P2021-10-14u2023-11-04 21:48:14,! 3P2021-10-14u2023-11-04 21:48:14,! 3P2021-10-14u2023-11-04 21:48:14,! 3P2021-10-14fu2023-11-04 21:48:14+! 3P2021-10-14Q u2023-11-04 21:48:14,! 3P2021-10-14_u2023-11-04 21:48:14,! 3P2021-10-14u2023-11-04 21:48:14, ! 3P2021-10-14$u2023-11-04 21:48:14+ ! 3P2021-10-14h0u2023-11-04 21:48:14, ! 32021-11-30 >t2023-11-04 21:48:14, ! 32021-11-30t2023-11-04 21:48:14, ! 32021-11-30rt2023-11-04 21:48:14,! 32021-11-30dt2023-11-04 21:48:14,! 32021-11-30t2023-11-04 21:48:14,! 32021-11-30|t2023-11-04 21:48:14,! 32021-11-30t2023-11-04 21:48:14,! 32021-11-30Ft2023-11-04 21:48:14,! 32021-07-09 >s2023-11-04 21:48:14,! 32021-07-09s2023-11-04 21:48:14,! 32021-07-09rs2023-11-04 21:48:14,! 32021-07-09ds2023-11-04 21:48:14,! 32021-07-09s2023-11-04 21:48:14,~! 32021-07-09|s2023-11-04 21:48:14,}! 32021-07-09s2023-11-04 21:48:14,|! 32021-07-09Fs2023-11-04 21:48:14,{! 3L2021-06-136r2023-11-04 21:48:14,z! 3L2021-06-13r2023-11-04 21:48:14,y! 3L2021-06-13 r2023-11-04 21:48:14,x! 3L2021-06-13r2023-11-04 21:48:14,w! 3L2021-06-13Mr2023-11-04 21:48:14,v! 3L2021-06-13r2023-11-04 21:48:14,u! 3L2021-06-13r2023-11-04 21:48:14,t! 3L2021-06-13r2023-11-04 21:48:14,s! 3L2021-06-13 r2023-11-04 21:48:14,r! 3L2021-06-13 r2023-11-04 21:48:14,q! 3L2021-06-13 r2023-11-04 21:48:14,p! 3L2021-06-13 r2023-11-04 21:48:14,o! 3L2021-06-13r2023-11-04 21:48:14,n! 3K2021-12-17q2023-11-04 21:48:14+m! 3K2021-12-17q2023-11-04 21:48:14,l! 3K2021-12-17q2023-11-04 21:48:14,k! 3K2021-12-17%q2023-11-04 21:48:14,j! 3K2021-12-17=q2023-11-04 21:48:14,i! 3K2021-12-17 ^q2023-11-04 21:48:14,h! 3K2021-12-17Hq2023-11-04 21:48:14,g! 32021-01-15 Rp2023-11-04 21:48:14,f! 32021-01-15 Qp2023-11-04 21:48:14,e! 32021-01-15p2023-11-04 21:48:14,d! 32021-01-15=p2023-11-04 21:48:14,c! 32021-01-15p2023-11-04 21:48:14,b! 32021-01-15p2023-11-04 21:48:14,a! 32021-01-15 p2023-11-04 21:48:14,`! 32021-01-15ep2023-11-04 21:48:14,_! 32021-01-15p2023-11-04 21:48:14,^! 32021-01-15Yp2023-11-04 21:48:14,]! 32021-01-15p2023-11-04 21:48:14,\! 32021-01-15p2023-11-04 21:48:14,[! 32021-01-15!p2023-11-04 21:48:14,Z! 32021-10-04o2023-11-04 21:48:14,Y! 32021-10-04X o2023-11-04 21:48:14,X! 32021-10-04 `2o2023-11-04 21:48:14,W! 32021-10-04o2023-11-04 21:48:14,V! 32021-10-04 o2023-11-04 21:48:14,U! 32021-10-04 a6o2023-11-04 21:48:14,T! 32021-10-04Eo2023-11-04 21:48:14-S! 32021-10-04o2023-11-04 21:48:14,R! 3J2021-11-10 n2023-11-04 21:48:14,Q! 3J2021-11-10 n2023-11-04 21:48:14,P! 3J2021-11-10En2023-11-04 21:48:14,O! 3J2021-11-10 n2023-11-04 21:48:14,N! 3J2021-11-10 a'n2023-11-04 21:48:14,M! 3J2021-11-10 n2023-11-04 21:48:14,L! 3J2021-11-10Hn2023-11-04 21:48:14,K! 3B2020-05-17m2023-11-04 21:48:14,J! 3B2020-05-17 m2023-11-04 21:48:14,I! 3B2020-05-17m2023-11-04 21:48:14,H! 3B2020-05-17m2023-11-04 21:48:14,G! 3B2020-05-17 m2023-11-04 21:48:14,F! 3B2020-05-17m2023-11-04 21:48:14,E! 3B2020-05-17 !m2023-11-04 21:48:14,D! 3B2020-05-17$m2023-11-04 21:48:14,C! 32020-09-16l2023-11-04 21:48:14,B! 32020-09-16X l2023-11-04 21:48:14,A! 32020-09-16 `2l2023-11-04 21:48:14,@! 32020-09-16l2023-11-04 21:48:14,?! 32020-09-16 l2023-11-04 21:48:14,>! 32020-09-16 a6l2023-11-04 21:48:14,=! 32020-09-16El2023-11-04 21:48:14-<! 32020-09-16l2023-11-04 21:48:14+;! 3C2020-11-24:k2023-11-04 21:48:14*:!  3C2020-11-24k2023-11-04 21:48:14+9!  3C2020-11-24 Jk2023-11-04 21:48:14,8! 3C2020-11-24 k2023-11-04 21:48:14+7! 3C2020-11-24k2023-11-04 21:48:14,6! 3C2020-11-24 k2023-11-04 21:48:14,5! 3C2020-11-24 k2023-11-04 21:48:14,4! 3C2020-11-24 k2023-11-04 21:48:14,3! 3C2020-11-24E k2023-11-04 21:48:14,2! 3C2020-11-24 k2023-11-04 21:48:14,1! 3C2020-11-242k2023-11-04 21:48:14+0!  3@2020-06-27 =j2023-11-04 21:48:14+/!  3@2020-06-27 j2023-11-04 21:48:14,.! 3@2020-06-27 j2023-11-04 21:48:14,-! 3@2020-06-27 ;j2023-11-04 21:48:14,,! 3@2020-06-27>j2023-11-04 21:48:14,+! 3@2020-06-27% j2023-11-04 21:48:14+*! 3@2020-06-27j2023-11-04 21:48:14,)! 3@2020-06-27q#j2023-11-04 21:48:14,(! 3@2020-06-27&j2023-11-04 21:48:14,'! 3@2020-06-27%j2023-11-04 21:48:14,&! 32020-07-03h2023-11-04 21:48:14,%! 32020-07-030h2023-11-04 21:48:14+$!  32020-07-03h2023-11-04 21:48:14,#! 32020-07-03 Th2023-11-04 21:48:14+"!  32020-07-03 _h2023-11-04 21:48:14+!!  32020-07-03ih2023-11-04 21:48:14, ! 32020-07-03h2023-11-04 21:48:14,! 32020-07-03h2023-11-04 21:48:14,! 32020-07-03 h2023-11-04 21:48:14,! 32020-07-03h2023-11-04 21:48:14,! 32020-07-03 h2023-11-04 21:48:14,! 32020-07-03h2023-11-04 21:48:14,! 32020-07-03h2023-11-04 21:48:14,! 32020-07-03*h2023-11-04 21:48:14,! 32020-07-03ph2023-11-04 21:48:14-! 32020-07-03 S4h2023-11-04 21:48:14,! 32020-10-01bg2023-11-04 21:48:14,! 32020-10-01 g2023-11-04 21:48:14,! 32020-10-01:g2023-11-04 21:48:14,! 32020-10-01 g2023-11-04 21:48:14,! 32020-10-01g2023-11-04 21:48:14,! 32020-10-01 g2023-11-04 21:48:14,! 32020-10-01g2023-11-04 21:48:14,! 32020-10-01g2023-11-04 21:48:14,! 32020-10-01g2023-11-04 21:48:14, ! 32020-10-01g2023-11-04 21:48:14, ! 32020-10-01V g2023-11-04 21:48:14, ! 32020-10-01 g2023-11-04 21:48:14+ ! 3D2020-10-31rf2023-11-04 21:48:14, ! 3D2020-10-31i f2023-11-04 21:48:14,! 3D2020-10-31 f2023-11-04 21:48:14,! 3D2020-10-31!f2023-11-04 21:48:14,! 3D2020-10-31nAf2023-11-04 21:48:14,! 3F2020-07-23Ue2023-11-04 21:48:14,! 3F2020-07-23e2023-11-04 21:48:14+!  3F2020-07-23 6e2023-11-04 21:48:14+!  3F2020-07-23he2023-11-04 21:48:14,! 3F2020-07-23 e2023-11-04 21:48:14,! 3F2020-07-23 e2023-11-04 21:48:14,! 3F2020-07-23 7e2023-11-04 21:48:14,~! 3F2020-07-23 e2023-11-04 21:48:14,}! 3F2020-07-23)e2023-11-04 21:48:14,|! 3F2020-07-23Be2023-11-04 21:48:14,{! 3E2020-12-23d2023-11-04 21:48:14,z! 3E2020-12-23d2023-11-04 21:48:14,y! 3E2020-12-23 !d2023-11-04 21:48:14,x! 3E2020-12-23 V7d2023-11-04 21:48:14,w! 3E2020-12-23]d2023-11-04 21:48:14,v! 3E2020-12-23`nd2023-11-04 21:48:14,u! 32018-07-09 Cc2023-11-04 21:48:14,t! 32018-07-09 +c2023-11-04 21:48:14-s! 32018-07-09c2023-11-04 21:48:14,r! 32018-07-091c2023-11-04 21:48:14-q! 32018-07-09'c2023-11-04 21:48:14+p! 3;2004-07-13 b2023-11-04 21:48:14+o! 3;2004-07-13-b2023-11-04 21:48:14*n!  3;2004-07-13b2023-11-04 21:48:14+m! 3;2004-07-13b2023-11-04 21:48:14+l! 3;2004-07-13_b2023-11-04 21:48:14+k! 3;2004-07-13b2023-11-04 21:48:14+j! 3;2004-07-13 b2023-11-04 21:48:14+i! 3;2004-07-13Xb2023-11-04 21:48:14+h! 3;2004-07-13`b2023-11-04 21:48:14*g!  3;2004-07-13b2023-11-04 21:48:14*f! 3;2004-07-13:b2023-11-04 21:48:14+e! 3;2004-07-13b2023-11-04 21:48:14*d!  3;2004-07-13b2023-11-04 21:48:14*c! 3;2004-07-13b2023-11-04 21:48:14+b! 3;2004-07-13wb2023-11-04 21:48:14*a!  3;2004-07-13b2023-11-04 21:48:14*`!  3;2004-07-13b2023-11-04 21:48:14+_! 32014-07-15:a2023-11-04 21:48:14+^!  32014-07-15a2023-11-04 21:48:14+]! 32014-07-15a2023-11-04 21:48:14,\! 32014-07-15 a2023-11-04 21:48:14,[! 32014-07-15Ia2023-11-04 21:48:14,Z! 32014-07-15 a2023-11-04 21:48:14,Y! 32014-07-15!a2023-11-04 21:48:14,X! 32014-07-15&a2023-11-04 21:48:14,W! 32014-07-15Ea2023-11-04 21:48:14,V! 32009-07-16`2023-11-04 21:48:14,U! 32009-07-16`2023-11-04 21:48:14,T! 32009-07-16E `2023-11-04 21:48:14,S! 32009-07-16-`2023-11-04 21:48:14+R!  32009-07-16X`2023-11-04 21:48:14,Q! 32009-07-16`2023-11-04 21:48:14+P! 32009-07-16`2023-11-04 21:48:14,O! 32009-07-16`2023-11-04 21:48:14,N! 32009-07-16`2023-11-04 21:48:14,M! 32009-07-16 `2023-11-04 21:48:14+L! 32009-07-16:`2023-11-04 21:48:14+K! 3;2003-03-04 _2023-11-04 21:48:14+J! 3;2003-03-04-_2023-11-04 21:48:14*I!  3;2003-03-04_2023-11-04 21:48:14+H! 3;2003-03-04_2023-11-04 21:48:14+G! 3;2003-03-04__2023-11-04 21:48:14+F! 3;2003-03-04_2023-11-04 21:48:14+E! 3;2003-03-04 _2023-11-04 21:48:14+D! 3;2003-03-04X_2023-11-04 21:48:14+C! 3;2003-03-04`_2023-11-04 21:48:14*B!  3;2003-03-04_2023-11-04 21:48:14*A! 3;2003-03-04:_2023-11-04 21:48:14+@! 3;2003-03-04_2023-11-04 21:48:14*?!  3;2003-03-04_2023-11-04 21:48:14*>! 3;2003-03-04_2023-11-04 21:48:14+=! 3;2003-03-04w_2023-11-04 21:48:14*<!  3;2003-03-04_2023-11-04 21:48:14*;!  3;2003-03-04_2023-11-04 21:48:14+:!  361998-03-10^2023-11-04 21:48:14+9!  361998-03-10^2023-11-04 21:48:14+8!  361998-03-10^2023-11-04 21:48:14+7!  361998-03-10^2023-11-04 21:48:14+6!  361998-03-10^2023-11-04 21:48:14,5! 361998-03-10w^2023-11-04 21:48:14+4! 361998-03-10^2023-11-04 21:48:14,3! 361998-03-10x^2023-11-04 21:48:14,2! 361998-03-10 ^2023-11-04 21:48:14+1! 361998-03-10:^2023-11-04 21:48:14,0! 361998-03-10^2023-11-04 21:48:14+/!  361998-03-10`^2023-11-04 21:48:14,.! 361998-03-10 ^2023-11-04 21:48:14+-!  361998-03-10^2023-11-04 21:48:14,,! 361998-03-10F^2023-11-04 21:48:14,+! 32018-03-01\2023-11-04 21:48:14,*! 32018-03-01U\2023-11-04 21:48:14,)! 32018-03-01 B\2023-11-04 21:48:14,(! 32018-03-01 %\2023-11-04 21:48:14,'! 32018-03-01\2023-11-04 21:48:14,&! 32018-03-01S \2023-11-04 21:48:14,%! 32018-03-01<\2023-11-04 21:48:14,$! 32018-03-01'\2023-11-04 21:48:14,#! 32020-03-19b[2023-11-04 21:48:14,"! 32020-03-19 [2023-11-04 21:48:14,!! 32020-03-19:[2023-11-04 21:48:14, ! 32020-03-19 [2023-11-04 21:48:14,! 32020-03-19[2023-11-04 21:48:14,! 32020-03-19 [2023-11-04 21:48:14,! 32020-03-19[2023-11-04 21:48:14,! 32020-03-19[2023-11-04 21:48:14,! 32020-03-19[2023-11-04 21:48:14,! 32020-03-19[2023-11-04 21:48:14,! 32020-03-19V [2023-11-04 21:48:14,! 32020-03-19 [2023-11-04 21:48:14,! 32020-03-14Z2023-11-04 21:48:14,! 32020-03-14 [Z2023-11-04 21:48:14,! 32020-03-14 WZ2023-11-04 21:48:14,! 32020-03-14Z2023-11-04 21:48:14,! 32020-03-14 VZ2023-11-04 21:48:14,! 32020-03-14EZ2023-11-04 21:48:14-! 32020-03-14`Z2023-11-04 21:48:14,! 3A2020-03-21 Y2023-11-04 21:48:14,! 3A2020-03-21 Y2023-11-04 21:48:14,! 3A2020-03-21JY2023-11-04 21:48:14, ! 3A2020-03-21 ?Y2023-11-04 21:48:14, ! 3A2020-03-21&Y2023-11-04 21:48:14, ! 3A2020-03-215Y2023-11-04 21:48:14* !  32020-03-03AX2023-11-04 21:48:14+ !  32020-03-03X2023-11-04 21:48:14,! 32020-03-03 n X2023-11-04 21:48:14 _btF~~~~[~-}}}}r}C}||||Y|*{{{{q{C{zzzzZz,yyyyqyByxxxxXx)wwwwnw?wvvvvTv%uuuuiu:u ttt~tOt ssssds5srrryrJrqqqq_q0qppptpEpooooZo+nnnnon@nmmmmUm&lllljl;l kkkkPk!jjjjej6jiiiziKihhhh`h1hgggugFgffff[f,eeeepeAeddddVd'cccckc2023-11-04 21:48:14+C! 32022-07-212023-11-04 21:48:14+B! 3A2022-09-13O2023-11-04 21:48:14+A! 3R2022-08-022023-11-04 21:48:14+@! 3V2022-06-19 )2023-11-04 21:48:14+?! 3V2022-06-19 .2023-11-04 21:48:14+>! 3V2022-06-192023-11-04 21:48:14+=! 32022-05-20 )2023-11-04 21:48:14+<! 32022-05-20 .2023-11-04 21:48:14*;! 3=2020-01-07vE2023-11-04 21:48:14+:! 3S2022-05-162023-11-04 21:48:14+9! 32021-02-132023-11-04 21:48:14+8! 3N2021-09-16z2023-11-04 21:48:14+7! 3M2021-05-12y2023-11-04 21:48:14+6! 3B2020-05-17m2023-11-04 21:48:14+5! 3B2020-05-17 m2023-11-04 21:48:14+4! 3@2020-02-08 >i2023-11-04 21:48:14+3! 32019-09-05 C2023-11-04 21:48:14+2! 372019-09-17M2023-11-04 21:48:14+1! 372019-09-17 jM2023-11-04 21:48:14+0! 382019-09-29H2023-11-04 21:48:14+/! 3=2020-01-07 E2023-11-04 21:48:14+.! 3/2013-03-18n2023-11-04 21:48:14+-! 32019-06-03@2023-11-04 21:48:14+,! 32019-09-05C2023-11-04 21:48:14++! 32019-04-09B2023-11-04 21:48:14+*! 32019-01-23 X82023-11-04 21:48:14+)! 31932-12-03b)2023-11-04 21:48:14+(! 31932-12-03 )2023-11-04 21:48:14+'! 31932-09-12b,2023-11-04 21:48:14+&! 3 1932-06-02b+2023-11-04 21:48:14+%! 3 1926-01-20b%2023-11-04 21:48:14+$! 3 1925-10-29b$2023-11-04 21:48:14+#! 3 1925-01-16b#2023-11-04 21:48:14+"! 31929-09-26 2023-11-04 21:48:14+!! 31922-01-272023-11-04 21:48:14+ ! 31921-06-212023-11-04 21:48:14+! 32018-06-012023-11-04 21:48:14+! 31920-07-07 r2023-11-04 21:48:14+! 32017-06-14 S2023-11-04 21:48:14+! 32017-06-142023-11-04 21:48:14+! 3H2017-01-252023-11-04 21:48:14+! 3H2017-01-252023-11-04 21:48:14+! 32016-12-06 2023-11-04 21:48:14+! 32016-05-222023-11-04 21:48:14+! 3|1920-04-05h2023-11-04 21:48:14+! 3|1920-03-30h2023-11-04 21:48:14+! 31975-04-252023-11-04 21:48:14+! 31932-04-11\2023-11-04 21:48:14+! 31923-10-27 2023-11-04 21:48:14+! 31940-06-16 92023-11-04 21:48:14+! 31940-06-162023-11-04 21:48:14+! 31940-03-22 92023-11-04 21:48:14+! 31940-03-22 2023-11-04 21:48:14+! 31932-01-14 2023-11-04 21:48:14+ ! 31913-01-21t2023-11-04 21:48:14+ ! 31913-01-21 t2023-11-04 21:48:14+ ! 31911-06-27 r2023-11-04 21:48:14+ ! 31910-05-08 2023-11-04 21:48:14+ ! 31910-05-082023-11-04 21:48:14+! 31939-09-13 2023-11-04 21:48:14+! 31939-05-11 2023-11-04 21:48:14+! 31939-05-11 2023-11-04 21:48:14+! 31914-08-26 y2023-11-04 21:48:14+! 31935-06-07 :02023-11-04 21:48:14+! 31935-06-01 :12023-11-04 21:48:14+! 31934-02-09 :32023-11-04 21:48:14+! 31933-11-26 952023-11-04 21:48:14+! 31933-10-26 962023-11-04 21:48:14+! 31933-01-31 972023-11-04 21:48:14+~! 31932-12-18 982023-11-04 21:48:14+}! 31932-06-03 992023-11-04 21:48:14+|! 31938-04-12 2023-11-04 21:48:14+{! 31938-04-12 2023-11-04 21:48:14+z! 31938-04-12 2023-11-04 21:48:14+y! 31935-06-0702023-11-04 21:48:14+x! 31932-02-20 :2023-11-04 21:48:14+w! 31931-01-27 <2023-11-04 21:48:14+v! 31930-03-02 >2023-11-04 21:48:14+u! 31926-07-23 C2023-11-04 21:48:14+t! 31926-07-23 "C2023-11-04 21:48:14+s! 31926-07-19 D2023-11-04 21:48:14+r! 31926-07-19 "D2023-11-04 21:48:14+q! 31925-11-28 F2023-11-04 21:48:14+p! 31925-11-28 "F2023-11-04 21:48:14+o! 31925-04-17 "G2023-11-04 21:48:14+n! 31924-06-14 "H2023-11-04 21:48:14+m! 31920-02-18M2023-11-04 21:48:14+l! 31920-01-20N2023-11-04 21:48:14+k! 31917-11-16 O2023-11-04 21:48:14+j! 31917-03-20 |2023-11-04 21:48:14+i! 31915-10-29 !z2023-11-04 21:48:14+h! 31914-06-13 x2023-11-04 21:48:14+g! 31914-06-09 w2023-11-04 21:48:14+f! 31913-12-22 v2023-11-04 21:48:14+e! 31913-12-22v2023-11-04 21:48:14+d! 31913-03-22u2023-11-04 21:48:14+c! 31913-03-22 u2023-11-04 21:48:14+b! 31912-01-14s2023-11-04 21:48:14+a! 31912-01-14 s2023-11-04 21:48:14+`! 31911-06-27r2023-11-04 21:48:14+_! 31911-03-02 q2023-11-04 21:48:14+^! 31911-03-02q2023-11-04 21:48:14+]! 31910-11-03 p2023-11-04 21:48:14+\! 31910-11-03p2023-11-04 21:48:14+[! 31906-03-14 2023-11-04 21:48:14+Z! 32016-01-222023-11-04 21:48:14+Y! 32016-02-11 ~2023-11-04 21:48:14+X! 31914-09-13 0[2023-11-04 21:48:14+W! 31914-09-13[2023-11-04 21:48:14+V! 31917-03-13X2023-11-04 21:48:14+U! 31917-03-13 0X2023-11-04 21:48:14+T! 31914-02-17 0Y2023-11-04 21:48:14+S! 31914-02-17Y2023-11-04 21:48:14+R! 31918-11-272023-11-04 21:48:14+Q! 31918-11-27^2023-11-04 21:48:14+P! 31922-06-02_2023-11-04 21:48:14+O! 31924-01-18_2023-11-04 21:48:14+N! 32015-11-102023-11-04 21:48:14+M! 31920-10-272023-11-04 21:48:14+L! 31921-02-232023-11-04 21:48:14+K! 32015-10-302023-11-04 21:48:14+J! 32014-12-152023-11-04 21:48:14+I! 381956-01-31zO2023-11-04 21:48:14+H! 3%1954-06-19z2023-11-04 21:48:14+G! 31981-05-22|2023-11-04 21:48:14*F! 3K1948-09-10zc2023-11-04 21:48:14+E! 32014-08-05s2023-11-04 21:48:14+D! 31944-11-10I2023-11-04 21:48:14+C! 32014-03-04=2023-11-04 21:48:14*B! 31949-01-25{<2023-11-04 21:48:14+A! 32014-02-2272023-11-04 21:48:14+@! 32013-11-18,2023-11-04 21:48:14+?! 32013-04-272023-11-04 21:48:14+>! 31975-09-19+2023-11-04 21:48:14*=! 3-1998-01-02L2023-11-04 21:48:14+<! 32013-05-29"2023-11-04 21:48:14+;! 32003-12-2392023-11-04 21:48:14*:! 32002-07-30Z2023-11-04 21:48:14*9! 3O2013-03-132023-11-04 21:48:14+8! 32012-05-16N2023-11-04 21:48:14+7! 32012-05-15 2023-11-04 21:48:14+6! 32012-05-15i 2023-11-04 21:48:14*5! 391993-08-062023-11-04 21:48:14*4! 3?2012-05-07 2023-11-04 21:48:14)3! 3P2000-12-20@2023-11-04 21:48:14*2! 3P2000-12-20A@2023-11-04 21:48:14+1! 3 1942-12-162023-11-04 21:48:14+0! 31917-02-17q2023-11-04 21:48:14+/! 31996-01-112023-11-04 21:48:14+.! 31995-01-17~2023-11-04 21:48:14+-! 3'2000-04-282023-11-04 21:48:14+,! 3'1998-10-212023-11-04 21:48:14++! 3'2000-04-282023-11-04 21:48:14**! 3o2011-11-162023-11-04 21:48:14+)! 32011-11-11N2023-11-04 21:48:14+(! 3V1991-05-192023-11-04 21:48:14+'! 3J1996-05-26/2023-11-04 21:48:14+&! 3S2001-05-272023-11-04 21:48:14*%! 3`1945-06-252023-11-04 21:48:14*$! 3`1945-06-252023-11-04 21:48:14+#! 31997-02-13y2023-11-04 21:48:14+"! 31997-08-07Xn2023-11-04 21:48:14+!! 31997-02-13Xy2023-11-04 21:48:14+ ! 31995-12-212023-11-04 21:48:14+! 31995-12-21X2023-11-04 21:48:14*! 3)1944-11-17_x2023-11-04 21:48:14*! 3)1944-11-17 x2023-11-04 21:48:14+! 31978-08-292023-11-04 21:48:14+! 31997-02-13 y2023-11-04 21:48:14  ~lZH.~~~~~~n~\~B~(~}}}}}}}p}^}L}2}||||||||x|^|D|*|{{{{{{|{b{H{.{{zzzzzznzTz:z zyyyyyyzyhyVyDy2y yxxxxxxxhxNx4xxwwwwwwlwRw8wwvvvvvvxv^vDv*vvuuuuuuruXu>u$u tttttttltRt7t$t ssssssosTs9s&srrrrrryrfrKr0rqqqqqqqhqUqBq'qppppppzp_pDp1pp ooooooioNo3onnnnnnvncnHn-nmmmmmmmumZm?m,mmlllllllilNl3lkkkkkkk{k`kEk*kjjjjjjmjRj7j$j iiiiiigiLi1iihhhhhhyh^hKh0hgggggggpgUg:ggffffffjfOf4f!feeeeeeleQe6eeddddddnd[d@d%d cccccchcMc2cbbbbbbbjbOb4baaaaaawadaQa6aa``````v`[`@`%` _______e_J_/__^^^^^^g^L^1^]]]]]]|]a]F]+]\\\\\\~\c\H\5\[[[[[[[u[b[O[4[ZZZZZZZdZIZ.ZZYYYYYYnYSY8YYXXXXXXhXMX:XXWWWWWWrWWWE+EDDDDDDvD[D@D%D CCCCCCxCeCJC/CCBBBBBzB_BDB1BAAAAAAAiANA3A@@@@@@v@[@@@%@ ???????m?R?7?? >>>>>>>d>I>.>>======n=S=8== <<<<<<8#8777777v7[7H7-766666666r6W6<6)65555555i5N535444444~4c4H4-433333333z3g3T3933 222222i2N2321111111k1P151"1000000u0Z0?0$0 //////o/\/A/&//......v.[.@.%. -------u-Z-?-$- ,,,,,,,l,Y,>,#,++++++++p+]+J+7+$+********q*^*K*8*%*)))))))})j)O)4)((((((((q(^(K(0(('''''''g'L'1'&&&&&&&q&^&C&(& %%%%%%%h%U%B%/%$$$$$$$d$I$.$######y#^#C#(# """"""{"`"E"*"!!!!!!!e!S!9!&! f K 0 {`E*ucQ6#n[@% x]B' }cQ7zgL9& q^C(jXF3sXE*uZG,x^D*{hM2rWD1|aO5hM2uZ?$lQ6#p^K8 x e R 7 $  d I .  h M 2  j O 4 !  [ cabinetZcabinet[?hhYcabinetU?;;X cabinet6Wcabinet0?Vcabinet-?==Ucabinet!?!!Tcabinet?vhhScabinet?xyRcabinet?ZZQ cabinetP cabinetnOcabineth?/0Ncabinetg?{Ǽ{ǼMcabinetG?$I$ILcabinet?ppKcabinet?؝Jcabinet?QQIcabinet?髚H cabinetBGcabinet$?W5sW5sF cabinetEcabinet?"Dcabinet?kOA:7Ccabinet?RnBcabinet?ع)a}Acabinet? ѵ@cabinet:?!o? cabinet.>cabinet ?ѵZ=cabinet?c2:< cabinet; cabinet:cabinet?kOA:79 cabinet8cabinet? CTݢ7 cabinet6 cabinetU5 cabinet64cabinet0?q6g3 cabinet2cabinet?K ]1cabinetn? BP0cabineti?%,/rS/ cabineth.cabinet?z^W- cabinet, cabinet+ cabinetB* cabinet$)cabinet ?7h S(cabinet?--'cabinet?__&cabinetq?KK%cabinet?͉؝؞$cabinet?# cabinet"cabineth?hh!cabinet:?xy cabinet.?QQcabinet?hh cabinet cabinet cabinetcabinet?NNcabinet?\\ cabinetcabinet?5sW5sWcabinet?᫚cabinet?ZZcabinetU?Ǽ{Ǽ|cabinet6?I$I%cabinet,?jjcabinet?؝؞cabinet?mmcabinet?cabineto?~~cabineti? cabineth?/0 cabinet?QR cabinet? cabinet?ܨʌʍ  cabinetcabinet?ɫcabinet{?!!cabineth?;;cabinetX?2*2*cabinetB?FTeFTe cabinet$cabinet?ԿKKcabinet?ZZcabinetv?!!cabinet?QQ~cabinet?깫} cabinet|cabineth?hh{cabinetU?z cabinety cabinetxcabinet?髚wcabinet?__v cabinetucabinet?Ǽ{Ǽ|t cabinets cabinetrcabinet?hhqcabinet?C8C8pcabinet?!!ocabinet|?hhncabinetq?QQm cabinet,l cabinetk cabinetjcabinet?jjicabineto?==h cabinetg cabinetf cabinetecabinet{?==dcabinetc?eFTeFTccabinetX?jkbcabinetN?__acabinet$?\\`cabinet*?pp_ cabinet^cabinetcabinet~? =cabinet}?0dLs<cabinet|? ); cabinett:cabinet?s9cabinet??깫ucabinet?tcabinet?__scabinet?QQrcabinet?__qcabinet?pcabinet?ߥ_`ocabinet?ncabinet?QRm cabinetlcabinet?xyk cabinetjcabinet?QQi cabinethcabinet?NOg cabinetfcabinet}?蝉؝e cabinetcdcabinet`?/0c cabinet:bcabinet4?QQa cabinet*`cabinet?eFTeFT_cabinet?Ɓhh^cabinet?xy]cabinet?ޗ~\cabinet?\\[cabinet?NOZcabinet?⌨ʌYcabinet?NNX cabinet Wcabinet?ZZV cabinetUcabinet/?jjTcabinet(?Scabinet? @ ARcabinet?bv'bv'Qcabinetx?;;Pcabinet`?؝؝Ocabinet>?Ncabinet?jkMcabinet?mmL cabinetKcabinet?!!Jcabinet?//IcabinetT?==HcabinetI?{Ǽ{ǼGcabinet?ڌʌFcabinet?pqE cabinetDcabinet?//Ccabinetx?ң*2*3Bcabinetc?Ǽ{Ǽ|Acabinet:?ñ;;@cabinet?؝؞?cabinet ?ZZ> cabinet*= cabinet< cabinet;cabinet?"]ʲ:cabinet?9cabinet?]H=v8cabinet?dKyV7 cabinet6 cabinet5 cabinet4cabinet?%,/rS3cabinet?i4M&2cabinet?el1 cabinet0 cabinet /cabinet?|h. cabinet- cabinet,cabinetQ? +cabinet? a*cabinetT?!o)cabinetI? )(cabinet1?1?'cabinet?~?&cabinetx?:A%cabinet?!o$ cabinet*# cabinet" cabinet! cabinet cabinet?hhcabinet?/0 cabinetcabinet%?xx cabinet cabinet cabinet cabinet cabinet cabinet cabinetcabinet ? cabinetcabinet?cabinet?!"cabinet?~cabinet?hh cabinet* cabinet  cabinet  cabinet  cabinet cabinet?׼{Ǽ{ cabinet?-- cabinet cabinet% cabinet cabinet cabinet cabinet cabinet cabinet cabinetcabinet?QQ~ cabinet} cabinet| cabinet*{ cabinetz cabinety cabinetx cabinetw cabinetv cabinetu cabinet%t cabinets cabinetr cabinetq cabinetp cabineto cabinetn cabinetmcabinet?mmlcabinet?QQkcabinet?=>j cabineti cabinet*h cabinetgcabinet?M&Ifcabinet?M&Iecabinet?eld cabinetc cabinetbcabinet?[#acabinet?(`cabinet&?`_cabinet%?g̀Z^cabinet?g̀Y}]cabinet?el\ cabinet[ cabinetZ cabinetY cabinetX cabinetWcabinet?%,0Vcabinet?枂tmiUcabinet?sTcabinet?F#Scabinet?q6gRcabinet?1?Qcabinet?əP cabinetO cabinet*N cabinetM cabinetL cabinetKcabinet?jjJcabinet?ң*2*3I cabinet&Hcabinet?mmGcabinet?__Fcabinet?*2*2Ecabinet?W5sW5sDcabinet?hhC cabinetBcabinet?I$I$Acabinet?C8C8@cabinet?NN?cabinet?ZZ>cabinet?$I$I=cabinet?--<cabinet?~~; cabinet: cabinet9cabinet?QQ8cabinet?jj7 cabinet6cabinet?=>5cabinet?4cabinet?3cabinet?jj2cabinet?QQ1 cabinet*0 cabinet/cabinet?KK.cabinet?ZZ-cabinet?--,cabinet?ߥ_`+cabinet?*cabinet?)cabinet&?;;(cabinet$?;;'cabinet?xy&cabinet?QQ%cabinet?$ cabinet#cabinet?׏xx"cabinet?8C8C! cabinet  cabinet cabinet cabinet cabinet cabinet cabinet cabinet cabinet* cabinetcabinet?ñ;;cabinet?ڹcabinet?mmcabinet?ܨʌʍcabinet?᫚cabinet?C8C8cabinet?xx cabinet$cabinet?xxcabinet?C8C8 cabinet?؝؝ cabinet?;; cabinet?KK cabinet?ZZ cabinet?ޗ~cabinet? @ A cabinet cabinetcabinet?ȝ؝cabinet?؝؝ cabinet cabinetcabinet?C8C8cabinet? cabinet~ cabinet*} cabinet| cabinet{ cabinetz cabinetycabinet0?!nxcabinet/?%,/rSw cabinet$vcabinet?i4M&u cabinettcabinet?1scabinet?6gr cabinetq cabinetpcabinet?陙ocabinet?əncabinet?8mcabinet?ߏlcabinet?skcabinet?ѵZjcabinet?{pi cabineth cabinetg cabinetf cabinet*e cabinetd cabinetc cabinetb cabinetacabinet2?ڌʌ`cabinet1?_cabinet0?2*2*^cabinet'?\\]cabinet$?QR\cabinet ?ۚ[cabinet?pqZcabinet?!!Ycabinet?//Xcabinet? @ AWcabinet?⌨ʌVcabinet?jkUcabinet?//Tcabinet? @ @Scabinet?mmRcabinet?$I$IQ cabinetP cabinetOcabinet?Ncabinet?C8C8M cabinetLcabinet?==Kcabinet?!!J cabinet*I cabinetH cabinetG cabinetFcabinet?mmEcabinet?I$I$Dcabinet5?eFTeFTCcabinet4?!!Bcabinet3?~~Acabinet2?£*2*3@ cabinet'? cabinet >cabinet?eFTeFT=cabinet?\]< cabinet; cabinet: cabinet9 cabinet8 cabinet7 cabinet6cabinet?I$I$5cabinet?mm4cabinet?!!3cabinet?xy2cabinet*?\\1cabinet)?QQ0 cabinet/ cabinet.cabinet?ʌʍ-cabinet?, cabinet+cabinet8?QQ*cabinet7?xx)cabinet6?\\(cabinet5?؝' cabinet'& cabinet % cabinet$cabinet?~~#cabinet?@ @ " cabinet!cabinet?sW5sW5 cabinet?KLcabinet?ʹcabinet?/0cabinet?hh cabinet cabinet cabinet cabinetcabinet0?N=cabinet,?1cabinet+? )cabinet)?kOA:7cabinet?w;cabinet?ӣkOA:7cabinet?kOA:7cabinet?%,/rScabinet?ѵZcabinet? ѵcabinet?ع)a} cabinet?9' cabinet?  cabinet?`q6 cabinetq cabinetp cabinetocabinet?!"ncabinet?{Ǽ{Ǽmcabinet=?I$I$lcabinet?$I$IMcabinet=?QQLcabinet#?;;Kcabinet"?؝؝J cabinet I cabinetH cabinetG cabinetFcabinet?髚Ecabinet?QQDcabinet?--Ccabinet?ߥ_`Bcabinet?ۚAcabinet?2*2*@cabinet?*2*2?cabinet?٫> cabinet= cabinet< cabinet(;cabinet ?:cabinet ?~~9cabinet ?ՠZZ8 cabinet7 cabinet6 cabinet5cabinetB?__4cabinetA?3cabinet@?eFTeFT2 cabinet"1cabinet ?@ @ 0cabinet ?__/cabinet?~~.cabinet?@ @ -cabinet?mm,cabinet?$I$I+cabinet?NN*cabinet?؝؞) cabinet(cabinet?KL'cabinet?hh& cabinet% cabinet$cabinet?ȝ؝#cabinet?؝؝"cabinet?!cabinet?TeFTeF cabinet(?8cabinet'?ߏ cabinet  cabinet cabinet cabinetcabinet?.YcabinetC?ݢ5McabinetB?b1cabinet"?u Rcabinet!?(cabinet?? cabinet  cabinet cabinet cabinetcabinet?U.cabinet?cabinet?6g` cabinet?? cabinet? cabinet?Ϗ  cabinet cabinet?:Acabinet?$xHcabinet?l3cabinet??cabinet'?؝؞cabinet&?;;cabinet ?==cabinet ?C8C8 cabinetcabinet?{Ǽ{Ǽcabinet?W5sW5s~cabinet?jj}cabinet?__|cabinet?--{ cabinetCz cabinet!y cabinet xcabinet?--wcabinet?~~v cabinetu cabinettcabinet?hhscabinet?__rcabinet?NOqcabinet?;;p cabineto cabinetn cabinetm cabinetlcabinet&?KLkcabinet%?ԿKKjcabinet$?icabinet ?QQhcabinet ?ppgcabinet?;;fcabinet?݉؝؞ecabinet?;;d cabinetccabinet?bcabinet?pqacabinetF?~~`cabinetD?hh_cabinetC?NN^ cabinet!] cabinet \cabinet?pp[cabinet?Ǽ{Ǽ|Zcabinet?5sW5sWYcabinet?2*2*Xcabinet?hhWcabinet?~~Vcabinet?'bv'bvUcabinet?v'bv'bTcabinet?jjScabinet?QQRcabinet?ۚQcabinet?2*2*Pcabinet?xxOcabinet?N cabinetM cabinetLcabinet$?'bv'bvKcabinet#?$I$IJcabinet"?QQI cabinetHcabinet?5sW5sWGcabinet?$I$IFcabinet?mmE cabinetD cabinetCcabinetH?ң*2*3BcabinetG?Ǽ{Ǽ|AcabinetF?5sW5sW@cabinet*?bv'bv'?cabinet!?jk>cabinet ?hh=cabinet?؝< cabinet ;cabinet?QQ:cabinet?jk9cabinet?2*2*8 cabinet7 cabinet6cabinet?KK5cabinet?--4cabinet3cabinet?--2cabinet?__1 cabinet0cabinet?pq/cabinet?==.cabinet?NO-cabinet?;;,cabinet"?i4M&+cabinet!?b1*cabinet ?i4M&)cabinet?1(cabinet?g̀Y}'cabinet?w;& cabinet% cabinet$cabinet? a#cabinet?g̀Y}"cabinetJ?#!cabinetI?7h S cabinetH?b1 cabinet*cabinet ?:Acabinet ??cabinet ?Ii4cabinet?ȌF# cabinetcabinet?N=cabinet?ع)a~cabinet?nu cabinet?:Acabinet? acabinet?ع)a}cabinet?~wcabinet?%,0cabinet?'c2cabinet?`q6 cabinet cabinet  cabinet cabinet ?QQ cabinet?;; cabinet?\] cabinet?;;cabinet?\]cabinet?;;cabinet?ң*2*3 cabinetcabinet?cabinet?!!cabinet?mmcabinet?I$I$ cabinetJ cabinet*~cabinet?=>}cabinet?QQ|cabinet ?W5sW5s{ cabinetz cabinety cabinetxcabinet?Ɓhhwcabinet?jkv cabinetucabinet?//tcabinet?hhs cabinetrcabinet?I$I%qcabinet?mmp cabinetocabinet?mmncabinet?KKmcabinet?ĿKKlcabinet?QQkcabinet?--jcabinet?\\icabinet?I$I$h cabinetgcabinet?ՠZZfcabinet?I$I$ecabinet?mmdcabinetK?;;ccabinetJ?NObcabinet*?acabinet)?=>`cabinet?ZZ_cabinet?~~^ cabinet]cabinet?mm\cabinet?I$I$[cabinet? @ AZcabinet?//Y cabinetXcabinet?ڹWcabinet?--Vcabinet?pqU cabinetT cabinetS cabinetRcabinet?hhQcabinet?~~Pcabinet?5sW5sWOcabinet?ݶmnNcabinet?֮jjMcabinet?xyLcabinet?Kcabinet?mmJcabinet?I$I$I cabinetHcabinetL?QQGcabinetK?jjF cabinet)E cabinetDcabinet?jjCcabinet?QQB cabinetA cabinet@cabinet?==?cabinet?~~>cabinet?\\=cabinet?;;<cabinet?bv'bv';cabinet?£*2*3:cabinet?eFTeFT9cabinet?Ǽ{Ǽ|8cabinet?/07cabinet?vhh6 cabinet5 cabinet4cabinet?{p3cabinet?6g`2cabinet?:A1cabinet?10cabinet?ع)a}/cabinet?{p.cabinet? BP-cabinet?7h S,cabinet?K +cabinet?9'd*cabinet?-e)cabinet?Ii4(cabinet?!o'cabinetN?VHEp&cabinetM?333333%cabinetL?.Y$ cabinet)# cabinet"cabinet?g̀Y}!cabinet?1  cabinetcabinet?6g`cabinet?ѵZcabinet? cabinet?žacabinet}}?mm`cabinet}|?_cabinet}{?mm^cabinet}[?xy]cabinet}X?W5sW5s\cabinet}O?_`[ cabinet}(Z cabinet}Y cabinet}X cabinet}Wcabinet}?ɫVcabinet}?xyUcabinet}?5sW5sWTcabinet}?QQScabinet}?;;Rcabinet}?pqQ cabinet|Pcabinet|{?!oOcabinet|z?U.YN cabinet|[M cabinet|(L cabinet|K cabinet|J cabinet|I cabinet|Hcabinet|?{pGcabinet|?#F cabinet{Ecabinet{z?'bv'bvDcabinet{y?v'bv'bC cabinet{[B cabinet{(A cabinet{@cabinet{?'bv'bv?cabinet{?NN>cabinet{?!"=cabinet{?xy< cabinet{;cabinet{?mm:cabinet{?I$I$9cabinetz?Ǐxx8cabinetz?!!7cabinetzy?TeFTeF6cabinetzx?ZZ5cabinetzw?hh4cabinetzv?KL3cabinetz[?*2*22cabinetzZ?pq1cabinetzY?I$I$0cabinetz(?;;/cabinetz?;;.cabinetz?$I$I-cabinetz?mm, cabinetz+ cabinetz* cabinetz)cabinetz?v'bv'b(cabinetz?NO' cabinety&cabinetyv?QQ%cabinetyu?--$cabinetyt?QQ#cabinetys?!!"cabinetyh?QQ! cabinetyZ cabinetyP? cabinety cabinetycabinety?xycabinety?\\ cabinetycabinety? @ Acabinety?ޗ~ cabinetxcabinetxs?:Acabinetxr? cabinetwPcabinetw,?cabinetw+?~cabinetw?;;}cabinetw?\]| cabinetw{ cabinetvz cabinetvycabinetv?xxxcabinetvp?eFTeFTwcabinetvo?TeFTeFvcabinetvj?hhucabinetvg?//tcabinetva?㚹scabinetv\?ʌʌrcabinetvQ?C8C8qcabinetvP?xxp cabinetv+ocabinetv?ZZncabinetv?ԿKKm cabinetul cabinetukcabinetuo?!!jcabinetun?icabinetuj?Ǐxxhcabinetuf?!!g cabinetu\fcabinetuS?KLecabinetuR?ɫdcabinetuQ?Ɓhhc cabinetu+bcabinetu?*2*3acabinetu?ڹ`cabinett?%,/rS_cabinett?6k^cabinett?~w]cabinett? CTݢ\ cabinettn[cabinettf??Zcabinette? Ycabinett]?q6gXcabinett\?LsOWcabinettW?~?VcabinettS?Ucabinett+?7h STcabinett?w+Scabinett?7h SRcabinett?ʲ%߼Q cabinetsP cabinetsO cabinetsnNcabinetsi?Mcabinetse?C8C8L cabinets_Kcabinets]J cabinetsWI cabinetsH cabinetsG cabinetrF cabinetrEcabinetr?Ǽ{Ǽ|Dcabinetr?ǏxxCcabinetrn?ǏxxBcabinetrl?QQAcabinetri?'bv'bv@cabinetrd?NN?cabinetr`?٫>cabinetr_?*2*2=cabinetrW?//<cabinetrT?ZZ;cabinetr.?:cabinetr?؝؝9cabinetr?--8 cabinetr7 cabinetq6cabinetq?'bv'bv5cabinetq?v'bv'b4cabinetql?__3cabinetqk?--2cabinetqd?1cabinetqc?C8C80 cabinetq`/cabinetqV?I$I$.cabinetqT?mm-cabinetq.?QR,cabinetq-?\\+cabinetq?xx*cabinetq?C8C8)cabinetp?VHEp(cabinetp?Aî' cabinetp& cabinetpk% cabinetpc$ cabinetp`# cabinetpV" cabinetp-!cabinetp?׫z cabinetp?N=cabinetp?ԃۇ]H> cabineto cabineto cabinetokcabinetoc?ȝ؝cabinetob?؝؝ cabineto`cabinetoV?hhcabinetoU?// cabineto-cabineto?;;cabineto?bv'bv'cabinetn?W5sW5s cabinetncabinetn?!!cabinetnk?2*2*cabinetnb?TeFTeFcabinetn`?W5sW5s cabinetn^?QQ  cabinetnU cabinetn-?QQ  cabinetn cabinetm?ӱ;; cabinetm cabinetm cabinetm^cabinetmU?!!cabinetm?C8C8cabinetl?hhcabinetl?//cabinetl^?*2*2  fK8 ~~~~~~p~V~<~!~}}}}}}|}a}F}+}|||||||k|P|=|*|{{{{{{}{b{O{<{!{zzzzzztzYzFz+zyyyyyyysy`yMy:yyxxxxx}xbxGx,xwwwwwwwmwZwGw,wvvvvvvvlvQv>v#vuuuuuunuSu@u-utttttt{t`tEt*tssssssmsZsGs,srrrrrrrlrQr>r#rqqqqqqqmq[qAq&q ppppppqpVp;p p oooooosoXo=o"onnnnnnunZn?n$n mmmmmmmpm]mBm'm lllllljlOl4llkkkkkktkakFk3kjjjjjjjnjTjAj&jjiiiiiiniSi8i%ihhhhhhhmhRh?h$h ggggggghgMg:gg ffffffzfgfLf1ff eeeeeeeneSe8ee ddddddddmdRd7ddccccccwcdcIc.ccbbbbbbnbTb:b baaaaaagaLa1aa``````q`V`;` ` ______s_X_E_2_^^^^^^^m^S^8^^]]]]]]x]e]R]7]]\\\\\\\d\I\.\\[[[[[[q[V[;[ [ZZZZZZ{ZhZUZ:Z'Z YYYYYYYYdYRY8YYXXXXXXiXNX3XXWWWWWW{WhWMW2WVVVVVVuVZV?V$V UUUUUUzU_UDU1UUTTTTTTTnTST@T-TSSSSSSSmSRS9S'S RRRRRRRoRTR9RR QQQQQQqQ^QCQ(QPPPPPPPpP]PCP)POOOOOOOjOOO4ONNNNNNNtNaNNN;N(NMMMMMMsMXM>M,MMLLLLLLgLLL9LL KKKKKKKnK[K@K%KJJJJJJJfJLJ:J(JIIIIII}IbIOI4IIHHHHHHtHYH>H+HGGGGGGGmG[GAG'GFFFFFFFqFVF;F F EEEEEEkEPE5E"EDDDDDDeDJD7DD CCCCCCCzCgCLC9CCBBBBBBqB^BCB(B AAAAAA{AhANA4AA@@@@@@s@X@=@"@??????u?b?G?,?>>>>>>>l>Q>6>>=====y=^=L=2==<<<<<<:,:999999q9^9K909988888{8`8M8:8'87777777o7T7977 6666666i6N6;6 6555555{5`5E5255 444444z4_4D4)4333333}3c3I3.3222222y2^2C2(2 1111111h1M1:110000000o0\0A0&00//////r/W/.#.------n-[-@---,,,,,,x,],B,',,++++++|+i+N+;+ +******s*X*E***))))))})j)W)D)1)(((((((j(X(F(,(''''''z'_'D'1'&&&&&&|&a&F&+&%%%%%%v%[%@%%% $$$$$$$m$R$7$$ #######u#b#G#,#"""""""d"I".""!!!!!!v!c!P!=!"! w e S 9  z_D)lQ6#v[H5{aG4q^C( xeR?$ x^L:'o\I.sX="|jW<)tYF3 {hM:z`N4gL1iN;(sX="uZ?$q^K0 x e R 7 $ w d I .  s Y ? % e J /   Ecabinet?D cabinetCcabinet?=>Bcabinet?QQAcabinet3?~~@cabinet-?'bv'bv? cabinet)> cabinet=cabinet?jk< cabinet;cabinet?==:cabinet?9cabinet?//8cabinet?ӱ;;7cabinetj?$I$I6cabinet^?ʹ5cabinetM?4 cabinet93cabinet'?2cabinet%?I$I$1 cabinet0cabinet~?:A/cabinetT?6g`. cabinet@-cabinet??,cabinet?VHEp+ cabinetk* cabineti)cabinetE? ( cabinetB'cabinet)?HEo&cabinet?Aî%cabinet?nu $cabinet?7h S# cabinet"cabinet?K ! cabinetf  cabinetc cabinet&cabinet?YVcabinet?Rncabinet?䰾K  cabinet cabinetcabinet-?{p cabinet)cabinet"?el cabinet cabinetcabinet?G+|$cabinet?R cabinetQcabinet?؝؝P cabinetOcabinet?KKN cabinetM cabinetwL cabinetZKcabinetN?*2*3Jcabinet6?ցhhIcabinet(?ȝ؝Hcabinet%?ڹGcabinet"?$I$IFcabinet?Ecabinet?ZZD cabinetC cabinetBcabinet?{Ǽ{ǼA cabinet@ cabinetz? cabinety> cabinet'= cabinet[< cabinet?;cabinet?--:cabinetu?pp9 cabinetc8 cabinetK7cabinet?sW5sW56cabinet?QQ5cabinet?@ @ 4 cabinet3cabinet?\]2 cabinet1cabinet?~0 cabinet/ cabinet8. cabinet- cabinet, cabinet+cabinetw?5sW5sW* cabinetZ) cabinetN(cabinet9?__'cabinet6? @ @&cabinet(?--% cabinet$ cabinet# cabinet"cabinet?__! cabinet  cabinet cabinetz cabinetycabinetm cabinetlcabinet?mmkcabinet?ZZjcabinet?--i cabinethcabinet?ZZgcabinet?fcabinet@?ecabinet8?hhdcabinet?Ǽ{Ǽ|ccabinet?$I$Ibcabinet?xyacabinet?@ @ `cabinetZ?C8C8_cabinetN?2*2*^cabinet9?jk]cabinet?KL\ cabinet[ cabinetZcabinet?_`Y cabinetXcabinet?!!Wcabinet?KLVcabinet?Ucabinett?!!TcabinetW?jkS cabinetSR cabinetFQcabinet"?__P cabinetOcabinetX?Ǽ{Ǽ|NcabinetW?!!M cabinetLcabinetc?~~Kcabinet3?ӱ;;Jcabinet?;;I cabinetH cabinetG cabinetF cabinetE cabinetDcabinet?I$I%Ccabinet?=>Bcabinet?A cabinet@ cabinet?cabinet?sW5sW5>cabinetz?;;=cabinetW?<cabinetO?Ǐxx;cabinet?'bv'bv: cabinet9cabinet? @ @8 cabinet7cabinet?ZZ6cabinet?~~5cabinet?eFTeFT4cabinet?--3cabinet?pq2 cabinet1 cabinett0cabinetW?QQ/cabinetT?ѕQR. cabinetS- cabinetF,cabinet6?蝉؝+cabinet"* cabinet)cabinet?KL(cabinet|?hh'cabinetW?ZZ&cabinet?//%cabinet?mm$ cabinet# cabinet" cabinet!cabinet?;;  cabinetcabinet?xycabinet?ZZcabinet?==cabinet?~~cabinet^?mmcabinet3?==cabinet?ñ;;cabinet?!"cabinet?mmcabinet?KK cabinetcabinet?д @ Acabinet?ߥ_`cabinet?jjcabinet?;;cabinet?NNcabinet{?~~ cabinetW cabinetO?-- cabinetH?hh cabinet?fhh  cabinet cabinet?!!cabinet?ӄ8C8Dcabinet?$I$I cabinetcabinet?==cabinet?ԿKKcabinett?ʌʌcabinetS?I$I$cabinetQ?'bv'bvcabinetH?ʌʌ cabinetF~ cabinet}cabinet?C8C8| cabinet{cabineta?֞tmiz cabinetycabinet?VHEpxcabinet?"]ʲwcabinet?žcabinet?__= cabinet<cabinet?; cabinet:cabinet?9cabinet{?5sW5sW8cabinet^?@ @ 7cabinet?//6cabinet?mm5cabinet?--4cabinet?mm3 cabinet2cabinet?Їpq1 cabinetH0cabinet?݉؝؞/cabinet?mn.cabinet?{Ǽ{Ǽ- cabinet, cabineta+cabinetQ?\\*cabinet8?ՠZZ) cabinet( cabinet'cabinet?FTeFTe&cabinet?% cabinet$ cabinet# cabinet^" cabinetN!cabinetK?Ǽ{Ǽ| cabinetI? cabinet3cabinet?=>cabinet?깫cabinet?QQcabinet?mm cabinet cabinet cabinet^cabinetQ?=>cabinetP?*2*2cabinet?TeFTeFcabinet?//cabinet?cabinet?QQcabinet?cabinet?髚cabinet?2*2* cabinet cabinet?5sW5sW cabinet?C8C8 cabinet? cabinetH?-- cabinet?KK cabinetcabinet?FTeFTecabinet?~~cabinet?'bv'bvcabinet?=>cabineta?5sW5sW cabinetQcabinetP?׏xxcabinetO?ƁhhcabinetD?pp~cabinet?xx} cabinet|cabinet?QQ{ cabinetzcabinet?ӄ8C8Dycabineta?QQx cabinet^w cabinetNv cabinetIucabinet3?tcabinet?==scabinet?8C8Cr cabinetqcabinet?KKpcabinet?o cabinet^n cabinetQmcabinetD?I$I$lcabinet;?C8C8k cabinetjcabinet? @ @icabinet?⌨ʌhcabinet?ߥ_`gcabinet?sW5sW5f cabinete cabinetdcabinet2?_`c cabinetb cabinetacabinet?ԃۇ]H>`cabinet+? )_cabinet??^cabinet?6g`] cabinetQ\cabinetP?N=[ cabinetOZcabinetJ?u RY cabinetDXcabinet0?~wW cabinetV cabinetU cabinetT cabinetaScabinet^?"RcabinetN?zQcabinetI?:AïPcabinet? (Ocabinet?ع)a}Ncabinet?q6gMcabinet?F#L cabinet^KcabinetQ?kOA:7J cabinet;I cabinetHcabinet? Gcabinet?kOA:Fcabinet?u REcabinet?-eDcabinet?sCcabinet;?b䥅.Bcabinet8?:AA cabinet2@cabinet?ع)a}? cabinet>cabinet?ШT* =cabinet?؝؝<cabinet+?!!; cabinet: cabinetQ9 cabinetO8cabinetL?뚹7cabinetD?QQ6 cabinet05 cabinet4cabinet?ܨʌʍ3 cabinet2cabinet?==1cabinet?\]0 cabinet/ cabineta.cabinet?\\- cabinet,cabinet?TeFTeF+cabinetm?__*cabinet^?Ɓhh) cabinet;(cabinet?' cabinet& cabinet% cabinet$cabinet?=>#cabinetO?'bv'bv" cabinet;! cabinet8 cabinet2?8C8Ccabinet?؝؞ cabinetcabinet:?=>cabinet?W5sW5scabinet?mmcabinet?~~cabinetg?׼{Ǽ{cabinet[? @ @cabinetQ?__cabinetO?؝؝cabinetL?!"cabinet0?--cabinet?~~ cabinet cabinet cabinetcabinet?pqcabinet?~~ cabineta?!! cabinet_?ĿKK cabinet?{Ǽ{Ǽ cabinet?  cabinetcabinet?W5sW5scabinet?eFTeFT cabinetmcabinet=?TeFTeF cabinet;cabinet'?~~cabinet?--cabinet?!!cabinet?\\cabinet?;;~cabinet?}cabinete?--|cabineta?\\{ cabinetOzcabinet;?y cabinet8xcabinet?@ @ wcabinet?QQvcabinet?ucabinet?\]t cabinets cabinetgrcabinet_?QQqcabinet[?\\pcabinet6?QQo cabinetncabinet?I$I%mcabinet?lcabinet_?{Ǽ{kcabinetA?jjj cabineti cabinethcabinet?QRgcabinet?ppfcabinet?ң*2*3ecabinet?Їpqd cabinetmccabinet@?bcabinet;?髚a cabinet'`cabinet#?mm_ cabinet^ cabinet] cabinete\ cabineta[ cabinetOZcabinet8?ʹY cabinetXcabinet?W cabinetVcabinetg?q6gU cabinet_Tcabinet6?M&IScabinet?{pRcabinet?԰K Qcabinet?OPcabinet?w+Ocabinet?u RNcabinetj?"McabinetJ?L cabinetAKcabinet9?^WJcabinet?7h SIcabinet??Hcabinet??Gcabinet?۴@DFcabinet?6g`Ecabinet?Dcabinet?–ع)aC cabinetmBcabinetf? AcabinetY?_b䥅@cabinetX?`q6?cabinet@?΂tmi'> cabinet'=cabinet#??< cabinet;cabinet?`q6: cabinet9cabineto?dLsP8 cabinete7cabineta?!n6cabinetY?{p5 cabinetO4cabinet?ع)a}3cabinet?l[-2cabinet?~~1 cabinet0 cabinet_/cabinetX?;;. cabinet-cabinet ?__, cabinet+cabinet?*cabinet?ZZ)cabinet?__(cabinetT?' cabinetJ& cabinetA%cabinet?'bv'bv$cabinetm? @ @# cabinetf"cabinetb?//!cabinetY?{Ǽ{Ǽ  cabinetXcabinetA?cabinet'?xycabinet?=>cabinet?2*2* cabinetcabinet?ۚcabinets?͉؝؞ cabineto cabinete cabinetYcabinetO?--cabinet?hh cabinetcabinet?٫cabinet?*2*2 cabinet_cabinet?mmcabinet?I$I$  cabinet  cabinet?ݶmn cabinet?\\  cabinet  cabinet cabinet cabinetT cabinetJcabinetA?cabinet1?W5sW5scabinet$?=> cabinetfcabinetb?TeFTeF cabinetXcabinetA?ޗ~~cabinet? @ A}cabinet?pp|cabinet?$I$I{cabinet?bv'bv'z cabinetycabinets?ݶmnxcabinetq?5sW5sWw cabinetov cabineteucabinetY?؝؝tcabinet?;;scabinet?hhrcabinet?qcabinet?__pcabinet_?ocabinet5?$I$Incabinet?;;m cabinetl cabinet k cabinetj cabineti cabinethcabinet?8C8CgcabinetZ?f cabinetTe cabinetJd cabinet1ccabinet*?//bcabinet$?ZZacabinet?QQ`cabinetf?ȝ؝_cabinetX?QQ^cabinet?=>] cabinet\cabinet?mm[ cabinetZ cabinetYcabinet?؝؝Xcabinet?==Wcabineto?Vcabinete?\]Ucabinet,?5sW5sWT cabinetScabinet9?q6gRcabinet5?%,0Qcabinet?AîP cabinetO cabinet N cabinetMcabinet?6g`L cabinetKcabinet?Jcabinetz??I cabinetZHcabinetT?1?GcabinetJ?EoWFcabinet5? E cabinet1Dcabinet*?!oCcabinet?枂tmiB cabinetAcabinet?ޯW@cabinet?Ii4?cabineta?u R>cabinetS?g̀Y}= cabinet< cabinet;cabinet? a:cabinet?ʲ%߽9 cabinet8 cabinet7cabinet?(6 cabinet,5 cabinet?.Y4cabinet?__3cabinet?@ @ 2 cabinet91cabinet?==0cabinet ?~~/ cabinet. cabinet-cabinet?xx,cabinetz?+ cabinetZ* cabinet1)cabinet)?NN(cabinet?hh' cabinet& cabinet%cabinet?Їpq$ cabinet# cabinet" cabineta!cabinet]?  cabinetS cabinetcabinet?؝؝cabinet?{Ǽ{ cabinetcabinetC? cabinet,cabinet?pqcabinet ?//cabinet?ppcabinet?cabinet9?mmcabinet?QRcabinet?Їpqcabinet?{Ǽ{cabinet?£*2*3cabinet?hhcabinet?xxcabinet?NN cabinet?I$I% cabinetZ? cabinetM? cabinet1?hh  cabinet)cabinet?I$I% cabinet cabinet cabinetcabinet?mmcabinet?W5sW5s cabinetcabineta?;;cabinet]?KKcabinetS?*2*2~cabinetF?\\}cabinet7?;;| cabinet{cabinet?NNzcabinet?8C8Dycabinet?QQxcabinet?٫wcabinetC?~~vcabinet,?؝u cabinettcabinet ?Ǐxxs cabinetrcabinetY?mmq cabinetp cabineto cabinetn cabinetm cabinetlcabinet?W5sW5sk cabinetjcabinete?2*2*i cabinetMh cabinet)gcabinet?f cabinetecabinet?xyd cabinetc cabinetbcabinet?!!acabinet?I$I$`cabinetF?5sW5sW_cabinet7?ۚ^cabinet?!!]cabinet?TeFTeF\ cabinet[cabinet#?!!Zcabinet?2*2*Y cabinetXcabinet??Wcabinet?6g`V cabinetYUcabinetI?dKyVTcabinet@?.YScabinet2??R cabinetQcabinet?ʦ!oPcabinet?g̀Y}O cabinetN cabinetM cabinetLcabinet?7h SKcabinet?pJcabinetn?!nI cabineteH cabinetMG cabinet)F cabinetE cabinetDcabinet? )Ccabinet?ݢ5M Bcabinet?*ȗ~Acabinet?{p@cabinetL?[-e?cabinet?Ii4>cabinet??VDd= cabinet#< cabinet;cabinet?7cabinetY?==6cabinetS?Ǽ{Ǽ|5 cabinetI4 cabinet@3cabinet2?//2cabinet?I$I$1cabinet?mm0cabinet?pp/ cabinet.cabinet?-cabinet?, cabinet+cabinet?*cabineto?TeFTeF)cabinetn?pq(cabinetk?ӄ8C8D' cabinete& cabinetM%cabinet)?pq$cabinet?#cabinet?//"cabinet?! cabinet cabinet[?cabinetL?I$I$cabinetK?KLcabinet ?mmcabinet?~~cabinetb?--cabinet??ZZcabinet>?QQcabinet5?;;cabinet0?cabinet#?!!cabinet?ʹcabinet?'bv'bv cabinetcabinetz?==cabinetI?NN cabinet@cabinet*?cabinet?pp  cabinet cabinet?QR cabinet?݉؝؞  cabinet cabinet?I$I$ cabinet cabinetocabinetk?;; cabinetecabinetV?cabinetM?v'bv'bcabinet?8C8Ccabinet?ʌʍcabinet?؝؞ cabinet~cabinet[?8C8D} cabinetK| cabinet { cabinetz cabinetby cabinet>x cabinet0w cabinetvcabinetp?mmucabinetR?NNtcabinet?ĿKKscabinet?QQrcabinet?==q cabinet@p cabinet*ocabinet?ѕQRn cabinetm cabinetl cabinetk cabinetjcabinet?{Ǽ{Ǽicabinets?5sW5sWh cabinetogcabinete?__fcabinetV?=>ecabinet?5sW5sWd cabinetc cabinetbcabinetl?a cabinetK`cabinet ?QQ_ cabinet^cabinet?]cabinet? @ @\cabinetb?ӄ8C8D[cabinet>?pqZcabinet=?==Y cabinet0X cabinetW cabinetVcabinet? 8ϛUcabinete?U.YT cabinet@Scabinet*?۴@DRcabinet?`Qcabinet ?b1Pcabinet?VHEpOcabinet?!oN cabinetM cabinetL cabinetK cabinetsJ cabinetoIcabinetg?dKyVEHcabinet?G+|$Gcabinet?(Fcabinet? cabinet=cabinetr?Aî< cabinet=;cabinet3? ):cabinet0?!n9 cabinet8cabinet;?--7cabinet?;;6cabinet?C8C85cabinetp?_`4 cabinete3cabinet@?깫2 cabinet1 cabinet 0cabinet?C8C8/ cabinet.cabinet?==-cabinet?bv'bv',cabinet{?NO+ cabinets*cabineto?;;)cabinet(?(cabinet ?QQ'cabinet ?jj&cabinet?KK%cabinet?$I$I$cabinett? @ @#cabinetl?ʌʌ"cabinet_?~~!cabinetK?\] cabinet?mmcabinet? cabinetcabinet?;; cabinetcabinetr?݉؝؞cabineti?;; cabinet= cabinet3 cabinetcabinet?hhcabinet?NOcabinet?cabinetw?{Ǽ{Ǽcabinetp?hh cabinetecabinet\? @ @ cabinetcabinet?'bv'bv cabinet ?!" cabinet?5sW5sW cabinet?jj cabinet?QQ cabinet?--cabinet?KK cabinet{cabinets?؝؞cabinetR?؝؞cabinet(?\\cabinet ?ZZ cabinet cabinet?Η~cabinet?'bv'bvcabinet?pp~cabinet?hh} cabinet|cabinet|?ڌʌ{cabinet?/0zcabinet?KKycabinet?⹫xcabinet?*2*3wcabinet?W5sW5svcabinetp?~~u cabinetit cabinet=s cabinet3r cabinetq cabinetpcabinet?W5sW5socabinetw?*2*2ncabinete?!!mcabinet\?hhlcabinet?~~k cabinetjcabinet?;;i cabineth cabinetg cabinet{fcabinety?ZZecabinetw?dcabinetu?ʹccabinetr?mmbcabinetO?ܨʌʍacabinet ?$I$I` cabinet_ cabinet^cabinet?ñ;;]cabinet?xx\cabinet?5sW5sW[cabinet|?sW5sW5Zcabinetu?٫YcabinetG?Xcabinet?==Wcabinet?C8C8Vcabinet?xyUcabinet?pqTcabinet?؝؝Scabinet?~~Rcabinet?*2*3Qcabinet?QQP cabinetiOcabinet=?=>Ncabinet3?;;M cabinetL cabinetKcabinet?:AJcabinet? (Icabinet ?dKyVHcabinet?~?Gcabinet?F cabinetEcabinet?ž cabinet=cabinet?< cabinet;cabinet? BP:cabinetx?U.9cabinetu?{p8cabinetn?~?7 cabinetG6 cabinet5 cabinet4 cabinet3cabinet?7h S2 cabinet1cabinet?0cabineti?8/cabinet?jk.cabinet?eFTeFT-cabinet8?ѕQR,cabinet?eFTeFT+cabinet?//*cabinet?xx)cabinet?mm(cabinet?=>'cabinet?ʹ&cabineto?\\%cabinet.?~$cabinet?!"# cabinet " cabinet! cabinet cabinet?QRcabinet?д @ A cabinet cabinetcabinet{?hh cabinetrcabinet!?؝؞ cabinetcabinet?£*2*3 cabinetcabinet?W5sW5scabinetx?ݶmn cabinetn cabinetGcabinet?{Ǽ{Ǽcabinet?'bv'bvcabinet?FTeFTecabinet?$I$Icabinet?@ @   cabinet  cabinet cabinet?\\ cabinet?QR cabinet?cabinet? cabineto cabinet.cabinet?~~cabinet?{Ǽ{Ǽ cabinet  cabinetcabinet?==cabinet?\\ cabinet~cabinet?QQ} cabinet|cabinet?ڹ{cabinetr?*2*3zcabinet6?؝y cabinet!xcabinet?KKwcabinet?ZZvcabinet?$I$Iucabinet?؝tcabinet?ݶmnscabinet?ӄ8C8Dr cabinetnq cabinetGp cabinetocabinet?NOncabinet?݉؝؞mcabinetZ?--lcabinetB?NNkcabinet?~~jcabinet?hhi cabinethcabinet?==gcabinet?C8C8fcabineto?--e cabinet.dcabinet?~~c cabinet bcabinet?==acabinet?ӄ8C8D`cabinet?mm_cabinet?^ cabinet]cabinet?\cabinet?  vcH-~~~~~~~u~b~O~4~"~}}}}}}|}i}N}3} }||||||k|P|=|*|{{{{{{}{b{G{,{zzzzzzzlzYzFz+zyyyyyyny\yJy8yyxxxxxxkxXx=x"xwwwwww}wbwOw4wvvvvvvv|vavFv3v vuuuuu~ucuHu5uttttttxt]tBt't ssssssslsQs6ssrrrrrrnr[rHr5rqqqqqqqmqRq7q$qppppppwp\pIp6p#poooooookoPo5o"onnnnnnlnYnFn+nmmmmmmvm[mHm-mlllllllmlRl7ll kkkkkkwk\kAk&k jjjjjjyj^jCj0jj iiiiiixi]iBi(ihhhhhhhehJh/hhggggggogTg9ggffffffqfVfCf(ffeeeeeepe]eBe'edddddddgdLd9d&dcccccccuc[cHc-cbbbbbbxb]bBb/baaaaaaawa\aAa.aa``````v`[`H`-``_______j_O_4__^^^^^^s^Y^G^5^^]]]]]]n][]@]%] \\\\\\h\M\2\\[[[[[[r[W[<[)[ZZZZZZZyZ^ZCZ(Z YYYYYYkYPY5YXXXXXXXXyXgXMX:X'XWWWWWWWwW\WAW&WWVVVVVVfVSV8VVUUUUUUpUUUBU'U TTTTTTzT_TET+TTSSSSSSSiSWSC+CBBBBBBBsB`BEB2BBAAAAAAzA_ADA)A@@@@@@u@c@I@7@%@ ??????z?g?T?A?&??>>>>>>v>[>@>%>======x=e=J=/=<<<<<#~cH-x]B(fS8% }bO4tY>#nS8% x]B/~cP=*}bG,lQ>+kXE*jO4!v[@%mZG,|iN;  k P 5  x ] B ' r W < !  z g L 1  1 cabinetj0 cabinetV/ cabinetN. cabinet%-cabinet$?N=,cabinet?ԃۇ]H>+ cabinet* cabinetY) cabinet'(cabinet?Zz ѵ' cabinet& cabinet% cabinet $ cabinetl#cabinet4?ZZ"cabinet3?KK!cabinet!?KK cabinet ?hhcabinet?~cabinet?hh cabinetcabinet?~~cabinet?!!cabinet?QRcabinet?~~cabinet?==cabinet?QRcabinet?_`cabinet?QQcabinet?Ǐxxcabinet?ϥ_`cabinet?ՠZZcabinet?__cabinet?ZZcabinet?\\cabinet? cabinet?~~ cabinet?ʌʌ cabinet?pp cabinet?{Ǽ{ cabinet?!!cabinet?hhcabinet?Їpq cabinetscabinetr?!! cabinetjcabinetZ?-- cabinetV cabinetNcabinet7? @ @ cabinet%~ cabinet$}cabinet#?| cabinet{cabinet?\\z cabinetycabinetd?FTeFTex cabinetYw cabinet'v cabinetucabinet?tcabinet?//s cabinetr cabinetqcabinet?==pcabinet??髚o cabinet ncabinet?hhmcabinet?뚹lcabinet?Ǐxxkcabinet?8C8Cj cabinetlicabinetG?hhhcabinet`?g cabinet4fcabinet!?ޗ~ecabinet? @ Ad cabinetccabinet?!"bcabinet?C8C8acabinet?깫` cabinet_ cabinet^cabinets?pq]cabinetr?eFTeFT\cabinetj?I$I%[ cabinetZZcabinetV?!!YcabinetN?//X cabinet7W cabinet%Vcabinet$?mmU cabinet#Tcabinet?\]Scabinet?ZZRcabinet?᫚Qcabinet?{Ǽ{ǼP cabinetO cabinetdN cabinetYM cabinet'Lcabinet?==Kcabinet?NNJ cabinetIcabinet?v'bv'bHcabinet?__Gcabinet?F cabinetE cabinetDcabinet?ܨʌʍCcabinet?ޗ~Bcabinet?Acabinetv?;;@cabinet???cabinet2?==>cabinet!?QQ=cabinet?==<cabinet ?pq; cabinet : cabinet9 cabinet8 cabinet7 cabinet6cabinet?ZZ5cabinet?KK4cabinetw?mm3cabinetl?//2 cabinetG1cabinetE?£*2*30cabinet`?݉؝؞/cabineto?KK. cabinet4-cabinet?KK,cabinet?ZZ+cabinet?--*cabinet?hh) cabinet(cabinet?;;'cabinetZ?5sW5sW& cabinet7%cabinet%?ۚ$ cabinet##cabinet?Їpq"cabinet?!!!cabinet?髚 cabinet?;;cabinet?؝؝cabinet?__ cabinetdcabinetY?NNcabinetW?KKcabinetE?ppcabinet.?\\cabinet'?QQcabinet?// cabinetcabinet?jjcabinet?;; cabinetcabinet?Ɓhh cabinetcabinet?QQcabinet?2*2* cabinet cabinetv?ң*2*3  cabinet2  cabinet!  cabinet  cabinet  cabinet cabinet?;; cabinetcabinet?== cabinetcabinet?2*2* cabinetcabinet?cabinet?bv'bv' cabinetw~cabinetU?__}cabinetP?\]|cabinetG?{Ǽ{{ cabinetEzcabinet*?ñ;;ycabinet ?؝؝xcabineto?ѵZwcabinetm?姠Zzvcabinetl?ع)a}u cabinet4tcabinet? (scabinet?:Arcabinet?VHEpqcabinet?u Rpcabinet`?DdLocabinet7?0dLsncabinet&? )mcabinet#?l cabinetkcabinet?M CTj cabineticabinet?ع)a}h cabinetgcabinetd?žcabinet4?\\= cabinet< cabinet;cabinetx?!!:cabinetv?9cabinetl?8cabinet`?QR7cabinetW?TeFTeF6cabinet'?\\5 cabinet&4cabinet?3cabinet?//2 cabinet1cabinet?{Ǽ{0cabinet?pp/cabinet?NN. cabinetb-cabinetX?hh,cabinetG?+cabinetE?* cabinetC)cabinet.?mm(cabinet?'cabinet?& cabinet%cabinet?!!$cabinet?!!# cabinet" cabinet! cabinet cabinet?QQcabinet?;;cabinetd? @ @ cabinetEcabineticabinet?͉؝؞hcabinet?Η~g cabinetf cabinete cabinetd cabinetccabinetd?=>bcabinetV?؝؝acabinetE?ZZ` cabinet<_cabinet8?\\^cabinet4?QQ] cabinet*\cabinet?ѕQR[ cabinetZcabinet ?ߥ_`Ycabinet?~~X cabinetWcabinet?Vcabinet?KLUcabinet?٫T cabinetS cabinetRcabinet|?ppQcabinetu? @ @P cabinetUOcabinetA?N cabinet.Mcabinet?Lcabinet?KLK cabinet Jcabineth?5sW5sWIcabinetf?QQH cabinet5G cabinetFcabinetx?{Ǽ{E cabinetlD cabinetWCcabinetR?sW5sW5BcabinetM?hhA cabinet&@cabinet"?__?cabinet?*2*3> cabinet=cabinet?ȝ؝<cabinet?__; cabinet:cabinetD? @ @9cabinet?? @ @8cabinet7?;;7 cabinet+6 cabinet#5cabinet?I$I%4cabinet?--3 cabinet2cabinet?1 cabinet0cabinet?__/cabinet?~~. cabinet- cabinetV,cabinetB?*2*3+cabinetcabinete?ĿKK=cabinetV?jk< cabinet5; cabinet.: cabinet,9cabinet?jk8 cabinet7cabinet?'bv'bv6 cabinet5cabinet?4 cabinet3 cabinet2 cabinet1cabinet?xy0cabinet?mm/cabinet?hh.cabinet?KK-cabinet?8C8D,cabinet|?*2*2+cabinetg?*cabinet@?ݶmn)cabinet7?TeFTeF( cabinet'cabinet?--&cabinetd?ĿKK%cabinetc?д @ A$cabinetb?==#cabinetQ?ʹ"cabinetM? @ @!cabinet6?_` cabinet?;;cabinet?v'bv'bcabinet? cabinetcabinety?ZZcabinetM?C8C8 cabinetHcabinet;?٫cabinet4?QQ cabinet,cabinet?==cabinet?!"cabinet?KKcabinet?\]cabinet?QQcabinet?--cabinet?//cabinet?xy cabinetF  cabinet? cabinet#?ʹ cabinet?ȝ؝ cabinet? cabinet?ݶmncabinet?!" cabinetcabinet?'bv'bvcabinet?//cabinet?$I$I cabinetcabinet}?_` cabinetecabinet`?__ cabinet5~cabinet.?*2*2} cabinet,| cabinet{cabinet?==z cabinety cabinetx cabinetw cabinetvcabinet?ucabinet?I$I$t cabinetscabinet?ZZrcabinet~?mmqcabinetk?؝؝p cabinet@o cabinet7ncabinet?@ @ m cabinetlcabinet?д @ Akcabinetr?mmj cabinetMicabinet?v'bv'bhcabinet?;;gcabinet?\\fcabinet?NOecabinet?*2*2dcabinetH?=>ccabinetF?ۚb cabinet;acabinet,?؝`cabinet?_ cabinet^cabinet?٫] cabinet\ cabinet[cabinetv?--Z cabinetFYcabinet??!!X cabinetW cabinetVcabinet?~~U cabinetT cabinetS cabinetRcabinet?NNQcabinet?==Pcabinete?ɫO cabinet`NcabinetM?QRM cabinet5Lcabinet0?Kcabinet,?ɫJcabinet?؝؝Icabinet?NNH cabinetG cabinetF cabinetEcabinet?QRD cabinetC cabinetB cabinetAcabinet?8C8C@ cabinet~? cabinetk> cabinet@= cabinet7< cabinet;cabinet?2*2*: cabinet9cabinetr?u R8cabineta?7h S7 cabinetM6cabinet?uԃۇ5cabinet ?ع)a}4cabinet?ڦ!o3 cabinetF2 cabinet;1 cabinet0cabinet?:A/ cabinet.cabinet?6k- cabinet,cabinet?O+ cabinet*cabinet?ШT* )cabinet?۴@D( cabinetv' cabinetF&cabinet ?԰K %cabinet?۴@D$cabinet?cabinet?\\=cabinet?؝< cabinet;cabinet}?--:cabinetv?9 cabinetm8cabinetF?eFTeFT7 cabinet6cabinet?=>5cabinet?ZZ4 cabinet3cabinet?\\2cabinet?mm1cabinet?xy0 cabinet/cabinet?!".cabinet?pp-cabinets?v'bv'b, cabinetr+cabinetU?Ǽ{Ǽ|* cabinet/)cabinet+?\\(cabinet?!"' cabinet &cabinet?C8C8%cabinet?xy$ cabinet# cabinet"cabinet?pq!cabinet?fhh  cabinet~cabinetk?mm cabinetd cabinet_cabinetL?;;cabinetI?I$I$cabinet/?~~ cabinet- cabinet& cabinet!cabinet?ꌨʌcabinet?eFTeFTcabinetK?--cabinetJ?ߥ_` cabinet cabinetcabinetn?٫cabinetF?\\cabinet-?hh cabinet?;; cabinet?NN  cabinet  cabinet?;; cabinet?FTeFTecabinet?// cabinet} cabinetmcabinetl?__cabinet=?cabinet2? @ @cabinet?؝؞cabinet?sW5sW5 cabinetcabinet?*2*3~cabinet?*2*3}cabinet?ڹ|cabinet?ZZ{ cabinetzcabinety?NOy cabinetsx cabinetrwcabinetU?--vcabinetC?//ucabinet/?髚t cabinet+s cabinetrcabinet?QQq cabinet p cabinetocabinet?==ncabinet?؝؝m cabinetl cabinetk cabinetjcabinet~?pqi cabinetdh cabinet_g cabinetIf cabinet/ecabinet-?__d cabinet&c cabinet!b cabinetacabinetJ?N=`cabinetI?1?_cabinetE?el^cabinet?q6g]cabinet?.Y\cabinet?ݢ5M [cabinet?333333Zcabinetq?c2:Ycabinetd?XcabinetC? 8ϛWcabinet>?l[-Vcabinet-?~wUcabinet+?Tcabinet ?c2:S cabinetR cabinet Q cabinetPcabinet?z^Ocabinet?ٙN cabinet}M cabinetmLcabinetl? BPK cabinet=Jcabinetcabinet~?=cabinets?U.<cabinetr? BP;cabinetC?|h:cabinet+?q6g9cabinet&? a8cabinet?.Y7cabinet?,>l6cabinet? BP5 cabinet 4cabinet?fq6g3 cabinet2cabinet?`1 cabinet0cabinet?~?/cabinet?b1.cabinet?`-cabinetf?шb1, cabinetd+ cabinet_*cabinet[?6k)cabinetJ?u R(cabinetI?'cabinet1?ȌF#&cabinet/?u R% cabinet&$cabinet!?.Y# cabinet"cabinet`?==!cabinetH?I$I$ cabinetE?sW5sW5cabinetD?ZZcabinet?mmcabinet?hh cabinetq cabinetd cabinetC cabinet+ cabinet cabinet cabinet?jj cabinetcabinet?hh cabinet cabinetcabinet? cabinet}cabinetp?jjcabinetm?TeFTeF cabinet\?QR  cabinet=  cabinet< cabinet?\\ cabinet?eFTeFT cabinet cabinet cabinet cabinetcabinet?//cabinet?__cabinet~?~cabinet>?~~ cabinet&cabinet?__~cabinet ?Ɓhh}cabinet?ޗ~|cabinet?!!{cabinet?Ɓhhzcabinet?ycabinet?xcabinet?w cabinetvcabinet?ppu cabinettcabinetm?QRscabinetd?pprcabinet_?ʌʌq cabinetJp cabinet1ocabinet&?QQn cabinetmcabinet?ң*2*3l cabinetDk cabinetj cabinetqicabinetd?--hcabinet^?!!gcabinetG?!!f cabinetCecabinet??dcabinet1?~~c cabinet+bcabinet!?mma cabinet`cabinet ?pp_cabinet ?^ cabinet]cabinet?~\cabinet?_`[cabinet?ZZZ cabinetYcabinet?I$I%X cabinetW cabinetV cabinetUcabinet}?ppT cabinetpScabinet=?hhR cabinet<Qcabinet4?jkPcabinet/?Ocabinet?==Ncabinet ?//M cabinetLcabinet?ݶmnKcabinet?QQJcabinet?׼{Ǽ{Icabinet?~Hcabinet?5sW5sWGcabinet?xyFcabinet? @ @E cabinet>Dcabinet&?hhC cabinetB cabinetAcabinet?@cabinet?pq?cabinet?-->cabinet?д @ A=cabinet?{Ǽ{Ǽ<cabinet?xx;cabinetm?ʹ: cabinetJ9 cabinet18cabinet?QQ7cabinet ?$I$I6cabinet?eFTeFT5cabinetD?؝4cabinetC?NO3cabinet?//2cabinet?hh1cabinet?eFTeFT0 cabinetq/cabinetf?. cabinet^- cabinetG, cabinetC+ cabinet?*cabinet+?ZZ)cabinet!?ZZ(cabinet? @ @' cabinet & cabinet%cabinet?pp$cabinet?=>#cabinet?NO"cabinet?ڌʌ!cabinet?\] cabinet?cabinet?5sW5sWcabinet?cabinet?~~ cabinetcabinet?NOcabinet?jk cabinet cabinetpcabinetS?*2*2cabinetP?\\cabinetL?jjcabinet?ZZ cabinetcabinet?;;cabinet?5sW5sWcabinet?Η~cabinet?ԿKKcabinet cabinetcabinetJ?Ǽ{Ǽ|~cabinetD?؝؝}cabinet1?ʌʌ|cabinet%?؝{cabinet ?!!zcabinet ?ycabinet ?x cabinetCwcabinet?ʲ%߽vcabinet?ނtmi'ucabinet?t cabinetscabinetq? rcabinetf?g̀Y}q cabinet^pcabinetG?7h So cabinet?n cabinet m cabinetl cabinetk cabinetjcabinet?ʲ%߼icabinet?T* hcabinet?VHEpgcabinet?Rnu!f cabinetecabinetp?6kdcabinet]??c cabinetSb cabinetLacabinet:?%,/rS`cabinet4? a_cabinet"?ᵧZ^cabinet?ӣkOA:7] cabinet \cabinet?[#[cabinet?~wZ cabinetYcabinet?fq6gXcabinet?ޯWW cabinetV cabinetqU cabinetjTcabinet\?`S cabinetRcabinet? 8ϛQ cabinetPcabinet?!nOcabinet?1Ncabinet?b䥅.Mcabinet?*ȗ~Lcabinet?N=Kcabinet?`J cabinetIcabinet?Zz ѵHcabinetD?U.YG cabinet%F cabinet Ecabinet ?.JX_bDcabinet?1?CcabinetC?\]BcabinetB?__AcabinetA?jj@cabinet?NN?cabinet?؝>cabinet?===cabinet^?hh<cabinet??=>;cabinet?C8C8:cabinet ?KK9cabinet?//8 cabinet7cabinet?--6cabinet?5cabinet?4cabinet?*2*33cabinet?QQ2cabinet?׼{Ǽ{1cabinet?ʹ0cabinet?؝؞/ cabinetS. cabinetL-cabinetH?QQ,cabinet:?ZZ+cabinet"?* cabinet) cabinet ( cabinet' cabinet&cabinet?%cabinet?KK$cabinet?'bv'bv#cabinet?ZZ" cabinet!cabinet?ӱ;;  cabinetq cabinetjcabinet\?ñ;;cabinet?~~cabinet?sW5sW5cabinet ? cabinetcabinet?ñ;;cabinet?!! cabinetcabinet?;;cabinet?ppcabinet?pp cabinetcabinet?hhcabinet?NNcabinetK?TeFTeFcabinet)?8C8C cabinet%  cabinet   cabinet cabinetD?-- cabinet]? cabinetA?I$I$cabinet@?mmcabinet?؝؝cabinet?ɫcabinetk?ZZcabineti?NO cabinet cabinetcabinet?;; cabinet cabinet~cabinet? @ @}cabinet?ߥ_`| cabinet{cabinetf?--zcabinetS?NNycabinetL?eFTeFTxcabinetH?hhwcabinet;?ĿKKvcabinet?!!ucabinet ?;;tcabinet?5sW5sWscabinet?ĿKKr cabinetq cabinetpcabinet?==o cabinetn cabinetmcabinet?pplcabinetq?8C8Dkcabinetj?5sW5sWjcabinet3?ZZicabinet)?QQh cabinetgcabinet?C8C8fcabinet?ñ;;e cabinetdcabinet?jkccabinet?/0b cabineta cabinet`cabinetj?eFTeFT_cabinet^?jk^cabinet9?mm]cabinet)?__\ cabinet%[cabinet ?I$I$Z cabinetYcabinetD?!!X cabinet@W cabinetV cabinetkU cabinetiTcabinetB?mnScabinet)?؝؝R cabinetQcabinet?!"Pcabinet?~~O cabinetNcabinet?֮jjMcabinet?==L cabinetK cabinetJ cabinetfIcabinetc?@ @ Hcabinet&?@ @ Gcabinet?NNF cabinet  ~~kX=*~~~~~~~~o~T~9~~}}}}}|}a}F}+}||||||~|d|I|.|{{{{{{{n{[{H{5{"{zzzzzzzzzgzTz9z&z yyyyyyyvy[y@y%yxxxxxxpxUx:xxwwwwwwjwOw4w!wvvvvvv|vavFv+vvuuuuuusu`uEu2uuttttttztgtTtAt&t ssssssisNs3srrrrrrvr[r@r%r qqqqqqhqMq2qqpppppprp_pLp9pp ooooooovocoHo5o"onnnnnnnrn_nDn)nmmmmmmtmYm>m#mllllllflKl8llkkkkkkkekRk?k$k jjjjjjjljYjFj+jiiiiiiikiXiEi2iihhhhh}hbhGh,hggggggogTg9ggfffff|fafFf3feeeeeee{e`eMe:eeddddddzdgdTd9d&ddccccccvc[cHc-cbbbbbbpbUb:bbaaaaa}abaGa,a``````o`T`A`.``______f_K_8_%_ ^^^^^^^^j^O^4^^]]]]]]]i]N];] ]\\\\\~\c\H\-\[[[[[[x[][B['[[ZZZZZZwZdZIZ6Z#ZYYYYYYYkYXYEY*YXXXXXXuXZX?X$X WWWWWWgWLW1WVVVVVVtVYV>V#VUUUUUU~UcUHU-UTTTTTTT}TbTOTP#POOOOOO~OkOXO=O*OONNNNNNNgNTN9NN MMMMMMM~McMHM-MLLLLLLpLUL:LLKKKKK}KbKGK,KJJJJJJJtJYJFJ+JJIIIIIIIpI]IJI7II HHHHHHHlHYHFH+HGGGGGGvG[G@G%G FFFFFFhFMF2FEEEEEEuEZE?E$E DDDDDDgDLD1DCCCCCCtCYC>C#CBBBBBBfBKB0BAAAAAAsAXA=A"A@@@@@t@^@H@*@???????b?D?&?>>>>>>d>F>0>>=====v=`=J=4==<<<<<<|<^<@<"< ;;;;;~;`;B;$;::::::r:\:F:0::99999~9`9J949888888z8d8F8(8 777777n7P7276666666b6L6.6555555t5V585"5 444444h4R4<4&4333333l3V3@3*3222222p2Z2D2&211111r1T161 1 000000n0X0B0$0///////t/^/@/"/......h.J.,.-------l-N-0-,,,,,,~,`,B,$,++++++j+L+.++*****t*V*8**))))))h)R)<)&)((((((|(^(@("('''''~'`'B',''&&&&&&l&N&0&&%%%%%v%`%J%4%$$$$$$j$L$.$######|#f#P#:#$#""""""j"L".""!!!!!!n!X!B!,!! r \ F 0 nP:hJ,dF( v`J4zdN8" jT>  fH*bL6|fP:$xZ<rT>(|^H2rT6  |fP:$z\>( nX:xZ<&vX: j T 6  l N 0   p R 4  z d N 0  ~i! parliamentah! parliamentZg! parliamentf!parliament?--e!parliament?~d! parliamentc!parliament?v'bv'bb!parliament?'bv'bva! parliament`! parliament_! parliament^! parliament]!parliament?=>\!parliament?8C8C[! parliamentZ!parliament?݉؝؞Y!parliament?;;X!parliament?__W!parliament?--V! parliamentU! parliamentT! parliamentpS!parliamentb?QQR!parliamenta?ʹQ! parliamentZP! parliamentO! parliamentN!parliament?hhM!parliament ?/0L!parliament?Ii4K!parliament?.YJ!parliament ?ع)aI! parliamentH!parliament?q6gG!parliament?0dLsF!parliament?! parliament=!parliament?<!parliament?;!parliamentp?ع)a}:!parliamento?O9! parliamentb8! parliamentZ7! parliament6! parliament5! parliament 4! parliament 3! parliament2! parliament1! parliament0!parliament?eFTeFT/!parliament?sW5sW5.! parliament-!parliament?2*2*,!parliament?ۚ+!parliament?!"*!parliament?{Ǽ{Ǽ)! parliament(!parliament?mm'!parliament?I$I$&! parliament%! parliamento$! parliamentb#! parliamentZ"!parliament?!!!!parliament?Ǐxx !parliament?!parliament?! parliament !parliament ?//!parliament ?hh!parliament?I$I$!parliament?mm! parliament! parliament! parliament! parliament! parliament! parliament! parliament! parliament! parliament! parliamento!parliamentc?髚!parliamentb?QQ !parliament[?I$I$ !parliamentZ?mm ! parliament ! parliament !parliamentA?!parliament ?! parliament ! parliament! parliament! parliament! parliament!parliament?/0!parliament?hh! parliament! parliament~! parliament}!parliament?jk|!parliament?2*2*{!parliament?z!parliament?y!parliamento?W5sW5sx!parliamentn?QQw! parliamentcv! parliament[u! parliamentt!parliament?!!s!parliament?xyr!parliamentA?hhq!parliamentT?/0p!parliament ?w;o!parliament ?،F#n! parliamentm!parliament?ݢ5Ml!parliament?.Yk!parliament?ѵZj!parliament?%,/rSi!parliament?{ph!parliament?#g! parliamentf!parliament?9'e!parliament? d! parliamentc! parliamentb! parliamenta! parliament`! parliamentn_! parliamentc^! parliament[]!parliament?c2:\!parliament?q6g[!parliament?:AZ!parliament?$xHY! parliamentTX! parliament W!parliament?V!parliament?==U! parliamentT! parliamentS! parliamentR!parliament?hhQ! parliamentP! parliamentO!parliament?NON!parliament?؝M!parliament?--L!parliament?;;K!parliament?KLJ! parliamentI!parliament?/0H! parliamentG! parliamentnF!parliamentc?__E! parliament[D! parliamentC! parliamentB!parliamentT?hhA! parliament @! parliament?! parliament>! parliament=! parliament<! parliament;! parliament:! parliament9! parliament8! parliament7! parliament6! parliament5!parliament?eFTeFT4!parliament?sW5sW53! parliamentn2!parliament\?hh1!parliament[?//0! parliament/! parliament.! parliament -! parliament,! parliament+! parliament*!parliament? @ @)!parliament?//(! parliament'!parliament?hh&!parliament?/0%!parliament?--$!parliament?ĿKK#! parliament"! parliament!! parliament ! parliament! parliament!parliamentn?ZZ!parliamentm?//!parliament]?v'bv'b!parliament\?'bv'bv!parliament?Ǐxx!parliament?!!!parliament?pq!parliament?==!parliament ?7h S!parliament ?O0e!parliament ?վc! parliamentb!parliament?xxa!parliament?C8C8`!parliament?;;_!parliament?؝؝^! parliament]!parliament?\!parliament?--[!parliament?KLZ!parliament?/0Y!parliament?hhX! parliament~W! parliamentmV! parliament]U!parliament?'bv'bvT!parliament?v'bv'bS!parliament?QQR!parliament?jjQ! parliament P! parliamentO! parliamentN!parliament?M!parliament?xxL! parliamentK!parliament?~~J!parliament?ZZI! parliamentH! parliamentG! parliamentF! parliamentE! parliamentD! parliament~C!parliamentm?\]B!parliamentl?eFTeFTA!parliament^?\\@!parliament]?QR?! parliament>! parliament=!parliament ?!parliamentxi?N==! parliamentx_<! parliamentx;! parliamentw:!parliamentw?v'bv'b9!parliamentw?'bv'bv8!parliamentw?7!parliamentw?;;6!parliamentw?5! parliamentw4! parliamentwz3!parliamentwu?2! parliamentwi1!parliamentw_?!"0! parliamentw/!parliamentv?\].!parliamentv?TeFTeF-! parliamentv,! parliamentv+! parliamentv*!parliamentvz?Ǽ{Ǽ|)!parliamentvy?pp(! parliamentvu'!parliamentvi?㚹&!parliamentvh?ʌʌ%!parliamentv?pp$!parliamentv?#! parliamentu"! parliamentu!! parliamentu !parliamentu?Ǐxx!parliamentu?!!!parliamentuy?W5sW5s!parliamentux?QQ! parliamentuu! parliamentuh! parliamentu! parliamentt!parliamentt? CTݢ!parliamentt?~w!parliamentt?^W!parliamentt? BP! parliamentt! parliamenttx!parliamenttu?%,/rS!parliamenttt?6k!parliamentth?`q6!parliamenttg??! parliamentt ! parliaments ! parliaments ! parliaments ! parliaments ! parliamentsx! parliamentst! parliamentsg! parliaments!parliamentr?pp!parliamentr?Ǽ{Ǽ|! parliamentr! parliamentr!parliamentr?'bv'bv!parliamentr?NN!parliamentrx?//~!parliamentrw?ZZ}! parliamentrt|!parliamentrg?*2*2{!parliamentrf?٫z!parliamentr?sW5sW5y!parliamentr?eFTeFTx! parliamentqw!parliamentq?v'bv'bv!parliamentq?'bv'bvu!parliamentq?\\t!parliamentq?QRs! parliamentqr! parliamentqwq! parliamentqtp! parliamentqfo! parliamentqn! parliamentpm! parliamentpl! parliamentpk! parliamentpj! parliamentpwi!parliamentpt?VHEph!parliamentps?Aîg!parliamentpf?U.f!parliamentpe? CTݢe! parliamentpd! parliamentoc! parliamentob! parliamentoa!parliamento?ң*2*3`!parliamento?jj_!parliamentow?hh^!parliamentov?//]! parliamentos\! parliamentoe[!parliamento?jjZ!parliamento?QQY!parliamentn?I$I%X!parliamentn?5sW5sWW!parliamentn?QQV! parliamentnU! parliamentnvT! parliamentnsS!parliamentne?W5sW5sR!parliamentnd?QQQ! parliamentnP! parliamentmO!parliamentmv?~~N! parliamentmsM! parliamentmdL!parliamentm?C8C8K!parliamentl?hhJ!parliamentls?//I!parliamentld?*2*2Hcabinet?hhGcabinet?ppFcabinet?hhEcabinet?jjDcabinet?ڌʌCcabinet?mmBcabinet?;;Acabinet?᫚@cabinet?ң*2*3?cabinet?>cabinet?//=cabinet?//<cabinet?//;cabinet?//:cabinet?//9cabinet?//8cabinet?׏xx7cabinet?//6cabinet?//5cabinet?//4cabinet?//3cabinet?//2cabinet?//1cabinet?//0cabinet?///cabinet}?//.cabinet{?//-cabinetx?//,cabinetv?//+cabinetu?//*cabinetq?//)cabinetn?//(cabinetk?//'cabinetj?//&cabinetg?//%cabinetf?$cabinete?//#cabinetc?jk"cabinetW?//!cabinetL?// cabinetK?//cabinetG?=>cabinetE?//cabinet=?QQcabinet4?//cabinet?ϥ_`cabinet?ݶmncabinet?vhhcabinet?~~cabinet?hhcabinet?Ǐxxcabinet?ȝ؝cabinet?ZZcabinet?__cabinet?*2*2cabinet?sW5sW5cabinet?/0cabinet?;;cabinet?$I$I cabinet?⹫ cabinet?QQ cabinet?8C8D cabinet?C8C8 cabinet?!!cabinet?5sW5sWcabinet?ڌʌcabinet?᫚cabinet?jj cabinetcabinet?$I$I cabinet cabinet}cabinet|?⹫ cabinet{~ cabinetx} cabinetv| cabinetu{cabinett?hhzcabinetr?/0y cabinetqxcabinetp?QQw cabinetnv cabinetku cabinetjtcabineth?pps cabinetgr cabinetfq cabinetep cabinetco cabinetWncabinetP?xym cabinetLl cabinetKkcabinetJ?j cabinetGicabinetF?\\h cabinetEgcabinet>?~f cabinet=ecabinet8?hhd cabinet4ccabinet?׼{Ǽ{b cabinetacabinet?8C8C`cabinet?hh_cabinet?QQ^cabinet?\\]cabinet?QR\cabinet~?ñ;;[cabinet}?--Zcabinet|?QQYcabinet{?jkXcabinetz?Wcabinety?TeFTeFVcabinetx?5sW5sWUcabinetv?5sW5sWTcabinetu?mmScabinett?\\Rcabinets?QQQcabinetr?᫚Pcabinetq?;;Ocabinetp?NONcabineto?ZZMcabinetn?Lcabinetm?ܨʌʍKcabinetl?C8C8J cabinetkI cabinetjH cabinethG cabinetgF cabinetfE cabineteDcabinetd?\]C cabinetcBcabinet\?2*2*AcabinetY?ϥ_`@ cabinetW?cabinetT?2*2*>cabinetQ?$I$I= cabinetP< cabinetL; cabinetK: cabinetJ9cabinetI?8 cabinetG7 cabinetF6 cabinetE5cabinetC?==4 cabinet>3 cabinet=2cabinet;?QR1 cabinet80cabinet6?؝/ cabinet4.cabinet?NO- cabinet,cabinet?;;+cabinet?__*cabinet?QQ)cabinet?pp(cabinet? cabinet= cabinet;cabinet:?!n cabinet8 cabinet6 cabinet4~cabinet?ž?ppZcabinet=?Ycabinet cabinet= cabinet<cabinet?mm; cabinet:cabinet?9 cabinet8 cabinet7cabinet?6cabinet?ԿKK5cabinet?==4cabinet?2*2*3cabinet?!"2cabinet?1cabinetc?NO0cabinet\?--/ cabinetN.cabinet7?==-cabinet5?==,cabinet4?I$I$+cabinet3?==*cabinet2?)cabinet1?֮jj(cabinet?~~'cabinet?pp&cabinet?*2*3%cabinet?⹫$cabinet?ʌʍ# cabinet"cabinet?xy!cabinet?髚 cabinet?؝؞ cabinet cabinet cabinetcabinet? cabinet cabinetcabinet?~cabinet?hhcabinet?QQcabinet?;; cabinet cabinet cabinet cabinet cabinet cabinet cabinetcabinet?ڌʌ  cabinet  cabinet cabinet?ڹ cabinet?ĿKK cabinet?!!cabinet?ʌʍcabinet?؝cabinet?8C8Ccabinet?pp cabinet cabinet cabinet cabinetcabinet}?cabinet{?~cabinetx? @ @}cabinetP?֮jj|cabinet-?mn{cabinetN?ɫzcabinet?5sW5sWycabinet?!!xcabinet?QQwcabinet?\\vcabinet?QQucabinet?I$I$tcabinet?5sW5sWscabinet?ӄ8C8Drcabinet?;;qcabinet?C8C8pcabinet?ocabinet?NOncabinet?QRmcabinet?᫚lcabinet?xykcabinet?;;jcabinet?؝؝icabinet?Ǽ{Ǽ|hcabinet?//gcabinet?I$I$fcabinet?hhecabinet?{Ǽ{Ǽd cabinetccabinet?؝bcabinet?2*2*acabinet?\]` cabinet_cabinet?QR^ cabinet] cabinet\ cabinet[ cabinetZ cabinetYcabinet?NNX cabinetW cabinetVcabinet?mmUcabinet?\]Tcabinet?QQS cabinetR cabinetQ cabinetPcabinet?Ocabinet?==N cabinetM cabinetLcabinet?ܨʌʍKcabinet?깫Jcabinet?I cabinet}H cabinet{G cabinetxF cabinetPEcabinet0?jjDcabinet/?bv'bv'C cabinet-Bcabinet)?==Acabinet?mm@cabinet?ɫ?cabineta?씰K>cabinet?!o=cabinet?ə<cabinet?!o;cabinet?b1:cabinet?%,/rS9cabinet?Zz ѵ8cabinet?17cabinet?ع)a~6cabinet?z^5cabinet? 84cabinet?7h Sw3cabinet?w;2cabinet?ʲ%߽1cabinet?`q60cabinet?l[-/cabinet?1?.cabinet?kOA-cabinet?g̀Y},cabinet?~w+cabinet? (*cabinet?G+|$)cabinet?g̀Y}(cabinet~?6k' cabinet& cabinet% cabinet$ cabinet#cabinet??" cabinet! cabinet cabinet?b1cabinet?Zz Ѷ cabinetcabinet?"cabinet?M&Icabinet?g̀Y} cabinet cabinetcabinet?1cabinet?U.Y cabinet} cabinet{ cabinetxcabinetu?1 cabinetPcabinet>? acabinet7?U.Y cabinet0 cabinet/ cabinet.?g̀Z  cabinet-  cabinet) cabinet#?" cabinet ?u R cabinet cabinetcabinet?1cabinet?ع)a~ cabinetacabinet?cabinet?cabinet?؝cabinet?cabinet?_`~cabinet?\\}cabinet?//|cabinet? @ @{cabinet?!"zcabinet?--ycabinet?Їpqxcabinet?ZZwcabinet?//vcabinet?\]ucabinet?NNtcabinet?bv'bv'scabinet?\]r cabinetqcabinet?bv'bv'pcabinet?8C8Do cabinetn cabinetm cabinetl cabinet}k cabinet{jcabinetz? @ @icabinety?ZZh cabinetxgcabinetw?--f cabinetue cabinetPdcabinetG?;;c cabinet>b cabinet7acabinet2?KK` cabinet0_ cabinet/^ cabinet.] cabinet-\cabinet*?~[ cabinet)Zcabinet$?I$I$Y cabinet#X cabinet W cabinetV cabinetU cabinetTcabinet?Scabinet?ppRcabinet?//Qcabinet?ꌨʌP cabinetOcabinetj?TeFTeFNcabineta?ݶmnMcabinet?;;Lcabinet?eFTeFTKcabinet?hhJcabinet?//Icabinet?ñ;;Hcabinet?͉؝؞Gcabinet}?ϥ_`Fcabinet{?{Ǽ{ǼEcabinetz?ѕQRDcabinety?Ccabinetx?ցhhBcabinetw?__Acabinetu?TeFTeF@cabinett?pp?cabinets?Їpq>cabinetn?sW5sW5=cabinetV?<cabinetP?ʌʍ;cabinetO?ZZ:cabinetG?蝉؝9cabinetF?8cabinet>?髚7cabinet=?$I$I6cabinet7?mm5cabinet3?--4cabinet2?QQ3cabinet1?;;2cabinet0?~1 cabinet/0 cabinet./ cabinet-.cabinet,?I$I$- cabinet*, cabinet)+cabinet(?QQ*cabinet&?hh) cabinet$( cabinet#'cabinet"?//& cabinet %cabinet?KK$ cabinet#cabinet?bv'bv'"cabinet?\\!cabinet?$I$I  cabinetcabinet?KK cabinet cabinet cabinetcabinet?QQcabinet?蝉؝cabinet?5sW5sWcabinet?؝؞cabinet?5sW5sW cabinetcabinet?// cabinetcabinet?͉؝؞ cabinet cabinetjcabinetV?hhcabinetN?֮jjcabinetn?QQ cabinetS?ʹ  cabinet3 cabinet/?;; cabinet.?QQ cabinet-?//cabinet,?==cabinet*?I$I$cabinet)?ʹcabinet(?jkcabinet'?٫cabinet&?ޗ~cabinet%?//cabinet$?؝cabinet#?8C8Dcabinet"?//~ cabinet }cabinet?ZZ|cabinet?$I$I{cabinet?zcabinet?;;y cabinetx cabinetw cabinetv cabinetucabinet?NOt cabinetscabinet? @ Ar cabinetqcabinet?mmp cabineto cabinetn cabinetm cabinetl cabinetkcabinet?eFTeFTj cabineti cabinethcabinet?eFTeFTg cabinetf cabinete cabinetd cabinetc cabinetb cabinetja cabinetV` cabinetN_cabinet%?xy^cabinet?xy]cabinetY?ʌʌ\cabinet'?QQ[cabinet?NOZcabinet?C8C8Ycabinet ?jjXcabinetl?WcabinetS?0dLsV cabinet3U cabinet Tcabinet?Scabinet?Rcabinet??Qcabinet?ãkOA:7Pcabinet?"Ocabinet?F#Ncabinet?.YMcabinet ?ع)a}Lcabinet ?1?Kcabinet?q6gJcabinet? cabinet=cabinet?{p< cabinet; cabinet:cabinet?9 cabinet8 cabinet7 cabinet6 cabinet5cabinet?U.4 cabinet3 cabinet2cabinets?׫z  dlN0~~~~~~~b~D~&~}}}}}}d}N}8}"} ||||||x|Z|<|&|{{{{{{l{V{@{*{zzzzzzpzZzDz.zyyyyyyynyPy2yxxxxx~xhxRxo(onnnnn|nfnPn:n$nmmmmmmjmLm6m m llllllwlalKl5ll kkkkkkuk_kIk3kjjjjjjljNj0jiiiiiiihiRi4ihhhhhhshVh9h$hgggggg|gfgHg2gffffffpfRf4feeeeeeeqe\eFe0eeddddddpdZdT TSSSSSSfSHS*S RRRRRRRoRZRH!H GGGGGGoGQG;G%GFFFFFFcFMF/FEEEEEEuEWE:EDDDDDDDjDLD6DCCCCCCCnCXCBC,CBBBBBxBbBEB/BAAAAAAuA_AIA3A@@@@@@@s@U@?@)@???????r?\?F?0?>>>>>>n>P>:>$>======j=L=7==<<<<<z!parliament?y!parliaments?!"x!parliament?ʌʌw!parliament?؝؞v!parliament?jju!parliament?eFTeFTt!parliament?FTeFTes!parliament?C8C8r!parliament?__q! parliamentp!parliament?sW5sW5o! parliamentn!parliamentb?;;m!parliamentT?;;l!parliament5?pqk!parliament*?ĿKKj!parliament(?sW5sW5i! parliamenth! parliamentg! parliamentf!parliament?;;e!parliament}?NOd! parliament{c! parliamentTb! parliamenta! parliament`! parliament_! parliament^!parliament?;;]!parliament?\]\! parliament[!parliament?NOZ! parliamentY! parliamentsX!parliamente?;;W! parliamentV!parliament?؝U! parliamentT! parliamentS!parliament?QQR! parliamentQ! parliamentP! parliamentbO! parliament5N! parliament*M! parliament(L! parliamentK!parliament?'bv'bvJ!parliament?؝؞I!parliament? @ @H!parliament?~~G!parliament?eFTeFTF! parliament}E!parliament{?W5sW5sD!parliamentT?\]C! parliamentB! parliamentA!parliament ?==@! parliament?!parliament?ӄ8C8D>!parliament?_`=! parliament<! parliament;!parliament?jj:!parliament? @ @9!parliament?ң*2*38! parliaments7! parliamente6!parliament?//5! parliament4! parliament3! parliament2! parliament1! parliament0! parliamentb/! parliament5.!parliament3?QQ-!parliament*?~~,! parliament(+!parliament?hh*! parliament)! parliament(! parliament'! parliament}&!parliament?$! parliament #!parliament?""! parliament!! parliament ! parliament! parliament! parliaments! parliamente!parliamentM?uԃۇ! parliament! parliament!parliament?nu !parliament?* B! parliament!parliament?HEo!parliament?z^!parliament?6g`! parliamentb!parliament_?29(!parliamentA?ʲ%߽!parliament5?! parliament=! parliament_<! parliamentA;!parliament@?//:! parliament39! parliament8! parliament7!parliament?VHEp6!parliament?u R5! parliament4! parliament3!parliament|?22!parliament[?(1! parliamentO0! parliamentD/!parliament(?ž?ܨʌʍ ! parliament7 ! parliament ! parliament !parliament?᫚!parliament?ԒI$I%!parliament?\]!parliament?@ @ !parliament?sW5sW5! parliament!parliament}?mn! parliamentx! parliament[! parliamentM!parliament?QR~! parliament}! parliament|!parliament?pp{! parliamentz!parliament`?ĿKKy! parliament[x!parliamentG?݉؝؞w! parliamentDv! parliamentu!parliament?ZZt! parliaments! parliamentr! parliamentq!parliamenty?--p! parliamentuo! parliament>n!parliament7?;;m! parliamentl!parliament?k! parliamentj! parliamenti! parliamenth! parliamentxg! parliament[f!parliamentM?~~e!parliament?!!d!parliament?Ǐxxc!parliament?Ɓhhb!parliament?__a! parliament`!parliament?;;_! parliament`^!parliament[?hh]! parliamentG\!parliamentD?8C8C[! parliamentZ!parliament?=>Y! parliamentX!parliament?ЇpqW! parliamentV!parliament?//U! parliamentT! parliamentuS!parliamento?_`R!parliamentC?݉؝؞Q! parliament>P! parliamentO!parliament?{Ǽ{N! parliamentM! parliamentL! parliamentK!parliamentx?hhJ! parliament[I! parliamentH! parliamentG!parliament?%,0F! parliament`E! parliamentGD!parliamentC? C!parliament?!parliament?!n=!parliament|?_b䥅<! parliamentu;! parliamento:! parliamentC9! parliament>8!parliament#?߼"]7!parliament?:A6!parliament?N=5! parliament4! parliament3!parliament?2!parliament?q6g1!parliament?Ϗ0!parliamenta?:A/!parliament[? .!parliament)?枂tmi-! parliament,! parliament+!parliament?;;*! parliament`)! parliamentG(! parliamentC'!parliament?_`&! parliament%! parliament$! parliament#!parliament?ȝ؝"! parliament!! parliament| !parliament{?NN!parliamentu?'bv'bv!parliamento?؝؞! parliamentC!parliament>?؝؝!parliament#?؝؝! parliament! parliament!parliament? @ @! parliament!parliamentl?v'bv'b! parliamenta! parliament)!parliament?؝!parliament?NN! parliament!parliament?==! parliament!parliament`?__ !parliamentG?-- ! parliamentC ! parliament ! parliament !parliament?Ɓhh!parliament?!parliament?pp! parliament!parliament?؝! parliament|! parliament{!parliamentb?Ǽ{Ǽ|! parliamentC!parliament ?I$I%! parliament~! parliament}!parliament?KK|! parliament{!parliamentu?NNz! parliamently!parliamenta?mmx! parliament)w! parliamentv!parliament?QQu!parliament?깫t! parliaments! parliamentr!parliamentn?TeFTeFq! parliamentCp! parliamento!parliament?W5sW5sn! parliamentm!parliament?xyl!parliament?W5sW5sk!parliament?j! parliamenti!parliament}?h! parliament|g! parliament{f! parliamentbe!parliamentC?xxd! parliament c!parliament?£*2*3b!parliament?!!a! parliament`!parliament?8C8D_! parliamentu^! parliamentl]! parliament)\! parliament[! parliamentZ! parliamentY! parliamentX! parliamentnW!parliamentC?%߼"^V! parliamentU! parliamentT! parliamentS! parliamentR! parliamentQ! parliamentP!parliament?۴@DO! parliament}N! parliament|M! parliament{L! parliamentbK!parliament'?{pJ!parliament ?шb1I!parliament? H!parliament??G! parliamentuF! parliamentlE!parliamentI?;sD!parliament)? )C!parliament?\\B!parliament?FTeFTeA! parliament@!parliament?I$I$?!parliament?׏xx>!parliament?FTeFTe=! parliament<!parliament?!!;! parliamentn:!parliament?8C8C9!parliament?ԒI$I%8! parliament7! parliament6!parliament?xx5! parliament4! parliament3! parliament2! parliament}1!parliament|?mn0!parliament{?ZZ/! parliamentb.!parliamentY?{Ǽ{Ǽ-!parliament@?KL,! parliament'+! parliament*!parliamentu?\\)!parliamentl?mm(!parliamentL?'! parliamentI&! parliament%! parliament$! parliament#! parliament"! parliament!!parliament?;; ! parliamentn!parliamenth?؝!parliamentc?;;! parliament!parliament?==! parliament! parliament!parliament?QQ! parliament! parliament}!parliamentw?\]!parliamentb?NN!parliament[?8C8C! parliamentY! parliament@! parliament'!parliament?݉؝؞! parliament!parliamentL?;; ! parliamentI !parliament? !parliament? !parliament?C8C8 !parliament?==! parliament! parliament! parliament!parliamentn?ӄ8C8D! parliamenth! parliamentc!parliament=?͉؝؞! parliament!parliament?C8C8!parliament?==~!parliament?蝉؝}!parliament?|! parliament{!parliament}?v'bv'bz! parliamentwy! parliament[x! parliamentYw!parliamentK?NOv! parliament@u! parliament't! parliaments! parliamentr! parliamentIq! parliamentp! parliamento! parliamentn! parliamentm!parliament?F#l!parliament?g̀Y}k! parliamenthj! parliamentci! parliament=h! parliamentg! parliamentf! parliamente!parliament?w;d! parliamentc! parliamentwb! parliament[a!parliamentY?1`! parliamentK_! parliament@^!parliament'?!parliament?͉؝؞=!parliament?\\<!parliament?!!;!parliament?mm:!parliament?I$I%9! parliament8!parliament?ʌʌ7! parliament6! parliament5!parliament?㚹4!parliament?QQ3!parliamenth?2! parliamentc1!parliament=?⹫0!parliament2?KK/!parliament!?ڌʌ.!parliament?W5sW5s-! parliament,!parliament?ڌʌ+! parliament*! parliament)! parliament(!parliamentw?\\'! parliamentK&!parliament8?FTeFTe%!parliament?--$! parliament#!parliament?⹫"! parliament!! parliament !parliamentG?pp! parliament! parliament! parliament! parliament! parliament! parliament! parliament!parliamentv?bv'bv'! parliamentc!parliamentH?'bv'bv!parliament2?! parliament!!parliament?v'bv'b! parliament! parliament!parliament?=>!parliament?\\!parliamentK?-- !parliamentA?FTeFTe ! parliament8 !parliament$?!! !parliament?NN ! parliament!parliament?pq! parliament!parliamentg?~! parliamentG! parliament! parliament! parliament! parliament! parliament!parliament?T* ~! parliament}! parliamentv|! parliamentc{! parliamentHz! parliament!y!parliament?1x!parliament?Җع)aw!parliament?6gv! parliamentAu!parliament8?`t!parliament%?fq6gs! parliament$r!parliament?kOq!parliament?VHEpp! parliamento! parliamentn! parliamentgm!parliamentX?ޯWl! parliamentGk! parliamentj!parliament ?Rnu!i!parliament?'bv'bvh!parliament?؝؞g!parliament?Ǽ{Ǽ|f!parliament?!!e!parliament? @ @d!parliament?//c!parliament?@ @ b! parliamenta! parliamentv`!parliamentc?jk_! parliamentH^! parliament!]! parliament\! parliamentA[! parliament%Z! parliament$Y!parliament?eFTeFTX! parliamentW! parliamentV! parliamentU! parliamentgT!parliamentf?~~S! parliamentXR! parliamentGQ!parliament?\\P!parliament?ꌨʌO! parliament N!parliament?ZZM!parliament?//L! parliamentK! parliamentJ! parliamentI! parliamentvH!parliamentH?KLG!parliament??5sW5sWF!parliament!?5sW5sWE! parliamentD!parliament?hhC!parliamentn?Ǽ{Ǽ|B!parliamentA?A! parliament%@! parliament$?! parliament>! parliament=!parliament?ѕQR<! parliament;!parliament?jk:!parliament?2*2*9! parliamentg8! parliamentf7! parliamentX6!parliamentG?2*2*5! parliament4! parliament 3! parliament2! parliament1!parliament?//0!parliament?hh/!parliament?2*2*.!parliamentv?ѕQR-!parliamentE?\\,! parliament?+! parliament*! parliament)!parliament?xy(!parliament?ۚ'!parliament?W5sW5s&! parliamentn%! parliament%$!parliament$?$I$I#!parliament?~~"!parliament?KK!!parliament?hh ! parliament! parliament!parliament?;;!parliament?!!! parliament!parliamentp?mm!parliamentg?eFTeFT! parliamentf!parliamentX?ZZ!parliamentC?I$I$! parliament!parliament ?mm! parliament! parliament!parliament?g̀Z!parliament?`! parliamentE! parliament?!parliament?  ! parliament !parliament?:A ! parliament ! parliament !parliament?%,/rS! parliament! parliamentn! parliament%! parliament! parliament!parliament?ѵZ! parliament! parliament! parliamentp! parliamentf~! parliamentC}! parliament|!parliament?mn{!parliament?ԒI$I%z!parliament?;;y!parliament?v'bv'bx! parliamentw!parliament?__v!parliament?jku!parliamentq?!!t! parliamentEs!parliament??/0r!parliament?jkq! parliamentp! parliamento! parliamentn! parliamentm! parliamentl!parliamentn?FTeFTek!parliament%?QQj! parliamenti!parliament?--h! parliamentg!parliament?hhf!parliament?⌨ʌe!parliament?__d! parliamentpc!parliamentf?Ǐxxb!parliament^?\\a!parliamentK?\\`! parliamentC_!parliament@!parliament??!parliament?>! parliament=! parliament<!parliament?pq;! parliamenta:!parliamentJ?FTeFTe9!parliamentE?pp8! parliament&7! parliament6! parliament5!parliament?\]4! parliament3! parliament2!parliament? @ A1!parliament?~~0!parliament?ʌʌ/!parliament?.! parliament-!parliamentp?pp,!parliament^?\\+! parliamentK*!parliamentC?//)! parliament<(!parliament#?ZZ'!parliament?&! parliament%! parliament$! parliament#! parliament"!parliament?! parliament=! parliament<!parliament?M&I;! parliament:! parliament9! parliamentr8! parliament`7! parliamentV6! parliament 5! parliament4! parliament3! parliament2!parliament?i4M&1! parliament)0!parliamentz?l[-/! parliament.! parliament-! parliament,! parliament+!parliament?xx*! parliament)! parliament(!parliament?ʌʌ'!parliament?jj&! parliament%!parliament?$!parliament?{Ǽ{Ǽ#! parliamentr"! parliament`!! parliamentV ! parliament !parliament?!parliament?sW5sW5!parliament?*2*3!parliament?eFTeFT!parliament?5sW5sW! parliament)! parliament! parliament! parliament! parliament! parliament! parliament! parliament!parliament?ң*2*3!parliament?C8C8! parliament! parliament! parliament ! parliamentr ! parliament` ! parliamentV !parliament ?ɫ ! parliament! parliament! parliament)! parliament! parliament! parliament! parliament! parliament! parliament! parliament! parliament~! parliament}! parliament|! parliament{! parliamentrz! parliament`y! parliamentVx! parliamentw! parliamentv! parliament)u! parliamentt! parliaments! parliamentr!parliament?%,0q!parliament?枂tmip! parliamento! parliamentn! parliamentm! parliamentl! parliamentk! parliamentj! parliamenti! parliamentrh! parliament`g!parliamentY?sf!parliamentV?F#e! parliamentd!parliament?%,/rSc!parliament?ѵZb! parliament)a! parliament`! parliament_! parliament^! parliament]! parliament\! parliament[! parliamentZ! parliamentY! parliamentX! parliamentW!parliament?~~V!parliament?--U!parliamentr?T!parliamentq?S! parliament`R! parliamentYQ!parliament?v'bv'bP!parliament?'bv'bvO! parliamentN!parliament)?hhM!parliament?/0L! parliamentK! parliamentJ! parliamentI! parliamentH!parliament?;;G!parliament?;;F! parliamentE! parliamentD! parliamentC!parliament?QQB!parliament?\\A! parliament@! parliament?! parliamentq>! parliament`=! parliamentY<! parliament;! parliament:! parliament9! parliament8! parliament7! parliament6! parliament5! parliament4!parliament?@ @ 3!parliament?~~2!parliament?I$I$1!parliament?mm0!parliament?C8C8/!parliament?xx.!parliament?hh-!parliament?/0,! parliament+! parliament*! parliamentq)! parliament`(! parliamentY'! parliament&!parliament?%!parliament?C8C8$! parliament#! parliament"! parliament!!parliament?Ց.Y !parliament?7h Sw!parliament? )!parliament?{p! parliament! parliament! parliament! parliament! parliament! parliament! parliament!parliamentq?`q6!parliamentp??!parliamenta?陙!parliament`?ə! parliamentY! parliament! parliament!parliament?`!parliament? 8ϛ ! parliament ! parliament ! parliament ! parliament !parliament?~~!parliament?--! parliament! parliament! parliament! parliament!parliament?pq!parliament?==!parliament?ȝ؝!parliament?؝؝! parliamentp~! parliamenta}!parliamentZ?$I$I|!parliamentY?mm{!parliament?mmz!parliament?I$I$y! parliamentx! parliamentw! parliamentv! parliamentu! parliamentt! parliaments! parliamentr! parliamentq!parliament?⌨ʌp!parliament?jko!parliament? @ An!parliament?ޗ~m! parliamentl! parliamentk! parliamentj! parliamentp  zzdN8" ~~~~~~~j~T~>~ ~ }}}}}w}Z}=}(} ||||||h|J|4||{{{{{{t{V{8{zzzzzz~z`zBz$zyyyyyyxycyNy1yyxxxxxxqxSx=x'xwwwwww}wgwQw;w&wvvvvvv{v]vGv)vuuuuuuwuauCu%uttttttctEt/tssssssnsQsb b aaaaaava`aBa,aa`````z`\`>`(`_______l_W_9__^^^^^^a^C^%^]]]]]]s]]]?]!] \\\\\\w\Y\C\%\[[[[[[}[`[K[.[ZZZZZZvZ`ZBZ,ZZYYYYYzY\YFY0YXXXXXXvX`XJX,XXWWWWWWlWNW1WWVVVVVVoVYVCV-VVUUUUUUeUGU)UTTTTTToTQT;T%TSSSSSSkSUS?S!SRRRRRRrRUR@R#R QQQQQQiQKQ5QQ PPPPPPuP_PIP3PPOOOOOOkOUO?O!ONNNNN}N_NAN+NMMMMMMxMZMD(DCCCCCCvCXC:C$CBBBBBBjBLB6BBAAAAA|AfAPA:A@@@@@@p@R@<@'@???????v?`?B?,?>>>>>>z>\>F>(>======n=X=B=,==<<<<<(~hJ4lV@#eO9qS='oYC%qS5p[>) aC%{eG) wY;%sU7! oZD&dN8"hJ,jT> vX: o R 5  n X :   r \ F 0  ~ ` B ,  zC! parliamentB! parliamentA! parliament@!parliament?Zz ѵ?!parliament?–ع)a>!parliament?=! parliamentu<! parliamentj;!parliament_?{p:!parliamentY?Zz ѵ9! parliamentB8! parliament07! parliament,6! parliament*5!parliament ?ѵZ4!parliament?~w3!parliament? ѵ2! parliament1! parliament0! parliament/!parliament??! parliament=!parliament?NO<! parliament;!parliament?:! parliamentv9!parliamentk?bv'bv'8! parliamentP7!parliament4?=>6!parliament2?⌨ʌ5! parliament4! parliament(3! parliament2! parliament1! parliament0!parliament?NO/!parliament?v'bv'b.!parliament?QR-!parliamentx?,!parliamentj?؝+!parliament! parliamentS=! parliamentP<!parliamentO?'bv'bv;! parliamentH:! parliament+9! parliament8!parliament?~~7!parliament?QQ6!parliament?mm5! parliament4! parliament3!parliament?ɫ2!parliament?ʌʍ1!parliament?!"0! parliament/!parliament?KL.!parliamentJ?؝؞-! parliament;,!parliament?ZZ+!parliament?hh*!parliament)?jk)!parliament(?eFTeFT(! parliament'! parliament&! parliament%! parliament$! parliament#!parliament?5sW5sW"!parliament?W5sW5s!!parliament?hh ! parliamentx!parliamentg?ZZ! parliamentP!parliament! parliament'=!parliament ? <! parliament;! parliament:! parliament9!parliament?Rnu!8!parliament?ع)a}7! parliament6! parliament5!parliament?[#4! parliament3! parliamentt2! parliament`1! parliament]0!parliamentR??/!parliamentP?F#.! parliamentJ-! parliament<,! parliament;+! parliament+*! parliament)!parliament? (! parliament'! parliament~&!parliamentc? a%!parliament;?u R$!parliament1?w;#! parliament!"! parliament!! parliament ! parliament!parliament*?--!parliament)?~! parliament!parliament? @ @!parliament?~~! parliament! parliament! parliament! parliament! parliamentt! parliamentg!parliamentX?mm!parliamentP?\]! parliament6!parliament1?--! parliament'!parliament?KK! parliament ! parliament !parliament?~~ !parliament?~~ ! parliament ! parliament! parliamentt!parliament`?\]! parliament]! parliamentR!parliamentL?ܨʌʍ! parliamentJ! parliament<! parliament;!parliament2?ܨʌʍ!parliament+?᫚~!parliament?I$I$}!parliament?ʌʌ|! parliament{!parliament?--z! parliament~y!parliamenti?ZZx! parliamentcw!parliamentR?TeFTeFv! parliament1u! parliament!t! parliaments!parliament?Ǽ{Ǽ|r!parliament?q!parliament?᫚p! parliament*o!parliament?KKn!parliament?--m! parliamentl!parliament?д @ Ak!parliament?mmj! parliamenti! parliamenth! parliamenttg!parliamentl?$I$If!parliamentg?KKe! parliamentXd!parliamentS?_`c!parliament:?__b! parliament6a! parliament1`! parliament'_!parliament?--^!parliament?mn]! parliament\! parliament[!parliament?ppZ! parliamentY!parliament?X!parliamentt?--W!parliament]?V! parliamentRU! parliamentLT! parliamentJS! parliament<R! parliament;Q! parliament2P!parliament-?=>O! parliamentN!parliament?ԒI$I%M! parliamentL! parliament~K!parliamentw?xxJ! parliamentiI! parliamentcH!parliamentY?C8C8G! parliamentRF! parliament1E!parliament!?D!parliament?C! parliamentB! parliament*A! parliament@! parliament?!parliament?ң*2*3>!parliament?ڌʌ=!parliament?*2*3<! parliamentt;! parliamentl:! parliamentX9! parliamentS8! parliament:7! parliament66! parliament15! parliament'4!parliament"?ڹ3! parliament2!parliament?QQ1! parliament0!parliament?⹫/!parliament?!".! parliament-!parliament?jj,! parliament+!parliamentg?mm*!parliamentc?//)! parliamentR(! parliamentL'! parliamentJ&!parliament!parliamentR?xx=!parliamentB?NO<! parliament9;! parliament':!parliament?;;9! parliament+8! parliament7! parliament6! parliament5! parliament4! parliament3! parliamentz2!parliaments?sW5sW51!parliamentl?//0!parliament]?=>/! parliamentZ.!parliamentS?ʹ-!parliament:?FTeFTe,! parliament4+! parliament"*!parliament?{Ǽ{Ǽ)! parliament (! parliament'! parliament&!parliament?mm%!parliament?QQ$! parliament#! parliament"! parliament!!parliament?I$I$ ! parliament! parliament~! parliamentg!parliamentc?I$I$! parliamentV!parliamentE? @ A!parliament2?!"!parliament&?! parliament! parliament !parliament?ZZ! parliament!parliament?!parliament?pq!parliamentw?! parliamentZ!parliamentY?!"!parliamentB?//! parliament9 ! parliament' !parliament ?mm ! parliament+ !parliament?!" !parliament?xy! parliament! parliament!parliament?pp!parliament?\]!parliament?mm!parliament?==!parliamentz?W5sW5s! parliaments! parliament]! parliamentZ~!parliament;?jj}!parliament4?I$I$|!parliament"?Ǐxx{! parliamentz! parliament y! parliamentx! parliamentw! parliamentv! parliamentu! parliamentt! parliaments! parliamentr!parliament?*2*2q! parliament~p! parliamentgo!parliament^?*2*2n! parliamentVm! parliamentEl! parliament&k!parliament!?mmj!parliament?ʌʌi! parliamenth!parliament ?!!g! parliamentf!parliament?I$I$e!parliament?d! parliamentc!parliament`?!!b! parliamentZa!parliament9?//`! parliament'_! parliament ^!parliament?hh]! parliament+\! parliament[!parliament?K Z!parliament?ނtmi'Y!parliament? )X! parliamentW! parliamentV!parliamenty?zU! parliamentsT!parliament]?zS! parliamentZR!parliamentN?g̀Q! parliament;P!parliament?ۇ]H=vO! parliamentN! parliament M!parliament?pL!parliament?Rnu!K!parliament?[#J! parliamentI!parliament?dKyH! parliamentG!parliament?!nF! parliamentE!parliament?ШT* D!parliament~?b1C!parliamentr?!parliament&?h!parliamentB?I$I$g! parliament!f!parliament?xxe!parliament?xxd!parliament?pqc! parliamentb! parliamenta!parliament?`!parliament?_! parliament^! parliament`]!parliament??ZZ\!parliament?Ǽ{Ǽ|[! parliamentZ! parliament,Y! parliamentX! parliamentW! parliamentV! parliamentU!parliaments?eFTeFTT!parliamentN?~~S! parliamentLR!parliament;?ӄ8C8DQ! parliamentP!parliament?;;O!parliament?ñ;;N! parliamentM! parliamentL! parliamentK!parliament?݉؝؞J! parliamentI! parliamentH! parliamentrG! parliamentfF! parliamentBE!parliament!?'bv'bvD!parliament?v'bv'bC! parliamentB!parliament?==A!parliament?؝؝@! parliament?!parliament?݉؝؞>!parliament?;;=! parliament<! parliament`;!parliament>?\\:!parliament+?--9! parliament8! parliament,7! parliament6!parliament? BP5!parliament?^W4! parliament3!parliament?ᵧZ2!parliamento?ܔK1! parliamentL0! parliament/! parliament.! parliament-! parliament,! parliament+!parliament?!parliament0?Rn! parliament+! parliament!parliament-?v'bv'b!parliament,?'bv'bv!parliament?ʌʌ!parliament?jj! parliament!parliament?__!parliamentw?~~! parliamento!parliamenti?\]!parliamentU?__!parliamentL?=>!parliament?~~ ! parliament !parliament?؝؝ !parliament? !parliament?-- ! parliament!parliament?jj!parliamentr?KK!parliamentf?ZZ!parliamentB?C8C8!parliament3?pq!parliament"?NN! parliament! parliament!parliament? @ @! parliament~!parliament?QQ}! parliament|! parliament{!parliament?ցhhz!parliament?ZZy! parliamentx!parliamentr? @ @w!parliamentj?~~v! parliament>u!parliament8?==t! parliament0s!parliament+?==r!parliament?QRq! parliament-p! parliamento! parliamentn! parliamentwm!parliamento?~~l! parliamentik! parliamentUj!parliament?KKi! parliamenth!parliament?ʌʍg! parliamentf! parliamente! parliament3d! parliament"c!parliament?b!parliament?a! parliament`! parliament_! parliament^!parliament?ZZ]! parliament\! parliament[! parliamentZ!parliamentt?؝؝Y! parliamentrX! parliamentjW!parliamentU?==V!parliament>?;;U! parliament8T! parliament0S!parliament?ZZR! parliament-Q! parliamentP! parliamentO! parliamentwN! parliamentiM!parliamentV?ppL! parliamentUK!parliament?J! parliamentI! parliamentH!parliament?*2*3G!parliament?Ǽ{Ǽ|F! parliament3E! parliament"D!parliament?ڹC!parliament? @ @B! parliamentA!parliament?~@! parliament?! parliament>! parliament=! parliament<!parliament?--;! parliamentt:! parliamentr9!parliamentj?==8!parliamentd?__7! parliamentU6!parliamentF?__5! parliament84!parliament0?--3! parliament2! parliament-1!parliament?^W0!parliament? BP/!parliament?:Aï.!parliament? )-! parliamentw,! parliamenti+!parliament^?u R*! parliamentV)!parliamentU?6g`(!parliament?F#'! parliament&! parliament%! parliament$! parliament3#! parliament""! parliament!!parliament?EoW !parliament??! parliament!parliament?԰K !parliament?姠Zz! parliament! parliament! parliament! parliamentt! parliamentr! parliamentd! parliamentU! parliamentF!parliament8?s! parliament!parliament-?W5sW5s!parliament?v'bv'b!parliament?'bv'bv! parliament!parliamentw?C8C8 !parliamenti?pq ! parliament^ !parliament\? !parliamentV?__ !parliament#?Ɓhh! parliament! parliament!parliament?__!parliament?!parliament?==!parliament?ӱ;;!parliament?! parliament3!parliament"?ZZ!parliament? @ @~!parliament?KL}! parliament|! parliament{! parliamentz! parliamenty!parliament?I$I$x! parliamentw!parliament?v! parliamenttu!parliamentr?'bv'bvt!parliamentq?mms! parliamentdr! parliamentUq!parliamentT?Ǽ{Ǽ|p! parliamentFo! parliamentn! parliamentm! parliamentl! parliament^k! parliament\j! parliament#i! parliamenth! parliamentg!parliament?__f!parliament?e! parliamentd! parliamentc! parliamentb!parliament3?ZZa! parliament`! parliament_!parliament?pq^! parliament]! parliament\!parliament?!![! parliamentZ! parliamentY!parliamentt? @ @X! parliamentqW! parliamentdV!parliamentU?ƁhhU! parliamentTT!parliamentQ?__S! parliamentFR!parliament/?Q! parliamentP! parliamentO!parliament?--N!parliament?ߥ_`M!parliament?W5sW5sL!parliament{?~~K! parliament^J! parliament\I!parliamentT?~~H! parliament#G!parliament?TeFTeFF!parliament?$I$IE!parliament?5sW5sWD!parliament?£*2*3C!parliament?hhB!parliament?A! parliament@! parliament?! parliament>! parliament=! parliament<! parliament;! parliament:!parliament?__9!parliament?ZZ8!parliament?QQ7!parliament?--6! parliament5!parliament?4! parliamentq3!parliamentd?//2! parliamentT1!parliamentQ?@ @ 0!parliamentF?mm/!parliament/?؝؝.!parliament?xy-!parliament?NN,!parliament?'c2+!parliament?`q6*! parliament)!parliament?7h S(! parliament'! parliament{&! parliament^%! parliament\$! parliamentT#!parliament#?΂tmi'"! parliament!! parliament ! parliament! parliament! parliament! parliament! parliament! parliament! parliament!parliament?U.Y!parliament?΂tmi'!parliament?_b䥅! parliament  iT7"~~~~~~y~c~E~/~}}}}}}u}_}A}#} |||||||k|M|7|!|{{{{{{o{Z{={ { zzzzzzztzVz8z"zyyyyyyxyZyDy&yxxxxxxtxVx8xxwwwwwwpwRw>>>>o>Q>3>======a=C=%=<<<<0"zl^PB4& rdVH:, v h R = (  x b L 6 p Z D . Gep~?QQFep+?QQEep%?QQDep?$I$ICep?QQBep?QQAep?QQ@ep?ʌʌ?ep?QQ>epq?xy=epQ?QQ<ep5?QQ;ep0?QQ:ep.?$I$I9ep?QQ8ep?QQ7ep?QQ6ep?QQ5ep?QQ4ep?QQ3ep?$I$I2ep?QQ1ep?QQ0ep?QQ/ep?QQ.ep?QQ-ep? , ep + ep~ * ep+ ) ep% ( ep ' ep & ep % ep $ ep # ep " epq ! epQ  ep5  ep0  ep.  ep  ep  ep  ep  ep  ep  ep  ep  ep  ep  ep  ep  ep  ep~  ep+  ep%  ep  ep  ep  ep  ep  ep  epq  epQ  ep5  ep0  ep.  ep  ep  ep  ep ~ ep } ep | ep { ep z ep y ep x ep w ep v ep u ep~ t ep+ s ep% r ep q ep p ep o ep n ep m ep l epq k epQ j ep5 i ep0 h ep. g ep f ep e ep d ep c ep b ep a ep ` ep _ ep ^ ep ] ep \ ep [ ep Z ep~ Y ep+ X ep% W ep V ep U ep T ep S ep R ep Q epq P epQ O ep5 N ep0 M ep. L ep K ep J ep I ep H ep G ep F ep E ep D ep C ep B ep A ep@ep?ۚ?ep?ۚ>ep?2*2*=ep?ۚ<ep?ۚ;ep~?2*2*:epQ?ۚ9ep7?ۚ8ep+?I$I$7ep%?2*2*6ep?ۚ5ep?;;4ep?2*2*3ep?ۚ2ep?2*2*1ep?2*2*0ep?2*2*/ep?v'bv'b.ep?mm-ep?2*2*,epq?__+epp?ۚ*epZ?mm)epQ?2*2*(epI?ۚ'ep5?2*2*&ep0?2*2*%ep.?2*2*$ep?2*2*#ep?2*2*"ep?2*2*!ep?2*2* ep?2*2*ep?2*2*ep?ۚep?2*2*ep?ۚep?ۚep?;;ep?2*2*ep?2*2*ep?ۚep?ۚep?ۚep?ۚep?v'bv'bep?ۚep|?ۚep{?@ @ eph?ۚep-?ۚ ep?I$I$ ep?ۚ ep?2*2*  ep  ep  ep  ep  epQ  ep7  ep  ep  ep  ep  epp  epZ ~ epI } ep | ep { ep z ep y ep x ep w ep v ep u ep t ep| s ep{ r eph q ep- p epoep?QQ n ep m ep l ep k epQ j ep7 i ep h epgep?Ǽ{Ǽ|fep?pp e ep d epp c epZ b epI a ep ` ep _ ep ^ ep ] ep \ ep [ ep Z ep Y ep X ep| W ep{ V eph U ep- T epSep?\] R ep Q ep P ep O epQ N ep7 M ep L ep K ep J epp I epZ H epI G ep F ep E ep D ep C ep B ep A ep @ ep ? ep > ep| = ep{ < eph ; ep- : ep 9 ep 8 ep 7 ep 6 epQ 5 ep7 4 ep 3 ep 2 ep 1 epp 0 epZ / epI . ep - ep , ep + ep * ep ) ep ( ep ' ep & ep % ep| $ ep{ # eph " ep- ! ep ep?:Aïep?6gep?1ep?6gep?6gepp?1epk?1epQ?6gepI?1ep7?ᵧZep?6gep?6gep?1ep?1ep?1ep?1ep?6gepv?1epp?6g epk?ܔK epZ?6g epN?1 epI?ᵧZ ep?1ep?6gep?6gep?6gep? )ep?1ep?6gep?6gep?6gep?6gep?6g~ep|?6g}ep{?6g|eph?6g{ep-?6gzep?6gyep?1 x ep w ep v epp u epk t epI s ep r ep q ep p ep o epv n epk m epN l ep k ep j ep i ep h ep g epp f epk e epI d ep c ep b ep a ep ` epv _ epk ^ epN ] ep \ ep [ ep Z ep Y ep X epp W epk V epI U ep T ep S ep R ep Q epv P epk O epN N ep M ep L ep K ep J ep I epp H epk G epI F ep E ep D ep C ep B epv A epk @ epN ? ep > ep = ep<ep?;ep?ܨʌʍ:ep?᫚9ep?ܨʌʍ8epp?᫚7epk?᫚6epe?ܨʌʍ5epR?ܨʌʍ4epI?᫚3ep?ܨʌʍ2ep?ܨʌʍ1ep?᫚0ep?᫚/ep?᫚.ep?ܨʌʍ-ep?᫚,epv?᫚+epk?᫚*ep_?!!)epN?᫚(epF?ܨʌʍ'ep?᫚&ep?᫚%ep:?ܨʌʍ$ep7?ܨʌʍ#ep,?ܨʌʍ"ep"?ܨʌʍ!ep?ܨʌʍ ep?᫚ep?ܨʌʍ  ep  ep  epe  epR  ep  ep  ep  ep_  epF  ep:  ep7  ep,  ep"  ep  ep  ep  ep  epe  epR  ep  ep  ep  ep_  epF  ep:  ep7  ep,  ep"  ep  ep  epep?? ~ epe } epR | ep { ep z ep y ep_ x epFwep? 8ϛ v ep: u ep7 t ep, s ep"rep?˴@D q eppep ?U/ o ep n epe m epR l ep k ep j ep i ep_ h epF g ep f ep:eep7?v'bv'bdep6?NO c ep, b ep" a ep ` ep _ep?KL^ep?!"]epe?!"\epR?!"[epK?{Ǽ{ǼZep)?{Ǽ{ǼYep?!"Xep?!"Wep?{Ǽ{ǼVep?{Ǽ{ǼUep?{Ǽ{ǼTep?!"Seph?{Ǽ{ǼRep_?ZZQepF?!"Pep4?{Ǽ{ǼOep(?{Ǽ{ǼNep?{Ǽ{ǼMep?{Ǽ{ǼLep:?!"Kep.?{Ǽ{ǼJep,?!"Iep"?!"Hep?!" G ep F epK E ep) D ep C ep B ep A eph @ ep4 ? ep( > ep = ep < ep. ; ep : epK 9 ep) 8 ep 7 ep 6 ep 5 eph 4 ep4 3 ep( 2 ep 1 ep 0 ep. / ep . epK - ep) , ep + ep * ep ) eph ( ep4 ' ep( & ep % ep $ ep. # ep " epK ! ep)  ep  ep  ep  eph  ep4  ep(  ep  ep  ep.ep?~~epb?݉؝؞epK?;;ep-?݉؝؞ep)?;;ep?݉؝؞ep?;;ep?;;ep?;;ep?݉؝؞ ep?݉؝؞ eph?;; epX?݉؝؞ epU?݉؝؞ ep4?;;ep(?;;ep?;;ep?;;ep?--ep?݉؝؞epm?݉؝؞epW?݉؝؞ep.?;;ep ?݉؝؞  epb ~ ep- } ep | ep { ep z epX y epU x ep w ep v epm u epW t ep s epbrep-?qep?-- p ep o ep n epX m epUlep=?~~ k ep j ep i epm h epWgep&?!! f ep e epb d ep c ep b epX a epU ` ep= _ ep ^ ep ] epm \ epW [ ep& Z ep Y epb X ep W ep V epX U epU T ep S ep R epm Q epW P ep Oep?u RNepb?EoWMepM?u RLep?EoWKep?u RJep?EoWIep?u RHepi?u RGepa?u RFepX?EoWEepU?EoWDep?u RCep?EoWBep?u RAep?EoW@epm?EoW?epW?EoW>ep%?u R=ep?u R<ep ?EoW ; ep : epM 9 ep 8 ep 7 epi 6 epa 5 ep 4 ep 3 ep% 2 ep 1 ep 0 epM / ep . ep - epi , epa + ep * ep ) ep% ( ep ' ep & epM % ep $ ep # epi " epa ! ep ep?~~ep?ZZ  ep%  ep  ep  epM  ep  ep  epi  epa  ep  ep%  epep?epM?ep?ep?epi?epa? ep? ep%? ep? !parliamentc?5sW5sW !parliamentb?؝!parliamenta?ޗ~!parliament`?//!parliament_?//!parliament^?sW5sW5!parliament]?//!parliament\?//!parliament[?//!parliamentZ?!parliamentY?//!parliamentX?//~!parliamentW?//}!parliamentV?//|!parliamentU?//{!parliamentT?//z!parliamentS?//y!parliamentQ?//x!parliamentP?//w!parliamentO?//v!parliamentK?//u!parliamentJ?//t!parliamentI?//s!parliamentH?//r!parliamentG?//q!parliamentF?//p!parliamentE?//o!parliamentD?//n!parliamentC?//m!parliamentA?//l!parliament@?//k!parliament>?//j!parliament=?//i!parliament;?//h!parliament:?//g!parliament8?//f!parliament6?؝؝e!parliament?//d!parliament?c!parliament?'bv'bvb!parliament?//a!parliament?bv'bv'`!parliament?//_!parliament]?QQ^!parliament\?QQ]!parliament[?\!parliamentZ?ϥ_`[!parliamentY?Z!parliamentX?ӄ8C8DY!parliamentW?;;X!parliamentV?$I$IW!parliamentU?sW5sW5V!parliamentT?==U!parliamentS?~~T!parliamentR?hhS! parliamentQR! parliamentPQ! parliamentOP!parliamentL?깫O! parliamentKN! parliamentJM! parliamentIL! parliamentHK! parliamentGJ! parliamentFI! parliamentEH! parliamentDG! parliamentCF! parliamentAE! parliament@D!parliament??؝؝C! parliament>B! parliament=A! parliament;@! parliament:?!parliament9?eFTeFT>! parliament8=! parliament6<!parliament5?깫;! parliament:! parliament9! parliament8! parliament7!parliament?6!parliament?==5! parliament4!parliament?ӄ8C8D3!parliament?xx2!parliament?--1!parliament?ݶmn0! parliament/!parliamentR?pq.!parliamentQ?-!parliamentP?*2*2,!parliamentO?+!parliamentN?'bv'bv*!parliamentM?;;)!parliamentL?(!parliamentK?//'!parliamentJ?sW5sW5&!parliamentI?hh%!parliamentH?$!parliamentG?jk#! parliamentF"! parliamentE!! parliamentD ! parliamentC!parliamentB?{Ǽ{Ǽ! parliamentA! parliament@! parliament?! parliament>! parliament=!parliamentu! parliament=t! parliament<s! parliament;r! parliament:q! parliament9p! parliament8o!parliament7?dKyVEn! parliament6m! parliament5l! parliamentk! parliamentj! parliamenti! parliamenth! parliamentg! parliamentf! parliamente! parliamentd! parliamentc! parliamentb! parliamenta! parliament`! parliament_!parliament?l[-^! parliament]! parliament\!parliament?s[! parliamentZ! parliamentY! parliamentX! parliamentW!parliament? aV!parliament?N=U! parliamentT!parliament?İK S!parliament?!oR!parliament??KLQ!parliament>?P!parliament=?O!parliament! parliament=! parliament<! parliament;! parliament:! parliament9! parliament8!parliament?/07! parliament6! parliament5! parliament4! parliament3! parliament2!parliament?TeFTeF1! parliament0! parliament/! parliament.! parliament-! parliament,!parliament?hh+!parliament?ԒI$I%*! parliament)! parliament(! parliament'!parliament?&!parliament?髚%!parliament?!"$!parliament?pp#!parliament?pp"!parliament?@ @ !!parliamentW?!! !parliamentU?sW5sW5!parliamentT?;;!parliament0?~~!parliament?mm!parliament?==!parliament?==!parliament? @ A!parliament?⌨ʌ!parliament?ꌨʌ!parliament?xx! parliament! parliament! parliament! parliament! parliament! parliament! parliament! parliament! parliament ! parliament ! parliament ! parliament ! parliament ! parliament! parliament! parliament! parliament! parliament! parliament! parliament!parliament?ޗ~! parliament! parliament! parliament~! parliament}! parliament|! parliament{! parliamentWz! parliamentUy! parliamentTx!parliament??ppw!parliament!parliament?ع)a~=!parliament?v7i<!parliament?`;!parliament?{p:!parliament? 89!parliament?M&I8!parliament?%,/r7!parliament?DdL6!parliament? (5! parliament4! parliament3! parliament2! parliament1! parliament0! parliament/! parliament.! parliamentX-! parliamentW,! parliamentU+! parliamentT*! parliamentR)! parliamentH(! parliament?'! parliament=&! parliament<%! parliament1$! parliament0#! parliament."! parliament%!!parliament$? 8ϛ ! parliament#! parliament"! parliament!! parliament !parliament?z ѵ! parliament! parliament!parliament??!parliament?)a}! parliament! parliament!parliament ?el!parliament? a!parliament?ãkOA:7!parliament?£*2*3!parliament?!parliament?QQ!parliament?Ǐxx!parliament?ZZ !parliament?ɫ !parliament? !parliament? !parliament?;; !parliament?؝؝!parliamentX?NN!parliamentW?hh!parliamentU?--!parliamentT?hh!parliamentS?NN! parliamentR! parliamentH! parliament?! parliament=! parliament<~! parliament1}! parliament0|!parliament/?__{! parliament.z!parliament&?ۚy! parliament%x! parliament$w! parliament#v! parliament"u! parliament!t! parliament s! parliamentr!parliament?W5sW5sq! parliamentp! parliamento! parliamentn! parliamentm! parliamentl!parliament?k! parliamentj! parliament i!parliament ?~~h!parliament ?ppg!parliament?!!f!parliament?݉؝؞e!parliament?QRd!parliament?C8C8c! parliamentb!parliament?//a!parliament?ĿKK`! parliament_!parliamentF?'bv'bv^!parliamentR?~~]!parliamentH?Η~\!parliament??[!parliament=?Z!parliament! parliament=!parliament?C8C8<! parliament;! parliament:! parliament9! parliament8! parliament7! parliament6! parliament5!parliament?д @ A4! parliamentF3!parliament?hh2!parliament?QQ1!parliament/?'bv'bv0! parliament&/!parliament%?Ǐxx.!parliament$?8C8C-!parliament#?QQ,!parliament"?ZZ+!parliament!?==*!parliament ?ѕQR)!parliament?{Ǽ{Ǽ(!parliament?\\'! parliament&!parliament?!!%!parliament?*2*2$! parliament#! parliament"! parliament!! parliament ! parliament! parliament! parliament ! parliament ! parliament ! parliament ! parliament! parliament! parliament! parliament!parliament?؝؞! parliament! parliament! parliament! parliament! parliament! parliament! parliament!parliament_?/0 !parliamentW?!! ! parliamentF ! parliament ! parliament !parliament?!parliament?=>!parliament?Ǐxx!parliament?髚!parliamento?W5sW5s!parliament]?5sW5sW!parliamentO?pp!parliament$?eFTeFT! parliament&! parliament!parliament? BP~!parliament?:A}!parliament?Zz ѵ|!parliament?Ii4{!parliament?EoWz!parliament?u Ry!parliament?EoWx!parliament ?`q6w! parliament v! parliament u! parliament t! parliaments! parliamentr! parliamentq! parliamentp! parliamento! parliamentn! parliamentm! parliamentl! parliamentk! parliamentj! parliamenti! parliamenth!parliament?ع)a~g!parliament?)a}f! parliament_e! parliamentWd! parliamentFc!parliament?[-eb!parliament ?29(a! parliament`! parliament_!parliamentG?W^!parliament??! parliament=! parliament_<!parliamentY?FTeFTe;! parliamentW:! parliamentF9!parliament0? @ A8!parliament,?ʌʌ7! parliament6! parliament 5!parliament ?ZZ4! parliament3!parliament?eFTeFT2! parliament1!parliament?@ @ 0! parliamentG/! parliament?.!parliament:?ң*2*3-!parliament6?,! parliament+! parliament*! parliament)!parliament?W5sW5s(!parliament?~'! parliament&! parliament%! parliamento$! parliament]#!parliamentS?Ɓhh"! parliamentO!! parliament$ ! parliament'! parliament!parliament?eFTeFT! parliament!parliament?ϥ_`!parliament?__! parliament! parliament! parliament!parliamentu?! parliament_! parliamentY!parliamentW?//!parliamentF?--!parliamentB?KL! parliament0! parliament,!parliament?ZZ!parliament ?!" ! parliament  !parliament?!! ! parliament !parliament?᫚ ! parliament!parliament?ܨʌʍ! parliamentG! parliament?! parliament:! parliament6! parliament!parliament?5sW5sW!parliament?__! parliament!parliament? @ @~!parliament?{Ǽ{Ǽ}! parliament|! parliament{! parliamentz! parliamenty! parliamentox! parliament]w! parliamentSv! parliamentOu!parliament4?hht!parliament2?ZZs! parliament$r! parliament'q! parliamentp! parliamento!parliament?{Ǽ{Ǽn!parliament?!!m! parliamentl!parliament?k! parliamentj! parliamentui!parliamentj?C8C8h! parliament_g! parliamentYf! parliamentBe! parliament0d! parliament,c!parliament*?//b! parliament a! parliament`!parliament?C8C8_!parliament?д @ A^! parliament]!parliament?ۚ\!parliamentG?ՠZZ[! parliament?Z! parliament:Y! parliament6X!parliament?//W!parliament ? @ @V! parliamentU!parliament?_`T! parliamentS! parliamentR! parliamentQ! parliamentP! parliamentO!parliament?2*2*N! parliamentM!parliamentv?_`L! parliamentoK!parliament]?д @ AJ! parliamentSI!parliamentO?xxH! parliament4G! parliament2F!parliament$?__E!parliament?hhD! parliament' 6k||fP:$~~~~~~~t~^~H~2~~}}}}}}}l}^}P}B}4}&}} ||||||||||~|p|b|T|F|8|*|||{{{{{{{{{{t{f{X{J{<{.{ {{zzzzzzzzzzxzjz\zNz@z2z$zzyyyyyyyyyy|yny`yRyDy6y(yy xxxxxxxxxxxrxdxVxHx:x,xxxwwwwwwwwwwvwhwZwLw6w w vvvvvvvpvZvDv.vvuuuuuu~uhuRup0p"ppoooooooooozolo^oPoBo4o&oo nnnnnnnnnn~npnbnTnFn8n*nnnmmmmmmmvm`mJm4mmlllllllnlXlBl,llkkkkkk|}ep4?//|ep3?//{ep2?//zep1?//yep0?//xep/?//wep.?//vep-?//uep,?//tep+?//sep*?//rep)?//qep(?//pep'?//oep&?//nep%?//mep$?//lep#?//kep"?//jep!?//iep ?//hep?//gep?//fep?//eep?//dep?//cep?//bep?// a ep4 ` ep3 _ ep2 ^ ep1 ] ep0 \ ep/ [ ep. Z ep- Y ep, X ep+ W ep* V ep) U ep( T ep' S ep& R ep% Q ep$ P ep# O ep" N ep! M ep L ep K ep J ep I ep H ep G ep F ep E ep4 D ep3 C ep2 B ep1 A ep0 @ ep/ ? ep. > ep- = ep, < ep+ ; ep* : ep) 9 ep( 8 ep' 7 ep& 6 ep% 5 ep$ 4 ep# 3 ep" 2 ep! 1 ep 0 ep / ep . ep - ep , ep + ep * ep ) ep4 ( ep3 ' ep2 & ep1 % ep0 $ ep/ # ep. " ep- ! ep,  ep+  ep*  ep)  ep(  ep'  ep&  ep%  ep$  ep#  ep"  ep!  ep  ep  ep  ep  ep  ep  ep  ep ep4?@ @  ep3?@ @  ep2?@ @  ep1?@ @  ep0?@ @ ep/?@ @ ep.?W5sW5sep-?@ @ ep,?@ @ ep+?@ @ ep*?W5sW5sep)?@ @ ep(?@ @ ep'?W5sW5sep&?@ @ ~ep%?mm}ep$?@ @ |ep#?@ @ {ep"?@ @ zep!?W5sW5syep ?@ @ xep?@ @ wep?@ @ vep?@ @ uep?8C8Dtep?8C8Dsep?@ @ rep?@ @ qepQ?~~pepP?QQoepO?QQnepN?xymepM?xylepL?~~kepK?~~jepJ?~~iepI?~~hepG?~~gepF?~~fepE?~~eepD?QQdepC?~~cepB?~~bepA?$I$Iaep@?~~`ep>?~~_ep;?~~^ep:?~~]ep9?~~\ep8?~~[ep7?~~Zep6?~~Yep5?~~Xep4?QQWep3?~~Vep2?~~ U epQ T epP S epO R epN Q epM P epL O epK N epJ M epI L epG K epF J epE I epD H epC G epB F epA E ep@ D ep> C ep; B ep: A ep9 @ ep8 ? ep7 > ep6 = ep5 < ep4 ; ep3 : ep2 9 epQ 8 epP 7 epO 6 epN 5 epM 4 epL 3 epK 2 epJ 1 epI 0 epG / epF . epE - epD , epC + epB * epA ) ep@ ( ep> ' ep; & ep: % ep9 $ ep8 # ep7 " ep6 ! ep5  ep4  ep3  ep2  epQ  epP  epO  epN  epM  epL  epK  epJ  epI  epG  epF  epE  epD  epC  epB  epA  ep@  ep>  ep;  ep:  ep9  ep8  ep7  ep6  ep5  ep4  ep3  ep2  epQ  epP  epO ~ epN } epM | epL { epK z epJ y epI x epG w epF v epE u epD t epC s epB r epA q ep@ p ep> o ep; n ep: m ep9 l ep8 k ep7 j ep6 i ep5 h ep4 g ep3 f ep2eepQ?W5sW5sdepP?mmcepO?W5sW5sbepN?W5sW5saepM?㚹`epL?W5sW5s_epK?W5sW5s^epJ?W5sW5s]epI?W5sW5s\epG?W5sW5s[epF?W5sW5sZepE?W5sW5sYepD?W5sW5sXepC?W5sW5sWepB?W5sW5sVepA?8C8DUep@?W5sW5sTep>?W5sW5sSep;?W5sW5sRep:?W5sW5sQep9?W5sW5sPep8?mmOep7?W5sW5sNep6?W5sW5sMep5?W5sW5sLep4?mmKep3?W5sW5sJep2?W5sW5sIep?QQHep?QQ )yZ<~~~~`~?~}}}}}p}J}'}|||||i|F|%|{{{{|{[{:{zzzzztzSz.z yyyy|yYy7xxxxxcx@x wwwwwwhwBvvvvvcvCv"uuuuupuLu&utttt{t[t6tsssss}s\s?s rrrrrxrVr5rqqqqqqyqSq4q pppppcp?poooootoOo,onnnnvnRn)nmmmmm^m;m m llll|lcl?llkkkktkPk*kjjjjojGj#jiiiitiQi.ihhhhuhNh,h ggggg`g:gffffeeeee]eGe$dddrdPd,d cccccXc2cbbbbbebAbaaaaa`a;a```S` _____^^^^^e^=^]]]]].]\\\\x\P\(\[[[[[^[>[ZZZZZkZGZ YYYYYcY?YXXXWWWW~WZW4WVVVVzVWV0V UUUU~UWU7UTTTTTVT3TSSSSuS\S8SRRRRRaRARQQQQQ}QNQ&QPPPPP^P:POOOONNNNNaN=NMMMMM]M2MLLLL{LUL:LKKKKKqKPK-K JJJJJ_J=JIIIIIZI3IHHHHHoHMH*H GGFFFF{FZF8FEEEEEiEFE%DDDDDqDLD*D CCCCzCPCBBBBqBNB%AAAAApAIA&A@@j@C@!?????k?J?#?>>====|=Z=7=<<<<:G{DYpica    !?333333 ejpr!  x@ffffff|ejpr  !r+@'G{ val'  F@C mackie&  @]folketing'  a@D archivio    @&,bwl  w!  (@/\(\ v+ceoc  MI @333333)tila  C@B =pAasl!  :@ \(gverk  ]9*@:TzG ssr$  P @333333_Qhagstofa   P<@*p =pkw&  E@&dfolketing!   B@ffffffbafs   }, @!.zGHverk#   F@#Qvoltive  jU-@2aGz-cne   Y@333333Nceoc  @ bwl   B?ٙ-tila!~   @(aGzceoc"}  @333333$bwl"|  hL@E&fffff֒nos-sv!{  1`[@5Q(0inssez  v@ =pFPepp'y  @@A333333archivio$x  @DYYbef-7 w  r@ffffffvalv  Pessexu  ;?333333ovrk t  &@-ffffffSssrs  wr  g@9bwlq  @G˅Q+lcne&p  @Cfolketing o  7;@3Lovbcn %'c ejprAlliance: Christian Democratic Center / United Christian Democrats (CCD/CDU) m  )b@,\( ibzl   @%QRcvkuk 5 ~@333333 >bwlSeveral Free Democratic (FDP) MPs crossed the floor in opposition to the Ostpolitik.#j  }/o@Cfffff)`no-2010i  |( @333333 h  {@6pA%g  z @zG kiesraad!f  yp@' =pZpica!e  x,@5333333bafs!d  wef@333333Duejpr!c  v@verk!b  u2@?GzrXverka   sv@Oval&`  rU@ Afolketing _  q6 @$Qvrk!^  pN@BfffffOotila]  o?zG9ibz$\  n> @/ffffff:hagstofa[  my?bwl Z  lr@ ɶsosY  kkno-2010%X  iIE&@5)folketing$W  hnn@F\(~no-2001!V  g@IQ+cneU  f7@7333333 |sos T  e/@!QRwssr S  d3@zG}*verkR  bY?cne"Q  _qL?əcraig P  ^~b@%\( ibzO  ]= mep N  \@\(02eie&M  [E*@7L ڂfolketing L  Zt? =pA)verk K  Y@GzHcvk*J ) X@ zGh'kiesraad, verk"I  Wo@333333ref%H  VY@ffffffT}folketing G  U?A@2RWbecF  S|T?ctila!E  R^@0fffff܇tilaD  Qk?cne C  P@'p =q5vrkB  O@(T!A  N:@fffffftila@  Mb?   LU@333333.cne!>   KS@0-parline$=  I*@\(8bparline <  G-~@Q cepp";  F8d@Q>yb-nzl :  Eu7@&_pkw9   C-?\(\epp 8  B& @333333tila!7   A+{?Gzgall-09 6   @!? =pPec-nz5  ?k@%QRu'cne4  >k4?\(\["ejpr"3  =??ffffffbef-7"2  <y?޸Qzessex 1  ; @C5\( 9Tcne 0  : @#u\(!vvk/  9?333333 ,hbwl .  8@,GzHcik#-   7?cevipol ,  6 @Дcvk'+  4o@'0rno-2010!*  31@ =pV~insse")  2hN@H&fffff 5mackie"(   1@֙yb-dnk$'  0 ?333333~folketing!&  / @ sebya%  .X6@zG{|vvkElectoral alliance: Our Home is Estonia! (Meie Kodu on Eestimaa!)$   -r?zGepp#  ,`?Fcne""   *SU@parline!  )>@,\(jep  (@ffffffibz   '@Atila:  %3 &?333333 no-2010, nytTassos Papadopoulos   %@;5\( ўasl!  $xl @Zejpr   #)@5# =pcibz   !JY@ffffffcverk     .@?ep  3gall-09   @)\(\divrk   7craig   @1Qibz!  hI @tila"  5@%333333=tkbwl!  @p =q ukeu!  :"@6:G{vverk  @"zGbmi  u @G33333>Vovb"http://valasztas.hu/vteup04/l1.html (...) According to this, KDNP did not participate at all in 2004 (that time, this party was virtually non-existent)." personal communication with Zsófia Papp (HAS Centre for Social Sciences, Budapest) 2014 "   ^@ =poyb-nzl  pclea!  t@ %bafsF Q  ] ?=p ==archivioLista Referendum (Referendum List)   ?(\)bafs$   V@#333333cevipol#   @ Bmackie$  @"333333Lcevipol!  /@7L~bafs!  e@333333:ejpr!  @eejpr#  @+ 4mackie   !}@4epp$  /@Gs33333/ no-2010  |/@*zG{jssr~   k@333333pkw }  @*33333'ssr |  -}@$Q'epp{   6?Gzbvrkz  @EG{&Zcney  @ QHcvk#x  q@#X]parlinew  q@133333Uvvk!v  c@Cepp$u  b@%Q 3cevipolt  ws  }@ffffff Idbwl!r  7@:333335bafsq   fbafs"p  cW @QYessex o  Y@&zG ibz"n  Q@wnos-sv%m  #@:mackie&l  ,@ folketingk  @b$j  @cevipoli  j@FLc"h  R@&Ino-2010 g  @.L5vcvk f  <@6p =CcneAe  - 5>-@ hagstofa, mchaleDissident members of the People's Alliance (Ab) ran on an independent list and later formed Union of Liberals and Leftist (Sfvm) (McHale 1980, 527).!d  ?@ =p Cessex"c  <@4zG}^ec-nz b  @ pkwLa c K@GzverkElectoral alliance: Regenboog (The Rainbow)!`   @? =p ]verk_  S@ffffff/vvk ^  $@1Lbafs]  r@3333331\  @CR|md [  ?(\)(epp"Z  )|*@1 ]mackie"Y  @5+Qessex$X  @LXcevipol~W  A k]?GzHarchivioElectoral alliance with Federation of Italian Liberals (Federazione dei Liberali Italiani) V  Q@:(\A,vrkU  :"T  w@(\)>essex%S  @ffffffEfolketing_R  %@\( eJarchivioElectoral alliance: Pole of Autonomy (Polo dell'Autonomia)Q  G?$P  0@*no-2010#O   @ ffffff!yb-dnk(N ]?g?陙Obwl, dhbtCentre Party (Zentrum) won 1 SMD seat through electoral coordination with the Christian Democrats (CDU).The CDU did not field a candidate in the electoral district of Oberhausen, and the Zentrum accepted a CDU member to be placed second on the Zentrum list.$M  V'@AfffffparlineL  *@1 #K   ?޸Q׏archivio$J -  ]$www.parlament.hu I  ] @ Qssr"H  K.@?bwl#G  @2L;1gud97F  7@333333sos!E   @@QXukeuD  : @\(ibz C  g.@  q+@>}p =u?gall-09!=  @@933333Uzgud97%<  ?@archivio;  a? =pt8cik :  L@ =p ibz#9  ('@@ bwl8  .@vcvk"7  @"aessex%6  9@#3333336Uarchivio"5  -=@:p =qrvolby!4  d@4\(!8xessex3   ZB?333333$tila!2  ,@%W =p%]ceoc%1 -  ]www.parlament.hu0  7?ibz%/  p@3}p =parline".  y3?0!essex%-  k@\($archivio,  &@2 Jamd+  , @GzHpssr$*  @Qhcevipol")  0@1&fffff essex (  0@6N(bafs'   8?X%&  %>R@)$(mackie$%  N@H*=p bgall-09$$  ;@<cevipol#   ?gHtila!"   @333333Eejpr !  @' cne!  @3333335ejpr!  '@zGpdessex!   @%H&ejpr   5@QRMcvk$   @>s33333voltive  |@0 =pssr!  V@( Bejpr   ejpr  |@Z   w#  1 @$3333331yb-nzl&  @333333folketing   :@=p =verk    @Qvrk   R@8lasl"   @"333333yyb-dnk    7D?wcraigg  wv=@A|(\WessexElectoral alliance with Slovak Farmers (Slovenská rol'nická strana)#   @333333macr-85#  ~@A;?ejpr  }+ @7p = asl%  {i@\(\archivio#   z<@ffffff.gall-09!  y  @333333&tila  x?mtila%  w*q@?Q@parline   v @#r cvk#  un @Cٙ yb-nzl   t @&ffffffDtila"  s3@yb-dnk  rGcraig   q(?$ark  p;w@Gz.vrk!  o @@tila~  n:@\(yibz }  l#@IzHMdoi|  k~iessex {  j@& mibz+z % iq@ 333333uasn, no-2010$y  hq2@A gall-09#x  gN@1yb-dnkw   e"@\(ibz'v  ' d?B?3333336no-2010, tila&u  cN@1Lxmfolketing"t  b?mackie!s  a@zGverknr % `?ffffffQukeuScottish Nationalists (SNP) took 2 seats with 19.7% of the vote in Scotland.$q  ^N>@"\(e=gall-09p  ]0 @ (\)val"o   \@!`yb-dnk n  [` @?Rbec!m  ZG@zG-ejpr l  XM@%tilak  W4x@ {cvkj  V@|bwl!i  Uw0 @^essex%h  RY @D)folketingg   Qq@.vvk#f  PJ@ 57parline!e  N@ bessex!d  M@Vfrpo"c  Ln2@DEec-nz!b  K7?]Cejpr%a  J@@/gfolketing"`   I1?333333eno-2010_  HO @(\)cik$^  G @voltive]  F Fmackie\   EImep [  D@?QR[eplTZ s C?bejprElectoral alliance with Pari pour la Wallonie (PPW)"Y  B@Yessex"X  A"p@D\)V.PpicaW  ?|&@2333333 s&V  >E@'folketing U  =?ffffff9bafs&T  ;U @Bfolketing'S  ' :hB?333333ono-2010, tilaR   9 @Gz]ibz&Q  8@"folketingP  73b&O  5Aa @CYRarchivioN  4l@SbafsM  34@0aGzDzcvkL   2 bafsK  1@=fffff*9bmi%J  0E@Q archivioI   /0@333333ssr H  .p@FNzG'lcne"G  -a?ٙ|bef-7F  ,i?333333YBbafsE  +clea-11$D  * F @"p =voltive C  )s/@6333333wbafsB  '*v@=c =pQepp!A  % @ =p|pica%@  $])k@0`garchivio"?  ##4@$;kbwl#>  "o@8G{b6refF= S ! k@ =p3aecTony Crook (National Party of Western Australia) is included into the official results of the National party although his has publicly stated to be an independent.!<   fZ?ffffffbafs;   ?ٙ bafs$:  q/@@\(Sgall-099  Z@! =qcne 8  uZ?=pbafs&7 ! <@As33333cy-gov, ep 6  ?333333 7ejpr 5  l@G =p#ibz!4  @ 333333tila3  ^,@3lCtila$2  V@$nzG garchivio, ejprIncludes electoral list L'Ulivo as part of electoral alliance L'Unione.0  7@Msos /  @=p =val .   H@BQGaec$-   '?zG archivio#,  / o3 MPs on PdL list+   h?\(\doi*  ($ark$)  <@QG5gall-09+( ) @!p =*4kiesraad, verk&'   N$@4 folketing &  @zG{Sibz&%  ' MB?ٙ# no-2010, tila $  @Q ukeu #  #3@8ffffffbafs"  @# ibzK!   m ?333333Óháð framboð á Suðurlandi (Eggert Haukdal)'  @@:fffff{archivio  qcraig"  ;7?QRubef-7$  ?333333cevipol$  V@'Q ~cevipol  @EY#x{  @GR 0md"  @:33333Cbef-7#  An#@F =qbyb-nzl  essex!  3N@$C6ejpr&  @&T;folketing$   @- vcevipol  ,@ =p ]Jssr   I @ffffffrtila!  ;%@6333333seby   p@*G{ (ibz   ejpr!  )U@Cfffffߌtila!  E.@:333333 ܸejpr$  * @Kparline  c?zG{[epp   ;@\(vrk#  4E@0]yb-dnk&  E@%gfolketing   3+@;W =pNverkQ g 4@ =pIcvk, roseElectoral alliance: Political Patriotic Union "Motherland” (Politiskā patriotiskā apvienība "DZIMTENE") with For Freedom, Social Justice and Equal Rights (ЗаСССР)!  f?=p =&ejpr   M $@0jtila  *v@"33333Bepp   >4@@\(.verk  ? =pBcne  v@: Yval   vr@/val~   v@! =q"ssr%}  %zM@$_mackie|  udmejpr{  cne$z  (@C :Fbwl$y  SS @-:parline!x  2J@@(\)a;volby w  T #@1ffffftila%v  k@GzH @Marchivio%u  ! 6?3333334bafs, ejpr"t  PT@3zG{ :essexs   @ Qmig"r  hD@E zwmackieq   Cejpr!p  7@@s33333؏ovb o  L*@ /bwl!n  b^ @.Jtila m  @ U ejpr l  q@:Rvvkk   Z?񙙙)Ubafs j  @$ =q asli  @GzH4,vvk"h  $@4hagstofa g  )@ (\)F{ibzf  f craige   >?333333fverkd  'vejpr#c  >@'B\(*gall-09&b  l @fffffffolketing!a  Z@333333%tila"`  c}@E"essex _  b^#@2ffffff9tila^  @@Dcne(]  uc@( =p Deejpr, mdi!\  p0@@˅Q%Ypica#[  S@;fffffYparline Z  s#7@8fffffTbafs"Y  .@@4bwl$X  @ clea-11$W  Y@333333sno-2001!V  U @@ٙ=Mverk U  !r?>epp!T  u-@6X0bafs&S  *@MfGjno-2001 R  @8vvkQ  6@QsvvkElectoral allicance with Estonian Social Democratic Labour Party (Eesti Demokraatlikuks Tööparteiks) and Russian Unity Party.P   ~:@eibzO   Q@-p =veplN  w M   @ =pZcne#L  @ =pOparline!K  e: @B%ejprJ   h@ =pHcvalI  mackieH  ? =pcne#G  \@GzHgall-09 F  w@ p =qessexE   s?3333332bafs%D  #H@6Lmackie,C ' ?ffffffcarchivio, mdiB  U}@ =p 8epp"A  ;@ {bef-7@  9 ?   ^;@;L8tila>  "%@zG_eed =  ?Gz>?epp<  "7?ٙ};   >?QF~verk#:  b("@Bbwl9  O@ =p [cik%8  @ffffff archivio7   ~?Gzepp 6  }i@wEbafs!5   |C\?$gall-094  {j"cik$3  z@,_Ymacr-90%2  y5l@/Qvalgside1  xl@ejpr&0  w3@@folketing!/  vP@ =pNvoltive .  ty@>Svuepp&-  sF @ffffff@folketing",  rhL@D LDmackie%+  q|?@ffffffarchivio *  p|@=p =jval)   o?zG{=epp#(  l @2ffffftno-2010'  j? =p5md$&  iF@E=p Igall-09 %  g@(\)ifibz!$  fs@-# =p*verk#  c~ es, essex#"  b#@&8Q 3mackie$!  aM@333333(^Nparline$  `i]@QRParchivio   ^5@333333ejpr$  ]q(@9;gall-09   \B@=ibz!  Z@'333333>bafs&  XFT@>Qarchivio   Wt@DY!cne#  VD@!ffffffWmackie!  Tt@2^Qverk!  S7?333333ejpr   RC@@ =p yasl$  Q@ffffffxcevipolC Q P@?bwlParty did not pass the five percent threshold but won 2 SMD seats in the East of Germany. Representation as a parliamentary group would have required 3 SMD seats.  M'|(@1 Z   LD?T mackie    It?~bafs#  Hzn-@AW =p ,yb-nzl!  G_)@6fffff a=seby   D?@p =qessex#  CN@133333yb-dnk!  Bt&@8 =q lverk+ % Aq@ffffffasn, no-2010  @/}@E^Q,ɜmig$  ?|!@"333333parline!  >&@ iLtila   = @9Qasl!  ;[@#su    :b?QRec-nz   9@@ǮzHdasl  8|@)#  7@(lcnos-sv   6.>@#`ep  3-@@Y z4bmi   2@zG{oibz~  1 C !}  0u@ffffffejpr&|  / @ffffffkfolketing{  .3?u=ejpr%z  -]7@!ffffff38archivio%y  ,a @&\(;Barchivio"x  +@,\(\volby#w  )n@333333mackiev  '4@Q՜cvku  %?[&t  $]D@C&ffffffolketing[s w "k@=p =archivioElectoral alliance: Rosa nel Pugno (Rose in the Fist)"r  !W=5@48Q$volby!q   ?p =qverkp    :@=p =øibz!o  @'33333hverk n  @)(\)Qvrk%m   @ archivio$l  ]@p =qMarchivio k   @0p = aslj  ($ark i  5?ٙ~pkw$h  >@Bno-2010sg  1 ??zG{ukeuDemocratic Unionists (DUP) took 1 seat with 31.9% of the vote in Northern Ireland.f   tq?=p =[verke   ejpr"d  F3@B bbc#c  \z'@'#OmackieCb  m';Alliance: Dini List -- Italian Renewal (DINI-RI)za 7   ?əarchivioMovimento Autonomista Regionale Piemontese (Regional Autonomist Movement of Piedmont)"`   ? =p4essex _   @@  Sq@;Uvvk =  @'QTcik< g @p =qRcvkElectoral alliance with Latgale’s Democratic Party (Latgales Demokrātiskās partijas apvienotais saraksts);   . @ocvk:  f?T%9  UF?folketing 8   @Qmig#7  n+@CGz yb-nzl6   @333333*>bwl5   ~voltive!4  x]4@=O;ejpr"3  8n8@E}p = yb-nzl 2  #@IYdoi 1  ?ffffffm\mackie0   f?陙@1h\)^?verke  {~@ kQ;ibz d  zp(@<Q5Fpica c  wsZ@Gbafsb  vQ@1QRverka   u)@\(\ibz`  t@_cvk$_  ra@|yb-norX  i1A essexW  h~es, essexV   gI%?Qepp#U  fa?folketingT  e@As33333f$ S  d@\(`verkR  cQ? =pjepp Q  a^@$tila#P   `?GzarchivioO  _@ =pLeie$N  ]@\(larchivio"M  \]@0yb-dnk#L   [? =p archivioK  Z[@\(Upica J  Xw@ffffffbafs#I  W>@'Lgall-09#H  V@\(O}cevipolG  Ux?ffffffYejprF   T?(\)-?bafsE  S.q@5cFepD  R6|wC  Q@IkQMmd$B  P @' 6mackiefA  3 O;vrkModerniųjų krikščionių demokratų sąjunga (Modern Christian-Democratic Union)$@  N@@ {folketing?   L8? ark#>  KM&@$G{Sparline=  Jdejpr<   It?\( Gverk;  HX'@00gud97 :  G@7(verk9  Fv@#B\("cepp!8   El@"ffffffyb-dnk&7  Da@E333333 archivio6  B6F@?W =p?vrk5  A7@!333333>bwl4  @Q?feppG3 U ? ?i folketingPensioners Party (Pensionistpartiet) 2  >I @333333Ttila!1  =RS?(\)Ivoltive$0  <@ archivio/  ;v(@;sd.  9,@DKQqepp$-  8]@ffffffarchivio#,  7@earchivio#+  5@& 5no-2010*  4F?333333zbbc)  2!_@D fibz(   0.@' ep'  /@d;bafs&  .v3@ 333333:vbwl#%  ->P @+4[hagstofa $  ,O@\(verk#  +@3\(cvk"  *e/ @@Y |ejpr !  )0?Fyb-swe  'v@(\)epp  &b@mtila$  %?folketing  $@@md  #F?333333bbc!  "S.@B333333bwl  ?Q]cne$  F@ 5archivio  QY@&Qaverk  :vrk   S@QRSverk   :-@5ffffff tila!  ]@5ffffffessex$  w,@/0dmackie$  eu@ffffff mackie#  ?陙?folketing   @ibz!  k))@\("ejpr  @Ffffff&[   q?Qverk  ?IbafsX u @ffffffParchivioElectoral alliance: National Bloc (Blocco Nazionale)  @\(\val  lZ?=Jbafs   q@(ffffffnvvk!  P@GzHvoltive  @|$  \?Q carchivio  uv?ffffff7bafs  ^0@6ffffff *tila  ?\(cne  "q@8EQ6eed ;qO- ~~~~~Y~7~}}}}}_};}|||||d|>|{{{{{h{E{#zzzzXz8zyyyyyxxxxxexBx'xwwwwywawFw#vvvvvivCv!uuuuuzutttttbt6tssssslsVs1srrr^r9rqqqqqWpooooo\o:onnnnnmnHnn mmmm~mjmGm lllll/l kkkk}kZk2jjjqjNj4jiiiiyiWi3ihhhshQh0h gg^g:gfffffmfKf'feeeeeeeCe dddddhdFdccclcJc'cbbbbbab>>>r>N>'=====O=,=<;;;;u;O;,;::::o:O:):9999u9[96988888g8@887777w7S7*76666z6S6/6 5555q5I5!44444g4D333Z3832222^27211111i1G1#000`090/////k/F/+/.....h.E.-----k-F-!,,+++++c+>+***|*S*.* ))))h)O)*(((s(L()('''''a':'&&&&&l&C&%%%%%n%J%'%$$$$m$D$*$####v#P#-#""""x"R"1"!!!!!l!=! i F #!iG#~Z3hCjG% }YAz4uN,nF`='sJ)[9^:^6|T2 b @  h D *  L )   [ 8  q N * tM)vT=\;B  ,v @+333333&epp"A  S2@3333334K|bwl$@  5@333333أvalgside$?  ~R3@GzHHvoltive!>  }]-@9 qejpr%=  |?񙙙Afolketing<  {&?陙RWtila;  z^mep:  y@zGcne 9  xl0@7ffffffobafsj8  w@+333333yvvkElectoral alliance: Kindel Kodu (Secure Home) with Country People's Union 7  v @aseby!6  uhT?333333tila$5  t3>@"Qigall-09!4  sU@>QCverk 3  qh^0@7ltila$2  p @1ffffffTLhagstofa!1  o @ffffff.ejpr!0  n)@333333tila!/  mc@C\(A&epp .  l)^8@6fffffQtila-  k'u ]ejpr$,  j@ ffffffcevipol+  i2clea-11 *  h@%zG"asl )  gw/@$aGzxHessex (  f@4Iasl '  d%?QNepp!&  bi@e ejpr%   a mep$  _?ffffff <'#  ^ @Bcno-2010!"  ]s.@56bafs#!  \/@?L'macr-85  [@*QssrZ %m Z@=uberg-19, ovb78 common SMD candidates (Bergman ea. 2019, 225)  Xcne  Wkmackie&  V @Mfolketing   U3@,fffffMWverk  Txessex!  S@~?bafs!  P;@ =p overk!  N@AQ}$epp   LQ?Lverk   K`Q@@}p =cne#  J%Fk@5>4mackie!  I@0+ejpr  H@(\)evrk  Gm@=fffffasl#  D_(@AFbwl  C\mackie  B?$cvk%  A5@D =phparline  @?Cbafs   ?w?&bafs%  >])#@ffffff!Tarchivio%  =w@#ffffff-nmackie%  <eY@3E<mackie!  ;1@p =q#dinsse   :@%\( pkw   94@ =p cvk%  8%@ =p q archivio#  5^n"@GzGno-2001  4gX@\(\cvk&  2l@ folketing!  1@  &@MzGmd$=  E:@$=p =WWparline<  @F&;   R@2zGasl#:  rP @1LWhagstofa"9  /@2@bwl$8  @ffffff1cevipol7    @zG6cik6   @9@&Qgall-09!1  U@2zGLverk0  h@, =qval/  Xejpr.  4 @\( cvk-  c@L]p = _md0, # /cevipol, pc"When Verhofstadt interim/temporary (it had a fixed date of end) cabinet was formed in December 2007, the appointment of Vandeurzen (CD&V) as minister led to the appointment of his substitute in parliament, who happened to be belonging to the NV-A. Hence, the composition of the group then 24 CD&V and 6 NV-A." (Source: Patrick Dumont, University of Luxembourg; personal communication 30 January 2012)!+  (@2\($kpica"*  a?əbef-7%)  *E@*#parline!(  Gd@zG-ejpr'  @?\( bmi&  +x?Q5doi$%  V@!zGCcevipol!$  ? @tila!#  @ffffff:bafs%"   @&kQ< ]archiviop! ) @zGukeuScottish National Party (SNP) took 2 seats with 27.2% of the vote in Scotland.!  s@333333bafs  &s@"ssr"  @:bwl!  "( @zG{V7pica   J@.Gzabverk   k@BNzG0Ycne#  .@G˅Qyb-nzl%  k@333333 9qarchivio  VDcraig  Ot@C(\1cik!  ].@7qXbwl   @ wbafs, % @4ffffffO*dasn, no-2010   6@$(\Cvrk   v@GzHssr!  O,@@$B\(1eie   ,@5bafs   %<@H333333cOukeu"  ,@^cy-gov    @! =p Jssr#   A?#archivio"   N%?`gall-09$   O?θQarchivio     @"333333Ntila  (@\({Avvk  @-2vrk  Iejpr&~  I@?zG3archivio&} ! 6@/bafs, ejpr"|  y@ jessex!{  @'333333bafs z   ?ffffffnbafs"y  P@Q essex x  @F7 =p1pkw!w   @ffffffseby!v  @C33333 @sos u  : @@tzG Imig%t  ?fffffffolketings  0Xpkw%r  I)@=p =parchivio!q  _@AQ3iwpica&p  @@:iarchivio!o  @9Everk%n  @Bmackiem  ibz l  d6@?33333 Tseby k  q@8zGeie j  u<@(4pkw$i  J<@@fparline!h  2(@%kQ Kpicag  8$f  H@Q!gall-09e   @Q*vvk d  T @333333tila!c  ~2@>ffffff seby b  }:@Q]%ibz$a  |@!333333cevipol%`  z@! =peZnos-sv_   y_ww^  9 w?>ukeuUlster Unionists (John Taylor) took 1 seat with 21.5% of the vote in Northern Ireland."]   v@333333yb-dnk\  uX rcvk+[ ) te@ffffffkiesraad, verk!Z  q @ffffffbafs&Y  p@@@=p |archivio&X  o @ folketingW  mI@Q I0epp"V  k @0333333(bef-7&U  j]F@BffffffYfolketinghT   i?陙ukeuSinn Féin (SF) took 1 seat with 26.0% of the vote in Northern Ireland.S  hybR   gB?ٙ(tila!Q  f,@4L-bafs"P  e h>@AQ nos-sv!O  c @ffffff0ejprN  bV@7 9 M  ag+@50 =qAcvk L  `v@RbafsOK ] _K@ 333333^bwl, dhbtGerman Party (DP) gained representation in the Bundestag by winning 5 SMD seats (6 total, 3 required) through electoral coordination with the Christian Democrats (CDU).!J  ^@ ~ctila:I  ? ]7?craigProtestant Unionist Party"H  \.@C@\bwl"G  [!@\(\ec-nzF  Z"@\(eed!E  Yw?ffffffbafs#D  X @3333333no-2010#C  Vw @2fffff; mackieB  U*@& D&A  T@ 333333Mcevipol @  S~@`epp ?  Q@ffffffYbafs&>  PU3@efolketing&=  O3@33333370folketing<  N!;  MZ?bafs:  L6 w9  Kgall-09"8  J@AR>pica 7  HV@"Rkibz"6  E0r@yb-swe&5  D3@Nfolketing 4  Ck@ GzQcne3  Bb"2  A?陙Obef-7$1  @ @$cevipol#0  ?@ffffffq;yb-dnk%/  >@ 333333archivior. / =i@0GzH*/refElectoral alliance: Europe Ecology -- The Greens (Europe Écologie – Les Verts)!-  ;K@+B\( verk,   :R6@%(\(asl!+  8B @\(עverk&*  7 l @333333Pfolketing)  6"(  50L@5Lyb-swe '  40@& =p Sval &  3/@&QR-ssr$%  2<M@C=p gall-09$$  1 3@zGRvoltive#  0 4mackieK" [ /a@B+bef-7Electoral alliance: National Government$!  +@:\)voltive   *U?Qepp  )t@Qtpkw]  (pl? =p.ibzSum of votes for "Vivant", "Vivant." and "Vivant.." from ibz.   ' @ffffff%migd %&' ejprAlliance: Christian Democratic Center / United Christian Democrats (CCD/CDU)   #`@!Q;cne#   ". @ 333333elec-irl"  !hM@GTzG nos-sv   Q@ \(Jvrk$  >@"=p =QCgall-09$  KZ@1fffff4^mackie%  @=p =archivio%  a@GzH archivio$  "@ # =pcevipol    T @ =p ="ssr!  Y@333333#7verk+ % '@#(\& asn, no-2010  @ovb!  h 2@7333333ެtila$   @\(\Rvoltive  3;? =p /verk#  B'@F\( Myb-nzl  @5h\)TBcik   &0@*\(6md    p@ Gzibz&   @+333333R folketing!   -P@ffffffDvolby%   P@433333Nrmno-2010!  O?\(K!verk   0yb-swe   M@A9={ibz  jcevipol    ?333333.bafs$  \]@=p =archivio"~   N@!yb-dnk$}   @cevipol|  r@${  [@\(7}oparlinez  essex y  p@$\( =ibz"x  yA?\(6essexw  bef-7&v  Ul@'2folketingu  @\(fcik t  @#Kxibz s  3,@!zG )verk r  55@$ffffffBpkw#q  5E7@%R^Bparlinep  _@%ffffff&o  N @folketing#n  R>@Bno-2010 m  ?333333pkw#l   F]?zGbarchivio"k   " @melec-irl j  p@"ǮzHibz#i  '@@ǮzHparline!h  I @333333tila$g  "@$ffffff.cevipol f  !%?QPeppe 5%B@;\(?cneElectoral alliance: Republican and Socialist Front (Frente Republicana e Socialista)combined number of seats from FRS alliance (63 seats) and votes in constituencies of Azores and Madeira (3 seats, 67081 votes, 1.11 pervote)d  @ffffff!c  $@@6jukeu b  hA@A ̾sebyBa  c  CejprSocialist Renewal (Rinnovamento Socialista)`  zq@4!_  u@&5bafs$^  {@<333333bhagstofa&]  ,@ folketing$\  ;@ffffff-mackie![  TI@(fffffftila)Z % hU ?333333tila, toer68 Y  @> )bmiX  Z@9Î!W  0@@zGOpkw#V  S@hparline&U  vN@0folketing!T  @;02pkw#S  @ nos-sv R  F?ٙzbbcQ   @$3333336_!P  : @!Htila%O  !@GzHZDarchivio#N   *@\(\parlineM  @?pkw!L  @"1volby K  @ Zmig"J  W@&=p volby#I   @,LvoltiveH  =mepG   @+A#F   @1aGznos-sv E  U@zG@!cne$D  ?#@"ΦarchivioYC  #q ?(\)ibz, mackieParti social indépendant (Independent Socialists)B   w!A  ur@333333rejpr@   @3333331cvk$?   q @\(KMelec-irl>  -v@=p =pvepp#=   ?\(Mcevipol$<  O?cevipol%;  5@.\(v6valgside":  G@D33333;Wcraig$9  : @B$macr-908  }  ?[dpkwTowarzystwo-Społeczno Kulturalne Niemców Województwa Katowickiego (Germans Association of the Voivodeship Katowickie)#7   ^?ffffff^macr-90%6  Y2@folketing5  ;:vrk 4  @- =p bec3  T^$@1Ltila!2   @+"tila1  Farchivio&0  ,@ folketing/  @333333Kqejpr .  h@333333volby-   Q@ffffffovb ,  hG@Dffffff3Pseby +  @ffffffxsos*  ]L@'N]bwl#)  A9?ffffff {archivio!(  Y(%@2333333&aXceoc'  ;@\(vrk&&  E@(folketing!%  B)@:\('ͽverk$   6`?Y*vrk #   @333333seby"   ?У =pEark!  b$  #@Q7Kparline  ) C'archivio    @&Qvrk   6@0Repl  l3@7fffff8bafs$  +@3Lccevipol`  @QRTvvkElectoral alliance with Estonian Country Union (Eesti Maaliit).&  o @#ffffff([no-2010"   @3333331]yb-dnk!  K @ALerk   J+@;zG(~verk#  7@GQ -yb-nzl   J?\(Uverk   @ffffff!bwl$   ~I? =peearchivio!  }((@1GzH%xpica   {M?zG{< epp!  z<@3Y&Xceoc#  y8? =parchivio!  x, @*kQ \verk"  v@333333x}essex#   t?ɏno-2010  sQ@\(fverk   r?ffffffukeu  qarchivio#   pk'? =p xarchivio  mk@QaVcne   l @zG{Kmig   kd@!X+seby   it$@7zGverk  f C archivio!  e@ _frpo%  do?(folketing!  cb.!@B33333!bwl~  b; pvrk}  a |  _i?bafs%{  ^?Szarchivioz  \}y?ffffff N~bwly   ZB?ٙtila x   YKY@¶verk!w  X @)"frpo v  Vv$@33ssr#u  UFS@3ݭparline"t  T;.@0PCbef-7s  S8@/ $r   R'?(\)Aarchivio q  Q ?陙=bafs$p  P @ [archivioo   Osu n  N @bafs$m  M: @+333333 +-no-2010 l  L4X @%LLcvk&k  Ktp@< =p parlinej  J@A(\ md i  G @-\(epl!h  F, @!p =qT,verk g  E>6@AKQ0j6verk!f  D? @*zG{Bessex"e  C8@3L\ucraig'd  B\@@>ffffffarchivio%c  A\@ Larchiviob  @i#6@5Ubafs!a  ?O@\(verk&`  > @!333333folketing"_  =lf@!Dpessex"^  ;yN@2333333yb-dnk!]  :$p@zG5pica%\  9Y]>@AL`folketing$[   8%?p =q.archivioZ  7@G@mdY  6r@X  5v.@Ai"W  4+@$ffffffessexV  3@!mdU  2nmackie, w$T  1#?GzHno-2010$S  0#(@A3bwl$R  .H>@(Qu gall-09$Q  -x?KfolketingP  ,cne!O  +2=Q@A =q{volby N  'u@ffffffZbafsM  %no-2010 L  $I@AQr?eppK  #@E#mJ  ! @-dsu I   @G.zG!cneH  )@'t$G   I?;archivio!F  32@ 333333ejpr!E  9@:33333 %1tilaD E P`@BNzG   @GzHssr=   @)ffffffmh <   UY@=p =verk;    q@1vvk!:   h@tila 9    @@Qncne$8  2@4cevipol$7  P>@DYno-20106  7?ə?!5  @bafs4  "ejpr, ovb$3  T/@Dfffff =no-2010&2  @ folketing1  7r@)Jsos$0   i8?\(archivio/  .mackie!.  [p@F8i1pica$-  ! @#33333ucy-gov, ep,  b +  @(\)Hasl"*  ?əno-2010!)  3?y yb-dnk(  4;?\(2cvk&'  , @_Hfolketing&  jomackieu%  7 %?ukeuUlster Unionists (UUP) took 1 seat with nearly 21.8% of the vote in Northern Ireland.-$  ) @GzbecElena Băsescu&#  ]?@A33333folketing%"  ?#@ffffff"'archivio!!   @ 333333mackie  ;{essex#  9@Iparline  r?Qlepp!  ,@"ǮzHverk   Q6@. =p }epl!  :@zG^>verk!  @%u\( Cverk#   @&\(;nos-sv"  f,@'ffffff;essex   ?333333epp  l@R`bafs   V@&p = Zibz  dQ@seby$  V@% cevipol%  8_@.1mackie  @ffffff   pp @Q"'pica!  2 @Gzvolby  j9@5L`acne   @ =p =#md  q>@+ =peie  Z?=p =cne$   @=B\(voltive  N@333333 pkwn % @ukeuScottish Nationalists (SNP) took 2 seats with 29.1% of the vote in Scotland.&  F@@ٙ^D1mackier ' o@zG _archivio, mdiElectoral alliance: La Destra Fiamma Tricolore (The Right Tricolor Flame)   W?Q&\epp!  +@<\(verk   ^@asl   p@DG{ahepp   +@=Q JIasl!  @&u\(f(ejpr' ! 6@-&bafs, ejpr~   bm?Ptila}   b!|  3l @Wejpr{   p@ibz$z  f @Ʃno-2010"y   @'mackie x  @7\(Wcnew   5N@)\(\v   0@Qr{val"u   ?3333337craig!t  ^,@6 tilas  @ffffff)bwlr  k@I0cne q  @=p =  pkw p  }? =p brverk&o  , @333333u.folketing n  @;ٙ ~asl!m  :q?GzHvverk!l  ,@#Rverk%k  % @$kQ/archivio j  i"@0bafs&i  v@333333nfolketing"h  =:@8xQvolby g  @0G{$ssr f  /@2`bwle  'r@Gfffffx d  @"Qcnec   ,cne b  f@ LFmig a  }V?p =qQverk`   ?ٙbafs_  (7?333333#^  ]@/yb-dnkj]  U@ffffff(verkElectoral alliance: Groen Progressief Akkoord (Green Progressive Accord)%\  k)@zGEarchivio[    ?Qtila Z  [H@?p =q&pica Y   PJ@%333333Jpkw!X  @333333Afrpo"W  p@D =p/Kpica&V  @ ffolketing U  7@1^QdovbT  Y?Qcne S  T@ @tilaR  ) Q  @,333333sebyP  .+@=p =Ucvk!O  2pi@E*=p *picaN  ? =pCepl!M  _.@FfffffbwlL  UQ?=p = epp K  0@'u\(ssr$J  VS @3parlineI  TdcejprH  ?Q?vrk$G  T@=nzGmdiF  ~N@(!E   }1?(\)GEyb-nzlD  |0@ \(ussrC S {;@?zGNessexElectoral alliance: Brazausko socialdemokratiné koalicija (Brazauskas Social Democratic Coalition)$B  zg,@=p =Igall-09A  y(?@C7@  x @%fffff!epR?  g wk ? =p archivioFor Italy in the World (Per Italia nel Mondo)$>  v3qF@C(\  gall-09=  u@E"L/ <  t@ Q6ref!;  rYpM@:L7p!ceoc:   p%?ffffffukeu9   o?Qepp"8  n)@2\( wvolby%7  mIl @ffffffGfolketing#6  lE@7ffffff"yb-dnk#5  kV?\(parline4  jIejpr 3  i@0# =p cverk&2  h]A@Bfolketing 1  g?@zG|0becr0  A f AvoltiveMP László Goencz representing Slovenia's Hungarian community won in a separate election.%/  e?333333archivio .  d@'.zG ?ibz!-  c?(tila ,  b~@,(\wibz!+  a @0%ejpr!*  ` @%Qverk )  _ @/ =ppkwc(  ^k @ =p 3ejprElectoral alliance: Pact for Autonomies (Patto per le Autonomie)'   ]?QGark &  \Z?ffffff6bafs!%  [(p@\( Bpica $  ZY@"\(verk$#  YNq7@=J=p ggall-09 "  X~V@) ibz!  Wb  V@"aGz0vrk  U@(NB#  T@$G{nos-sv   S.@"zGAepl  R&  Ql @Mfolketing"  P@QRaJnos-sv!  OT @(333333stila  N8)@C'   L@Q/ibz%  J2?333333folketing  I 0"  H;?=p =bef-7  GK@ffffffrbwl   F( @!zGDvvk&  Dk@ archivio%  Ba @333333Rfolketing$  AT:]@9L9no-2010   @ @(GzHWssr9  1 =_?:edu, tilaEsko-Juhani Tennilä was denied access to the party list and was elected as an independent candidate in the Lapland district (Sundberg 2002, 79; Tilastokeskus 1983, 120). He (re-)joined the parliamentary group of the People's Democratic League of Finland (SKDL) (Eduskunta).%  ;@E"ejpr, ovb#  :3@C\) dyb-nzl&  9N@-folketing%  8F;@ zG_archivio  6Gl@Hֵ  5@GzH"bmi"  4'@> ec-nz`  3@4fffffDvrkElectoral alliance: Working for Lithuania (Už darbą Lietuvai)#  2?/@4fffff~>cevipol  1",@ Qeed&  0%T@AGzarchivio"   /l@@Gyb-dnk  .y "   -l@ffffff#yb-dnk#~   ,?(\)archivio }  +~@#33333 ibz |  *X>@BpBgud97{  )@-Q cnez  ( eie)y  % 'bU? =p.tila, toer68$x  &HA@EzGՐgall-09"w  $W/ @C"macr-85 v   #e@(\)verk!u  "@+Q,ejprt   !;?QRHvrkbs   @;GzI=frpo, refElectoral alliance with The Modern Left (La Gauche Moderne) r  3@6fffff Zctila q  :f@C )omig"p  ?333333Rcraigo  H w!n  @ 333333ejprm  0@ ffffffval#l  <@QR Ugall-09!k  f @4bafsj  S ?ffffff Zbwl%i  \ ?ffffff archivio h  Lt@B+Gpica&g  3@ folketing f  @mige   jomackied   4cvk%c   @, @333333folketingb   h@2@val a  @*ǮzH cne`   @zGkrcvk_  ,}?zepp^  'HKejpr ]  J@.8Qwverk\   B?ٙ&tila[   &mepZ  -@3 r Y  @*G{asl#X  1{@*333338{yb-nzlW m _@ovbElectoral alliance: MIÉP–Jobbik a Harmadik Út pártszövetség (MIEP–Jobbik Third Way Alliance of Parties)V  g5 U  ??У =pNark!T  u@"333333_^bafsS   8@ =pmigR  2@;zH|bmiQ  b@ ffffffYP w g@QRVcvk, roseElectoral alliance with Labour Party (Darba Partijas)"O ) 's archivio, ejpr#N  ^C@G\) Oyb-nzl!M  @5333333Y=tilaL  ~?GzHVibz K  Lp@'GzH >pica$J  q6@A=p :gall-09!I  0@>\(\everk"H  7]?&craigG  @&333333 F  f0@*333333 @AeQ mssrB  @ffffffI(bwl#A  q @parline@  O(@133333 jscik$?   >@BLno-2010 >  ^.@5{tila!=  b#@+ ejpr<  V@8#;  ?ffffff tparline!:  W@QRtvolby 9  Je @?verk!8  "4@2Q' pica$7   ]?\(]karchivio6   @4u\(*epl$5  ]@QSarchivio$4   j?(\)archivio3  c%?\(\8epp!2  A^@-tila1  )r@b20   @GzHǗibz/  V?ffffff cne.  %@kep!-  @1f-seby,  p?QRribz$+  ;@@ nmackie*   ?GzMcne fD!~~~~~~~W~.~ }}}}E}|||||j|G|#{u{U{1{ zzzzz\z5zyyyyy]y/yxxxxoxKx(xwwwwnwJw!wvv\v:vuuuuu`u8utttttYt5tsssssds=srrrrar=rqqqqqcq=qpp~pZp6poooooioConnnnnznXn4nmmmmWm1mllll{lWl4l kkkkk]k;kjjjjjojLj%iiiiiiiFi"hhhhhxhVh6gggggbg?gfffff/f eeeeveSe-eddddxdUd0d cccccicFcbbbbbibBbaaaaaoaLa,a````k`J`#`____z_X_4_ ^^^^m^J^1^]]]]x]W]7]\\\\\`\<\[[[[[_[ZZZZZnZEZ1Z YYYYY`Y=YXXXXXdX=XWWWWWkWKW)WVVVVyVSV0V UUUU{UXU3U TTTTT`T7TSSSSS`S>>>>i>F>#=====m=L=+= <;:::::w:P99999j88888b8B8 77777q7\7:766666e6A5555I5&544444^454 33333`3=32222621111|1Z1810000~0[070/////b/?//....w.S.1.----y-S-3-,,,,,b,@,+++++d+P+.+ **))))(((d(@('''''&&&&&m&M&&&%%%%~%[%7$$$$$f$C$ ##a#?#"";"!!!!!d!A! ) zS+oK#jH%X@b;rO%kV/ \9^<]D rjG#uM*kC!vP-}W0 ~\: q C  a ;  a  d | YqN+qK(O[ g /s(@ \(88mdiElectoral alliance: Whiteflower (Biancofiore) Z  .t?ffffffcverkY  -?Z X  ,V@)ǮzH cne#W  +?Zparline V   *Y@verk$U  (CH@G\( gall-09 T  &T^4@6"tila!S  %@ffffffbafs&R  ${@3333333Fgno-2010 Q  "g @-L%cvk P  !:Y@'QRZ3verk O  ( @ffffff5bwlN  kCejpr!M  s@GzH@verkL  Y _?xukeuSocial Democratic and Labour Party (John Hume) took 1 seat with 28.9% of the vote in Northern Ireland. K   @. =pssr$J  @!zGQparlineI  no-2010$H  @ no-2010$G  i@ Fep, frpoTF m  ?\(parchivioSocialismo Indipendente (Independent Socialists)"E  R@p =qovoltiveD   ?333333ybafsC   W?׮zGp,eppB  r@;A   ?)bafsO@ m a@KcikElectoral alliance Forward (Napred Напред)?  m@As33333Easl>   m@6Uqasl =  ~@Qepp'<  a1@H@earchivio;   :@\(jibz%:  @N@"ffffffC_folketing#9  $,?\(clea-11$8  Cq/@A =p Igall-09"7  i@ 333333Mec-nz!6  B@9}p =2ceoc5  K?Tbwl%4  8F@ omackie%3  ]@Farchivio+2 % ~@p =q asn, no-20101  `@"\(\ncne^0   @ ffffffessexElectoral alliance: For a United Lithuania (Jaunoji Lietuva) /  -@(\)cne .  tV?\(verk-   @QRAvrk,  q%?=p =eie"+  @>@Cٙgud97(*  g4@!% bwl, widChristian Social Union (CSU) won 52 (57.1 percent) out of 91 seats in the state of Bavaria with a vote share of 47.8 percent (cf. Wahlen in Deutschland). Until 1956, seats were allocated at the state level (Schindler 1999, 32; Vogel and Schultze 1969, 293).)  ep#(  ]@ ̷archivio '  :^3@7 Ŭtila$&  &@zG?sparline#%  ?333333-'macr-90"$  5@!$no-2010 #   {? =p _verk"   @&ffffff/J !  ? fibz"  k}@ }ejpr   &0@Q/ssr#  ]@5fffffyb-dnk    @Rtila   qq@=!Gz!eie  4@0\(P+cvk  +h@Qdoi   ?Ytila  =@su%  ?zGarchivio!  j@@Ressex#  @#333333mackie   6@'kQLepl   @ffffff46vrk, % r@8(\\asn, no-2010   pb@#.zG Wibz%  k}@ ~archivio"  L.@B#bwl, +  @cevipol, lij-94  p)@==p pica  L@)333333 Libz  b!  @4(\ verk  t@QRcpkw   3,?Xejpr  #mackie&  &@L^no-2001!  e@!333333*ejpry -! @@?|'archivio, mackieElectoral alliance: Popular Democratic Front (Fronte Democratico Popolare)  q;@G m  @'2cne  -?񙙙kbwl%  @8Yparline  r@333333s!~  @333333axessex}  :@essex!|   @'Dbafs*{  ) l?333333Wessex, no-2010$z   "@B!Gzvoltive y  G^@)tila!x  i @#ffffff.frpow  ua@:7v  ,~@Gz 6yepp!u  |@"QRtila t  7@. XQsos!s  &@%p =qceoc#r  1n%@<0 =qyb-nzl!q  -@C]ukeu#p  P@=zGLnvoltive o  !R@Bfffffggibz%n  %@ %darchiviom  f@ %l   };?񙙙verkDk  W ?ٙ8deppCoalicion Galega (Galician Coalition) j  @ffffff>tejpr$i  9@:cevipolh  b$g   ?QLarchivio"f  @E\(>epp e   $@333333 #_pkw#d  @%+ no-2010"c  >@E333333gud97'b  |a@C&fffffarchivio a   I@ptila`   *?ə?epp _  }C@)=y^bwl^   Q@ =pvrk!]  1@? =qverk\  ) Cmarchivio[   7|@333333`sos$Z  R @"\(yUvoltive Y  @"(\)Dibz X  T@ffffffitila W  +@5 =p asl%V  ?fffffffolketing#U  ?Gzgcevipol$T  ME@ QCparlineS  mep%R  ?kiesraad Q  p@>\)val$P   ?_archivio"O   @~yb-dnkN  bM  @Hfffff;qmd L  @.kQvvkK  8S?Qoark"J  @^essex"I  Gw@:G{iejpr$H  P@6fffffm0hagstofa&G  a@@zG{archivioF  ~?%E  }@ Qkiesraad!D  |? +@5tilaC  z( @2LQ B  y}@Bverk#A  x@ayb-nor@  wV-mackie?   v6rw >  uE@*bwl%=  tO?\(2archivio$<  rkc@Q Narchivio;   qQE@!zGvrk :  p^8@8333333tila9  o@333333bwl!8  n{?zG0yverk!7  m.(@@bwlL6  %mo l? =pFarchivio, epLega antiproibizionisti droga (Anti Drug League)1 seat Lega antiproibizionisti droga (Anti Drug League), 1 seat Federalists (Federalisti) in PLI-PRI-FED alliance!5  k(.@Bfffff bwl!4  js?Qverk 3  gV @!GzHibz!2  f>@Cogud97 1  ef#)@2ffffffobafs$0  dA=@#33333301archivio!/  c I@$tila.   a ?ٙgbafs -  _!~@GzH3epp7, 3 ^'@;"no-2010In the election DISY was part of the alliance A/D/E. After the election DISY was ousted and remained without any seats, due to the majority system.+  ]@J]p =)Ktovb$*  \O @cevipol)   [f?333333*bafs (  Y2@=# =p =ssr' q X?archivioElectoral alliance: Proletarian Unity Party (PdUP), Workers Vanguard (AO) and Workers Movement for Socialism (MLS) &  V& @tila %  T" ?333333park'$  S\a@C&fffffTSarchivio#  R@)aGzCibz"  Q4?QR,cvk"!  P3@ffffff2fDbwl=  [ O']ejprAlliance: Popular Party for Prodi (PpP)!  N @ffffff ejpr   M4@7]Fbafs#  LP@6^voltive"  K @Gzgec-nz  Jyyw"  IY@BٙO{ceoc  ' Hvotes unknown$   GF? =parchivio  FG@3fffff   E?\(-epp!  D^@7333333ptila  CzL@Hs33333 ;   B5,@#3pkw  @!@zG{val{  A >??ukeuDemocratic Unionists (Ian Paisley) took 1 seat with 28.4% of the vote in Northern Ireland.  =?\(\ cvk"  <@333333imackie  ; ejpr#  :I?񙙙jfolketing"  9; ?\(-bef-7!  8{@ =p rverk  7h=@@Y (seby&  6 @ffffffMfolketingN k 4 ?zG{USibzPCB/KBP formed a single party in Belgium at that time, though the two "parts" of the party did contest in the 1984 election. The votes for the PCB are 61605, for the KPB 25774!  3A@ffffff5tila   1@BffffffMvvk#  0D@22mackie   /^@AAGz.aslL {s .:@E\(-mig50 bonus seats for plurality winner (Kovras 2010, 295).Kovras, Iosif. 2010. “The Parliamentary Election in Greece, October 2009.” Electoral Studies 29(2): 293–96. &  ' -GB?ə+no-2010, tila!  ,` @7ejpr   +M@58asl   *9w ~  )Q@<\(\cne$}  '$>@733333Shagstofa!|  &%@7verk{   %"?ٙ4ark#z  $%a@:33333M(]mackie#y  #@9Lhno-2010x  "_)@ /~bwl!w  w@$(\)lessex v  @ 8QGcneu   @  O"cik=   cM?zGĕepp!<  ;@!nTseby#;  <q@3zGgall-09 :  u@333333p3bafsU9  q @ \(\ǎelec-irlDana Rosemary Scallon in Connaught Ulster district 8  e2@9tila#7  ?aparlineT6 u 1@!ffffffPpkwCatholic Electoral Action (Wyborcza Akcja Katolicka)!5  3E4@=,ejpr4  .@QCepl 3   q?zGverk#2  ?Gzcevipol 1  ;h?@A&fffff ؁seby0  v@R bafs"/  <!@\(ec-nz.  ? =pmig-  &$w&,  f@6ano-2010+  yw"*  c@\(Qessex#)  83@'ffffff%emackie (  !Q?epp'  lv?BRbafs&  @#%  #@+333333l$$  @zGScevipol%#  I@ ffffff33333bef-7   @!ffffffvvk&~  E@/333333Xfolketing&}  o ?陙4no-2010#|  }@"333333(ino-2010!{  c@=Gz=U*ceoc#z   ?Qcarchivio y  @! =p{bec!x  @ =pverk%w  \s@5?mackiev  ?Qepl$u  gD@CzG KZgall-09t  b@3333332bwl!s  I @fffffftila r   @"zG{ 2ibz"q  }2@#333333-Gbwl p  `s@FzG{$hcne o  f@ 33333wmig"n  ?333333fmackie&m  ];@@s33333folketingl   0PXpkw(k  % ~@-fffff9asn, no-2010j   }Yno-2001i   |:essex$h  {9F@.(\$parline!g  zAI@&Vtila!f  yWM@ \(\volbye  w_9@=B\(Ҿ d  v @ =p Iibz c  t>Y @Q"verkb  s|v@1 =p ssr a  r @"n?cvk `  q@G|(\@%Qeie%Y  i2?333333archivio#X  g @.ffffffZno-2010"W  fl"&@'ffffff essex!V  el@*ejpr$U  dS'@A!parlineT  b@>Q 'bmiS  `v@ zGepp#R  ^@$Fyb-dnk Q  ]:t@DFfffff-Уmig$P   Z?əarchivio'O  # Y!?陙ibz, mackie&N  X, @folketing#M  WF< @@b\(tparline"L  V{@GzCec-nz K  U(@.333333 ^cne!J  Sx @Oejpr$I  R  @((\)voltive!H  Q@a*tila#G  P@ 333333parline!F  O(k@A\(3pica$E   NI?ffffffGarchivio&D  M\>@<UHCmackie C  L+@D>Qdoi'B  Ki@@=fffffVarchivioA  J @AQ2cne@  I^mep ?  G:@BS33333mig>  El@ffffffpkw=  C><  B@BtzG H ;  A~@#zG{ \ibz :  @E@>(\)vrk$9  >"@QJ;cevipol8  =/mep"7  Lcvk43 7 8?GzH GeppCoalicion Andalucista2  7:&?ffffffGetila1  66L%0  4K>@:LM/mackie /  3j@ GzHcik%.  2@-archivio2-  1 1f?craigIrish Labout Party,  0?񙙙cne+  /@%ffffff2%*  .@@(")mackie)   -X@ Qvrk!(  ,@Qverk&'  +@FKQo~parline&  *S@E33333%%  (@F@333333W`folketing $  &? =p bafs&#  $@@Ƚno-2001 "  #e 1@7tila{!  A "??qnukeuDemocratic Unionists (Ian Paisley) took 1 seat with 29.6% of the vote in Northern Ireland.&  2@gfolketing$  ie?ffffffarchivio   L(@* =q5pica!  :@EQ-lmig   0@+Gz/ssr"  @C'zHHepp%  ]?QRarchivio   R@?asl  |:@7+ % ?asn, no-2010#  <>@!aGzgall-09%  ?folketing"   @-%kgbef-7   J@<cne  2?əepkw#  r@333333%hagstofa   @\(\vrk"  k@"=p =@aec   @zG{ibz$  1@5J=p cevipol  .x@QRu4cvk  t-@=c =p$verk%  @0L2b\ep, frpo  @ =pmig   l_?Nessex&  |@@9Lv1archivio$  ] @ carchivio   @ Wbwl   -@8 =pHpepp!   @!\)0verk   @AzHepl   ?333333ejpr"   <?ffffff0gall-09   mep ~  @zG{ibz}  Y |  @GGz doi&{  @@633333fMFarchivio!z  (pm@B8rpica!y  'c@Qessex!x  (@# picaw  .!@zG{Vcvk v  Q@2(\vrk u  C@( =q aslt   @ ciks   Z?%Wbafs!r  (@*L!picaq   h@Q-pval!p   @Vtila$o  ?ffffff6cevipoln   @Qibzm  ?Qcne$l   I?\(\archivio&k  U@] folketingj  *>?ffffffepp i  h@Qfrpoh  ?Qepp!g  :%@7Q گverkf  5?ffffff%cvk%e  @E@( folketing"d  :@"Abwl c  L @QRBibz b   @0Rasl!a  @ essex `  26@$W =pwasl$_   @ffffff*mcevipol!^   B@Atila ]  @-L"cvk#\  /~@Dffffff'no-2010 [  $@ffffff&abwlZ  k?cne!Y  @#ffffffgtila&X  N@) folketing$W  @5\)uvoltiveV  x?333333becU  4!?zG4cvk$T  @\(i$cevipol S  ^5@6Ϟtila$R  r@parlineQ  craig!P  fB@bafs O  @==p ibz$N  @\(\gall-09 M  @,zG3ibz%L  |?(\)!archivio$K   k?\(*archivioJ   i?Fbafs!I  ?333333ejprH  @ffffffbwl G  *@AB\(`Iepp!F  {@GzHt|ec-nz!E  @zG ukeuD   @"fffff?ibzC  Hgall-09$B  ]@aarchivio"A  7@ \(\1volby@  ab&?  @ Ofolketing>  v=@#F!=  2@$ejpr!<    @D.yb-nzl$;  A@ffffff7~archivio:   %?Q&epp>9 ['ejprAlliance: Popular Party for Prodi (PpP) 8  ^@5QR asl%7  5E@4:G{;valgside%6  @%#cmackie 5  Hh+@8L Yseby"4  0+@( :yb-swe3  "@E333333ƍ\!2  sY @\( verk$1  @7Ravoltive!0  ,@6bafs/   8@Kmig .  : @>Qh/verk -  @)zG ibz!,  v.@5Qbwl+  u@q1*  h?\(\ doi&)  N@0cfolketing (  #' @32gud97 '  GI @333333Xtila$&  S<@AY-8parline %  @ffffff U6epp$  ibz #  k@>\(Wval&"  E*@8 zfolketing(! % GU ?333333tila, toer68$   iO?garchivio   v@ffffffJval&  N@!]folketing!  t@=p =verk   @tibz  5Fejpr   @70 =q`(md!  o@QMmdi$   ]8?\(SLarchivio  7@< |sos$  @333333 archivio  ~?@!8ibz  }o@G$  zoE@%no-2001&  ya@@=Rarchivio%  xi?EWarchivio&  wUE@(3333330folketing  vu|@b[   s!@"333333gssos  r@Ffffff"m  q|9@633333 w"  pW8@6zGvolby  oj @/ǮzH cne"  n;?Q^bef-7%  m @-Narchivio$  l?əͯarchivio   k?333333a!ibz  i'archivio%  hG@/RDyb-nor$  g<>@$ּgall-09$  f%@p =q Wtarchivio$  e@( 4dcevipol  dt@=p =ܛverk   ck @FB\(Țcne!~  b1@?verk }  a @2s33333׃asl|  `g{  _l#5@:?bafs"z  ^-c @p =qYvolby"y   ]@"333333yb-dnk x  \u @333333zejpr!w  [O*@;B\((&verk#v  Z@(cik#]  >J@ 333333uQparline \  =@"# =p] asl [  <33?333333ejprZ  ;6:vrk$Y   9k?p =qarchivio!X  6@5]tila W   5S@1 =p!ejpr$V  4A@333333archivioU  2 ?zG{ibz&T ! 16#+@3Hbafs, ejpr S  0Lpc@B=p +pica%R  /@ffffffarchivio$Q  .3K@F gall-09 P  -_@ukeuO  ,y!N  +@bafs$M  *>@@ٙno-2010 L  (@333333ibz!K  'x@(Q#ejpr!J  &(@1zG{'picaI  %?\(\pkw!H  $O@dWverkG   #?zGibzF  "@,.zG [ibz$E  !O"@&333333cevipolD   h? =p Zmd%C  ]\@+333333Q@archivio B  ]/@"=p =ssr!A  E.@=333333iѿbwl&@  t@@aGzparline ?   s?p =q>verk!>  e@Gz&verk =   @Averk <  I@A@5ibz#;  9z @QLparline/:  ?kejprAlliance: Centre Left (S)=9  G ;?zG{2bef-7United Kingdom Unionist Party8  @Qibz$7  >@CLno-20106   @Qcne!5  u@;!Gz6/pkw4  P@D33333 3    ?陙:0eie 2   ?p =qepp1   < gall-09"0   7@## =phvolby/   I?GzSepp!.  @ffffff#bafs#-  4,@ +nyb-dnk%,  3@folketing+  6w$*  @$333333cevipol%)  \?@333333uarchivio(  k; archivio '   @*vvk!&  {V? =p &nverk!%  '@Q3Eessexs$ + 4@2fffff, yb-dnkThree MEPs crossed the floor on 1 January 1993 and joined June Movement (JuBe)."#  @Cepp!"  ?Jkejpr#!  R@3aGz)Rvoltive   F?[bbc!  BY?\(\verk$  q?@Bfffff z gall-09   @=Qzmd&  l@333333%folketing   ]0@"# =pssr!  U@H+Q epp   @vvk   -@QRIcneI  a ;?333333"qsebyFuture for Finnmark (Framtid for Finnmark)  b@$QR eibz%  a]E@C!GzOofolketing$  :@ Qucevipol   r?Qepp!  w@$ =pessex   6@ =pnasl   "@=p =X@;zHcevipol$f  >@;333333no-2010"e  ("@>33333{(bwl#d  \>@)&Emackiec  w$b  3@ hgall-09#a  q @ffffff;uparline"`   N{?Gz&lgall-09!_  K@@=p Cmpkw^  r@ 333333'*]  E@WbwlGerman Party (DP) passed five percent threshold in Bremen (17.8%), Hamburg (13.1%), Lower Saxony (17.8%) and Schleswig-Holstein (12.1%), !\  3@"ffffffejpr [  +@3fffffbafsZ  h?\(doi%Y  @3Gz5kiesraad!X  ?@H6v1essex"W  4@333333o!yb-dnk V  @; ]iasl#U   i?zG{marchivioWT k =@\(\ Iejpr, mdiElectoral alliance: Il Girasole (The Sunflower)%S  :@Ffffff,no-2010R  ?\(ssr Q  ?p =qeppP  x@cvk&O  N&@4 folketing$N  o@333333!lno-2001M  ?zG{Pcne"L  @I =p_)picaK  5J  4L@, =pGcvk!I   @ffffffRbafs H  l@&bafsG  x@E&fffffG$F  E9@#\(Pzparline'E ! @-+ejpr, frpo$D  n2@JQYno-2001C  4 @( cvk  d~~~~{~Y~6~}}}}}a}L}'}||u|P|-{{{{y{W{5{zzzyyyyyeyCy!xxxxxnxLx(xwwcw=wwvvvvtvNv,vuuuutuKu&uttttvtYt+t sssssjsFs$rrrrrjrJr'qqqqqrqPq*qppppspNp+poooozoTo1o nnnntnQn*nmmmmmmFmlllllplNl'lkkkkskPk-kjjvjNj*jiiii{iVi1i hhhhhah>hggggg_gONNNNMMvMSM0M LLjLHL%LKKKKfKFK$JJJJJkJ*JIIIItIQI:IHHHHHeH?HGGGGGcG>>>>i>G>!=====y=[=8=<<<<qJ&]7 Z7{X8uM*a>`9pI$Y0iF$ y S 0  q M +  _ D f = $  m I ' ~e>X6d%{  e@*0 >mackie(z  @QWejpr, mdi|y  C @333333 frpoElectoral alliance: Libertas (Libertas) with Movement for France (Mouvement pour la France)x  8@ zGmig&w  @333333nfolketing,v % @3Jasn, no-2010 u  J@1verkt  @&ǮzHˋcne%s  @ Qarchivior  #5@;bafs$q  {P @07hagstofap   ibz$o  @.!no-2001n  ?Qcnem  0FXpkw$l   ?ᙙarchiviok  "?񙙙j  @EQNmd!i  ?333333`yb-dnk$h  @ QRơcevipol%g  e@mackie f  0@8h\) ͉val e   @0(\)asld  @ffffffbmic  libz&b  3 @333333{folketing a  0|@+(\)1val$`  kT @7*7ejpr_  c~@\(epp$^  @zGacevipol$]   kv?=p =farchivio!\  _@.rseby[  oarchivio!Z  _@;@ukeu Y  T^/@533333 LtilaX  x>%W  T@,ffffff@0archivio V   &@fffffftila!U  )^@+333333WtilaT  2@7Lx*bafs!S  @333333?Wfrpo!R  pp@I =p ,picaQ   ~@\(ibzP   mep&O  @!?ofolketing#N  ,@!Rcy-govM  Yb L   #)@2pbafs#K   K@macr-85 J  @;ffffffGpkw!I  :e?Qverk H  Q@(p =qvrkG  k archivio!F  @bafsE  !@\(val D  #>@Cg  @333333Bfolketing$=  #@HQ0ldoi, md<  /gall-09";  V?Qparline:    &?Obafs9  g?<2cvk8  i-@4333333bafs"7   t?QIparline$6  P@5fffffM,parline%5  I@Q archivio4   @ffffffgasl3  Zw2   ?Qepp41 1 @/3333332}gud97Electoral alliance: (F/A) with joint program and coordination of candidates across constituencies – the Alliance of Fear (Hardarson 2002, 144). "0  }.@B^bwl /  4$@@4zGcvk .  @ "ceoc -  #3@6bafs$,  >@<ihagstofa$+  [@333333&parline!*   @>\(`verk$)  @*333333 no-2010(  )q@Gfffff!'  @(kQ -verk&&  wF@4@mackie %   @)333333su#$  ^.@I =qno-2001#   Z?#pbafs&"  ]=@D333333 Ûfolketing !  @ffffffval#  9E3@ GzHN parlineo  ) ?GzHdukeuUlster Unionists (UUP) took 1 seat with 16.6% of the vote in Northern Ireland.%  h@7(\Agep, frpo%  ! S@(\(cy-gov, ep#  5@Q$Qparline$  tz?񙙙parline   Q?ffffffepp%  ]?"@ 'archivioD  g=ejprAlliance: Greens and Social Democrats (Giras)  .essex!  @+ffffffc:seby  ww 7 ~@ffffffeessexElectoral alliance: Union for National Salvation (Obedinenie za Natsionalno Spasenie)&  @-333333folketing!   @seby   }+@/bwl;  E y? =parkUnited Ulster Unionist Party   v-2@=p =hbmi   u%@?@?ukeu  t@ffffffA ovb$  s"@cevipol%  r{>@D33333hagstofa"  o-@ (\)wvolby"  nnhJ@Gffffff !nmackie   mi@E!n/ibz#  lF @ ffffffPyb-dnk"  j7@!\( gvolby  i @'.0bwl!  hI@ffffff8tila  gU @333333epp'  fo@"'^no-2010#  e@ 3 no-2010$  d/@F&fffff,@no-2010  c` w!~  b @/ffffff$Wejpr}  aXq@@Jep!|  `|7@9ǮzH $tila {  _.@4S6bwl!z  ^( @3ǮzH!pica$y   ]k?archivio"x  \9V?\(\ qparline w  [6 @\(bvrkv   Y"?QXarku   X(?ZQarkt  W!?΅"s  VaL?ٙBnbef-7%r  T';@$# =p9barchivio$q   Sv,?%folketing!p  R@<QVverk!o  Qw@1bafs n  P?=p =/0epp%m  O?񙙙no-2010 l  NX@5fffffB?gud97 k  M:p@ =p verk j  L# @1.gud97$i  K@QRgall-09h  J'Oejpr,g ' I}= ?Q y;archivio, mdi%f  HI]L@E 2folketing e  GM^%@2ntila d  F/@'\(\7ssr c  E@A\( \asl b  D|0@* ֨sos a  B @AQRHcne!`  A@, seby _  @6@ =pasl^   ?i?333333bafs]  =v@zG{epp \  <@(\)gceoc![  ;A;@;fffffftilaZ  :/[@@(\#mig Y  9 @tila!X  8wZ@bafs$W  7@( \cevipolV   6@3}p =UeplU  5@C"aecT   4:@\( ibz!S  2 @!=p verkR  1Q  07J@G333333Ȕ#P  /IejprO   -!?zG{epp N  ,@D0 Qasl!M  + @(# ejpr!L  *@* ejpr"K  ) Q@&u\(nos-svJ  ("@ibzI  '??GzHdyle H  &Z@H5\(doi!G  %P@.ffffff2gud97F  $(S?ffffff8ark"E  #n1@C^Q 5ec-nz!D  "@"QU`ejpr!C  !@6;frpoB   o?θQSmdi!A   @: =qverk$@  5@333333valgside#?  9@ zG!parline#>  q @ cparline=   Q@p =q6vrkq<  A PAvoltiveMP Mária Pozsonec representing Slovenia's Hungarian community won in a separate election.;  '@/u:  !v@"B\(\epp9   *?\(epp 8  @\(\kref"7  @ Ϣessex#6  ?ffffff(parline!5  2@)Q uvolby4   Q?333333tila$3   @?|no-2010 2   J@QR9verk 1   y@G333333'~cne%0   ?p =qCarchivio!/   @333333Etila+. % ~o@,u\(72asn, no-2010 -  }#@5 =p Xverk",  WP@%\('volby+   bafs*   ut?333333bafs$)  p9@CQIref(  i9?mbafs$'  @ffffffhgall-09 &  i@Vejpr%   :@ Q[verk $  S/@1'bwl"#  ((@=&.bwl"  ` w !  (@ $Ybwl!   u@4ffffff*pkwq + _@oGukeuScottish Nationalists (SNP) took 2 seats with over 32% of the vote in Scotland.$  ~@7u\(ACvoltive  -@+\(Vbmi!   t@ 333333bafs   4@*33333Gccvk   @\(Tovb   3@733333mbafs  craig%  8>G@&333333$qmackie  8 ark"  @FQ}epp  !|@ =p val%  >>@Bhagstofa'  ]a@=33333Aarchivio   `@D!Mibz   @/$asl!  @hbafs  v@\(epp  "??Tark   fmep  @(\)ref%  F@$2Hiarchivio  &@ \(Pmd"  -h@ Qfvolby!  ?5@:Utila   ? =pH%ibz"  p@D(\2B^pica  Hf?333333u?seby  <gall-09   t?(\)Kverk!  @ Gzverk  @ffffff0tila  80!~  fL?333333jscraig%}  @4?anep, frpo!|  , @) _9verk!{  h^@.tila#z  /N@FGz ݐgall-09!y   Z?ffffffbafsx  s@G@ w  k @@zGucnev  b u   @tila!t  ' @36gud97s   0?ə~pkwr   @zG{L1ibzq   ?ٙ'bafsp  A?񙙙'tilao  karchivio%n  :@G1\no-2010&m  N#@3L folketing&l  E@/Λfolketingk   B?333333$tila j  @Gzasl"i  <n4@DGz Kec-nz"h   W@ffffffmacr-85g   ~@Q$qibz$f  O@dcevipol6e  M kejprAlliance: Rose in the Fist (RnP)!d  '@QsPessex#c  +@QRgall-09"b  ;??\(Tbef-7ia  1+@)(\$insseElectoral alliance: Uniunea Social-Democrată (Social Democratic Union)$`  E@G# =p ggall-09$_  y@P33333{essex ^  }@QR#Overk&]  ,@H\(-parline\  =@F >$[  $@533333hagstofa Z  t/@>ffffff&3]verk Y  ?@$\( essex!X  @Q1ejpr#W  r@3`hagstofa"V  DhJ@G@S ref I  P>@(Qpkw H  1@#/@bwl!G  s6@AzH/verkF  8f?ə,A$E  ?p =qparline D  ^7@833333 tila!C  Z@(bafsB   @Bs33333A    ?ٙ#seby@  .@5Tbwl$?  @2nzGMvoltive>  xb=  @@2 <  @AQ @asl$;  OV@"\(cevipolc:   Ek@ nbwlBavarian Party (BP) won all votes (20.9%) in the state of Bavaria. 9  @5zGhcik8   ~^;@]asl7  |r@333333ʯ!6  z^5@7 *|tila,5  1 youarchivio90 MPs on PdL list4 Q w? =p cikElectoral alliance Political Movement "Social Democrats" (Politicesko Dviženie "Socialdemokrati")(3  vo@>\no-20102  u@FFfffff#md!1  t&?fffffftila$0  r@$kQ s~cevipol/  q!*@'Q r&val.  o< @+#-  n ?\(\,gall-09,  m"+  l @\(psec-nz!*  k3?^yb-dnk#)  i@4fffffyb-dnk!(  h?ffffffWnos-sv'  gKno-2010$&  f(@Cbwl%%  eI}@\(\ archiviot$ ) d?333333gbwl, widParty passed regional threshold by winning 6.1% vote share in eastern Germany. #   cG?+ejpr "   a@%ejpr#!  ^ @(zG{nos-sv%  ]@3@folketing  \m@p =qXpkw   Z?h?pessex  Y@=&fffffbmi&  X @333333!folketing!  W@333333frpo, refElectoral alliance: Left Front (Front de Gauche) with Party of the Left (Parti de Gauche) and Left Union (Gauche Unitaire)%  V>%@333333mackie!  UtY@!G{ yverk  T @333333Aibz%  S F?folketing   R@=s33333|cne  Qessex   P F)@333333Upkw!  O @" atila  Ny%  Mw>9@&333333"mackie   L @ \(|asl  K;archivio$  J@$ Tno-2010  Gf?333333~cseby  F@(R cne  Egall-09  DQ @gseby#  C*? =p aparline  Bv@%Q7epp  A?ejpr  ?gall-09  >` w"  =@ aessex'  ' ;B?333333no-2010, tila$  9}(@Afffff-bwl!  8@ =p volby L  @35\( Nssr K  4@ffffffcvk J  p@!zGe]ibz!I   @ffffffbafs$H ! U?cy-gov, epG  P@6ffffffu"F   x@E^Qessex E  b (@2fffff;tilaD   @1# =pgacne!C  2p@zG{9pica,B + @zGcevipol, mackie#A  E-@QO3parline!@  @8Osu?  i@ \( `ep>  @ 8!=  7?əcraig#<  P3@(\)voltive#;  @4Ppyb-dnk:  Zw 9  @-8Qcne!8  @=p =[volby!7  _ @333333[seby6   @2fffff0epl#5  +@'333336gall-09#4  @#mackie>3  [ 'ejprAlliance: Popular Party for Prodi (PpP)"2  @ffffffÅbef-7%1  ku @$0Oarchivio 0  ?Sejpr/  h@8\( jval$.  @6i hagstofa-  S@ffffffovvk,  "?333333@"+  ca@ =p *.essex#*  E@3zyb-dnk&)  @&ffffff(no-2010%(  k@ Q(&%archivio '   ?ejpr &  q,@!ffffffpkw%   ?f*cne{$  C M?ᙙ eppElectoral coalition with Euskal Ezkerra (Basque Left) a splinter of Euskadiko Ezkerra (EE). #  'C@E ːejpr""  L1@#8bwl !   s?QLverk  @@ dzasl$  r>@CYKhagstofar  1 ;X@3 =phvrkvrk data states that The New Union (Social Liberals) won 18 seats in MMCs and 11 seats in SMCs, which totals 29. However, Wikipedia as well as Nohlen/Stöver and Essex sources state that LLiS won 28 seats only.  e^1@5fffffftila   Q@> =p ;cne   Q0@>\(( verk   =@(fffffflvvk   @=p =bmi   {craig!  {Y@\(Gverk!  '=B@=G{]essex"  7?ffffff5bef-7%  |?1tarchivio   @ 333333Nasl(  =S@- =p REejpr, mdi!  ^!@1ntila!  Z @$3333330tila%  @4}p =qgkiesraad   iB@'ybafs   ?ٙC  'r@`$  +@3xQ=ccevipol  Xq@,W =p+Zvvk  jcevipol  Y ?zG{ ukeuSocial Democratic and Labour Party (John Hume) took 1 seat with 28.1% of the vote in Northern Ireland.  @ "bwl  7?333333/#   @ =pvoltive  y  q@/ =p- vvk#  @4no-2010%  Yl @333333folketing  7@5essex!  {@133333verk&~  o@HY no-2001}  _@zG{Novb|  ?@&|Fibz&{  Y@;ffffffdZno-2001z  "? =p VTeedy  z@x  Q?Q(-vrk"w  @333333ec-nzv  V@!GzHibz#u  l7@@/essex t  V@.QfGibzs   w?θQ=jibz r  ~.!@>33333~bwlq  }?Q:cne$p  |(@=. bwlo  {{q@;\(Leie#n  z,'@>W =p cy-gov!m  y,@# ddverk l  xp( @*\( Jpica k  w`-@Qcne j  v`(+@48Q(|picai  uy w h  tP@QRUpkwg  sq!f  q,@5Lbafse  pmigd   o0@QBval"c  nio@ ref#b   m\7? =p archivioa   l$?p =qmd `  kL.@"3333334bwl _  j#3@:ffffffCbafs$^  i@[cevipol]  h|@1 =pԒssr#\  gP@*Ono-2010[  fUb Z  e@333333tila#Y  dqE!@"QTparlineX  c ? =p * val!W  b(@&ceoc!V  asq?zGEverkU  _'T {ejpr&T  ^]>@A folketing#S  ]+> @wgall-09UR o \~@+(\)vEvoltiveElectoral alliance: Združena lista (United List)#Q  [E@-_yb-dnk P  Z}Y @Q#verk$O  YNM@F33333 )Pgall-09 N  Xj@QGcikM  W~iessexL  V5K@ffffff wpkwK   U"@QRovb!J  T0@DGzf?pkw I  Sg&@=p =Fcvk$H  RHq2@?G{gall-09#G  Qn(@D4zG yb-nzlF  P?bwlE  NX@\(~}vvkD  M4? =p 42cvk C  Lq@9ffffff vvkB  Jj?cne A  I4@ =p cvk @  H@CQ;eplx? 9 F'#@, essexElectoral alliance: Left Bloc (LB) – Communist Party (KSCM) and Democratic Left (DL)%>  EG@(fffffVyb-nor =  Df?_bafs!<  Cw@&333333PNbafs; 7E B @C$Mpkw, roseElectoral alliance: Union of the Right of the Republic (Unia Prawicy Rzeczpospolitej)Source: Rose/Munro 2003: 232 :  A @7seby%9  @?fffffffolketing!8  ?t-@#&@,3333330%mackie6   <@ =p w/bmi5  ;F@\( xCpkw#4  :}P @2LQno-2010#3  9 @!333333nos-sv2  8ggall-09 1  7M@B `(asl%0  5@(\) archivio%/  ! 46?ٙ'|bafs, ejpr&.  2aa@B9archivio$-  1t@*(\)nparline,  0yw"+  /KF?;mackie"*   -,@ffffffyb-dnk )  +@%=p cne(  *)?3333334'  )$&  'C>@.\(gall-09*%  / &o4archivio3 MPs on PdL list$   $? =p4epp&#  #3@fffffffolketing#"  "@$ffffff+mackie"!  !?333333bef-7G O *@QnarchivioElectoral alliance: National Democratic Union (Unione Democratica Nazionale) with Partito Democratico del Lavoro (Labour Democratic Party) 40,633 votes (0.18 %)    bafs"  hU@FQ Bmackie!   \?zG3rgall-09   @zG{ epp   ?Qimd#  }@8fffffnno-2010  6w   q@zG Npkw#   @&\(voltive  G? =p %cvk#   @ 333333voltive   ^@3~tila   b?333333Ztila   @sos  B@2L  Vcraig"   @"&bwl   @\(\$pkw{  A ??=p =kukeuDemocratic Unionists (Ian Paisley) took 1 seat with 33.6% of the vote in Northern Ireland.  g0@#(+bwl#  +q3@;RWggall-099  9 Yh?[>folketingHeraf Århus Amtskreds#   ^?ffffff-no-2010   M@M'tila#   ^?Nno-2010#  3@Q voltive!  :^2@6L itila  )?\(\Okibz%  %W@,(mackie%  ?zGSarchivio$   a? =p ٶarchivio#   @,fno-2010   g@2 lcvk~  Tm?333333tila }  L @Q(mibz!|  {5@@=p *averk {  @1nzGBoibz%z  i@333333Garchivio&y  F @333333߇folketingx   ?eppw  #?bwl$v  qk@3L+parline u  ^(@1Dtila t  #0@:333333bafs$s    @\(Pelec-irlr   @\(\zmdq   ibz"p  <b?333333ec-nz$o  O=@;333333cevipol!n  :@tila"m  ?ffffff=bef-7"l  @\(volbyk  hr@)zG@val j  @..zG!ssr&i  3@ffffff!folketingh  _2"@1=p g   ="@wibz!f  @ffffffbafs%e  ! 6&?tbafs, ejprhd   ?3333334ukeuSinn Féin (SF) took 1 seat with 26.3% of the vote in Northern Ireland.#c  A]@333333archivio#b    @#zG#voltive a  @8epkw `  @E/\(Oasl!_  @Etila^   7?񙙙r"]  8%@AR yb-nzl%\  q@G33333@)parline![  @333333tila$Z   '?7archivioY  ?QssrX   ?Qibz!W  Y@Qbverk V  @9nzG eplU  @$GzH ibz!T  o?QCmdi$S  #?ffffffno-2010$R  8@:0 =qGcevipol#Q  z2@Afffff Hdyb-nzl!P  h@ =pVfrpo!O  pr@DzGFpica$N  K(@Cٙ4 bwl%M  ?@zG "archivio$L  <%@zGgall-09 K  6@'zGn7epl!J  B@\(9verk$I  f @# no-2010H   +@cvk%G  F)@3\(_؊archivio%F  e@# =pkiesraad E  u1@7333333bafs#D   @##:no-2010!C  2p@C =p'V}pica#B   s?陙ƴno-2010A  ''@0 m @  `@CFfffffhcne!?  p @ffffffGpica >  +@0~cvk"=  7@4B\(7volby!<  P@3333333=gud97 ;  v@433333val :  @)W =p pkw&9  vE*@7folketing!8  @Ay_epp#7  Z@zGmparline6  @3Hibz$5  ~@-Qvoltive$4  @ =p archivio 3  @ ffffffpkw2  no-2010%1  |W@+@\archivio 0  !@B0 =q6:val/  |:@8ffffff#.  /+@nO;3gall-09-  *@ u\(epp",  <\ @*kQgall-09"+  F@=^bbc%*  @ 333333Oarchivio)  r"@Ho\(md!(  O@1\)`verk'   @GzTepp&   3eupepa%   [bec!$  ^@733333Ctila"#  y @ ffffffyb-dnk"  @4?ep+! % T~@Ztila, toer68  qcraig   L@=p =ibz!  N^@9Lhtila   i@bafs!  @\(_verk  ~S @%333333vvk"  }x-@F(\ ?yb-nzl&  |UN*@7ffffff folketing   {3@(\)hverk"   z @ p =q ~nos-sv!  y@;333333Zgud97$  xA?p =qXJarchivio"  wi@$333333*`bwl  v7 @EJv#  uP @$W =pvoltive   t@Qqibz#  s @2fffffpno-2010   rVK@;\(tcne  qB@? dibz  m=mep!  l2@@XQQverk#  k@GzHI[dparliney  = j?ukeuUlster Unionists (Jim Nicholson) took 1 seat with 22.0% of the vote in Northern Ireland.!  ibI @ffffff%tila"   h?У =p}clea-11!  gI@$tila  fc?zG{]epp   ei&?`bafs%  c>@@Y.hagstofa   bp:@ =pibz    a{q?ffffff6=verk!  `r@\(ec-nz   ^?޸QNepp  ]@1L0su ~  [}@"=p iepp!}  Z?O1ejpr |  X@ &tila {  W 0 @GzHssrAz /1 Vh0@7edu, tila, toer68After the election, 10 Social Democrats (SSDP) MPs joined the Social Democratic Opposition (SD-o) on 22 July 1958 (Eduskunta; Törnudd 1968, 163).y  U&w x  TK)@#4?bwl w  S(@ffffff bwl v  R??p =qarku  QU~ @ Q veppt  P?4@(\)dbecs  N@ =phssr!r   L,U?333333cy-govq  J{@=s33333eieIp  q I=ejprAlliance: Democracy is Freedom -- The Daisy (DL-M) o  H=7@ibz"n  G?essexdm  Er#@ItzGөmd4 seats bonus for winning most votes to get a parliamentary majority%l  C@A&fffffDarchivio k  BI @ffffff.tila"j  A2 @QR essexi  @b,h ' ?=?GzH {archivio, mdig  >h?\(doi$f  =;@:33333c}cevipole  < ep d  ;$.@ pkw c  8!?zG8ejpr b  7@Qۄovba  6 ?Nbwl `  5@ Qssr'_ ! 46?ffffffbafs, ejpr$^  2|]?ffffffiuarchivio ]  1Q @^sebyj\    0#? =psno-2010Confidence List (Εμπιστοσύνη) in Rhodope headed by Sadık Ahmet and Destiny List (Πεπρωμένο) in Xanthi headed by Ahmet Faikoğlu together form the Independent Muslim List (Mus). CrI ~~~~~\~9~}}}}}r}J}(}||||p|P|2| {{{{}{Xzz|zWz3zyyyy{yYy2y xxxxyxSx+xwwwwqwKw(vvvmvJv"vuuuuhu:utttt(tssssqsLs&srrrrtrLr,rqqqqqZq7ppppmpIp%oooonnnnin'nmmmmomVm4mlllllhlAlkkkkkjkBkjjjjjcj9jiiii|iXi5ihhhh.h ggggygSg-g ffffwf5f eeeeebe>eddddd]d:dccccc_c6cbbbbbjbDb'baaaava\a8a`````[`4`_____]_6_^^^^^^^2^]]]]]\]:]\\\\\q\L\)[[[[[=[ZZZZZgZDZ#ZYYYYxYQY9YXXXXX`X2XWWWWyWXW4W VVVVUUUUzUXUAUTTT_T=TSSSSSiSES"RRRRRiRARQQQQQfQBQPPPPPqPMP)POOOOiOCO!NNNwNNN+NMMMMsMQM/M LLLL}L]L7LKKKKKbK8KJJJJJ]J5JIIIIIfI>IHHHHHeH?HGGGGyGdGJG!FFFFFpFNF,FEEEE|EUE-E DDDDvDPD(DCCCCC^C;CBBBBBjBBB AAAAAuATA3A@@@@@_@H@-????s?O?,?>>>>>m>K>1> ====x=R=0= <<<<;:::::z:R:=:99999k9I9'878777u7S7*7 6666|6T63655555^5:544444m4F4"33333k3G3$32222o2K2'211i1H10000|0V020///w/Q/./..n.G.%.----v-S-0- ++++v+a+*****_*<*))(W(3('''''['5'&&&&&[&8&%%%%%h%H%&%$$$$p$L$###z#U#2""""y"P!!e!?! j I # i@kH  gF#jD|zV3{Y7kH#\9vV2 `=bF#rP- wI&pM)rI nF b ?  u R )  t Q . ^ <  e A cC |Y2]C  ~iessex  @7zGepl  F7?333333bbc"  @H33333[craig  @..zGvrk!   @!(\)0verk   @DH\)~Iasl$  J'@A@parline   ?Qepp  @"  .@EY֠4bwl   gall-09  &@ =psmd!   @"Wfrpo  _&@6seby  |@!~  @GzHverk }  @2Q `asl |  @(333333Wbafs!{  "6@+Q+pica$z  @" =pѧcevipol&y  E!@6folketing!x  @? =poverk h   |H ?333333seby!g  { @E sebyf  z,@?# =pWFepp"e  yE@333333`bwl$d  x<q6@;33333gall-09&c  v*(@C =p6parline b  u^@8B\( BGasla  t_@$(\`  s w!_  r@1333333zseby!^  qte@ =p =Wverk ]  p.@8QRcvk$\  o/@K333333(Mno-2010 [  nbI @tila$Z  mT@333333W$no-2010$Y  lY@!4no-2001%X  ka@ \(\archivio W  j" @Jibz!V  i@!333333ejpr$U  h@Q*?_parline%T  g%^@-) mackie S  fX/@0Q ovb&R  eE"@2folketingQ   d0@\(mdP   a@4nasl!O  `@P @055gud97&N  _@FGzwAparline&M  ^v]J@Dfffff folketingL   ]Q@6 =p_epl"K  \) @+ffffffmackieJ  []? bwl%I  Z@GzGΓparline$H  YO/@333333ږcevipol!G  W@!333333  K5{@4 =qparline =  JhC@Bs33333 ݴseby#<  IA-@F# =phyb-nzl!;  HxN@"333333ejpr:  G @ˆpkw 9   F?ejpr8  Dq@@ =qep7   Cw?DPbafs 6   B?ejpr 5  Aq@7h\)vvk"4  @cE@8:G{;Vessex!3  ?N@${ejpr 2  >@(@%G{,eed"s  p @\( 2ref"r  "Z@ffffffovbq  " ageu p  @D =p _eppo  mackien   mep%m  kT@9+Qwxxarchivio l  j"@)Q!cikk  ]]@-333333``0bwlj   -%?=p =epp#i  +Q@F33333 gall-09#h  D @"9mackie g  .L@3R]cvkf   .@\(cvk&e ! '@A33333cy-gov, ep#d  1,@@Q yb-nzl"c  l@essex$b  V<@>Cparline"a  I@Ep = xessex `  L?333333ejpr#_  (+@Cfffff,bwl^  @E# $]  o@3no-2001\  Hws[  =cevipolSource: Patrick Dumont, University of Luxembourg; personal communication 30 January 2012Z  5mackie, w#Y  H\@\(}gall-09!X  @1ttilaCW Q @2Ecik Electoral alliance with Movement for Social Humanism (Dvizhenie za Sotsialen Humanizam), Civil Union "Roma" (Graždansko Obedinenie "Roma"), New Dawn (Nova Zora)&V  [ @GУ =qUparline'U  a@CYarchivioT  Rtila%S  @.fffff1kiesraadIR  q=ejprAlliance: Democracy is Freedom -- The Daisy (DL-M) Q   I@ffffffMtila"P  K5@%/΄bwl!O  f@;3bafsN O g @,=p =cvkElectoral alliance: For Human Rights in United Latvia (Par Cilvēka Tiesībām Vienotā Latvijā)&M  @`folketing!L  >@6[Tejpr!K  3@*ejpr$J  N@\(cgall-09 I  v|@+Xval#H  P @,Xno-2010G   @zG{ibzF   .@ =pcvkE  87?333333n D   @ =p!ZcikC  @GzHmd B   b?\(gIec-nz A  jR@>33333:cik!@  s@#5bafs ?  2.@ QRMasl >  X@/333333/=gud97#=  n@333333yb-nor <  @/ Ancne!;   @ ~bwl!:  6@:Ltila!9  C@;p =5]pica"8  F@ W =p\parline#7  1i@ffffffyb-nzl!6  GE@&fffffzejpr5   ?zG@+kQgall-09 +  ^@8ffffff\tila"*  (@ ffffff#bwl')  @6`no-2010!(  3@$\(1pica"'  ?bef-7#&  z{@ vyb-nzlA%  K {@\'elec-irlKathy Sinnott in South district$  b #  a@Bp =6cne "  @=p =pkw$!   ,?ٙ#folketing# !k'@333333Wmunro, ovbElectoral alliance: Centre Party (Centrumpárt)Centre Party was an alliance by 25 groups including KDNP and smaller parties not included in ParlGov (Rose/Munro 2009: 149). It run also in the 2006 election without the KDNP winning 0.3% of the MMC votes.#  n@ ffffffMmackie   6w @!W =pvrk   .@(\)oasl   @%33333 ͒ibz#   @133333~no-2010$  @Ucevipol  ;ejpr   # @7c =pGverk!y  g @ (\^fverk!x  f@68ejpr$w  e @:gno-2010!v  dT @333333tila!u  cOY@GzHuverk!t  b@ Gseby!s  a?ejpr$r  `?ep, frpo"q  _1@#333333/bwlp  ^]?!ssr!o  ]~W @zG3essex n  \@!Lebecm  Z)!@*ffffffl  X"@9ffffffvU!k  T,?333333yb-dnk j  R#@IQ:doi$i  Qa@Hbef-7 h  P@zGvvk!g  OI@&ffffffptilaf  NX@Րep e  M@* I]ibzd  KH?;:cvk%c  J@ Aeno-2010 b  Ib@+ffffff Oibz a  H;@ Kseby!`  G@zGUverk _  F!?Q6epp^   D6@ =p vrk&]  C @333333rfolketing\   BQq?=p =verk [  Aw6@7LCbafs$Z  @%@ =p ~archivioQY g ?>?QkiesraadTrots op Nederland (Proud of the Netherlands)!X  >_>@ELgGukeulW =/@DQ-#mig40 bonus seats for plurality winner (Patrikios and Karyotis 2008, 359).Patrikios, Stratos, and Georgios Karyotis. 2008. “The Greek Parliamentary Election of 2007.” Electoral Studies 27(2): 356–59.V  <"@H\)mdU  ;@#p = \ibz"T  :R@.no-2010 S  9&?hbafsR  6pv@ @eppQ   5~@ =p ibz P  4@As33333Iasl O  3@fbafsN  2l%M  1:@DY)no-2010L  0h ?zGnval K  /q@6zG{_SeieJ  .b"I   -S@)parlineH  ,x@zGkLcvk$G  +V@) ڲcevipol#F  *(@Afffffecraig&E  )M@Glvparline D _ (N@DǮzH eieThe seats include the Ceann Comhairle, the chairperson of the parliament who is re-elected automatically.%C  '?Qarchivio&B  &@ folketing A  %u@"33333pkw @  $'>@\(\essex?  #?p =qacne >  "3@zG{Jverk=    6w"<   N@&Gyb-dnk;  ?ltila#:  )@8Gnos-sv 9  @,ffffff3%cik$8  f @% wno-20107  !R@6fffffbval&6  a@AG{{archivio!5  (@.Gzedpica4  gall-093   @ QRepl2  "@I =p~md!1  s@333333bafs!0    @ 8Qlverk/   ;_{essex .   f@(\)mig-   `y w ,  L@1333333ibz!+  Z0@6 3tila*  r@333333Z!)  s1@?Gz+C3verk&(  w@4>lmackieJ' a E @!G{-vrkElectoral coalition with jaunimas (Youth).&  ;{essex%   Fbbc"$   W@ 333333macr-85#  dhA@B =seby"  "@Aeed!  |&@%333333'$  :}@C&no-2010!  @333333tila  X>@ mep   ~?񙙙otila     `?p =q8`frpo  ? =pmd   Lb@'p = ibz   -@3Qovrk   w#/@6Ԓbafs  5P@*jpkw%  )@5fffff=1mackie!  bT@,tila   =P@Afffffibz  ],@QRo?ssr  6x@pHvrk"  $p@HQ+pica  ; @!=p =vrk    @ffffff`pkw   b@* =p ibz   cne!   ?陙"ejpr   @4ukeu!  T^"@133333vtila  O&@,fffff Pcik%  @@&ffffff@A33333>hagstofa  v? lbwl&  @,Ofolketing  @  )?ibzAdded results of PVDA+ (52918, 0.81) PTB+ (38857, 0.60) PTB+PVDA+ (9313, 0.14)=   !"@ibz<   0@Gzfval#;  E@3ffffffyb-dnk$:  ~@ =p _voltive"9  1@#/bwl%8  @h@2zGBzNarchivio"7  .@CՏbwl$6  @\(;r2parline!5  @\(1verk!4  ~)?&}yb-swe 3  }C@ =p nasl 2  { @-+cvk"1  z5@%333333?/Abwl0  y@) y /   w?񙙙 ejpr .  u-@CQrɒepp!-  stq?(\)verk",  rRP @,\-no-2010!+   q/?Qsygall-09"*  p}5@ffffff}no-2010!)  ot @zG 0verk (  n%@.eie#'  mr@hagstofa%&  lh@GzaSep, frpo!%  k)I@#3333330tila"$  i~@H33333!bessex #  hf?ffffff{seby%"  gk@3\(gparline"!  fxn'@F =p yb-nzl  d/@&\)n6ssr!  cB?\(Vverk!  bwt@333333bafs   _"@ =pibz!  ^Z^(@3Ltila#  ]"@833333essex   \@(\)Scne  [O6@ zGCcik   Zm?ٙ+`tila#  Y];@C hyb-dnkt 5 X0@*L dpkw5 seats won by independent candidates on LiD-Alliance lists (total seats of LiD: 53)   W:@6Gznverk   V?ffffffm)pkw   U mep   Ty@Qepp$  S?\(cevipol   R?ffffff8bafs%  QI@\( Barchivio!  OxE8@?333333rbejpr  N3 eupepaSeat distribution of Fidesz and KDNP is unknown. Seats coded for Fidesz to have consistent seat mapping across elections.  M@"G{7md  L^@QRasl  K*@Q essex$  J8@9fffffT$mackie!  I @+ffffffeejpr  H@"=p 6md!  E@\(\verk#   C?warchivio   B?333333Kejpr&  A @folketing   @j@ Qossr+ ) ?@4 Qkiesraad, verk  >7?ٙ#   =@0zG,Bvoltive ~  </@FzG3ARmig}   :|? =p epp%|  8@].@9 )folketing#{  6$K@4hagstofaz  54X cvk$y  4g @Q;gall-09x  3@L.zG5ovbw  2O@"Q cik!v  1 #@28bafsu  0j9@\($cikt   -N@%_7vvks  ,@2=p Rmd r  +%?(\)(epp q  *@Qmig p  'I~@ =p Nepp o  &?񙙙pkwn  %(?333333&m  $@GzHejpr, ovb"l  #b@! .bwlIk  q"=ejprAlliance: Democracy is Freedom -- The Daisy (DL-M)$j  !N@GzAWgall-09#i   P@zGNvoltive&h  E@) folketing'g ! 6@#333333hbafs, ejpr f  8@&pkw"e  @ =p@ec-nzd   U?޸Qepp!c   n7@H/\( W%yb-nzlb  < no-2010a   J?GzHssr`  ')archivio!_  A @+tila^   &?`5bafs%]  F?ffffffvfolketing\   / @EGz(/fmig![   3]/@9 <ejprZ   ~essex+Y ) @GzH kiesraad, verkX  |:@0333333 O )W  )=@0R]ejpr, mdi!V  w*@4333333 bafs$U  :@\(3cevipol T  &@!ǮzH.ssr S  @=2seby!R  @&verk Q  @zGeie$P  }>@EY|no-2010 O  @1ffffffTibz#N  0@FY%yb-sweM  @!zG{-cne"L  @D zepp K  Q?rxepp!J  |^"@1zG:tila$I   @=p =5parline$H   3@2voltive$G ! @zG{1Vcy-gov, ep F  @8\(\ cik E  @,(\,vrk#D  P@no-2010 C  e #?333333N]tila!B  @ @.ffffff2mgud97A  cdejpr@   RAvoltive%?   @zG s9archivio!>  H @ffffff#seby&=  eF@:^ymackie<   !?ffffff5epp;  y Fmackie#:  4N@*yb-dnk$9  {@,ffffff1hagstofa 8  7?QRTibz!7  h @'u\( frpo!6  u@ejpr5  %@w 4  :@1\) L[verk&3  @[folketing!2   @"aGzjverk#1  ]9@D )yb-dnk0  ?3cvk /  #5@%333333=bwl#.  ~ @!aGzvoltive$-  ]]@Mlarchivio ,  i@^bwl"+  G @!333333#craig*  @H:G{md")   d@0R1Dyb-nzl&(  @]|ejpr, ovb$'   @ffffff}cevipol"&  .@CfffffÃbwl!%  '@0υejpr&$  N@033333X7folketing #  C@%# =pHDasl$"  "@#cevipol!   ejpr  '"@+333333տ%  \>@#6archivio?  gkCentre Left (S) alliance member. 2 seats won.$   @archivio#  @B33333Q'ejpr"  Kz7@($VImackie   c?\(epp   f @zG>mig#   @9cevipol#  ]@@L oyb-dnk   G @jstila   '@epp$  @333333kccevipol$  $@=hagstofa   @Zwtilas 1 ?zG%eppElectoral alliance with Partido Nacionalista Canario (Canarian Nationalist Party).  B@A&fffffm$  :@ffffffcevipol#  r@'ffffff;nhagstofa!   @'QSuukeu  -@$=p =cne!   @333333Ʋtila%  ! 6?ffffffBbafs, ejpr!  x3@ffffff3ejpr#   ?񙙙vcevipol  ?@p =qessex&  o@<@@1Qlgall-09$  b(@/QRQcevipol!  @))gud97%~  K@ g  j 5@3Gz Bcik#f  @1mackie:e %- ~ )@5333333ftila, toer68Party alliance of Social Democratic League and People's Democratic League in 1966 election with a joint election programme (Törnudd 1968, 89). !d  };@zGverk c  |b6@8fffff nFtila#b   {?ffffffKcevipol#a   zI,?ٙ#bfolketing!`  y @AaGzJ@8\)H2mackie+@ % Sr@GzHasn, no-2010"?  QE"@-Cejpr&>  P]F@C33333 Zfolketing=  OM^$@1tila%<  NF?3333337folketing;  L?Qcne%:  KIu @&G{9archivio 9  J@3cvk 8  I>V?(\)verk7  Hgk?333333bwlt6  E G AvoltiveMP Mária Pozsonec representing Slovenia's Hungarian community won in a separate election. 5  F>@%=p  eie#4  E@#\(nos-sv3  C@zGwepl#2  B](@;L|5bwl%1  AK@)ffffff4varchivio#0  ?Wf@'333333 macr-85!/  > &@4tila%.  =?jarchivio#-   <*?zG{parline,  ;@=p =333333volby$'  5JS @0ffffff6parline&  2?\(Dcne#%  1g(@B333333Rbwl$$  0 @\(nvoltive$#  /V@'\) cevipol"  -@.cvk!  ,:?Gz0ibz!  +?^@-333333ltila"  *0|3@,ffffff yb-sweC   Y(o'?zG{rmdiParty run only in Aosta Valley region. o 'i@:!GzPeppElectoral alliance with Partido Demócrata Popular (Popular Democratic Party) and Partido Liberal (Liberal Party)"  &o?Qref  %.@ffffffep$  $:@ =pdcevipol   "b@+zG gibz!  !`@EU\(Vzpica$   > @"8Qgall-09  Oarchivio  r@$   t?Q^bafs$  ]?archivio   "@Gfffffdoi"  7!@%*essex#  W: @D%ͅmacr-85  4 @!(\)0-cvk%  @2nzG#nos-sv  !@ ,ibz  X@Cep  @DG{Yasl  t     r?%epp%   ]?333333karchivio    Q?QcbbbbbibFbaaaaaXa=a`````]_____t_R_+_ ^^^]]]]]p]L]*] \\\\r\K\#\[[[[k[G[#ZZZZZzZRZ-ZYYYYYZY6YXXXxXQX.X WWWW?WVVVVVVUUUUqULU&U TTTTzTTT0T SSSS{SZS5RRRRQQmQJQ$PPPPPgP>P#OOOOlNMMMMM_MHGGGGGpGMG-G FFFOF(FEEEEsEJE#DDDDDeDPD(CCCCCtCOC,C BBBBB[B7BAAAAA]A8A@@@@@ ?????f?A?>>>>>c>;>=====`=<=<<<<<<;;;;;X;/; :::::_:=:9999i9E988888y8Q8.8 7777u7O7-66666b6?655555g5D5!444443333z3Y35322222c111l1J1#00000y0R0,0////O/-/ ....|.U./.-----c-;,g,D, +++++h+B+!*****4* ))))u)M)0((((t(V(.'v'Q'.' &&&&{&X&@&%%%%%c%J%1%%$$$$$\$9$$######e#O#9#"""""!!!t!XdB yW5 tL&gAnZF2 lYE1 Z2 oGa;`hF#vS0a>pM*~\9iG$ x W 5  g D " u S 0  b !|_=nK%  U@#Gz]eie#  T@(W =pgall-11   S@1s33333eie   R>%@3s33333eie   QqL@B ;\eie  P @spectator_  M-?\(LJbmiElectoral alliance: LEFT -- Opposition for a Europe of Solidarity, European Left, KPÖ, Independents (LINKE – Opposition für ein Solidarisches Europa, Europäische Linke, KPÖ, Unabhängige)  K? =pLbmi  H?zG{bmi  E_?(\)Pbmi  D@ffffffhbmi~  B_@Qibmi}  APreuters|  @Preuters{  ?PPreutershz  1='%pcpersonal communication with Svanur Kristjansson (University of Iceland) March 2014hy  1<@'`pcpersonal communication with Svanur Kristjansson (University of Iceland) March 2014hx  1;{'pcpersonal communication with Svanur Kristjansson (University of Iceland) March 2014hw  1:{pcpersonal communication with Svanur Kristjansson (University of Iceland) March 2014v  9E@hubmiu  7@hubmit  6m?\(\bmi s  4mO@E&fffffbmi r  3mE@BAGzYbmiq  2m2@$Q@bmi p  1m@" =qTbmio  0@ bmin  /?_bmi m  -A@@b bmil  ,24@:fffffbmi k  +4@:fffffbmi j  *@8bmii  )?񙙙ϸbmi h  (G@C !bmi g  '4@  `J@EGzHobmi=  `2@ffffffbmi <  Q@F333335bmi ;  L@Fbmi:  2@'bmi 9  [O@Fkkbmi 8  [N@FffffffЏbmi7  [2@ bmi 6  R@Grbmi 5  J@Ebmi4  2@Tebmi3   J@Dfffff0bmi2   I@E bmik1 %  2@%7"bmiElectoral alliance: Party of the Independents (Wahlpartei der Unabhängigen)0 w  @333333{?bmiElectoral alliance: Electoral group Austrian People's Opposition (Wahlgemeinschaft Österreichische Volksopposition)/  CM@F-5bmi.  CC@CYbmi- #%WC2@'ffffffw9bmi, hoe-99Electoral alliance: Party of the Independents (Wahlpartei der Unabhängigen)Federation of Independents (VdU) run as Party of the Independents (WdU) registering lists of candidates under the name in all electoral districts (Höbelt 1999: 60).I, a C@ffffff@JbmiElectoral alliance: Left Bloc (Linksblock) +  U@Hfffffrbmi *  L@FLbmi )  @bmi#(  ?񙙙mackie#'  ?yumackie#&  ?ffffffFmackie#%  ?mackie#$  @ Bxmackie##  @ Mmackie!"  ,?Q%cy-gov$!  @ffffff no-2001$  -@3333335,no-2001%  `@2333333no-2001%  n@4Lebno-2001&  @9ffffffno-2001#  @<,mackie#  |@9ffffffj4mackie$  @:333333mmackie$  @:33333omackie%  @E33333mackie$  #@#-Lno-2001$  @ 333333no-2001#  E@/ffffffI7mackie          (  b  i  ]  v      S    L    #    _      }  K~  g}  E$|  0@+?no-2001"{  @ mackie#z  6@#5PRmackie#y  9@&>mackie#x  U@2333333afmackie%w  @G33333q mackie"v   ?ffffff vmackie#u  H@*333333Dkmackie#t  B@+G`mackie#s  L@1fffff^dmackie#r  #@!.`mackie%q  @Cs33333͢Lmackie#p  @ /mackie#o  C@+NEzmackie#n  Y@.Vpmackie$m  p@:Jrmackie%l  @BL΋,mackiek  ?񙙙bwlj  b?bwli  (?bwlh   ?333333bwlg  $?333333"bwlf  -?|bwle   ?ffffffibwld  ?pkwc   ?Qpkwb  P@ipkwa  ?\(pkw`   @=p =pkw_   @pkwh^ eE @zG{ gmpkwElectoral alliance: Catholic Election Committee "Homeland" (Katolicki Komitet Wyborczy "Ojczyzna") with People's Peasant Christian (Stronnictwo Ludowo-Chrześcijańskie), The Conservative Party (Partia Konserwatywna) and Polish Federation of Enterprise (Federacja Polskiej Przedsiębiorczości) Source: Rose/Munro 2003: 231]  {=jacobs\  {=jacobs[  {,=jacobsRZ s n?=p =fNpkwPolska Partia Ekologiczna – Zieloni (Green Party) Y e fP@QpkwElectoral alliance: Porozumienie dla Przyszłości – CentroLewica (Agreement for the Future -- CenterLeft)X  e?3333332^pkwW  d?=p =G*V  c ?񙙙OcikC  =OcikB  :jcikA  9jcik@  8jcik ?  6}q?\(verk#>  5/qA@B:G{ gall-09=  44*@ =p rcvk&<  3\@:OUmackie ;  0X@-=p ovb%:  /s@4zGHqarchivio9  -:mep 8   ,{?zG0verk&7  + @.dfolketing6  * @# =q)Xmd!5  )S@!usu 4  (X@Ac =p}cne3  ' ? ԏbwl 2  &Q?333333epp"1  %3@2.zG essex40 3 $S@bwlParty did not pass the five percent threshold but gained representation in the Bundestag by winning 4 SMD seats (3 minimum) in the East of Germany.%/  #k?(\)`,archivio.  "z @(\)r"-  !k@zG{ $ejpr$,   ? =pgarchivio!+  t?zG{WverkI*  qv=ejprAlliance: Democracy is Freedom -- The Daisy (DL-M))  parline%(  aN"@2zG,folketing '  @6vvk+& ) Y@& =p^kiesraad, verk%  0?1pkw!$   @< ejpr%#  I@\(7farchiviod"  %ejprAlliance: Christian Democratic Center / United Christian Democrats (CCD/CDU)$!  P@:Zno-2010  b%   I@archivio     @ffffffbafs   6@+ivvk#   @@333333 ejpr%   I @333333&folketing   @ ?ejpr  @Emd$   a?\(4archivio!  @0.gud97!  @&333333]Gbafs   0@!ffffffؘpkwP m @p =q9ibzPCB/KBP formed a single party in Belgium at that time, though the two "parts" of the party did contest in the 1979 election. The votes for the PCB are 106023, for the KPB 39773%  `@BL8no-2010"   @333333yb-dnk   $  J&@H7 =pno-2001   )"@\(ibz%  \?ffffffarchivio  3@, A0#  '@FG{yb-nzl$  Tf @"Tno-2010  %?ffffff*epp!  " @tejpr   @6:G{ 1asl   }'@8hverk!  st@bafs   @zG{ migC  m'Alliance: Dini List -- Italian Renewal (DINI-RI)!  ?}ejpr%  a?@!?archivio  jX@> =pncne&  @Ffolketing#   @333333'&yb-dnk$~  @(\)Cparline!}  x2@333333Bejpr|   'w {  @ =p ؼeie z   ?GzH+9ec-nz%y  :@H )no-2010$x  T?񙙙no-2010w  q@&zG{#-eie%v  @+8Q^kiesraad%u  8X@.ffffff1Gmackie#t ' eppUnion del Pueblo Canario (Canary Peoples Union) 58,953 votes (0.33%); Union del Pueblo Navarro (Navarrese Peoples Union) 28,248 votes (0.16%) s  G +@5ctilar  q@88ep"q   "?333333Owclea-11%p  k@\(K[archivioo  jcik$n  Y? =p~clea-11!m   @*$ssul  ?ffffff cne,k + @Jcevipol, mackiej  g ?zGAcvki   N@333333stila h  f @]migg  O %?񙙙%NukeuSocial Democratic and Labour Party (SDLP) took 1 seat with 24.5% of the vote in Northern Ireland.$f  @\((Lparlinee   ?θQu!d  ;_@*Daseby c  p@EG{fxepp b  v@#Jval a  F??333333bbc#`  4@xsno-2010_  f .craig$^  e;6@mackie ]  &vJ@BGzssr%\  ]@333333>archivio![  @2 =p%Uqceoc Z  ?ٙSpkw Y  N@0 =p0]vvk!X  2@(\)"gvolby#W  n"@E\(yb-nzl V  Q@*~seby8U  S ;ejprMartin Bell in Tatton constituency.T    @ pkw#S  9@ffffffA_essex G  @ \(\cne#F  E@)Myb-dnk!E  =?@;p =Dvolby9D  SXcvkThree seats from LKDS/LZS alliance.C  ? =p7cvk&B  o@folketing#A  E @5Lyb-dnk%@  ]n ?ffffff $archivio?  0?zG{'pkw">  )"?'yb-swe =  i("@C !<  :Y@.G{:bverk;  Lejpr":  qV?ffffff%parline"9  y?333333essex&8  l@*mfolketing&7  @@6]eiarchivio6  4+@3\(Icvk#5   ,@clea-114  A 3  @ =p 2pkw2  8 arkp1 + @333333@E@gud97!(  ~$(@&\( pica"'  |"p@\( gref$&  {Y3?Cfolketing!%  z@seby%$  y!@4Cmackie #  x@E\(e)epp%"  waE#@3J=p 9folketing !  vLV@*L .ibz&  t#F@@pmackie   s@(3333330bwl!  q^@+tila"  p-=D@=Qbvolby  o  ?,tila  nX@333333Aep   m@5zG3epp  kWessex!  jf@&Abafsr  ? i voltiveMP Roberto Battelli representing Slovenia's Italian community won in a separate election.$  hk'@(harchivio%  g?@333333$Jarchivio   f@Gz|ibz!  e?ffffffjessex   dC@G333333[~ejpr"  cku G@(QG6ejpr$  b@8fffffxhagstofa&  av@333333Ofolketing$  ` @ =p cevipol  _ky?%  ^9@BO\(^^parline"  ] k,@>u\(9gaec!  \@$zG verk- % [qd@@fffffKasn, no-2010  Z "@ =qdibz  X?   WF pkw   V~ @ =p = epp   Ul @`bafs   T@-ibz"  Sa @""^bef-7!  Rg@@966pica  Q"   Pd@,\(yb-nzl$~  O @/Qvoltive,} + N,S @1Q&cy-gov, parline%|  M9@)archivio{  L %z  KI@ )archivio+y % JMq?陙Oasn, no-2010x  Iq @"333333(/w  H@QRcne#v  GV?\(parline$u  FE@GQ gall-09&t  EN%@4ffffffݻfolketings  D%@/ffffff 'r  C7@E#ejpr, ovb!q  BE@) =qvppejpr"p   @l@Lyb-dnko  ?/l@C\('pmig$n  >V@%parlineum / ={1@? =p(xvcbs, jacobs, verkCommon list of candidates and subsequently single parliamentary group. l  <@7fffffcvkk  ;f?333333!j  :Z@ffffffbafsi  9r@ffffff h  8"@)Mbwlg  7j@$p =q,cnef  6%@w&e  5@7QEmackie!d  4@#{ejpr c  2^n@Q-asl"b  0.@ELbwla  /Ngall-09 `  .5&@|pkw _  -@)333333bafs!^  ,@ffffff1verk$]  +~S@ voltive"\  *un#@E޸Q"yb-nzl[  )=mep!Z  (,?\(cy-gov"Y   '@333333^yb-dnk!X  &&@tila W  %k@ \pkwV  $Gejpr#U  #d@4fffffXyb-nzlT  "#1@:bafs S   d @333333Iseby R  2@=\( caslQ  F@bbc!P  ??333333ejprO   '?333333epp$N  O@vcevipolM  X3 vrk L  L:@Qibz"K  = @?s33333 R:volby J   @5\( epl"I  @  yb-dnk H  }@\(Kuepp!G  '@<:G{pejprF    E  !M?p =qepp#D  >@*=p &صmackieC   >q?QY=verk!B   H@333333seby!A   | %@1\(tila$@   O @ =pQcevipol ?   "@#Iibz >  %0@=Y 5ssr%=  ) @Qsarchivio <   @#|rtila;  7@/333333 8 :  @bwl9  2@)ffffffbmi 8  eI@ tilaX7   cneUnião Democrática Popular (Popular Democratic Union) 44,877 (0.8%); Associação de Defesa dos Interesses de Macau (Association for the Protection of the Interests of Macau) 1,622 votes (0.0%)%6  'Rcnecombined number of seats from AD alliance (74 seats) and votes in constituencies of Azores and Madeira (8 seats, 147644 votes, 2,45 pervote)5  b%4  U@1:G{(parlineR3  q IC?zGejprElectoral alliance: Azione Sociale (Social Action)"2  p@C:G{L4ceoc1  gall-09&0  @333333|folketing!/  _@@j=p '~pica%.  k)@1W =pRSarchivio&-  l@&d]folketing,   >@!ffffffep$+   @ =pvoltive#*  @\(\0parline )  pV@+8Q ibz$(  :{@CL&no-2010z'  A;"@1@vrkThe vrk data states that the Lithuanian Liberal Union (LLiS) won 16 seats in MMCs and 18 seats in SMCs, which totals 34. However, Wikipedia as well as Nohlen/Stöver and Essex sources state that LLiS won 33 seats only.&  MT?ffffff}tila!%  B!@50 =qverk#$  5@Q6;parline4#  3 a?*bef-7Common Wealth Party""  @1essex!   @.ibz$   X @zG'elec-irl   @ =pRvrk  ;?.cvk   Z@I,IOcne$  ]@ffffff Uarchivio!  @zG{EHverk#  5@1?Gparline!  @333333seby   d@333333|?seby%  F)@QRarchivio   q@zGNeie  duejpr#  R@7LUno-2010"  p@F+QJpica!  @:@*mukeu  @Iu\(md!  w@bafs"   4l@"333333|Vyb-dnk  Gcraigr  / ??QYukeuDemocratic Unionist (DUP) took 1 seat with 18.2% of the vote in Northern Ireland.  V@, ibz  L@$Q ibz!  K@>33333verk  @ !  Z@Dtilak  !E?bwlGerman Reich Party (DRP) won 8.1% vote share in the state of Lower Saxony.  w   ?=p =rark!  ? ?ejpr"  q@E33333tcraig   @"\( =ibz$  Jn*@I =p1no-2001  @"u\('cneR  abef-7More detailed information in Rallings and Thrasher (2006). ~  I@ ^Pepp }  @$33333 >ibz!|   @! =pD#verk#{   @ 333333rLmackie#z  ?parline"y  l@ʃessexx  k>!w  (@1\)pica&v  a@@s33333archivio"u  p@B]p =Lceoc%t  iI@&@qarchivio s  Q?fffffflteppr  dejpr q  1@5!bafs p  "@ ȇibz"o  i @(\)8Uec-nz!n  (@/\(\ pica!m  7@;333333 tila$l   Fn?񙙙archivio"k  @ ffffffpyb-dnk j  J?Q~verk$i  @ffffffcevipolh  h|@#Qval%g  ?7archivio$f  @parline e  /@5bwld  z>@!ffffff+c % @Oasn, no-2010$b  ~ @$ =p 3voltivea  g?񙙙;bwl`  k@ }su!_  "@0!\pica$^  IF@jfolketing]  @Tbafs\  \@EEQZibz[   ):@GzHKibzZ qv6@!ffffff>ֲbwl, widElectoral alliance with WASG members on PDS lists.29 seats won in new federal states ( former East Germany) and Berlin.#Y  />@#ǮzHgall-09!X  @{ejprW  _@EovbV  -@@=p bmi$U  O@$]ecevipolT  @ffffffebwlS  (f?ٙ#R  n@"mackieQ   /@QRFssr!P  B@ffffffverk\O { .@/ffffff]*archivioElectoral alliance: Pact for Italy (Patto per l'Italia) N  M@</asl$M  b @* 6cevipol%L  i @ [Rarchivio K  @733333 `ibmi&J  @:zGL`mackieI  @GzHڟovbH  Carchivio%G  ~|'@ archivio F  }i@DGz!cne+E % |ir@ =p ^.asn, no-2010"D  zp@EzG>xpica%C  y)@Qmackie%B  wY,@ffffffq folketing A  v@9ffffffasl @  t`pS@?\)@*pica%?  sG@p =qMyb-nor>  r?\(\&md!=  qH&@5333333)Dseby <  pZ^7@8 Smtila ;  m~@!*ibz :  l?ejpr$9  jY@$Q qfcevipol&8  iF@ fffffffolketing 7  h@%p =_1ssr$6  gg>!@3O\(gall-09W5  fkC archivioElectoral alliance: Alternativa Sociale (Social Alternative)!4  e@!tila3   de? tilas2  1cE @ bwlCentre Party (Zentrum) won 8.9% vote share in the state of North Rhine-Westphalia.%1  a?@Gz"archivio0  `%/  _#@ ffffff #|mackie".  ^@E33333%Rcraig -  ]!? =pepp ,  \@@fffffasl+  [ibzFront Wallon (Walloon Front) 24,245 votes (0.47%) Parti Wallon des travailleurs (Walloon Labour Party) 23,582 votes (0.46%)*  Zcv@%GzH(Gepp)  Yz @%y(  X"@p =qovb!'  WH_@-ffffffTseby&&  VN@0folketing"%  U{@ =p Wvec-nz $  T@ =pyibz#   SV-mackie"  Q2@7ffffff bmi !  Pe @W@)8Qessex   =Q@B =q'epl  <ibz!  ;@GzH4verk%  :Fu @( =q>~archivio&  9U,@ffffff[folketing%  8@l @folketing!  7@1[ejpr  6I@9`Ucne%  5?ffffff=folketing   4)V@%333333 ibz    3NI@333333Htila   2? =p }pkw   1@Au\( asl&  0Y,@M ^2no-2001$  /(@BLQbwl!  . @!bafs  -V @2cne%  ,v@folketing>~ [+'ejprAlliance: Popular Party for Prodi (PpP)!}  *@&\( vvolby |  )#.@6fffff)bafs&{  ( @0folketing!z  '@F:ejpr"y  &n+@@Q (ec-nz x  $iZ?bafs!w  !@Q]essexv     Fmackie u  @Ap =aslt  i@ bwl$s  @ffffffparline!r  @;33333@ejprq   cnep  q@}eieo   @333333\cvkn  pibz m  @0G{vibz!l  @ =p  8volby!k  p@ GzHOVpicaj  U%?(\)6eppi  @Efffffgl!h   n@A.zG essex,g % ~@/W =p<Ǚasn, no-2010!f  Y1@$ceoc e   3@1fffff9verkd   j?zG<{epl%c   (@Marchivio$b   q(@:Gz+gall-09a  Xq@00 =qUvvku` 7 Xs@ivvkElectoral alliance: Right-wingers (Parempoolsed) with Conservatives (Konservatiivset)_  @zG{~vvk ^  %@ *pkw]  dejpr!\  7@Efffff$ ovb [  f@!W =p5migZ  r@7 Y  S1@3333334@;bwlX  V-(mackie%W  9@07kmackie V  A^<@:333333˺tila%U  al@%5folketingT    ?zG{6asl$S  f@) macr-85$R  '@$ =pUַparlineQ   gall-09!P  ~:@6p =qU,essex O  1d@>+Q8W!insseN  ^craig#M   @'ffffffSfno-2010!L   ZR?\(\w`parlineK  Uarchivio"J  @F*=p Vepp I   I@333333tila H  b@& `ibz$G  t@Q6 lparline"F   ,@yb-dnk!E  W?=p =volby D  e^@ffffffejpr"C  D@ 333333Dyb-nor#B  9#7@$333333`parline"A  i?(\)ec-nz@   .@ep?  ?zG?Zpkw$>  R@;\(hvoltive"=  yE&@7aGzOyb-dnk!<    @ybafs ;  i@-Tbafs%:  ?folketing 9  N@333333Ivvk#8  @4LVtsssssesBs rrrrrorKr'rqqqqFpppuoo5nnnnhnGn"mmmmmrmRm+mlllljlDlkkkkk`k9kjjjjyjSj-jiiiiriKi$hhhhhah:hgggg{gTg-gffffjfDfeeeee^e7eddddudOd)dccccfc?cbbbbb[b6baaaasaLa%`````g`B`_____X_1_ ^^^^s^L^%]]]]]e]@]\\\\\\\5\[[[[u[P[)[ZZZZfZ?ZYYYY}YXY3YXXXXsXLX%WWWWWbW;WVVVV{VTV-VUUUUjUCUTmT=T SSS}SMSRRRjRCRQQQQQYQ2Q PPPPoPHP!OOOOO^O7ONNNNtNMN&MMMMMcM>>h>B>=====^=<<<<{10000Z040////'/....l.F----l-D-,,,,{,U,0++++d+>****\*4)))){)W)1) ((((u(Q(-('''' &&&z&U&0& %%%%r%N%&%$$$$g$A$#####\#6#""""|"W"/"!!!!q!I!$ d < }U0 eK1kQ7gM3}Q. ]9kF"oM+|Z7dB'_<jF#uT1a>iG#vT0`= ] : 7  } & u [ @ W ( [6`<9   '@ =p qepps 1  M?=p =eppElectoral alliance Amaiur with Alternatiba (Alternative) and Aralar (Aralar Party)   v @zGepp   ~@Qepp   n@=(\)jwboe"   @D33333φboe!  @333333dec-nz    !?3333334ec-nz    i?Q]Qec-nz    ?GzH^hec-nz   r?Gz|ec-nz"  {@\(\@Xec-nz"  @&QJec-nz"  n"@;zG{ bec-nz"  ;@GzH'Mec-nz#~  @=p =yno-2001@} + 5!@EXQ"no-2001, wilson2 seats uncontested.$|  n.@G33333no-2001{    bafs,z  ; wbafsFreie Liste (Free List)4y  K bafsUnité jurassienne (Unity Jura).x ; bafsPeasant Union (Bauernvereinigung); Peasant Party / Protestants / Democrats / Independents (Bauernpartei / Evangelische / Freie Demokraten / Parteilose)w  Gbafsv   *qbafsu  bafsAllgemeine Volksliste (General List); Nationale Front – Front national (National Front); Union Nationale (National Union)t  nbafsTs   bafsKommunistische Partei-Opposition (Communist Party Opposition) r   bafsMq  } bafsParti progressiste national (National Progressive Party)4p  K bafsJeunes radicaux (Youth Radical)o  PObafsHn  s ubafsListe socialiste populaire (Socialist Peoples List)!m  "@0nbafsl  u4?\(bafsok  + 9?333333bafsThe elected MP run for a joint List with the Green Party of Switzerland (Grue). j  /@6rbafsti  5 ?$_bafsThe elected MP run for the List Alliance de Gauche (SolidaritéS – Indépendants). h  v?333333)bafs g  v?3333336bafs f  v@?bafs e  v@;(bafs d  0@733333NXbafs c  <@<Jbafsb  B?333333Bbafs a  ?ffffff1bafs `  v@9Ubafs_   ?əbafs!^  @&bafs]   Z?!bafs\   Z?ffffff|bafs[   Z?陙bafs!Z  @bafsY  Z?zG{^bafs X  v@Abafs!W  @.bafsV   Z?bafs!U  @/bafs T  #8@<ָbafs!S  @.hbafs!R   @ffffffbafs!Q  @ffffffbafsP   Z?bafs O   @ffffffoQbafs N  #)@7bafsM   9?+bafs L   @qqbafs K  ?4bafs J  @9bafsI    9?dbafs H  ?9bafsG  i?333333bafsF  &?333333bafs E   f9@333333Ebafs!D  @-ffffffd.bafs C  @\bafsB  ?333333:bafs A  @Vbafs!@  @'333333nbafs?  B?əbafs >  ?1bafs =  @>Zbafs!<  )@5dbafs ;  ?333333(bafs :  #-@9fffffrybafs 9  @ffffff_bafs!8  ,@4fffffXbafs!7  *@4fffff_Kbafs 6  @ ffffffw bafs 5  #2@<cbafs4   Z?ٙ+bafs3   bafs2  lbarber =barber~ <barber} ;barber| :barber{ 9barberz 8barbery 7barberx 6barberw 5barberv 4barberu 3barbert 2barbers 1barberXr  )g 0@barber, hug-68United Australia Party (UAP) and a part of the Country Party (CP) (led by Fadden) ran together in 1943 as the Country-National Party in Queensland (Hughes and Graham 1968). q /barberp .barbero -barbern ,barberm +barberl *barberk )barber"j  (t@barber#i  &/@Es33333 'barber%h  %x0 @0 barber!g   $t?ffffff|barber"f   #/?barber%e  "B+@A&fffff0\obarber%d  !H @ cbarber"c   w@6Hbarber"b  @ barber"a   ?ٙbarber%`  I @ ibarber%_  E@ ffffff barber%^  F@3333338barber#]  4@F&Abarber%\  34@D@V>barber"[  t?333333G-barber"Z   ?333333abarber"Y  @333333mbarber%X  HJ@D@HYRbarber!W   ?ə@Nbarber%V  x/@>333333Lbarber"U  t?gbarber"T   t@_barber%S  ,@(ffffffbarber%R  >C@C . barber"Q  t?E;barber!P    o?333333~barber"O   t?barber#N   @,barber"M   @ffffffbarber#L   $@Effffff2lbarber#K  @E@ `barber#J  N@C33333;barber"I  ?vbarber#H  0@G ibarber%G  )@%ffffffbarber#F  @)333333barber#E  <@BCGbarber#D  @3ffffffC.barber%C  C7@Affffff4barber#B  t@ɝbarber#A  +@Hٙ barber"@  t@zbarber#?  @; dbarber%>  I7@B&fffffD¾barber!=  x@ffffffObarber#<  @Cbarber#;  /@barber%:  9@#barber"9  t@5barber"8   t@Ӫbarber"7  @7xbarber"6  ?barber"5  @ibarberE4 M:.@Affffff pbarberIncludes LCL in South Australia."3  t?333333barber2 ) 5x.@@ =p>barber, hug-68We subtracted the votes of the Independent UAP from the combined votes of 1240048 . "1  @THbarber%0  x,"@B333333barber%/  * @FYbarber#.  3@F96barber!-  x@" Wbarber!,  x@4barber!+  t?333333,Obarber!*   ?333333jbarber#)  @.barber#(  A@BfffffB>barber%'  F@@@333339qbarber#&  t@333333-barber!%  x@ffffffTbarber%$  G @ffffff Vbarber##  q@Asbarber%"  0@333333barber@!  K ?陙wgbarberUnited Country Party (Victoria)%  6:@Bobarber#  >@H&.barber#  @ barber"  ?+barbern 4/@C@GbarberIncludes LCP in Victoria, LCL in South Australia and Western Australia. #  R@G>Bbarber"  t@ffffffbarber!  x?3333335barber"   t@&barber[ y<@% 'barberIncludes NP in Queensland and NA in Western Australia."   ?333333barber#  t@!ffffff$barber"   t@333333barber/ )  ?ffffff(?barberMajority Labor!  x@barber#  ;@I "barber%  >@# barber%  :@!333333barber"   t@barber#  B@Hfffff7barberE M9=@D "barberIncludes LCL in South Australia.D  S ?333333 barberIndependet Labor Party (Queensland)#  @?gbarber#  @E33333 barber#  @7barber!  t@~lbarber"  @barber#  t@ Fbarbert )?@! ;zbarber     Includes NP in Victoria and Queensland and CLP in Northern Territory.#  @F ~barber"   t@V}barber#  @barber"  @ Jbarber#  ;@G+barber#~  P@Fs33333HbarberG} Q7@! barberIncludes CDL in Western Australia.%|  / @&333333|barber%{  GD@B@wbarber!z   z?m&barber"y   ? barber"x  ?EYbarber"w  ?barber%v  - @$barber"u  ?333333"barber#t  t@ffffffLbarber#s   @D barber"r  t?ffffffbarber#q  t@6barber"p  t@333333barber%o  =D@Dfffff1Qbarber!n  x@&hbarber"m  @333333^barber#l  *@Is33333 Sbarber#k  &@C/barber%j  A,@A - barber%i  1 @%ffffffabarber#h  %@H@ barber#g  q%@F !gbarber#f  t@rbarber"e   ?barber0d  + ?ffffff^sbarberFederal Country#c  C@D Cbarber"b  @"*barber%a  2@%}barber%`  ;@" barberm_ 59@CٙbarberIncludes LCP in Victoria, LCL in South Australia and Western Australia."^   t@ffffffbarber"]  @?barber#\  q@Czbarber@[  K ? barberRevenue Tariff Party (Tasmania)#Z  +@I barberHY S4@!barberIncludes CDL in Western Australia. "X  @333333pbarber#W  @ 333333barber#V  V@Ffffff@sbarber"U  ~?ffffff^barber"T  }t?ffffff?barber#S  |1@FYbarber"R   z@ 9barber%Q  yD1@Bffffff;Ubarber%P  x* @%%Fbarber%O  w8@!xbarberEN Mv<(@As33333'ibarberIncludes LCL in South Australia.#M  t~@333333barber"L  s@ffffffw barber#K  r}@333333barber4J 3 q ?ٙbarberIndependent Liberal#I  p@A8barber#H  n/@%333333barber%G  m+ @$barber#F  lK@HAbarber!E  kx@barber"D  jt@Gbarber"C   iz?barber%B  hq)%@E@~barber#A  g6@Gٙ!Sbarber!@  ft?mbarber#?  et@)wbarber!>   dy?L barber%=  c1@<2barberY< ub84@B6barberIncludes LCP in Victoria and LCL in South Australia.";  a@barber":  `?ffffffbarber"9  _@333333barber"8  ^r?xbarber%7  ]@!@A333333-2barber"6  \t?barber%5  [. @'T;barber"4   Zt@barber#3  Y)@D"Rbarber%2  Xx-@?fffffObarber"1  W?ffffffwbarberH0 SV@@" zbarberIncludes NCP in Western Australia. "/  Uw@barber%.  TA@%333333?barber%-  SB@'=&barber",  Qt?333333"^barber!+   Pt?ffffffbarber#*  N&@Hs333331barber#)  M @G &barberm( LEK@CY@@barberIncludes votes for disendorsed Liberal Party candidate in Oxley (Qld). "'  K@333333pbarber!&   J?ə>hbarber%%  H6@"barber%$  Eq+@@33333kbarber##  D?barber%"  C3@#ffffff~barber#!  BS@E33333R7barber"  @r@ffffffVbarber%  ??6@B33333/nbarber"   >t@Fbarber"  =@obarber#  <q5@Kbarber#  ;j @F333333nbarber#  :@Ebarber#  9p@barber= C8@!ffffffbarberIncludes QLP in Queensland.%  7D@ barber%  6C@ barber!  5x@ffffffbarber#  4o@333333barber#  3@: barber#  2/@Hffffffuwbarber#  1/ @,barber#  /@Fbarber#  .@E&fffff 'barber#  -C@H1Mbarber!  +x@ vbarber#  *1@H33333kbarber"  )@3barberE M(;&@@ F barberIncludes LCL in South Australia.n '=@& barberIncludes CP in New South Wales, NP in Victoria, Queensland and Tasmania.#  &1@Cffffff@[barber"   %t@Gbarber#  $j@0ffffffc barber#  #j@=33333DKbarber"  "i?333333barber"  !t?ffffffbarber"    t@ 333333'barberj 5@M5barberIncludes CDL in Western Australia. Two candidates elected unopposed."   t?333333barber%  27@Cfffffbarber!~  x@333333 :hbarber#}  @BLR'barber#|  @A333333barber"{  t@*barber"z  ?ffffff+barber"y  @I/barbermx 7-@@barberIncludes LCP in Victoria, LCL in South Australia and Western Australia.w  bv   fvalgsideu   dvalgsidet  Js   cvalgside%r  2 @knesset$H Q@՟knesset$G  M @ffffffkSknesset$F   @"Mknesset$E  @"Mknesset$D   @#.knesset$C  @.3333335.knesset$B N@6 knesset$A 6@ =pknesset$@  @333333knesset$?  %@zGknesset$>  g@zGSknesset$=  @ =pn{knesset$<  @knesset$;  @(\)knesset$:  @ =pknesset$9  M@Qknesset$8   @ p =q?knesset$7 :@(\(knesset$6  @,Qknesset$5 &@=c =p_knesset$4  g?ffffffknesset$3  %?ffffff7knesset$2  @Pknesset$1  @Sknesset$0  M@Uknesset$/ 6@ 333333zknesset$. @ -knesset$- @$knesset$, G@knesset$+ :@Dknesset$* @ffffffknesset$)   @ffffffUknesset$(  @*Tknesset$' @,333333$knessetP& e @4333333 ;knessetElectoral alliance Yisrael Ahat (One Israel)-% - @333333Bknesset, no-2001-$ - 6@333333]knesset, no-2001-# - @ xknesset, no-2001-" - @ aknesset, no-2001-! - @knesset, no-2001- - @knesset, no-2001- -  @sknesset, no-2001- -  @333333knesset, no-2001- -  @!ffffffknesset, no-2001" - u@9 knesset, no-2001One parliamentary group (Likud-Gesher-Tzomet) according to Knesset but described as independent factions in Reuters.- - "@: ~5knesset, no-2001$ ~?Tknesset$  @333333=knesset$  @333333Rknesset$ @ ffffffPknesset$ @Cknesset$  @knesset$ @knesset$  @#333333+knesset$  @8fffff knesset$  ,@AY :knesset"  ~?333333iknesset#   ?knesset$  ?knesset$ :?333333rknesset$ ?ffffffknesset$  @knesset$ @knesset$ |@Jknesset$ @ H@knesset$ @333333^xknesset$ 1@333333|knesset$   @:knesset$ @knesset$  '@> u3knesset$ (@? ҹknesset!   =?333333]%knesset"   ?333333e3knesset"  L?yknesset#~ ?knesset$}  ?333333knesset$| ?|knesset${ @knesset$z 1@333333"knesset$y :@knesset$x @uknesset$w @ 333333knesset$v @ :knesset$u  |@D]knesset$t )@?fffff 6knesset$s ,@As33333 jknesset"r  1?ffffffmknesset#q  :?tknesset"p  =?wknesset$o  L@ffffffknesset$n  |@ffffffknesset$m @ 333333knesset$l  @ xknesset$k @tknesset$j /@BL ϸknesset$i 0@B ]knesset"h   ?333333Oknesset"g   1?333333Pknesset"f  (?\knesset"e   ~ ?ffffff^yknesset#d  }?jknesset#c |j?ffffffknesset#b  {5@knesset$a  z @ ffffffknesset$` y@ffffff8knesset$_ x @"fffffftknesset$^ w@'333333knesset$] v @8knesset$\ u+@@33333 knesset"[   t 5?@knesset"Z   s?ffffffVknesset#Y  r.?ffffffXLknesset$X q1@knesset$W  p@ 333333iknesset$V o@ knesset$U  n-@fffffflknesset$T m @ -knesset$S  l%@>3333338knesset$R k3@C zknesset"Q  j?񙙙=`knesset#P  ia?333333@ knesset#O h?333333Aknesset#N g/?ffffffMknesset#M f(?ffffffaknesset#L e.@mknesset$K  d@ffffffknesset$J  c1@knesset$I  b@ knesset$H  a @ knesset$G ` @#ffffffvknesset$F  _@533333fknesset$E ^8@G knesset"D  ]?񙙙51knesset"C   \?3333337,knesset#B [/?@Pknesset#A Z(?V2knesset#@ Y.?ffffff[knesset#?  X@ffffffkknesset$> W @ ffffffsknesset$= V@ffffffknesset$< U@ffffff8qknesset$; T @t`knesset$: S @!knesset$9  R@5Lknesset$8  Q-@BYknesset#7 P.?>knesset#6 O/?ffffffKknesset#5 N(?ffffffKknesset$4 M @ :knesset$3 L@knesset$2 K@ffffffzknesset$1 J? @'knesset$0 I @#knesset$/ H@+333333'knesset$. G@+gknesset$-  F*@AYTknesset",  E+?񙙙*knesset#+ D/?񙙙+`knesset#* C.?0;knesset#) B@ffffffjknesset$( A@ffffffYknesset$' @-@knesset$&  ??@knesset$% >@4knesset$$  = @\knesset$# < @#u]knesset$" ;@+knesset$!  :/@Cknesset"  9+?񙙙&?knesset# 8*?0knesset# 7%?5?񙙙hagstofas  X?(\)vvkr  X@\(6Svvkq  X(@ GzLIvvkp  @ zGBsvvkgo  _7?zukeuPlaid Cymru (Plaid) failed to win a seat with 17.1% of the Welsh vote.\n   *?GzH2ReppElectoral alliance: Left in Catalonia (Esquerra de Catalunya)]m  *@Gz umackieElectoral alliance: Popular Socialist Party / United Socialists (Partido Socialista Popular / Unidad Socialista); 1 seat won by Socialist Party of Aragon (Partido Socialista de Aragón).l  # @Jdsd, yb-dnkRk   ,dsdJes Schmidt on Centre Democrats (CD) list in South Jutland.Yj  # @, dsd, yb-dnkJes Schmidt on Centre Democrats (CD) list in South Jutland.Ri   , XdsdJes Schmidt on Centre Democrats (CD) list in South Jutland. h  ?QM{essex g  ? =p Vessex f  ?(\)messex e   @333333ceoc!d  @ffffff !ceoc!c  p"@2fffff*wdceoc!b  (g@>Dڛceoc"a  @CY ceoc`  ?GzHcne _  J@==p =cne ^  l@D'zH Mcne]  ?Qcne \  @ u\(;cne [  @(kQ @cne Z  -@\(hcne"Y  JU?~no-2010"X  J?ffffffno-2010!W  J?333333no-2010"V  V@333333 no-2010!U  F?ffffffno-2010!T  F@ no-2010!S  F@ffffffno-2010R  f Jno-2010Q  ?(\)mtilaP  ?ffffff}ejprO  ?333333ejpr N  @%zGejprM   )nos-svL   )nos-svK  1J  y $I - no-2010, parline!H  @!fffffflejprG   ;@zGsvrk$F  @,vDno-2001!E  ?GzHcy-gov*D  + U@zG#cy-gov, parline+C + @ =p =_cy-gov, parline,B + @!(\cy-gov, parline,A + S @/Qcy-gov, parline,@ + <@@U\(Kcy-gov, parline,? + '@A# =pcy-gov, parline>  Y ?񙙙OgukeuSocial Democratic and Labour Party (John Hume) took 1 seat with 22.1% of the vote in Northern Ireland.(= % @(05asn, no-2010+< % ?}asn, no-2010;  )@Qlyle#:  ?333333$no-2010"9    ?=p =$7no-2010 8   l?zGessex 7   W?Qessex 6    ?Qessex 5   ~@ essex 4   }@ Qessex 3   a@GzD$essex2  F)parline1  tfpkwr0  7 @`Electoral alliance: Communists and Left Socialists (Kommunisten und Linkssozialisten)u/ 7 [@ ffffff,bmiElectoral alliance: Communists and Left Socialists (Kommunisten und Linkssozialisten)v. 7 @bmiElectoral alliance: Communists and Left Socialists (Kommunisten und Linkssozialisten)-  !no-2001,  Mparline+  }mackie#*  |?tmackie)  { mackie(  zmackie'  ymackie&  x!mackie"%   w?(\)no-2010$   vwbafs#   uw4?'bafs"  r?333333Ypkw!  q?\(rpkw  p*parline   oE "?333333&|bwl  n l?:tila   mB?ə asub!  l@εtila!  kI @333333Ytila!  j& @333333@tila!  i @ 333333tila!  h*@3tila  g^,@4ffffff $b   f^#@/tila!  e'@3tila  b@/vvk  a@ffffffU@vvk   `@1vvk   _=@4vvk   ^q@7L vvk  ]q!@<vvk   \?\(\kKyb-nzl   [d@l/yb-nzl!  X W? =p T/eieG ] W?\(\heieElectoral alliance: United Left Alliance  V%?Oeie Ot~~~~t~M~&}}}}}f}A}|||||j|F|#{{{k{Izz]z9zyyyy|yfyPy:y$yxxxxxxdxBx wwwwwxwUw2wvvvvvcvAv uuuouMu+ttttktGt"ssssss[s6srrrrrlqqqqqkqKq+q ppppoooooioHo'onnnnnlnJn(nmmmmxmVm4mlllllwlUl3lkkkkkkkIk(kjjjjj_j>jiihhhrhPh.h gggggggCgffffffnfVf?eeeaed~d!ccccJcbbLbaaa}aVa/a ````j`H`&`____^_:^^^^^c^2^ ]]]]S]/] \\\\\J\&\[[[[y[W[.[ ZZZZwZRZ-ZYYYYxYSY-YXXxX6X WWWWWnWSVVVVVzVWV4VUUUUUeUCU!TTTTTsTPT-T SSSSS|S_SBS%RRRRRbRARQQPQ-Q PPPPPsPPP0OOOOoOLO)ONNNNxNUN-NMMMMeM=MLLLL[L9LKKK}K:JJJ|J IIIIIsIQI0IHHHbH?HGGGGGSGFFFFuFRF/EEEEnELE)DDDD@CCCCCkCHC%CBBBB~B]B)BAAA@@@@ @???b???'?>>>>y>W>5>=====x=V=4=<<<<<;;;;;g;D;!;:::::q:N:(:999q9O9-9 88888g8 7777}7X737666c6>555555m5W5?5'54444~4W4B4.4 33333z3W3A32222r2M2'21111z1U1<00000k0G0////u/V/7/....._.<.&.----y-_-;-,,,,,,,j,Q,8,#,+++++++n+L+*+*****e))h(((b(>(''''~'i'&&&&&m&W&1& %%l%H%3%$$$$$s$R$1$ ####0# """""b"E"!!!j!C qY;tV8uO)lI&}\;mK)^<`F,o=W2 pO/gD!H, kR9w^E|_C' zX6M+ m H # l G "  ~ e K 1  c L (  T )yN#q]I5! qO$  w @333333bwl"#  v .@933333bwl""  u s8@1~1bwl$!  t (s@A 㰕bwl  s bwl  r  q  p  o  n  m(  % l0?ffffffgasn, no-2010 %; k ? =p asn, no-2010Radical, Citizen and Green Group (Groupe radical, citoyen et vert) parliamentary group.( % j#@=p = asn, no-2010( % i?p =q7asn, no-2010+ % gq?׮zGpasn, no-2010)  % f;q?=p =?asn, no-2010( % e?Qr0asn, no-2010( % c?Qasn, no-2010( % b_? =p yasn, no-2010+ % ar?p =q4aasn, no-2010+ % `r? =pasn, no-2010( % _?QRasn, no-2010( % ^?333333asn, no-2010  ]#@ GzH ref!   \Mp?333333ref   [ref   Z?QR aref  Y?\(5vrk  X?TUvrk  Webuga  Vebuga  U&buga  T& buga  Swg buga  Rwgbuga   Qwgbuga  P52~  O2 }  N2|  M2 ^{  L42z  Kvrky  J  voltive"x  IR?\(,wvoltive"w  HR?ffffff0/voltive v  G~Z?voltive"u  F~?\(?2voltive"t  E~?QAvoltive"s  D~k?QRFvoltive"r  C~?Jvoltive"q  B~?=p =5voltive"p  A~=@voltiveo  @~3 \voltiven  >]m  =w?vTessex l  migQ   cmigP  ?&migO  migN  @QmigM  @Q 'migL  }?QRTeppK  !I?GzHZeppJ  'eppI  'eppH  UteppG  ?GzHepp F   @=\(0becE  ?GzH۝ovbD  _@ ovbC  ?333333 !vvkB   volbyIA [ @,=p bvolbyElectoral alliance: Coalition (Koalice) @  ?QGvolby!?   -?ffffffLvolby >   '?GzHessex =   '?Gessex <   '?QZessex ;   '@Qessex :  '@ 333333essex9  'M@(\)_essex8  "@Qeed7  {?Zeie6  {%@GzH,ueie5  @333333Xeep4  .%@ffffffqep3  ?zG{3eieP2 q ?У =peieComhar Críostaí - The Christian Solidarity Party"1  <?QJgall-09"0  g?\(lgall-09"/  N?\(\N#gall-09".  +?gall-09<- A 3?Gzdgall-09Democratic Socialist Party",  ?(\)Agall-09!+  ?333333jIgall-09"*  ?=p =<gall-096) 5 ?zG{gall-09Irish Workers' Party/(  5 C?zG{Irish Workers' Party<' A ?lgall-09Christian Democratic Party&  7c%  Kverk$  Kverk#  Kqverk"  Uverk!  Uqverk  Uverk8 ; <?zG{Cgall-09Ailtirí na hAiséirghe7 7 ?zG{'gall-09Irish Workers' League"  H?333333gall-09? G ?\(gall-09Irish Housewives' Association  ?lC;cik  @ tjcik  9@hr Ĝcik  6?Ƨ-*cik  ?-Vcik  |?Q cik  ?lC)cik   #?tj cik  @ vȴ9acik   @0 ěcik   $@&1&Rcik   T@:lCacik   a@>\)cik  ?Qlis  ?zG lis  @zG2lis  @(\)Klis  @lis  @ffffff%lis  @ @:33333lis  '   ?  yessex   $%?ə,tclea  #~  ?ffffffGno-2010}   no-2010#|  ?ffffffno-2010#{  ?ffffffno-2010#z  V?ffffffno-2010y u @333333<@no-2010Electoral alliance with Croatian Christian Democratic Union (Hrvatska kršćanska demokratska unija) winning 1 seat.x  [no-2010w  no-2010v  hno-2010$u  @/333333|no-2010at   no-2010Slavonia-Baranja Croatian Party (Slavonsko-baranjska hrvatska stranka)s  no-2010r  Nno-2010$q  ,@DffffffJPno-2010"p  ?񙙙sno-2010$o  .@8ffffff Qno-2010!n   @ffffffElectoral alliance with Bloc Pensioners Together (Blok Umirovljenici Zajedno) and Croatian Labour Party (Hrvatska Radnička Stranka)m  N@l  Uno-2010"k   ?\no-2010mj !  esR  B@A33333 esQ  @P  !O   ?zG{:izboriwN  7 ?zG{:ZizboriElectoral alliance with Croatian Pure Party of Rights (Hrvatska čista stranka prava)"M  ?qizbori#L  W@zG izbori#K  @\(}izboriJ  9I  izbori#H  )@7]gizboriG  VizboriF  [izboriE  h izbori_D  =@D=p nizboriElectoral alliance: Kukuriku coalition (Kukuriku koalicija)C  @B  g 4 MPs elected on PD list. Source is unclear.A ' oCarchivio, mdi@  Cmdi!?  ?zG izbori!>  ?\(!izbori!=  ?=p =(Mizbori!<  ? =p+2r?Qclea-11~  =w?mig}  <v?Qmig!|  ;L,?zG{clea-11{  :eu? =p 0#z  9t?񙙙5macr-90#y  8s?񙙙zmacr-90"x  7pr?QPGclea-11 w  6p@Q-pica"v  5,?clea-11"u  3(d?zG{clea-11$t  2(? =p ]clea-118s 9 1?\(?clea-11Marxist-Leninist Partyr  0g q  .2@ =plvolbyp  - Xo  ,@ \(8[ssrn  +|pssrm  *p@ =p =ptssrl  )@? =pssrk  (@ 333333|ssrj  'k] i  &]$h  %~ )@:EQRymdi#g  $o~@AQTmdi"f  #,?Qclea-11!e   "[?GzBvclea-11d  ![p?陙picac   wjssrb  wsssra  wssr`  ]j_  ]s^  ]]  ]"\  W?陙(macr-85[  n?ffffffKmdiEZ Y )@ffffff mdiElectoral Alliance: Rivoluzione Civile"Y  ? =p MmdibX  l'@!zG-mdiElectoral alliance: With Monti for Italy (Con Monti per l'Italia)!W  km@9GzFmdiV  ?ffffffepl"U  j ?Q 8xmdi"T  @ffffffAmdi"S  Tb@5p =r}mdi"R   ?ۅQ=pmdi"Q  i ?\(\mdiP   ^6?v=asl"O    %@ mdiWN   e? =pHFaslParti Liberal du Luxembourg (Liberal Party of Luxembourg)M   ?ٙ(saslL   mdi"K   ?(\)Pclea-11#J  d?ᙙclea-11I  @ =p =epH   @ QPvrkG  2?Q.aslF  2v@zGBaslIE c e?=aslSolidarité Nationale (National Solidarity)#D  d?(\)clea-11C  c?(\)Vbbc B  p? =p Ԏpica#A  d?GzHjclea-11 @  ?Qukeu?  Rb?333333/;asl>  Rv@333333^Masl =  K?\(Lverk<  :verk;  :qverk:  :verk 9  @zG{Ffrpo 8  @ ejpr 7  _@ejpr 6  @(\)cfrpo 5  @cejpr 4  h@Q pfrpo"3  `@ =p57clea-11#2  "^?\(؁clea-11"1   ?(\):clea-11 0  ?ۅQceoc"/   ? =pC clea-11#.  ?Q6clea-11-   #? =p LV,  \?\(asl+  [@zG{asl*  ;@zGer!  d@!ffffffP er  E@'ler   X6@4ffffffTer   9@0er!  &@;Ier  ?hbec  bec   @Qbec  R/@+G{Ѻ  Qbech  4@0\(becElectoral alliance: Right Romania Alliance (Alianţa România Dreaptă)   bech - dbecElectoral alliance (PNL, PC): Centre Right Alliance (Alianța de Centru Dreapta)   bec   xbecQ k `@MP =qBIbecElectoral alliance (PSD, UNPR – PNL, PC): Social Liberal Union (Uniunea Social Liberală); Electoral alliance (PSD, UNPR): Centre Left Alliance (Alianța de Centru Stânga)#  ?\(macr-85#  M?macr-85#  L?񙙙 macr-85!  ?񙙙ˋbef-71 G :vrkThree independent candidates.  ?333333@nvrk   ?\(\@vrk  J?(\)^Avrk  @zG{ngvrk   @ =p ϕvrk  @QR7vrk    @=p =vrk   I@\(vrk    @!# =pvrk   !@.(\)&vrk   &@2^Qvrk   E@3R$vrkF [ >?QZverkDe Europese Partij (The European Party)G [ >?\(verkMiddenstandspartij (Middle Class Party)C~ U >?p =q}verkProtestantse Unie (Protestant Union)}  Jp?=p =]verk5|  7 :? =p1CverkUnie 55+ (Union 55+) {  se?(\)verkz  :e?p =qverky  te?ᙙverkx  @ =pverk w  {?zG{verkWv  } 3?p =qJverkRooms-Katholieke Partij Nederland (Roman Catholic Party) u   K@Dverk t  @ \(WXverk s  O?\(\verk!r  @ =pverkq  ?Q{verkp  V?QgverkPo m >?333333verkPartij Economisch Appèl (Party Economic Appeal)?QmverkNoodraad (Emergency Council)m   ?(\)verk l  @ffffffڥverkk  q?񙙙verk j  q?Vverk i  q?p =qverk h  q?p =q$verkSg  u t?zGܒverkEvangelische Volkspartij (Evangelical Peoples Party) f  U@ffffffverk0e - B>?zG{mverkEén NL (One NL)d  Q?Qverkc  3W?Q.verkb  ?Q|?verka  >?(\)verk`  :? =p ~Gverk _  U?QRUverk ^   U@ =p5Jverk ]  t?QverkY\  }>?ۅQhverkAlgemene Bejaardenpartij Nederland (General Elderly Party)C[ O P@?no-2010Flokkur mannsins (Humanist Party)"Z   C@ ffffffAno-2010PY 7?@?\(\no-2010Nýtt afl (New Force)less than 1.0% vote share@X K R@?ffffffQno-2010Suðurlandslistinn (South List)"W  B?333333no-2010"V  D? 7no-2010JU ] }@?əno-2010Æskulýðsfylkingin (Communist League) "T  ?@>no-2010S  5@ ffffffgud97?R E >?zG{wkiesraadPiratenpartij (Pirate Party)%Q  =?zGkiesraad%P  ?Gzǒkiesraad%O  @Qkiesraad%N  @ =p ~kiesraad%M  @ =pZkiesraad%L  Y @ \( ckiesraad%K  e@#L kiesraad%J   @!Q ;Tkiesraad%I  @$(\)kiesraad%H  ~&@8 =p#kiesraad%G  })@:zG&8kiesraad F  |@@ 333333 Cgud97 E  {@Ygud97 D  z@zgud97!C  y}?333333/gessex B  x@ Qeessex!A  vR@ =p 'essex @  u~"?ưessex ?  t~}?Qessex>  rja X =  p1:? =p \mig  B@p =qԍmig  A@Qʍmig   @f@ \(.)mig   ?:)@*\(\ mig   >84@0=p 4(mig  =/l@2ٙ0mig  <1(essex  ;1'essex[   :1gessexFederaţia Ecologistă din România (Romanian Ecologist Federation)  91essex  81essex  71xSessex!   6L%?ə<4clea-11   5%?zG{.pica  4*$?GzK!epp( % 3@&zG+pasn, no-2010? M 2 ?QrefEcologiste (Ecological Movement)j   !1?QR[refJacques Bompard (Vaucluse district): first round 12266, second round 29738  0@+3333335ref"  /n@ zG ref#~  .n@;QkaTref"}  -"n @)ref"|  ,n? =pdref"{  +n?333333azref z  *?QRrref y  )?Q9ref"x  (im@ =pref"w  'm@ 333333 sref"v  &m ?ffffffbref#u  %m@=Yt?ref t  $ @ =p\ref"s  #n?Qclea-11!r  "^? clea-11"q  J?zG{Dclea-11&p  O?GzYibzLOB/LIB o  ?GzHibzn  ?p =qibzm  ?\(\ ibzl  ?\(fibz!k  p@p =q pica!j  8@(ayb-nzl!i  1?\(^ec-nz3h 3 ? =p7ec-nzDestiny New Zealand g  <?zG{eec-nz f  <?QRe ec-nz e  <?kdec-nz d  ?񙙙Xec-nz c  ?QYec-nz!b  @ =p ec-nzIa [ 1@QR^tyb-nzlElectoral alliance: Christian Coalition"`   z@(\)]yb-nzl"_   ^@ffffffyb-nzl!^   ^d?Qvyb-nzl"]   Bd@\(yb-nzl.\ ' ?p =q yb-nzlMana Motuhake"[  @GzHyb-nzl"Z  @\(E yb-nzl"Y  d@QSyb-nzl!X  xd@"# =pyb-nzlAW K ?Qclea-11Independent Progressive Liberal!V  ud@\(syb-nzl"U  d@!=p =)yb-nzl"T  Ad@&B\(yb-nzl"S  d@GzF*yb-nzlAR Q ?IceocChristian Heritage Party of CanadaQ  P  ?񙙙;bbcO  ?ΕbbcN  ?Dbbc M   ? =pqukeuAL  Q F?Q bbcAlliance Party of Northern IrelandK   (?bef-7!J  ?333333^bef-7$I  a?zGarchivio$H  8?zGarchivio$G  ?zGyarchivio#F  I? =p sarchivioIE W \ ?陙~>archivioNuova Sinistra Unita (New Left Unity)3D -  ?Q^archivioDC-RV-UV-UVP-PRI[C {  ?zG{tarchivioPartito della Socialdemocrazia (Social Democracy Party)cB  | ?333333h1archivioConcentrazione di Unità Rurale (Concentration of Rural Unity)7A = ?陙ibzCommunisten (Communists)H@ _ ?(\)ibzOnafhankelijke Partij (Independent Party)+? ' !?ə'ibzRadio AnTWERP)> # ?QibzCosmocraten/= 1 ?Q ibzUnion des métiersZ<  ?zG{bmiFree Workers Movement (Freie Arbeiterbewegung Österreichs);   ? =pbmiBipartisan Agreement of the Centre (Überparteiliche Einigung der Mitte – Wahlgemeinschaft parteiloser Persönlichkeiten)C: Y C?Q/bmiDemocratic Union (Demokratische Union)^9  ?əTbmiDemocratic Party of Austria (Demokratische Partei Österreichs)%8  ?Gz}archivioR7 s Z?zG1tilaNaisten puolue – Kvinnopartiet (Womens Movement) 6  O9cik5  Ocik4  c essex3  cessex2  PAager1  Pager!0  P?zGHessex!/  P?ffffffOessex!.  P@GzHessex!-  Pd@(\)UWessex,  ;?QTOvrk+  6?(\)@[vrk*  6?QPvrk)  6_?\(\W{vrk(  6@ffffffmvrk'   6@ Qjvrk&   6@Gz>vrk%   6@ =p vrk$  6essexa#  E?NbwlRadikal-Soziale Freiheitspartei (Radical Socialist Freedom Party) "  7?Qkpvolbyd! #y7? =p volbyElectoral alliance: Union of Liberal Democrats (Unie liberalnich demokratu)Electoral alliance also includes Cesta změny (Path of Change) and Liberální reformní strana (Liberal Reform Party)  ?vvk  @"vvk  @&hvvk  @*cvvk  -r? =p epp  -?Qeepp  -Q? =p u epp  -y?Qepp  Q?Q1epl  Q? =p Gepl  Q.@ \(Tepl  ?GzHHepl  @(\)mepl  .@!G{cepl  R?zG@asl  R.@\(Fasl  M6?% asl  M@asl  Mn@ asl  m;@c asl  m@ffffffasl  masl  m6@ffffffasl  v@333333pasl  6@333333asl  @asl  @ffffff~asl"  ?\(\#voltive"  @3voltive!  @ =p@voltive  ?Gz7vrk  @\(yUvrk  @vrk  X@ffffffvrk~  _}  @ =p Ivrk|  Q?QR1vrk{  Q? =pUvrkz  Q?vrky  Q @p =q4vrkx  Q@p =q>vrkw  Qw@QBlvrk v  ?Qcvolby u  k?(\)tvolby!t  ?\(volby!s  @zG{volbyr q @=p =volbyElectoral alliance: Mayors and Independents – Your Alternative (Starostové a nezávislí – Vaše alternativa)!q  P@333333  RNQ@333333rtila=  P:?#verk<  O:@{verk;  Nejpr:  Kqejpr9  Jejpr!8  HM@ =p volby7  FU6  EK5  DKV4  CK3  BU2  AUV%1 # >X@ ffffff alth, gud97&0 # = @333333alth, gud97!/  < @,ffffff!gud97!.  ; ' @2+3gud97!-  : @:=gud97!,  9 >@C@Ygud97t+  E , AvoltiveMP László Goencz representing Slovenia's Hungarian community won in a separate election. r*  ? + voltiveMP Roberto Battelli representing Slovenia's Italian community won in a separate election.)  ' &?QRyPbafsm(  ; % bafsChristlichsoziale Partei Obwalden (Christian Social Party Obwalden) 8,896 votes (0.4%) !'  $  @zGbafs!&  # 4 @Qlbafs %  " ?陙Lbafs!$  ! @ (\$bafs!#    Z@bafs!"   6@:\( bafs !   #.@2Qebafs!   @(bafs    @.3333337bafs"   ?Q4voltive"   ?zG?voltive"   ?MJvoltive$   @Qvoltive#   @QR&/voltive$   3@Gz,5voltive$   @ p =hzvoltive$    @% =p voltive$   @:0 =qgvoltive$   @<\(ˡvoltive   ?Nepp    ? =p epp   eppCoalició Compromís (Commitment Coalition) 125,306 votes (0.52%); Foro de Ciudadanos (Asturian Forum) 99,473 votes (0.41%)    ?3333332 epp    ? =pepp    ?Qepp    Q?epp vvT@, ~~~~|~X~4~}}}}}c}@}|||||p|M|+|{{{{}{f{A{zzzzzmzKz(zzyxxxxxuxax9xwwwwwvwRw.w vvvvvvQv-vuuuu-utkssss.rrkrDrqq^q6qpppppp^p>pooooo`oDo(onnnnnnn{nen@n,nmmmmmmxmbmLm8mmlllllll|lhlTl8lkkkk}kYk@kgvgPg,gfffffkfLfee5dddddddvdUd3c bbbbbzbdb>baaaaajaGa$a````|`W`3`_____i^^^r^M^)^]]]]v]R].] \\\\y\V\3\[[[e[NZZZZjZLZ YYYSY'Y XXXXX{XUX?WWiVVV)UUTU TTTrTPT-T SSSwS]SRRRRRRnRGR QQQQQ]Q6QPP|PVP0P OOOOOdOBONNNNNpNMN*NMMMDM"LLLLLcL=L'LKKKKKKYK2K JJJJuHHHHHGGxGUG2GFFFEEhE>EDDDD|DTD,DCCCC{CVC1C BBBB|BYB1B AAAAlAEA@@@@@w@V@5@?????d?A?>>>>>o>Y>6> > =====b=N=(=<<<M? =p pEbbcSinn Féin (SF) took 1 seat with 25.5% of the vote in Northern Ireland.N   =M@zG{bbcuM #% <M@zGbbc, epe-rpScottish Nationalists (SNP) took 2 seats with 29.0% of the vote in Scotland. L  ;M@zG{(bbc K  :M@9ffffff=Ybbc"J  9L R?Q;voltive I  8M@;}p =B;bbc"H  7L Q@ QR7voltive G  6M@7zG9ޥbbc#F   5L P@$\)5voltive"E  4L O@zGM2voltiveD  3L /C  2L  /"B  1L "@zG{(!voltive"A  0L@Q?Rvoltive,@  /L @GzUvoltiveElectoral alliance with Democratic Party of Work (Demokratična Stranka Dela) and Party for the Environment (Stranka za Ekosocializem). "?  .L@Qhvoltive">   -L@ (\)~voltive"=   ,L3@ =p =voltive$<  +L@0voltive$;  *L@8ǮzH;voltive:  )K@ =pCKval9   (K@\(val 8  'K @#W =p{Pval 7  &K@.Rval6   %Kr@333333 val 5  $K@80 =q val4   #K@Q]val 3  "K|@#Rval2   !K@\(val 1  K@+L`val0  J?zGBvrk/  J@YJvrk.  J@ zG{vrk-   J@p =q'{vrkW,   J@ gvrkElectoral alliance with Russian Alliance (Rusų aljansas)+   JE@)Qy I Gv@$\( eppElectoral alliance with United and Alternative Left (Esquerra Unida i Alternativa), Anova-Nationalist Brotherhood (Anova-Irmandade Nacionalista), Galician Ecosocialist Space (Espazo Ecosocialista Galego), Batzarre-Assembly of the Lefts (Batzarre-Asamblea de Izquierdas), Los Verdes-Opción Verde (Opció Verda-Els Verds), Gira Madrid-The Greens (Gira Madrid-Los Verdes), Building the Left - Socialist Alternative (Construyendo la Izquierda-Alternativa Socialista), Left Initiative - Awakened Future (Ezkerreko Ekimena-Etorkizuna Iratzarri). x  G@7\(7&epp w  G@: =p>#eppv  F F@Gcne u  F E@Gz$cnet   F-@QIcnes  Fcner  Fcne q  F@+kQ\cnep  Fcne o  F@=33333 7cne n  F@AGz cnem   EFpkwl  E @ GzHipkwk  E D@ =pIpkw j  E@333333VNpkw i  E @pkw h  Eu@"Gz .pkw g  E@?ǮzH"Hpkw f  E@@ =q"pkw e  @ =pfrpod  Dh@doic  Dx@p =qidoi b  D@D\(doi a  D@JR >doi`  C?QS7epl_  C@Qepl^  C@ =p epl]  C? =pDbepl\   C6@.Qepl[  C.@QXeplZ   C@' eplY   C@-=p epl X  C@B33333eplW  BmdiV  BmdioU ) B)@QmdiElectoral Alliance: The Other Europe with Tsipras (L'Altra Europa con Tsipras)T  Bj@ GzH[mdiS  BmdiR U B@QXmdiElectoral Alliance: New Centre-Right -- Union of the Centre (Nuovo Centrodestra -- Unione di Centro) Q  B@…mdi P  BT @0\(Fhmdi O  Bk@5&fffffXmdi!N   B?5mdi!M  B~@DgzHmdiL  A C?333333^eieK  A ? =p ]CeieJ  A?\(ueieI  A%@zG>2eieH  A>@QRXeieG   A B@\(\ceieF   A A@\(eieE   A @ =p zeie D  A@3Qeie C  Aq@6GzHeieB   A@6O\(eieA  @ @?p =qibz@  @@p =q9ibz?   @@\(:ibz >  @b@%\(\ ibz=   @@ =p Z ibz<  @?zGBlibz ;  @@#\( Tibz:  @@ zG(ibz9   @:@\(ӟibz8   @@ =p Xibz7   @@ yTibz 6  @@)# =p Oibz 5  @V@)zG ibz 4  @@0=p $ibz3  ? ??Gz*$cvk2  ??GzH86cvk 1  ? >@ =pcvk 0  ? =@ffffff9cvk /  ? @0(\Pcvk .  ?@3zH"cvk -  ?@5޸Q ocvk ,  ?L@73cvk+   u?QR*  cik)  "cik(  '  &  %  "$  #  cik"  "cik!  cik  cik  cik  > ycik  >"ycik  >ycik  >ycik  >ycik  >@-cik  >@ffffff cik  > <@zG_cik  >a|cik  >|cik  ~>|cik  }>9|cikZ   |> ;@4cikElectoral alliance with People's Party Freedom and Dignity   {> :@%O;dZ%cik   z>@1EQciko ) y>@2\(xecikElectoral alliance with Movement for Social Humanism (Dvizhenie za Sotsialen Humanizam), Civil Union "Roma" (Graždansko Obedinenie "Roma"), New Dawn (Nova Zora), European Security and Integration (Evropeyska sigurnost i integratsiya), Social Democrats (Sotsialdemokrati), United Social Democracy (Obedinena sotsialdemokratsiya), Union of Communists in Bulgaria (Sayuz na Komunistite v Balgariya), Party of Bulgarian Communists (Partiya na Balgarskite Komunisti)   x>@>ffffff ccikG Y w=?Q.ec-nzElectoral alliance with Internet Party!  v=@\(unec-nz   u=!?(\)ec-nz   t=i?zGA1ec-nz  s=r?Q|iec-nz"  r={ @!QR-ec-nz"  q=@%ffffffOec-nz"  p=n @9!Gz 9wec-nz"  o=<@GQCec-nz  n/knesset  m/ knesset  lknesset  k knesset  jknesset  i knesset~  hknesset}  g knesset|  fknesset{  e knessetz  dknessety  c knessetx  bknessetw  a knessetv  `K?=p =lYu  _ 9?ffffffjt  ^ ?333333s  ] 8?Br  [ \ ?ffffffXUnity for the Defence of New Immigrantsq  [|?333333|%p  ! Z ?ffffffA"Pensionerso  Ys bugan  X<@\(rpv m  W< 1@)Q 9rpv l  V<@\(rpv k  U<r@Gzorpv j  T<q@?\(}rpv i  S<@GzHXrpv h  R<|@zG'mrpv g  Q<@p =q rpv f  P<T@7TzG-rpve  Od  N8c  M 1b  L/ 1a  K 1`  J 1_  I 1^  G]  F$abafs\  EBbafs[  D?Gz+FbafsZ  C#GbafsY  B?\( bafsX  A?ffffff bafs:W  K @ ?zG;Aryeh Eliav (Single Politician)V  ?(?(\)BnU  1 > ?\(8Movement for the Renewal of Social Zionism (Tenoa'a leHithadshut Tzionut Hevratit)VT } =; .? =p/WovbHomeland Not For Sale (A Haza Nem Eladó Mozgalom Párt) S  <;@#s&ovbR   ;. -ovbQ   :; -@ovbP  9; :ovbO  8;6N  7;6 M  6;@Ip =8ovbL   5;@(\)Ȩovb K  4;X@-W =p1?ovb J  3;7@%OovbI  2: ,? =pmigH  1: +? =p AmigG  0:w?޶migF  /:-?333333 migE  .:@QYmigD   -:+@ zGEmig C  ,:f@p =qTGmig B  +: *@ffffff^migA  *O@  )j ?  (v7> - '::@ =p ansa, migElectoral alliance: Olive Tree – Democratic Alignment (Elia – Dimokratiki Parataxi — Ελιά – Δημοκρατική Παράταξη)=  &Oa <  %:,@"ǮzH1Nmig;  $:/@6Qmig:  #R 9  "  8  !:8@:R,mig7   9 ?ٙbwl6   9?Sbwl 5  9@ffffffbwlL4 y 9bwlPartei für Arbeit, Rechtstaat, Tierschutz, Elitenförderung und basisdemokratische Initiative (Party for Labour, Rule of Law, Animal Protection, Promotion of Elites and Grassroot-Democratic Initiative) 184,709 votes (0.6%); Ökologisch-Demokratische Partei (Ecological Democratic Party) 185,244 votes (0.6%)3   9a?ffffff|Tbwl2   9?ffffff3bwl1   9-?333333bwl0   9)?bwl /  9@!bwl .  9@ 333333bwl -  9 @%ffffff/bwl ,  9.@;Lz ,bwl"+  9@333333bwl#*  9(@>xmbwl)  9%(   8 `?GzH1frpo, ref '  8 _@\( frpo!&  8@QRRIfrpo %   8i@!fffffref$   8" #   8 "   8 !   8@#Gzref  8   8 @+\((pref   8@4\(<-ref   8@8(\G ref   7@atila    7I@333333 tila    7 @"u2tila    7&@"utila!  7@(?-tila!  7@)dtila   7^@333333/tila!  7^@6tila  6 )?vvk  6 (@'Yvvk  6?>vvk  6@3vvk   6@*ffffffivvk   6@+333333   6=@+vvk   6q@6ffffffvvk  6q@8L7vvk$  5x@333333valgside$   5l@&valgside$   5@Evalgside$   5@ 333333ͬvalgside$   5N@"333333-valgside%  5E@033333valgside%  5]@3-valgside%  5@: >valgside   4M?zG`volby!  4@\(volby!  4@(\)ߘvolby!  4@QBvolby!   4k@\(6volby"~  4=@zGƥvolby"}  4@#fffffMvolby"|  4@%\(Nvolby"{  4@,W =pGvolbyz  4volby!y  4@/fffffSvolby"x  4@0!Gzvolby%w ! 3 '? cy-gov, ep%v ! 3 &@ =p&cy-gov, ep%u ! 3@Q-cy-gov, ep%t ! 3 %@QDcy-gov, eps ! 3Ucy-gov, ep%r  ! 3@QMcy-gov, ep%q  ! 3S@%\)mcy-gov, ep'p ! 3<@:G{cy-gov, ep'o ! 3'@B}cy-gov, ep n g 2 $@zG0IbmiElectoral alliance: Neutral Free Austria (Neutrale Freie Österreich) and EU-Exit Party (EU-Austrittspartei).,m % 2@Q#bmiElectoral alliance: Europe Different (Europa Anders) with Pirate Party (Piratenpartei) and Change and Independents (Wandel und Unabhängige)l  2 #?Gzbmik   2@ GzHbmi j  2@- =p Abmii  22@3Q#bmi h  2@8 =p `bmi g  2@:G{ (bmi"f  1 "?p =q-voltivere  A 1AvoltiveMP László Goencz representing Slovenia's Hungarian community won in a separate election.rd  ? 1voltiveMP Roberto Battelli representing Slovenia's Italian community won in a separate election.$c  1 !@Qvoltiveb  1 voltivea  1voltive ` E1 @GzvoltiveElectoral alliance with Democratic Labour Party (Demokratična Stranka Dela) winning 1 seat.Iniciativa za demokratični socializem (IDS): Miha Kordiš, Matej Tašner Vatovec, Luka Mesec Demokratična stranka dela (DSD): Violeta Tomić Stranka za trajnostni razvoj Slovenije (TRS): Matjaž Hanžek Civilnodružbena gibanja in posamezniki: Franc Trček $_  1 $@A>Qvoltive"^  1@Kvoltive"]  1@\(ewvoltive"\  1@voltive$[  1@\(\voltive$Z  1@Qvoltive$Y  13 @$\(\[voltive$X  1@4\(relec-irl L  0?(ibzK  0 @?Qibz{J  A0@ \(ՌibzAdded results of PVDA+ (118333, 1.75, 0) and PTB-GO!, PTB+PVDA+, PTB+ (132943, 1,97, 2) I   0?QRibz H  0@'8Q ibz G  0 @Q!8ibz F  0!@4B\(}ibz E  0 @!\)  ibz D  0b@'W =p ribz C  0@ ffffffe   ?333333H_bwl=  L?333333vbwl<  ?əcbwl;  ?333333%bwl:  _?333333*ibwl9   ?#8  / ?ffffffknesset#7  / ?333333zknesset#6  / ?(\)knesset5  /knessets4 ) /@7W =p knessetElectoral alliance Likud Yisrael Beitenu (The Consolidation/ Israel Our Home) $3  / @\(knesset$2  /N@ =p4~knesset$1  /%@zG{{knesset$0  /@Qknesset$/  /6@ 333333knesset$.  /@333333sknesset$-  /@ =p4knesset$,  / @!\knesset$+  / @"=p =Gknesset$*  /@&ǮzHknesset$)  / @,\)Jknesset(  Wm'  %&  '%  'G$  o .ovbMagyar Liberális Párt (Hungarian Liberal Party)#  . ovb" # .ovb, pol-huM! #W .7@9R6ovb, pol-huElectoral alliance Osszefogas (Unity)  .?Qnovb   .@\(\fovb   .X@48Q'-pcpersonal communication with Svanur Kristjansson (University of Iceland) March 2014g  1y> -pcpersonal communication with Svanur Kristjansson (University of Iceland) March 2014h  1x{ pcpersonal communication with Svanur Kristjansson (University of Iceland) March 2014h  1w@ `pcpersonal communication with Svanur Kristjansson (University of Iceland) March 2014h  1v %pcpersonal communication with Svanur Kristjansson (University of Iceland) March 2014h  1u pcpersonal communication with Svanur Kristjansson (University of Iceland) March 2014  t 9#  -sKMichael Melchior#  -rKMichael Melchior  qreuters  pFreuters  oK  nF   m ?3333335)  ) l ?4Black Panthersc   k ?333333Movement for Greater Israel (HaTenu'a Lema'an Eretz Yisrael HaSheleima)3  = j ?+Movement for Brotherhood  i*?ٙ <  O h ?陙 Union of North African Immigrants  g'?陙R6  C f ?333333Sepharadim-Ashkenazim Unity'  % e ?ffffff Workers Bloc  dalknesset`  # b&  29 BDP affiliates elected as independents to circumvent the 10% threshold.   a'I _~  ! `' 20 DTP affiliates elected as independents to circumvent the 10% threshold. }  ^-nG@7D xF=jtuik!|  ]-u@>u\(Ptuik"{  \-6@FRw@0$/> tuik!r  R+X@4MOKtuik!q  Q+6s@8\(Yttuik"p  P+u@;zHdtuik o  O* @\)tuik n  N*@ \(\#tuik!m  M*1@%h\)-tuik!l  L*IL@-GzH> tuik"k  K*u@3/vRV)tuik"j  J*6@3-TVtuik"i  I*b@5`A7K["tuik)h  G @\(yb-norJoint electoral list: Bondepartiet (Farmer's Party, 6 seats) Høyre (Conservative Party, 2 seats) and Venstre (Liberal Party, 1 seat)g  F)wtuik f  E)?\(\tuik e  D) @tuik d  C)@!kQ)qtuik!c  B)uU@(Q9&tuik!b  A)6V@*p =q>1tuik!a  @)bo@.RIStuik"`  ?)@1G{Utuik"_  >)I@60 =qituik!^  =?ٙa,mackie]  <(w tuik \  ;(?QR-tuik [  :( ?ffffff]tuik Z  9(I?Q tuik Y  8(#@Q Qtuik X  7(6@Q!tuik W  6( @Gztuik V  5(o@"tuik U  4(@ Q(8 tuik T  3(u@#zG-tuik"S  2(@3c =p]HHtuik#R  1(k@A# =ptuikQ  0f P  / ?333333MRibzO   .mackieN  - mackieM  ,d L  +?=p =%#K   *? =p1LMovimento Unionista Italiano (Italian Unionist Movement) 71,021 votes (0.31%); Partito Cristiano Sociale (Social Christian Party) 51,088 votes (0.22%); Fronte Democratico Progressista Repubblicano (Republican Progressive Democratic Front) 21,853 votes (0.09%)J  ')]7Giulio CamberI  '(7Giulio CamberH  #,Q 5G  "Q:F  !*E  UgD  vbwl, widC  4B  A /?Q;Socialist Party of IrelandwA = )?p =q\yleRuotsalainen vapaamielinen puolue – Svenska frisinnade partiet (Liberal Swedish Party)N@  s ?θQ kLista "Työkansan puolesta" (List "Working People")I? c T?333333=yleTalonpoikaiskansan puolue (Peasants' Party)>   3c7folketing=   xc folketing <  '#@Q Atuik ;  'o@QR?tuik:  'wtuik9  'u@zGy!8  'G@,LRtuik!7  'c@4fffffo0tuik#6  'U@GTzG"{tuik#5 '  pkwRuch Demokratyczno-Społeczny (Democratic-Social Movement) 51,656 votes (0.5%); Porozumienie Wyborcze "Piast" (Popular Agreement "Piast") 42,031 votes (0.4%); Krakowska Koalicja Solidarni z Prezydentem (Krakow Coalition of Solidarity with the President) 27,586 votes (0.3%); Związek Podhalan (Association of the Podhalans) 26,744 votes (0.2%); Wielkopolsce i Polsce (Greater Poland and Poland) 23,188 votes (0.2%); Wojewódzki Komitet Wyborczy Jedności Narodowej (Voivodeships Election Committee of the National Unity) 18,902 votes (0.2%); Prawosławni (Orthodox Christians) 13,788 votes (0.1%); Solidarność 80 (Solidarity 80) 12,769 votes (0.1%); Unia Wielkopolan Okręgu Województwa Leszczyńskiego (Union of Greater Poles in the Voivodeship Leszczynskie) 9,019 votes (0.1%); Sojuszu Kobiet Przeciw Trudnościom Życia (Womens Alliance against Difficulties of the Existence) 1,922 votes (0.0%) 4  &#?QRJtuik3   &wtuik!2   &5@*QU:ituik#1   &@9G{:tuik#0   &G@H=p F*tuik"/  #?333333mackie".  e?陙}mackie"-  ?Ymackie,  emackie+  e*  e)  (  '  #&  #%  $  #  w"  !  bmackie  \  %  %  Kmackie  Kmackie  \mackie  K  %$  8z@ mackie  8  8"  8?333333mackie  ~  ~  ;~  ;        ;     izbori   izbori"  w?333333mackie"  w?񙙙omackie"  w?;mackie$  @333333 )3mackie%  ?ffffffHmackie  S6?Xvvk  Sa?333333$vvk  a?񙙙vvk  ?Avvk  X.  @=p =&avvk~  a@p =q-vvk}  p%|  ?ffffff#no-2010%{  @'no-2010$z  ;@%333333-Ino-2010y k @_no-2010Includes 362141 votes cast for candidates running under the party label MP independently from the UDF alliance.#x  ?񙙙no-2010$w   ?ffffffno-2010#v  ?333333aecO  $?\(  #.@\(RSepl =  #@\(wepl<  "?/bmi ;  " @bmi :  "f @bmi 9  "@(bmi8  "@ rbmi7  "2(@4 bmi 6  "/@8-bmi 5  "4@:4mbmi 4   !@ffffff50valg!3  !_@0Lvalg!2  !0@9 valg!1  ! @C3valg!0  ! @ffffffk valg!/  ! @^valg.  !f?񙙙xvalg -  !Q@ffffff5valg ,  !h7@> Yvalg+  *  ~)  | @cbwl(  { ?bwl'  z a@bwl &  y ?@ 8]bwl %  x @@!3333339Nbwl rrN+~~~~~_~=~}}}}}x}W}6}|||||k|J|'|{{{{{l{J{({zzzz~zdzAz'yyy~yhyEy+y xxxxxlxIx&xwwww|wbwHw/wvvvvvovLv)vuuuuzuWu4uttttt|tftPt:t$tsssssQ*Q PPPPPlPLP,P OOOOOnONO0ONNNNNrNRN2NMMMMM`M@M!LLLLLsLTL6KKKKKkKMK/KJJJJJrJTJ4JIIIIIyIYI9IHHHHH~H^H>HGGGGGGcGCG#GFFFFFdFFF(FEEEEEhEIE*E DDDDDpDPD1DCCCCCsCSBBBB=BAAAfAAA@@@@o@=@???>m>H>*>====q=K=%=<<<E%eE%rtU5bC%}_A,{]H( uU5cC.wX:zZ:}]=vT2iJ+ lL, nN.oO/ o O /  q Q 1  q Q 1  s S 3  { [ ; r\=nH!$K  #Z {? =pno-2005$J  #Z  @\(no-2005#I   #Y @!p =q_no-2005#H   #V? =p Dno-2005$G  # 9@A =pno-2010F  # ?333333aE    #?Qv|Alliance for National Reconstruction (Verbond voor Nationaal Herstel)D   # ?񙙙C  # #RB  w #$@@ffffffYElectoral alliance: Coalition Party (Samlingspartiet)A  # #@  # ?333333G?  #r@ 0>  #|@(@1=  #@(A<  #*@2;  #@Jfffff44:  ? # e?h~National League of Sweden9  #r@ ffffffy8  # @X7  #|@)a6  #$@,d5  #,@1 4  #p@F33333k;3  M # e?333333;BSwedish National Socialist Party2  # @R1  #r@"0  # @333333/  #|@#a.  #$@,333333[-  #:@7 ,  #h@Dٙ1+  # @*  #r@P)  #@&ffffffM(  #|@){'  #I@=ffffff &  #Z@B U%   # ?f$  #r@ E#  # @333333"  #@%!  #|@*~1  #A@:   #h@D   # @ ۱  #r@ffffff9  #@&   #|)@233333  #>@9  #]@B G  # @  #r@H  #@^  #|/@5/  #F@;  #K@=1  # @X  # @333333^  #9@8333336  #|>@;  #V@?}  #?ə  #|9@:fffff  #W@B333333  #V@B@t  #I@>}h  #|G@@s  #V@Bٙ^*  #@@<  #@@?333333e  #|f@Dk  #@333333  #@D&fffffЙ  #n5@Kfffff  # ?\(\i  # ?Q$~  # @GzH}  #@%# =p_H|  c # @@p =ZElectoral alliance: United-Reform Coalition{  #n5@Fp =z   # @QAFy  #@"QNx  #U#@%Q%=w  # #@0\)Hv  c # @:QElectoral alliance: United-Reform Coalitionu  #n@A"\(t  # ?<s   # ?p =q.r  #@zG'q  #n@:+QAp  # @>333333|Vo  # @A\(#n  # ?ffffff ^m  #@\(ql  # @4 =q2;k  #n @;Lj  # 7@G =pi  #@%aGzh  #n@733333Kg  # @:B\(4f  # %@Cχe  #@#\(yd  #n@8@ c  # @># =pb  # -@AУ =qa   #@ \(Hz`  # @ =pW_  #~n@\(X^  #} "@ENzGyz]  #| (@F(\Q6\  C #{?VNew Zealand Socialist Party[  #zn@\(0Z  #yY  #x %@@\(nMX  #w !@Ap =~IW  #v V  #u o?BU  #t@ffffff T  #s @!NS  #r@+zR  #qh@2ffffffoQ  #p"@2P  #o+@@@ծO  #n N  #m o@YM  #l @"ffffffFL  #k@*333333ρK  #j%@4J  #ih@5LhI  #h*@@fffff<H  #g G   #f?333333+BF  #e o@ ffffffUE  #d@xD  #c3@ffffffmB  #ah@?2A  #` @  #_?  #^ ?>   #]?=  #\ o@d:<  #[@=T;  #Zh@@ :  #YJ@@9  #X 8  #W o7  #V4?ə 6  #Uh@:L5  #T@@y4  #SF@D3  #R #M2  #Q ?3333331  #P o@ <0  #Oh @5d/  #N.@>ffffffo.  #M)@D-  #L o@3333332,  #Kh @0~+  #II@F*  #H o)  #F #C (  #Eh@#ffffffY'  #D0@EYR&  w #C4@Fffffff:Electoral alliance: Coalition Party (Samlingspartiet)%  #B #@$  #Ah@e#  #@@Dffffffw\"  #?M@K!  #> ?N  #=?ffffff3  #< @L   #;@ 333333Z  #: @333333r  #9 @  #8@  #7@  #6,@0ffffff '  #5@5fffff %  #4 @<Z  #3>?ffffffkTGeneral Workers' League (Onafhankelijke Socialistische Partij)   #2 ?   #1 ?@   #0 ?H   #/ ?  #.@lZ  #-@   #,@ffffff  #+ @  #* @"333333/a  #),@*  #(@5 /  #' @;fffff4  #&>   #% ?   #$ ?񙙙[  ##@  #"@ffffff+  #!@0S  #  @  # @%h  #, @'333333  #@7 Gj  # @=Hu~  #>}   # ?v2|   # ?333333{   #?333333z  #@1y   # @x  #@ffffff/w  # @!ffffffv  # @#u  #, @(ffffffRt  #@6fffff ȁs  # @< zr  #>:q   K #?333333FLiberal Party (Liberale Partij)p   # ?hxo  #  ?<n  # ?Ѡm  # @ffffff l  #  @"#k  # @%j  #,@+ffffff#ei  #@3ffffffh  # @=fffff Xg  #>f   # ?ٙe  #@ffffffyCd  # @:c  # @ffffffb  "@333333a  " @D`  "@W_  ", @*C^  "@6]  " @>%\  " @L[   "\@ kZ   " @~ Y  " @#X  " @#}W  "@833333IV  " @F<U   " ?ffffffd^T  " @'333333S   "@R  " @$)Q  "@=ffffff,P  " @Dٙ9O  "?ffffffxN   " @333333v$M  " @yno-2010L  " @nK  " @EJ  " @"ffffff2I  "@3333333XH  " @GQG  " @#ffffffF  " @ffffff5SE  y " @333333Electoral Alliance with Union des Gauches (Left Union)$D  " @Fffffff2Ano-2010$C  " @@Lbno-20109B  I "e?ffffffZParti Indépendant des PaysansA   " @333333l@   " @ffffffL?  " @;>  " @333333@a=  " @333333<  " @#333333 s;  "@0333333H:  " @EL0s9  "?@8  "@%ffffff 7  " @-|[6  " @7{5  " @I333333:T4    "?ffffff,ZIndependent Workers' Party (Onofhängeg Aarbechterpartei)!3   "e@V)Cartel2  " @ffffffAy1  " @_0  " @,ffffff6/  "@/333333/.  1" @Jffffff Opredecessor of CSV-  "?񙙙j,  "@.#+  "'@0333333$*  "@;>)  ">@CY(  ">@Dfffff^D'  "@3+M&  "@8fffff8%  " @ffffff $  " @ E#   "?"  " @ !  " @   ">@E(\)U  " @533333,  "@5fffff,r   "?  ">@HB  " @ r  "@3333333  "@7fffff!S  "?333333  " @  ">@EfffffA  "@A333336  "@06   " @333333B   "@ffffff#U  ">@E@51  "@3  "@=%=  "@:~P  u">@J?"only a loose electoral alliance" (McHale 1983, 520)   "@ \   "@03333331  "@333333  " @6333333 +  "  @9L   " @Ffffff.  3 "?3333334Córas na Poblachta0   7 "?333333Monetary Reform Party  "q @7x  " @!ffffff8  " @#  ">@/ffffff/  "C@D33333  "@ ~  "> @$}  "q-@@fffffY|  "M@I33333 1\{  "@#ffffff20z  "E@Fy  "> @$Nx  "q0@Affffff sw  " @ v  ">@5uu  " @"fffffft  " 0@>r_s  "M@Hٙ r  "@$3q  " ?Ysp  ">@o  "H@F@4n  ? "?@Town Tenants' Associationm  " ?QJ.l   " ?񙙙0k  " @#j  " @ki  "> @"333333h  "9@AHg  " >@CY)f  ) "?Clann Éireanne  "@*;Kd  i"@ Republicans, anti-treaty fraction of Sinn Feinc  "~ @333333Fb  "}  @!Ca  "|>@)3333331`  "{,@:333333_  "z /@;ffffffO4^  ? "y?hNational Democratic Party]  "x ?333333\  "w ?%[  "v @ 333333OmZ  "u>@%333333CY  "t @(333333@5LQ  "l :@C@[P  "k?\(bef-7 O   "j?Qibef-7"N  "gL?p =qvbef-7M   "f "`?333333"L  "e?(\)!9bef-7$K  "d "`? =p/cbef-7$J  "c"`!@Q 82bef-7"I  "b@=p =bef-7#H  "a@B sbef-7KG [ "`@G(\),bef-7Electoral alliance: National Government!F  "]?ffffff$Hbef-7#E  "\ "T?'mbef-7"D  "[L?=p =bef-7"C  "Z ?޸Qhbef-7$B  "X "T ?GzH5zbef-7$A  "W"T#@ Q YVbef-7$@  "V"T @\(\bef-7"?  "U4@>\(ewbef-7K> [ "T@K}p =bef-7Electoral alliance: National Government!=  "RL?(\)^qbef-7!<  "P?(\)bef-7;  "O?zG{bef-7":  "N;@7p =qQBbef-7#9  "M@BzG{bef-7$8  "L@C(\abef-77   "KLbef-76  "I?\(\bef-7!5  "H?Qybef-7!4   "G?Q2bef-7"3  "F ?\(bef-7"2  "E(@1,abef-7#1  "D@@~QSbef-7#0  "C@Gwٻbef-7/  ">?bef-7".  "=L?ٙ~bef-7#-  "<@=33333Abef-7#,  ";@>33333Cbef-7#+  ":@CT%-bef-7*   "7 ?A")  "3L?Q bef-76( 9 "1 @\(bef-7Candidates without party affiliation won three seats, Independent Conservatives (Ind C) won three seats, Independent Liberals (Ind L) won one seat, Constitutionalist (Const) won one seat, Scottish Prohibition Party (SPP) won one seat, Independent Labour (Ind Lab) won one seat."'  "05@$p =qsUbef-7"&  "/>@2=p (obef-7#%  ".@=p =q@%bef-7#$  "-X@Cp =SZbef-7/#   3 ")?333333Co-operative Party $"  "( "?bef-77!  7 "%?"? =p $:bef-7Coalition Independent"  "$ ?pbef-7$  "! " ?333333dbef-7"  " L@zGubef-7"  "I@ffffffbef-7c  " 2@ >bef-7Includes three seats of the Ulster Unionist Labour Association. $  " "@)333333Onbef-7"  "$@*0bef-7"  "9@4"Dbef-7s + "L@@@4bbef-7Electoral alliance: Coalition Government (candidates with "coupon" endorsement)  "@"ffffff7<  "I@(]  " @-Socialist Workers' Party (Suomen Sosialistinen Työväenpuolue)  "^#@2333333e  "^-@4L)  "5@9O  " ?9~  "I@(333333f  "@)  "^@/ffffffM  "^*@333333q  "P@C  "  ?\(<  " I@%  " ^@(\(  "  @>+Q  " \@FeQ  "h  " |?333333_  "F?z[  " @-  "@g  " @!ffffffK  "E@233333  "N@5n~  "]B@F@ }   !?!i|  ! ?C{  ! ?y8z  !F@y  !@333333x  ! |@ƍw  !@#x*v  !N@19u  !E@2333333kt  !]@@Es33333 "s   !,?陙1Ir  ! ??q  !?ffffffip  !F@o  ! |@ 9n  !@"ffffffOm  !E@1ul  !N@1zk  !]D@G >j  ! ?i   !,?333333&h  !?񙙙Cg  !F@f  !@"7Ee  !N@233333jd  !E&@833333Ӧc  !]>@EY gb  !?əHa   !,?ffffff&;`  !F?d_  !@%ffffffP^  !N@0]  !E+@J  !~N@1fffffNI  !~]0@@H  !~E3@AH +G  - !} ?#`Centre (Centrum)F  !} }@333333sE  !}@'0D  !}N@333333C  !}]*@=L9B  !}E0@AYc1A  9 !| ?New Right (Nye Højre)@   !| }?.?  !|N@2L?>  !| @433333Q=  !|]'@<33333<  !|E-@=ffffffN;  !{h?ffffff o:  !{@233333 ?9  !{N@6ffffff=8  !{E,@<7  !{] @=e6  !zh?ٙ5  !z@2t4  !zN @23  !z]@no-2005$  !sP@GzGno-2005%  !sp@IQono-2005>  S !r?=p =yPatriotic Front (Heimattreue Front)   !r ?GzH)D   _ !r?ᙙ*[Technocrat Party (Technocratische Partij)   !r @ Tibz   !r y@Dgibz   !r @bibz   !r x@ ibz  !r?!@1.zG ^ibz  !r v@@=p =qibz  !r wC@>aGz ibz  !q ?zGVibz  !q @ffffff/w  !q x@ffffffQ  !~q y@'$y  !}q?@(xj  !|q w=@;33333   !{q vF@@   !zp@ffffff  !yp x@ffffff  !xp?@,  !wp vI@B :  !vp wO@C@ /~  !uo?ffffff4}   !to?ffffff|  !so x @{  !ro?@0z  !qo vF@B By  !po wG@BL sx  !on?ew  !nn @̰v  !mn x@333333:u  !ln?@-333333St  !kn wK@B us  !jn vN@C33333 Fr  c !im?333333ELiberal Dissidents (Dissidences Libérales)Eq   a !hm?"Leftist Dissidents (Dissidences de Gauche)p  !gm x@ffffff֝o  !fm @333333BMn  !em?!@2Vm  !dm vD@As33333 Il  !cm wL@Cfffff PEk  a !bl?Leftist Dissidents (Dissidences de Gauche)j  !al@333333i  !`l x@ h  !_l @@Vg  !^l?"@1\f  !]l wI@A ue  !\l vF@BL d   ![k ?333333X[c  !Zk?@8 b  !Yk v@>L,a  !Xk w)@Effffff`  !Wj ?ffffffKu_  !Vj v'@"^  !Uj?,@&333333m$]  !Tj7@; ;\  !Sj we@Ig[  !Ri @eZ  !Qi v@MNY  !Pi?@2X  !Oi7@3wW  !Ni w1@J SV   !Mh @}.U  !Lh7@ ffffffT  !Kh v@6%S  !Jh?@;R  !Ih w%@E/Q  !Hg ?0P  !Gg v@ O  !Fg?@133333)N  !Eg7@3leM  !Dg w2@K&fffff L   !Cf ?QK   !Bf@333333~J  !Af?@9ffffffSI  !@f v@9G{dgH  !?f w&@ElG   !>e @gCF  !=e v @.nE  !<e?@9D  !;e w6@L C  !:d no-2010#B   !9d @}no-2010A  !8d v @6 @  !7d?@633333??  !6d wV@H@*>   !5` t@5=   !3a t?Ib/<  E!+Source: Rose/Munro 2003: 233/;  E!*kSource: Rose/Munro 2003: 2333:  E!)qroseSource: Rose/Munro 2003: 2339  !( pkw, rose8  !' q?Q2rose7  !& rose6  !%O5  u !$ p?\(Electoral alliance: Left Alternative (Vasakvoimalus)o4  3 !#X p@(\)/Electoral alliance: Bloc Justice (Valimisliit Õiglus) with Party of Legal Balance3  !"XZ!2   !!c o?4mackie#1   ! c !? =p 8gmackie"0  !c@ =p mackie"/  !ch;@BkQmackie#.  !c@-RF"mackie#-  !c@1EQmackie#,  !c@8zHmackie$+  !b !@Qymackie *  !b?333333Omackie!)   !b o? =p$ mackie#(  !b@/ =p mackie"'  !bh/@?^QFmackie#&  !b!@4333333mackie#%  !b'@;nzG3mackie!$   !a o?ᙙmackie!#   !a?=p =( mackie "  !a?QXmackie#!   !a ! ?QNmackie!  !a n@ =plmackie#  !a@+RBmackie"  ! ahE@D =p .mackie#  ! a@48QZmackie#  ! a@1R@mackie#  ! ` !?QK$mackie"  ! `?Lmackie!  !` n?GzHgmackie#  !`@'fmackie"  !`hF@EAGz pxmackie#  !`$@5QR4mackie#  !`@0Pmackie$  !_pR@GQ no-2005%  !_@IxQ )no-2005$  !^pR@CzG wno-2005%  !^@Lf no-2005$  ]2@>EQnno-2005$  ]pt@D^QkTno-2005$  \pc@C\(-xno-2005$  \t@G=p =[no-2005$  [[@F\(~no-2005%  [p@G\)no-2005$  Zp[@F =pHno-2005%  Z@Hj=p  no-2005$  Y(@!\(no-2005$  Yp@\(\Mno-2005$  Y(@=Gzno-2005%  Yp@FkQ&!no-2005$  V(@!Qno-2005"   X?GzHbbcOthers  X?ətbbc   X@(\)bbc   X@)L;8bbc   X?׮zGbbc ~  X?Qbbc }  X7?Gzbbc |  X?=p =hbbc {  X??333333bbc z  X@zG{$bbc y  X8@\(1dbbc"x  X@>u\(bbc"w  XK@Bw =pbbcEv  U W m?QA[vaalitÅländsk Samling (Åland Coalition)!u  W l?333333avaalit#t  W@ QRvaalit#s  WI @Q5vaalit#r  W&@!\(ܮvaalit#q  W @Q:vaalit"p  W^1@5 *vaalit#o  W&@1fffffvaalit#n  W"@0\(zvvaalit#m  W^%@2333333>4vaalitIl W Vp @GzHno-2005Electoral Alliance with New Democracy$k  V(@>fffff&no-2005%j  Vp@IQ$Vno-2005i  U?Ivvk h  U@ Lvvk g  U i@!aGzvvk f  U=@+kQ3kvvk e  U@.aGzTvvk d  Uq@8\(,zvvkc  Uq@; =qlvvk#b  T k@\(knesset$a  T@\(Uknesset$`  T j @\(knesset_  T 1 knesset^  T knesset]  T% knessetG\ S T6 @%8QwknessetElectoral alliance: Joint Arab List[  T  knessetEZ O T@2Q knessetElectoral alliance: Zionist Camp #Y  T ?QLknesset$X  T@p =qknesset$W  T@\(4knesset$V  T@ffffffGzknesset$U  T@\(knesset$T  T  @! =pknesset$S  T@7ffffff @knessetR m phb4 seats won CSU (2 seats) and SPD (2 seats) list and MPs remained members of the respective parliamentary group.Q  BP  S?zG{migO  S h?QRmigN  Su? =pmigM  S g@zGRmig L  S: @Qjmig K  S+ @ymig J  Sf@Gz(mig I  S *@333333lmig H  S,@Q_migG  S/L@;\(:mig!F  S8@B+Q"Emig  R d@333333=  RX)@/p =q<  R B;  [ R]?Q@New Renaissance Party (Shintō Kaikaku):  R@zG9  R@&p =\r8  RI@2TzG+w7  RE#@+kQo<6  R"@@zG t$5  X cZ4  cP3  b2  X bZ1  XZ0  q>"/  L?=p =voltive.  F?Qմcne-  F?Qocne ,  8@333333cffrpo +   `?zG{frpo *  8?\(gfrpo )  8?Qefrpo (  8?Q;/frpo '  ?333333$frpo &  _?QRfrpo %  @ =p frpo $  @Q ԁfrpo #  ?*frpo "  ?333333qfrpo!  frpo  ?QRfrpo   ?(\)frpo   ?QRĂfrpo  frpo  ;Xfrpo  !frpo  _!frpo   ?Qfrpo   frpo!  @9zGLfrpo!  h@@Q+cvks   bP@Qncvkr   aP@ Qcvkq   `P @,cvk p  _P@GQ cvko   ^PL@*zGcvkn  ]O W?zGSssrm  \O V? =p ssrl  [O T@ Pssrk  ZO U?\($jssrj  YOs? =p ssri  XOJ? =p&ssrh  WO,?QR!Fssrg  VO0@ GzOssrf   UO@ =pessre   TO/@Qssrd   SOm@QRssr c  RO@ssrb   QO@zGsra   POT@QRssr `  OO@8ssr _  NO@*p =q!|ssr!^  MN@.\(\ fverk!]  LN@* =p verk \  KN=@ Qverk [   JN@ =p>verk!Z  IN@QJverk f?~~~~}~X~3~}}}}}l}F}+}||||z|T|0| {{{{v{N{&zzzzz^zEz-zyyyyycy=yxxxxx]x8xwwww~wYw4wvvvvzvUv/v uuuuuuPu*utttttwtZtDt't sssss{s^sBs&s rrrrr{r^rBr%rqqqqqxq\q?q"pHp$poooooooro]oHo3oo nnn\n3n mmmmnmGm llmlFlkkkkkZk3k jjjjsjLj&iiiii[i4hhphJh#gggggjgBffff\f5e~eWddddnd cccc.cbbbbvbOb)baaa|a_aEa!`````}`Z`7`___q_N_+_^^^^}^Y^5^]]]]]d]@]\\\\\j\F\#\[[[[[_[;[ZZZYYYYYYnYIY&YXXXXxXVX5XWWWV9UbTVS8SRRRRRReR>RQQQQyQPPPPPOOOOwNNNNNvNMMMMLLLRL/L KKKKKhK$KJJJJwJTJ1JIIIIIaHOH9HHGGGGGnGRG7GFFFFF_F:FEEEEEDCB]B;B@@@_@>@@?????\?9?>>>>>l>J>#===2==<<<_;;;C;-;:::::w:U:3:99999h9E9"98888$87777r7T747 66666Y655555l5V5@54433~3h3R3 22222e2=21111u1M1%00000?////j/G/$/...w.a.K.5.. ----x-U-2- ,,,,~,\,9,+++g+C+ *****|*Z*8*)))))j)G)$)((((v(R(/( ''''|'W'2' &&&&&^&<&%%%%%h%C%$$$$$h$C$#####`#9#""""w"T"0" !!!!!x!U!2! V 4jE 0` _8uQ,!f"zeP:$rY2{]6`9xRkLK' a >  p M  z W 4  |W4b?s!   & -@!fffff)awid!   & &?θQwid"  & &?333333Vxwid"  & &?\(\0widO k & ?QwidElectoral Alliance: Rural Federation (Landbund)=~  E & &?(\)widNationalliberale Vereinigung }  & ?ffffff(&wid |  & ? =p jwid {  & @QEywid z  & ?\(wid y  & ?\($wid x  & _@3s33333Vwid w  & -@"W =p)wid v  & @ \(qwid u  & A@* =p;wid t  & @QAYwid s  & .d@4s33333[Iwid r  & >@)# =p8Zwid"q  & &?(\)wid"p  & &?zGwid`o  & &?widChristliche Volkspartei 65260 Votes (0,25%); Schleswig-Holsteinische Bauern- und Landarbeiter-Demokratie (Deputy remained in the Reichstag until the election took place in his constituency) n  & ?zGބwid m  & ?GzUwid l  & <@)Gz3eiwid k  & >@+p =7wid j  & @ =p `wid i  & C@+8Q6wid h  & ,@ Q!@wid g  & .q@5zGUwid f  & Q@2\(Jywid e  & ?333333wid d  & ?ffffff>widCc  G&?QRSSchleswig-Holsteinische Bauern- und Landarbeiter-Demokratie 57913 Votes (0,2%); Braunschweigischer Landeswahlverband 56858 Votes (0,2%)Votes are the summ of the votes of the Schleswig-Holsteinische Bauern- und Landarbeiter-Demokratie and the votes of the Braunschweigischer Landeswahlverband. b  & ?2wida  & )@$Q/`  & @ =p; _  & @(\)ynwid ^  &I@.fffffGwid ]  & J@2QRUgwid"\  &.@B\(wid [  & @Q#cwidZ  & C@'p =qYEhp Y  &#&? Ghp!X  & &+@# =qL&hpZW  &@6Q+hp Electoral Alliance: Nation Alliance (Millet İttifakı))!V  &&1@&=p =TehpZU  &'@EO\(EhpElectoral Alliance: People's Alliance (Cumhur İttifakı)T  & @)3S G & @ =p tno-2010Kärtner Einheitsliste: Kärtner Landbund, Christsoziale Partei und Großdeutsche VolksparteiR  & @%zGz.Q  & s@GzHNP  & v?Q#O  & ~? =pno-2010Deutschvölkischer Wahlausschuss, Demokratische Städtevereinigung, Freiheitlicher Salzburger Städtebund, Jüdische-Nationale#N   &~ ?=p =no-2010#M   &} @(\)no-2010#L  &| w?Qno-2010$K  &{ u?GzHno-2010$J  &z t?ffffff-no-2010$I  &y q@(\)no-2010$H  &x p@ffffff9no-2010$G  &wE@A =pM^no-2010$F  &vH@D`}no-2010E  &u r& no-2010#D  &t |@=p = no-2010$C  &s }@zGxIno-2010B  S&r y& no-2010Necessary seats so that the government Dolfuß gets their majority of 83 seats (source: wikipedia).$A  &qH@DR&Zno-2010$@  &pB@A33333no-2010#?  &o {?no-2010$>  &n y @GzH no-2010$=  &mG@E# =p~3no-2010<  &l r&k no-2010x; 3 &kI@HQYno-2010Electoral alliance: Einheitsliste (Christsoziale Partei, Großdeutsche Volkspartei):  &i y&no-20109  &h r& no-2010$8  &gD@C~no-2010$7  &fR@FfffffCgno-20106  &e y&ano-2010`5   &d ~? =p Jno-2010Electoral alliance: Democratic Parties (Demokratische Parteien: Bürgerliche Arbeitspartei, Demokraten, Burgenländische Bürger- und Bauernpartei). Seat won by Bürgerliche Arbeitspartei.4  &c |&ano-20103  &b v&ano-201022 ' &a r@1@Ono-2010Electoral alliance: German Nationals (Deutschnationale: Großdeutsche Volkspartei, Kärtner Bauernbund, Deutschösterreichische Bauernpartei)$1  &`E@AQ^Eno-2010$0  &_U@DQ[no-20105/  9&Z &9@zG ZAlliance: +Europa (+E).  &Y}-  &X,  &W+  &V}&@*  &Uo&S)  &To}&S|( 'e]&So)@ GzHarchivio, mdiElectoral Alliance: La Sinistra L'ArcobalenoData about the coalition from Wikipedia.%' 'q&RoT@Cp =archivio, mdiElectoral alliance: The People of Freedom (Il Popolo della Libertà) with National Alliance (Alleanza Nazionale) and smaller parties formed a united list, a parliamentary group and a party in 2009.FI seats calculated by remainder of alliance seatsA&   Y &Q?GParty run only in Aosta Valley region.%   &P o? =pmdi$  w &O o?Gz mdiSeats were determined in a separate election for the Italians abroad. The Party did not stand for election in Italy.#  y &N?QmdiSeats were determined in a separate election for the Italians abroad. The Party did not stand for election in Italy.$"  &M n @"\)Dvoltive"!  &LS?p =q%voltive"  &K m?QR4voltive"  &J "@333333Jvoltive!  &I@\([!voltive$  &H@zG>voltive$  &G3@Qqvoltive$  &F !@p =qvoltive$  &E@ =p0voltive$  &D  @#STvoltive$  &C @#(\Yvoltive$  &B l @)333333zvoltive$  &A@8QcZvoltiveZ  &@)?zGmdi Electoral alliance Power to the People (Potere Al Popolo)S s &?@ QmdiElectoral alliance Free and Equal (Liberi e Uguali)M c &>&9?GzHmdiElectoral alliance Civica Popolare LorenzinN  g &=&9?\(mdiItaly Europe Together (Italia Europa Insieme),   9&<i&9mdiAlliance: +Europa (+E)g  &;&9?=p = mdiElectoral alliance with Partito Autonomista Trentino Tirolese (PATT)"  &:~&9p@2\(bmdi  &9mdi"  &8&4?p =qmdi"  &7j&4@ffffff.mdi"  &6T&4j@,F$mdi"  &5&4|@1c =pW!mdi  &4Cmdi"  &3k@@=p mdi  &2&0uovb  &1&0ovb  &0@H =p+ovb6  Q &/fovbdistrict seat, no list votes found   &. ?QovbO  o &-?p =qgmovbMagyarországi Németek Országos Önkormányzata  &, d?zGVovb  &+ c@zG{}ovb   &* @zG{fovb ~  &)@=p =+ovb }  &(7@'R jmovb |  &'X@3\(?ovb{  &$ D$z  &# y  &!X @GzH3mic!x  &  `2@1\(\mic w  &? =p ] mic v  & @C3qmic!u  & a6@3Gz$Zmic t  &E@)Qjxmic"s  &@@ =p#Emic%r  & @0fffffhagstofa$q  &@(333333\fhagstofa$p  &@"ffffffFhagstofa$o  & _@%SYhagstofa$n  & H@4hagstofa%m  &>@9333333hagstofa$l  & I@3Bhagstofa$k  &@%ffffffRhagstofa#j  &?333333 Zhagstofai  &?ٙ27valg"h  & ^@%GzH7volby"g  & @333333{ volby"f  &N@= =pvolby!e  & @=p = volby"d  & @%zGVYvolby!c  & k?\(5}volby!b  & ?\(\"_volby"a  & @ =p volby"`  &@Q volby"_  &@zGvolby"^  &=@& =p"volby]  & \?jbmi\  &@ffffff~bmi [  & [@i7bmi Z  & @333333bmiY  &23@:Zbmi X  &>@?Xbmi W  %4@:fffffRbmiV  %r?333333wtec-nz!U  % Z@333333ec-nz T   %i?3ec-nz"S  %@333333zec-nz"R  %{ @Rec-nz"Q  %n.@Bs33333ec-nz"P  %8@F333333Kec-nz O   %f@333333zvalg N   %@ rDvalg!M  %@valg!L  %@߭valg K  %Q @^valg!J  %@$valg!I  %_@.ffffff valg!H  %-@9 .valg G  %h1@;ffffff 8valgF  % Y?bwlE  %)?bwl D  %^@)333333Ycbwl C  %P@%ffffffLIbwl B  %C@!?sbwl A  %E@"ffffffA6bwl"@  %%.@+ɸbwl$?  %(%@:bwl>  %bwl"=  %.@45bwl<  %? =p0bec;  % X@QR-bec:  %bec 9  % [@ffffff;bec 8  % W@zG{ bbec 7  %@\(bec 6  % V@!p = bec 5  %E@4 =p bec!4  %`@Fp =0bec3  %#? =pnrefT2 MK%refregional parties (Régionaliste)Vote share: 0.90 Votes: 20404941  K%0refVote share: 2.21 Votes: 5003090   %?333333 ref /  % T@&\(&Vref.   % _?Q ref-   %i@333333ref ,  %@*ffffff-vref"+  %%@zG ref"*  %% ?)ref")  %%?zGGref (  % @\( d?ref '  %@\(ref"&  %%@=p = |yref"%  %%*@zG{9ref $  %p@/=p 6ref!#  % S4@<5\(aref"  %%!  %  %"  %  %C  U %?\(3bbcSylvia Hermon (Independent Unionist)  %? bbc   %?zG{bbc   %7?rbbc   %?ffffffCbbc   %? ?ubbc   % @zG{$1Fbbc   %#@bbc"  %@CQĂ|bbcg  %>@E9ЕbbcIncludes the seat (1) and votes (34,299) of the speaker John Bercow.C K %>?ٙAkiesraadFor Netherlands (VoorNederland)%  % R?kiesraad%  % Q@LSkiesraad%  %@WFkiesraad%  %=@kiesraad%  %@ nkiesraad%  %@ 333333okiesraad%  % @ &kiesraad%  %e@"333333kiesraad%  %@"333333pkiesraad%  %Y@(ffffffkiesraad%  %@($kiesraad%  %@*333333 kiesraad%  %!@5L"'kiesraad  % P?\(cik  % K%  % @<+QlisY  % H@ Q3lisX  %@QR*lisW  %~@ =p5 lisV  %}@&QRUlisU  %| @.fffffulisT  %{ @,Qk9lisS  %z 6%rR   %y?У =p[Q  %x?QP   %wW? =p \O  %v%uxN  A %u[@p =qElectoral alliance: Even Stronger Istria Coalition with List for Rijeka (Lista za Rijeku) M  %t%sL  _ %s 4@zGElectoral alliance: The Only Option Coalition with Change Croatia, Youth Action and Alphabet of democracylK  ) %r D@Q)Electoral alliance: For Prime Minister Coalition with Novi val, HSS SR and BUZJ  %q 7 @"(\I  %p%mH  %oV%mG  %nh%m XF   %m'@@ =p Electoral alliance: People's Coalition (Narodna koalicija)E  %lN%k}D  K %k=@A\( Electoral alliance with Croatian Christian Democratic Party (Hrvatska demokršćanska stranka) $C   %jW?+^gall-11B   %i?GzHaecA   %h F?aec@  %g? =paec?  %fr?\(jaec>  %e? =paec=   %d@$u\($aec <  %ct@zG{(aec ;  %bE@A]p =GXaec":  %a%^ @p =q aec"9  %`%^@! =p aec"8  %_%^-@<Q;?aec7  %^aec!6  %\ D@ Q'ejpr5  %[v(mi4  %Z M? =p Xmi3   %Y?Q1mi2  %X +? =pmi1  %WQ?333333^mir0 - %V ,(? =p @OmiElectoral alliance with Podemos Galicia (We Can Galicia), Anova (Anova-Nationalist Brotherhood), Esquerda Unida-Izquierda Unida (United Left of Galicia), Marea Galega (Citizen Meeting for a Galician Tide), Marea Atlántica (Atlantic Tide), Compostela Aberta (Open Compostela), Ferrol en Común (Ferrol in Common) and Ourense in Common. /  %U -@zGZ/mi.  %T @ =p .mie-  %S /( @Q miElectoral alliance with Esquerra Unida del País Valencià (United Left of the Valencian Country) and Compromís (Commitment Coalition) (Electoral alliance with Bloc (Valencian Nationalist Bloc), Iniciativa (Initiative of the Valencian People), Verds (Greens-Equo of the Valencian Country) and People of Compromís (Gent). 0, ) %R .( @ ffffff miElectoral alliance with Podem Catalunya (We Can Catalonia), Barcelona en Comú (Barcelona in Common), Iniciativa per Catalunya Verds (Initiative for Catalonia Greens), Esquerra Unida i Alternativa (United and Alternative Left) and Pirata.cat (Pirate Party of Catalonia).+  %Q G @*/9mih*  %P H(-@*p =0ؒmiElectoral alliance with Izquierda Unida (United Left) and Equo (Equo).)  %OU@6\)REmi (  %N@@ =pxmi!'  %M C?\(cy-gov"&  %L@ zG2cy-gov"%  %KU@=p =B cy-gov"$  %J B@\(Gcy-gov"#  %I %@ =p Rzcy-gov""  %H@QTcy-gov#!  %GS @,G{cy-gov#  %F<@9Q`\cy-gov#  %E'@> =q1cy-gov  %D no-2010   %C\no-2010  %B no-2010   %A no-2010   %@ no-2010   %? no-2010  %> no-2010$  %= @333333no-2010   %< no-2010  %; no-2010  %: $ނ a%9@HeieElectoral alliance: Anti-Austerity Alliance–People Before ProfitSocialist Party is the main party of the Anti-Austerity Alliance. Recorded as main alliance party because it is the older of the two alliance members included in ParlGov.  %8/@333333ssr  %7@\(ssr   %6@(333333Цssr   %5 @ @p =q;ssr   %4J@ zG3sssr  %31@@ =p^eie  %, @&GzHeieA  S %+?ffffffeieWorkers and Unemployed Action Group  %* <@p =qeie   %)%@\(eie   %( ;@zG^eie  %' %9eie  %&>@p =q&]eie   %%@+33333eie ~  %$,@8Yeieu} - %#q2@9QMeie, tcSeats include speaker of parliament (Ceann Comhairle), re-elected automatically.|  %" $no-2010{  %! "$no-2010z  % % ejprBloc Pensioners Together (Blok umirovljenici zajedno) and Croatian Christian Democratic Party (Hrvatska demokršćanska stranka) y   %% ejpr!x  %?\(ejpr!w  % 7@* =pejprov  ) % 6? =pYejprElectoral alliance with Forward Croatia! (Naprijed Hrvatska-Progresivni savez) u  % N?zGejpr t   % 4@\(rejpr s  %W?vejprr  %%ejpr{q ? %[?\(ejprElectoral alliance: Our Own Right (Pravo na Svoje) with List for Rijeka (Lista za Rijeku)p  %%ejpro  %V%ejprn  %h% ejprLm a %*@@j=p UejprElectoral alliance: Croatia is Growing (Hrvatska raste) with Authentic Croatian Peasant Party (Autohtona hrvatska seljačka stranka) and Zagorje Party (Zagorska stranka) l  % 2k  %  2% j  % N% ejpri  % % ejprh   % % ejprbg  % 2@A =p ejprElectoral alliance: Patriotic Coalition (Domoljubna koalicija) f  %yE%@80}.e % % ?Q no-2010Independents#d  % }@Qdno-2010$c  %@'\(kno-2010$b  %N@2\)Eno-2010$a  %]*@=\)Yno-2010$`  %E3@BzGAno-2010_   %hno-2010^  %Nno-2010]  $no-2010\  $] no-2010[  $E+no-2010Z  $ M? =pX7miY } $ /$ @\(\ =_miElectoral alliance with Compromís (Commitment Coalition) (Electoral alliance with Bloc (Valencian Nationalist Bloc), Iniciativa (Initiative of the Valencian People), Verds (Greens-Equo of the Valencian Country) and People of Compromís (Gent). X Y $ .$ @ Q(miElectoral alliance with Podem Catalunya (We Can Catalonia), Barcelona en Comú (Barcelona in Common), Iniciativa per Catalunya Verds (Initiative for Catalonia Greens) and Esquerra Unida i Alternativa (United and Alternative Left).SW s $ -@miElectoral alliance: Democracia i Llibertat (Democracy and Freedom ) with Democrates de Catalunya (Democrats of Catalonia) and Reagrupament Independentista (Independence Rally). qV + $ ,$?zG;2miElectoral alliance with Podemos Galicia (We Can Galicia), Anova (Anova-Nationalist Brotherhood), Esquerda Unida-Izquierda Unida (United Left of Galicia), Marea Galega (Citizen Meeting for a Galician Tide), Marea Atlántica (Atlantic Tide), Compostela Aberta (Open Compostela), Ferrol en Común (Ferrol in Common) and Ourense in Common.U  $ +? =pUcmiT   $?Q?VmiS  $Q?333333miR  $ @Q $miQ  $v@ \(\miP  $ G(@+(\5imiO  $ H*@)W =p0miN  $Z@6\(TdmiM  ${@  $@8 =p7ޢpkw!=  $@B=p W'Gpkw<  $&? =p tbafs;   $ '?(\))bafs:   $ '?zG{bafs9   $ bafs8   $?QTFbafs 7  $?bbafs!6  $Z@bafs!5  $@ffffff4bafs!4  $4@QǠbafs!3  $ @=p =bafs!2  $@'L{bafs 1  $!@0ffffffObafs 0  $#+@2 =p?bafs!/  $A@=c =p Ngbafs.  $ &no-2010"-  $D?no-2010",  $ &? no-2010 +  $?p =qceoc *   $@ >ceoc!)  $ @ =p }ceoc!(  $(,@3\(4Ўceoc!'  $c@? =pUtceoc"&  $p@C(\iceoc%  $?ffffffcne$  $ %? =p cne#   $? =p %cne "  $@!Qcne !  $-@%(\)h!cne  $V@@\)cne  $$cnee  $k@CQcneElectoral alliance: Portugal Ahead (Portuguese: Portugal à Frente)   $ $@Gz^jmig   $u @ p =qYmig   $+ @ Qmig   $ * @\(\cmig   $f@333333@mig  $-$mig   $:@Q5mig   $,@\(ʽmig  $/K@<Imig!  $8@AG{cmig  $5 Vrose  $ $no-2010  $ $no-2010  $ $no-2010H S $ @0Qkno-2010Electoral alliance: National Front %  $ $@9\(&fno-2010#  $  ?=p =2Lmackie$  $ >@#\(Vno-2010$  $ H@+# =pno-2010  $0no-2010$  $@# =p no-2010$  $ @ =pno-2010$  $ 5@'p =q%no-2010p ! $@1(\%no-2010Includes votes cast for Independent Socialists (Socialistes Independants)$  $h@4no-2010%  $ @A0/no-2010  $0no-2010_  $ "@ (\)QymackieInformation about seats available only in Mackie/Rose1991. $  $ O@&# =p Yno-2010$  $ X@,ffffffdRno-2010&  $ $3@Q+no-2010o~ ! $C@7\(\no-2010Includes votes cast for Independent Socialists (Socialistes Independants) $}  $j@1 =q]no-20103| ' $ @6\)+no-2010Electoral alliance: National Bloc (Bloc National) with Republican Gathering (Entente Republicaine) and National Concorde (Concorde National)${  $ "@ =p no-2010#z  $ @#p =q no-2010$y  $ I@.ǮzH:no-2010$x  $ `@0\no-2010ow ! $g@0\(no-2010Includes votes cast for Independent Socialists (Socialistes Independants) %v  $@2&fffffYLno-2010%u  $ @2 =p;kno-2010t  $0no-2010#s  $ !?\(Vno-2010%r  $ @1nzGwno-2010$q  $ @\(\Drno-2010$p  $ i@&Gzno-2010#o  $ @(QPno-2010$n  $K@*L!no-2010m s $ "@4s33333ZXno-2010Electoral alliance AR (Rep. Dem. AlIiance) with Democratic Republican Alliance (Alliance Republicaine Democratique)$l  $ [@2Qrno-2010$k  $ @\(\no-2010$j  $ u@0\(pno-2010$i  $-@=p =8no-2010%h  $ @,=p = no-2010+g ' $ @=G{&)frpo, no-2010#f  $ @\(\?no-2010$e  $K@$GzH no-2010$d  $ @ =p no-2010$c  $ '@ffffff no-2010$b  $ k@=.zG'>no-2010!a  $l @ffffffYessex$`  $ 4@\( no-2010$_  $5@#fffff ano-2010$^  $~ C@,Qno-2010%]  $}@<zH&`8no-2010$\  $|@&QDsno-2010$[  ${ @(\)Hno-2010%Z  $z @5p =no-2010$Y  $y J@70 =q!no-2010$X  $x "!@Q{Tno-2010W S $wx@1Qono-2010Includes votes cast for Socialist Republicans and Independent Socialists (Socialistes Independants)$V  $vc@2 =p no-2010$U  $t @ =pXno-2010$T  $s !@\(\no-2010$S  $r L@)\(no-2010$R  $q @ =p 'no-2010$Q  $p "%@Qhno-2010%P  $o@3.zGno-2010%O  $n@4\(`no-2010&N  $m$jH@.Qno-2010&M  $l "$j8@p =q l8no-2010&L  $k$jm@,fffffno-2010XK s $j@3(\no-2010Electoral Alliance: Popular Front (Front populaire)J  $iUI  $h H  $g G  $f F  $eb E  $dc D  $cV C  $bY B  $a[ A  $`\ @  $_] ?  $^_ >  $]?GzHbef-7!=  $\?əbef-7V<  $[bef-7Candidates without party affiliation won three seats, Independent Labor (Ind Lab) won three seats, National Socialist Party (NSP) won one seat, Independent Conservative (Ind C) won one seat.;   $ZUd fno-2010:   $YU  fno-20109   $XUJ fno-20108   $WU  fno-20107   $VfWno-20106   $U Wno-20105   $TJWno-20104   $S Wno-20103   $Rd no-20102   $Q  no-20101   $PJ no-20100   $O  no-2010/   $Nfno-2010.   $M no-2010-   $LJno-2010,   $K no-2010+   $JY no-2010*   $IYdno-2010)   $HY no-2010(   $GY no-2010'   $F .no-2010&   $Ef.no-2010%   $D .no-2010$   $CJ.no-2010#   $Bx  no-2010"   $Axd no-2010!   $@xJ no-2010   $?  no-2010  $>3 7   $=3 7no-2010   $<3J7no-2010   $;J no-2010   $:c no-2010  $9b"  $8#@)333333Ȋmackie"  $7d@I1R!mackie#  $6@!(\)pmackie"  $5v@ :mackie#  $4$@7 =poOmackie"  $3#@-QRmackie"  $2h@Hmmackie"  $1@Gzkmackie"  $0v@QFlmackie#  $/$@6\(imackie"  $.#@1zGsmackie"  $-i@ItzGmackie"  $,@Q\-mackie"  $+v@ \(8Nmackie#  $*#@4Q?Emackie"  $)#@3Q8mackie"  $(r@H(\mackie"  $'@imackie"  $&v@ 3333331Bmackie#  $%&@3# =p+mackie"  $$#@$mackie"  $#p@L33333Nmackie"  $"@\(b6mackie"  $!v@\(\#mmackie#  $ %@5\(mackie"  $ @\(bdmackie"  $v@ (\)Amackie"~  $#@>Qjmackie"}  $g@DkQ5mackie#|  $*@0u\(K0mackie#{  $3?陙qvalgside"z  $ @hno-2010"y  $ @TOno-2010"x  $?B}no-2010&w  $q?(\):ibzRealist.v   $f$9kvfu   $ $9kvft   $J$9knrs   $c$9knr%r  $  @333333Tvalgside%q  $2@3333330valgside%p  $E"@3 tvalgside%o  $%@5 Qrvalgside%n  $ x @ valgside%m  $ l@@zvalgside%l  $ N@ 333333valgside%k  $ @fffffftvalgside%j  $ ]/@:L valgside i  $w?\(s"tuik h  $#@zG{{tuik!g  $P@0J=p rtuik!f  $ P@*=p =\qtuik#e  $@833333tuik#d  $@Do\(tuikc  $wilson!b   $n@ffffffDTwilson#a  $ @;Rwilson#`  # 2@MU\(Mwilson_  # wilson#^  # @4RO wilson#]  # /@I\(K%wilson\  #wilson![  #n?zG{'wilson#Z  # @=Qwilson#Y  # :@J\(LwilsonX  #y2"W  #_?ᙙ no-2005"V  #^? =p8uno-2005$U  #]@333333ano-2005$T  #] {@=p =no-2005$S  #] @@6Gz |no-2005#R  #\?zGZno-2005$Q  #\ {?(\)"no-2005$P  #\ @!fffffN(no-2005#O  #[?Rno-2005$N  #[ {?zGno-2005$M  #[ @zGno-2005#L  #Z?cpno-2005 sP- ~~~n~J~&~}}}}u}R}/} ||||~|[|6|{d{A{zzzzzmzJz*zyyyyyyTy1yxxxxx\x9xwwwwwcw>wvvvvvjvGv"uuuuuquMu*uttt`t;tsssssgsCsrrrrrnrKr+rqqqqq]qDq"pppppvpSp3pooooo~o\o9onnnnnmnLn'nmmmmimCmlllll=lkkkkk}kVk/kjjjjljEjiiiidiNhhhhhh\h9hggggghgEg"ffffffcfDf$feeeeefeFe&edddddidId)d ccckcKc+c bbb_b?b aaH`````a`A`"`_____e_F_&_^^^^^g^H^)^ ]]]]]i]J]+] \\\\\j\G\$\[[[[t[R[0[ZZZZiZJZ+Z YYYYYrYRY2XvXVX6XWWWWWzW[VVVV VUUUUUlULU,U TTTTTmTNT/TSSSSSqSQS3SRRRRRyRYR:RQQQQQQbPPPP`P@P POOOOOeOFO'ONNNNNkNLN-N MMMMMnMNM/MLLLLLsLTL5LKKKaKBJJtJVJ7JIIIIIIcIEI%IHGGGyGYG9GFFFFF\F=FEEEEEEaEBE#EDDDDDjDLD/DCCCCCuCWC9CBBBBBB@@`@@@ >~<<&%%%%%l%J%&%$$$$r$8$#####f#C# """"i!_ G $ruR/ _=$ eC!pX0hE"~\:dzS='f~hS7C oQ;oV='R1xbK( | Z 7  x V 4  j G $  _ F - K 1 jE$  )E ) % )Ebec, parline"  )FU)?\(3osce ~  )F?(\))osce}   )F 6?(\)Bibz|   )Fh?Tibz{  )F 4@zGibz z  )F @ =p_ibz2y / )F @\(ibzElectoral alliance: Green–Left Coalition (Zeleno–lijeva koalicija) with New Left (Nova ljevica; NL) and Workers' Front (Radnička fronta; RF)x  )& N' w  )F 7@\(:ibzv  )F)ibzFu W )F @%ǮzHibzElectoral alliance with Croatian Conservative Party (Hrvatska konzervativna stranka; HKS), Bloc for Croatia (Blok za Hrvatsku; BzH) and Green List (Zelena lista; ZL)t  )F)ibzs  )FV)ibzr  )F[)ibzq  )F)osce^p  )F)@7GzSosceElectoral alliance: Restart Coalition (Restart koalicija) with Civic Liberal Alliance (Građansko-liberalni savez; Glas) and Damir Bajs Independent List (Damir Bajs Nezavisna Lista; DBNL)o  )FW)ibzn  )FN)ibzm [ )FB@BGz yibzElectoral alliance with Croatian Demochristian Democratic Party (Hrvatska demokršćanska stranka; HDS)l  ) + k  )E !@"(\)-bec j  )E V7@.p = bec i  )E]@90 =qAbec h  )E`n@  )},=  )y0(i<  )w0v(d;  )v0 H(d\:  )u6 essexVacant seats in SMD elections with turnout below required threshold.9  )t4( 8  )s1? =p}7  )r526  )q# '5  )p#"'4  )o#'3  )n>{!2  )m U? =p tvaalit1   )l @3 0   )kB?QR-xvaalitj/  ? )jAMP Ferenc Horvath representing Slovenia's Hungarian community won in a separate election.h.  9 )iMP Felice Žiža representing Slovenia's Italian community won in a separate election.-  )h "mchale,  )g "mchale+  )f*  )e&')  )d&V'(  )c&''  )b:(&  )a: )(%  )`: ($  )_B)]#  )^B )]K" [ )]B@QRknessetElectoral alliance: Labor-Gesher-Meretz$!  )\B @\(1knesset  )[ 'E  )Z 'E  )Y 'E  )X7 (  )W7 (  )V7 (  )UB )K  )TB )K  )SB )K$  )RB@\(1knesset$  )QB@Q0knesset$  )PB @\(bUknesset  )OB%)Lknesset  )NB6)Lknesset  )MB 1)LknessetB I )LB@)W =p߃knessetElectoral alliance: Joint List$  )KB !@: =pknesset$  )JB$@=u\(knesset  )IA @p =qJssr  )HA @zG{Xssr  )GAT@ffffff&ssr  )FA0@ GzHd#ssr  )EA/@333333ssr  )DA@ ssr   )CA @zGssr   )BA @Gz.ssr  )AA )@ssr  )@A @ =pLssr   )?AJ@Gzssr   )>A ?@ zG{ssr   )=A&@2J=p  Dssr   )<A5@9Q ssr#   );@ =?\( elec-irl$   ):@ ?ffffffgelec-irl~  )9@ )8%}  )8@ @ =p Lelec-irl|  )7% (irti%{  )6@ ;@333333elec-irl%z  )5@>@Qu^elec-irl%y  )4@% @Q`/elec-irl$x  )3@@(ffffffqelec-irl%w  )2@q#@4(\elec-irlvv - )1@&@6.zGcelec-irlSeats include speaker of parliament (Ceann Comhairle), re-elected automatically.%u  )0@%@8zH,elec-irl t  )/?t@ \(R\aecs   ).? F?QSaecr   )-??\(\haecq  ),?@ =p;aecp  )+?@ p =quqaeco   )*?@$aec n  ))?D@@QH aec"m  )(?)% @ =p ̹aec"l  )'?)%@!W =pݱaec"k  )&?)%,@;p =<ߜaecj  )%?i  )$: D(pkwh  )#: (pkwg  )"> @zG ԡbbcf   )!> ?Gz bbce   ) >@ 5bbc d  )>?׮zGbbc c  )>7?޸QVbbc b  )>?=p =]bbc a  )>??QRbbc `  )> @'8g#bbc _  )>0@ =p  bbc"^  )>@@zGhbbc"]  )>m@EУ =qsbbc/\ ) )=?׮zGZboePartido Regionalista de Cantabria (Regionalist Party of Cantabria) 68,830 votes (0.28%); ¡Teruel Existe! (Teruel Exists) 19,761 votes (0.08%)[  )= M?zG}boeZ  y )= /)?\(\boeElectoral alliance with Bloc Nacionalista Valencià (Valencian Nationalist Bloc), Iniciativa del Poble Valencià (Valencian People's Initiative), Verds Equo del País Valencià (Greens Equo of the Valencian Country) and Más País (More Country).qY Ug)= ?\(\eboeElectoral alliance with Equo (Equo).Electoral alliance: More Country (Más País) X  )= ?QRĻboeVW y )= @ Gz YkboeElectoral alliance with Sobiranistes (Sovereigntists).;V = )= ,)?\(GboeElectoral alliance with Podemos (We Can), Esquerda Unida (United Left Galicia) and ANOVA – Irmandade Nacionalista (Anova – Nationalist Brotherhood).U  Y )= .)@zGa5Electoral alliance with Podem Catalunya (We Can Catalonia), Barcelona en Comú (Barcelona in Common), Iniciativa per Catalunya Verds (Initiative for Catalonia Greens) and Esquerra Unida i Alternativa (United and Alternative Left).XT y )= H)@# =p$XboeElectoral alliance with Izquierda Unida (United Left).S  )= boeR   ) =?ֈboe Q  ) =?QRboe P  ) = ?=p =boe O  ) = +?=p =   (;?G bafs=   (;&?^Qbafs<  (;t? =p bafs!;  (;@*ffffffbafs:  (;9?zG{bafs9   (;(bafs8   (;?cSbafs7  (;?У =p^bafs!6  (;Z@ =pčbafs!5  (;5@9 =p w7bafs 4  (;#'@0 =p:@bafs!3  (;@&\(5bafs 2  (;@.8QbafsV1   (:(Confederation of the Polish Crown (Konfederacja Korony Polskiej) 0  (: ^(/  Y (: *@=p =-Electoral alliance: Confederation Liberty and Independence (Konfederacja Wolność i Niepodległość).   (:?\(}^-  (:(,  (: ((+  (:P(S*  y (:@!Electoral alliance: Polish Coalition (Koalicja Polska))  (: ((  (: (E' W (:u@)Q#fJpkwElectoral alliance: The Left (Lewica)Y&   (:@;ffffffM7Electoral alliance: Civic Coalition (Koalicja Obywatelska)a%  (:@E˅QzpkwInformal electoral alliance: Zjednoczona Prawica (United Right)$  (9 ?Qcne#   (9 ?cne"   (9 ?scne!   (9 F?=p =lcne  (9@ Qkcne   (9@\(_cne   (9 @ =pcne   (9-@$Qucne   (9O@=0 =q0cne   (9l@CG{ Gcne   (8@+ !bmi  (8 [?ffffff\Qbmi   (8@ 3333334bmi  (82@0333333 :bmi   (8(@5333333pbmi I (8G@BMbmiSebastian Kurz List – The New People's Party (Liste Sebastian Kurz – Die neue Volkspartei)  (7 (z  E (7@\(\Electoral alliance: Democratic Union with Meretz, Green Movement and Israel Democratic Party@ M (7@333333?.cecElectoral alliance: Labor-Gesher  (7M(  (7(  (7 (: A (7 @zG{/cecElectoral alliance: Yamina  (7%(  (76(  (7 1(> I (7 @%333333,cecElectoral alliance: Joint List  (7 ?zGFcec   (7@=p =cec   (7@\(cec   (7 @\( cec   (7 @9cec   (7 !@933333cec K ( ,'C?QmiElectoral alliance with Podemos (We Can), Esquerda Unida (United Left Galicia) and Equo (Equo). s ( .'C@Gz aRmiElectoral alliance with Podem Catalunya (We Can Catalonia), Barcelona en Comú (Barcelona in Common), Iniciativa per Catalunya Verds (Initiative for Catalonia Greens), Esquerra Unida i Alternativa (United and Alternative Left) and Equo (Equo).h  ( H'C!@&+miElectoral alliance with Izquierda Unida (United Left) and Equo (Equo).: A (?QnmiCoalició Compromís (Commitment Coalition) 172,751 votes (0.66%); Partido Regionalista de Cantabria (Regionalist Party of Cantabria) 52,197 votes (0.20%)  ('~  (U%x}  (U%|  (U{  (m%6z  ( my  (ox  (. @zG{Ow   (5J(knrv   (5c(knru   (5f(kvft   (5d(kvfs  (5b%r  (5 @Vvalgside%q  (52 @lvalgside%p  (5E+@7ffffff 1valgside$o  (5 ?valgside%n  (5@!ffffff!valgside$m  (53?333333valgside%l  (5x@ffffffA^valgside%k  (5l@'valgside%j  (5 @333333Evalgside%i  (5N @ffffffvalgside%h  (5@!333333Jvalgside%g  (5]0@9fffff valgsidef  (6u? =pmige  (6 $?\(\Bmigd  (6,@p =qOmig c  (6 @ Qmig b  (6 @ /mig a  (6f@333333Kmig`  (6 g(migg_  (6:@ 3333337mig Electoral alliance: Movement for Change (Kinima Allagis) with Panhellenic Socialist Movement (Panellinio Sosialistikó Kínima) and Movement of Democratic Socialists (Kinima Dimokraton Sosialiston) ^  (68V@?zH-mig ]  (6/@C"Zmig\  (! ?\([  (% @=p =kZ  (% =@\(Y  (+ *@333333 zX  (# P? =pO_W  (# ?p =qSCV  (# ?GzYU  (?333333bwlT  (,(<S  (,(<R  (+ (9Q  (+(9P  (+u(9O  (+ )(9N  (!'M  (w umackieL  ( nmackieK  (s KmackieJ  ( miI  (/((H  (. ($G  (3U'F  (&'E  (~&(|/D   1 (|&@! =p eElectoral alliance: Croatian Sovereignists (Coalition Hrvatski suverenisti) including Croatian Conservative Party (Hrvatska konzervativna stranka)C  ({) @GzgsB  (z)?=p =7A  (y)@yC@  (x).@$zG$?  (w)@5 >  (v)@QR=  (u)@5p =qn<   (t)@(aGzUD;   (s)6@2\):  (r% ;?\(\Ok9   (q%@/zG{8   (p%@'\(\7  (o%%@&p =^6  (n%>@ Q 5  (m%q@= =pI4   (l%@0<3  (k0 M?QzV2   (j0y?Q+Electoral alliance with Commitment Coalition (Coalició Compromís), More for Majorca (Més per Mallorca), En Masse (En Marea), Aragonese Union (Chunta Aragonesista), New Canaries (Nueva Canarias), Castilian Party (Partido Castellano), Caballas Coalition (Coalición Caballas), Coalition for Melilla (Coalición por Melilla), Andalusian People's Initiative (iniciativa), Andalusian Left (IzA) and The Greens of Europe (Los Verdes de Europa).1  (i0@QR+Electoral alliance: Republics Now (Ahora Repúblicas) with Basque Country Unite (Euskal Herria Bildu), Galician Nationalist Bloc (Bloque Nacionalista Galego), Asturian Group (Andecha Astur), Puyalón, Canarian Nationalist Alternative (Alternativa Nacionalista Canaria), National Congress of the Canaries (Congreso Nacional de las Canarias) and Unity of the People (Unidad del Pueblo).0  (h0 L@ =pD/  (g0 -@(\)C.  (f0 G@(W =p)1-   u (e0Q@\( Electoral alliance: Coalition for a Solidary Europe (Coalición por una Europa Solidaria) with Canarian Coalition-Canarian Nationalist Party (Coalición Canaria–Partido Nacionalista Canario), Commitment to Galicia (Compromiso por Galicia), Proposal for the Islands (Proposta per les Illes), Valencian Democrats (Demòcrates Valencians) and Yes to the Future (Geroa Bai).h,  ! (d0 @$# =p"wElectoral alliance with We Can (Podemos) and United Left (Izquerda Unida).+  (c0 @4&fffffD%*  (b0@@nzGpt=)  (a' @3333335(   (`'@\(sj'   (_' X@( =p&  (^' @ffffffPs%  (]' >@Q\$  (\'@\(\b#  (['L@1s33333B"  (Z' @0ffffff/!  (Y'@:=p =!  (X( ?=p =7  (W( ?p =qA  (V( J?Q^O  (U(@(\)o  (T( @Gzt   (S(@ =p  (R( @   (Q( @  (P( K@QS   (O(@   (N( @ =p @U   (M(@\(\D   (L(E@!G{[  (K(@)Qi  (J(@/\(   (I(@3p =ˠ  (H*x@ \(\ .  (G* @=p =  (F*@K%Q'  (E*@B333333  (D, ?񙙙p>  Q (C, ?XElectoral alliance: Enough (Basta)  (B, F?\(\  (A, @9   (@,@ =p5   (?,@!7  (>,@7   (=, @AzG  (<,@ =p{=  (;,-@%333333  (:+ A? =p)*  % (9+@C<(\P Electoral alliance: European Coalition (Koalicja Europejska) with Civic Platform (Platforma Obywatelska), Modern (Nowoczesna), Democratic Left Alliance (Sojusz Lewicy Demokratycznej), Polish People's Party (Polskie Stronnictwo Ludowe) and The Greens (Partia Zieloni).  (8+ @=p = _  (7+ (@ Q ~  (5+@F =q^~}  (4/S@\()|  (2/ ?\(,{  (1/ ?333333z  (0/ l@.Gz"y  (// n@Qyx  (./ !@zGKw  (-/ ?Qv  (,/@ =p Ku   (+/@&=p =ut  (*/3@zGjs  ()/@2\)_P*r  % ((/@:@FElectoral alliance with Slovenian Democratic Party (Slovenska demokratska stranka) and Slovenian People's Party (Slovenska ljudska stranka).q  ('. @Vup  ; ($. @4(\oElectoral alliance with TOGETHER – Civic Democracy (SPOLU – občianska demokracia).o  (#. ?@ =p|`n  (".J@(# =pm  (!.T@Qcl   ( .@zk  (./@ =p!j  (.@/p =q]ti  (.0@\(\h  (.@#=p =rwg   (.@#aGzudf  (- ?\(=e  (- ? =pɕd  (- ? =p c  (- V@6\(\b  (- @\(a  (- [@ =p x`  (-@ =p Fi_  (- @;%^^  (- W@p =q]  (-`@6#\  (4 @ QR[   (47@p =qZ  (4 c@#(\AY  ( 4 d@\(c X  ( 4@p =q&W   ( 4X@\(\\V  ( 4@JGzHU  ( 4@0 T  ($?zGS  ($ ? =pR  ($u?333333@Q  ($ *?QROP  ($ $?\(c/O  ($ @QN   ($ @Q;M  ($,@zG{5L  ($f@ffffff K  '$:@GzJ  '$8@7kI  '$/@@\(H  '3 ?333333!G   '3 %@ QR$Electoral alliance with Citizens's Alliance (Symmaxia) and Ecological and Environmental Movement (Kinima Oikologoi Perivallontistoi) F  '3 @ffffff)E  '3@ ZD   '3@%(\)tC   '3S@+dB  '3<@;}p =-A  '3'@=Q>@  '2 [?G?   '2@ 0>  '2@,333333=  '22@1333333 <  '2@7fffff ;  '2@ALd:  '#?QQ9  '#?ffffffW8  '# M@ \(7   '#9@=p =6  '#@p =q15  '#@04  '#@8B\(<03  '#@?R C2  '"? =p 1  '"@33333340  '"@ /   '"@ =p.   '"@R-   '":@=p =T,  '"@=p =@+  '"@=p =**  '"@"W =p l)  '"V@$# =p X(  '"b@#zG{ '  '"@( `&  '"@,W =p%  '& ?ffffff:$  '& ? =pKq#  '& D?QR"  '& @(\)T!  '&h@m6  '&U@GzHo   '& @zG{zElectoral alliance with Indepedents for Croatia (Neovisni za Hrvatsku) and Croatian Party of Rights (Hrvatska Stranka Prava)  '& @  '& 7@zGQ]   '&[@\(Electoral alliance: Amsterdam Coalition (Amsterdamska koalicija)   '& 4@ =p   '& @\(K  '&@2\(  '&@6Ql  '! @ =p ܁  '!@m   '!@\(  '!@\(  '! ^@"GzHN8  C '!@'L6Electoral alliance with Tradition Responsibility Prosperity 09 (Tradice Odpovědnost Prosperita 09) and Mayors and Independents (Starostové a nezávislí)  '!@+fffff \  '!=@-zGC5  '!@5.zGG  ' @P  ' @ )  ' ?  ' =@$  ' @7L.?   ' @)ffffff   ' q@,  ' q@:333333Tx>  K '?ffffff bwlVolt Germany (Volt Deutschland)   ' Y@333333 bwl   ' ?bwl   '?ffffff-bwl   '-?ffffffFbwl   'a?fffffffbwl  ')@ O/bwl   '@2bwl"~  ')@333333#{bwl }  ' @&>bwl |  '@_qbwl {  '@4u$bwl z  '.@/ZHbwl#y  '()@6Ŀbwlx  ' ?Q w  '?QIv  ' @GzHzZu  '@Qt  '@)s  ' @ (\) Qr  ' _@ zG #tq  '@\(i"p  ' T@=p =Do  '@ \(Mn  'i @*\(.m  ' S@6kQMl  '@7W =pPk  '?+j  ' @Gz i  'k@1\(Eh  'j@\(Vg  '@A!Gzf   '?\(+ie  '@\( {d  'T@!\(#9c  '~@6p =\}b  ' ?Gza  '@QRl`  ' R@%Q 1_  ' Q?񙙙^   '=@GzHH]  '@ =p =\  '@-GzH H[   '@zG_ Z  '@% $Y  '@3\(X  'e@ \(ӈW  'Y@\(\<V  '@(\(\ 7seU    ' ?333333Alliance (APoNI) took 1 seat with 18.5% of the vote in Northern Ireland.nT   / '??ffffff?Democratic Unionist (DUP) took 1 seat with 21.8% of the vote in Northern Ireland.dS    '?ffffffSinn Féin (SF) took 1 seat with 22.2% of the vote in Northern Ireland.R  ' @ 333333Q  ' @?PP  ' @,333333#jO  % '@ yScottish Nationalists (SNP) took 3 seats with 37.8% of the vote in Scotland.N  '@ ffffffaM  '@"333333=L  '~@4L3atK  '}@(333333]J   '|7?XPlaid Cymru (Plaid) took 1 seat with 19.6% of the vote in Wales.I   '{1|@QH   'z1r@333333NG  'y1@!=p =uF  'x1@%\(ԙE  'w1@' =p L2D  'v1 @.zG C  'u1@0zG B  't1@7zG{A  's@\t@   'rI@333333?   'q @o>  'p&@0x=  'o@-333333S<  'n^@4,;  'm@+:  'l^@+Ƶ9  'k @ 333333k$8  'jl@*ffffff_7  'i]@5 6  'hE@7 5   'g@%4  'f@ 3   'eN@02  'dx@1   'c2@Q_0  'b@$333333= /  'ab@"Q Wibz .  '` @ =pzibz -  '_:@ffffffPibz ,  '^ @!=p =ibz +  ']@\(Kzibz *  '\ @!ǮzH 1ibz )  '[@'fffff \ibz (  'Z@0zHCibz'  'Y?\(%Xibz &  'X@=p =9ibz %  'W@ ibz $  'VV @!zGibz #  'U @\(Zibz"  'T M?mi!  'S%'RO c 'R6@ =p12knessetElectoral alliance United Arab List–Balad  'Q 1'PE O 'P@\(knessetElectoral alliance Hadash–Ta'al#  'O ?zG#knesset#  'N @Qknesset#  'M @ \(fknesset$  'L j@ QRTknesset$  'K@ =p c9knesset$  'J @ nknesset$  'I@ =p knesset$  'H@Qknesset$  'G@Qknesset$  'F@\(knesset$  'E #@:!Gz-knesset$  'D#@:u\(fknesset  'C mi  '@ ?=p =tmi  '??\(mi  '> +?zGmi  '=Q?(\)mi  '< -?\(miU y ';@Q~;miElectoral alliance with Sobiranistes (Sovereigntists).  ': L@$Q(ٵmi  '9 G9@/Q?mi  '8B@033333Bwmi  '7{@<zGr%mi#  '6@333333Pvaalit#  '5I @!xvaalit#  '4 @ ffffffנvaalit#  '3&@'gvaalit#  '2(@133333Vvaalit#  '1^&@1vaalit#  '0'@18vaalit"  '/^@+wvaalit~  '. i?333333=vvk}  '- ?333333vvk|  ',?'vvk{  '+ @_vvk z  '* @#ׇvvk y  ')= @&vvk x  '(@1Wvvk w  ''q@7Rvvkv  '&q"@@zGcvkg  ' X+cvk f  'L@3Qcvke  ' @ =p V>cvk d  ' @&(\)k#cvk c  ' @+W =pcvkb  '@ \(icvk a  ' >@1zHT val`  '@ =p\ _  'r@ 6val ^  'd@  &d@0(\[@Owid"=  & &?ٙ=wid!<   & &?(\)ywid ;  & ?zGwid :  & ?У =pzSwid!9   & &?333333ewid 8  & ? =p  lwid"7  & @B\(Ѿwid 6  & %@!9wid"5  & &?Gz"wid 4  & @ 333333Lwid 3  &K@(\(Ewid 2  & ?(\)Xwid!1  &.@5zGytwid 0  &Y@, =pPLwid /  & @ =p Awid".  & &?\(o,wid"-  & &?޸Qwid ,  & @333333ɱwid +  & ? =p·wid *  & @\( 1wid )  & ?QMwid(  & k@2@af '  & )@Q%wid &  & @p =qwid %  & @ wid $  & D@'B\(>Fwid #  & @ QXwid""  & .@8zHwid !  & M@*B\(Fwid  & ?Gzcwid+  & &?QwidElection result is the sum of the result of the list VRP and VRP [DDP], the latter was connected to the Reichswahlvorschlagl of the DDP.   & ?\(wid"  & &?Gzwid   & ? |wid"  & &?zG{wid   & @ =p ,Rwid   & @ =p \wid   & I@,B{wid   & -@!kQ(wid   & @ (\)XLwid   & =@'\(78wid   & @=p =wid"  & .@=\(wid   & 6@%=p =1wid   & ?Qwid   & @QR @wid!   & &?QRwid!   & &?У =p4iwid"  & &?widO k & ?ffffff9OwidElectoral Alliance: Rural Federation (Landbund)"  & &?\(\owid  & @ ڋwid  & g@4zG{^wid   & 3@$# =p.Dwid   & @ QRwid   & E@+Q>ywid   & @\(\Pwid!  & .@:QxUwid >pZD.~~~~~t~N~)~}}}}r}N}*} |||||_|<|{{{{{s{Q{/{ zzzzmzEzyyyy~yVy.yxxxx]x9xwwwwwgwDwvvvvdvLv3vuuuuu^u7uttttttMt7t!t ssssbsLs6s rrrrreqqqqqqdqBq)qppp_pFooooo`o>0  +c @Jmig /  +c $@ \(\mig .  +c U @ dmig -  +c @\(Cmig ,  +c V @Qmig +  +cf@\(Hmig *  +c: @'zG lmig )  +c8/@1zG0mig (  +c/@DGzH Fmig'  +b U@333333mig&  +b @ =p ]mig%  +b $@333333:mig $  +b @mig #  +bf@mig "  +~b:)@' QFmig !  +}b8G@433333mig  +|b/@Dffffff$mig  +xa R@ hp!  +wa Q+q@ffffffUhp!  +va P+u?333333Xhpj ! +ua O=@!ILhpElectoral alliance: Labor and Freedom Alliance (Emek ve Ozgurluk Ittifaki)!  +ta +r+@#ffffffPshp!  +sa+q2@$ShpZ { +ra+r@9LpChpElectoral alliance: Nation Alliance (Millet İttifakı)Z  +qa @A'hpElectoral alliance: People's Alliance (Cumhur İttifakı)  +p`+m  +o` K+m  +n` <+m2 1 +m` @QܡcikElectoral Alliance: The Left! (Levitsata!), including Bulgarian Progressive Line, Normal State, and BSP splinter faction led by Valeri Zhablyanov.  +l` N+f  +k` +jf  +j`@!QrzcikElectoral Alliance BSP for Bulgaria, including Trakiya Political Club  +i`9+f  +h` 6+f  +g` 5+fR q +f` @@7=p z cikElectoral Alliance PP including the Green Movement  +e`  @Q#cik  +d` 7@p =q.lcik  +c` P%@+(\)wcik  +b`$@*\(\N4cik   +a`E@9c =p 8cika  +`_?:vaalitLiberaalipuolue-Vapaus valita (Liberal Party-Freedom to Choose)"   +__ @333333$vaalit#  +^_@vaalit#  +]_I @333333 vaalit#  +\_ @ffffffU>vaalit#  +[_& @Rvaalit"  +Z_^@&Uvaalit#  +Y_^0@4 vaalit#  +X_.@4 yvaalit#~  +W_+@3fffff lPvaalit}  +V^ M@ffffff6vvk|  +U^ L@3333339 vvk{  +T^?vvk z  +S^=@ ffffffvvk y  +R^ @"vvk x  +Q^ @*=vvk w  +P^q@.lFvvk v  +O^@0~vvku  +N^q%@?333333vvkt  +MY9-s # +LY ?Qcamera, mdiNoi Moderati (Noi Con L'italia, Coraggio Italia, Udc, Italia Al Centro)-Maie according to composition in parliament (see camera.it).r  +K[ K*cvkq  +J K'p  +I J'o  +H'n  +GX'm  +F?Xl  +E?k  +D? Kj  +C? Ji  +B KUh  +AUg  +@ JUf  +?XUe  +> KDd  += JDc  +<4 J b  +;XDa  +:D`  +9] 1+'_  +8L I*^  +7] I+&knesset]  +6] +&knesset\  +5]+-knesset[  +4] +-Z  +3Y)?Gz&+mdiY   +2\f+.folketingX   +1\d+.folketingW   +0\J+.folketingV   +/\c+.folketingU  +.\b T  +-]@QFcec S  +,] @ cecR  ++]? =p cecQ  +*]%@GzHycecP  +)]@ GzHM cec O  +(]@ Qxcec N  +']@/cec M  +&]M@%zGvcecKL  y+%]{+#cecTwo seats won by candidates without party affiliation.K  +$] +#cecbJ  +#] @"(\)bcecElectoral alliance: National Unity Party (HaMaḥane HaMamlakhti)%I  +"\ H@ 333333`Lvalgside#H  +!\ ?|+valgside%G  + \x@@valgside%F  +\ @ ffffff?valgside%E  +\2 @ffffffvalgside%D  +\E@*.valgside%C  +\@lvalgside%B  +\ G@"valgside%A  +\l@ yBvalgside%@  +\ @ valgside%?  +\N @valgside%>  +\@ffffff +valgside%=  +\]2@;valgside <  +]@QBcec ;  +]6@GzHcec :  +] @1=p Kcec 9  +] @7h\)cec"8  +T F?(\)Rvoltive"7  +T !@Gzyvoltive#6  +T E@Gz;voltive#5  +T D@ \(voltive4  + [ C?zG(ncvk3  + [ B@ Qscvk2  + [ A?#cvk1  + [ @@ \(\*cvk0  + [ @Qnncvk/  +[ +cvkH. q + ?+cvkDevelopment/For! (Latvian: Attīstībai/Par!, AP!) -  + > @(zG5cvk,  +[ X+cvk+  +[ >@Gzcvk*  +[ =?(\)>cvk)  +[L@=p =cvk(  +[@ =p cvk3'  G+[ >*cvkSeats according to wikipedia.V& y *[@&QcvkElectoral alliance: United List (Apvienotais Saraksts) %  *[ @ =pcvk $  *[ < @\(cvk #  *[ @"zGKcvk "  *[ ; @333333cvk !  *[@(Gz cvk  *[@2Qqcvk   *Y?GzmdiG  ] *Y?QR>mdiSouth calls North (Sud chiama Nord, ScN)  *Y :? =pOmdi  *Y 9?ffffff(3mdi( # *Y @(\)!]camera, mdi* # *Y* @ =p -camera, mdi* # *Y*B@!=p %camera, mdi  *Z ?(\)bwcik   *Z 7 @QĠcik  *Z *  *R 6*g  *Z 6*  *R 5*g  *Z 5*f  *Z@"cikElectoral Alliance BSP for Bulgaria, including Trakiya Political Club  *Z9*cik  c *Z N@ؠcikElectoral Alliance Democratic Bulgaria (Demokratichna Burlgariq - Obedinenie) including the Green Movement   *ZC@9TzG cik  *Z @ =pwGcik  *Z P@$\(\cik  *Z 5@4333333cik  *Z$@+Acik( # *Yk4@.(\B!camera, mdi* # *Y *@ =p icamera, mdiD #C *Y~E@3RQcamera, mdiElectoral Alliance Centre-left Coalition (coalizione di centro-sinistra), including the party Civic Engagement Luigi di Maio (impegno civico luigi di maio)* # *YT*,@ 8Q"Icamera, mdi #i *Yjv@:omucamera, mdiElectoral Alliance: Centre-right coalition (centro destra), including the alliance Us Moderates (Noi moderati)W w *T m?333333O7voltiveElectoral alliance with Our future (Naša prihodnost)"  *T "?zGLvoltive"  *T 2?Evoltive"  *T? =pEHvoltive"  *T 1?>voltive; E *X e?(\)ndnseNuance Party (Partiet Nyans) ~  *X@QRval }  *Xr@:val |  *X|@p =q.val {  *X I@4=p Lval z  *Xk@>TzGval y  *X@\(\Fpval x  *X@ =pval w  *XD@3valZv  *U 0?ۅQZcneReact - Include - Recycle (Reagir Incluir Reciclar, R.I.R.)#u  *T l@ \(qvoltivet  *V .*s  *V ,@\(refr  *V @\(\ H:refq  *V#?Qrefp  *V*o  *V )*In  a *V +?refSouvereignist Right (Droite Souverainiste) m  *V *?Srefl   *TAvoltivek   *Tvoltive$j  *T@\(7]voltive$i  *T ()@A9Dvoltive$h  *T n@ =pvoltive g  *Wt @(\) aecf   *W?QR7aece   *W F?aecd  *W?zG#aecc  *W@ =p aecb  *Wx@zG{ 9xaec a  *W@(gaec `  *WM@@J=p H^aec"_  *W* @ :aec"^  *W*@ #aec"]  *W*@7 =p5ryaec\  *Waec[   *V0?333333pref Z  *V? =pref@Y M *V ?zG{r8refRegional Parties (Régionaliste)X  *V*W  *V*V  *Vi*U u *V T@9\)Y /refElectoral alliance: New Ecological and Social People's Union (Nouvelle Union populaire écologique et sociale NUPES) T  *V=@$ =p$+refS  *V*QR m *V S@9Y`TrefElectoral alliance: Ensemble (Ensemble Citoyens) Q  *VY@2zG@ref P  *V @ =p^ref O  *V@ Q frefN  % *SQparlament-hu%M 1 *U*cne, parlamento-pt L  *Uk*?QRncne"K  *U*?ffffffcne J  *U-@zG{cne I  *Ux@E@#"cne H  *U @Q+cne G  *UH@ /9*S@A޸Qovb, parlament-huElectoral alliance Egységben Magyarországért (United for Hungary){"seats_alliance": 57}%= / *S*ovb, parlament-hu%< / *S c* ovb, parlament-hu%; / *SX* ovb, parlament-hu%: / *S7* ovb, parlament-hu 9 % *S*parlament-hu%8 / *S*uovb, parlament-hu.7 / *S @Qovb, parlament-hu6  *S '? =p1ovb5  *S d@ (\)ovb4  *S@K =q.ovb3  *N*]2  *N M*]1  *E?(\)I0  *E?Qbic/  *J %?=p = (tmic<. ? *@?welec-irlIrish Freedom Party (IFP)7- = *~L ?GzHCcecNew Economic Party (NEP),  *}Q $@ffffff=+ ? *|I>?\(kiesraadCode Orange (Code Oranje)*  *{ #? =ptmic )  *zO @ !ceoc(  *xR <*j'  *wR *j&  *vR"*j%  *uR*j$  *tR?GzHncik#  *sR @QRcik "  *rR P @p =qPcik!  *oR N*ncik  *nR9@Q8cik   *mR @# =p Ϗcik   *jR@$kQ)cik   *iR"@*4cik   *hR;@6p = cik   *gR C@9Q Ecik  *fN *W  *eN"*W  *dN*W  *bN <*W  *_N N*Xcik[  *]N@O#Electoral alliance: Bulgarian Patriots (Bŭlgarskite patrioti)  *\N ?Q©cik  *[N P@zG@cik   *ZN  @ =p cik   *YN@%kQvcik  *XN9"@)GzHDcik   *WN$@*ǮzHcik   *VN?@7\( ucik  *UN A@8zG cik  *TQ I@ @mbl  *SQ @1Lmbl  *RQ@)333333bmbl  *QQ>@8ffffffDmbl  *PQ _@*mbl  *OQ@!333333CQmbl  *NQ H@!Embl  *MQ@#Mqmbl   *LP ?񙙙valg;  E *KP?əVvalgPatient Focus (Pasientfokus)!  *JP@ffffffvalg!  *IP@333333ˏvalg!  *HP@ffffffvalg!  *GPf@&valg ~  *FPQ @ffffffzvalg!}  *EP_@'333333Ijvalg!|  *DP@+&valg!{  *CP$@4ffffff DTvalg z  *BPh0@:L "valg!y  *AO(@1޸Q.Tceoc!x  *@O@Qceoc!w  *?O @ =poceoc!v  *>Ow@@=p Wceoc"u  *=Op@@YTɕceoct  *<M@ QcikTs w *;M @q3cikmandate holder for Bulgarian Summer (Balgarsko lyato)r  *9M M*8cik`q  *8M@\((cikElectoral alliance: Patriotic Coalition (Patriotična koalicija)p  *7M P@2Nciko  *6M ?Icik n  *5M @GzMcikm  *3M N*2cikl  *2M9@"fffffcik k  *1M@%Q!cikj  *0M *,i  */M"*,h  *.M*,g  *-M*,f  O*,M+@.QScikIncluded alliance members that met ParGov threshold or had already been included in the data set. e  *+M 3@1\)cik d  **MK@:.zG Kcik$c  *)L6@QRknesset$b  *(L@\(\knesset$a  *'L @\(1 knesset`  *&L~*"_  *%L%*"^  *$L 1*"B] I *"L@GzH>gknessetElectoral alliance: Joint List\  * L *$[  *LM@zG{qiknesset$Z  *L@Q2knessetY  *L *X  *L*W  *L *$V  *L@QGknesset$U  *L@\(\knesset$T  *L @ =p-knesset$S  *L @Quknesset$R  *L @zGhknesset$Q  *L @+(\ ^knesset$P  *L@80 =qGknesset!O  *K?zGVvolby!N  *K @zGCvolby!M  *K &?GzHvolby!L  *K @Q֤volby'K ! *K%@/=p = psp, volbyJ  *K*volbyI  * K* pspH  * K* pspKG !U * K=G@;=p psp, volbyElectoral alliance: Together (Spolu)"F  *K ^@#Qlvolby!E  *K@ Gzvolby!D  *K@ =pvolby"C  *KH@;!Gz?volby B  *J @Gz!mic A  *J @ =p 'tmic @  *JE@(\(l*mic ?  *J @,Qz؎mic!>  )J a'@4Zmic=  )J?QRmic <  )J @?mic!;  )JH@ATzG/mic/:  # )I?GzTkiesraadBIJ1 (BIJ1)$9   )I ?kiesraad%8  )I @\(\kiesraad%7  )I @\(\@kiesraad%6  )I R@zGKkiesraad%5  )I Q@=p =9%kiesraad%4  )I@\(Hkiesraad$3   )I=?QRkiesraad%2  )I@Qkiesraad%1  )I@ \(\+kiesraad%0  )I @Q kiesraad%/  )Ie @Q kiesraad%.  )I@ =p2kiesraad%-  )IY@. =p kiesraad%,  )I@#kiesraad%+  )I@%zG(kiesraad%*  )I"@5޸Q"kiesraad)  )H-?333333 Nbwl(  )H ?\( bwl'   )H "?Qbwl"&  )H)-@zG$ bwl$%  )H()@2fffff/bwl$  )Hbwl#  )H Y?zG bwl"  )H)@p =q5hbwl !  )Hv@-hnbwl  )H'@\("bwl   )H\@&QQ-bwl   )HS@$zGIM>bwl"  )H.@9p =lbwl  )G ?zG{!  )G ?cy-gov  )G ?\(!  )G @\('ocy-gov!  )G @ (\)-cy-gov"  )G @ffffffUHcy-gov!  )G B@zG{ >cy-gov!  )G C? cy-gov"  )GU@ =p=cy-gov"  )G@Gz]cy-gov"  )G@Q^cy-gov#  )GS @&zGcy-gov#  )G'@;Qcy-gov#  )G<@6W =p8)cy-gov  )B)Q  )B )Q  )'G  ) 'G  )T   )T   )7(  )7 (  ) %  )E @\(\s  )E [@GzHrbic   )E@\(,Vbec  )- ( ~~}{z]yxwwMvut]ssqq+p9onnImlkk8j]ihgfGec&baaa`8_^^U]\[[qZYiX|WW+VDUTTiSRRQPP%O#NMM9KK`JJIlHHhGEE[DD1CBA+@y??/>==<;;99$88766v544+321d00/^.--n+)*p)(''k&l%-$^#"! <BUNhA^n19hm o e ?kr#%# g %FFFianna FailFianna FáilFianna Failhttp://en.wikipedia.org/wiki/Fianna_F%C3%A1iltot%'33Au "DSThe Third WayHaDerekh HaShlishitHaDerekh HaShlishitהדרך השלישית‎https://en.wikipedia.org/wiki/Third_Way_%28Israel%29xE*GSO[ 7TPAPolitical Union of EconomistsTautsaimnieku politiskā apvienībaTautsaimnieku politiska apvienibahttp://web.cvk.lv/pub/public/28758.htmlHDZCroatian Democratic UnionHrvatska demokratska zajednicaHrvatska demokratska zajednicahttp://en.wikipedia.org/wiki/Croatian_Democratic_Community?/F %'' a Q (CPCentre PartyCentrumpartijCentrumpartijhttp://en.wikipedia.org/wiki/CentrumpartijNew party formed on 11 March 1980.,K5!! ; noneno party affiliationParteiloseParteilose(ށD);; u S +(FNNational RallyRassemblement National Rassemblement National http://en.wikipedia.org/wiki/Front_National_(France)New party formed on 5 October 1972.{qbb kke 9  7(TKL-ZPPeople's Movement for Latvia -- Siegerist PartyTautas Kustība Latvijai – Zīgerista PartijaTautas Kustiba Latvijai -- Zigerista Partijahttp://lv.wikipedia.org/wiki/Tautas_Kust%C4%ABba_Latvijai_%28Z%C4%ABgerista_partija%29V-+))=c ?  "AYUnion of IsraelAgudat YisraelAgudat Yisraelאגודת ישראל‎http://en.wikipedia.org/wiki/Agudat_YisraelNew party formed in 1912.SxG7 =C?  ?UDPPopular Democratic UnionUnião Democrática PopularUniao Democratica Popularhttp://en.wikipedia.org/wiki/People%27s_Democratic_Union_(Portugal)lP SQO  +CPNTHunting, Fishing, Nature, TraditionChasse, pêche, nature, traditionsChasse, peche, nature, traditionshttp://en.wikipedia.org/wiki/Chasse,_P%C3%AAche,_Nature,_Traditionsmk@ KcY 7 SDLPSocial Democratic Welfare PartySociāldemokrātiskā Labklājības partijaSocialdemokratiska Labklajibas partijaO ?wu w ?=@PA-PTBWorkers' Party of BelgiumPartij van de Arbeid – Parti du Travail de BelgiquePartij van de Arbeid -- Parti du Travail de Belgiquehttp://en.wikipedia.org/wiki/Workers_Party_of_BelgiumNew party formed in 1979.This is one of the few national parties. It is registered under different names (PTB+ Wallonia, PVDA+ Flanders, PTB+PVDA+ Brussels) in recent elections.w8S age ] 6B90/GrAlliance 90 / Greens -- Citizens' MovementBündnis 90 / Grüne – BürgerInnenbewegungBuendnis 90 / Gruene -- BuergerInnenbewegunghttp://en.wikipedia.org/wiki/Alliance_90/++ i ?  PaRoParty of the RomaPartida RomilorPartida Romilorhttp://en.wikipedia.org/wiki/Party_of_the_RomaNew party formed in 1990.zGII ) KDSParty of Democratic SocialismKomma Dimokratikou SocialismouKomma Dimokratikou SocialismouΚόμμα Δημοκρατικού Σοσιαλισμούhttp://en.wikipedia.org/wiki/Party_of_Democratic_Socialism_(Greece), wimi y ?CDS-PPDemocratic and Social Centre -- People's PartyCentro Democrático e Social – Partido PopularCentro Democratico e Social -- Partido Popularhttp://en.wikipedia.org/wiki/People's_Party_(Portugal)Z lM3''5a  "DeToBanner of the TorahDegel HaTorahDegel HaTorahדגל התורה‎http://en.wikipedia.org/wiki/Degel_HaTorahParty formed in 1988 as a splinter from Agudat Israel (AY).x5k### S HJPJones PartyJones PartyJones Partyhttp://www.maltadata.com/abbrev.htmmchale-)'%g NPDNew Party DaichiShintō DaichiShinto Daichi新党大地http://en.wikipedia.org/wiki/New_Party_Daichi(9/55Oo  " Ma|AvAlignment | LaborHaMa'arakh | HaAvodaHaMa'arakh | HaAvodaהמערך | הָעֲבוֹדָהhttps://en.wikipedia.org/wiki/Israeli_Labor_PartyParty formed on 23 January 1968 as a merger of the United Workers Party (Mapam), Labour Unity (AhAv), and Israeli Workers List (Rafi).x lWKK W KRKINational Coalition Party "Pro Patria"Rahvuslik Koonderakond "Isamaa"Rahvuslik Koonderakond "Isamaa"http://en.wikipedia.org/wiki/Homeland_National_Coalition_PartyNew party formed in 21 November 1992.F2_Q[[  PSDIItalian Democratic Socialist PartyPartito Socialista Democratico ItalianoPartito Socialista Democratico Italianohttp://en.wikipedia.org/wiki/Italian_Democratic_Socialist_Party~J9''|V/95 i (BBPGreat Union PartyBüyük Birlik PartisiBuyuk Birlik Partisihttp://en.wikipedia.org/wiki/Great_Union_Party#'E~ASK  7KDSChristian Democratic UnionKristīgi demokrātiskā savienībaKristigi demokratiska savienibahttp://en.wikipedia.org/wiki/Latvian_parliamentary_election%2C_1995UK}?AA yQ 6GVPAll-German People's PartyGesamtdeutsche VolksparteiGesamtdeutsche Volksparteihttp://en.wikipedia.org/wiki/All-German_People's_PartyphbParty was formed on 29 November 1952. Among the founding members were Gustav Heinemann, a former CDU minister of the interior, and Helene Wessel, leader of the Zentrum. The party was dissolved at a party congress on 18/19 May 1957 and joining the SPD was recommended (Stöss 1968, 1478ff).S|CEC }+ CDAChristian Democratic AppealChristen Democratisch AppèlChristen Democratisch Appelhttp://en.wikipedia.org/wiki/Christian_Democratic_AppealjacobsCommon list of candidates (ARP, CHU, KVP) in 1977 election and single parliamentary group (Jacobs 1989, 257). Party founded on 11 October 1980.W%RR ,( {-1/ k CCCanary CoalitionCoalición CanariaCoalicion Canariahttp://en.wikipedia.org/wiki/Canarian_CoalitionsQ,^z9yw yy CDevaDemocratic AlternativeDemokraattinen Vaihtoehto – Demokratiskt AlternativsDemokraattinen Vaihtoehto -- Demokratiskt Alternativshttp://en.wikipedia.org/wiki/Demokraattinen_Vaihtoehtoedu, rpfiRegistered on 11 July 1986. 10 MPs from the Democratic League (SKDL) formed a parliamentary group on 5 September 1986.7#y;3/  8 ASocial Democratic PartyAlþýðuflokkurinnAlthyduflokkurinnhttp://en.wikipedia.org/wiki/Social_Democratic_Party_%28Iceland%29;`x)++ y UCUnion / CentreUnione / CentroUnione / Centrohttp://en.wikipedia.org/wiki/Democrats%27_Centre_Union22|jYwACC ? (PSAAutonomous Socialist PartyPartito socialista autonomoPartito socialista autonomohttps://en.wikipedia.org/wiki/Autonomous_Socialist_Party_(Ticino)ejpr, hlsThe party was formed on 27 April 1969 (HLS). The PSA and different socialist tendencies in the canton of Tessin formed the PSU in 1992 (EJPR 1992, 528)."wvkmm   @LD|LDDList Dedecker | Libertarian, Direct, DemocraticLijst Dedecker | Libertair, Direct, DemocratischLijst Dedecker | Libertair, Direct, Democratischhttps://en.wikipedia.org/wiki/Libertair,_Direct,_Democratisch Xu8F;u GGC }  SmerDirection -- Social DemocracySmer – sociálna demokraciaSmer -- socialna demokraciahttp://en.wikipedia.org/wiki/Party_Direction_-_Third_Wayx= %Qt+AA e-WKEEREstonian GreensErakond Eestimaa RohelisedErakond Eestimaa Rohelisedhttp://en.wikipedia.org/wiki/Estonian_GreensbltNew party formed 25 November 2006 after more than 1000 new members joined party.Previous Estonian Greens had less than 1000 members and did not meet the registration requirements for the 2003 election. It was absorbed into the Center Party. (see 'Who are Estonia’s Greens?' The Baltic Times, 28 March 2007)O $sSOO S qHPKPProgressive Constitutionalist PartyPartit Kostituzzjonali ProgressivPartit Kostituzzjonali Progressivhttp://www.maltadata.com/abbrev.htmno-2010'Formed in October 1953 by Mabel Strickland, a former leader of the Constitutional Party.' (Mackie/Rose 1991, 313).r777 q A !CouLPCountry Liberal PartyCountry Liberal PartyCountry Liberal Partyhttp://en.wikipedia.org/wiki/Country_Liberal_PartyNew party formed in 1974. $ !qammyw "(MDL|HHNational Religious Party | The Jewish HomeMiflaga Datit Leumit (Mafdal) | Habayit HayehudiMiflaga Datit Leumit (Mafdal) | Habayit Hayehudiמפלגה דתית לאומית |‎ הַבַּיִתhttp://en.wikipedia.org/wiki/National_Religious_PartyRzx.p197 k +MRReformers MovementMouvement réformateurMouvement reformateurhttp://en.wikipedia.org/wiki/Reforming_Movement{)eLoMQQ  RPFReformatory Political FederationReformatorische Politieke FederatiReformatorische Politieke Federatihttp://en.wikipedia.org/wiki/Reformatory_Political_FederationU 0)\AGG <SDSSlovenian Democratic PartySlovenska demokratska strankaSlovenska demokratska strankahttp://en.wikipedia.org/wiki/Social_Democratic_Party_of_SloveniaDifficult to classify party family due to a change from an originally Centre-Left to a Centre-Right to a Right-Wing party.|(h V$|[!'' o+ d-gaucheother leftdivers gauchedivers gaucheFormally no party but group of independ left MPs.0Z--- g (MSFTFiamma TricoloreFiamma TricoloreFiamma Tricolorehttp://en.wikipedia.org/wiki/Fiamma_TricoloreF5|@Y))) w ? @(FNNational FrontFront NationalFront Nationalhttp://en.wikipedia.org/wiki/Front_national_(Belgium)New party formed in 1895.Os8&X-/-1g NLCNew Liberal ClubShin-jiyū-kurabuShin jiyu karuba新自由クラブhttp://en.wikipedia.org/wiki/New_Liberal_Club iW; u @ BSP-PSBBelgian Socialist PartyBelgische Socialistische Partij – Parti Socialiste BelgeBelgische Socialistische Partij -- Parti Socialiste Belgehttp://en.wikipedia.org/wiki/Belgian_Socialist_PartySH].8BTV;##13A  DRPDemocratic Reform PartyMin-kai-renMin-kai-ren民主改革連合http://ja.wikipedia.org/wiki/%E6%B0%91%E4%B8%BB%E6%94%B9%E9%9D%A9%E9%80%A3%E5%90%88kyodoNew party formed in 1989. U Q @EcoloConfederated ecologists for the organisation of original strugglesÉcologistes Confédérés pour l'organisation de luttes originalesEcologistes Confederes pour l'organisation de luttes originaleshttp://en.wikipedia.org/wiki/EcoloRwo1h;h8 T777  % NLNational Labour PartyNational Labour PartyNational Labour Partyhttp://en.wikipedia.org/wiki/National_Labour_Party_(Ireland)tPSUUU  !LNPQLiberal National Party of QueenslandLiberal National Party of QueenslandLiberal National Party of Queenslandhttp://en.wikipedia.org/wiki/Liberal_National_Party_of_Queensland$uRI?? GDCDemocratic Group of the CentreGrupul Democrat de CentruGrupul Democrat de CentrumYAhQGMK  U KPLCommunist Party of LuxembourgKommunistesch Partei LëtzebuergKommunistesch Partei Letzebuerghttp://en.wikipedia.org/wiki/Communist_Party_of_LuxembourgNew party formed on 2 January 1921. Z)P_55 o JROPMovement for the Reconstruction of PolandRuch Odbudowy PolskiRuch Odbudowy Polskihttp://en.wikipedia.org/wiki/Ruch_Odbudowy_Polskii h-O-'' c ? 8KLWomen's AllianceKvennalistinnKvennalistinnhttp://en.wikipedia.org/wiki/Women%27s_ListNew party formed in 1983.>O`N-33  < DSDemocratic PartyDemokratska strankaDemokratska strankahttp://en.wikipedia.org/wiki/Democratic_Party_of_Slovenia|%1M9?? PPIItalian People's PartyPartito Popolare ItalianoPartito Popolare Italianohttp://en.wikipedia.org/wiki/Italian_People%27s_Party_%281994%29!7|O/L95 { A (GrueGreensGrüne – ÉcologisteGruene -- Ecologistehttp://en.wikipedia.org/wiki/Green_Party_of_SwitzerlandNew party formed in 1971. f"l KE  CSKYPFinnish People's Unity PartySuomen kansan yhtenäisyyden puolueen – Finlands folks enhetspartiSuomen kansan yhtenaisyyden puolueen -- Finlands folks enhetspartihttp://en.wikipedia.org/wiki/Party_of_the_Unity_of_the_Finnish_Peopleedu, rpfiMost MPs from the Rural Party (SMP) formed a new parliamentary group on 17 October 1972 and the party was registered on 29 December 1972.HJ9OM  +RPRRally for the RepublicRassemblement pour la républiqueRassemblement pour la republiquehttp://en.wikipedia.org/wiki/Rassemblement_pour_la_R%C3%A9publique{aa(I%;; { 6DZCentre PartyDeutsche ZentrumsparteiDeutsche Zentrumsparteihttp://en.wikipedia.org/wiki/Centre_Party_%28Germany%292EHIGC  UCDUnion of the Democratic CentreUnión de Centro DemocráticoUnion de Centro Democraticohttp://en.wikipedia.org/wiki/Union_of_the_Democratic_Centre_%28Spain%29:`G555 8 noneno party affiliationno party affiliationno party affiliation`_F555  noneno party affiliationno party affiliationno party affiliationdރyE  G _ SDKU-DSSlovak Democratic and Christian Union -- Democratic PartySlovenská demokratická a kresťanská únia – Demokratická stranaSlovenska demokraticka a krestanska unia -- Demokraticka stranahttp://en.wikipedia.org/wiki/Slovak_Democratic_and_Christian_Union_%E2%80%93_Democratic_PartyParty formed on 18 February 2000 as split from Christian Democratic Movement (KDH) by PM Mikuláš Dzurinda. It was based on Slovak Democratic Coalition (SDK) alliance. y c  -DACC{ CDUUnited Christian DemocratsCristiani Democratici UnitiCristiani Democratici Unitihttp://en.wikipedia.org/wiki/United_Christian_Democrats22|o_C555{" noneno party affiliationno party affiliationno party affiliationxށ B3==  yIPLeft of the PeoplesIzquierda de los PueblosIzquierda de los Puebloshttp://es.wikipedia.org/wiki/Izquierda_de_los_Pueblos_(1989) A555 o x! ADAustralian DemocratsAustralian DemocratsAustralian Democratshttp://en.wikipedia.org/wiki/Australian_DemocratsYf_$ @9?? U w@CSPChristian Social PartyChristlich Soziale ParteiChristlich Soziale Parteihttp://en.wikipedia.org/wiki/CSP-EVP8K?GUU m vPCE|IUCommunist Party | United LeftPartido Communista | Izquierda UnidaPartido Communista | Izquierda Unidahttp://en.wikipedia.org/wiki/United_Left_(Spain)O<|P9>#%# g E r MPMaori PartyMāori PartyMaori Partyhttp://en.wikipedia.org/wiki/M%C4%81ori_PartyParty formed on 7 July 2004.* E=755 o ] qKEReEstonian Reform PartyEesti ReformierakondEesti Reformierakondhttp://en.wikipedia.org/wiki/Eesti_ReformierakondParty formed on 18 November 1994 as a split from the Pro Patria National Coalition Party. It was founded by Siim Kallas, the president of the Estonian Bank at the time.ER%<cuu w U pAOV|VSPGeneral Senior Union | United Seniors PartyAlgemeen Ouderen Verbond | Verenigde Senioren PartijAlgemeen Ouderen Verbond | Verenigde Senioren Partijhttp://en.wikipedia.org/wiki/Algemeen_Ouderen_VerbondNew party formed on 1 December 1993.S;EGE } Q n(MDPNationalist Democratic PartyMilliyetçi Demokrasi PartisiMilliyetci Demokrasi Partisihttp://en.wikipedia.org/wiki/Nationalist_Democracy_PartyParty was dissolved on 4 May 1986.#:]WS ! O mJKPEiRNational Party of Pensioners and RetiredKrajowa Partia Emerytów i RencistówKrajowa Partia Emerytow i Rencistowhttp://pl.wikipedia.org/wiki/Krajowa_Partia_Emeryt%C3%B3w_i_Rencist%C3%B3wNew party formed on 5 June 1994. hE9#'#  lJ SSolidarnoscSolidarnośćSolidarnoschttp://en.wikipedia.org/wiki/Solidarity_(Polish_trade_union)hh1]8=CA  M k?PPMPopular Monarchist PartyPartido Popular MonárquicoPartido Popular Monarquicohttp://en.wikipedia.org/wiki/People%27s_Monarchist_Party_%28Portugal%29New party formed on 23 May 1974.~l7!!!3 j"ShPeace-ZionShlomtzionShlomtzionשלומציון‎http://en.wikipedia.org/wiki/Shlomtzion_%28political_party%29x J69== s S h DNANorwegian Labour PartyDet norske ArbeiderpartiDet norske Arbeiderpartihttps://en.wikipedia.org/wiki/Labour_Party_(Norway)New party formed on 22 August 1887.0 ( W@ B25CEE } cCCDChristian Democratic CentreCentro Cristiano DemocraticoCentro Cristiano Democraticohttp://en.wikipedia.org/wiki/Christian_Democratic_Centre /.|iE4MOG  _'(MIEPHungarian Justice and Life PartyMagyar Igazság és Élet PártjaMagyar Igazsag es Elet Partjahttp://en.wikipedia.org/wiki/Hungarian_Justice_and_Life_PartyR\ \3% { ^CKESKCentre PartyKeskustaKeskustahttp://en.wikipedia.org/wiki/Centre_Party_%28Finland%299ZZ[{-{,2-GG w ]PRIRepublican PartyPartito Repubblicano ItalianoPartito Repubblicano Italianohttp://en.wikipedia.org/wiki/Italian_Republican_Party~:&&|" 1-11 k ? \%CnPRepublican PartyClann na PoblachtaClann na Poblachtahttp://en.wikipedia.org/wiki/Clann_na_PoblachtaNew party formed in 1946.td0AYW } Q Z>LIBRAParty of Liberal DemocratsLIBRA – Stranka liberalnih demokrataLIBRA -- Stranka liberalnih demokratahttps://en.wikipedia.org/wiki/Party_of_Liberal_DemocratsParty formed on 21 September 2002. /%''  ? WMPMiddle PartyMidden PartijMidden Partijhttp://en.wikipedia.org/wiki/Nederlandse_MiddenstandspartijNew party formed in 1970.20.K1 V SDFSocialist Democratic FederationShaminrenShaminren社会民主連合http://en.wikipedia.org/wiki/Socialist_Democratic_Federation_%28Japan%29j-?OO  Y R?PSNNational Solidarity PartyPartido da Solidariedade NacionalPartido da Solidariedade Nacionalhttps://en.wikipedia.org/wiki/National_Solidarity_Party_(Portugal)New party registered on 13 March 1991.ol5,5?? y % Q SVSocialist Left PartySosialistisk VenstrepartiSosialistisk Venstrepartihttp://en.wikipedia.org/wiki/Sosialistisk_VenstrepartiParty formed on 16 March 1975 as a merger of the Communist Party of Norway (NKP), Socialist People's Party (SF) and independent socialists. / V B M+IIC ' MD DZJPensioners for a Secure LivingDůchodci za životní jistotyDuchodci za zivotni jistotybugaNew party movement formed in March 1990 and transformed into a party in 1994.C)*3 S O J SiForward (Greenland)SiumutSiumuthttp://en.wikipedia.org/wiki/SiumutNew party formed on 29 July 1977.`)-;9 } UYIARMRuiz-Mateos ListAgrupación Ruiz-MateosAgrupacion Ruiz-Mateoshttp://es.wikipedia.org/wiki/Agrupaci%C3%B3n_Ruiz-MateosNew party formed on 30 August 1989. Van der Eijk and Franklin 1999, p. 469?I(%'' u !CCeDCentre RightCentro-destraCentro-destrahttps://en.wikipedia.org/wiki/Centre-right_coalitionProxy party for centre right alliances that have formed since the 1990s. u|,'+/+ o e BCASAland CoalitionÅländsk SamlingAlandsk Samlinghttp://en.wikipedia.org/wiki/%C3%85land_CoalitionElectoral alliance formed for 1948 election.4r&ECA A<MadHungarian national communityMadžarska narodna skupnostMadzarska narodna skupnost4=% GSM  @ SDASocial Democratic AlternativeSociálnodemokratická alternatívaSocialnodemokraticka alternativahttp://en.wikipedia.org/wiki/Social_Democratic_Alternative*,$'QM } ?@LP-PLLiberal PartyLiberale Partij – Parti libéralLiberale Partij -- Parti liberalhttp://en.wikipedia.org/wiki/Liberal_Party_%28Belgium%29Sb8&#u}y M >UCDCCUnion of Centre and Christian Democracy of CataloniaUnió del Centre i la Democràcia Cristiana de CatalunyaUnio del Centre i la Democracia Cristiana de Catalunyahttp://es.wikipedia.org/wiki/Uni%C3%B3_del_Centre_i_de_la_Democr%C3%A0cia_Cristiana_de_CatalunyaBv"#} ="OCourageOmetzOmetzאומץ‎http://en.wikipedia.org/wiki/Ometz_%28political_party%29xi!cqk u ;+IR|DLIndependent Republicans | Liberal DemocracyIndependants républicains | Démocratie libéraleIndependants republicains | Democratie liberalehttp://en.wikipedia.org/wiki/Independent_Republicans^g9_ 555 : noneno party affiliationno party affiliationno party affiliationޅwyyK A 9 DSB|DBDemocrats for a Strong Bulgaria | Democratic BulgariaDemokrati za Silna Balgariya | Demokratichna BalgariyaDemokrati za Silna Balgariya | Demokratichna BalgariyaДемократи за силна България | Демократична Българияhttp://en.wikipedia.org/wiki/Democrats_for_a_Strong_BulgariaParty Democrats for a Strong Bulgaria (DSB) formed on 30 May 2004 by Ivan Kostov as a split of the Union of Democratic Forces (SDS). DSB formed an electoral alliance Democratic Bulgaria (DB) on 12 April 2018 with Yes, Bulgaria! (DaB) and a parliamentary group after 2021 elections.d1-// g A 7 LTList for TriesteLista per TriesteLista per Triestehttp://en.wikipedia.org/wiki/List_for_TriesteNew party formed in 1978. |*GYU  O 58SfvmUnion of Liberals and LeftistSamtök frjálslyndra og vinstri mannaSamtok frjalslyndra og vinstri mannahttp://en.wikipedia.org/wiki/Union_of_Liberals_and_LeftistsParty split from People's Alliance (Ab) after it turned from an electoral alliance into a party. It included former members of the National Preservation Party (Thva) and Hannibal Valdimarsson from the Social Democratic Party.;$` VYWW  4DCAChristian Democracy for the AutonomiesDemocrazia Cristiana per le AutonomieDemocrazia Cristiana per le Autonomiehttp://en.wikipedia.org/wiki/Christian_Democracy_for_the_Autonomies|b=OO w Q 2;(FPOFreedom Party of AustriaFreiheitliche Partei ÖsterreichsFreiheitliche Partei Oesterreichshttp://en.wikipedia.org/wiki/Freedom_Party_of_AustriaNew party formed on 26 March 1949. $7(('/)Cs /)NDNew DemocracyNéa ĐimokratíaNea DimokratiaΝέα Δημοκρατίαhttp://en.wikipedia.org/wiki/New_Democracy_(Greece),X CIG } M ,KSSCommunist Party of SlovakiaKomunistická strana SlovenskaKomunisticka strana Slovenskahttp://en.wikipedia.org/wiki/Communist_Party_of_SlovakiaParty formed on 28 August 1992. w6X 4;99 q *7LTFPopular Front of LatviaLatvijas Tautas fronteLatvijas Tautas frontehttp://en.wikipedia.org/wiki/Latvian_Popular_Front /#''  W )6FWFree VotersFreie WählerFreie Waehlerhttps://de.wikipedia.org/wiki/Freie_W%C3%A4hler_(Bundesvereinigung)New party formed on 24 January 2009. yEY  #( SP-PSSocial Democratic Party of SwitzerlandSozialdemokratische Partei der Schweiz – Parti Socialiste SuisseSozialdemokratische Partei der Schweiz -- Parti Socialiste Suissehttp://en.wikipedia.org/wiki/Social_Democratic_Party_of_Switzerland8#!!9=;u  7TSPNational Harmony PartyTautas Saskaņas PartijaTautas Saskanas Partijahttp://en.wikipedia.org/wiki/Tautas_Saskanas_PartijaU} b4j'U "MoHeritageMorashaMorashaמורשה‎http://en.wikipedia.org/wiki/MorashaVx"b555 % noneno party affiliationno party affiliationno party affiliation`tނM[Q }9 D(CNSPCzech National Social(ist) PartyČeská národně strana socialistickáCeska narodne strana socialistickahttp://en.wikipedia.org/wiki/Czech_National_Social_PartyctkParty merged with National Socialists - 21st Century Left (LEV21) on 26 November 2011.7oUKG  S LLRAElection Action of Lithuania's PolesLietuvos lenkų rinkimų akcijaLietuvos lenku rinkimu akcijahttp://en.wikipedia.org/wiki/Election_Action_of_Lithuania's_PolesNew party formed on 28 August 1994.[w )?AA y  NKPCommunist Party of NorwayNorges Kommunistiske PartiNorges Kommunistiske Partihttp://en.wikipedia.org/wiki/Communist_Party_of_Norway/,B-=/-  (FDP-PRDRadical Democratic PartyFreisinnig-Demokratische Partei der Schweiz – Parti Radical-Democratique SuisseFreisinnig-Demokratische Partei der Schweiz -- Parti Radical-Democratique Suissehttp://en.wikipedia.org/wiki/Free_Democratic_Party_of_Switzerland!\/47CA  KSKIndependent RoyalistsSõltumatud KuningriiklasedSoltumatud Kuningriiklasedhttp://en.wikipedia.org/wiki/Independent_Royalist_Party_of_EstoniabugaG 9?= u LZPLithuanian Green PartyLietuvos žalioji partijaLietuvos zalioji partijahttps://en.wikipedia.org/wiki/Lithuanian_Green_Party98  AQI { (PSNSReal Slovak National PartyPravá Slovenská národná stranaPrava Slovenska narodna stranahttp://en.wikipedia.org/wiki/True_Slovak_National_Partysita   U O DHSD-SMSMovement for Self-Governing Democracy -- Society for Moravia and SilesiaHnutí za samosprávnou demokracii – Společnost pro Moravu a SlezskoHnuti za samospravnou demokracii -- Spolecnost pro Moravu a Slezskohttp://en.wikipedia.org/wiki/Movement_for_Autonomous_Democracy%E2%80%93Party_for_Moravia_and_SilesiaNew party formed on 4 April 1990.D, /3/ } A J SoPrLabour SolidaritySolidarność PracySolidarnosc Pracyhttp://pl.wikipedia.org/wiki/Solidarno%C5%9B%C4%87_PracyNew party formed in 1990. hhFt 3'' a  HfResistance MovementHjemmefrontenHjemmefrontenhttp://no.wikipedia.org/wiki/Hjemmefronten3=?? { <SLSSlovenian People's PartySlovenska ljudska strankaSlovenska ljudska strankahttp://en.wikipedia.org/wiki/Slovenian_People%27s_PartySLS merged with SKD 15 April 2000 to form the SLS + SKD Slovenian People's Party in 2000 but the party was renamed into SLS in 2001.|1 XO355M -  KSIISimeon II CoalitionKoalitsiya Simeon IIKoalitsiya Simeon IIКоалиция Симеон IIMinor party supporting king but different to National Movement Simeon II (NDSV).d4931 s  ?APUUnited People AllianceAliança Povo UnidoAlianca Povo Unidohttp://en.wikipedia.org/wiki/United_People_Alliancel 4%))Cy ? 3(NONew HorizonsNeoi OrizontesNeoi OrizontesΝέοι Ορίζοντεςhttp://en.wikipedia.org/wiki/New_Horizons_%28Cyprus%29New party formed in 1996.SoS[[  7PU|PCHumanist Party | Conservative PartyPartidul Umanist | Partidul ConservatorPartidul Umanist | Partidul Conservatorhttp://en.wikipedia.org/wiki/Conservative_Party_(Romania)New party formed on 18 December 1991. Party was renamed into Conservative Party (PC) on 7 May 2005. PC merged with Liberal Reformist Party (PLR) into Alliance of Liberals and Democrats (ALDE) on 19 June 2015. PC members who did not want to merge into ALDE formed Social Liberal Humanist Party (PUSL) on 28 September 2015.2015 change coded as one party to avoid high number of short lived parties in ParlGovh   1))%o PNPPeople's New PartyKokumin ShintoKokumin Shinto国民新党http://en.wikipedia.org/wiki/People%27s_New_Party&&;CC } KNPCatholic National PartyKatholieke Nationale PartijKatholieke Nationale Partijhttp://en.wikipedia.org/wiki/Katholieke_Nationale_Partij.?YQO  e DTOP09Tradition Responsibility Prosperity 09Tradice Odpovědnost Prosperita 09Tradice Odpovednost Prosperita 09http://en.wikipedia.org/wiki/Tradition_Responsibility_Prosperity_09Party formed on 11 June 2009 as a split of the Christian Democratic Union (KDU-CSL) by MP Miroslav Kalousek.= d~1}h}||{6yxxw:vuu;srrZqppo]nn mWllkekj6ihh@gff e]ddGcbraK`u_]]B\zZYXWWiVV&UqTT SRRR5Q Pc==<;:::9`877 5Z4322R00Y/m..*-,,&++H**)(o''D&d%%>$$#<""! }FS/Y=zjfI _ + b< md7-// Y -?BEBloc of the LeftBloco de EsquerdaBloco de Esquerdahttp://en.wikipedia.org/wiki/Left_Bloclb6UUU y E ,CP|LPPCommunist (Labour-Progressive) PartyCommunist (Labour-Progressive) PartyCommunist (Labour-Progressive) Partyhttp://en.wikipedia.org/wiki/Communist_Party_of_CanadaParty formed on 29 May 1921.|Y5UUS  (KERSPEstonian National Independence PartyEesti Rahvusliku Sõltumatuse ParteiEesti Rahvusliku Soltumatuse Parteihttp://en.wikipedia.org/wiki/Eesti_Rahvusliku_S%C3%B5ltumatuse_ParteiF94GEC  'UPyDUnion, Progress and DemocracyUnión Progreso y DemocraciaUnion Progreso y Democraciahttp://en.wikipedia.org/wiki/Union,_Progress_and_DemocracyNj >3')' s ? &7JPNew Era PartyJaunā partijaJauna partijahttp://en.wikipedia.org/wiki/New_Party_%28Latvia%29New party formed in 1998.U0r2UOM W $J(KPNConfederation for Independent PolandKonfederacja Polski NiepodległejKonfederacja Polski Niepodleglejhttp://en.wikipedia.org/wiki/Confederation_of_Independent_PolandNew party formed on 1 September 1979.j& h+13!!m #JRPJapan Renewal PartyShinseitōShinsei-to新生党http://en.wikipedia.org/wiki/Japan_Renewal_Party".0A;9 { "'MDFHungarian Democratic ForumMagyar Demokrata FórumMagyar Demokrata Forumhttp://en.wikipedia.org/wiki/Hungarian_Democratic_ForumQE\k/CQQ} M NDSVNational Movement Simeon IINatsionalno Dvizhenie Simeon VtoriNatsionalno Dvizhenie Simeon VtoriНационално движение Симеон Вториhttp://en.wikipedia.org/wiki/National_Movement_Simeon_IINew party formed in April 2001. Party family coding based on liberals (ALDE) EP party group affiliation.< pd,3.7AA { 6FDPFree Democratic PartyFreie Demokratische ParteiFreie Demokratische Parteihttp://en.wikipedia.org/wiki/Freie_Demokratische_Parteiwz$/m/2E--;;_}  DPDemocratic PartyDemokraticheska PartiyaDemokraticheska PartiyaДемократическа партияhttp://en.wikipedia.org/wiki/Democratic_Party_(Bulgaria)bugad,1))  DUIndependents PartyDe UafhængigeDe Uafhaengigehttp://en.wikipedia.org/wiki/Independent_Party_%28Denmark%294m+! Q  (AtakaAttackAtakaAtakaАтакаhttp://en.wikipedia.org/wiki/Attack_%28political_party%29New party formed on 17 April 2005.˜d%`*555 3 noneno party affiliationno party affiliationno party affiliationރw)} / (KK/CVPCatholic Conservative / Christian Democratic Peoples PartyKatholische Konservative / Christlichdemokratische Volkspartei – Conservateurs catholiques / Parti démocrate-chrétienKatholische Konservative / Christlichdemokratische Volkspartei -- Conservateurs catholiques / Parti democrate-chretienhttp://en.wikipedia.org/wiki/Christian_Democratic_People%27s_Party_of_Switzerlandno-2010Before 1912 the party existed only as parliamentary group.  ,(]aa/   ZS-ASAgrarian Union "Aleksandar Stamboliyski"Zemedelski Suyuz "Aleksandar Stamboliyski"Zemedelski Suyuz "Aleksandar Stamboliyski"Земеделски съюз „Александър Стамболийски“http://en.wikipedia.org/wiki/Agrarian_Union_%22Aleksandar_Stamboliyski%22Party formed in 1993 as a split of the Bulgarian Agrarian People's Union.;d'+=9 e JPiSLaw and JusticePrawo i SprawiedliwośćPrawo i Sprawiedliwoschttp://en.wikipedia.org/wiki/Law_and_Justicei4 -h~& '/+ a SVCommon ChoiceSpoločná voľbaSpolocna Vol'bahttp://en.wikipedia.org/wiki/Common_ChoiceElectoral alliance: SDA Strana demokratickej l´avice (Party of the Democratic Left) -- SDSS Socialno-demokratická strana Slovenska (Social Democratic Party) -- SZS Strana zelenýnch na Slovenska (Green Party) -- HP Hnutie polnohospodárov (Peasant Movement)w7u%#+' ] 7LCLatvian WayLatvijas CeļšLatvijas celshttp://en.wikipedia.org/wiki/Latvian_WayUr g5$+-- g  6(RepThe RepublicansDie RepublikanerDie Republikanerhttp://en.wikipedia.org/wiki/Die_Republikaner21 .#I+#  9  %NPDNational Progressive DemocratsNational Progressive Democrats – Daonlathaithe Forchéimnitheacha NáisiúntaNational Progressive Democrats -- Daonlathaithe Forcheimnitheacha Naisiuntahttp://en.wikipedia.org/wiki/National_Progressive_DemocratsParty formed in 1958. t& "!w{o   7(NA/TB/LNNKNational Alliance / For Fatherland and Freedom / LNNKNacionālā apvienība / Tēvzemei un Brīvībai / LNNKNacionala apvieniba / Tevzemei un Brivibai / LNNKhttp://en.wikipedia.org/wiki/Fatherland_and_Freedom_PartyVT fK!?AA y A BNGGalician Nationalist BlocBloque Nacionalista GalegoBloque Nacionalista Galegohttp://en.wikipedia.org/wiki/Galician_Nationalist_BlocNew party formed in 1982. tdQ( USQ   LDDPDemocratic Labour Party of LithuaniaLietuvos demokratinė darbo partijaLietuvos demokratine darbo partijahttp://en.wikipedia.org/wiki/Democratic_Labour_Party_of_LithuaniaClassified as a social democratic party in Bugajski (2002, 106).X a(';;;  +PSUUnified Socialist PartyParti socialiste unifieParti socialiste unifiehttp://en.wikipedia.org/wiki/Unified_Socialist_Party_(France)\H3AEC { ?PCPPortuguese Communist PartyPartido Comunista PortuguêsPartido Comunista Portugueshttp://en.wikipedia.org/wiki/Portuguese_Communist_Party l )77 q JPOCivic PlatformPlatforma ObywatelskaPlatforma Obywatelskahttp://en.wikipedia.org/wiki/Platforma_Obywatelskai3 +h9 m} { +UDF|MDUnion for French Democracy | Democratic MovementUnion pour la démocratie française | Mouvement démocrateUnion pour la democratie francaise | Mouvement democratehttp://en.wikipedia.org/wiki/Union_for_French_Democracy{ e#yw   SHP|CHPSocial Democratic Populist Party | Republican People's PartySosyal Demokrat Halçi Parti | Cumhuriyet Halk PartisiSosyal Demokrat Halci Parti | Cumhuriyet Halk Partisihttp://en.wikipedia.org/wiki/Republican_People%27s_Party_%28Turkey%29"Q3 J';9 y 8FfLiberal PartyFrjálslyndi flokkurinnFrjalslyndi flokkurinnhttp://en.wikipedia.org/wiki/Frj%C3%A1slyndi_Flokkurin<<W`9/11  U PPPensioners' PartyPartito PensionatiPartito Pensionatihttp://en.wikipedia.org/wiki/Pensioners%27_Party_%28Italy%29New party formed on 19 October 1987.>|#5;; o @N-VANew Flemish AllianceNieuw-Vlaamse AlliantieNieuw-Vlaamse Alliantiehttp://en.wikipedia.org/wiki/New-Flemish_AllianceU 5nn8#o### e 7LibLibertas.lvLibertas.lvLibertas.lvhttp://en.wikipedia.org/wiki/Libertas_LatviaS{AQG KDSChristian Democratic UnionKrikščionių demokratų sąjungaKrikscioniu demokratu sajungaH")++Gu 3EKEuropean PartyEvropaiko KommaEvropaiko KommaΕυρωπαϊκό Κόμμαhttp://en.wikipedia.org/wiki/European_Party_(Cyprus)4B8%oIAAq )EDIKUnion of the Democratic CentreEnosi Dimokratikou KentrouEnosi Dimokratikou KentrouΈνωση Δημοκρατικού Κέντρουhttp://en.wikipedia.org/wiki/Union_of_the_Democratic_Centre_(Greece),# 111 k DEEuropean DemocracyDemocrazia EuropeaDemocrazia Europeahttp://en.wikipedia.org/wiki/European_Democracy|9&7?? s PLIItalian Liberal PartyPartito Liberale ItalianoPartito Liberale Italianohttps://en.wikipedia.org/wiki/Italian_Liberal_Party~<*|`=11 w KEKKEstonian Coalition PartyEesti KoonderakondEesti Koonderakondhttp://en.wikipedia.org/wiki/Estonian_Coalition_PartybugaG.ti]W % LRLSLiberals Movement of the Republic of LithuaniaLietuvos Respublikos liberalų sąjūdisLietuvos Respublikos liberaly sajudishttp://en.wikipedia.org/wiki/Liberals'_Movement_of_the_Republic_of_Lithuania , # -11 w UDDemocratic UnionUnione DemocraticaUnione Democraticahttp://en.wikipedia.org/wiki/Democratic_Union_(Italy)| 5  one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.BN !OM  YFedFederalismFederalismo – Europa dei PopoliFederalismo -- Europa dei Popolihttp://it.wikipedia.org/wiki/Federalismo_Europa_dei_PopoliVan der Eijk and Franklin 1999, p. 461| 959 o @(WOWGrowing Old in DignityWaardig Ouder WordenGrowing Old in Dignityhttp://nl.wikipedia.org/wiki/Waardig_Ouder_Worden8R ### o A ,GPGreen PartyGreen PartyGreen Partyhttp://en.wikipedia.org/wiki/Green_Party_%28UK%29New party formed in 1973. >SS:%2 =EA } 7ZZSGreen and Farmers' UnionZaļo un Zemnieku savienībaZalo un Zemnieku savienibahttp://en.wikipedia.org/wiki/Union_of_Greens_and_FarmersTFʎm  o SLeftSinistraSinistrahttp://en.wikipedia.org/wiki/Left_Ecology_FreedomsF|\799iq A )KNParty of New LiberalsKomma NeofileleftheronKomma NeofileleftheronKόμμα των Nεοφιλελευθέρωνhttp://en.wikipedia.org/wiki/Party_of_New_LiberalsNew party formed in 1977. , 'w LPLiberal PartyJiyū-tōJiyu-to自由党http://en.wikipedia.org/wiki/Liberal_Party_%281998%29%'55 a O @ RWWalloon RallyRassemblement WallonRassemblement Wallonhttp://en.wikipedia.org/wiki/Walloon_RallyNew party formed on 7 March 1968.U^/8*Eus  (LPSLiberal Party of SwitzerlandLiberale Partei der Schweiz – Parti liberal suisseLiberale Partei der Schweiz -- Parti liberal suissehttp://en.wikipedia.org/wiki/Liberal_Party_of_Switzerlandno-2010Before 1912 the party existed only as parliamentary group. | g! W DLThe LeftDéi LénkDei Lenkhttp://en.wikipedia.org/wiki/Dei_Lenk%// i (LPFFortuyn ListLijst Pim FortuynLijst Pim Fortuynhttp://en.wikipedia.org/wiki/Lijst_Pim_FortuynX 5;C? @PRLLiberal Reformist PartyParti Réformateur LibéralParti Reformateur Liberalhttp://en.wikipedia.org/wiki/Parti_R%C3%A9formateur_Lib%C3%A9ralS6kj8E5, etcothersothersothers:"999 s KVPCatholic Peoples PartyKatholieke VolkspartijKatholieke Volkspartijhttp://en.wikipedia.org/wiki/Katholieke_VolkspartijW@R{'!! w K RPopular FrontRahvarinneRahvarinnehttp://en.wikipedia.org/wiki/Popular_Front_of_EstoniaEx~#-) ]  BQQuebec BlocBloc QuébécoisBloc Quebecoishttp://en.wikipedia.org/wiki/Quebec_BlocParty formed on 15 June 1991 as an informal coalition of Progressive Conservative and Liberal Members of Parliament from Quebec"]|}111k !FFPFamily First PartyFamily First PartyFamily First Partyhttp://en.wikipedia.org/wiki/Family_First_Party$|#95  7PSCivic UnionPilsoniskā savienībaPilsoniska savienibahttp://en.wikipedia.org/wiki/Pilsonisk%C4%81_savien%C4%ABbã=${+-- e U UVValencian UnionUnion ValencianaUnion Valencianahttp://en.wikipedia.org/wiki/Valencian_UnionNew party formed on 30 August 1982. 7hzIOM  A +LCRRevolutionary Communist LeagueLigue communiste révolutionnaireLigue communiste revolutionnairehttp://en.wikipedia.org/wiki/Revolutionary_Communist_League_%28France%29New party formed in 1974. yfy 5  one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.\xAGG %% DKDSChristian Democratic PartyKrestanskodemokraticka stranaKrestanskodemokraticka stranahttp://en.wikipedia.org/wiki/Christian_Democratic_Party_%28Czech_Republic%29ctk, reutersChristian Democratic Party (KDS) and Civic Democratic Party (ODS) agreed to merge in November 1995 and formally merged on 2 April 1996.BY!w?y DPJDemocratic Party of JapanMinshutōMinshuto民主党http://en.wikipedia.org/wiki/Democratic_Party_of_Japankyodo *v)++ } Y @PpPeople's PartyParti populaireParti populairehttp://en.wikipedia.org/wiki/Popular_Party_%28Belgium%29New party formed on 26 November 2009. 8Ku 'Fi+KDNPFidesz -- Hungarian Civic Party / Christian Democratic People's PartyFidesz – Magyar Polgári Szövetség / Kereszténydemokrata NéppártFidesz -- Magyar Polgari Szovetseg / Keresztenydemokrata NeppartQECP\'6t9?? s ? (LAMSouthern Action LeagueLega d'Azione MeridionaleLega d'Azione Meridionalehttp://en.wikipedia.org/wiki/Southern_Action_LeagueNew party formed in 1994.| BsSIC - )='KDNPChristian Democratic People's PartyKereszténydemokrata NéppártKeresztenydemokrata Nepparthttp://en.wikipedia.org/wiki/Christian_Democratic_People%27s_Party_%28Hungary%29Officially the KDNP stays an independent partner of Fidesz, but is de facto a satellite party of Fidesz, which own support cannot be measured.Christian Democratic People's Party (KDNP) did not participate in the EP elections 2004.QD \MrEGE } A %SFWPSinn Fein The Workers' PartySinn Féin The Workers' PartySinn Fein The Workers' Partyhttp://en.wikipedia.org/wiki/Workers%27_Party_of_IrelandNew party formed in 1905. ҿt#7qIIC  (LTSLithuanian National Union ListLietuvių tautininkų sąjungaLietuviu tautininku sajungahttp://en.wikipedia.org/wiki/Lithuanian_Nationalists_UnionZ0p/33 i U KERPRes Publica PartyErakond Res PublicaErakond Res Publicahttp://en.wikipedia.org/wiki/Res_Publica_PartyNew party formed on 8 December 2001.FVoAGE M ?PDCChristian Democratic PartyPartido da Democracia CristãPartido da Democracia Cristahttp://pt.wikipedia.org/wiki/Partido_da_Democracia_Crist%C3%A3New party formed on 10 May 1974.l`n555 K noneno party affiliationno party affiliationno party affiliationށ^mQga  etniceRomanian ethnic minorities partiesPartidele minorităţilor etnice din RomâniaPartidele minoritatilor etnice din Romaniahttp://en.wikipedia.org/wiki/Romanian_ethnic_minorities_parties-l'++  PLLiberal PartyPartido LiberalPartido Liberalhttp://en.wikipedia.org/wiki/Liberal_Party_%28Spain,_1976%E2%80%9389%29ykAGGs  SDSUnion of Democratic ForcesSuyuz na Demokratichnite SiliSuyuz na Demokratichnite SiliСъюз на демократичните силиhttp://en.wikipedia.org/wiki/Union_of_the_Democratic_Forces_(Bulgaria)buga:!d$3j=CC PMPPopular Monarchist PartyPartito Monarchico PopolarePartito Monarchico Popolarehttp://en.wikipedia.org/wiki/People%27s_Monarchist_Party_(Italy)|Ai-// { PDDemocratic PartyPartidul DemocratPartidul Democrathttp://en.wikipedia.org/wiki/Democratic_Party_(Romania)l !Fh;YS 'MSzDPSocial Democratic PartyMagyarországi Szociáldemokrata PártMagyarorszagi Szocialdemokrata Parthttp://en.wikipedia.org/wiki/Hungarian_Social_Democratic_PartyQ0\"4g{{{ } Y KERa/EKRPeople's Union of Estonia / Conservative People's PartyEestimaa Rahvalliit / Eesti Konservatiivne RahvaerakondEestimaa Rahvalliit / Eesti Konservatiivne Rahvaerakondhttp://en.wikipedia.org/wiki/People%27s_Union_of_EstoniaNew party formed on 29 September 1994.FN, f%'' _ A (DSDanish UnionDansk SamlingDansk Samlinghttp://en.wikipedia.org/wiki/Danish_UnityNew party formed in 1936. 6 [e5WW  9 AICCanary Islands GroupAgrupacion Independientes de CanariasAgrupacion Independientes de Canariashttp://es.wikipedia.org/wiki/Agrupaciones_Independientes_de_CanariasParty formed in 1985. %d?AA y FUQFront of the Ordinary ManFronte dell'Uomo QualunqueFronte dell'Uomo Qualunquehttp://en.wikipedia.org/wiki/Front_of_the_Ordinary_Man|HSc7CA { W (MHPNational Action PartyMilliyetçi Hareket PartisiMilliyetci Hareket Partisihttp://en.wikipedia.org/wiki/Nationalist_Movement_PartyNew party formed on 9 February 1969. #4 f K jbWUS  ? #SPISwedish Senior Citizen Interest PartySveriges pensionärers intressepartiSveriges pensionarers intressepartihttp://en.wikipedia.org/wiki/Swedish_Senior_Citizen_Interest_PartyNew party formed in 1987.#PaQSK  D SPOZParty of Civic Rights -- ZemanovciStrana práv občanů – ZemanovciStrana prav obcanu -- Zemanovcihttp://en.wikipedia.org/wiki/Party_of_Civic_Rights_%E2%80%93_ZemanovcictkParty formed on 17 October 2009 by former Social Democratic (CSSD) PM Miloš Zeman and minsters of his cabinet (1998 to 2002).52`AEE { CHUChristian Historical UnionChristelijk-Historische UnieChristelijk-Historische Uniehttp://en.wikipedia.org/wiki/Christian_Historical_UnionWA&_!! [_ #JlJune ListJunilistanJunilistanhttp://en.wikipedia.org/wiki/JunilistanrpvNew party registered on 27 February 2004.IC^?75 y W 'LMPPolitics Can Be DifferentLehet Más a PolitikaLehet Mas a Politikahttp://en.wikipedia.org/wiki/Politics_Can_Be_DifferentNew party formed on 26 February 2009. \/.]=CC } DS70Democratic Socialists 70Democratisch Socialisten 70Democratisch Socialisten 70http://en.wikipedia.org/wiki/Democratic_Socialists_%2770WNm\;?? s +PRRadical Socialist PartyParti radical-socialiste Parti radical-socialiste http://en.wikipedia.org/wiki/Radical_Party_(France)Party ideology shifted from moderate left to conservative around 1960. z[[A,[GKK c UDEURUnion of Democrats for EuropeUnione Democratici per l'EuropaUnione Democratici per l'Europahttp://en.wikipedia.org/wiki/UDEUR_Populars=| 7ZIEE  UdCeDemocratic Union of the CentreUnione Democratica di CentroUnione Democratica di Centrohttp://en.wikipedia.org/wiki/Union_of_the_Centre_(historical)|f*YQ C SSDPSocial Democratic Party of FinlandSuomen Sosialidemokraattinen Puolue – Finlands Socialdemokratiska PartiSuomen Sosialidemokraattinen Puolue -- Finlands Socialdemokratiska Partihttp://en.wikipedia.org/wiki/Suomen_Sosialidemokraattinen_Puolue7^pZyiy [XEMM 9 H PDNDemocratic Nationalist PartyPartit Democratiku NazzjonalistaPartit Democratiku Nazzjonalistahttp://en.wikipedia.org/wiki/Democratic_Nationalist_Party_%28Malta,_1959%E2%80%9366%29mchaleWAKK_{ w "ReMiShProgressive List for PeaceHaReshima HaMitkademet LeShalomHaReshima HaMitkademet LeShalomהרשימה המתקדמת לשלום‎http://en.wikipedia.org/wiki/Progressive_List_for_PeaceNew party formed in 1984. Party ceased in the 1990s.x\V!KYY  "MiKo|Mo|ShCommunist Party | Moked | SheliHaMiflega HaKomunistit | Moked | SheliHaMiflega HaKomunistit | Moked | Shelihttp://en.wikipedia.org/wiki/Maki_%28historical_political_party%29x U---  + !(ONPOne Nation PartyOne Nation PartyOne Nation Partyhttp://en.wikipedia.org/wiki/Pauline_Hanson%27s_One_NationParty formed on 11 April 1997 as split from Liberal Party (LP). Pauline Hanson was disendorsed as a LP federal candidate and formed the party. $WT _ BaiYesBaiBaihttp://en.wikipedia.org/wiki/Nafarroa_BaiQ)LS;GC ? 7DCPDemocratic Centre PartyDemokrātiskā Centra PartijaDemokratiska Centra Partijahttp://en.wikipedia.org/wiki/Democratic_Center_Party_of_LatviaNew party formed in 1992.U/%R+++ g Y(JLYoung LithuaniaJaunoji LietuvaJaunoji Lietuvahttps://en.wikipedia.org/wiki/Young_LithuaniaNew party formed on 17 September 1994.Union of LKDS and LTJS "Young Lithuania" For United Lithuania (LKDS ir LTJS "Jaunoji Lietuva" susivienijimas uz vieninga Lietuva) )Q-33 w ~ PDDemocratic PartyPartito DemocraticoPartito Democraticohttp://en.wikipedia.org/wiki/Democratic_Party_(Italy)E| P+// e |<ASActive SloveniaAktivna SlovenijaAktivna Slovenijahttp://en.wikipedia.org/wiki/Active_Slovenia ]-4OAAA  {% DSPDemocratic Socialist PartyDemocratic Socialist PartyDemocratic Socialist Partyhttp://en.wikipedia.org/wiki/Democratic_Socialist_Party_(Ireland)tN533 { xNLANew-Liberal AllianceNy-Liberal AllianceNy-Liberal Alliancehttp://en.wikipedia.org/wiki/Liberal_Alliance_(Denmark)HpeFMM[Y O 7 w?POUSWorkers Party of Socialist UnityPartido Operário de Unidade SocialistaPartido Operario de Unidade Socialistahttp://en.wikipedia.org/wiki/POUSParty formed in 1976.l1L///  K v(NBNational MovementNational BewegongNational Bewegonghttp://en.wikipedia.org/wiki/National_Movement_(Luxembourg)New party formed on 5 May 1987.#K/11 y uANNational AllianceAlleanza NazionaleAlleanza Nazionalehttp://en.wikipedia.org/wiki/National_Alliance_(Italy)%%|)'J-33 g A r PAAndalusian PartyPartidu AndalucistaPartidu Andalucistahttp://en.wikipedia.org/wiki/Andalusian_PartyNew party formed in 1965. r I-55 g qJPCCentre AgreementPorozumienie CentrumPorozumienie Centrumhttp://en.wikipedia.org/wiki/Centre_Agreementii hC>H;;; { ? pLPLiberal Party of CanadaLiberal Party of CanadaLiberal Party of Canadahttp://en.wikipedia.org/wiki/Liberal_Party_%28Canada%29New party formed in 1861.#|6G'%% g o%oFKCommon CourseFælles KursFaelles Kurshttp://da.wikipedia.org/wiki/F%C3%A6lles_KursParty formed by factions of the Communist Party of Denmark (DKP) in the early 1980s and founded on 19 April 1986.Coded as new party because it competed with DKP in elections over the 1980s.3\FO[Y  nReteMovement for Democracy -- The NetMovimento per la Democrazia – La ReteMovimento per la Democrazia -- La Retehttp://en.wikipedia.org/wiki/Movement_for_Democracy_%E2%80%93_The_Net-|M"EMYY l (BNRPBulgarian National Radical PartyBalgarska Natsionalnoradikalna PartiyaBalgarska Natsionalnoradikalna PartiyaБългарска националнорадикална партияhttp://bg.wikipedia.org/wiki/%D0%91%D1%8A%D0%BB%D0%B3%D0%B0%D1%80%D1%81%D0%BA%D0%B0_%D0%BD%D0%B0%D1%86%D0%B8%D0%BE%D0%BD%D0%B0%D0%BB%D0%BD%D0%BE-%D1%80%D0%B0%D0%B4%D0%B8%D0%BA%D0%B0%D0%BB%D0%BD%D0%B0_bugad:DD9C= s W kD(SSOParty of Free CitizensStrana svobodných občanůStrana svobodnych obcanuhttp://en.wikipedia.org/wiki/Party_of_Free_CitizensNew party formed on 14 February 2009.?=*C9==  hHADDemocratic AlternativeAlternattiva DemokratikaAlternattiva Demokratikahttp://en.wikipedia.org/wiki/Democratic_Alternative_(Malta)nJ(B3//  ) f6FVPFree People's PartyFreie VolksparteiFreie Volksparteihttps://en.wikipedia.org/wiki/Free_People%27s_Party_%28Germany%29Free People's Party (FVP) parliamentary group formed on 23 February 1956 as split from Free Democrats (FDP) and included four cabinet members.IUA+55  y eSPSocialist PartySocialistiese PartijSocialistiese Partijhttp://en.wikipedia.org/wiki/Socialist_Party_(Netherlands)Party formed on 22 October 1971 as a split from the Communist Party of the Netherlands/Marxist–Leninist (KPN/ML). In 1972, the KPN/ML party changed its name to the Socialist Party.V0Q !R@IIA  ? dCDRRomanian Democratic ConventionConvenţia Democrată RomânăConventia Democrata Romanahttp://en.wikipedia.org/wiki/Romanian_Democratic_Conventionsee Pavel and Huiu (2003)l %#?/// ! b PPProgressive PartyProgressive PartyProgressive Partyhttp://en.wikipedia.org/wiki/New_Zealand_Progressive_PartynzpaProgressive Party (PP) was formed by Jim Anderton after splitting from Alliance (A) on 3 April 2002. Party was dissolved on 9 March 2012.*>;==eu  a ZNSAgrarian People's UnionZemedelski Naroden SuyuzZemedelski Naroden SuyuzЗемеделски народен съюзhttp://en.wikipedia.org/wiki/Agrarian_People's_UnionParty formed in 1993 by members of the Agrarian People's Union (ZNS).;cd8=)11 } O _ (FrProgress PartyFremskrittspartietFremskrittspartiethttp://en.wikipedia.org/wiki/Progress_Party_%28Norway%29New party formed on 8 April 1973.2 ]R Bh<  ],UUnityUnityUnityhttp://en.wikipedia.org/wiki/Unity_%28Northern_Ireland%29:!';%'' _ U YD66Democrats 66Democraten 66Democraten 66http://en.wikipedia.org/wiki/Democrats_66New party formed on 14 October 1966.W:'R MQ ++:;AA { VPPRRadical Political PartyPolitieke Partij RadikalenPolitieke Partij Radikalenhttp://en.wikipedia.org/wiki/Politieke_Partij_RadikalenW&KO$X9=IG  ? U? PRDDemocratic Renewal PartyPartido Renovador DemocráticoPartido Renovador Democraticohttp://en.wikipedia.org/wiki/Democratic_Renewal_Party_%28Portugal%29New party formed in 1985.l)8111 k O SEuTrEurope TransparentEuropa TransparantEuropa Transparanthttp://en.wikipedia.org/wiki/Europa_TransparantNew party formed on 8 April 2004.#'7)+%  ? PDVVPublic AffairsVěci veřejnéVeci verejnehttp://en.wikipedia.org/wiki/Public_Affairs_%28political_party%29New party formed in 2001.>6999 s O PSASardinian Action PartyPartito Sardo d'AzionePartito Sardo d'Azionehttp://en.wikipedia.org/wiki/Sardinian_Action_Party8|#853C? # NJChDChristian DemocracyChrześcijańska DemokracjaChrzescijanska Demokracjahttp://pl.wikipedia.org/wiki/Chrze%C5%9Bcija%C5%84ska_Demokracja_(koalicja)ihh4///  L, NNationalist PartyNationalist PartyNationalist Partyhttp://en.wikipedia.org/wiki/Nationalist_Party_%28Northern_Ireland%29:I3755  W I DSPDemocratic Left PartyDemokratik Sol PartiDemokratik Sol Partihttp://en.wikipedia.org/wiki/Democratic_Left_Party_(Turkey)New party formed on 14 November 1985."T6 $ _2 Q F< ZaresFor RealZaresZareshttp://en.wikipedia.org/wiki/Zares l ^ 1)-- c M EVARainbow GreensVerdi ArcobalenoVerdi Arcobalenohttp://en.wikipedia.org/wiki/Rainbow_GreensParty formed on 1 January 1989. |3.0EGG y C(ASMSocial Alternative MussoliniAlternativa Sociale MussoliniAlternativa Sociale Mussolinihttp://en.wikipedia.org/wiki/Social_Action_%28Italy%29|v/A;; u BJ(RKNCatholic-National MovementRuch Katolicko-NarodowyRuch Katolicko-Narodowyhttp://en.wikipedia.org/wiki/Ruch_Katolicko-NarodowyhE.OOM A<DEMOSDemocratic Opposition of SloveniaDemokratična opozicija SlovenijeDemokraticna opozicija Slovenijehttp://en.wikipedia.org/wiki/Democratic_Opposition_of_Slovenia&-??? y ?,DUPDemocratic Unionist PartyDemocratic Unionist PartyDemocratic Unionist Partyhttp://en.wikipedia.org/wiki/Democratic_Unionist_Partyʿ:,%%% { >% LabLabour PartyLabour PartyLabour Partyhttp://en.wikipedia.org/wiki/Labour_Party_%28Ireland%29Hnt4+CMK } =<SSSSocialist Party of SloveniaSocialistična stranka SlovenijeSocialisticna stranka Slovenijehttp://en.wikipedia.org/wiki/Socialist_Party_of_Slovenia/ *''' <>(HBCroatian BlocHrvatski blokHrvatski blokhttp://en.wikipedia.org/wiki/Croatian_Bloc_%28political_party%29, ) CQK } ?9SDKSlovak Democratic CoalitionSlovenská demokratická koalíciaSlovenska demokraticka koaliciahttp://en.wikipedia.org/wiki/Slovak_Democratic_CoalitionElectoral alliance and parliamentary group but with alliance parties continuing to exist.y (### ] Q 7,PlaidPlaid CymruPlaid CymruPlaid Cymruhttp://en.wikipedia.org/wiki/Plaid_CymruNew party formed on 5 August 1925.UBR1R:('!# } 6GrengThe GreensDéi GréngDei Grenghttp://en.wikipedia.org/wiki/The_Greens_%28Luxembourg%29ZIA"4&?MI u 57LSPSocialist Party of LatviaLatvijas Sociālistiskā partijaLatvijas Socialistiska partijahttp://en.wikipedia.org/wiki/Latvian_Socialist_PartyU: b%3}y q 4(GPL-PVLGreen Liberal PartyGrünliberale Partei der Schweiz – Parti Vert-LibéralGruenliberale Partei der Schweiz -- Parti Vert-Liberalhttp://en.wikipedia.org/wiki/Green_Liberal_Party_of_SwitzerlandapSplinter group of the Greens (Grue) in the Zurich canton was established on 3 July 2004 (St. Galler Tagblatt) and the party was formed at the national level on 19 July 2007 (AP). $SQO 3PSoDRRomanian Socialist Democratic PartyPartidul Socialist Democrat RomânPartidul Socialist Democrat Romanl&28#1MG  2En-ORed-Green AllianceEnhedslisten – De Rød-GrønneEnhedslisten -- De Rod-Gronnehttp://en.wikipedia.org/wiki/Red-Green_Alliance_%28Denmark%293#."S??s 1" RatzMovement for Civil Rights and PeaceHatnuah Lezhiot Ha'ezrachHatnuah Lezhiot Ha'ezrachהתנועה לזכויות האזרח ולשלוםvx,Z!/// i ; /! LLPLang Labour PartyLang Labour PartyLang Labour Partyhttp://en.wikipedia.org/wiki/Lang_Labour_PartyLang Labour Party (LLP) split from and joined Australian Labor Party (ALP) three times.$< ;--  U -6TierAnimal Protection PartyTierschutzparteiTierschutzparteihttp://en.wikipedia.org/wiki/Human_Environment_Animal_WelfareNew party formed on 13 Februar 1993.9*=AA w ,ARPAnti-Revolutionary PartyAnti-Revolutionaire PartijAnti-Revolutionaire Partijhttp://en.wikipedia.org/wiki/Anti_Revolutionary_PartyWE%,  ' ( CCF|NDPCo-operative Commonwealth Federation | New Democratic PartyCo-operative Commonwealth Federation | New Democratic PartyCo-operative Commonwealth Federation | New Democratic Partyhttp://en.wikipedia.org/wiki/New_Democratic_Party_of_CanadaParty formed on 03 August 1961 as a merger of equal parts of the Canadian Labour Congress and the Co-operative Commonwealth Federation (CCF).p!|UAEC Q $6GrauThe Grays -- Gray PanthersDie Grauen – Graue PantherDie Grauen -- Graue Pantherhttp://en.wikipedia.org/wiki/The_Grays_%E2%80%93_Gray_PanthersNew party formed on 12 July 1989. #!)  A "@(VUPeople's UnionVolksunieVolksuniehttp://en.wikipedia.org/wiki/People%27s_Union_%28Belgium%29New party formed in 1946. Ua5nn8C`555  7 noneno party affiliationno party affiliationno party affiliationN#'' +d-droiteother rightdivers droitedivers droitej%E3//  Q #KDChristian DemocratsKristdemokraternaKristdemokraternahttp://en.wikipedia.org/wiki/Christian_Democrats_%28Sweden%29New party formed on 20 March 1964.-zFF KSGG ?PCTP/MRPPCommunist Party of the Portuguese Workers / Reorganizative Movement of the Party of the ProletariatComunista dos Trabalhadores Portugueses / Movimento Reorganizativo do Partido do ProletariadoComunista dos Trabalhadores Portugueses / Movimento Reorganizativo do Partido do Proletariadohttp://en.wikipedia.org/wiki/Communist_Party_of_the_Portuguese_Workers_/_Reorganizative_Movement_of_the_Party_of_the_Proletariatl ~H}p|{{7yxwwSvEu_tIsrq`ponn!llkkWjiiiLhggffdcbaa4`(_g^]].\][ZYYWVViUjTSSjRQPPO[NNWMLKJIHDGGAFF(EMD\CBB @@.?j>h=<;;::8-6644#3*2210/..B-,,1+*)(w'&%##M"!! [oM (UTxf[ B = . h zH4{HEQ;KI r#VLeft Party (Communists)Vänsterpartiet (kommunisterna)Vansterpartiet (kommunisterna)http://en.wikipedia.org/wiki/V%C3%A4nsterpartiet_Kommunisterna+3uAAP%%%wn LPLabour PartyLabour PartyLabour Partyhttp://en.wikipedia.org/wiki/New_Zealand_Labour_Party@ *(O;EC } k<SOSSlovenian Liberal PartySlovenska obrtniöka strankaSlovenska obrtnioka strankahttps://sl.wikipedia.org/wiki/Socialna_liberalna_stranka0N #-+ { jSZSGreen PartyStrana zelenýchStrana Zelenychhttp://en.wikipedia.org/wiki/Green_Party_%28Slovakia%29wo M u U i+VGreensLes VertsLes Vertshttp://en.wikipedia.org/wiki/The_Greens_%28France%29New party formed on 20 January 1984.yg>~])]1L I hD(SPR-RSCRally for the Republic -- Republican Party of CzechoslovakiaSdruzení pro republiku – Republikánská strana CeskoslovenskaSdruzeni pro republiku -- Republikanska strana Ceskoslovenskahttp://en.wikipedia.org/wiki/Republicans_of_Miroslav_Sl%C3%A1dekNew party formed in 26 October 1989 (Bugajski 2002, 258). Party was dissolved on 15 May 2013.CKK?; ; f'FKgPIndependent Small Holders PartyFüggetlen Kisgazda PártFuggetlen Kisgazda Parthttp://en.wikipedia.org/wiki/Independent_Smallholders,_Agrarian_Workers_and_Civic_PartyNew party formed on 1 July 1930. Refounded on18 November 1988.SFj\ 9J3?? m S a6PiGerman Pirate PartyPiratenpartei DeutschlandPiratenpartei Deutschlandhttp://en.wikipedia.org/wiki/German_Pirate_PartyNew party formed 10 September 2006.B?I=;7  ? _LRSLithuanian Russian UnionLietuvos rusų sąjungaLietuvos rusu sajungahttp://en.wikipedia.org/wiki/Lithuanian_Union_of_RussiansNew party formed in 1995. 4.HC?; ]PACParty of the Civic AlliancePartidul Alianţa CivicăPartidul Alianta Civicahttp://ro.wikipedia.org/wiki/Partidul_Alian%C5%A3a_Civic%C4%83 EjGCQO  Q XNS-SLNew Union (Social Liberals)Naujoji sąjunga (socialliberalai)Naujoji sajunga (socialliberalai)http://en.wikipedia.org/wiki/New_Union_%28Socialliberals%29New party formed on 25 April 1998.YZ H 3BF-3/O S3DIKODemocratic PartyDimokratikó KómmaDimokratiko KommaΔημοκρατικό Κόμμαhttp://en.wikipedia.org/wiki/Democratic_Party_%28Cyprus%29jacobs~2A"zE-!! g NKIPro Patria UnionIsamaaliitIsamaaliithttp://en.wikipedia.org/wiki/Pro_Patria_UnionFD/// i MEABasque SolidarityEusko AlkartasunaEusko Alkartasunahttp://en.wikipedia.org/wiki/Eusko_AlkartasunaoQ- C;11 k HPpPPopular Party for ProdiPopolari per ProdiPopolari per Prodihttp://it.wikipedia.org/wiki/Popolari_per_Prodi|qB%!! _ FJ UPLabour UnionUnia PracyUnia Pracyhttp://en.wikipedia.org/wiki/Labor_Unitedh 8 *hhA'i g EKKomeito PartyKōmeitōKomeito公明党http://en.wikipedia.org/wiki/New_Komeito_PartyNew party formed in 1964. Party was officially dissolved on 5 November 1994 but reformed on 7 November 1998.Komeito Party and New Komeito coded as one party because it presents itself as such in the online presentation of its history.j )@;AA u ?(MSIItalian Social MovementMovimento Sociale ItalianoMovimento Sociale Italianohttp://en.wikipedia.org/wiki/Italian_Social_Movement>|.?9KE   =DODSCivic Democratic PartyObčanská demokratická stranaObcanska demokraticka stranahttp://en.wikipedia.org/wiki/Civic_Democratic_Party_(Czech_Republic)Party formed on 21 April 1991 as a split of the Civic Forum (OF).A;\6*->;A?  <8Bf-87Citizens' Party -- 1987Borgaraflokkurinn – 1987Borgaraflokkurinn -- 1987http://en.wikipedia.org/wiki/Citizens%27_Party_%28Iceland%29=`k=!## ] ;PSSegni PactPatto SegniPatto Segnihttp://en.wikipedia.org/wiki/Patto_Segni:|7<9 etcothersdiversidiversi|5;7II  6JZSLUnited People's PartyZjednoczone Stronnictwo LudoweZjednoczone Stronnictwo Ludowehttp://en.wikipedia.org/wiki/United_People%27s_Party_%28Poland%29hX:UYS  18SjfAssociation for Equality and JusticeSamtök um jatnrétti og félagshyggjuSamtok um jatnretti og felagshyggjuhttps://en.wikipedia.org/wiki/Association_for_Justice_and_Equalitymackie` G9;;; ? 0HDAPDemocratic Action PartyDemocratic Action PartyDemocratic Action Partyhttp://en.wikipedia.org/wiki/Democratic_Action_Party_%28Malta%29mchaleNew party formed in 1947.8+++ e ? ,SPSchleswig PartySlesvigsk PartiSlesvigsk Partihttp://en.wikipedia.org/wiki/Schleswig_PartyNew party formed in 1920.+7))) c ? +7TPPeople's PartyTautas PartijaTautas partijahttp://en.wikipedia.org/wiki/Tautas_PartijaNew party formed in 1998.V:̂n c 67;; q ) DSDemocrats of the LeftDemocratici di SinistraDemocratici di Sinistrahttp://en.wikipedia.org/wiki/Democrats_of_the_Left}6""|KR5AII  (6CDUChristian Democratic UnionChristlich Demokratische UnionChristlich Demokratische Unionhttp://en.wikipedia.org/wiki/Christlich_Demokratische_Union_Deutschlands1tzi%-7-1U4S93  G&CSKP-YCommunist Party of Finland (Unity)Suomen Kommunistinen Puolue (Yhtenäisyys) – Finlands Kommunistiska Partiet (Enhet)Suomen Kommunistinen Puolue (Yhtenaisyys) -- Finlands Kommunistiska Partiet (Enhet)http://en.wikipedia.org/wiki/Communist_Party_of_Finland_(1997)jacobsTwice largest party no seats.[+^3E;;Yk ? %"BaladNational Democratic AssemblyBrit Le'umit DemokratitBrit Le'umit Demokratitברית לאומית דמוקרטיתhttp://en.wikipedia.org/wiki/Balad_%28Israel%29New party formed in 1995.xFD2155 ["#MbSCitizens CoalitionMedborgerlig samlingMedborgerlig samlinghttps://sv.wikipedia.org/wiki/Medborgerlig_samling_(1964–1968)Candidates in Malmö constituency only. x1+))e !7VLAll For Latvia!Visu Latvijai!Visu Latvijai!http://en.wikipedia.org/wiki/All_For_Latvia!10OKIq  FTBKingdom of Bulgaria ConfederationFederatsiya Tsarstvo Balgariya Federatsiya Tsarstvo BalgariyaФедерация царство Българияd!! ]  GLGreenLeftGroenLinksGroenLinkshttp://en.wikipedia.org/wiki/Groen_LinksParty formed on 1 March 1989 as a merger of the Communist Party of the Netherlands (CPN), the Pacifist Socialist Party (PSP), the Political Party of Radicals (PPR), and the Evangelical People's Party.V^)Q. ) 5 < etcothersothersotherst !-) [ SFFree ForumSlobodné fórumSlobodne forumhttp://en.wikipedia.org/wiki/Free_Forumd </// i ? !AGAustralian GreensAustralian GreensAustralian Greenshttp://en.wikipedia.org/wiki/Australian_GreensNew party formed in 1992.$ u5 s (SVP-UDCSwiss People's PartySchweizerische Volkspartei – Union Démocratique du CentreSchweizerische Volkspartei -- Union Democratique du Centrehttp://en.wikipedia.org/wiki/Swiss_People%27s_Partyhis"$PM;; ? FobePeople's Movement against the EUFolkebevægelsen mod EUFolkebevaegelsen mod EUhttp://en.wikipedia.org/wiki/People%27s_Movement_against_the_EUNew party formed in 1972.Irz) o S ? @ROSSEMRadical Reformers Fighting for an Upright SocietyRadikale Omvormers Strijdersen Stubbelaars vor MaatschappijRadikale Omvormers Strijdersen Stubbelaars vor Maatschappijhttp://en.wikipedia.org/wiki/ROSSEMNew party formed in 1991.q8I+311 k Q (LNLivable NetherlandsLeefbaar NederlandLeefbaar Nederlandhttp://en.wikipedia.org/wiki/Leefbaar_NederlandNew party formed on 25 March 1999.Wu#-) ] DOFCivic ForumObcanské fórumObcanske forumhttp://en.wikipedia.org/wiki/Civic_Forumcomposed of: ASD Asociace socialnich demokratu (Association of Social Democrats), ODA Obcanska demokraticka alliance (Civic Democratic Alliance) KAN Klub Neangaych Nestaniku (Policitally Involved Non-Party Members Club) HOS Hnuté Za Obcanskou Svobodu (MoA1U%55  o PvdALabour PartyPartij van de ArbeidPartij van de Arbeidhttp://en.wikipedia.org/wiki/Labour_Party_%28Netherlands%29Party formed on 02 September 1946 as a merger of the Social Democratic Workers' Party (SDAP), the Free-thinking Democratic League (VDB) and the Christian Democratic Union (CDU).Coded as new party because (largest) predecessor party won less than 75% of the combined vote based on 1937 election results.W0+RLP *! -// y ?  PPensioners PartyPensjonistpartietPensjonistpartiethttp://en.wikipedia.org/wiki/Pensioners_Party_(Norway)New party formed in 1985.B"m W)) S S "R|HNew Communist List | Democratic FrontRakah | HadashRakah | Hadashhttp://en.wikipedia.org/wiki/HadashParty formed on 15 March 1977 as a merger of the party Rakah and non-partisan parliamentary groups.!x ` 555? noneno party affiliationno party affiliationno party affiliationlށ +11 { ? PSSocialist PartyPartido SocialistaPartido Socialistahttp://en.wikipedia.org/wiki/Socialist_Party_(Portugal)W l*   @CVP|CD&VFlemish Christian Peoples Party | Christian Democrats & FlemishChristelijke Volkspartij | Christen-Democratisch en VlaamsChristelijke Volkspartij | Christen-Democratisch en Vlaamshttp://en.wikipedia.org/wiki/Flemish_Christian_Democratic_PartyT  3mm8%%% _ S #PiPirate PartyPiratpartietPiratpartiethttp://en.wikipedia.org/wiki/Pirate_PartyNew party formed on 1 January 2006.K!~AECy{ 7 ) DIKKIDemocratic Social MovementDimokratiko Koinoniko KinimaDimokratiki Kinoniki KinemaΔημοκρατικό Κοινωνικό Κινημαhttp://en.wikipedia.org/wiki/Democratic_Social_MovementParty formed in 1995. ,@797 q I (PRMGreater Romania PartyPartidul România MarePartidul Romania Marehttp://en.wikipedia.org/wiki/Greater_Romania_PartyNew party formed in May 1991. n 5355[m  BEEuro-Left CoalitionBalgarska EvrolevicaBalgarska EvrolevicaБългарска евролевицаhttp://en.wikipedia.org/wiki/Bulgarian_Euro-Left9d&"Soc  KKSSChristian Conservative Social UnionKrikščionių konservatorių socialinė sąjungaKrikscioniu konservatoriu socialine sajungahttp://en.wikipedia.org/wiki/Christian_Conservative_Social_UnionReformed as a new party after a merger on 23 January 2010.  B+a_ { @KPB-PCBCommunist PartyKommunistische Partij – Parti CommunisteKommunistische Partij -- Parti Communistehttp://en.wikipedia.org/wiki/Communist_Party_of_BelgiumV-e8=VKYU  < ZL-SDUnited List -- Social DemocratsZdružena lista – Socialni demokratiZdruzena lista -- Socialni demokratihttp://en.wikipedia.org/wiki/Social_Democrats_%28Slovenia%29|) k W +%'' y O  SpCentre PartySenterpartietSenterpartiethttp://en.wikipedia.org/wiki/Centre_Party_%28Norway%29New party formed on 19 May 1920. 2 * X BmSec   LSAPLuxembourg Socialist Workers' PartyLëtzebuerger Sozialistesch AarbechterparteiLetzebuerger Sozialistesch Aarbechterparteihttp://en.wikipedia.org/wiki/Luxembourg_Socialist_Workers%27_Party[6WEWQ ) JPCDParty of Christian DemocratsPartia Chrześcijańskich DemokratówPartia Chrzescijanskich Demokratowhttp://pl.wikipedia.org/wiki/Partia_Chrze%C5%9Bcija%C5%84skich_Demokrat%C3%B3wijh b~1--+  ICIndependent's ClubMushozoku-no-kaiMushozoku-no-kai無所属の会#0}+// i S IdVItaly of ValuesItalia dei ValoriItalia dei Valorihttp://en.wikipedia.org/wiki/Italia_dei_ValoriNew party formed on 21 March 1998. &<|8k|! c ,SFSinn FeinSinn FéinSinn Feinhttp://en.wikipedia.org/wiki/Sinn_F%C3%A9in :+{''%  DUSFreedom UnionUnie svobody Unie svobodyhttp://en.wikipedia.org/wiki/Freedom_Union_-_Democratic_UnionbugaA>29iz9C? s +PCFFrench Communist PartyParti communiste françaiseParti communiste francaishttp://en.wikipedia.org/wiki/French_Communist_PartySince 2009 part of Front de gauche (Left Front) electoral alliance: Parti de gauche (Left Party): Gauche unitaire (Unitarian Left), Parti communiste française (French Communist Party) yf{YY,y  II-SPInternationalist Initiative -- Solidarity between PeoplesIniciativa Internacionalista – La Solidaridad entre los PueblosIniciativa Internacionalista -- La Solidaridad entre los Puebloshttp://en.wikipedia.org/wiki/Iniciativa_InternacionalistaIx/5Q O "LThe ConsolidationLikudLikudהַלִּכּוּדhttp://en.wikipedia.org/wiki/LikudParty formed in 1973 as a merger of Herut (Herut), the Liberal Party (MiHal), the Free Centre (MeHo), the National List (RM) and the Movement for Greater Israel.Xx'Gw397  O SCRSocial Credit RallyRalliement créditisteRalliement creditistehttp://en.wikipedia.org/wiki/Social_Credit_Party_of_Canada_split,_1963Party formed on 1 September 1963.| Rv9MK  G PDPCivic Democratic PartyPilietinės demokratijos partijaPilietines demokratijos partijahttp://de.wikipedia.org/wiki/Pilietinės_demokratijos_partijaParty formed on 14 May 2006.  FuIOK  LKDPLithuanian Christian DemocratsLietuvos krikščionys demokrataiLietuvos krikscionys demokrataihttp://en.wikipedia.org/wiki/Lithuanian_Christian_DemocratsY d 1`t555 noneno party affiliationno party affiliationno party affiliationށs;== u PLDLiberal Democratic PolePolo Liberal-DemocraticoPolo Liberal-Democraticohttp://en.wikipedia.org/wiki/Liberal_Democratic_Pole|n0r3AA  +(PFNParty of New ForcesParti des forces nouvellesParti des forces nouvelleshttp://fr.wikipedia.org/wiki/Parti_des_forces_nouvelles_%28France%29.q=CC { ;MartinHans-Peter Martin's ListListe Dr. Hans-Peter MartinListe Dr. Hans-Peter Martinhttp://en.wikipedia.org/wiki/Hans-Peter_Martin%27s_List7(pOUQ ]CDKSCCommunist Party of CzechoslovakiaKomunistická strana ČeskoslovenskaKomunisticka strana Ceskoslovenskahttp://en.wikipedia.org/wiki/Communist_Party_of_CzechoslovakiaParty was dissolved on 31 December 1992.{"dissolved": "1992-12-31"}A, Lo7AA u K JPSLPolish People's PartyPolskie Stronnictwo LudowePolskie Stronnictwo Ludowehttp://en.wikipedia.org/wiki/Polish_People%27s_PartyNew party formed on 5 May 1990.j .h,Cn[_Y S 7LPP/LCLatvian First Party / Latvian Way PartyLatvijas Pirmā partija / Latvijas CeļšLatvijas Pirma partija / Latvijas Celshttp://en.wikipedia.org/wiki/LPP/LC>rmk ,LibLiberalsLiberalsLiberalshttp://en.wikipedia.org/wiki/Liberal_Party_(UK)EPP:,liwu y +UMP|LRUnion for a Popular Movement | The RepublicansUnion pour un mouvement populaire | Les RépublicainsUnion pour un mouvement populaire | Les Republicainshttps://en.wikipedia.org/wiki/The_Republicans_(France){nBaa3k)## c #MModerate PartyModeraternaModeraternahttp://en.wikipedia.org/wiki/Moderate_Party-d,7{EE{jG__  g@MCCCitizens' Movement for ChangeMouvement des Citoyens pour le ChangementMouvement des Citoyens pour le Changementhttp://en.wikipedia.org/wiki/Citizens%27_Movement_for_ChangeParty won seats in national and EP elections.q86 i## m ? D(NeIndependentNezávislíNezavislihttp://cs.wikipedia.org/wiki/NEZ%C3%81VISL%C3%8DNew party formed in 1994.<:h 5  one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.sg777 q#! %PDProgressive DemocratsProgressive DemocratsProgressive Democratshttp://en.wikipedia.org/wiki/Progressive_Democratsiris, timesParty was announced on 21 December 1985 by Desmond O'Malley, a former Fianna Fail minister of justice. Dissolution of the PD was announced in the Iris Oifigiúil (Irish State News) on 20 November 2009.Ьqt+f153 k A +GEEcology GenerationGeneration écologieGeneration ecologiehttp://en.wikipedia.org/wiki/Ecology_GenerationNew party formed in 1990. y}c!eAQQ s U 6KPDCommunist Party of GermanyKommunistische Partei DeutschlandsKommunistische Partei Deutschlandshttp://en.wikipedia.org/wiki/German_Communist_PartyParty was banned on 17 August 1956 and formed the German Communist Party (DKP) on 25 September 1968.!4IOdG][  (PUNRRomanian National Unity PartyPartidul Unitatii Naţionale a RomanilorPartidul Unitatii Nationale a Romanilorhttp://en.wikipedia.org/wiki/Romanian_National_Unity_Partyn  *c; u U  VLiberal Party of NorwayVenstreVenstrehttps://en.wikipedia.org/wiki/Liberal_Party_(Norway)New party formed on 28 January 1884.0) Z B MbSSS ,(VUPPVanguard Unionist Progressive PartyVanguard Unionist Progressive PartyVanguard Unionist Progressive Partyhttp://en.wikipedia.org/wiki/Vanguard_Progressive_Unionist_Party:$3a;;;  AP-PPeople's Alliance-PartyAlianza-Partido PopularAlianza-Partido Popularhttp://en.wikipedia.org/wiki/People%27s_Party_%28Spain%29JPx$Z`KUQ + @PL(B)Liberal Party [Brussels Region]Parti Libéral [Région bruxelloise]Parti Liberal [Region bruxelloise]http://en.wikipedia.org/wiki/Liberalism_in_Belgium#.28Brussels.29_Liberal_PartyS8. _%)' k A'~CRtReform GroupRemonttiryhmäRemonttiryhmahttp://fi.wikipedia.org/wiki/Remonttiryhm%C3%A4New party formed in 1998. one man party'=^EGC  }CDSDemocratic and Social CentreCentró Democrático y SocialCentro Democratico y Socialhttp://en.wikipedia.org/wiki/Democratic_and_Social_Centre_(Spain)6]GII}{ A | (RZSOrder, Lawfulness and JusticeRed, zakonnost i spravedlivostRed, zakonnost i spravedlivostРед, законност и справедливостhttp://en.wikipedia.org/wiki/Order,_Lawfulness,_JusticeNew party formed in 2005. 9d.\199s y6DFUGerman Peace UnionDeutsche FriedensunionDeutsche Friedensunionhttp://de.wikipedia.org/wiki/Deutsche_Friedensunion) [EUS e + v DINI-RIDini List -- Italian RenewalLista Dini – Rinnovamento ItalianoLista Dini -- Rinnovamento Italianohttp://en.wikipedia.org/wiki/Italian_RenewalNew party formed on 27 February 1996 by outgoing technocratic PM Lamberto Dini.~A9|Z5Z=EE w uJ SLDDemocratic Left AllianceSojusz Lewicy DemokratycznejSojusz Lewicy Demokratycznejhttp://en.wikipedia.org/wiki/Democratic_Left_Allianceh2R  )h4 YQ5/ e t((NA|SDNational Action -- Swiss DemocratsNationale Aktion – Action Nationale | Schweizer Demokraten – Démocrates SuissesNationale Aktion -- Action Nationale | Schweizer Demokraten -- Democrates Suisseshttp://en.wikipedia.org/wiki/Swiss_DemocratsKX} ] sCCD+CDUChristian Democratic Centre / United Christian DemocratsCentro Cristiano Democratico / Cristiani Democratici UnitiCentro Cristiano Democratico / Cristiani Democratici Unitihttp://en.wikipedia.org/wiki/Whiteflowerinformal name for 2001 general election was White Flower (Biancofiore) /.|54W?GG y qGPVReformed Political LeagueGereformeerd Politiek VerbondGereformeerd Politiek Verbondhttp://en.wikipedia.org/wiki/Reformed_Political_LeagueTT .XVEa]  n? ASDIIndependent Social DemocratsAssociação Social Democrata IndependenteAssociacao Social Democrata Independentehttp://en.wikipedia.org/wiki/Social_Democratic_Party_%28Portugal%29lSU S l@VAliveVivantVivanthttp://en.wikipedia.org/wiki/Vivant8N,T111 s G kJPLPeasants AgreementPorozumenie LudowePorozumenie Ludowehttps://en.wikipedia.org/wiki/Peasants%27_AgreementParty formed in October 1991.j h*S)II  jPaCoIAgrarian PartyPartito dei Contadini d'ItaliaPartito dei Contadini d'Italiahttp://it.wikipedia.org/wiki/Partito_dei_Contadini_d'Italia|'R+++ e ? i ACTACT New ZealandACT New ZealandACT New Zealandhttp://en.wikipedia.org/wiki/ACT_New_ZealandNew party formed in 1994.4*}Q!#u g" AEOne NationAm EhadAm Ehadעם אחדhttp://en.wikipedia.org/wiki/One_Nation_%28Israel%29xx/jP?I?uy f)KKECommunist Party of GreeceKommounistikó Kómma ElládasKommunistiko Koma ElladosΚομμουνιστικό Κόμμα Ελλάδαςhttp://en.wikipedia.org/wiki/Communist_Party_of_Greece, tOAEE ePNPNational Pensioners' PartyPartito Nazionale PensionatiPartito Nazionale Pensionati|~JN5 b6 noneno party affiliationparteilosparteilosށUMEEE  ? aKEKDEstonian Christian DemocratsEesti Kristlikud DemokraadidEesti Kristlikud Demokraadidhttp://en.wikipedia.org/wiki/Party_of_Estonian_Christian_DemocratsNew party formed in 1998.LL)L=#!  Z(EVP-PEPProtestant Peoples PartyEvangelische Volkspartei der Schweiz – Parti Populaire Evangelique SuisseEvangelische Volkspartei der Schweiz -- Parti Populaire Evangelique Suissehttp://en.wikipedia.org/wiki/Evangelical_People%27s_Party_of_Switzerland L$"K=?? y Y?FSPPeople's Socialist FrontFrente Socialista PopularFrente Socialista Popularhttp://en.wikipedia.org/wiki/Frente_Socialista_Popularl3oJUOK  U X'(JobbikJobbik Movement for a Better HungaryJobbik Magyarországért MozgalomJobbik Magyarorszagert Mozgalomhttp://en.wikipedia.org/wiki/Movement_for_a_Better_HungaryNew party formed on 24 October 2003.\ \II;77]u W BBBBulgarian Business BlocBalgarski Biznes BlokBalgarski Biznes BlokБългарски бизнес блокhttp://en.wikipedia.org/wiki/Bulgarian_Business_Blocbuga<d UH9CCus U)EDAUnited Democratic LeftEniaia Dimokratiki AristeraEniaia Dimokratiki AristeraΕνιαια Διμοκρατικι Αριστεραhttp://en.wikipedia.org/wiki/United_Democratic_Left,GO_[ _ %TFI-PdLGo Italy -- The People of FreedomForza Italia – Il Popolo della LibertàForza Italia -- Il Popolo della Libertahttp://en.wikipedia.org/wiki/Forza_ItaliaPdL was initially a federation launched on 18 November 2007 and later a political party founded on 27 March 2009 and dissolved on 16 November 2013. It formed a parliamentary group after the 2008 election.b0/|? F'%% u NKFConservativesKonservativeKonservativehttp://en.wikipedia.org/wiki/Konservative_Folkeparti54Bq,S 9ES99SO L"TamiMovement for the Heritage of IsraelTnu'at Masoret YisraelTnu'at Masoret Yisraelתנועת מסורת ישראל‎http://en.wikipedia.org/wiki/TamiTx9DIMK 3 K8B-HCivic Movement -- The MovementBorgarahreyfingin – HreyfinginBorgarahreyfingin -- Hreyfinginhttp://en.wikipedia.org/wiki/Citizens'_Movement_(Iceland)reviewNew party formed in 2009. 3 of 4 MPs formed The Movement (H) on 18 September 2009.`(bC CKE - ? J(LsNSPeople's Party Our SlovakiaĽudová strana Naše SlovenskoLudova strana Nase Slovenskohttps://en.wikipedia.org/wiki/Kotlebists_%E2%80%93_People%27s_Party_Our_SlovakiaNew party formed in 2010.? B9  ICRKP-SFPSwedish People's PartyRuotsalainen Kansanpuolue – Svenska Folkepartiet i FinlandRuotsalainen Kansanpuolue -- Svenska Folkepartiet i Finlandhttp://en.wikipedia.org/wiki/Swedish_People%27s_Party_%28Finland%29:5`^~}~A%''  EDPLabour PartyDarbo partijaDarbo partijahttp://en.wikipedia.org/wiki/Labour_Party_%28Lithuania%29B /F@KYS } >DOH|SDCivic Movement | Free DemocratsObcanské hnuti | Svobodní DemokratéObcanske hnuti | Svobodni Demokratehttps://en.wikipedia.org/wiki/Party_for_the_Open_Society0?SYS  <3AKELProgressive Party of Working PeopleAnorthotikó Kómma Ergazómenou LaoúAnorthotikon Komma Ergazemenou LaouΑνορθωτικό Κόμμα Εργαζόμενου Λαούhttp://en.wikipedia.org/wiki/Progressive_Party_of_Working_Peoplejacobs1A!h>Ygc 9(FGr-ASFFeminists and Green-Alternative GroupsFeministische und grün-alternative Gruppierungen – Alternative socialiste verte et groupements féministesFeministische und gruen-alternative Gruppierungen -- Alternative socialiste verte et groupements feministeshttp://de.wikipedia.org/wiki/Politische_Parteien_in_der_Schweiz(=! A 6 LiderLiderLiderLiderЛИДЕРhttps://en.wikipedia.org/wiki/Lider_%28political_party%29New party formed in 2007. dDu<aki  5? UEDSLeftwing Union for the Socialist DemocracyUnião da Esquerda para a Democracia SocialistaUniao de Esquerda para a Democracia Socialistahttp://en.wikipedia.org/wiki/Leftwing_Union_for_the_Socialist_Democracyl"';3==  4((RBRepublican MovementRepublikanische BewegungRepublikanische Bewegunghttp://en.wikipedia.org/wiki/Republican_Movement_%28Switzerland%29#T:?EE y Y 2PSMSocialist Party of LabourPartidul Socialist al MunciiPartidul Socialist al Munciihttp://en.wikipedia.org/wiki/Socialist_Party_of_LabourNew party formed on 16 November 1990. n 0M9 3aW   /MKHungarian CoalitionMaďarskej koalície – Magyar koalícióMa'arskej koalicie -- Magyar koaliciohttp://en.wikipedia.org/wiki/Party_of_the_Hungarian_Coalition z c8Q[[ .6 SPDSocial Democratic Party of GermanySozialdemokratische Partei DeutschlandsSozialdemokratische Partei Deutschlandshttp://en.wikipedia.org/wiki/Social_Democratic_Party_of_Germanyhxy#..+ A~t}I|9{zz'yxxZwvCu~tssrrquppLonmmlHkjihggfEeJdcc\bb> =<;;5:j988@766L5M432100//#.-j,++=**p))(Q''!&%$$$!!Q 5y<J{ap+7 E n I ?'w mSQQ  PBSDParty of Bulgarian Social DemocratsPartiya Balgarski SotsialdemokratiPartiya Balgarski SotsialdemokratiПартия Български социалдемократиhttp://en.wikipedia.org/wiki/Party_of_Bulgarian_Social_Democrats/dL/l]kk)s y  KzB|DLCoalition for Bulgaria | Democratic LeftKoalitsiya za Balgariya | Demokratichna LevitsaKoalitsiya za Balgariya | Demokratichna LevitsaКоалиция за България | Демократична левицаhttp://en.wikipedia.org/wiki/Coalition_for_BulgariaCoalition for Bulgaria | Democratic Left (KzB|DL) is an electoral alliance led by the Bulgarian Socialist Party (BSP).9] Id,kMQO } _ GLEIGreen Left Ecological InitiativeGreng Lëscht Ekologesch InitiativGreng Lescht Ekologesch Initiativhttp://en.wikipedia.org/wiki/The_Greens_%28Luxembourg%29Green Alternative (GAP) split in 1985 and Green Left Ecological Initiative (GLEI) was led by Jup Weber. GAP and GLEI merged in 1995 but MEP Weber left Green Group on 10 October 1995 and later formed Green and Liberal Alliance (GLA).ZG Ej;7  Y #MPGreensMiljöpartiet de GrönaMiljopartiet de Gronahttp://en.wikipedia.org/wiki/Milj%C3%B6partiet_de_Gr%C3%B6naNew party formed on 20 September 1981.+f.wGG /i''' o w 3LPLiberal PartyLiberal PartyLiberal Partyhttp://en.wikipedia.org/wiki/Liberalism_in_CyprusParty formed in September 1986 by Nicos Α. Rolandis.h7G  ~"MadaArab Democratic PartyMiflaga Demokratit Aravit – al-Hizb al-Dimuqrati al-ArabiMiflaga Demokratit Aravit al-Hizb -- al-Dimuqrati al-Arabiמפלגה דמוקרטית ערבית‎ – ألحزب الديمقراطي العربي‎http://en.wikipedia.org/wiki/Arab_Democratic_Party_%28Israel%29Party formed on 15 February 1988 as a splinter of the Alignment (A). x<gAIIQ ?-} OT-SIIUnion for Tzar [Simeon II]Obedinenie za Tsar [Simeon II]Obedinenie za Tsar [Simeon II]Обединение за ЦаряNew party formed in 1997.Minor party supporting king but different to National Movement Simeon II (NDSV).df1++1k zNPSNew Party SakigakeShinto SakigakeShinto Sakigake新党さきがけhttp://en.wikipedia.org/wiki/New_Party_SakigakeOeG]] yUDRUnion of republican democratsUnione dei democratici per la repubblicaUnione dei democratici per la repubblicahttp://en.wikipedia.org/wiki/Democratic_Union_for_the_Republic|4dCCA  xLDPLithuanian Democratic PartyLietuvos demokratų partijaLietuvos demokratu partijahttp://lt.wikipedia.org/wiki/Lietuvos_demokrat%C5%B3_partijaY gSc QOM vHZDSMovement for a Democratic SlovakiaHnutie za demokratické SlovenskoHnutie za demokraticke Slovenskohttp://en.wikipedia.org/wiki/Movement_for_a_Democratic_Slovakiay K$ 1:b-1/  = uDYPRight Path PartyDoğru Yol PartisiDogru Yol Partisihttp://en.wikipedia.org/wiki/Democratic_Party_%28Turkey,_current%29 DYP was formed in 1983.# : L$aA;; { tJ SDPLSocial Democracy of PolandSocjaldemokracja PolskaSocjaldemokracja Polskahttp://en.wikipedia.org/wiki/Social_Democracy_of_Poland 3h"``7// q qK EKEstonian Centre PartyEesti KeskerakondEesti Keskerakondhttp://en.wikipedia.org/wiki/Estonian_Centre_PartybugaNew party formed on 9 September 1991 and registered on 9 April 1992.EKo_1##kU pNFPNew Frontier PartyShinshin-toShinshin-to新進党http://en.wikipedia.org/wiki/New_Frontier_PartyafpNew Frontier Party (NFP) split into six parties following its dissolution on 27 December 1997 (AFP).1^;??  n SDPSocial Democratic PartySozialdemokratesch ParteiSozialdemokratesch Parteihttp://en.wikipedia.org/wiki/Social_Democratic_Party_%28Luxembourg%29 t])%% a k6BPBavarian PartyBayernparteiBayernparteihttp://en.wikipedia.org/wiki/Bavaria_Party!z\))' c jBlCitizens' ListBiergerlëschtBiergerleschthttp://en.wikipedia.org/wiki/Citizens'_ListB[5 h noneno party affiliationingeningenށZ))) s 7 f,(NFNational FrontNational FrontNational Fronthttp://en.wikipedia.org/wiki/British_National_FrontParty formed in 1967.:xY!%#+[ dYPYour PartyMinna no TōMinna no Toみんなの党http://en.wikipedia.org/wiki/Your_Party)X?MG y % cDODACivic Democratic AllianceObčanská demokratická alianceObcanska demokraticka aliancehttp://en.wikipedia.org/wiki/Civic_Democratic_AllianceNew party formed in November 1989. Party was dissolved on 31 December 2007.A WW9;; a  bRPWelfare (Virtue) PartyRefah (Fazilet) PartisiRefah (Fazilet) Partisihttp://en.wikipedia.org/wiki/Welfare_PartyRP was banned on 16 January 1998. FP was banned on 22 June 2001.#6V;== ` PSDSocial Democratic PartyPartidul Social DemocratPartidul Social Democrathttp://en.wikipedia.org/wiki/Social_Democratic_Party_(Romania)l%<   ]U531 _C noneno party affiliationei kukaan – ingenei kukaan -- ingenށKT=][ o ^CKOKNational Coalition PartyKansallinen Kokoomus – SamlingspartietKansallinen Kokoomus -- Samlingspartiethttp://en.wikipedia.org/wiki/Kansallinen_Kokoomus9V`zAz&nSmyy ] Y@ SPa+SpiSocialist Party Different / Social Liberal PartySocialistische Partij Anders / Sociaal-Liberale PartijSocialistische Partij Anders / Sociaal-Liberale Partijhttp://en.wikipedia.org/wiki/SP.A-SpiritSIg8O9R   V@PVV|VLDParty of Liberty and Progress | Flemish Liberals and DemocratsPartij voor Vrijheid en Vooruitgang | Vlaamse Liberalen en DemocratenPartij voor Vrijheid en Vooruitgang | Vlaamse Liberalen en Democratenhttp://en.wikipedia.org/wiki/Vlaamse_Liberalen_en_DemocratenS7jk8'aQ)ok 9 UCVLLiberal LeagueVapaamielisten Liitto – De Frisinnades FörbundVapaamielisten Liitto -- De Frisinnades Forbundhttp://en.wikipedia.org/wiki/Liberal_League_%28Finland%29jacobs, mchale, toer68Liberal League (VI) usually allied with the National Coalition (KOK) in the elections between 1951 and 1962 (Törnudd 1968, 95).SPuym -1g TC TPSLSocial Democratic League of Workers and SmallholdersTyäväen ja Pienviljelijäin Sosialdemokraattinen Liitto – Arbetarnas och Småbrukarnas Socialdemokratiska FörbundTyavaen ja Pienviljelijain Sosialdemokraattinen Liitto -- Arbetarnas och Smabrukarnas Socialdemokratiska Forbundhttp://en.wikipedia.org/wiki/Social_Democratic_Union_of_Workers_and_Smallholdersedu, jacobs, rferlThe Social Democratic (SSDP) split internally over the election of a new chairman at a party congress on 21 April 1957. Some MPs formed the Independent Social Democrats (Sosialidemokraattinen riippumaton) parliamentary group on 26 March 1958 and run as Social Democratic Opposition (Sosialidemokraattisen opposition) in the 1958 election. The party was formed by establishing a parliamentary group under its name on 6 March 1959.71O-][ i QCEkoEcological PartyEkologinen puolue – Ekologiska partietEkologinen puolue -- Ekologiska partiethttp://fi.wikipedia.org/wiki/Ekologinen_puolueKNEMK  PJD|W|UDemocratic | Freedom | UnionDemokratyczna | Wolności | UniaDemokratyczna | Wolnosci | Uniahttp://en.wikipedia.org/wiki/Democratic_Party_%E2%80%93_demokraci.pli l 1h&JMGUU  N>HSLSCroatian Social Liberal PartyHrvatska socijalno liberalna strankaHrvatska socijalno liberalna strankahttp://en.wikipedia.org/wiki/Croatian_Social_Liberal_Party>z FL3== w Y M+MFMovement for FranceMouvement pour la FranceMouvement pour la Francehttp://en.wikipedia.org/wiki/Mouvement_pour_la_FranceNew party formed on 20 November 1994. odd8K  L7 SHarmonySaskaņasSaskanashttp://en.wikipedia.org/wiki/Social_Democratic_Party_%22Harmony%22] j'J c S?F+GGaullistsGaullisteGaullistehttp://en.wikipedia.org/wiki/Gaullist_PartyNew party formed on 14 April 1947. 1946 Union gaulliste 1951 Rassemblement du peuple français 1956 Républicains sociaux 1958 Union pour la nouvelle république (UNR), Centre de la Reforme republicaine, Renouveau et fidelité, and independent Gaullist candidates 1962 UNR and Union démocratique du travail (UDT) 1967 UNR and Union démocratique du travail (UDT) 1968 Union pour la défence de la république (Mackie and Rose 1991, 142){I;;; u D,RepLPRepublican Labour PartyRepublican Labour PartyRepublican Labour Partyhttp://en.wikipedia.org/wiki/Republican_Labour_Party:-5H CJ etcothersothersothersh#G+AA { @PCICommunist PartyPartito Comunista ItalianoPartito Comunista Italianohttp://en.wikipedia.org/wiki/Partito_Comunista_Italiano}~I|FCMK }C>+MRPPopular Republican MovementMouvement républicain populaireMouvement republicain populairehttp://en.wikipedia.org/wiki/Popular_Republican_MovementLinked to RPR from Castles/Mair expert survey, to have a left/right position for the party.{!4EOMK ;7LKPPLatvias Party of Russian CitizensLatvijas Krievu pilsoņu partijaLatvijas Krievu pilsonu partijaDD/11  9>DCDemocratic CentreDemokratski centarDemokratski centarhttp://en.wikipedia.org/wiki/Democratic_Centre_%28Croatia%29C+## ] W 8LVVenetian LeagueLiga VenetaLiga Venetahttp://en.wikipedia.org/wiki/Liga_VenetaNew party formed on 9 December 1979. |IBEUU  5JPZPRPolish United Workers' PartyPolska Zjednoczone Partia RobotniczaPolska Zjednoczone Partia Robotniczahttp://en.wikipedia.org/wiki/Polska_Zjednoczona_Partia_Robotniczah !A5=;2JPZZPolish Western UnionPolski Związek ZachodniPolski Zwiazek Zachodnihttp://pl.wikipedia.org/wiki/Polski_Zwi%C4%85zek_Zachodnij'h7)@ 7C= q 0(SNSSlovak National PartySlovenská národná stranaSlovenska narodna stranahttp://en.wikipedia.org/wiki/Slovak_National_Partyy I# (3?/3 GreekGreekGreekGreek >/''  (K(EKoEstonian CitizensEesti KodanikEesti Kodanikhttp://en.wikipedia.org/wiki/Estonian_parliamentary_election,_1992G)-=AIE { 'ALDAutonomy Liberty DemocracyAutonomie Liberté DémocratieAutonomie Liberte Democratiehttp://en.wikipedia.org/wiki/Autonomy_Liberty_Democracy|wU<%UM k W &CVIHRGreen LeagueVihreä Liitto – Gröna FörbundetVihrea Liitto -- Grona Forbundethttp://en.wikipedia.org/wiki/Vihre%C3%A4_LiittoNew party formed on 28 February 1987.7b ; ;?; u %VPNPublic against ViolenceVerejnosť proti násiliuVerejnos' proti nasiliuhttp://en.wikipedia.org/wiki/Public_Against_ViolencexD:=95Wu Ae#)EmpIndependent Muslim ListsEmpistosύnh (Rodόph)Empistosunh (Rodoph)Εμπιστοσύνη (Ροδόπη)http://en.wikipedia.org/wiki/Independent_Muslim_ListNew party formed in 1985. "Lists representing the Turkish-speaking Muslim minority in two districts in Thrace." (Mackie and Rose 1991),n9!)) [ "+NCNew CentreNouveau centreNouveau centrehttp://en.wikipedia.org/wiki/New_Centre)68IKI  !,RRespect -- The Unity CoalitionRespect – The Unity CoalitionRespect -- The Unity Coalitionhttp://en.wikipedia.org/wiki/Respect_-_The_Unity_Coalition:*a7=== {   SPFSocialist People's FrontSocialist People's FrontSocialist People's Fronthttp://en.wikipedia.org/wiki/Socialist_People%27s_FrontReformed as a new party after a merger on 19 December 2009. 56  etcothersothersothers55A/-+  DSPDemocratic Socialist PartyMinshu Shakai-tōMinshu Shakai-to民主社会党http://en.wikipedia.org/wiki/Democratic_Socialist_Party_%28Japan%29!4so % @PSC-CVPFrancophone Christian Social Party and Flemish Christian People's PartyParti Social Chrétien – Christelijke VolkspartijParti Social Chretien -- Christelijke Volkspartijhttp://en.wikipedia.org/wiki/Christian_Social_Party_%28Belgium%2C_defunct%29T_8"+3?EE y (PNMMonarchist National PartyPartito Nazionale MonarchicoPartito Nazionale Monarchicohttp://en.wikipedia.org/wiki/Monarchist_National_Party|2EGG} A 3(ADKFighting Democratic MovementAgonistiko Dimokratiko KinimaAgonistiko Dimokratiko KinimaΑγωνιστικό Δημοκρατικό Κίνημαhttp://en.wikipedia.org/wiki/Fighting_Democratic_MovementNew party formed in 1999. !91#++ Q  CeSCentre LeftCentro-sinistraCentro-sinistrahttp://en.wikipedia.org/wiki/UlivoProxy party for centre left alliances that have formed since the 1990s.~IE|%{0]ic  <NSINew Slovenia -- Christian People's PartyNova Slovenija – Krščanska ljudska strankaNova Slovenija -- Krscanska ljudska strankahttp://en.wikipedia.org/wiki/New_Slovenia_Christian_People%27s_Partyreuters|2 Y,/)1+ ! TS-LKHomeland UnionTėvynės sąjungaTevynes sajungahttp://en.wikipedia.org/wiki/Homeland_Union_%28Lithuanian_Conservatives%29Z,l f d #.=99 y >(HSPCroatian Party of RightsHrvatska stranka pravaHrvatska stranka pravahttps://en.wikipedia.org/wiki/Croatian_Party_of_Rights?1 %-5;9 k 7LPPLatvia's First PartyLatvijas Pirmā partijaLatvijas Pirma partijahttp://en.wikipedia.org/wiki/Latvia_First_PartyU d6,3A? m 7LVPLatvian Unity PartyLatvijas Vienības PartijaLatvijas Vienibas Partijahttp://en.wikipedia.org/wiki/Latvian_Unity_PartybugaU2=+7?? q K MpAMovement for AutonomyMovimento per l'AutonomiaMovimento per l'Autonomiahttp://en.wikipedia.org/wiki/Movement_for_AutonomyParty formed on 30 April 2005. H|B*;99 A  HPKConstitutionalist PartyPartit KostituzzjonaliPartit Kostituzzjonalihttp://en.wikipedia.org/wiki/Constitutional_Party_%28Malta%29mchaleNew party formed in 1921. G)?;;  K SVPSouth Tyrol Peoples PartySüdtiroler VolksparteiSuedtiroler Volksparteihttp://en.wikipedia.org/wiki/South_Tyrolean_People%27s_PartyNew party formed on 8 May 1945.;|I#(+77  @ SPSocialist PartySocialistische PartijSocialistische Partijhttp://en.wikipedia.org/wiki/Socialistische_Partij_-_AndersSIG0gg81v'[SS Y MISMovement for the Independence of SicilyMovimento Indipendentista SicilianoMovimento Indipendentista Sicilianohttp://it.wikipedia.org/wiki/Movimento_Indipendentista_Siciliano#Assemblea_Costituente_.281946-1948.29|,&1//Wk )EPNational AlignmentEthniki ParataxisEthniki ParataxisΚριτήρια αναζήτησηςhttp://en.wikipedia.org/wiki/National_Alignment2,%#// i EEBasque LeftEuzkadiko EzkerraEuzkadiko Ezkerrahttp://en.wikipedia.org/wiki/Euskadiko_Ezkerram{j$QQQ K , SDLPSocial Democratic and Labour PartySocial Democratic and Labour PartySocial Democratic and Labour Partyhttp://en.wikipedia.org/wiki/Social_Democratic_and_Labour_PartyParty formed on 20 August 1970.O:#T#aQQ JBBWRNon-Party Block for Supporting the ReformsBezpartyjny Blok Wspierania ReformBezpartyjny Blok Wspierania Reformhttp://en.wikipedia.org/wiki/Bezpartyjny_Blok_Wspierania_Reformjh2!"999  ,NLPNational Liberal PartyNational Liberal PartyNational Liberal Partyhttp://en.wikipedia.org/wiki/National_Liberal_Party_%28UK%29: >! EKI  SOPParty of Civic UnderstandingStrana občianskeho porozumeniaStrana obcianskeho porozumeniahttp://sk.wikipedia.org/wiki/Strana_ob%C4%8Dianskeho_porozumeniax87 9A?  PNLNational Liberal PartyPartidul Naţional LiberalPartidul National Liberalhttp://en.wikipedia.org/wiki/National_Liberal_Party_(Romania)l +++ y  %SPSocialist PartySocialist PartySocialist Partyhttp://en.wikipedia.org/wiki/Socialist_Party_(Ireland)Socialist Party (SP) formed in 1996 by members of the Militant Tendency. They were expelled from the Labour Party in 1989.t!7;EE y ;OVPAustrian People's PartyÖsterreichische VolksparteiOesterreichische Volksparteihttp://en.wikipedia.org/wiki/Austrian_People%27s_Party5(j9uq  (CsP-PCSChristian Social PartyChristlich-soziale Partei – Parti chrétien-socialChristlich-soziale Partei -- Parti chretien-socialhttp://en.wikipedia.org/wiki/Christian_Social_Party_%28Switzerland%29.`555J noneno party affiliationno party affiliationno party affiliationhނ )++ a ] #MiMiddle PartiesMittenpartiernaMittenpartiernahttp://sv.wikipedia.org/wiki/Politisk_mittElectoral alliance (regional) between Folkpartiet (Liberals) and Centerpartiet (Centre Party) in Gotland constituency and the four-cities constituency (Urwin 1970, 78).#KI ] CNSPYoung FinnsNuorsuomalaiset – UngfinnarnaNuorsuomalaiset -- Ungfinnarnahttp://en.wikipedia.org/wiki/Young_Finns8^A%% s # 8 SamSocial Democratic AllianceSamfylkinginSamfylkinginhttp://en.wikipedia.org/wiki/Alliance_%28Iceland%29Party formed on 05 May 2000 as a merger of The National Awakening, the People's Alliance, the Social Democratic Party and the Women's List.;s`NO]W { DL-MDemocracy is Freedom -- The DaisyDemocrazia è Libertà – La MargheritaDemocrazia e Liberta -- La Margheritahttp://en.wikipedia.org/wiki/Daisy-Democracy_is_Freedom~Z3|2 1-- k H PLMalta Labour PartyPartit LaburistaPartit Laburistahttp://en.wikipedia.org/wiki/Malta_Labour_Party0o\\ `555 noneno party affiliationno party affiliationno party affiliationށ3;7 q 7LZPLatvian Green PartyLatvijas Zaļā partijaLatvijas Zala partijahttp://en.wikipedia.org/wiki/Green_Party_of_Latvia e8 -53DSDemocratic PartyDemokratická stranaDemokraticka stranahttp://en.wikipedia.org/wiki/Democratic_Party_%28Slovakia%29x NGQO  ?PSRRevolutionary Socialist PartyPartido Socialista RevolucionárioPartido Socialista Revolucionariohttp://en.wikipedia.org/wiki/Revolutionary_Socialist_Party_%28Portugal%29l1 ))) {  NPNational PartyNational PartyNational Partyhttp://en.wikipedia.org/wiki/New_Zealand_National_Partyl d*iMCC ] @(VBFlemish Block | Flemish InterestVlaams Blok | Vlaams BelangVlaams Blok | Vlaams Belanghttp://en.wikipedia.org/wiki/Vlaams_BlokParty formed on 28 May 1979 as split from People's Union (VU).U9pp8)?777 q U PvdDParty for the AnimalsPartij voor de DierenPartij voor de Dierenhttp://en.wikipedia.org/wiki/Party_for_the_AnimalsNew party formed on 28 October 2002.,P&G;9  8 BJAlliance of Social Democrats Bandalag jafnaðarmannaBandalag jafnadarmannahttp://en.wikipedia.org/wiki/Alliance_of_Social_Democrats;`%C?55 y O JLPRLeague of Polish FamiliesLiga Polskich RodzinLiga Polskich Rodzinhttp://en.wikipedia.org/wiki/League_of_Polish_FamiliesNew party formed on 30 May 2001. j) /h  /55  HPNNationalist PartyPartit NazzjonalistaPartit Nazzjonalistahttp://en.wikipedia.org/wiki/Nationalist_Party_%28Malta%29\p$n } =EA w +LiCSLiberal and Centre UnionLiberalų ir centro sąjungaLiberalc ir centro sajungahttp://en.wikipedia.org/wiki/Liberal_and_Centre_UnionCoded as merger because of predecessor vote strength in 1996 and 2000 election. ,5 ?SS y w  BSPBulgarian Socialist PartyBalgarska Sotsialisticheska PartiyaBalgarska Potsialisticheska PartiyaБългарска социалистическа партияhttp://en.wikipedia.org/wiki/Bulgarian_Socialist_PartyNew party formed on 3 April 1990 by Aleksandar Lilov.9\ Id+V =EE w S <SNSSlovenian National PartySlovenska nacionalna strankaSlovenska nacionalna strankahttp://en.wikipedia.org/wiki/Slovenian_National_PartyNew party formed on 17 March 1991. }  [#j 'U "MHomelandMoledetMoledetמולדת‎http://en.wikipedia.org/wiki/Moledetx2q;qk s S CVSLLeague for Free FinlandVapaan Suomen Liitto – SjälvständighetspartietVapaan Suomen Liitto -- Sjalvstandighetspartiethttp://fi.wikipedia.org/wiki/Itsen%C3%A4isyyspuolueNew party formed in November 1994. U82)11 k S FrPProgress PartyFremskridtspartietFremskridtspartiethttp://en.wikipedia.org/wiki/FremskridtspartietNew party formed on 22 August 1972.6U!#S ? "(TzometCrossroadsTzometTzometצומת‎http://en.wikipedia.org/wiki/TzometNew party formed in 1983.x#_//- i G UVValdotanian UnionUnion ValdôtaineUnion Valdotainehttp://en.wikipedia.org/wiki/Valdotanian_UnionNew party formed on 13 September 1945. Often stands for election with changing minor allies.|bQ[[ ; SPOSocial Democratic Party of AustriaSozialdemokratische Partei ÖsterreichsSozialdemokratische Partei Oesterreichshttp://en.wikipedia.org/wiki/Social_Democratic_Party_of_AustriaP 4(Tw{{ % @CD+NVAChristian-Democrat and Flemish / New Flemish AllianceChristen-Democratisch & Vlaams / Nieuw-Vlaams AlliantieChristen-Democratisch & Vlaams / Nieuw-Vlaams Alliantiehttp://en.wikipedia.org/wiki/Flemish_Christian_Democratic_PartyChristian-Democrats (CD&V) and New Flemish Alliance (NVA) formed a cartel for European Parliament and regional elections on 13 June 2004 and for the national election on 10 June 2007. The two parties formed a joined parliamentary group after the 2007 election from which the New Flemish Alliance (NVA) withdrew on 21 September 2008.8PfEeS - @FDFFrancophone Democratic FrontFront Démocratique des Francophones | DéFIFront Democratique des Francophoneshttp://en.wikipedia.org/wiki/F%C3%A9d%C3%A9ralistes_D%C3%A9mocrates_FrancophonesU`2oo88;EC PdUPProletarian Unity PartyPartito di Unità ProletariaPartito di Unita Proletariahttp://en.wikipedia.org/wiki/Proletarian_Unity_Party_%28Italy%29}6|l-33  DPDemocratic PartyDemokratesch ParteiDemokratesch Parteihttp://en.wikipedia.org/wiki/Democratic_Party_(Luxembourg)[|tP]-+ ? (POCHProgressive Organisations of SwitzerlandProgressive Organisationen der Schweiz – Organisations progressistes de SuisseProgressive Organisationen der Schweiz -- Organisations progressistes de Suissehttp://en.wikipedia.org/wiki/Progressive_Organizations_of_Switzerlandho-86New party formed in 1972.*&~;))?u  ZPGreen Party of BulgariaZelena PartiyaZelena PartijaЗелена партияhttp://en.wikipedia.org/wiki/Green_Party_of_Bulgariabugad -}ACA { 7SCPSociety for Other PoliticsSabiedrība citai politikaiSabiedriba citai politikaihttp://en.wikipedia.org/wiki/Society_for_Other_PoliticsAx|'' q IDDemocracyI DemocraticiI Democraticihttp://en.wikipedia.org/wiki/The_Democrats_(Italy)3|UW{=?? ? PD-LDemocratic Liberal PartyPartidul Democrat-LiberalPartidul Democrat-Liberalhttp://en.wikipedia.org/wiki/Democratic_Liberal_Party_%28Romania%29afpDemocratic Party (PD) and Liberal Democratic Party (PLD) announced their merger on 15 December 2007 and formed the Democratic Liberal Party (PD-L) (AFP). zC{  M CIKPatriotic People's MovementIsänmaallinen Kansanliike – Fosterländska FolkrörelsenIsanmaallinen Kansanliike -- Fosterlandska Folkrorelsenhttp://en.wikipedia.org/wiki/Patriotic_People%27s_Movement_(Finland)New party formed on 5 June 1932.-|y-++ g 7LGLight of LatgaleLatgales GaismaLatgales Gaismahttp://en.wikipedia.org/wiki/Light_of_LatgaleNx'++ e ;LIFLiberal ForumLiberales ForumLiberales Forumhttp://en.wikipedia.org/wiki/Liberales_Forum&6(w 5 ' one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.\#v'%% _ Y #(NyDNew DemocracyNy DemokratiNy Demokratihttp://en.wikipedia.org/wiki/Ny_DemokratiNew party formed on 4 February 1991. .|HHpu__]  UDMRDemocratic Union of Hungarians in RomaniaUniunea Democrată Maghiară din RomâniaUniunea Democratica Maghiara din Romaniahttp://en.wikipedia.org/wiki/Democratic_Union_of_Hungarians_in_Romanian 6 $Ut5+)+ noneno party affiliationsans étiquettesans etiquetteށwsQEEy 3 EDEKMovement for Social Democracy EDEKKinima Sosialdimokraton EDEKKinima Sosialdimokraton EDEKΚινήμα Σοσιαλδημοκρατών ΕΔΕΚhttp://en.wikipedia.org/wiki/Movement_for_Social_Democracy6A"8rKGG  VDBFree-thinking Democratic LeagueVrijzinnig Democratische BondVrijzinnig Democratische Bondhttp://en.wikipedia.org/wiki/Free-thinking_Democratic_Leaguekq7-++q %  JSPJapan Socialist PartyNihon Shakai-tōNihon Shakai-to社会民主党http://en.wikipedia.org/wiki/Japan_Socialist_PartyNew Party formed in 1945. Major reformation and name change 19 January 1996.!Jp;EC { I "OZ-KHThis World -- New ForceHaOlam HaZeh – Koah HadashHaOlam HaZeh -- Koah Hadashhttp://en.wikipedia.org/wiki/Meri_%28political_party%29New party formed in the 1960s.x0Xo 9]Q 5 KSUChristian Social UnionKrest’anská sociálna únia SlovenskaKrestanska socialna unia Slovenskahttp://sk.wikipedia.org/wiki/Slovensk%C3%A9_kres%C5%A5ansko-demokratick%C3%A9_hnutie N3Jn--- !e  NLPNew Labour PartyNew Labour PartyNew Labour Partyhttp://en.wikipedia.org/wiki/NewLabour_Party_%28New_Zealand%29nzhe, nzpaFormer Labour MP Jim Anderton formed the New Labour Party on 1 May 1989. It was a founding member of the Alliance on 1 December 1991 and formally merged on 13 October 2000. *m%'# y ? 7 LEqual RightsLīdztiesībaLidztiesibahttp://en.wikipedia.org/wiki/Equal_Rights_%28Latvia%29New party formed in 1990.W: b>lCKK  AIEAssociative Italians AbroadAssociativo Italiani all'EsteroAssociativo Italiani all'Esterohttp://en.wikipedia.org/wiki/Associative_Movement_Italians_Abroad|OkAGE { O ?MEPHope for Portugal MovementMovimento Esperança PortugalMovimento Esperanca Portugalhttp://en.wikipedia.org/wiki/Hope_for_Portugal_MovementNew party formed on 23 July 2008.l(%j/-- g Q %CnTParty of the LandClann na TalmhanClann na Talmhanhttp://en.wikipedia.org/wiki/Clann_na_TalmhanNew party formed on 29 June 1939. 2t_iKYQ  'Fi-MPSzFidesz -- Hungarian Civic UnionFidesz – Magyar Polgári SzövetségFidesz -- Magyar Polgari Szovetseghttp://en.wikipedia.org/wiki/Fidesz_%E2%80%93_Hungarian_Civic_UnionQECP\hE} M CSPPFinnish Small Farmers' PartySuomen Pienviljelijäin Puolue – Finska SmåbrukarpartietSuomen Pienviljelijain Puolue -- Finska Smabrukarpartiethttp://en.wikipedia.org/wiki/Small_Farmers%27_Party_of_FinlandNew party formed on 12 May 1929.* g111 k  UNZUnited New ZealandUnited New ZealandUnited New Zealandhttp://en.wikipedia.org/wiki/United_New_Zealand*f197 { @MRReformist MovementMouvement RéformateurMouvement Reformateurhttp://en.wikipedia.org/wiki/Mouvement_R%C3%A9formateurS6wj8+e%++ u 6DPGerman PartyDeutsche ParteiDeutsche Parteihttp://en.wikipedia.org/wiki/German_Party_%281947%29"#d=77 w FdVFederation of the GreensFederazione dei VerdiFederazione dei Verdihttp://en.wikipedia.org/wiki/Federation_of_the_Greens}n7( (|Bc/33 y LDLiberal DemocratsLiberal DemocraticiLiberal Democraticihttp://en.wikipedia.org/wiki/Liberal_Democrats_(Italy)|`b555  noneno party affiliationno party affiliationno party affiliationށ(a-11 # SAPSocial DemocratsSocialdemokraternaSocialdemokraternahttp://en.wikipedia.org/wiki/Socialdemokratiska_arbetarepartiet,84vBBT`KQO   PSOESpanish Socialist Workers PartyPartido Socialista Obrero EspañolPartido Socialista Obrero Espanolhttp://en.wikipedia.org/wiki/Spanish_Socialist_Workers_Party(O}d_GCA  K AKPJustice and Development PartyAdalet ve Kalkınma PartisiAdalet ve Kalkinma Partisihttp://en.wikipedia.org/wiki/Justice_and_Development_Party_%28Turkey%29Party formed on 14 August 2001.#~2 IA^+K5  ? JMNGerman minorityMniejszość niemiecka w PolsceMniejszosc niemieckahttps://en.wikipedia.org/wiki/German_Minority_Electoral_CommitteeNew party formed in 1990.kh?A] ' ? +UDCAUnion for the Defence of Traders and Artisans -- PoujadistsUnion de défense des commerçants et artisans – PoujadistsUnion de defense des commercants et artisans -- Poujadistshttps://en.wikipedia.org/wiki/Union_for_the_Defense_of_Tradesmen_and_ArtisansNew party formed in 1953.{2N\999 s'U RPCReform Party of CanadaReform Party of CanadaReform Party of Canadahttp://en.wikipedia.org/wiki/Reform_Party_of_Canadaglob, reutersNew party formed on 31 October 1987.%q|[355 } ADDemocratic AllianceAlleanza DemocraticaAlleanza Democraticahttp://en.wikipedia.org/wiki/Democratic_Alliance_(Italy)1|S#Z773 q ~CiUConvergence and UnionConvergència i UnióConvergencia i Uniohttp://en.wikipedia.org/wiki/Convergence_and_UnionKeNg<Y)## k |#FPPeople's PartyFolkpartietFolkpartiethttps://en.wikipedia.org/wiki/Liberals_(Sweden),d6xDDX;;; i { NZFPNew Zealand First PartyNew Zealand First PartyNew Zealand First Partyhttp://en.wikipedia.org/wiki/New_Zealand_Firstmt*@W?][ y z+RGRRally of Republican LeftsRassemblement des gauches républicainesRassemblement des gauches republicaineshttp://en.wikipedia.org/wiki/Rally_of_Republican_LeftsP+V;?; y? IDDemocratic InterventionIntervençao DemocráticaIntervencao Democraticahttp://en.wikipedia.org/wiki/Democratic_Intervention_(Portugal)l Ugmc 5 xPNT-CDChristian-Democratic National Peasants' PartyPartidul Naţional Ţărănesc Creştin DemocratPartidul National Taranesc Crestin Democrathttp://en.wikipedia.org/wiki/Christian-Democratic_National_Peasants'_Party_(Romania)mQ0 'T?=; y wLCSCentre Union of LithuaniaLietuvos centro sąjungaLietuvos centro sajungahttp://en.wikipedia.org/wiki/Centre_Union_of_LithuaniaNew party formed in 1992. Party merged into Liberal and Centre Union (LiCS) in 2003 but a minority faction reformed the party.Yd c IS-ki u v( DGDemocratic GroupGruppe der Demokraten – Groupe des democratesGruppe der Demokraten -- Groupe des democrateshttps://en.wikipedia.org/wiki/Social-Political_Groupno-2010;RGIE  u+CDPCentre Democracy and ProgressCentre démocratie et progrésCentre democratie et progreshttp://en.wikipedia.org/wiki/Centre,_Democracy_and_Progress{#_e. i~}}W||G{zz7xxswvv4uu tsrpqppownn_mlkjj1ihgfdUcbbJaa`F_x^\\S[ZYY,WVwUTTNS!RQPP/ONMLKoJIHGGF{EtDQCB7A@@p??4>[=<<);f:=998x7S54402211\0/r..Q-G,9+l*)(''&%L$Z#Y""\!! "4 ~lL_g t  4 T29ui,ECA LKPCommunist Party of LithuaniaLietuvos komunistų partijaLietuvos komunistc partijahttp://en.wikipedia.org/wiki/Communist_Party_of_Lithuania!   AAllianceAllianceAlliancehttp://en.wikipedia.org/wiki/Alliance_%28New_Zealand_political_party%29A D*M7E?m] )SYNCoalition of the LeftSynaspismós tīs AristerásSynaspismos tis AristerasΣυνασπισμός της Αριστεράςhttp://en.wikipedia.org/wiki/Synaspismos',%I1;9 Q @(RvA-UpDRespect for LabourRespect voor Arbeid en Democratie – Union pour la Democratie et le Respect du TravailRespect voor Arbeid en Democratie -- Union pour la Democratie et le Respect du Travailhttp://nl.wikipedia.org/wiki/Respect_voor_Arbeid_en_DemocratieNew party formed on 1 April 1978. 88@t% Y (LNNorth LeagueLega NordLega Nordhttp://en.wikipedia.org/wiki/Lega_Nordp=,2+|;&1  S  HConservative PartyHøyreHoyrehttps://en.wikipedia.org/wiki/Conservative_Party_(Norway)New party formed on 25 August 1884.1L+ \d BD GKI  KDHChristian Democratic MovementKresťanskodemokratické hnutieKrest'anskodemokraticke hnutiehttp://en.wikipedia.org/wiki/Christian_Democratic_Movementy a M> '/// i CSSocial ChristiansCristiano SocialiCristiano Socialihttp://en.wikipedia.org/wiki/Social_Christians|i~SYW  ;GrueneThe Greens -- The Green AlternativeDie Grünen – Die Grüne AlternativeDie Gruenen -- Die Gruene Alternativehttp://en.wikipedia.org/wiki/The_Greens_%E2%80%93_The_Green_Alternative~ 3( p} y !CCoalitionCoalitionCoalitionhttp://en.wikipedia.org/wiki/Coalition_%28Australia%29$>|AKE { 'SzDSzAlliance of Free DemocratsSzabad Demokraták SzövetségeSzabad Demokratak Szovetsegehttp://en.wikipedia.org/wiki/Alliance_of_Free_DemocratsQFB \ {777 q DPProletarian DemocracyDemocrazia ProletariaDemocrazia Proletariahttp://en.wikipedia.org/wiki/Democrazia_Proletaria}1|:@zgys i ' TT-LDPOrder and Justice -- Liberal Democratic PartyTvarka ir teisingumas – Liberalų demokratų partijaTvarka ir teisingumas -- Liberalu demokratu partijahttp://en.wikipedia.org/wiki/Order_and_JusticeParty formed on 9 March 2002 as split from Liberal Union of Lithuania (LLiS).m byIOO  Q 6(WAVEconomic Reconstruction LeagueWirtschaftliche AufbauvereinigungWirtschaftliche Aufbauvereinigunghttp://en.wikipedia.org/wiki/Economic_Reconstruction_UnionNew party formed on 25 March 1946.Vx!S e " MeretzEnergyMeretzMeretzמֶרֶצhttp://en.wikipedia.org/wiki/MERETZAlliance formed on 03 September 1992 as a merger of Movement for Civil Rights and Peace (Ratz), United Workers Party (Mapam), and Change (Shinui). In 1997, the alliance turned into an official party with part of Shinui splitting again. ixw5-- g (DFDanish Peoples PartyDansk FolkepartiDansk Folkepartihttp://en.wikipedia.org/wiki/Dansk_Folkepartireuters5Eqw$Dv EEC  SDLParty of the Democratic LeftStrana demokratickej ľaviceStrana demokratickej lavicehttp://en.wikipedia.org/wiki/Party_of_the_Democratic_Left_%28Slovakia%29w Jruec  ]+CNIPNational Centre of Independents and Peasants [Conservatives]Centre national des indépendants et paysansCentre national des independants et paysanshttp://en.wikipedia.org/wiki/National_Centre_of_Independents_and_PeasantsDue to the change of sources from Mackie/Rose (1991) to Nohlen/Stöver (2010) with the 1978 elections the tracking of the results for the CNIP becomes blurred. From 1986 on CNIP is coded as part of 'divers right' parties (droite). {aa6t-))Gg%e )POLANPolitical SpringPolitiki AnixiPolitiki AnixiΠολιτική Άνοιξηhttp://en.wikipedia.org/wiki/Political_Springata, reutersParty formed on 30 June 1993 by Antonis Samaras a former foreign minister and member of New Democracy (ND). Samaras reintegrated the party into New Democracy (ND), endorsed it in the 2004 EP election and became an MEP on 20 June 2004.,'.sAAA { !LPALiberal Party of AustraliaLiberal Party of AustraliaLiberal Party of Australiahttp://en.wikipedia.org/wiki/Liberal_Party_of_Australiag$Br][[  + VVDPeople's Party for Freedom and DemocracyVolkspartij voor Vrijheid en DemocratieVolkspartij voor Vrijheid en Democratiehttp://en.wikipedia.org/wiki/People%27s_Party_for_Freedom_and_DemocracyParty formed on 28 January 1948 as a continuation of the Freedom Party (PvdV). W1RdRS - iqaa]   LSDP-89Lithuanian Social Democratic Party -- 1989Lietuvos socialdemokratų partija – 1989Lietuvos socialdemokratu partija -- 1989http://en.wikipedia.org/wiki/Social_Democratic_Party_of_LithuaniaY bFp)+) { (UNNational UnionUnión NacionalUnion Nationalhttp://en.wikipedia.org/wiki/National_Union_%28Spain%29=o+++ e ? xH(IEImperium Europa Imperu Ewropew Imperu Ewropewhttp://en.wikipedia.org/wiki/Imperium_EuropaNew party formed in 2000.Kn5# w noneno party affiliationbağımsızbagimsiz_m555t! noneno party affiliationno party affiliationno party affiliation$ށ}lkgg ) sKVKRPeople's Party of Republicans and ConservativesVabariiklaste ja Konservatiivide RahvaerakondVabariiklaste ja Konservatiivide Rahvaerakondhttp://en.wikipedia.org/wiki/People%27s_Party_of_Republicans_and_ConservativesF! kM Y q%FGFine Gael (Familiy of the Irish)Fine GaelFine Gaelhttp://en.wikipedia.org/wiki/Fine_GaelhptNjGGG  9 pSSCSocial Credit Party of CanadaSocial Credit Party of CanadaSocial Credit Party of Canadahttp://en.wikipedia.org/wiki/Social_Credit_Party_of_CanadaParty formed in 1935. |iG {%/ mCPOPConstitutional People's PartyPerustuslaillinen Oikeistopuolue – Konstitutionella högerpartietPerustuslaillinen Oikeistopuolue -- Konstitutionella hogerpartiethttp://en.wikipedia.org/wiki/Constitutional_Right_Partyjacobs, rpfiSplinter group from the Swedish Peoples Party (RKP-SFP) registered on 24 October 1973 and was removed from the party register on 10 October 1991.!hemk  h>HNS-LDCroatian People's Party -- Liberal DemocratsHrvatska narodna stranka – Liberalni demokratiHrvatska narodna stranka -- Liberalni demokratihttp://en.wikipedia.org/wiki/Croatian_People%27s_Party-Liberal_Democrats?0` ! g9'%%s!m fNCPNew Conservative PartyHoshu ShintōHoshu Shinto保守新党http://en.wikipedia.org/wiki/New_Conservative_Partyafp, kyodoParty split from Liberal Party (LP) on 3 April 2000. Joined Liberal Democratic Party (LDP) on 17 November 2003.!2fG--  b@ PSSocialist Party [Francophone]Parti SocialisteParti Socialistehttp://en.wikipedia.org/wiki/Socialist_Party_%28francophone_Belgium%29SJB.ff8?5e a etcothersothersothersMd=;;a{ _ BNSBulgarian People's UnionBalgarski Naroden SuyuzBalgarski Naroden SuyuzБългарски народен съюзhttp://en.wikipedia.org/wiki/Bulgarian_People%27s_Union;d8c155[k ^)DIANADemocratic RenewalDimokratiki AnaneosiDimokratiki AnaneosiΔημοκρατική Ανανέωσηhttp://en.wikipedia.org/wiki/Democratic_Renewal,jbAGE { UA[<SDZSlovenian Democratic UnionSlovenska demokratična zvezaSlovenska demokraticna zvezahttp://en.wikipedia.org/wiki/Slovenian_Democratic_UnionNew party formed on 11 January 1989.Rose and Munroe 2003: 298..`a555Z< noneno party affiliationno party affiliationno party affiliationށ*`;EC w X7LZSFarmers Union of LatviaLatvijas Zemnieku SavienībaLatvijas Zemnieku Savienibahttp://en.wikipedia.org/wiki/Latvian_Farmers%27_UnionW e"*_/33 i Q WCAAragonese CouncilChunta AragonesistaChunta Aragonesistahttp://en.wikipedia.org/wiki/Aragonese_CouncilNew party formed on 29 June 1986. "5^U etcothersothersothers*A]MMM  S,UUUCUnited Ulster Unionist CoalitionUnited Ulster Unionist CoalitionUnited Ulster Unionist Coalitionhttp://en.wikipedia.org/wiki/United_Ulster_Unionist_Coalition:"}\755Wu ?eR (DGGeorge's Day MovementDvizhenie GergyovdenDvizhenie GergyovdenДвижение Гергьовденhttp://en.wikipedia.org/wiki/George%27s_Day_MovementNew party formed in 1994.Party did not run in 2009 national election.d3n[=yw { QPNVBasque Nationalist PartyPartido Nacionalista Vasco – Euzko Alderdi JeltzaleaPartido Nacionalista Vasco -- Euzko Alderdi Jeltzaleahttp://en.wikipedia.org/wiki/Partido_Nacionalista_VasconfQd.lZ/5/ 3P8AbPeople's AllianceAlþýðubandalagiðAlthydubandalagidhttp://en.wikipedia.org/wiki/People%27s_Alliance_%28Iceland%29pcPeople's Alliance was established in 1956 and the parties forming the alliance worked together as one parliamentary group.Personal communication with Svanur Kristjansson (University of Iceland) March 2014.;t`"_Y 555O noneno party affiliationno party affiliationno party affiliation`X555 N) noneno party affiliationno party affiliationno party affiliation,ނnW!mc_w  M"(HaLe-T|RZPNational Union--Tkuma | Religious Zionist PartyHaIhud HaLeumi–Tkuma | HaTzionut HaDatitHaIhud HaLeumi--Tkuma | HaTzionut HaDatitהאיחוד הלאומי-תקומה | הציונות הדתית‎https://en.wikipedia.org/wiki/Tkuma_(political_party)Party formed in 1998 as a split from the National Religious Party.7xwVCUQ } wKJAWSSolidarity Electoral ActionAkcja Wyborcza Solidarność PrawicyAkcja Wyborcza Solidarnosc Prawicyhttp://en.wikipedia.org/wiki/Solidarity_Electoral_ActionParty ceased to exist after electoral defeat in 2001.i p 0h(dU195   G7KConservative PartyKonservatīvā partijaKonservativa partijahttp://lv.wikipedia.org/wiki/Konservat%C4%ABv%C4%81_partija_%28Latvija%29New party formed on 9 July 1998 and dissolved on 29 May 2008.ZT%''Aa ?" AhAvLabour UnityAhdut HaAvodaAhdut HaAvodaאחדות העבודה‎http://en.wikipedia.org/wiki/Ahdut_HaAvodaxIS1=9 M >8SjIndependence PartySjálfstæðisflokkurinnSjalfstaedisflokkurinnhttp://en.wikipedia.org/wiki/Independence_Party_%28Iceland%29mblNew party formed on 25 May 1929.=!I` Remi I; SIJean Gremling List -- Independent SocialistsJean Gremling List – Socialistes IndépendantsJean Gremling List -- Socialistes Independants"Splinter group from the Socialist Workers' Party led by Jean Gremling." Mackie/Rose 1991, 301QIMK :) PASOKPanhellenic Socialist MovementPanellinio Sosialistikó KínimaPanhellinio Socialistiko KinemaΠανελλήνιο Σοσιαλιστικό Κίνημαhttp://en.wikipedia.org/wiki/Panhellenic_Socialist_Movement Y,POOO 7@ KLSCartel of Liberals and SocialistsKartel Liberale en SocialistischeKartel Liberale en Socialistische8 O---  6ANAPMotherland PartyAnavatan PartisiAnavatan Partisihttp://en.wikipedia.org/wiki/Motherland_Party_%28Turkey%29#Neic - Q 4PNG-CDNew Generation Party -- Christian DemocraticPartidul Noua Generaţie – Creştin DemocratPartidul Noua Generatie -- Crestin Democrathttp://en.wikipedia.org/wiki/New_Generation_Party_%E2%80%93_Christian_DemocraticNew party formed on 20 March 1999.EM=77 q S 3KrFChristian People's PartyKristeligt FolkepartiKristeligt Folkepartihttp://en.wikipedia.org/wiki/Kristeligt_FolkepartiNew party formed on 17 April 1970. 4R%L%-- o 2PAzAction PartyPartito d'AzionePartito d'Azionehttp://en.wikipedia.org/wiki/Action_Party_(Italy)|]5K0+ etcothersdiversdiversJ+''%e /JNPJapan New PartyNihon ShintōNihon Shin-to日本新党http://en.wikipedia.org/wiki/Japan_New_Party I-33 m g,CDCentre DemocratsCentrumdemokraterneCentrumdemokraternehttp://en.wikipedia.org/wiki/CentrumDemokraterneParty formed by Social Democrats (Sd) MP Erhard Jakobsen in 1973 to "eliminate 'leftist domination' in government" (NYT 1973-12-05). Party was dissolved on 1 February 2008.European People's Party (EP group) used for party family classification.4QeH%%% _ Q +%H-BAnti H-BlockAnti H-BlockAnti H-Blockhttp://en.wikipedia.org/wiki/Anti_H-BlockNew party formed on 1 April 1981. tNGEUU  )PRCCommunist Refoundation PartyPartito della Rifondazione ComunistaPartito della Rifondazione Comunistahttp://en.wikipedia.org/wiki/Communist_Refoundation_Party}t5##| 8F9{q ' '8SA-SUnited Socialist PartySameiningarflokkur alþýðu – SósíalistaflokkurinnSameiningarflokkur althyou -- Sosialistaflokkurinnhttp://en.wikipedia.org/wiki/People%27s_Unity_Party_%E2%80%93_Socialist_Party"Sameiningarflokkur alþýðu – Sósíalistaflokkurinn" Literal translation: "The Uniting Party of the People" [personal communication with Svanur Kristjansson (University of Iceland) March 2014];t`!E[  &(EDU-UDFFederal Democratic Union of SwitzerlandEidgenössisch-Demokratische Union – Union Démocratique FédéraleEidgenoessisch-Demokratische Union -- Union Democratique Federalehttp://en.wikipedia.org/wiki/Federal_Democratic_Union_of_Switzerland<D')) W Q %HBUnited PeopleHerri BatasunaHerri Batasunahttp://en.wikipedia.org/wiki/BatasunaNew party formed on 1 April 1978. y3xC))) c #SPFelicity PartySaadet PartisiSaadet Partisihttp://en.wikipedia.org/wiki/Felicity_Party<()B??? y ! UFNZUnited Future New ZealandUnited Future New ZealandUnited Future New Zealandhttp://en.wikipedia.org/wiki/United_Future_New_Zealand*%AUYY )KEE(I)Communist Party of Greece (Interior)Kommunistikon Komma Ellados EsoterikouKommunistikon Komma Ellados EsoterikouΚομμουνιστικό Κόμμα Ελλάδας Εσωτερικούhttp://en.wikipedia.org/wiki/Communist_Party_of_Greece_%28Interior%29,?@;;; u W BPCBloc Populaire CanadienBloc Populaire CanadienBloc Populaire Canadienhttp://en.wikipedia.org/wiki/Bloc_Populaire_CanadienNew party formed on 8 September 1942.|?;;;s! DLPDemocratic Labour PartyDemocratic Labour PartyDemocratic Labour Partyhttp://en.wikipedia.org/wiki/Democratic_Labor_Partyb$:>#GG ] W FdLVGreen ListsFederazione delle Liste VerdiFederazione delle Liste Verdihttp://en.wikipedia.org/wiki/Green_ListsNew party formed on 16 November 1986.}n7|N=5??7o = "YaToMeUnited Torah JudaismYahadut HaTora HaMeuhedetYahadut HaTora HaMeuhedetיהדות התורהhttp://en.wikipedia.org/wiki/United_Torah_JudaismAlliance formed in 1992.WxIU<UUS  PDARDemocratic Agrarian Party of RomaniaPartidul Democrat Agrar din RomâniaPartidul Democrat Agrar din Romaniahttp://en.wikipedia.org/wiki/List_of_political_parties_in_Romanianr ';!!! [? HGPGozo PartyGozo PartyGozo Partyhttp://en.wikipedia.org/wiki/Gozo_PartymchaleNew party formed in 1947. /:'OK } +PRLConservativesParti républicain de la libertéParti republicain de la libertehttp://en.wikipedia.org/wiki/Republican_Party_of_Liberty{aa/t9 q  RRadicalsRadicaliRadicalihttp://en.wikipedia.org/wiki/Radical_Party_(Italy)~6.-|=<<);@:99887S6-54V332Q10//..--,,+**)(((C''&%%$e#"! t&DxJ0q( Y x ;C=w`i%EWW  O ?PANParty for Animals and NaturePartido pelos Animais e pela NaturezaPartido pelos Animais e pela Naturezahttp://pt.wikipedia.org/wiki/Partido_pelos_Animais_e_pela_NaturezaNew party formed on 22 May 2009. $$Wcc  3ADISOKDemocratic Socialist Renewal MovementAnorthotiko Dimokratiko Sosialistiko KinimaAnorthotiko Dimokratiko Sosialistiko Kinimareuters#5==i 3NEDEPANew Democratic FrontNea Demokratiki ParataxiNea Demokratiki ParataxiΝέα Δημοκρατική Παράταξη|"%''? A 3EnKeUnion CentreEnosi KentrouEnosi KentrouΈνωση ΚέντρουeedNew party formed in 1981. #!?CCu 3(PAMEPancypriot Militant FrontPankyprio Agonistiko MetopoPankyprio Agonistiko MetopoΠαγκύπριο Αγωνιστικό Μέτωπο =;; c  SFSocialist People's PartySosialistisk FolkepartiSosialistisk Folkepartihttp://en.wikipedia.org/wiki/Socialist_People%27s_Party_%28Norway%29snlParty formed in April 1961 as split from Labour Party (DNA) in opposition to the party's pro-NATO position./-!%%  ?RefReformistsReformadoresReformadoresmackie"A group formed by two former leading members of the Socialist Party, political notables who failed to establish themselves as an organised political party." (Mackie and Rose 1991, 379).G;YY S+G+RReformatory Political Federation / Reformed Political League / Political Reformed PartyStaatkundig Gereformeerde Partij / Gereformeerd Politiek Verbond / Reformatorische Politieke FederatieStaatkundig Gereformeerde Partij / Gereformeerd Politiek Verbond / Reformatorische Politieke Federatie)955Ui i3(ELAMNational Popular FrontEthniko Laiko MetopoEthniko Laiko MetopoΕθνικό Λαϊκό Μέτωποhttp://en.wikipedia.org/wiki/ELAM_%28Cyprus%29Party formed in 2008. It existed previously as Golden Dawn Cyprus Branch.No party name change coded due to lack of information about foundation date of Golden Dawn Cyprus Branch and because election results are only included after 2008 in ParlGov. %%% _ I  VPValues PartyValues PartyValues Partyhttp://en.wikipedia.org/wiki/Values_PartyNew party formed in May 1972. <+++ e  !APAustralia PartyAustralia PartyAustralia Partyhttp://en.wikipedia.org/wiki/Australia_PartyParty formed in 1969 as split from Liberal Party of Australia (LPA).l K_U  U OLaNOOrdinary People and IndependentObyčajní ľudia a nezávislé osobnostiObycajni ludia a nezavisle osobnostihttp://en.wikipedia.org/wiki/Ordinary_People_%28Slovakia%29New party formed on 28 October 2011.]=YU w Y JZChNChristian National UnionZjednoczenie Chrześcijańsko-NarodoweZjednoczenie Chrzescijansko-Narodowehttp://en.wikipedia.org/wiki/Christian_National_UnionNew party formed on 15 September 1989.K=?;+ + LP(H)Liberal Party (Hatoyama)Nihon Jiyūtō (Hatoyama)Nihon Jiyuto (Hatoyama)日本自由党nytLiberal Party (Nihon Jiyūtō) was formed on 15 March 1953 by Ichirō Hatoyama.\imm k ;CSAChristian Social Alliance (Karl Habsburg List)Christlich Soziale Allianz (Liste Karl Habsburg)Christlich Soziale Allianz (Liste Karl Habsburg)https://en.wikipedia.org/wiki/Karl_von_HabsburguSQ ;NCitizens' Initiative for the retention of neutralityDie Neutralen – BürgerinitiativeDie Neutralen -- BuergerinitiativeoCsq u A ; FritzThe Citizens' Forum AustriaBürgerforum Österreich – Liste Fritz DinkhauserBuergerforum Oesterreich -- Liste Fritz Dinkhauserhttp://en.wikipedia.org/wiki/Citizens'_Forum_AustriaNew party formed in 2008. XOQO  A ;DUThe Independents -- Lugner's ListDie Unabhängigen – Liste LugnerDie Unabhaengigen -- Liste Lugnerhttp://en.wikipedia.org/wiki/The_Independents_%28Austria%29New party formed in 1998. ;myw ;NeinNo -- Citizens' Initiative against EU membershipNein – Bürgerinitiative gegen die EU MitgliedschaftNein -- Buergerinitiative gegen die EU MitgliedschaftKEWW  ;(DFPDemocratic Progressive PartyDemokratische Fortschrittliche ParteiDemokratische Fortschrittliche Parteihttps://en.wikipedia.org/wiki/Democratic_Progressive_Party_(Austria)"one-person protest movement", "populist program", "employed ultranationalist (and even anti-Semitic) appeals" (McHale 1983, 35)G7EE  ? ;VGOUnited Greens AustriaVereinte Grüne ÖsterreichsVereinte Gruene Oesterreichshttp://de.wikipedia.org/wiki/Vereinte_Gr%C3%BCne_%C3%96sterreichsNew party formed in 1982.:=II QU;ALOAlternative List AustriaAlternative Liste ÖsterreichsAlternative Liste Oesterreichshttp://de.wikipedia.org/wiki/Alternative_Liste_%C3%96sterreichsNew party formed on 21 March 1982.Party run as Green Alternatives-Democratic List (GAL) in 1986 election winning only 0.1% vote share./!!}  CoPCooperative PartyKyoudoutouKyoudoutou協同党http://ja.wikipedia.org/wiki/%E5%8D%94%E5%90%8C%E5%85%9A-333!! SRPSocial Reform PartyYakaikakushintou zuYakaikakushintou zu革新 党http://ja.wikipedia.org/wiki/%E7%A4%BE%E4%BC%9A%E9%9D%A9%E6%96%B0%E5%85%9A2 3+#13 LFPLabour Farmer PartyRōdōnōmintōRodonominto労働者農民党http://ja.wikipedia.org/wiki/%E5%8A%B4%E5%83%8D%E8%80%85%E8%BE%B2%E6%B0%91%E5%85%9AE 9  3KEPFree Citizens MovementK.E.PK.E.Pcy-gov -} DPDemocratic PartyMinshutōMinshuto民主党http://en.wikipedia.org/wiki/Democratic_Party_%281947%297 A3-+! NCoPNational Cooperative PartyKokumin Kyôdô TôKokumin Kyodo To国民協同党http://ja.wikipedia.org/wiki/%E5%9B%BD%E6%B0%91%E5%8D%94%E5%90%8C%E5%85%9A` s U Q 6CDU+CSUChristian Democratic Union / Christian Social UnionChristlich Demokratische Union / Christlich Soziale UnionChristlich Demokratische Union / Christlich Soziale Unionhttp://en.wikipedia.org/wiki/CDU/CSUElectoral alliance and joint parliamentary group ('Fraktionsgemeinschaft'). The parties run independently in elections but do not compete at the state level. The CSU runs only in Bavaria and the CDU in all other German states.1tzi%-7-3)%+ JLPJapan Liberal PartyNihon JiyūtōNihon Jiyuto日本自由党http://en.wikipedia.org/wiki/Liberal_Party_%28Japan,_1945%29#A)'+  RWSPRight Wing Socialist PartyUha Shakai TôUha Shakai To社会党右派http://en.wikipedia.org/wiki/Rightist_Socialist_Party_of_Japan#?+)+ LWSPLeft Wing Socialist PartySaha Shakai TôSaha Shakai To社会党左派http://en.wikipedia.org/wiki/Leftist_Socialist_Party_of_Japan#9+)+  JDPJapan Democratic PartyNihon MinshutōNihon Minshuto日本民主党http://en.wikipedia.org/wiki/Japan_Democratic_Party_%281954%29nyt{qo u O 6(BFBConfederation of free citizens -- Offensive for GermanyBund freier Bürger – Offensive für DeutschlandBund freier Buerger -- Offensive fuer Deutschlandhttp://de.wikipedia.org/wiki/Bund_freier_B%C3%BCrgerParty formed on 21 January 1994. p)'' a 6FrPeace allianceFriedenslisteFriedenslistehttp://de.wikipedia.org/wiki/Friedenslisteo} eQ JNCD-BdPNational Christian Democratic -- Block for PolandNarodowo Chrześcijańsko Demokratyczny – Blok dla PolskiNarodowo Chrzescijansko Demokratyczny -- Blok dla Polskihttp://pl.wikipedia.org/wiki/Blok_dla_PolskipkwNew party formed on 23 April 1997.#??? y JRdRMovement for the RepublicRuch dla RzeczypospolitejRuch dla Rzeczypospolitejhttp://pl.wikipedia.org/wiki/Ruch_dla_Rzeczypospolitejikzeom  PDIUMItalian Democratic Party of Monarchist UnityPartito Democratico Italiano di Unità MonarchicaPartito Democratico Italiano di Unita Monarchicahttp://en.wikipedia.org/wiki/Italian_Democratic_Party_of_Monarchist_Unity -77 q 6GDPAll-German PartyGesamtdeutsche ParteiGesamtdeutsche Parteihttp://de.wikipedia.org/wiki/Gesamtdeutsche_ParteiphbMerger of GB/BHE and DP that formed on 15/16 April 1961 but dissolved quickly after an unsuccessful 1961 election campaign.d~U[Y } ? JPPGPolish Economic Program [Large Beer]Polski Program Gospodarczy [Duże Piwo]Polski Program Gospodarczy [Duze Piwo]http://en.wikipedia.org/wiki/Polish_Beer-Lovers%27_PartyNew party formed in 1990.i0}777 qG JIdPInitiative for PolandInicjatywa dla PolskiInicjatywa dla Polskihttp://pl.wikipedia.org/wiki/Inicjatywa_dla_PolskipkwParty formed on 14 June 2003.)|EA?  JPjNPoland is the Most ImportantPolska jest NajważniejszaPolska jest Najwazniejszahttp://en.wikipedia.org/wiki/Poland_is_the_Most_Importantpri{?SQ S JNKWWNational Voters CommitteeNarodowy Komitet Wyborczy WyborcówNarodowy Komitet Wyborczy Wyborcowhttp://pl.wikipedia.org/wiki/Narodowy_Komitet_Wyborczy_Wyborc%C3%B3wpkwNew party formed on 8 Februar 2004.z+++ e ? JLPLibertas PolandLibertas PolskaLibertas Polskahttp://en.wikipedia.org/wiki/Libertas_PolandNew party formed in 2007.y/// i 7PLLFor a Good LatviaPar Labu Latviju!Par Labu Latviju!http://en.wikipedia.org/wiki/For_a_Good_Latviafx! k 7VUnityVienotībaVienotibahttp://en.wikipedia.org/wiki/Unity_%28Latvia%29 lIDSIstrian Democratic AssemblyIstarski demokratski saborIstarski demokratski saborhttp://en.wikipedia.org/wiki/Istrian_Democratic_Assembly@!!c 7GG  mXADSAlliance of DemocratsAliancia demokratov SlovenskaAliancia demokratov Slovenskahttp://sk.wikipedia.org/wiki/Aliancia_demokratov_SlovenskaADS was formed in March 1993 when 8 MPs left the HZDS party group.Party included because of cabinet participation.x"bkec} WTSKPLithuanian Communist Party on the CPSU PlatformLietuvos komunistų partija TSKP platformojeLietuvos komunistu partija TSKP platformojeКоммунистическая партия Литвыhttp://en.wikipedia.org/wiki/Communist_Party_of_the_Soviet_UnionA0aWOO A U3KOPEcological and Environmental MovementKinima Oikologoi PerivallontistoiKinima Oikologoi PerivallontistoiΚίνημα Οικολόγων Περιβαλλοντιστώνhttp://en.wikipedia.org/wiki/Ecological_and_Environmental_MovementeedNew party formed in 1996. 5@NA m`  q TMHMost-HidMost-HídMost-Hidhttp://en.wikipedia.org/wiki/Most%E2%80%93H%C3%ADd A_1--k S<ZSGreens of SloveniaZeleni SlovenijeZeleni Slovenijehttp://en.wikipedia.org/wiki/Greens_of_Slovenia{VK^5! Q' noneno party affiliationfüggetlenfuggetlen\ށ2]-1/ K PDDUDemocratic UnionDemokratická unieDemokraticka uniehttp://en.wikipedia.org/wiki/Democratic_Union_(Czech_republic)New party formed in March 1994.8\ KSK q OLu+LsPeople's Union -- Liberal PartyLudová únia – Liberálna stranaLudova unia -- Liberalna stranahttp://en.wikipedia.org/wiki/Liber%C3%A1lna_stranar"e[SYQ 9 MD(S-JBSovereignty -- Jana Bobosikova BlocSuverenita – blok Jany BobošíkovéSuverenita -- blok Jany Bobosikovehttp://en.wikipedia.org/wiki/Sovereignty_%E2%80%93_Jana_Bobo%C5%A1%C3%ADkov%C3%A1_BlocA2Z;GA  H7 SDPSocial Democratic PartySociāldemokrātiskā partijaSocialdemokratiska partijahttp://en.wikipedia.org/wiki/Social_Democratic_Party_%28Latvia%291"Y'## w U FRFJustice PartyRetsforbundRetsforbundhttp://en.wikipedia.org/wiki/Justice_Party_of_DenmarkNew party formed on 21 October 1919.6 ,~X' q EVLiberal PartyVenstreVenstrehttp://en.wikipedia.org/wiki/Venstre_%28Denmark%294lApdT|Wk__  ? B((FPSAutomobile Party | Freedom Party of SwitzerlandAuto-Partei | Freiheitspartei der SchweizAuto-Partei | Freiheitspartei der Schweizhttp://en.wikipedia.org/wiki/Freedom_Party_of_SwitzerlandNew party formed in 1984.YVMKI 7 A PSDRRomanian Social Democratic PartyPartidul Social Democrat RomânPartidul Social Democrat Romanhttp://en.wikipedia.org/wiki/Romanian_Social_Democratic_Party_%281990%E2%80%932001%29l7`U555?, noneno party affiliationno party affiliationno party affiliation:ރ TMQQ M==KIRLPro Patria and Res Publica UnionErakond Isamaa ja Res Publica LiitErakond Isamaa ja Res Publica Liithttp://en.wikipedia.org/wiki/Union_of_Pro_Patria_and_Res_PublicaParty formed on 4 June 2006 as a merger of Pro Patria Union (I) and the Res Publica Party (ERP).New party because ERP and I have similar vote share in last election (EP election 2004).FP S'%% _ ? ;BpFarmers PartyBoerenpartijBoerenpartijhttp://en.wikipedia.org/wiki/BoerenpartijNew party formed in 1959.UR+-+ i :@AGL-GrAgalev -- GreenAgalev – GroenAgalev -- Groenhttp://en.wikipedia.org/wiki/Anders_Gaan_LevenRx p1ici8_QU[Y  9PSIUPSocialist Party of Proletarian UnityPartito Socialista di Unità ProletariaPartito Socialista di Unita Proletariahttp://en.wikipedia.org/wiki/Italian_Socialist_Party_of_Proletarian_Unity|6PGYS U 8)SYRIZACoalition of the Radical LeftSynaspismós Rizospastikís AristerásSynaspismos Rizospastikis AristerasΣυνασπισμός Ριζοσπαστικής Αριστεράςhttp://en.wikipedia.org/wiki/Coalition_of_the_Radical_LeftNew party formed on 15 January 2004.',-/O?=; y 7' MSZPHungarian Socialist PartyMagyar Szocialista PártMagyar Szocialista Parthttp://en.wikipedia.org/wiki/Hungarian_Socialist_PartyP|A\ ONu  6K K-EURConstitution Party -- Estonian United People's PartyKonstitutsioonierakond – Eestimaa Ühendatud RahvaparteiKonstitutsioonierakond -- Eestimaa Uehendatud Rahvaparteihttp://en.wikipedia.org/wiki/Constitution_Party_(Estonia)New party formed on 8 October 1994 and registered on 8 December.G0MM?MG y K 5PINNational Initiative PartyPartidul Iniţiativa NaţionalăPartidul Initiativa Nationalahttp://en.wikipedia.org/wiki/National_Initiative_PartyParty formed in December 2006. "wLaca  3<DeSUSDemocratic Party of Pensioners of SloveniaDemokratična stranka upokojencev SlovenijeDemokraticna stranka upokojencev Slovenijehttp://en.wikipedia.org/wiki/Democratic_Party_of_Pensioners_of_Slovenia~W Z"[K  - M .AR|ADRAction Committee Pensions | Alternative Democratic Reform PartyAktiounskomitee Rente | Alternativ Demokratesch ReformparteiAktiounskomitee Rente | Alternativ Demokratesch Reformparteihttp://en.wikipedia.org/wiki/Action_Committee_for_Democracy_and_Pensions_JusticeNew party formed on 12 May 1987.] J+++ y ,%DLPDemocratic LeftDemocratic LeftDemocratic Lefthttp://en.wikipedia.org/wiki/Democratic_Left_(Ireland)mt I=  W (CSEPFinnish Pensioners PartySuomen Eläkeläisten Puolue– Finlands Pensionärers PartiSuomen Elakelaisten Puolue -- Finlands Pensionarers Partihttp://fi.wikipedia.org/wiki/Suomen_El%C3%A4kel%C3%A4isten_PuolueNew party formed on 18 December 1985.0SH-?;gu '3DISYDemocratic RallyDimokratikós SinayermósDimokratikos SynagermosΔημοκρατικός Συναγερμόςhttp://en.wikipedia.org/wiki/Dimokratikos_Synagermosjacobsٟ3B gG#MI y ?E%%GreenGreen PartyGreen Party – Comhaontas GlasGreen Party -- Comhaontas Glashttp://en.wikipedia.org/wiki/Green_Party_%28Ireland%29New party formed in 1981."The Green party in Ireland's official name is 'Green Party-Comhaontas Glas'. This unusual arrangement was meant to give parity to the languages. See Article 1 of the party's Constitution." (Conor Little, European University Institute, Florence; personal communication, October, 2009)vt `F555$H noneno party affiliationno party affiliationno party affiliationނECUU } " KPBCommunist Party of BulgariaKomunisticheska Partiya na BalgariyaKomunisticheska Partiya na BalgariyaКомунистическа партия на Българияhttp://en.wikipedia.org/wiki/Communist_Party_of_Bulgariabugad`D555 D noneno party affiliationno party affiliationno party affiliationށ5CGGG  ,UPUPUlster Popular Unionist PartyUlster Popular Unionist PartyUlster Popular Unionist Partyhttp://en.wikipedia.org/wiki/Ulster_Popular_Unionist_Party:*B%c_ _ CSVSwedish LeftRuotsalainen vasemmisto – Svensk vänsterRuotsalainen vasemmisto -- Svensk vansterhttp://en.wikipedia.org/wiki/Swedish_Left2BA QMI  ZRSAssociation of Workers of SlovakiaZdruženie robotníkov SlovenskaZdruzenie robotnikov Slovenskahttp://en.wikipedia.org/wiki/Union_of_the_Workers_of_Slovakiaw./@=A= (LLaSLithuanian Liberty UnionLietuvos laisvės sąjungaLietuvos laisves sajungahttp://lt.wikipedia.org/wiki/Lietuvos_laisv%C4%97s_s%C4%85junga ??)'' a S_LLLombard LeagueLiga LombardaLiga Lombardahttp://en.wikipedia.org/wiki/Lega_LombardaNew party formed on 12 April 1994. inclusion rule: twice seats in parliament|o>Yc[ ) 7(LNNKLatvian National Independence MovementLatvijas Nacionālās Neatkarības KustībaLatvijas Nacionalas Neatkaribas Kustibahttp://en.wikipedia.org/wiki/Latvian_National_Independence_Movement_%28LNNK%29V f$=%% q , LabLabourLabour PartyLabour Partyhttp://en.wikipedia.org/wiki/Labour_Party_%28UK%29xAYNN: <-/- ! KPKUnion of FarmersPõllumeeste KoguPollumeeste Koguhttp://et.wikipedia.org/wiki/Vabaduspartei_%E2%80%93_P%C3%B5llumeeste_Kogu R;5'' noneno party affiliationsenzo partitosenzo partito|ނ:kgg y W  JUPR|KNPReal Politics Union | Congress of the New RightUnia Polityki Realnej | Kongres Nowej PrawicyUnia Polityki Realnej | Kongres Nowej Prawicyhttp://en.wikipedia.org/wiki/Congress_of_the_New_RightNew party formed on 6 December 1990. i~ Rh%9EKK}_Q  PKEPolitical Club "Ecoglasnost"Politicheski Klub "Ekoglasnost"Politicheski Klub "Ekoglasnost"Политически клуб "Екогласност"https://en.wikipedia.org/wiki/EcoglasnostbugaNew party formed on 11 April 1989.8d?*8;;;   , SDPSocial Democratic PartySocial Democratic PartySocial Democratic Partyhttp://en.wikipedia.org/wiki/Social_Democratic_Party_%28UK%29ȂD: /7-33 g U  #(SDSweden DemocratsSverigedemokraternaSverigedemokraternahttp://en.wikipedia.org/wiki/Sweden_DemocratsNew party formed on 6 February 1988.|J86CKK}JKLDLiberal Democratic CongressKongres Liberalno-DemokratycznyKongres Liberalno-Demokratycznyhttp://en.wikipedia.org/wiki/Liberal_Democratic_Congressi hD5373  ?ADDemocratic AllianceAliança DemocráticaAlianca Democraticahttp://en.wikipedia.org/wiki/Democratic_Alliance_(Portugal)l&14ggg/! U  (GERBCitizens for European Development of BulgariaGrazhdani za Evropeysko Razvitie na BalgariyaGrazhdani za Evropeysko Razvitie na BalgariyaГраждани за европейско развитие на Българияhttp://en.wikipedia.org/wiki/Citizens_for_European_Development_of_BulgariaParty formed on 03 December 2006 as split from National Movement Simeon II (NDSV) by Bojko Borrisow.8d)C37/++w O JCPJapan Communist PartyNihon Kyōsan-tōNihon Kyosan-to日本共産党http://en.wikipedia.org/wiki/Japanese_Communist_PartyNew party formed on 15 July 1922.4  2+-- w + PSSocialist PartyParti socialisteParti socialistehttp://en.wikipedia.org/wiki/Socialist_Party_(France)zXh|ZZJH1A55 o Y  KrFChristian Democratic PartyKristelig FolkepartiKristelig Folkepartihttp://en.wikipedia.org/wiki/Kristelig_FolkepartiNew party formed on 4 September 1933. 00 [v BV0?__  6(NPDNational Democratic PartyNationaldemokratische Partei DeutschlandsNationaldemokratische Partei Deutschlandshttp://en.wikipedia.org/wiki/Nationaldemokratische_Partei_DeutschlandsA/QEE ;(BZOAlliance for the Future of AustriaBündnis Zukunft ÖsterreichBuendnis Zukunft Oesterreichhttp://en.wikipedia.org/wiki/Alliance_for_the_Future_of_Austria(=.;MK  ?PEVEcology Party -- GreensPartido Ecologista – Os VerdesPartido Ecologista -- Os Verdeshttp://en.wikipedia.org/wiki/Ecologist_Party_%22The_Greens%22&l <-9?9 s A DSNK-EDSNK European DemocratsSNK Evropští demokratéSNK Evropsti demokratehttp://en.wikipedia.org/wiki/SNK_European_DemocratsNew party formed in 2002. <:%O,-11Wg S3EDUnited DemocratsEnomeni DimokratesEnomeni DimokratesΕνωμένοι Δημοκράτεςhttp://en.wikipedia.org/wiki/United_Democratsparty of former President Vassiliou/<+399  O #FiFeminist InitiativeFeministiskt initiativFeministiskt initiativhttp://en.wikipedia.org/wiki/Feminist_Initiative_(Sweden)New party formed on 3 April 2005.R*S_U q 7 PCTVLFor Human Rights in a United LatviaPar cilvēka tiesībām vienotā LatvijāPar cilveka tiesibam vienota Latvijahttp://en.wikipedia.org/wiki/Latvian_Russian_UnionU~: b+)'' a U 7JLNew EraJaunais LaiksJaunais laikshttp://en.wikipedia.org/wiki/New_Era_PartyNew party formed on 2 February 2002.Ua a!.(CA?  KEEEEstonian Entrepreneur PartyEesti Ettevõtjate ErakondEesti Ettevotjate Erakondhttp://et.wikipedia.org/wiki/Eesti_Ettev%C3%B5tjate_Erakond-J';== u O <SMSYouth Party of SloveniaStranka mladih SlovenijeStranka mladih Slovenijehttp://en.wikipedia.org/wiki/Youth_Party_of_SloveniaNew party formed on 4 July 2000. ~  \3&AMM { ?MESMovement of Socialist LeftMovimento de Esquerda SocialistaMovimento de Esquerda Socialistahttp://en.wikipedia.org/wiki/Movement_of_Socialist_Leftl5m% ;S 6(GB/BHEAll-German Bloc / League of Expellees and Deprived of RightsGesamtdeutscher Block / Bund der Heimatvertriebenen und EntrechtetenGesamtdeutscher Block / Bund der Heimatvertriebenen und Entrechtetenhttp://en.wikipedia.org/wiki/All-German_Bloc/League_of_Expellees_and_Deprived_of_RightsphbNew party formed on 8 January 1950.$733 m m 6(DVUGerman People's UnionDeutsche VolksunionDeutsche Volksunionhttp://en.wikipedia.org/wiki/Deutsche_VolksunionParty was formed on 16 January 1971 as a registered association and formally founded as a party on 5 March 1987.[5S#CCA } Q TPPNational Resurrection PartyTautos prisikėlimo partijaTautos prisikelimo partijahttp://en.wikipedia.org/wiki/National_Resurrection_PartyNew party formed on 30 June 2008.  '"/;; i - (PVVParty for FreedomPartij voor de VrijheidPartij voor de Vrijheidhttp://en.wikipedia.org/wiki/Party_for_FreedomParty formed on 22 February 2006 as a split from the People's Party for Freedom and Democracy (VVD) by Geert Wilders as a one-man faction group.-S6!'// a ? ((LdTTicino LeagueLega dei TicinesiLega dei Ticinesihttp://en.wikipedia.org/wiki/Ticino_LeagueNew party formed in 1991.). SSS I,CNLConservatives and National LiberalsConservatives and National LiberalsConservatives and National LiberalsNon-official name for allianceɤF:g -3/  / DUSDemocratic UnionDemokratická úniaDemokraticka uniahttp://en.wikipedia.org/wiki/Democratic_Union_%28Slovakia%29Party merged with Slovak Democratic and Christian Union (SDKU) on 20 August 2000.xQQSS > SPHSocial Democratic Party of CroatiaSocijaldemokratska partija HrvatskeSocijaldemokratska partija Hrvatskehttp://en.wikipedia.org/wiki/Social_Democratic_Party_of_Croatia=G  "?;; k + PRGRadical Party of the LeftParti radical de gaucheParti radical de gauchehttp://en.wikipedia.org/wiki/Left_Radical_Partyj![[/-+{ +CDDemocratic CentreCentre démocratCentre democrathttp://en.wikipedia.org/wiki/Democratic_Centre_(France){"e o u @SpiritSpiritSpiritSpirithttp://en.wikipedia.org/wiki/Sociaal-Liberale_PartijHv85=?? PLDLiberal Democratic PartyPartidul Liberal DemocratPartidul Liberal Democrathttp://en.wikipedia.org/wiki/Liberal_Democratic_Party_(Romania)l )-- g LCLiberal CentreLiberalt CentrumLiberalt Centrumhttp://da.wikipedia.org/wiki/Liberalt_Centrum4n (zEIG k -FLIFuture and Freedom for ItalyFuturo e libertà per l'ItaliaFuturo e liberta per l'Italiahttp://en.wikipedia.org/wiki/Future_and_Freedominclusion rule: party group forming in parliament with more than 5.0% seat share|W;CC u ]  PSIItalian Socialist PartyPartito Socialista ItalianoPartito Socialista Italianohttp://en.wikipedia.org/wiki/Italian_Socialist_PartyParty was dissolved on 13 November 1994.~@8$G|,-''Eg "ZKGeneral ZionistsZionim KlalimZionim Klalimציונים כלליים‎http://en.wikipedia.org/wiki/General_ZionistsxA6I== "TDLDemocratic Movement for ChangeTnu'a Demokratit LeShinuTnu'a Demokratit LeShinuד"שhttp://en.wikipedia.org/wiki/Democratic_Movement_for_Changex?%9A? s >HSSCroatian Peasant PartyHrvatska seljačka strankaHrvatska seljacka strankahttp://en.wikipedia.org/wiki/Croatian_Peasant_Party? R3ca  CKDChristian DemocratsKristillisdemokraatit – KristdemokraternaKristillisdemokraatit -- Kristdemokraternahttp://en.wikipedia.org/wiki/Suomen_Kristillisdemokraatit8\8_ZEMK  C MIPPopular Independent MovementMouvement indépendant populaireMouvement independant populairehttp://lb.wikipedia.org/wiki/Mouvement_ind%C3%A9pendant_populaireNew party formed in 1959. '%'' y ? #CCentre PartyCenterpartietCenterpartiethttp://en.wikipedia.org/wiki/Centre_Party_%28Sweden%29New party formed in 1913.."5yCC9 955 s W SaSFreedom and SolidaritySloboda a solidaritaSloboda a solidaritahttp://en.wikipedia.org/wiki/Freedom_and_SolidarityNew party formed on 28 February 2009. @_555 @ noneno party affiliationno party affiliationno party affiliation8ށ '// } >LSLiberal PartyLiberalna strankaLiberalna strankahttp://en.wikipedia.org/wiki/Liberal_Party_%28Croatia%29C /75  W 8FProgressive PartyFramsóknarflokkurinnFramsoknarflokkurinnhttp://en.wikipedia.org/wiki/Progressive_Party_%28Iceland%29New party formed on 19 December 1916.=;`> ?IE  DEDSEuropean Democratic PartyEvropská demokratická stranaEvropska demokraticka stranahttp://en.wikipedia.org/wiki/European_Democratic_Party_(Czech_Republic)8@8 =QQ w PSPPacifist Socialist PartyPacifistisch Socialistische PartijPacifistisch Socialistische Partijhttp://en.wikipedia.org/wiki/Pacifist_Socialist_PartyJM3S MYY   SDAPSocial Democratic Workers' PartySociaal Democratische Arbeiders PartijSociaal Democratische Arbeiders Partijhttp://en.wikipedia.org/wiki/Sociaal_Democratische_Arbeiders_Partij ~ '++ a JuBeJune MovementJuniBevægelsenJuniBevaegelsenhttp://en.wikipedia.org/wiki/June_MovementCr{'*S_[   K SDE|MSocial Democratic Party | ModeratesSotsiaaldemokraatlik Erakond | MõõdukadSotsiaaldemokraatlik Erakond | Moodukadhttp://en.wikipedia.org/wiki/Social_Democratic_Party_%28Estonia%29Party formed on 8 September 1990 out of several social movements. ES/4wqk 1 Q LPKTSUnion of Lithuanian Political Prisoners and DeporteesLietuvos politinių kalinių ir terminių sąjungaLietuvos politiniu kaliniu ir tremtiniu sajungahttp://en.wikipedia.org/wiki/Lithuanian_Union_of_Political_Prisoners_and_DeporteesNew party formed on 30 July 1988. Y  }~}}w|x{]zyyxx+wrvuu0srr4q}ponmllBA@@ ?>q=xSUU 9PSMRRomanian Socialist Party of WorkersPartidul Socialist Muncitoresc RomanPartidul Socialist Muncitoresc RomanQ=+11 8PSSocialist PartyPartidul SocialistPartidul Socialistg<--- g] 7,RPReferendum PartyReferendum PartyReferendum Partyhttp://en.wikipedia.org/wiki/Referendum_PartyafpNew party announced on 27 November 1994 by Sir James Goldsmith, a Euro-sceptic Anglo-French millionaire.O;K]W  6DCP-SBConservative Party -- Free BlocKonzervativní strana – Svobodný blokKonzervativni strana -- Svobodny blokhttps://en.wikipedia.org/wiki/Conservative_Party_(Czech_Republic) :]SK 5DSZV Alliance of Farmers and the CountrysideSpojenectví zemědělců a venkovaSpojenectvi zemedelcu a venkova9 5w4 no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result.8W]Y  3PL/DCLiberal Party / Democratic ConventionPartidul Liberal / Convenția DemocratăPartidul Liberal / Conventia Democratabuga 7-33  2PaReRepublican PartyPartidul RepublicanPartidul Republicanhttp://ro.wikipedia.org/wiki/Partidul_Republican_%28Rom%C3%A2nia,_1990%296Yyy[) S 1)AASAFront of the Greek Anticapitalist LeftAntikapitalistiki Aristeri Synergasia gia tin AnatropiAntikapitalistiki Aristeri Synergasia gia tin AnatropiΑντικαπιταλιστική Αριστερή Συνεργασία για την Ανατροπήhttp://en.wikipedia.org/wiki/Anticapitalist_Left_Cooperation_for_the_OverthrowNew party formed on 22 March 2009. Q5AMKyQ 0)D-FSAction -- Liberal AllianceDrasi – Fileleytheri SymmachiaDrasi -- Fileleytheri SymmachiaΔράση – Φιλελεύθερη Συμμαχίαhttp://en.wikipedia.org/wiki/Drasi<4+++Me W /)DXRecreate GreeceDimiourgia XanaDimiourgia Xana Δημιουργία, Ξανά!http://en.wikipedia.org/wiki/Recreate_GreeceNew party formed on 8 December 2011. =3377[ .)DISYDemocratic AllianceDimokratiki SymmachiaDimokratiki SymmachiaΔημοκρατική Συμμαχίαhttp://en.wikipedia.org/wiki/Democratic_Alliance_(Greece)42+55[w -) DIMARDemocratic LeftDimokratiki AristeraDimokratiki AristeraΔημοκρατική Αριστεράhttp://en.wikipedia.org/wiki/Democratic_Left_(Greece)t1QKIw ,)(LS-CAPeoples Association -- Golden DawnLaikos Syndesmos – Chrysi AvgLaikos Syndesmos -- Chrysi AvgΛαϊκός Σύνδεσμος - Χρυσή Αυγήhttp://en.wikipedia.org/wiki/Golden_Dawn_%28political_party%29,0133Wk +)(ANELIndependent GreeksAnexartitoi EllinesAnexartitoi EllinesΑνεξάρτητοι Έλληνεςhttp://en.wikipedia.org/wiki/Independent_Greeksy/kuq  (PNL-CDNational Liberal Party -- Democratic ConventionPartidul Naţional Liberal – Convenţia DemocratăPartidul National Liberal -- Conventia Democraticahttp://en.wikipedia.org/wiki/List_of_political_parties_in_RomaniaQ.EIG  ? 'PARAlternative Party of RomaniaPartidul Alternativa RomânieiPartidul Alternativa Romanieihttp://en.wikipedia.org/wiki/List_of_political_parties_in_RomaniaNew party formed in 1996.-))) u ? %LLLiberal-LabourLiberal-LabourLiberal-Labourhttp://en.wikipedia.org/wiki/Liberal-Labour_(Canada)New party formed in 1898.,myw 5 $EDCElectoral Coalition of Christian Democratic TeamCoalición Electoral Equipo de la Democracia CristianaCoalicion Electoral Equipo de la Democracia Cristianahttp://es.wikipedia.org/wiki/Equipo_Dem%C3%B3crata_Cristiano_del_Estado_Espa%C3%B1olP+)+) #+ex-gauother far-leftextrême gaucheextreme gauche* 5w + no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result.N)++) +(ex-droother far-rightextrême droiteextreme droite(/11 i +ACCentrist AllianceAlliance centristeAlliance centristehttp://en.wikipedia.org/wiki/Centrist_Alliancei'MYY  M +MIMMartinican Independence MovementMouvement independantiste martiniquaisMouvement independantiste martiniquaishttp://en.wikipedia.org/wiki/Martinican_Independence_MovementNew party formed on 1 July 1987.P&III  A  CPNZCommunist Party of New ZealandCommunist Party of New ZealandCommunist Party of New Zealandhttp://en.wikipedia.org/wiki/Communist_Party_of_New_ZealandNew party formed in 1921. %/// i ?  NZPNew Zealand PartyNew Zealand PartyNew Zealand Partyhttp://en.wikipedia.org/wiki/New_Zealand_PartyNew party formed in 1983.U$III  O  OROutdoor Recreation New ZealandOutdoor Recreation New ZealandOutdoor Recreation New Zealandhttp://en.wikipedia.org/wiki/Outdoor_Recreation_New_ZealandNew party formed on 8 March 2002.W#MMM  ?  ALCPAotearoa Legalise Cannabis PartyAotearoa Legalise Cannabis PartyAotearoa Legalise Cannabis Partyhttp://en.wikipedia.org/wiki/Aotearoa_Legalise_Cannabis_PartyNew party formed in 1996.q"[[[  ?  CHChristian Heritage Party of New ZealandChristian Heritage Party of New ZealandChristian Heritage Party of New Zealandhttp://en.wikipedia.org/wiki/Christian_Heritage_Party_of_New_ZealandNew party formed in 1990.! 5w no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result.7 ?mkU PLFPPeople's Life First PartyKokumin no Seikatsu ga Daiichi | Seikatsu no TōKokumin no Seikatsu ga Daiichi | Seikatsu no To国民の生活が第 | 生活の党https://en.wikipedia.org/wiki/Liberal_Party_(Japan,_2016)yomiuriSeveral MPs followed Ichiro Ozawa and left the Democratic Party of Japan (DPJ) on 2 July 2012 to form Putting People's Lives First (PPLF) on 12 July. Party split on 27 December 2012 into People's Life Party (Seikatsu no Tō · 生活の党) and Tomorrow Party of Japan (Nippon Mirai no Tō · 日本未来の党).%-'' ; PRPeace and ReformHeiwa KaikakuHeiwa KaikakukyodoPeace and Reform (HK) parliamentary group was announced on 5 January 1998. It was formed by New Peace Party (Shinto Heiwa) and Reform Club (Kaikaku), two splinter parties from the New Frontier Party (NFP) breakup. 5w no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result.999  ,SLPSocialist Labour PartySocialist Labour PartySocialist Labour Partyhttp://en.wikipedia.org/wiki/Socialist_Labour_Party_%28UK%29'  9 ,CPThe Christian Party -- Christian Peoples Alliance in EnglandThe Christian Party – Christian Peoples Alliance in EnglandThe Christian Party -- Christian Peoples Alliance in Englandhttp://en.wikipedia.org/wiki/Christian_People%27s_AllianceParty formed in 1999. &/// i [ ,EDEnglish DemocratsEnglish DemocratsEnglish Democratshttp://en.wikipedia.org/wiki/English_DemocratsNew party formed on 18 September 2002. >CCC }%  ,EuConPro-Euro Conservative PartyPro-Euro Conservative PartyPro-Euro Conservative Partyhttp://en.wikipedia.org/wiki/Pro-Euro_Conservative_PartyreutersThe party was registered on 10 March 1999 by two MEPs (Brendan Donnelly and John Stevens) that were formerly members of the Conservatives.  5w  no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result. 5w  no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result. 5w ! no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result. 5w no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result. 5w; no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result. 5wC no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result. 5wJ no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result. 5w@ no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result.QS[[ CDRRepublican Democratic ConcentrationConcentrazione Democratica RepubblicanaConcentrazione Democratica Repubblicanahttp://en.wikipedia.org/wiki/Republican_Democratic_Concentration%11%; g" HaatzSia'at Ha'Atzma'utSia'at Ha'Atzma'utIndependenceסיעת העצמאותhttp://en.wikipedia.org/wiki/Independence_%28Israeli_political_party%29knessetParty formed on 17 January 2011 as split from Labor Party (MAY).4 ministers in Netanyahu V  cabinet in 2011kAME Q) DLIDEMLIDEM -- Liberal DemocratsLIDEM – liberální demokratéLIDEM -- liberalni demokratehttp://en.wikipedia.org/wiki/LIDEMctkThe party was initiated by Karolína Peake after she and seven other MPs broke away from Public Affairs (VV) on 17 April 2012 over disapproval of the party's direction. The party was registered on 29 May. kKQQ Y PNL-CNational Liberal Party CampeanuPartidul National Liberal CampeanuPartidul National Liberal Campeanuhttp://en.wikipedia.org/wiki/Liberalism_and_radicalism_in_Romania#National_Liberal_Party-C.C3.A2mpeanu 599 q  ApRAlliance for RomaniaAlianta pentru RomaniaAlianta pentru Romaniahttps://en.wikipedia.org/wiki/Alliance_for_Romania Q_Q UTLPeoples Union "For Just Lithuania"Liaudies sąjunga "Uz teisingą Lietuvą"Peoples Union "For Just Lithuania"f C;7 LUPLithuanian Party of EconomyLietuvos ūkio partijosLietuvos ukio partija iUO LTMAAlliance of the Lithuanian National MinoritiesLietuvos tautinių mažumų aljansasLietuvos tautiniu mazumu aljansas  5w6 no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result. !#! e S D(PBRight BlocPravý BlokPravy Blokhttp://cs.wikipedia.org/wiki/Prav%C3%BD_BlokNew party formed on 29 March 1996. 'IKI e K I-DKIndependent -- Dimitri KlenskiIndependent – Dimitri KlenskiIndependent -- Dimitri Klenskihttp://et.wikipedia.org/wiki/Dimitri_KlenskiCEC _ K I-MHIndependent -- Martin HelmeIndependent – Martin HelmeIndependent -- Martin Helmehttp://et.wikipedia.org/wiki/Martin_HelmeEGE a K I-ITIndependent -- Indrek TarandIndependent – Indrek TarandIndependent -- Indrek Tarandhttp://en.wikipedia.org/wiki/Indrek_Tarand,a{ - K PTE-UCWorkers' Party of Spain -- Communist UnityPartido de los Trabajadores de España-Unidad ComunistaPartido de los Trabajadores de Espana -- Unidad Comunistahttp://en.wikipedia.org/wiki/Workers%27_Party_of_Spain_%E2%80%93_Communist_UnityParty formed on 9 October 1985.9A=; { A (TppParty of National ProgressTautos pažangos partijaTautos pazangos partijahttp://en.wikipedia.org/wiki/Party_of_National_ProgressNew party formed in 1994. -3- g K ZpSamogitian PartyŽemaičių partijaZemaiciu partijahttp://en.wikipedia.org/wiki/Samogitian_PartyNew party formed in April 2008.u;?9 u S{DSTANMayors and IndependentsStarostové a nezávislíStarostove a nezavislihttp://en.wikipedia.org/wiki/Mayors_and_IndependentsNew party formed on 19 August 2004.STAN grew out of NSK (Nezávislí starostové pro kraj, Independent Mayors for the Region) which did not comply with the coding requirements for ParlGov. Therefore coded as new party.0=75 y A <GZSVoice of Slovenian womenGlas žensk SlovenijeGlas zensk Slovenijehttp://sl.wikipedia.org/wiki/Glas_%C5%BEensk_SlovenijeNew party formed in 2000. -1/ g ? <SOSlovenia is OursSlovenija je našaSlovenija je nasahttp://en.wikipedia.org/wiki/Slovenia_is_oursNew party formed in 2004.I~ ?;7 W 99%99 Percent -- Civic Voice99% – občiansky hlas99% -- obciansky hlashttp://de.wikipedia.org/wiki/99%25_%E2%80%93_ob%C4%8Diansky_hlasNew party formed on 6 December 2011. e} A-+   ZZChange from the Bottom, DUZmena zdola, DÚZmena zdola, DUhttps://sk.wikipedia.org/wiki/Zmena_zdola,_Demokratická_únia_SlovenskaParty formed on 7 September 2000 as split from Democratic Union (DU).!|333 m ? L-PLiberal-ProgressiveLiberal-ProgressiveLiberal-Progressivehttp://en.wikipedia.org/wiki/Liberal-ProgressiveNew party formed in 1925.A{!!! [ YwGroenThe GreensDe GroenenDe Groenenhttp://en.wikipedia.org/wiki/De_GroenenNew party formed on 17 December 1983.New party competing with GreenLeft (GL) in elections."z'} w! LiCS-TPPUnited Faction of the Liberal and Centre Union and Nations Resurrection PartyLiberaly ir centro sąjunga ir Tautos prisikelimo partijaLiberaly ir centro sajunga ir Tautos prisikelimo partijahttp://en.wikipedia.org/wiki/Liberal_and_Centre_Unionejpr, eltauy-73 }K 8LveRepublican PartyLýðveldisflokkurinnLydveldisflokkurinnhttp://is.wikipedia.org/wiki/Al%C3%BEingiskosningar_1953mchaleSplinter group of right-wing Independence Party (Sj) members formed in 1953 (McHale 1983, 525).x3;3 #%K 8ThveCommon Wealth PartyÞjóðveldisflokkurinnTjodveldisflokkurinhttp://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_October_1942alth, mchaleSplinter group of right-wing Independence Party (Sj) members formed in 1941 (McHale 1983, 520).w))) o ! NLNational LaborNational LaborNational Laborhttp://en.wikipedia.org/wiki/National_Labor_Partyhug-68ovaic   UNPRNational Union for the Progress of RomaniaUniunea Naţională pentru Progresul RomânieiUniunea Nationala pentru Progresul Romanieihttp://en.wikipedia.org/wiki/National_Union_for_the_Progress_of_RomaniaagerGu)WW Cy PCPrime ministerPresidente del Consiglio dei ministriPresidente del Consiglio dei ministriNon-partisan prime ministerIncluded to avoid false matches with election results.|tgYY  M < TRSParty for Sustainable Development of SloveniaStranka za trajnostni razvoj SlovenijeStranka za trajnostni razvoj Slovenijehttp://sl.wikipedia.org/wiki/Stranka_za_trajnostni_razvoj_SlovenijeParty formed on 1 October 2011. ps!31  _ <DLCivic ListDržavljanska listaDrzavljanska listahttp://en.wikipedia.org/wiki/Gregor_Virant%27s_Civic_ListNew party formed 21 October 2011 as Gregor Virant's Civic List (Državljanska lista Gregorja Viranta) by former minister Gregor Virant for the 2011 election. It was renamed into Citizens' List (Državljanska lista) on 24 April 2012.zrakg i U < LZJ-PSZoran Jankovic's List -- Positive SloveniaLista Zorana Jankovića – Pozitivna SlovenijaLista Zorana Jankovica -- Pozitivna Slovenijahttp://en.wikipedia.org/wiki/Positive_SloveniaNew party formed on 22 October 2011.LqOOO #  CPConservatice Party of New ZealandConservative Party of New ZealandConservative Party of New Zealandhttp://en.wikipedia.org/wiki/Conservative_Party_of_New_Zealandec-nz, nzheNew party announced by Colin Craig on 3 August 2011 (The New Zealand Herald) and registered on 6 October (Electoral Commission).2p!!! )e  ManaMana PartyMana PartyMana Partyhttp://en.wikipedia.org/wiki/Mana_Party_%28New_Zealand%29ec-nz, nz-parlMP Harawira left the Māori Party on 23 February 2011 and later formed the Mana Party on 7 May (New Zealand Parliament). It was registred on 24 June (Electoral Commission).Ko5;7 Y ' DKDemocratic CoalitionDemokratikus KoalícióDemokratikus Koaliciohttp://en.wikipedia.org/wiki/Democratic_Coalition_%28Hungary%29pol-huParty formed on 22 October 2011 as split from the Hungarian Socialist Party (MZSP) by former PM Ferenc Gyurcsány. 10 MZSP MPs formed a new party group in parliament.{no ? "(KachThusKachKachכ"ךhttp://en.wikipedia.org/wiki/Kach_and_Kahane_ChaiNew party formed in 1971.>m;;; +  DLPDemocratic Labour PartyDemocratic Labour PartyDemocratic Labour Partyhttp://en.wikipedia.org/wiki/Democratic_Labour_Party_%28New_Zealand%29nytJohn A. Lee, an undersecretary, was expelled from the Labour party on 25 March 1940 (NYT) and formed Democratic Labour party (Aimer 1985, 850).5l=99 k S ( KHMCommittee Herbert MaederKomitee Herbert MaederKomitee Herbert Maederhttp://de.wikipedia.org/wiki/Herbert_M%C3%A4derSingle candidate announced in 1983.k)33 m (EJAgreement JuraEntente jurassienneEntente jurassiennehttp://fr.wikipedia.org/wiki/Entente_jurassienne=j;?;  ? (LF/PEBLiberal Socialist PartyLiberalsozialistische Partei / Freiwirtschaftliche Bewegung – Parti d'économie francheLiberalsozialistische Partei / Freiwirtschaftliche Bewegung -- Parti d economie franchehttp://de.wikipedia.org/wiki/Liberalsozialistische_ParteiNew party formed in 1925.4i;[Y o (BHBYoung Peasants MovementBauernheimatbewegung – Jeunes paysansBauernheimatbewegung -- Jeunes paysanshttp://de.wikipedia.org/wiki/Bauernheimatbewegung,h)GC g A ((UDENational UnionUnion de défense économiqueUnion de defense economiquehttp://www.hls-dhs-dss.ch/textes/d/D17406.phpNew party formed in 1923. Og)EE i  ( GVGrutli SocietyGrütliverein – GrutléenGruetli Society -- Grutleenhttp://de.wikipedia.org/wiki/Gr%C3%BCtlivereinNew party formed in 1901. The Grütli Society was originally a Workers Association, founded in 1838 and merged with the Social Democratic Party in 1901, but kept the status of an autonomous organisation. The formal dissolution was in 1925, when the Grütli Society entirely merged with the Social Democratic Party.f+%% s  <(LIPAParty Lime TreeStranka LipaStranka Lipahttp://en.wikipedia.org/wiki/Lipa_(political_party)Party formed on 1 March 2008 by former Slovenia National Party (SNS) MPs (Sašo Peče, Barbara Žgajner Tavš and Boštjan Zagorac).ye?75 oW JRPYour (Palikot's) MovementTwój Ruch (Palikota)Twoj Ruch (Palikota)http://en.wikipedia.org/wiki/Palikot%27s_MovementprFounded by former Citizen's Platform (PO) MP Janusz Palikot and officially registered on 1 June 2011.wd%++ q  7RPReform PartyReformu partijaReformu partijahttp://en.wikipedia.org/wiki/Reform_Party_(Latvia)New party formed on 23 July 2011. Party did not participate in the 2014 election because of an electoral pact with Unity. kcc777 ! IUAP-NSWIndependent UAP (NSW)Independent UAP (NSW)Independent UAP (NSW)rbCCC !LCP-VLiberal Country Party (Vic)Liberal Country Party (Vic)Liberal Country Party (Vic)=a--- o !FTPFree Trade PartyFree Trade PartyFree Trade Partyhttp://en.wikipedia.org/wiki/Anti-Socialist_PartyAlso known as Australian Free Trade and Liberal Association.,`EEE  !OPAOne Parliament for AustraliaOne Parliament for AustraliaOne Parliament for Australiahttp://en.wikipedia.org/wiki/One_Parliament_for_AustraliaJ_III w A !ACP-VAustralian Country Party (Vic)Australian Country Party (Vic)Australian Country Party (Vic)http://en.wikipedia.org/wiki/Australian_Country_PartyNew party formed in 1920. 6^=== u ? !VFU-VVictorian Farmers' UnionVictorian Farmers' UnionVictorian Farmers' Unionhttp://en.wikipedia.org/wiki/Victorian_Farmers_UnionNew party formed in 1917.f]=== !QCQueensland Country PartyQueensland Country PartyQueensland Country Party.\aaa   !LD-NSWLiberal Democratic Party (New South Wales)Liberal Democratic Party (New South Wales)Liberal Democratic Party (New South Wales)http://en.wikipedia.org/wiki/Liberal_Democrat_Party_%28Australia%29Party formed on 16 April 1943 as split from United Australia Party (UAP).C[### !NAT-WANationalistNationalistNationalistMZEEE  O !CPACommunist Party of AustraliaCommunist Party of AustraliaCommunist Party of Australiahttp://en.wikipedia.org/wiki/Communist_Party_of_AustraliaNew party formed in October 1920.Y;;; U !VCPVictorian Country PartyVictorian Country PartyVictorian Country PartyVictoria branch of the country party$XAAA { ! LCLLiberal and Country LeagueLiberal and Country LeagueLiberal and Country Leaguehttp://en.wikipedia.org/wiki/Liberal_and_Country_LeagueyWGGG ~!NF-NSWNationalist and Farmers (NSW)Nationalist and Farmers (NSW)Nationalist and Farmers (NSW)VWWW }!IPP-VIndependent Protectionist Party (Vic)Independent Protectionist Party (Vic)Independent Protectionist Party (Vic):UKKK y z!CPP-VCountry Progressive Party (Vic)Country Progressive Party (Vic)Country Progressive Party (Vic)http://en.wikipedia.org/wiki/Country_Progressive_Partyhug-68pTAAA y!FS-NSWFarmers and Settlers (NSW)Farmers and Settlers (NSW)Farmers and Settlers (NSW)S999 s  x!UAPUnited Australia PartyUnited Australia PartyUnited Australia Partyhttp://en.wikipedia.org/wiki/United_Australia_PartyUnited Australia Party (UAP) was formed by a merger of Nationalist Party of Australia (NAP) and Labor Party (ALP) defectors.OR3333 S w!SCPSocial Credit PartySocial Credit PartySocial Credit PartySocial Credit Partyhttp://en.wikipedia.org/wiki/Social_Credit_Party_%28Australia%29Also known as Douglas Credit Party.Q;;; i t!SL-NSWState Labor Party (NSW)State Labor Party (NSW)State Labor Party (NSW)http://en.wikipedia.org/wiki/State_Labor_Party6P=== w A r!WAPWestern Australian PartyWestern Australian PartyWestern Australian Partyhttp://en.wikipedia.org/wiki/Western_Australian_PartyNew party formed in 1906. 5OIII  q!(NATNationalist Party of AustraliaNationalist Party of AustraliaNationalist Party of Australiahttp://en.wikipedia.org/wiki/Nationalist_Party_of_AustraliaFN===  ? p!EC-SAEmergency Committee (SA)Emergency Committee (SA)Emergency Committee (SA)http://en.wikipedia.org/wiki/Emergency_Committee_of_South_AustraliaNew party formed in 1931.bM999 o!INATIndependet NationalistIndependet NationalistIndependet NationalistL333 m j!PPProtectionist PartyProtectionist PartyProtectionist Partyhttp://en.wikipedia.org/wiki/Protectionist_Party(KCCC } i!SPAServices Party of AustraliaServices Party of AustraliaServices Party of Australiahttp://en.wikipedia.org/wiki/Services_Party_of_AustraliaBJ[1/ s [ f JfSocial Democratic Party (Faroe Islands)JavnaðarflokkurinJavnadarflokkurinhttp://en.wikipedia.org/wiki/Javna%C3%B0arflokkurinNew party formed on 25 September 1925. 2IC//  ? dSbfUnion Party (Faroe Islands)SambandsflokkurinSambandsflokkurinhttp://en.wikipedia.org/wiki/Union_Party_%28Faroe_Islands%29New party formed in 1906.H;// i ? cIACommunity of the PeopleInuit AtaqatigiitInuit Ataqatigiithttp://en.wikipedia.org/wiki/Inuit_AtaqatigiitNew party formed in 1976.G#//A] a"MeHoFree CentreHaMerkaz HaHofshiHaMerkaz HaHofshiהמרכז החופשי‎http://en.wikipedia.org/wiki/Free_Centre@F5++Aq S Q"GilPensioners of IsraelGimla'ey IsraelGimla'ey Israelגימלאי ישראל‎http://en.wikipedia.org/wiki/Dor_(political_party)New party formed for 1996 election.eE'S N"KadimaForwardKadimaKadimaקדימה‎http://en.wikipedia.org/wiki/KadimaDMM{S  K" MeimadMeimadMedina Yehudit Medina DemokratitMedina Yehudit Medina Demokratitמדינה יהודית, מדינה דמוקרטית‎http://en.wikipedia.org/wiki/MeimadNew party formed in 1999 based on Meimad movement founded in 1988.+C%//[y G"MiHaCentre PartyMifleget HamerkazMifleget Hamerkazמִפְלֶגֶת הַמֶרְכָּזhttp://en.wikipedia.org/wiki/Centre_Party_%28Israel%29B)+)) F"G-96Bridge -- 1996Gesher – 1996Gesher -- 1996גֶּשֶׁרhttp://en.wikipedia.org/wiki/Gesher_%28political_party%29A1S ? :"ShinuiChangeShinuiShinuiשִׁינּוּיhttp://en.wikipedia.org/wiki/ShinuiNew party formed in 1974.q@-]Skg A 6"RaamUnited Arab Listal-Qā'ima al-'Arabiyya al-Muwaḥḥadaal-Qa'ima al-'Arabiyya al-Muwahhadaالقائمة العربية الموحدة‎http://en.wikipedia.org/wiki/United_Arab_ListParty formed in the 1970s.1?'''  S 5"(FSFlatto-SharonFlatto-SharonFlatto-Sharonhttp://en.wikipedia.org/wiki/Development_and_Peace_%28political_party%29New party formed for 1977 election.!>'11Ya 1"RMNational ListReshima MamlakhtitReshima Mamlakhtit (Hebrew: רשימה ממלכתית‎http://en.wikipedia.org/wiki/National_Listj=C)+} S /"SVCooperation and BrotherhoodShituf VeAhvahShituf VeAahvahمشاركة وأخوة‎ – שיתוף ואחווה‎http://en.wikipedia.org/wiki/Cooperation_and_BrotherhoodNew party formed for 1959 election.c<=))ww [ ."KPProgress and DevelopmentKidma vePituahKidma vePituahتقدم وتطور‎ – קידמה ופיתוח‎http://en.wikipedia.org/wiki/Progress_and_DevelopmentNew party formed for the 1959 election.[;733Oq e -"HDTReligious Torah FrontHazit Datit ToratitHazit Datit Toratitחזית דתית תורתית‎http://en.wikipedia.org/wiki/Religious_Torah_FrontElectoral alliance formed for 1955 election.:C--} q +"HUAgriculture and DevelopmentHakla'ut UfituahHakla'ut Ufituahزراعة وتطوير‎, – חקלאות ופיתוח‎http://en.wikipedia.org/wiki/Agriculture_and_DevelopmentNew party (organisation) formed for 1951 election.`9/))i S *"KiVeProgress and WorkKidma Ve'avodaKidma Ve'avodaקידמה ועבודה‎ – الزراعة والتطوير‎http://en.wikipedia.org/wiki/Progress_and_WorkNew party formed for 1951 election.38-CA+ )"MizrahiSpiritual CentreHaMizrahi – Merkaz RuhaniHaMizrahi -- Merkaz Ruhaniהמזרחי‎http://en.wikipedia.org/wiki/Mizrachi_%28political_party%2997777Ss ("PAYAgudat Israel WorkersPoalei Agudat YisraelPoalei Agudat Yisraelפועלי אגודת ישראל‎https://en.wikipedia.org/wiki/Poalei_Agudat_Yisrael‎P6Q99S '"SVMSephardim and Oriental CommunitiesSfaradim VeEdot MizrahSfaradim VeEdot Mizrahספרדים ועדות מזרח‎http://en.wikipedia.org/wiki/Sephardim_and_Oriental_Communitiesg5OSS S %"RDAYDemocratic List for Israeli ArabsReshima Demokratit LeAravei YisraelReshima Demokratit LeAravei Yisraelالقائمة الديموقراطية لعرب إسرائيل‎ – רשימה דמוקרטית לערביי ישראל‎http://en.wikipedia.org/wiki/Democratic_List_for_Israeli_ArabsNew party formed for 1951 election.4-//Ai $"HaMiMizrachi WorkersHapoel HaMizrachiHapoel HaMizrachiהפועל המזרחי‎http://en.wikipedia.org/wiki/Hapoel_HaMizrachiC3533Mo ? #"HHTYemenite AssociationHitahdut HaTeimanimHitahdut HaTeimanimהתאחדות התימנים‎http://en.wikipedia.org/wiki/Yemenite_AssociationNew party formed in 1923.Y2CKK_}  "RDNDemocratic List of NazarethReshima Demokratit shel NatzratReshima Demokratit shel Natzratרשימה דמוקרטית של נצרתhttp://en.wikipedia.org/wiki/Democratic_List_of_Nazareth51/33Q "MPProgressive PartyMiflaga ProgresivitMiflaga Progresivitמפלגה פרוגרסיבית‎http://en.wikipedia.org/wiki/Progressive_Party_%28Israel%2930955Os "HDMUnited Religious FrontHazit Datit MeuhedetHazit Datit Meuhedetחזית דתית מאוחדת‎http://en.wikipedia.org/wiki/United_Religious_FrontJ/+--g  "(YBIsrael Our HomeYisrael BeiteinuYisrael Beiteinuשראhttp://en.wikipedia.org/wiki/Yisrael_BeiteinuParty formed in 1999 as a split from Likud (L) by Avigdor Liebermann. 4.  vacvacancyvacancyvacancy-')) a g #SJSarajevo ListSarajevolistanSarajevolistanhttp://en.wikipedia.org/wiki/Sarajevo_ListNew party formed in 1995 for the EP election.P,GGG  I  %PBPAPeople Before Profit AlliancePeople Before Profit AlliancePeople Before Profit Alliancehttp://en.wikipedia.org/wiki/People_Before_Profit_AllianceParty formed in October 2005. +9;; w KETEEstonian Farmers PartyEesti Talurahva ErakondEesti Talurahva Erakondhttps://et.wikipedia.org/wiki/Eesti_Talurahva_ErakondNew party formed on 5 November 1994 and registered on 30 November (Bugajski 2002, 69). Joined People's Party (R) in May 1998.{*GOO } K(TEEFuture Estonia | IndependenceTuleviku Eesti | IseseisvusparteiTuleviku Eesti | Iseseisvusparteihttp://en.wikipedia.org/wiki/Estonian_Independence_PartybugaNew party formed on 19 August 1993 and registered on 4 November.g)A;; KEPLEstonian Pensioners' UnionEesti Pensionaride LiitEesti Pensionaride Liit.(=AA PSPPeople's Socialist PartyPartido Socialista PopularPartido Socialista Popularhttp://en.wikipedia.org/wiki/Popular_Socialist_Party_%28Spain%29k'A?? TPJNational Progress MovementTautos pazangos judejimasTautos pazangos judejimas{&?97 y O LLLLithuanian Liberty LeagueLietuvos laisvės lygaLietuvos laisves lygahttp://en.wikipedia.org/wiki/Lithuanian_Liberty_LeagueNew party formed after independence in 1990 and registered as a political party in November 1995. ~}[|T{zzNyxxw+vOutss7r q_pkonmm5ld=<;:Z9z98Q77J655'4=321=0;/..-,w+@**)('m&%i$##$"T! -ljQSu8 e 8 uj@S 5  one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.R 5 , one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.Q 5 > one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.P 5  one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.DOY][ m CPMPParty of Smallholders and Rural PeoplePienviljelijäin ja maalaiskansan puoluePienviljelijain ja maalaiskansan puoluehttp://en.wikipedia.org/wiki/Small_Farmers_Party*N)%%  U CKaPeople's PartyKansanpuolueKansanpuoluehttp://en.wikipedia.org/wiki/People%27s_Party_%28Finland,_1932%29New party formed on 21 August 1932. M 5}? one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.Only coded if there are no other observations for the parties. Party names included in 'description' of election result. L 5} one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.Only coded if there are no other observations for the parties. Party names included in 'description' of election result. K 5}6 one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.Only coded if there are no other observations for the parties. Party names included in 'description' of election result. J 5} one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.Only coded if there are no other observations for the parties. Party names included in 'description' of election result. I 5}J one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.Only coded if there are no other observations for the parties. Party names included in 'description' of election result.zH''' w !LPLiberal PartyLiberal PartyLiberal Partyhttp://en.wikipedia.org/wiki/Liberal_Party_%281922%29$GAAA { !CLPCommonwealth Liberal PartyCommonwealth Liberal PartyCommonwealth Liberal Partyhttp://en.wikipedia.org/wiki/Commonwealth_Liberal_PartyFEUQ +U5RUnion for the fifth republicUnion pour la cinquième républiqueUnion pour la cinquieme republiqueEmso ' A + UDSRDemocratic and Socialist Union of the ResistanceUnion démocratique et socialiste de la RésistanceUnion democratique et socialiste de la Resistancehttp://en.wikipedia.org/wiki/Democratic_and_Socialist_Union_of_the_ResistanceNew party formed in 1945. eDWMI a } + TPAThree Parties Alliance -- Third ForceTripartisme – Troisième forceTripartisme -- Troisieme forcehttp://en.wikipedia.org/wiki/Three-partiesOriginally the Third Force was a coalition of the Communist Party (PCF), the Popular Republican Movement (MRP) and the Socialist Party (SFIO). In 1947 the Communist Party (PCF) left the coalition and the National Centre of Independents (CNIP), the Rally of Republican Lefts (RGR), the Radical Socialist Party (PRR/RS) and the Democratic and Socialist Union of the Resistance (UDSR) joined it instead. The coalition was renamed Third Force.C7?=  U5+IOMOverseas IndependentsIndépendants d'outre-merIndependants d'outre-merhttp://fr.wikipedia.org/wiki/Ind%C3%A9pendants_d'outre-merParliamentary group formed in 1946. Party coded to include the parliamentary group Indépendants d'outre-mer that formed in the second and third legislature and included independent members of the Assenblée nationale from the overseas territories.wB=US  9E+RDAAfrican Democratic RallyRassemblement démocratique AfricainRassemblement democratique Africainhttp://en.wikipedia.org/wiki/Rassemblement_D%C3%A9mocratique_AfricainParty formed in 1946. Party created to include the parliamentary group Groupe de l'Union démocratique et socialiste de la Résistance et du Rassemblement Démocratique Africain that formed in the second and third legislature. The parliamentary group included legislators from the French African colonies. AeWU <SOPSSlovenian Craftsmen and Entreprenerial PartySlovenska obrtno podjetniška strankaSlovenska obrtno podjetniska stranka@SYU QW+UDIUnion of Democrats and IndependentsUnion des démocrates et indépendantsUnion des democrates et independantshttp://en.wikipedia.org/wiki/Union_of_Democrats_and_IndependentsParty formed on 18 September 2012.Party created to include the parliamentary group Union des démocrates et indépendants that formed in the 14th legislature. The parliamentary group included legislators belonging to the Centrist Alliance, the National Centre of Independents and Peasants, the New Centre and the Radical Party.G?IQM  UC+GDRDemocratic and Republican LeftGauche démocrate et républicaineGauche democrate et republicainehttp://en.wikipedia.org/wiki/Gauche_d%C3%A9mocrate_et_r%C3%A9publicaineParliamentary group formed in 2007. Party created to include the parliamentary group 'Gauche démocrate et républicaine' that formed in the 13th legislature. The parliamentary group included legislators belonging to the Communist Party, The Greens and miscellaneous left parties. In the 14th legislature the group included the Communist Party as well as miscellaneous left parties.n>WSS  O >SDAParty of Democratic Action of CroatiaStranka demokratske akcije HrvatskeStranka demokratske akcije Hrvatskehttp://en.wikipedia.org/wiki/Party_of_Democratic_Action_of_CroatiaNew party formed on 20 June 1990.Z=AKI ? + UFDUnion of Democratic ForcesUnion des forces démocratiquesUnion des forces democratiqueshttp://en.wikipedia.org/wiki/Union_of_the_Democratic_Forces_(France)mackieNew party formed in 1958.i<Y__ gG NCDNew Centre-Right | Popular AlternativeNuovo Centrodestra | Alternativa PopolareNuovo Centrodestra | Alternativa Popolarehttp://en.wikipedia.org/wiki/New_Centre-rightreutersParty formed by The People of Freedom (PdL) dissidents under Angelino Alfano on 15 November 2013 and forming a party group in parliament on 18 November 2013.^;MUS gW KESE-DEstonian Blue Party -- DemocratsEesti Sinine Erakond – DemokraadidEesti Sinine Erakond -- Demokraadidhttp://en.wikipedia.org/wiki/Libertas_EstoniabugaNew party formed on 29 November 1994.+:=33 w ? KVEERussian Party in EstoniaVene Erakond EestisVene Erakond Eestishttp://en.wikipedia.org/wiki/Russian_Party_in_EstoniaNew party formed in 1994.+9AIG { +CDSCentre of Social DemocratsCentre des démocrates sociauxCentre des democrates sociauxhttp://en.wikipedia.org/wiki/Centre_of_Social_Democratsg89;; +RPR+UDFRPR/UDF connected listListes communes RPR/UDFListes communes RPR/UDF~7UOI  DANOAction of Dissatisfied Citizens 2011Akce nespokojených občanů 2011Akce nespokojenych obcanu 2011http://en.wikipedia.org/wiki/Action_of_Dissatisfied_CitizensNew party formed on 11 May 2011 based on a political movement.=6=A9 w O DUPDDawn of Direct DemocracyÚsvit přímé demokracieUsvit prime demokraciehttp://en.wikipedia.org/wiki/Dawn_of_Direct_DemocracyNew party formed on 13 June 2013.*5177 k O DPiCzech Pirate PartyCeska piratska stranaCeska piratska stranahttp://en.wikipedia.org/wiki/Czech_Pirate_PartyNew party formed on 17 June 2009.J4IWS  +MPParty of Presidential MajorityParti de la Majorité présidentielleParti de la Majorite presidentiellehttp://en.wikipedia.org/wiki/French_legislative_election,_1978no-2010'3333 m K !PUPPalmer United PartyPalmer United PartyPalmer United Partyhttp://en.wikipedia.org/wiki/Palmer_United_PartyNew party formed in April 2013.L2??? } [ ! KatterKatter's Australian PartyKatter's Australian PartyKatter's Australian Partyhttp://en.wikipedia.org/wiki/Katter%27s_Australian_PartyNew party formed on 27 September 2011. .1=II w PIDParty for Full DemocracyPartei fir Integral DemokratiePartei fir Integral Demokratiehttp://en.wikipedia.org/wiki/Party_for_Full_Democracytagbla;0;=; u S PiPirate Party LuxembourgPiratepartei LëtzebuergPiratepartei Letzebuerghttp://en.wikipedia.org/wiki/Pirate_Party_LuxembourgNew party formed on 4 October 2009.P/;GE  U ;NEOSNEOS -- The New AustriaNEOS – Das Neue ÖsterreichNEOS -- Das Neue Oesterreichhttp://en.wikipedia.org/wiki/NEOS_%E2%80%93_The_New_AustriaNew party formed on 27 October 2012.-.#=9 o U  MDGGreen PartyMiljøpartiet De GrønneMiljopartiet De Gronnehttp://en.wikipedia.org/wiki/Green_Party_(Norway)New party formed on 29 October 1988.O-;EE u U6(AfDAlternative for GermanyAlternative für DeutschlandAlternative fuer Deutschlandhttp://en.wikipedia.org/wiki/Alternative_for_GermanyNew party formed on 6 February 2013.Some of the founders of the party were former CDU members without any major role in the party. Hence, the party is coded as a new party.,-EE g +RPFRally for FranceRassemblement pour la FranceRassemblement pour la Francehttp://en.wikipedia.org/wiki/Rally_for_Francez+#'' w+ CeGCentre LeftCentre-gaucheCentre-gaucheProxy party for centre left alliances that formed for nearly all post-war elections. Short name (CeG) remains the same over all observations to simplify recognition of the alliance.z*%%% y+CeDCentre RightCentre-droitCentre-droitProxy party for centre right alliances that formed for nearly all post-war elections. Short name (CeD) remains the same over all observations to simplify recognition of the alliance.)-11 +d-ecoother ecologistsdivers ecologistesdivers ecologisteshttp://en.wikipedia.org/wiki/French_legislative_election,_2002!( #G=  S-ECoexistenceSpolužitie – EgyüttélésSpoluzitie -- Egyutteleshttp://en.wikipedia.org/wiki/Coexistence_%28political_party%29buga3' [3'  MKDMHungarian Christian Democratic MovementMaďarské kresťanskodemokratické hnutie – Magyar kereszténydemokrata mozgalomMadarske krestanskodemokraticke hnutie -- Magyar keresztenydemokrata mozgalomhttp://en.wikipedia.org/wiki/Hungarian_Christian_Democratic_Movementbuga O& 7ym U MOSHungarian Civic PartyMaďarská občianska strana – Magyar polgári pártMadarska obcianska strana -- Magyar polgari parthttp://sk.wikipedia.org/wiki/Ma%C4%8Farsk%C3%A1_ob%C4%8Dianska_stranabugaNew party formed on 1 January 1992. %+++  <SFSlovenian ForumSlovenski forumSlovenski forumhttp://en.wikipedia.org/wiki/Slovenian_parliamentary_election,_1996no-2010"$711  <SNParty of IndependenceStranka neodvisnihStranka neodvisnihhttp://en.wikipedia.org/wiki/Slovenian_parliamentary_election,_1992no-2010Q#U[[ K?<LDSSLiberal Democratic Party of SloveniaLiberalno demokratska stranka SlovenijeLiberalno demokratska stranka Slovenijeno-2010Party formed in November 1991. Nohlen/Stöver 2010: 1781 "595  <KSChristian SocialistsKrščanski socialistiKrscanski socialistihttp://en.wikipedia.org/wiki/Slovenian_parliamentary_election,_1992~! i_] I HZPCSMovement for a Prosperous Czechia and SlovakiaHnutie za prosperujúce Cesko a SlovenskoHnutie za prosperujuce Cesko a Slovenskohttp://sk.wikipedia.org/wiki/Vo%C4%BEby_do_N%C3%A1rodnej_rady_Slovenskej_republiky_v_roku_1994V  '9/ SPKParty against Corruption, for Order, Labour and Money for all Decent CitizensStrana proti korupcii, za poriadok, prácu a peniaze pre všetkých slušných obcanovStrana proti korupcii, za poriadok, pracu a peniaze pre vsetkych slusnych obcanovhttp://en.wikipedia.org/wiki/Slovak_parliamentary_election,_1994f %+) I NSNew SlovakiaNové SlovenskoNove Slovenskohttp://sk.wikipedia.org/wiki/Vo%C4%BEby_do_N%C3%A1rodnej_rady_Slovenskej_republiky_v_roku_1994rosePro-EU party led by Rudolf Mosny (Rose and Munro 2003, 156).8 3?; 5 SZ-92Green Party -- 1992Strana zelených – 1992Strana zelenych -- 1992http://sk.wikipedia.org/wiki/Vo%C4%BEby_do_Slovenskej_n%C3%A1rodnej_rady_v_roku_1992f [[W 5 SPVAlliance of Farmers and the CountrysideSpojenestvo poľnohospodárov a vidiekaSpojenestvo polnohospodarov a vidiekahttp://sk.wikipedia.org/wiki/Vo%C4%BEby_do_Slovenskej_n%C3%A1rodnej_rady_v_roku_1990| ')) w SSLFreedom PartyStrana slobodyStrana slobodyhttp://en.wikipedia.org/wiki/Freedom_Party_(Slovakia)_?GAm )(EDENational Democratic UnionEthnikή Dhmokratikή ΈnwsisEthnikn Dhmokratikn EnwsisΕθνική Δημοκρατική Ένωσιςhttp://en.wikipedia.org/wiki/National_Democratic_Union_(Greece)==IG w 9 PTEParty of Labour of SpainPartido del Trabajo de EspañaPartido del Trabajo de Espanahttp://en.wikipedia.org/wiki/Party_of_Labour_of_SpainParty formed in 1967. !  DLBLeft BlocLevý BlokLevy Blokhttp://cs.wikipedia.org/wiki/Lev%C3%BD_blok_(politick%C3%A1_strana)buga~COI  D HSSMovement for Social JusticeHnutí za sociální spravedlnostHnuti za socialni spravedlnostessex>E31  W DSPPParty of the Friends of BeerStrana prátel pivaStrana pratel pivahttp://cs.wikipedia.org/wiki/Strana_p%C5%99%C3%A1tel_pivaNew party formed on 16 January 1990. d995  DNEIIndependent InitiativeNezávislá iniciativaNezavisla iniciativaessex\SIE C DKANClub of committed Non-Party MembersKlub angazovaných nestraníkuKlub angazovanych nestranikuhttp://en.wikipedia.org/wiki/Club_of_Committed_Non-Party_MembersbugaNew party reformed in 1990.{ U DSCPZRCzechoslovak Businessmen's, Traders' and Farmers' PartyStrana československých podnikatelů, živnostníků a rolníkůStrana ceskoslovenskych podnikatelu, zivnostniku a rolnikuhttp://cs.wikipedia.org/wiki/Strana_%C4%8Deskoslovensk%C3%BDch_podnikatel%C5%AF,_%C5%BEivnostn%C3%ADk%C5%AF_a_roln%C3%ADk%C5%AFno-2010New party formed on 15 January 1992..))) Y %NPNational PartyNational PartyNational Partyhttp://en.wikipedia.org/wiki/National_Party_%28Ireland,_1995%29New party formed on 19 December 1995. >! c %SFSinn FeinSinn FéinSinn Feinhttp://en.wikipedia.org/wiki/Sinn_F%C3%A9ingall-09After the party split in 1970 both splinters claimed the name Sinn Féin. Provisional Sinn Féin is the unofficial name of the party. The other splinter party later changed its name to Workers Party.ҿ  5 % no-seatno seatno seatno-seatLargest party that won no seats in an election and less than one percent vote share.-)%%; ?  GNPeople's VoiceGlas NarodenGlas NarodenГлас Народенhttps://en.wikipedia.org/wiki/People%27s_Voice_(Bulgaria)New party formed in 2013.NIUU   BNGBulgaria for Citizens MovementDvizhenie "Balgariya na grazhdanite"Dvizhenie "Balgariya na grazhdanite" Движение „България на гражданите“http://en.wikipedia.org/wiki/Bulgaria_for_Citizens_MovementNew party formed on 1 July 2012 by former EU Commissioner Meglena Kuneva.9S][ ?  VMROIMRO -- Bulgarian National MovementVMRO – Balgarsko Natsionalno DvizhenieVMRO -- Balgarsko Natsionalno DvizhenieВМРО – Българско Национално Движениеhttp://en.wikipedia.org/wiki/IMRO_%E2%80%93_Bulgarian_National_MovementNew party formed in 1991. eaa# '  (NFSBNational Front for the Salvation of BulgariaNatsionalen Front za Spasenie na BalgariyaNatsionalen Front za Spasenie na BalgariyaНационален фронт за спасение на Българияhttp://en.wikipedia.org/wiki/National_Front_for_the_Salvation_of_BulgariaParty fomed on 17 May 2011 as a split of Attack (Ataka) by Valerie Simeonov. i !! i 8ReboRainbowRegnboginnRegnboginnhttp://en.wikipedia.org/wiki/Rainbow_(Iceland)Q AMK  O 8HGRIght-Green People's PartyHægri Grænir flokkur fólksinsHaegri Graenir flokkur folksinshttp://en.wikipedia.org/wiki/Right-Green_People%27s_PartyNew party formed on 17 June 2010.Y =1+ w # 8IDPIceland Democratic PartyLýðræðisvaktinLydraedisvaktinhttp://en.wikipedia.org/wiki/Iceland_Democratic_PartyNew party formed on 16 February 2013 to support passing a new constitution.l -11 { Q 8FHHouseholds PartyFlokkur HeimilannaFlokkur Heimilannahttp://en.wikipedia.org/wiki/Households_Party_(Iceland)New party formed on 1 April 2013 by several smaller parties to run for the 2013 national election.q{ c _ 8DawnDawn -- Organization of justice, fairness and democracyDögun – stjórnmálasamtök um réttlæti, sanngirni og lýðræðiDogun -- stjornmalasamtok um rettlaeti, sanngirni og lydraedihttp://en.wikipedia.org/wiki/Dawn_(Iceland)Party formed as merger of The Movement, Citizens' Movement and Liberal Party to run in the 2013 election.j% s 8PiPirate PartyPírataPiratahttp://en.wikipedia.org/wiki/Pirate_Party_(Iceland)d'-' u [ 8BFBright FutureBjört framtíðBjort framtidhttp://en.wikipedia.org/wiki/Bright_Future_(Iceland)Party formed on 4 February 2012 by MPs from Progressive Party (F) and Social Democratic Alliance (Sam).;99 u >HPSCroatian People's PartyHrvatska pucka strankaHrvatska pucka strankahttps://en.wikipedia.org/wiki/Croatian_Popular_Party OOO  >HSNSCroatian Peasant's People's PartyHrvatska seljacka narodna strankaHrvatska seljacka narodna strankano-20104KCC  >(HSP-1861Croatian Party of Right of 1861Hrvatska Stranka Prava 1861Hrvatska Stranka Prava 1861http://en.wikipedia.org/wiki/Croatian_Party_of_Rights_1861zOYW [ >HDSSCroatian Democratic Peasant PartyHrvatska demokratska seljačka strankaHrvatska demokratska seljacka strankahttp://en.wikipedia.org/wiki/Croatian_Democratic_Peasants_Partyno-2010New party formed on 18 September 1994. \555 > noneno party affiliationno party affiliationno party affiliation2C==  >PGSAlliance of Primorje-GorskiPrimorsko goranski savezPrimorsko goranski savezhttp://en.wikipedia.org/wiki/Alliance_of_Primorje_-_Gorski_Kotarno-2010HW_Y u > I-IGIndependent List -- PhD Ivan GrubisicNeovisna lista – dr.sc. Ivan GrubišićNeovisna lista -- dr.sc. Ivan Grubisichttp://en.wikipedia.org/wiki/Ivan_Grubi%C5%A1i%C4%87k~G;;  FeBoElectoral lists ConservativesFelleslister borgerligeFelleslister borgerlige?}5CA o Y >(HGSCroatian Civic PartyHrvatska građanska strankaHrvatska gradanska strankahttp://en.wikipedia.org/wiki/Croatian_Civic_PartyNew party formed on 25 September 2009.| / > ethnicethnicethnicethnicRemaining seats won in minority district by various ethnic parties or candidates.j{ y > abroadabroadabroadabroadResults special district for Croatian citizens abroad."z5-- o K >PiPirate Party CroatiaPiratska strankaPiratska strankahttp://en.wikipedia.org/wiki/Pirate_Party_CroatiaNew party formed in March 2012.ey+)) E >ZZGreens TogetherZeleni ZajednoZeleni Zajednohttp://www.zelenizajedno.hr/x%'' a Y >AMYouth ActionAkcija mladihAkcija mladihhttp://hr.wikipedia.org/wiki/Akcija_mladihNew party formed on 22 February 2005. w+'' e W >HrastCroatian GrowthHrvatski rastHrvatski rasthttp://en.wikipedia.org/wiki/Croatian_GrowthNew party formed on 10 December 2010.QvSSQ  >HL-LRCroatian Labourists -- Labour PartyHrvatski laburisti – Stranka radaHrvatski laburisti -- Stranka radahttp://en.wikipedia.org/wiki/Croatian_Labourists_%E2%80%93_Labour_Partywuic_ 1 >(HSP-ASCroatian Party of Rights -- Dr. Ante StarcevicHrvatska stranka prava dr. Ante StarčevićHrvatska stranka prava dr. Ante Starcevichttp://en.wikipedia.org/wiki/Croatian_Party_of_Rights_dr._Ante_Star%C4%8Devi%C4%87t%%;% )/ NVNew TimesNovoto vremeNovoto vremeНовото времеhttps://bg.wikipedia.org/wiki/%D0%9D%D0%BE%D0%B2%D0%BE%D1%82%D0%BE_%D0%B2%D1%80%D0%B5%D0%BC%D0%B5_%28%D0%BF%D0%B0%D1%80%D1%82%D0%B8%D1%8F%29Party formed on July 10 2004 as split from National Movement Simeon II (NDSV).recorded as green party family since it originated in a left-libertarian movement}s755Q  KRCoalition of the RoseKoalitsiya na RozataKoalitsiya na RozataКоалиция на розатаhttp://bg.wikipedia.org/wiki/%D0%9A%D0%BE%D0%B0%D0%BB%D0%B8%D1%86%D0%B8%D1%8F_%D0%BD%D0%B0_%D1%80%D0%BE%D0%B7%D0%B0%D1%82%D0%B0r-W Y  EREuroromaEvroromaEvroromaЕвроромаhttp://en.wikipedia.org/wiki/EuroromaNew party formed on 12 December 1998. tq+11K   PSPatriotic UnionPatriotichen SuyuzPatriotichen SuyuzПатриотичен съюзrosewp1//M   SNI"New Choice" UnionSuyuz "Nov izbor"Suyuz "Nov izbor"Съюз „Нов избор“bugaioWa_   SDS-lUnion of Democratic Forces -- LiberalSuyuz na Demokratichnite Sili – LiberaliSuyuz na Demokratichnite Sili -- LiberaliСъюз на демократичните сили – Либералиno-2010 nU_][ ~ SDS-tsUnion of Democratic Forces -- CentreSuyuz na Demokratichnite Sili – TsenturSuyuz na Demokratichnite Sili -- TsenturСъюз на демократичните сили – Центърhttp://en.wikipedia.org/wiki/SDS-Centerno-2010rmuywS ' } BZNS-NPBulgarian Agrarian National Union -- "Nikola Petkov"Balgarski Zemedelski Naroden Suyuz – "Nikola Petkov"Balgarski Zemedelski Naroden Suyuz -- "Nikola Petkov"Български земеделски народен съюз – „Никола Петков“http://en.wikipedia.org/wiki/Bulgarian_Agrarian_National_Unionbuga, no-2010)lIII k |C-NEEuropean-Nationalist CoalitionCoalicion Nacionalista-EuropeaCoalicion Nacionalista-Europeahttp://en.wikipedia.org/wiki/European_Coalitionk 5w{H no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result.*j[]]# z DARDemocratic Alternative for the RepublicDemokratichna Alternativa za RepublikataDemokratichna Alternativa za RepublikataДемократична Алтернатива за Републикатаhttp://en.wikipedia.org/wiki/Bulgarian_parliamentary_election,_1994buga~iEIEy A y)PMMPanhellenic Macedonian FrontPanellήnio Makedonikό MetwpoPanellnnio Makedoniko MetwpoΠανελλήνιο Μακεδονικό Μέτωποhttp://en.wikipedia.org/wiki/Panhellenic_Macedonian_FrontParty formed in May 2009. h 5 x) no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.`g9A7]s O w)KEKParty of Greek HuntersKómma Ellênòn KynègônKomma Ellenon KynegonΚόμμα Ελλήνων Κυνηγώνhttp://en.wikipedia.org/wiki/Party_of_Greek_HuntersNew party formed on 5 July 1990. 7f%--Gy A v)OFThe LiberalsOi FileleftheroiOi FileleftheroiΟι Φιλελεύθεροιhttp://en.wikipedia.org/wiki/The_Liberals_%28Greece%29New party formed in 1999. 8e1))Ck Q u) EKUnion of CentristsEnosi KentroonEnosi KentroonΈνωση Κεντρώωνhttp://en.wikipedia.org/wiki/Union_of_CentristsNew party formed on 2 March 1992. ~dUaY ? t)EDOKGreek Democratic Ecological MovementEllhnikό Dhmokratikό Oikologikό KίnhmaEllhniko Dhmokratiko Oikologiko KinhmaΕλληνικό Δημοκρατικό Οικολογικό Κίνημαmacr-90New party formed in 1989.bc9=9cs? s)OEAlternative EcologistsOikolόgoi EnallaktikoίOikologoi EnallaktikoiΟικολόγοι Εναλλακτικοίhttp://en.wikipedia.org/wiki/Alternative_Ecologistsmacr-90New party formed in 1989.Pb/MK  A rUEUnion of ElectorsUnion [Candidats] des électeursUnion [Candidats] des electeurshttp://en.wikipedia.org/wiki/Union_of_Electors#Union_des_.C3.A9lecteursNew party formed in 1939. a 955  pHZDMovement for DemocracyHnutie za demokraciuHnutie za demokraciuhttp://en.wikipedia.org/wiki/Movement_for_Democracy_%28Slovakia%29$`-11 g U nFiDStop the DeclineFermare il DeclinoFermare il Declinohttp://en.wikipedia.org/wiki/Stop_the_DeclineNew party formed on 16 August 2012. _%'' _ S lSCCivic ChoiceScelta CivicaScelta Civicahttp://en.wikipedia.org/wiki/Civic_ChoiceNew party formed on 4 January 2013.L^111 k SWk M5SFive Star MovementMovimento 5 StelleMovimento 5 Stellehttp://en.wikipedia.org/wiki/Five_Star_MovementNew party formed on 4 October 2009.party family classification difficult]//- i j(FdIBrothers of ItalyFratelli d'ItaliaFratelli dItaliahttp://en.wikipedia.org/wiki/Brothers_of_Italy\111  iCD Democratic CentreCentro DemocraticoCentro Democraticohttp://en.wikipedia.org/wiki/Democratic_Centre_%28Italy%29o[''' a f;TSTeam StronachTeam StronachTeam Stronachhttp://en.wikipedia.org/wiki/Team_StronachapaNew party formed on 25 September 2012 gaining parliamentary status on 8 November 2012 after five BZÖ MPs crossed the floor.Z 5we no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result.8Y--- + A dPRRhinoceros PartyParti RhinocerosParti Rhinoceroshttp://en.wikipedia.org/wiki/Rhinoceros_Party_of_Canada_%281963%E2%80%931993%29New party formed in 1963. 2X?A?  c,NO2EUNO2EU -- Yes to DemocracyNO2EU – Yes to DemocracyNO2EU -- Yes to Democracyhttp://en.wikipedia.org/wiki/No_to_the_EU_%E2%80%93_Yes_to_DemocracyuWSic ? bGLSGroup for Luxembourgian SovereigntyGroupement fir d'Lëtzebuerger SouveränitéitGroupement fir d'Letzebuerger Souveraniteithttp://lb.wikipedia.org/wiki/Groupement_fir_d%27L%C3%ABtzebuerger_Souver%C3%A4nit%C3%A9it#V199  _+MDCCitizens' MovementMouvement des citoyensMouvement des citoyenshttp://en.wikipedia.org/wiki/Citizens%27_Movement_%28France%29no-20105U=== w ? ^ NPCNational Party of CanadaNational Party of CanadaNational Party of Canadahttp://en.wikipedia.org/wiki/National_Party_of_CanadaNew party formed in 1992.T 5w] no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result.KS')' } \PLLiberal PartyParti LibéralParti Liberalhttps://en.wikipedia.org/wiki/Liberal_Party_(Luxembourg)no-2010The majority of its members joined the Groupment/DP in the mid-1950s.pR[[Y  5[PICMIndependent Party of the Middle Class Parti Indépendant des Classes MoyennesParti Independant des Classes Moyennesno-2010Some candidates later joined the DP. (MP René Mart and Marcel Mart, dates unknown)*Q;331u XJRePJapan Restoration PartyNippon Ishin no KaiNippon Ishin no Kai日本維新の会https://en.wikipedia.org/wiki/Japan_Innovation_Partyreuters&Puii 1 M W>(HDSSBCroatian Democratic Alliance of Slavonia and BaranjaHrvatski demokratski savez Slavonije i BaranjeHrvatski demokratski savez Slavonije i Baranjehttp://en.wikipedia.org/wiki/Croatian_Democratic_Assembly_of_Slavonija_and_BaranjaNew party formed on 6 May 2006. #2OEII  V>HSUCroatian Party of PensionersHrvatska stranka umirovljenikaHrvatska stranka umirovljenikahttp://en.wikipedia.org/wiki/Croatian_Party_of_Pensioners $jNQWW  A U> SDSS Independent Democratic Serb PartySamostalna demokratska srpska strankaSamostalna demokratska srpska strankahttp://en.wikipedia.org/wiki/Independent_Democratic_Serbian_PartyNew party formed in 1997. &bMMWU ? RPP-DDPeople's Party -- Dan DiaconescuPartidul Poporului – Dan DiaconescuPartidul Poporului -- Dan Diaconescuhttp://en.wikipedia.org/wiki/People%27s_Party_-_Dan_DiaconescuNew party formed in 2011. L#)% i ? QFCCivic ForceForța CivicăForta Civicahttp://en.wikipedia.org/wiki/Civic_Force_PartyNew party formed in 2004.XK';;S? M)KFLiberal PartyKomma ton FileleftheronKomma ton FileleftheronΚόμμα Φιλελευθέρωνhttp://en.wikipedia.org/wiki/Liberal_Party_(Greece,_modern)macr-85New party formed in 1980.eJ3;;c Q L)CDChristian DemocracyChristianiki DimokratiaChristianiki DimokratiaΧριστιανική Δημοκρατίαhttp://en.wikipedia.org/wiki/Christian_Democracy_(Greece)New party formed on 12 June 1953. GI/11S{ A K)KPProgressive PartyKomma ProodeftikonKomma ProodeftikonΚόμμα Προοδευτικώνhttp://en.wikipedia.org/wiki/Progressive_Party_(Greece)New party formed in 1954. KH[QM  JTAIPYES -- Homeland Revival and PerspectiveTėvynės atgimimas ir perspektyvaTevynes atgimimas ir perspektyvahttp://en.wikipedia.org/wiki/YES_(Lithuanian_political_party)eltaG1)' k Q IDKThe Way of CourageDrąsos keliasDrasos keliashttp://en.wikipedia.org/wiki/The_Way_of_CourageNew party formed on 19 March 2012.F)3/  D8ThodNational PartyÞjóðarflokkurinnThjodarflokkurinnhttp://is.wikipedia.org/wiki/%C3%9Ej%C3%B3%C3%B0arflokkurinnhEUSO  ? C8ILIcelandic Movement -- Living CountryÍslandshreyfingin – lifandi landIslandshreyfingin -- lifandi landhttp://en.wikipedia.org/wiki/Icelandic_Movement_%E2%80%93_Living_CountryNew party formed in 2007.D'%  B8FrLiberalsFrjálslyndirFrjalslyndirhttp://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_1991C 5w@8 no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result./B/31 u [ ?8FbCandidature PartyFramboðsflokkurinnFrambodsflokkurinnhttp://is.wikipedia.org/wiki/Frambo%C3%B0sflokkurinnNew party formed for the 1971 election.A 5w> no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result.g@ S 7=50+50PLUS50PLUS50PLUShttp://en.wikipedia.org/wiki/50PLUSParty formed in 2009.Party was formed by Jan Nagel, a Labour (PvdA) MP in the 1980s, who formed several other parties after leaving Labour (PvdA). k~~A}||\{z yxhwvuu=ssrsqpp3onmmllkihgg$fueddAcwbaa,``_s^^\ZZMYFYXVVU}TSSRQPONuMLLJKJIHHOGFEEED|DBB=AA*@@?q>H=j<;::H9}887@65=43o34241t0//...-,^+p* )((T'&%%%$##`""G!, U=){gPCX=ZjLt  | @ ? bbx--- i 7 , CoLabCoalition LabourCoalition LabourCoalition Labourhttps://en.wikipedia.org/wiki/Coalition_LabourParty formed in 1918.w)))  ,(NPNational PartyNational PartyNational Partyhttps://en.wikipedia.org/wiki/National_Party_%28UK,_1917%29jvWWW  ? ,(NDPNational Democratic and Labour Party National Democratic and Labour Party National Democratic and Labour Party https://en.wikipedia.org/wiki/National_Democratic_and_Labour_PartyNew party formed in 1918.9u///  O ,CoLibCoalition LiberalCoalition LiberalCoalition Liberalhttps://en.wikipedia.org/wiki/National_Liberal_Party_%28UK,_1922%29Party formed on 20 November 1918.1t @ etcothersothersothers:sKII @KVVCatholic Flemish People's PartyKatholieke Vlaamse VolkspartijKatholieke Vlaamse Volkspartijhttps://en.wikipedia.org/wiki/Catholic_Flemish_People%27s_Party rM77 S @CVChristian Peoples' Party [Daens]Christene VolkspartijChristene VolkspartijNew party formed on 15 April 1893. ,qEEE  , NLONational Labour OrganisationNational Labour OrganisationNational Labour Organisationhttp://en.wikipedia.org/wiki/National_Labour_Organisationp-77 #SPSocialist Party Socialistiska partietSocialistiska partiethttp://en.wikipedia.org/wiki/Socialist_Party_%28Sweden,_1929%29o;;; u #SLPLiberal Party of SwedenSveriges Liberala PartiSveriges Liberala Partihttp://en.wikipedia.org/wiki/Liberal_Party_of_SwedenSnS[Y  #SKP-HCommunist Party of Sweden [Hoglund]Sveriges Kommunistiska Parti [Höglund]Sveriges Kommunistiska Parti [Hoglund]http://en.wikipedia.org/wiki/Communist_Party_of_Sweden_%281924%29[m][[  NSASocial Democratic Labour Party of NorwayNorges Socialdemokratiske ArbeiderpartiNorges Socialdemokratiske Arbeiderpartihttp://en.wikipedia.org/wiki/Social_Democratic_Labour_Party_of_Norwayl9-- s MVModerate Liberal PartyModerate VenstreModerate Venstrehttp://en.wikipedia.org/wiki/Moderate_Liberal_Partyk111 k FVLiberal Left PartyFrisinnede VenstreFrisinnede Venstrehttp://en.wikipedia.org/wiki/Liberal_Left_Partywj%%% w RPReform PartyReform PartyReform Partyhttp://en.wikipedia.org/wiki/New_Zealand_Reform_Partyi+-)  RMRatana MovementRātana MovementRtana Movementhttp://en.wikipedia.org/wiki/R%C4%81tana#Alliance_with_the_Labour_Party!h??? y NZLPNew Zealand Liberal PartyNew Zealand Liberal PartyNew Zealand Liberal Partyhttp://en.wikipedia.org/wiki/New_Zealand_Liberal_Partyg))) { 9 DPDemocrat PartyDemocrat PartyDemocrat Partyhttp://en.wikipedia.org/wiki/New_Zealand_Democrat_PartyParty formed in 1934. f'''  A CouPaCountry PartyCountry PartyCountry Partyhttp://en.wikipedia.org/wiki/Country_Party_%28New_Zealand%29New party formed in 1922. OeGII  ? RKVPRoman Catholic People's PartyRoomsch-Katholieke VolkspartijRoomsch-Katholieke Volkspartijhttp://en.wikipedia.org/wiki/Roman_Catholic_People%27s_PartyNew party formed in 1922.edISS % 7 RSPRevolutionary Socialist Party Revolutionair Socialistische PartijRevolutionair Socialistische Partijhttp://en.wikipedia.org/wiki/Revolutionary_Socialist_Party_%28Netherlands%29Party formed in 1929.Tc?SS 7 HGSNew Reformed State Party Hervormd Gereformeerde StaatspartijHervormd Gereformeerde Staatspartijhttp://en.wikipedia.org/wiki/Hervormd_Gereformeerde_StaatspartijParty formed in 1921.biii # W (NSBNational Socialist Movement in the NetherlandsNationaal-Socialistische Beweging in NederlandNationaal-Socialistische Beweging in Nederlandhttp://en.wikipedia.org/wiki/National_Socialist_Movement_in_the_NetherlandsNew party formed on 14 December 1931.a)''  LULiberal Union Liberale UnieLiberale Uniehttp://en.wikipedia.org/wiki/Liberal_Union_%28Netherlands%29G`]]] m LSPLiberal State Party "The Freedom League"Liberale Staatspartij "de Vrijheidsbond"Liberale Staatspartij "de Vrijheidsbond"http://en.wikipedia.org/wiki/Liberal_State_Party_;== u BVLLeague of Free LiberalsBond van Vrije LiberalenBond van Vrije Liberalenhttp://en.wikipedia.org/wiki/League_of_Free_LiberalsN^) + PB|NBTMPlattelandersbond | National Farmers', Horticulturists' and Middle Class PartyPeasants' League | Nationale Boeren-, Tuinders- en MiddenstandspartijPeasants' League | Nationale Boeren-, Tuinders- en Middenstandspartijhttp://nl.wikipedia.org/wiki/Nationale_Boeren-,_Tuinders-_en_Middenstandspartij ]--- EBEconomic League Economische BondEconomische Bondhttp://en.wikipedia.org/wiki/Economic_League_%28Netherlands%29o\=EE RSPRadical Socialist Party Radikal-Sozialistesch ParteiRadikal-Sozialistesch Partei%[999  PRLRadical Liberal Party Radikal-Liberal ParteiRadikal-Liberal Parteihttp://en.wikipedia.org/wiki/Radical_Liberal_Party_%28Luxembourg%29Z+%%  LLLiberal League Liberal LigaLiberal Ligahttp://en.wikipedia.org/wiki/Liberal_League_%28Luxembourg%295Y=MI  PIEIndependents of the EastParti des Indépendants de l'EstParti des Indpendants de l'Esthttps://en.wikipedia.org/wiki/Party_of_Independents_of_the_East(XA31 ! FVIndependent People's PartyFräi VolleksparteiFrai Volleksparteihttp://en.wikipedia.org/wiki/Independent_People%27s_Party_%28Luxembourg%29 WCC?  / (ONPIndependent National Party Onofhängeg Nationalpartei Onofhangeg Nationalparteihttp://en.wikipedia.org/wiki/Independent_National_Party_%28Luxembourg%29Party formed in 1918 as split from Party of the Right (PD) and dissolved in 1931.Vo} -  PBMAFree List of Peasants, Middle Classes and WorkersPartei vun de Baueren, dem Mëttelstand an den AarbechterPartei vun de Baueren, dem Mettelstand an den Aarbechterhttps://en.wikipedia.org/wiki/Free_List_of_Farmers,_the_Middle_Class_and_WorkersU-53 g DeLeDemocratic List Demokratesch LëschtDemokratesch Leschthttps://en.wikipedia.org/wiki/Democratic_ListT533 m %CGSociety of the GaelsCumann na nGaedhealCumann na nGaedhealhttp://en.wikipedia.org/wiki/Cumann_na_nGaedheal*S777 q A %NLPNational League PartyNational League PartyNational League Partyhttp://en.wikipedia.org/wiki/National_League_PartyNew party formed in 1926. 5R777 9 %NCPNational Centre PartyNational Centre PartyNational Centre Partyhttp://en.wikipedia.org/wiki/National_Centre_Party_%28Ireland%29Party formed in 1932. Q);7  8FFLiberal Party Frjálslyndi flokkurinnFrjlslyndi flokkurinnhttp://en.wikipedia.org/wiki/Liberal_Party_%28Iceland,_historical%296P-=9 ? 8HeHome Rule Party HeimastjórnarflokkurinnHeimastjrnarflokkurinnhttp://en.wikipedia.org/wiki/Home_Rule_Party_%28Iceland%29mchaleNew party formed in 1900.O)'#  8BaFarmers' PartyBændaflokkurBndaflokkurhttp://en.wikipedia.org/wiki/Farmers%27_Party_%28Iceland,_1933%29 N+11 { 8KommCommunist PartyKommtinistaflokkurKommtinistaflokkurhttp://en.wikipedia.org/wiki/Communist_Party_of_Iceland2MA[Y c CSP-VFinnish Party -- Old FinnsSuomalainen puolue – VanhasuomalaisetSuomalainen puolue -- Vanhasuomalaisethttps://en.wikipedia.org/wiki/Finnish_PartyLS%  C SKrTLChristian Workers' Union of FinlandSuomen Kristillisen Työväen Liitto – Finlands kristliga arbetarförbundSuomen Kristillisen Tyovaen Liitto -- Finlands kristliga arbetarforbundhttps://en.wikipedia.org/wiki/Christian_Workers%27_Union_of_FinlandKeee # Y (DNSAPNational Socialist Workers' Party of DenmarkDanmarks Nationalsocialistiske ArbejderpartiDanmarks Nationalsocialistiske Arbejderpartihttp://en.wikipedia.org/wiki/National_Socialist_Workers%27_Party_of_DenmarkNew party formed on 16 November 1930. J7// m NSNational Cooperation National SamvirkeNational Samvirkehttps://da.wikipedia.org/wiki/Nationalt_Samvirke I1--  ~MVModerate Liberals Moderate VenstreModerate Venstrehttp://en.wikipedia.org/wiki/Moderate_Venstre_%28Denmark%29H+++ c A }EPIndustry Party ErhvervspartietErhvervspartiethttp://en.wikipedia.org/wiki/Industry_PartyNew party formed in 1917. G+%%  A |BoFarmers' Party BondepartietBondepartiethttp://en.wikipedia.org/wiki/Farmers%27_Party_%28Denmark%29New party formed in 1923. F%%% s A { LLabour PartyLabour PartyLabour Partyhttps://en.wikipedia.org/wiki/Canadian_Labour_PartyNew party formed in 1917. E%'' a W y@(RexRexist PartyParti RexisteParti Rexistehttps://en.wikipedia.org/wiki/Rexist_PartyNew party formed on 2 November 1935. DUYY _ ? x@ FP|VNVFront Party | Flemish National UnionFrontpartij | Vlaams Nationaal VerbondFrontpartij | Vlaams Nationaal Verbondhttps://en.wikipedia.org/wiki/FrontpartijNew party formed in 1919.party family classification based on Frontpartij (1919-1933)/C)YW w w@KP-PCCatholic PartyKatholieke Partij – Parti catholiqueKatholieke Partij -- Parti catholiquehttp://en.wikipedia.org/wiki/Catholic_Party_(Belgium)KB5qo o v@ BWP-POBBelgian Labour PartyBelgische Werkliedenpartij – Parti Ouvrier BelgeBelgische Werkliedenpartij -- Parti Ouvrier Belgehttp://en.wikipedia.org/wiki/Belgian_Labour_PartyA!/w ? u"YeThe GreensHaYerukimHaYerukimהירוקים‎https://en.wikipedia.org/wiki/The_Greens_%28Israel%29New party formed in 1997.$@'++ A t SocSociety PartySamfundspartietSamfundspartiethttps://en.wikipedia.org/wiki/Society_Party_%28Norway,_1930s%29New party formed in 1932. q??CC  q7LZUnion of Latvian Farmers Latviesu Zemnieku SavienibaLatviesu Zemnieku Savienibarose_>  o  pKESDTP|EVPEstonian [Social] Democratic Labour Party | Estonian Left PartyEesti [Sotsiaal] Demokraatlikuks Tööparteiks | Eesti VasakparteiEesti [Sotsiaal] Demokraatlikuks Tooparteiks | Eesti Vasakparteihttps://en.wikipedia.org/wiki/Estonian_Left_Partyelectoral alliance Left Alternative (Vasakvoimalus) in 1992 electionj=agg  o AD|DRF Labour Democrats | Radical People's PartyArbeiderdemokratene | Det radikale FolkepartiArbeiderdemokratene | Det radikale Folkepartihttps://en.wikipedia.org/wiki/Radical_People%27s_Party_%28Norway%29<1-- i O n (NSNational GatheringNasjonal SamlingNasjonal Samlinghttps://en.wikipedia.org/wiki/Nasjonal_SamlingNew party formed on 13 May 1933. ; 5 mC one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.Only coded if there are no other observations for the parties. Party names included in 'description' of election result. ":5)) u M lCPiPirate Party FinlandPiraattipuoluePiraattipuoluehttp://en.wikipedia.org/wiki/Pirate_Party_of_FinlandNew party formed on 24 May 2008.u9 k"(YachadTogetherYachadYachadיחדhttp://en.wikipedia.org/wiki/Yachad_%28political_party%29d8!S j"KulanuAll of UsKulanuKulanuכולנוhttp://en.wikipedia.org/wiki/Kulanu7!// w iKEVFree PartyEesti VabaerakondEesti Vabaerakondhttp://en.wikipedia.org/wiki/Free_Party_%28Estonia%29Y6?GE_;U h) TelDot -- Apostolos GkletsosTeleia – Apostolos GkletsosTeleia -- Apostolos GkletsosΤελεία πολιτικό κόμμα)http://el.wikipedia.org/wiki/%CE%A4%CE%B5%CE%BB%CE%B5%CE%AF%CE%B1_%28%CF%80%CE%BF%CE%BB%CE%B9%CF%84%CE%B9%CE%BA%CF%8C_%CE%BA%CF%8C%CE%BC%CE%BC%CE%B1%29anaNew party formed on 15 December 2015<5OGG g) KIDISOMovement of Democratic SocialistsKinima Dimokraton SosialistonKinima Dimokraton Sosialistonhttp://en.wikipedia.org/wiki/Movement_of_Democratic_Socialists|45GE - f# VSPLeft Socialist PartyVänstersocialistiska PartietVanstersocialistiska Partiethttp://en.wikipedia.org/wiki/Left_Socialist_Party_%28Sweden%29inclusion rule: several election results as largest party no seats (first loser)83 e# no-seatno seatno seatno seat2E))+{ d(PFGParty for Future GenerationsJisedai No TouJisedai No Tou次世代の党https://en.wikipedia.org/wiki/Party_for_Japanese_Kokoro)19'' cE cKEMEstonian Country UnionEesti MaaliitEesti Maaliithttps://et.wikipedia.org/wiki/Eesti_MaaliiterakonnadNew party formed on 3 March 1991. EM joins People's Union of Estonia (ER) on 10. June 2000.inclusion rule: two times a member of an electoral alliance winning seatsC0_WU K bKEPPEEstonian Party of Pensioners and FamiliesEesti Pensionäride ja Perede ErakondEesti Pensionaride ja Perede Erakondhttps://et.wikipedia.org/wiki/Eesti_Pension%C3%A4ride_ja_Perede_ErakonderakonnadNew party formed on 7 December 1991. EM joins People's Union of Estonia (ER) on 10. June 2000.8/=== w? `+AOAlliance of the OverseasAlliances des outre-mersAlliances des outre-mershttp://en.wikipedia.org/wiki/Alliance_of_the_OverseasfrpoNew party formed in 2004.A.G][ i _+DLR|DLFRepublic Arise | France AriseDebout la république | Debout la FranceDebout la republique | Debout la Francehttps://en.wikipedia.org/wiki/Debout_la_Francefrpo,-1''  Y ^J(RNNational Movement Ruch NarodowyRuch Narodowyhttp://en.wikipedia.org/wiki/National_Movement_%28Poland%29New party formed on 11 November 2012. D,;EA y Q [PMPPeople's Movement PartyPartidul Mișcarea PopularăPartidul Miscarea Popularahttp://en.wikipedia.org/wiki/People%27s_Movement_PartyNew party formed on 24 July 2013. G+G)) c  Z I-MDIndependent -- Mircea DiaconuMircea DiaconuMircea Diaconuhttp://en.wikipedia.org/wiki/Mircea_DiaconuMEP with no party affiliation winning a seat in EP elections 2014.*GMK ? Y7 PPAPolitical Party "Alternative"Politiskā Partija "Alternative"Politiska Partija "Alternative"cvkNew party formed in 2014.m)=95 } 5 X7LAFor Latvia's Development Latvijas attīstībai Latvijas attistibaihttps://en.wikipedia.org/wiki/For_Latvia%27s_DevelopmentParty formed on 15 December 2013 as split from Unity (V) by former PM Einars Repše.d( K]U ; W(NaS-NSNation and Justice -- Our PartyNárod a spravodlivosť – Naša stranaNarod a spravodlivost -- Nasa stranahttp://sk.wikipedia.org/wiki/N%C3%A1rod_a_Spravodlivos%C5%A5_%E2%80%93_na%C5%A1a_strana*' 133 m W VMSBeautiful SlovakiaMagnificat SlovakiaMagnificat Slovakiahttp://sk.wikipedia.org/wiki/Magnificat_SlovakiaNew party formed on 19 January 2012. Z& +97  UPaSLaw and JusticePrávo a spravodlivostPravo a spravodlivosthttp://en.wikipedia.org/wiki/List_of_political_parties_in_Slovakiacoding of party family needs to be confirmed by country expert%% YWQ m ?- TTIPTIP Party -- We create another policy Strana TIP – Tvoríme inú politikuStrana TIP -- Tvorime inu politikuhttp://sk.wikipedia.org/wiki/Redaktor:Strana-TipNew party formed in 2014.coding of party origin and party family needs to be confirmed by country expert '$CCC } S,(IEAn Independence from EuropeAn Independence from EuropeAn Independence from Europehttp://en.wikipedia.org/wiki/An_Independence_from_Europe*#!%%  W R< SSolidaritySolidarnost Solidarnost http://sl.wikipedia.org/wiki/Solidarnost_%28politi%C4%8Dna_stranka%29New party formed on 14 December 2013.]"+) ? Q<SSDream JobSanjska službaSanjska sluzbaNew party formed in 2014.u!! W ? P< VI Believe VerjamemVerjamemhttp://en.wikipedia.org/wiki/VerjamemNew party formed in 2014. ACA ] O< I-JKIndependent -- Jelko KacinIndependent – Jelko KacinIndependent -- Jelko Kacinhttp://en.wikipedia.org/wiki/Jelko_Kacin1Q=; N>ORaHSustainable Development of CroatiaOdrživi razvoj HrvatskeOdrzivi razvoj Hrvatskehttp://en.wikipedia.org/wiki/Sustainable_Development_of_Croatiakee % W MPACMAAnimalist Party Against Mistreatment to AnimalsPartido Animalista Contra el Maltrato AnimalPartido Animalista Contra el Maltrato Animalhttp://en.wikipedia.org/wiki/Animalist_Party_Against_Mistreatment_to_AnimalsNew party formed on 24 February 2003.i L(VoxVoiceVoxVoxhttp://en.wikipedia.org/wiki/Vox_%28Spanish_political_party%29E#%%3e K D21Movement 21Dvizhenie 21Dvizhenie 21Движение 21http://bg.wikipedia.org/wiki/%D0%A2%D0%B0%D1%82%D1%8F%D0%BD%D0%B0_%D0%94%D0%BE%D0%BD%D1%87%D0%B5%D0%B2%D0%B0bta  U HPWe CanPodemosPodemoshttp://en.wikipedia.org/wiki/Podemos_%28Spanish_political_party%29New party formed on 16 January 2014.pQ]Y O GCsCitizens -- Party of the CitizenryCiudadanos – Partido de la CiudadaníaCiudadanos -- Partido de la Ciudadaniahttps://en.wikipedia.org/wiki/Citizens_(Spanish_political_party)New party formed on 4 March 2006.]mk } U F? LLivreLivre – Liberdade, Esquerda, Europa e EcologiaLivre -- Liberdade, Esquerda, Europa e Ecologiahttp://en.wikipedia.org/wiki/LIVRE_%28political_party%29New party formed on 31 January 2014.#-- ] S E?MPTEarth PartyPartido da TerraPartido da Terrahttp://en.wikipedia.org/wiki/Earth_PartyNew party formed on 12 August 1993.u'-- a DJ(SPUnited PolandSolidarna PolskaSolidarna Polskahttp://en.wikipedia.org/wiki/United_Poland7=== w= C%DDIDirect Democracy IrelandDirect Democracy IrelandDirect Democracy Irelandhttp://en.wikipedia.org/wiki/Direct_Democracy_IrelandeieNew party formed in 2010GIG c { B% I-NCIndependent -- Nessa ChildersIndependent – Nessa ChildersIndependent -- Nessa Childershttp://en.wikipedia.org/wiki/Nessa_ChildersMEP Nessa Childers left the Labour Party on 5 April 2013 and won a seat in the Dublin district in the EP election 2014.EGE o G A% I-LFIndependent -- Luke FlanaganIndependent – Luke FlanaganIndependent -- Luke Flanaganhttp://en.wikipedia.org/wiki/Luke_'Ming'_FlanaganMEP with no party affiliation winning a seat in the North West district in EP elections 2014.111 k ? @@(DLBBelgians, Rise Up!Debout Les Belges!Debout Les Belges!http://en.wikipedia.org/wiki/Debout_Les_Belges!New party formed in 2013./-- i ? ?7ViLaUnited for LatviaVienoti LatvijaiVienoti Latvijaihttp://en.wikipedia.org/wiki/United_for_LatviaNew party formed in 2011.TIEA Q >7LRaLatvian Association of RegionsLatvijas Reģionu apvienībaLatvijas Regionu apvienibahttp://en.wikipedia.org/wiki/Latvian_Association_of_RegionsbnsNew party formed on 13 March 2014.3?// yK =7NsLFor Latvia from the HeartNo sirds LatvijaiNo sirds Latvijaihttp://en.wikipedia.org/wiki/For_Latvia_from_the_HeartletaNew party formed on 5 May 2014.|OUU _ < ABVAlternative for Bulgarian RevivalAlternativa za balgarsko vazrazhdaneAlternativa za balgarsko vazrazhdaneАлтернатива за българско възражданеhttp://en.wikipedia.org/wiki/Alternative_for_Bulgarian_RevivalreutersParty fomed on 25 January as a split of the Bulgarian Socialist Party (BSP) by former PM Georgi Parvanov.O)11Sci ; RBReformist BlocReformatorski BlokReformatorski BlokРеформаторски блокhttp://en.wikipedia.org/wiki/Reformist_BlocbtaElectoral alliance formed on 20 December 2013.i C77Y}U : BBZBulgaria Without CensorshipBalgarija bes ZensuraBalgarija bes ZensuraБългария без цензураhttp://en.wikipedia.org/wiki/Bulgaria_Without_CensorshipbtaNew party formed on 25 January 2014.e IA?[ 9"(He-TnLeHerut -- The National MovementHerut – HaTnu'a HaLeumitHerut -- HaTnu'a HaLeumitחרות -- התנועה הלאומיתhttp://en.wikipedia.org/wiki/Herut_%E2%80%93_The_National_Movementknesset~  e K 8"TnufaMomentumTnufaTnufahttp://en.wikipedia.org/wiki/Pnina_RosenblumNew party formed 1999 election.0 EKI  6+ARSRepublican and Social ActionAction républicaine et socialeAction republicaine et socialehttp://en.wikipedia.org/wiki/Republican_and_Social_ActionRally of the French People (RPF) MPs supported PM Pinay in a confidence vote on 6 March 1952 and formed a parliamentary group.& SQQy [ 5"RALEVArab List for Bedouin and VillagersReshima Aravit LeBedouim VeKfariymReshima Aravit LeBedouim VeKfariymרשימה ערבית לבדואים וכפריים‎http://en.wikipedia.org/wiki/Arab_List_for_Bedouin_and_VillagersNew party created for the 1973 election#{ug 4"(AtidFutureAtidAtidעתיד‎http://en.wikipedia.org/wiki/Atid_%28political_party%29knessetParty formed on 27 November 1995 with Alex Goldfarb as Deputy Minister of Housing and Construction in Peres cabinet.Included because of Peres II cabinet support.[#O 3"(YiudMissionYiudYiudיעוד‎http://en.wikipedia.org/wiki/YiudaWW 2"THTHMovement for the Renewal of Social ZionismTenoa'a leHithadshut Tzionut HevratitTenoa'a leHithadshut Tzionut Hevratitתנועה להתחדשות ציונית חברתית‎ http://en.wikipedia.org/wiki/Movement_for_the_Renewal_of_Social_Zionismknessetv???U Q 1"TaalArab Movement for RenewalTnu'a Aravit LeHithadshutTnu'a Aravit LeHithadshutתְּנוּעָה עֲרָבִית לְהִתְחַדְּשׁוּתhttp://en.wikipedia.org/wiki/Ta%27alNew party formed in the mid 1990s.1 0" etcothersothersothers 5w .' no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result.(5G? o+ -'PMDialogue for HungaryPárbeszéd MagyarországértParbeszed Magyarorszagerthttp://en.wikipedia.org/wiki/Dialogue_for_Hungarymti-eco, pol-hu0WOOU ,)EPLUnion for the Homeland and the PeopleEnosi Gia Tin Patrida Kai Ton LaoEnosi Gia Tin Patrida Kai Ton LaoΈνωση για την Πατρίδα και τον Λαόhttp://el.wikipedia.org/wiki/%CE%88%CE%BD%CF%89%CF%83%CE%B7_%CE%B3%CE%B9%CE%B1_%CF%84%CE%B7%CE%BD_%CE%A0%CE%B1%CF%84%CF%81%CE%AF%CE%B4%CE%B1_%CE%BA%CE%B1%CE%B9_%CF%84%CE%BF%CE%BD_%CE%9B%CE%B1%CF%8CmigNew party formed on 6 February 2014.n;??m_U +)EEPGreek European CitizensEllines Eyropaioi PolitesEllines Eyropaioi PolitesΈλληνες Ευρωπαίοι Πολίτεςhttp://el.wikipedia.org/wiki/%CE%88%CE%BB%CE%BB%CE%B7%CE%BD%CE%B5%CF%82_%CE%95%CF%85%CF%81%CF%89%CF%80%CE%B1%CE%AF%CE%BF%CE%B9_%CE%A0%CE%BF%CE%BB%CE%AF%CF%84%CE%B5%CF%82ana, migNew party formed on 23 January 2014.%/kW *) TPThe RiverTo PotamiTo PotamiΤο Ποτάμιhttp://en.wikipedia.org/wiki/The_River_(Greece)reutersNew party formed on 26 February 2014.'~EGE a )K I-SMIndependent -- Silver MeikarIndependent – Silver MeikarIndependent -- Silver Meikarhttp://en.wikipedia.org/wiki/Silver_Meikarbns, vvk}ACA ] (K I-TTIndependent -- Tanel TalveIndependent – Tanel TalveIndependent -- Tanel Talvehttp://et.wikipedia.org/wiki/Tanel_Talvevvk&|CEC i '3 I-SLIndependent -- Sener LeventIndependent – Sener LeventIndependent -- Sener LeventcymailSingle candidate announced on 27 January 2014.n{+)) K &3MEMessage of HopeMinima ElpidasMinima ElpidascymailNew party formed in April 2014.2z1-G %3 SYMCitizen's AllianceSymmaxiaSymmaxiaΣυμμαχίαhttps://en.wikipedia.org/wiki/Citizens'_Alliance_%28Cyprus%29cymailParty formed on 28 April 2013[ycgg m $;EU-STOPEU Withdrawal, Direct Democracy, NeutralityEU-Austritt, Direkte Demokratie, NeutralitätEU-Austritt, Direkte Demokratie, NeutralitaetapaElectoral alliance announced on 25 January 2014.2x=OM w #;REKOSThe Reform ConservativesDie Reformkonservativen – REKOSDie Reformkonservativen -- REKOShttp://en.wikipedia.org/wiki/The_Reform_ConservativesapaFw9CC uU "<PSSSlovenian Pirate Party Piratska stranka Slovenije Piratska stranka Slovenijehttp://en.wikipedia.org/wiki/Pirate_Party_(Slovenia)staNew party formed on 17 October 2012.6vCGC  !< ZaABAlliance of Alenka BratusekZavezništvo Alenke BratušekZaveznistvo Alenke Bratusekhttps://en.wikipedia.org/wiki/Party_of_Alenka_Bratu%C5%A1ekreutersruSYW O <IDSInitiative for Democratic SocialismIniciativa za demokratični socializemIniciativa za demokraticni socializemhttp://en.wikipedia.org/wiki/Initiative_for_Democratic_SocialismstaNew party formed on 8 March 2014.t#-+ s <ZdLeUnited LeftZdružena levicaZdruzena levicahttp://en.wikipedia.org/wiki/United_Left_(Slovenia)sta+s3// mM < SMCModern Center PartyStranka modernegaStranka modernegahttp://en.wikipedia.org/wiki/Party_of_Miro_CerarreutersNew party formed on 2 June 2014.#rCCC e JPR|APoland Together | AgreementPolska Razem | PorozumieniePolska Razem | Porozumieniehttp://en.wikipedia.org/wiki/Poland_Togetherpnbbae\qKII  W ICVInitiative for Catalonia GreensIniciativa per Catalunya VerdsIniciativa per Catalunya Verdshttp://en.wikipedia.org/wiki/Initiative_for_Catalonia_GreensNew party formed on 23 February 1987. pEGE a _ % I-MHIndependent -- Marian HarkinIndependent – Marian HarkinIndependent -- Marian Harkinhttp://en.wikipedia.org/wiki/Marian_HarkinMEP with no party affiliation winning a seat in the North West district in EP elections 2004, 2009, 2014.Do9;9 U9O %I-PCIndependent -- Pat CoxIndependent – Pat CoxIndependent -- Pat Coxhttp://en.wikipedia.org/wiki/Pat_CoxirtiPat Cox left Progressive Democrats (PD) on 13 May 1994 to run in the 1994 EP election.MEP with no party affiliation winning a seat in the Munster district in EP elections 1994, 1999. nMOM ] Y % I-TJMIndependent -- Thomas (TJ) MaherIndependent – Thomas (TJ) MaherIndependent -- Thomas (TJ) Maherhttp://en.wikipedia.org/wiki/T._J._MaherMEP with no party affiliation winning a seat in the Munster district in EP elections 1979, 1984, 1989.m;=;  %IFFIndependent Fianna FailIndependent Fianna FáilIndependent Fianna Failhttp://en.wikipedia.org/wiki/Independent_Fianna_F%C3%A1ilOlCEC } [ CVConfederation of the GreensConfederación de los VerdesConfederacion de los Verdeshttp://en.wikipedia.org/wiki/Confederation_of_the_GreensNew party formed on 23 September 1984. kk% Y "AmShWhole NationAm ShalemAm Shalemhttp://en.wikipedia.org/wiki/Am_Shalemknesset j!1Y ? "AlYaGreen LeafAle YarokAle Yarokעלה ירוק‎http://en.wikipedia.org/wiki/Ale_YarokNew party formed in 1999.i%++Ses "OLJewish PowerOtzma LeyisraelOtzma Leyisraelעוֹצְמָה יְהוּדִיתhttp://en.wikipedia.org/wiki/Otzma_LeYisraelknessetParty formed on 13 November 2012 as a split of the National Union (HaLe--T) by MKs Aryeh Eldad and Michael Ben-Ari.h/ YQ "YAThere is a FutureYesh AtidYesh Atidhttp://en.wikipedia.org/wiki/Yesh_AtidknessetNew party formed on 29 April 2012.sg%9U "HatThe MovementHatnuahHatnuahהַתְּנוּעָהhttp://en.wikipedia.org/wiki/HatnuahTfKWM a U ' EgyuttTogether -- Party for a New EraEgyütt – A Korszakváltók PártjaEgyutt -- A Korszakvaltok Partjahttp://en.wikipedia.org/wiki/Together_2014New party formed on 26 October 2012.ne UWS  E SDL-05Party of the Democratic Left -- 2005Strana demokratickej ľavice – 2005Strana demokratickej lavice -- 2005http://en.wikipedia.org/wiki/Party_of_the_Democratic_Left_%282005%29Party formed on 3 May 2005. d 5  no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.?c;?= qG DTuPDemocratic Turkey PartyDemocrat Türkiye PartisiDemocrat Turkiye Partisihttp://en.wikipedia.org/wiki/Democrat_Turkey_Partyafp, bbcParty dissolved in the 2000s.rbUIC qk1 8 MJDebating Society of Social DemocratsMálfundafélag jafnaðarmannaMalfundafelag jafnadarmannahttp://en.wikipedia.org/wiki/Hannibal_ValdimarssonpcSocial democratic splinter group named "Debating Society of Social Democrats" and led by Hannibal Valdimarsson.personal communication with Svanur Kristjansson (University of Iceland) March 2014a 5 " one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.`/== {o "(MLHNew Liberal PartyMiflaga Libralit HadashaMiflaga Libralit Hadashahttp://en.wikipedia.org/wiki/New_Liberal_Party_(Israel)knessetThe New Liberal Party disappeared after failing to cross the electoral threshold in the Knesset election of 1992.S_=MKQ} "RAM-77United Arab List -- 1977Reshima Aravit Meuhedet – 1977Reshima Aravit Meuhedet -- 1977רשימה ערבית מאוחדתhttp://en.wikipedia.org/wiki/United_Arab_List_%281977%29'^a "VitzoWomen's International Zionist OrganizationVitzoVitzoויצוhttp://en.wikipedia.org/wiki/Women%27s_International_Zionist_Organization]'//Eg "ReLoFighters ListReshimat HaLohmimReshimat HaLohmimרשימת הלוחמים‎http://en.wikipedia.org/wiki/Fighters%27_List\ 5w " no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result.D[=?= w sc HADEPPeople's Democracy PartyHalkın Demokrasi PartisiHalkin Demokrasi Partisihttp://en.wikipedia.org/wiki/Democratic_Society_PartyHEP was formed as a splinter from SHP on 7 June 1990. HEP was banned on 14 July 1993. DEP was banned on 16 June 1994. HADEP was banned on 13 March 2003. DEHAP and DTH merged into DTP on 17 August 2005. DTP was banned on 11 December 2009. Proxy party to avoid multiple observations.5  NZ-75 g  YTPNew Turkey PartyYeni Türkiye PartisiYeni Turkiye Partisihttp://en.wikipedia.org/wiki/New_Turkey_PartyY 5 ( one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.X 5  one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.7W/99  M LVEGreens EcologistsLos Verdes EcologistasLos Verdes Ecologistashttps://en.wikipedia.org/wiki/The_Ecologist_Greens_(Spain)New party formed on 14 May 1986.V 5 @ one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.U 5 ! one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.T 5 % one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share. >~L~}||3{z]yyMxwuu>tassrAq=ptp9oo9m}llkrkjihhgf}fIfeee#dXcbb9`._}_6^q^.]t\[ZZY\XXWVRUTSS=RuQLPyOO*NcMLKKVJYH0GhFFQExDCBAe@@6?F>>M==;:997857642G11#0b/.--,**<)a(''O&]%%7$'#"! |~l8%<^8z-h V  <3>=OII MPSLMiddle Party for City and CountryMiddenpartij voor Stad en LandMiddenpartij voor Stad en Landhttps://en.wikipedia.org/wiki/Middle_Party_for_City_and_CountryM[[  a 6CNAGChristian National Working GroupChristlichnationale ArbeitsgemeinschaftChristlichnationale Arbeitsgemeinschafthttps://de.wikipedia.org/wiki/Christlich-Nationale_ArbeitsgemeinschaftA parliamentary group was formed after several MPs left the DNVP and joined forces with the CNBL. Members of the group took part in the founding of the CIP and the CSVD.,777 w ? 6DBPGerman Farmers' PartyDeutsche BauernparteiDeutsche Bauernparteihttps://en.wikipedia.org/wiki/German_Farmers%27_PartyNew party formed in 1928.C== y U 6KVPConservative Peoples' PartyKonservative VolksparteiKonservative Volksparteihttps://de.wikipedia.org/wiki/Konservative_VolksparteiParty split from DNVP, as many members did not agree with Hugenberg's appointment as party chairman.N acc  W 6VRPReich Party for Civil Rights and DeflationReichspartei für Volksrecht und AufwertungReichspartei fuer Volksrecht und Aufwertunghttps://en.wikipedia.org/wiki/Reich_Party_for_Civil_Rights_and_DeflationNew party formed on 20 February 1927 with the aim of representing the interests of inflation victims.i kkk / _ 6CNBLChristian-National Peasants' and Farmers' PartyChristlich-Nationale Bauern- und LandvolkparteiChristlich-Nationale Bauern- und Landvolkparteihttps://en.wikipedia.org/wiki/Christian-National_Peasants%27_and_Farmers%27_PartyParty split from DNVP, because many members did not agree with Hugenberg's appointment as party chairman.' )77 { ? 6SLVSaxon PeasantsSächsisches LandvolkSaechsisches Landvolkhttps://de.wikipedia.org/wiki/S%C3%A4chsisches_LandvolkNew party formed in 1928.o 911 9 6BLBBaden Rural FederationBadischer LandbundBadischer Landbundformation date unknown8 C77 s O 6HBBHessian Farmers' FederationHessischer BauernbundHessischer Bauernbundhttps://de.wikipedia.org/wiki/Hessischer_BauernbundNew party formed in January 1919.E377  W 6(DSPGerman Social PartyDeutschsoziale ParteiDeutschsoziale Parteihttps://en.wikipedia.org/wiki/German_Social_Party_(Weimar_Republic)New party formed on 23 February 1921.5A33  ? 6LBTRural Federation ThuringiaLandbund ThüringenLandbund Thueringenhttps://en.wikipedia.org/wiki/Thuringian_Agricultural_LeagueNew party formed in 1920.cUEE 7 / 6BWBFarmers and Wine Growers AssociationBauern- und WeingärtnerbundBauern- und Weingaertnerbundhttps://de.wikipedia.org/wiki/W%C3%BCrttembergischer_Bauern-_und_Weing%C3%A4rtnerbundParty formed in 1919 as a merger of Württembergischer Bauernbund, founded in 1895, with the Württembergische Kleinbauern- and Weingärtnerbund.!!e 5 (IYIIyi Partyİyi PartiIyi Partiİyi Partihttps://en.wikipedia.org/wiki/%C4%B0yi_PartyParty was formed by politicans of the MHP defectors, that didn't support a "Yes" in the 2017 constitutional referendum in opposition to MHP leaders.?99  6BBBBavarian Peasants' LeagueBayerischer BauernbundBayerischer Bauernbundhttps://en.wikipedia.org/wiki/Bavarian_Peasants%27_LeagueOKK  9 6CSVDChristian Social People's ServiceChristlich-Sozialer VolksdienstChristlich-Sozialer Volksdiensthttps://en.wikipedia.org/wiki/Christian_Social_People%27s_ServiceParty formed on 1. January 1927 as split from German National People's Party (DNVP). %'-- ? ;(WBEconomic blocWirtschaftsblockWirtschaftsblockElectoral allicance of Great Germans ("Großdeutsche") and Rural Federation ("Landbund").,)//  ? 6WPEconomic PartyWirtschaftsparteiWirtschaftsparteihttps://en.wikipedia.org/wiki/Reich_Party_of_the_German_Middle_ClassNew party formed in 1920.;99 { 6BVPBavarian People's PartyBayerische VolksparteiBayerische Volksparteihttps://en.wikipedia.org/wiki/Bavarian_People%27s_Party:;CC w ? 6DHPGerman-Hanoverian PartyDeutsch-Hannoversche ParteiDeutsch-Hannoversche Parteihttps://en.wikipedia.org/wiki/German-Hanoverian_PartyNew party formed in 1867.h~]ii ] A 6(NSDAPNational Socialist German Workers' PartyNationalsozialistische Deutsche ArbeiterparteiNationalsozialistische Deutsche Arbeiterparteihttps://en.wikipedia.org/wiki/Nazi_PartyNew party formed on 1 May 1919 as Deutsche Arbeiterpartei (DAP) and renamed to Nationalsozialistische Deutsche Arbeiterpartei (NSDAP) on 24 February 1920.6}755 w W 6DVPGerman People's PartyDeutsche VolksparteiDeutsche Volksparteihttps://en.wikipedia.org/wiki/German_People%27s_PartyNew party formed on 15 December 1918.Z|IEE W 6(DNVPGerman National People's PartyDeutschnationale VolksparteiDeutschnationale Volksparteihttps://en.wikipedia.org/wiki/German_National_People%27s_PartyNew party formed on 24 November 1918.^{;GG w } 6DDPGerman Democratic PartyDeutsche Demokratische ParteiDeutsche Demokratische Parteihttps://en.wikipedia.org/wiki/German_Democratic_PartyNew party formed on 20 November 1918. Party merged with People's National Reich Association (Volksnationale Reichsvereinigung) on 28 July 1930 and formed German State Party (DStP). This led to many left-wing liberals leaving the party. The merger was reversed on 7 October 1930 but the party kept the new name.ziuu % 6USPDIndependent Social Democratic Party of GermanyUnabhängige Sozialdemokratische Partei DeutschlandsUnabhaengige Sozialdemokratische Partei Deutschlandshttps://en.wikipedia.org/wiki/Independent_Social_Democratic_Party_of_Germany~y--- o ;TCzechoslovakiansTschechoslowakenTschechoslowakenElectoral alliance of all Czechoslovak parties. x1;; m ;BDCentrist DemocratsBürgerliche DemokratenBuergerliche Demokratenhttps://en.wikipedia.org/wiki/Centrist_Democrats1w ; etcothersothersothersv 5 ~; one-seatone-seatone-seatone-seatParties that won one seat in a single election and less than one percent vote share.:u)## _ ) };(HBHomeland BlockHeimatblockHeimatblockhttps://de.wikipedia.org/wiki/HeimatblockNew party formed in 1930. Political arm of the paramilitary Heimwehr movement.ktOWW I |;(DNSAPNational Socialist Workers' PartyNationalsozialistische ArbeiterparteiNationalsozialistische Arbeiterparteihttps://de.wikipedia.org/wiki/Deutsche_Nationalsozialistische_Arbeiterpartei_(%C3%96sterreich)LsaOO _ ? {;UVUdeverband, Association against CorruptionUdeverband, Bund gegen KorruptionUdeverband, Bund gegen Korruptionhttps://de.wikipedia.org/wiki/Ude-VerbandNew party formed in 1927.zr-?? Y u y;(LRural FederationLandbund für ÖsterreichLandbund fuer Oesterreichhttps://en.wikipedia.org/wiki/LandbundStyrian Farmers' Party (Steirische Bauernpartei) and Carinthian Farmers' Association (Kärntner Bauernbund) formed the German-Austrian Peasants' Party (Deutschösterreichische Bauernpartei) on 26 June 1920. The party joined the Germany based National Rural League (Reichs-Landbund) and formed the Rural Federation (Landbund) on 6 December 1922. (Landwehrlen 2009, 25-27)@q?EE + w;(NDPNational Democratic PartyNationaldemokratische ParteiNationaldemokratische Partei"the heterogeneous but pronouncedly anti-Semitic Greater German People’s Party (Grossdeutsche Volkspartei), whose key founding group were the Viennese National Democrats (Nationaldemokraten)." (Mulej 2017)pK31 e v;KBCarinthian Farmers' AssociationKärtner BauernbundKartner Bauernbundhttps://en.wikipedia.org/wiki/Carinthian_Farmers%27_Association"(...) when Landbund was formed, the major part of agrarian parties and groups joined it." (Mulej 2017, 140)o9;; y e u;SBPStyrian Farmers' PartySteirische BauernparteiSteirische Bauernparteihttps://en.wikipedia.org/wiki/Styrian_Farmers%27_Party"(...) when Landbund was formed, the major part of agrarian parties and groups joined it." (Mulej 2017, 140)EnIWW  t;(GFOPGerman Freedom and Order PartyDeutsche Freiheits und OrdnungsparteiDeutsche Freiheits und Ordnungsparteihttps://en.wikipedia.org/wiki/German_Freedom_and_Order_Party~m-// i s;DDGerman-DemocratsDeutschdemokratenDeutschdemokratenhttps://en.wikipedia.org/wiki/German_Democrats lG??  I r;GDVPGreater German People's PartyGroßdeutsche VolksparteiGrossdeutsche Volksparteihttps://en.wikipedia.org/wiki/Greater_German_People%27s_Party"party of (...) bureaucracy, business elements, and the urban middle class" (McHale 1983, 46).k755 q;DVPGerman People's PartyDeutsche VolksparteiDeutsche Volksparteihttps://en.wikipedia.org/wiki/German_People%27s_Party_(Austria)j--- s p;DNPGerman-NationalsDeutschnationaleDeutschnationalehttps://en.wikipedia.org/wiki/German-National_PartyniYWW  ? oUSEISouth American Union Italian EmigrantsUnione Sudamericana Emigrati ItalianiUnione Sudamericana Emigrati Italianihttps://en.wikipedia.org/wiki/South_American_Union_Italian_EmigrantsNew party formed in 2006.h o O n<LThe LeftLevicaLevicahttps://en.wikipedia.org/wiki/The_Left_(Slovenia)New party formed on 24 June 2017.Rg%%% k W m< DDGood CountryDobra DrzavaDobra Drzavahttps://sl.wikipedia.org/wiki/Dobra_dr%C5%BEavaNew party formed on 18 November 2017.The main goal of the party is the fight against corruption.1f553 { M l< LMSList of Marjan SarecLista Marjana ŠarcaLista Marjana Sarcahttps://en.wikipedia.org/wiki/List_of_Marjan_%C5%A0arecNew party formed on 31 May 2014.WeIGA  W d'MKKPHungarian Two-tailed Dog PartyMagyar Kétfarkú Kutya PártMagyar Ketfarku Kutya Parthttps://en.wikipedia.org/wiki/Hungarian_Two-tailed_Dog_PartyNew party formed on 8 September 2014.!d/// k O c'MMMomentum MovementMomentum MozgalomMomentum Mozgalomhttps://en.wikipedia.org/wiki/Momentum_MovementNew party formed on 4 March 2017.(c]-++ c a CDPConstitutional Democratic Party of JapanRikken MinshutōRikken Minshuto立憲民主党https://en.wikipedia.org/wiki/Constitutional_Democratic_Party_of_JapanParty formed on 3 October 2017 as split from the Democratic Party (Minshintō, DP). Re-foundation on 15 September 2020 due to the merging of a majority of the Democratic Party for the People (DPP) and the Social Democratic Party (SDP).b'%!%q `PHParty of HopeKibō no TōKibo no To希望の党https://en.wikipedia.org/wiki/Kib%C5%8D_no_T%C5%8DAa%)' u  _8MCentre PartyMiðflokkurinnMidflokkurinnhttps://en.wikipedia.org/wiki/Centre_Party_(Iceland)Party formed as a split from the Progressive Party on 24 September 2017.&`GIC  w ^D(SPDFreedom and Direct Democracy Svoboda a přímá demokracie Svoboda a prima demokracie https://en.wikipedia.org/wiki/Freedom_and_Direct_DemocracyParty formed on 05 May 2015 as a split of the Dawn of Direct Democracy (UDP) by MP Tomio Okamura and MP Radim Fiala. V_+ec g S \;GILTMy Vote Counts!Liste Roland Düringer – Meine Stimme GILTListe Roland Dueringer -- Meine Stimme GILThttps://en.wikipedia.org/wiki/My_Vote_Counts!New party formed on 14 August 2016.^153 g [;PILZJETZT -- Pilz ListJETZT – Liste PilzJETZT -- Liste Pilzhttps://en.wikipedia.org/wiki/Peter_Pilz_List=];;; w U Z TOPThe Opportunities PartyThe Opportunities PartyThe Opportunities Partyhttps://en.wikipedia.org/wiki/The_Opportunities_PartyNew party formed on 4 November 2016. \!! ] Q Y6PARTEIThe PARTYDie PARTEIDie PARTEIhttps://en.wikipedia.org/wiki/Die_PARTEINew party formed on 2 August 2004.[5=9 q X(PRUUnited Romania PartyPartidul România UnităPartidul Romania Unitahttps://en.wikipedia.org/wiki/United_Romania_PartyzZ ! m7 WPLR|ALDELiberal Reformist Party | Alliance of Liberals and DemocratsPartidul Liberal Reformator | Alianța Liberalilor și DemocrațilorPartidul Liberal Reformator | Alianta Liberalilor si Democratilorhttps://en.wikipedia.org/wiki/Alliance_of_Liberals_and_Democrats_(Romania)Liberal Reformist Party (PLR) formed on 3 July 2014 as a splinter of Partidul National Liberal (PNL). PLR and Conservative Party (PC) merged into Alliance of Liberals and Democrats (ALDE) on 19 June 2015. ALDE joined PNL on 22 March 2022.2015 change coded as one party to avoid high number of short lived parties in ParlGov?Y m M VUSR|PLUSSave Romania Union | Party of Liberty, Unity and SolidarityUniunea Salvați România | Partidul Libertate, Unitate și SolidaritateUniunea Salvati Romania | Partidul Libertate, Unitate si Solidaritatehttps://en.wikipedia.org/wiki/Save_Romania_UnionNew party formed on 1 July 2015."XGWW g c UC(UV|SINNew Alternative | Blue ReformUusi vaihtoehto | Sininen tulevaisuusUusi vaihtoehto | Sininen tulevaisuushttps://en.wikipedia.org/wiki/New_AlternativeThe party started as a parliamentary group named New Alternative, which was a secession from the Finns Party faction on 13 June 2017. The group, initially composed only of parliamentarians, formed Blue Reform party on 15 November 2017.W)33 o T+FIUnbowed FranceLa France InsoumiseLa France Insoumisehttps://en.wikipedia.org/wiki/La_France_Insoumise~VS[Y ]  S+REM|RThe Republic Onwards! | RenaissanceLa République En Marche! | RenaissanceLa Republique En Marche! | Renaissancehttps://en.wikipedia.org/wiki/En_Marche!New party formed on 6 April 2016 by former minister Emmanuel Macron.BU377 Y R(FvDForum for DemocracyForum voor DemocratieForum voor Democratiehttps://en.wikipedia.org/wiki/Forum_for_Democracy_(Netherlands)New party formed on 22 September 2016.aT'' u g Q DENKThinkBeweging DENKBeweging DENKhttps://en.wikipedia.org/wiki/Denk_(political_party)Party formed on 02 September 2015 by Tunahan Kuzu and Selçuk Öztürk after leaving the Labour Party (PvdA).2S##5 Q P (RRevivalVazrazhdaneVazrazhdaneВъзражданеhttps://en.wikipedia.org/wiki/Revival_(Bulgarian_political_party)New party formed on 2 August 2014.fRymmA5 O DOSTDemocrats for Responsibility, Solidarity and ToleranceDemokrati za Otgovornost, Svoboda i TolerantnostDemokrati za Otgovornost, Svoboda i TolerantnostДемократи за отговорност, свобода и толерантностhttps://en.wikipedia.org/wiki/Democrats_for_Responsibility,_Solidarity_and_Tolerance+Q)%%;e S N DaBYes, Bulgaria!Da Bulgaria!Da Bulgaria!Да, България!https://en.wikipedia.org/wiki/Yes,_Bulgaria!New party formed on 7 January 2017.P O M (VolyaWillVolyaVolyaВоляhttps://en.wikipedia.org/wiki/Volya_(Bulgarian_political_party)New party formed on 15 July 2007.8O L no-seatno seatno seatno seat:N;;; w O K(LCPLithuanian Centre PartyLietuvos Centro PartijaLietuvos Centro Partijahttps://en.wikipedia.org/wiki/Lithuanian_Centre_PartyNew party formed on 1 June 2003. lMSYU  I JLLSLithuanian Freedom Union (Liberals)Lietuvos laisvės sąjunga (liberalai)Lietuvos laisves sajunga (liberalai)https://en.wikipedia.org/wiki/Lithuanian_Freedom_Union_(Liberals)Party formed on 12 July 2014. L c M I8VRevivalViðreisnVioreisnhttps://en.wikipedia.org/wiki/Vi%C3%B0reisnNew party formed on 24 May 2016.'K)/- A H8FlFPeople's PartyFlokkur fólksinsFlokkur folksinshttps://en.wikipedia.org/wiki/People%27s_Party_(Iceland,_2016)New party formed in 2016. J;=; g  GKEER-91Estonian Greens -- 1991Eesti Rohelised – 1991Eesti Rohelised -- 1991https://et.wikipedia.org/wiki/Eesti_RohelisedNew party formed in 1991. Greens formed an electoral alliance with Independent Royalist Party (Sõltumatud Kuningriiklased) in 1995 election but won only 0.8% of the vote. Membership was below 1000 in 1998 and party did not participate in 2003 election.&I111 m O F!NXTNick Xenophon TeamNick Xenophon TeamNick Xenophon Teamhttps://en.wikipedia.org/wiki/Nick_Xenophon_TeamNew party formed on 1 July 2013. /Hyok = Q D> MBMilan Bandic 365 -- The Party of Labour and SolidarityMilan Bandić 365 – Stranka rada i solidarnostiMilan Bandic 365 -- Stranka rada i solidarnostihttps://en.wikipedia.org/wiki/Milan_Bandi%C4%87_365_-_The_Party_of_Labour_and_SolidarityNew party formed on 28 March 2015.G3GEa C3KGTZTKAnimal Party CyprusKinima gia ta zoa tis KíprouKinima gia ta zoa tis KiprouΚόμμα για τα Ζώα ΚύπρουUF311O M B3(KINHMASolidarity MovementKinima AllileggiisKinima AllileggiisΚίνημα Αλληλεγγύηhttps://en.wikipedia.org/wiki/Solidarity_Movement_(Cyprus)Party formed on 15 January 2016. E)%% S M AJ RazemTogether PartyPartia RazemPartia Razemhttps://en.wikipedia.org/wiki/RazemNew party formed on 16 May 2015.D  } O @SNetworkSieťSiethttps://en.wikipedia.org/wiki/Network_%28Slovak_party%29New party formed on 12 June 2014.DC GEA  ? ?(SRWe are family -- Boris KollarSme Rodina – Boris KollárSme Rodina -- Boris Kollarhttps://en.wikipedia.org/wiki/We_Are_Family_%28Slovakia%29New party formed in 2015.%B555 aK >% IAIndependent AllianceIndependent AllianceIndependent Alliancehttps://en.wikipedia.org/wiki/Independent_Alliance_%28Ireland%29New party (group) formed on 30 March 2015.Independent Alliance was not a registered party before the 2016 election. It had a relatively high profile prior to the election, used its brand and it effectively had a lead spokesperson. In the government formation period, was is being treated as a block by the media. [Personal communication with Conor Little (University of Copenhagen) March 2016]yA777 s ?+ =%ICIndependents 4 ChangeIndependents 4 ChangeIndependents 4 Changehttps://en.wikipedia.org/wiki/Independents_4_ChangeNew party formed in 2014.Registered political party, see Register of Political Parties 10 December 2015.@''' c Q <%RIRenua IrelandRenua IrelandRenua Irelandhttps://en.wikipedia.org/wiki/Renua_IrelandNew party formed on 13 March 2015.iok = :+ PSdFSocialist Party of France -- Jean Jaures UnionParti socialiste de France – Union Jean JaurèsParti socialiste de France -- Union Jean Jaureshttps://en.wikipedia.org/wiki/Socialist_Party_of_France_%E2%80%93_Jean_Jaur%C3%A8s_Union(=9A? 9+ PSFFrench Socialist PartyParti socialiste françaisParti socialiste francaishttps://en.wikipedia.org/wiki/French_Socialist_Party_%281919%29C<C77  W 7>MostBridge of Independent ListsMost nezavisnih listaMost nezavisnih listahttps://en.wikipedia.org/wiki/Bridge_of_Independent_ListsNew party formed on 17 November 2012./;GIG  6>NSPeople's Party -- Reformists Narodna stranka – ReformistiNarodna stranka -- Reformistihttps://en.wikipedia.org/wiki/People's_Party_-_Reformists:' ? 4>(ZiZiHuman Shield Živi zidZivi zidhttps://en.wikipedia.org/wiki/Human_Shield_%28political_party%29New party formed in 2011.O9CEE  U 2>(ZDSDemocratic Party of ZagorjeZagorska demokratska strankaZagorska demokratska strankahttps://en.wikipedia.org/wiki/Democratic_Party_of_ZagorjeNew party formed on 5 February 1997.%8_mi   0#NP-AVNational Party [General Electoral League]Nationella partiet [Allmänna Valmansförbundet]Nationella partiet [Allmanna Valmansforbundet]https://en.wikipedia.org/wiki/National_Party_%28Sweden%29Party formed in 1912. Main conservative party in the upper house.D7EEC k Q /C|AVCompromise | A la valencianaCompromís | A la valencianaCompromis | A la valencianahttps://en.wikipedia.org/wiki/%C3%89s_el_momentElectoral alliance formed in 2015.6-)' m Q .ECPIn Common We CanEn Comú PodemEn Comu Podemhttps://en.wikipedia.org/wiki/En_Com%C3%BA_PodemElectoral alliance formed in 2015.5kmi  W -CDC|JxCatDemocratic Convergence | Together for CataloniaConvergència Democràtica | Junts per CatalunyaConvergencia Democratica | Junts per Catalunyahttps://en.wikipedia.org/wiki/Democratic_Convergence_of_CataloniaNew party formed on 17 November 1974.R4SSQ Y Q ,EM|GCEEn Masse | Common Group of the LeftEn Marea | Grupo Común da EsquerdaEn Marea | Grupo Comun da Esquerdahttps://en.wikipedia.org/wiki/En_MareaElectoral alliance formed in 2015.3533 Y +EHBBasque Country UniteEuskal Herria BilduEuskal Herria Bilduhttps://en.wikipedia.org/wiki/EH_Bildu32 A *JKORWINCoalition for the Renewal of the Republic -- Liberty and HopeKoalicja Odnowy Rzeczypospolitej Wolność i Nadzieja KORWiNKoalicja Odnowy Rzeczypospolitej Wolnosc i Nadzieja KORWINhttps://en.wikipedia.org/wiki/Coalition_for_the_Renewal_of_the_Republic_-_Liberty_and_Hope1!!  M )JNModernNowoczesnaNowoczesnahttps://en.wikipedia.org/wiki/Modern_%28political_party%29New party formed on 31 May 2015.x0 Y G (J(KKukiz'15Kukiz'15Kukiz'15https://en.wikipedia.org/wiki/Kukiz'15New party formed in May 2015.>/?CC { ? '((MCRGeneva Citizens' MovementMouvement Citoyens GenevoisMouvement Citoyens Genevoishttps://en.wikipedia.org/wiki/Geneva_Citizens'_MovementNew party formed in 2005.(.)--  O &8FMHumanist PartyFlokkur mannsinsFlokkur mannsinshttps://en.wikipedia.org/wiki/Humanist_Party_%28Iceland%29New party formed on 25 June 1984.e-CMK  S %?PDRRepublican Democratic PartyPartido Democrático RepublicanoPartido Democratico Republicanohttps://en.wikipedia.org/wiki/Democratic_Republican_Party_%28Portugal%29New party formed on 5 October 2014.v,OWQk $)LE|PEPopular Unity | Course of FreedomLaïkí Enótita | Plefsi EleftheriasLaiki Enotita | Plefsi EleftheriasΛαϊκή Ενότητα | Πλεύση Ελευθερίαςhttps://en.wikipedia.org/wiki/Course_of_Freedom8+GUK # CSDCentre -- Freedom and DignityTsentŭr – Svoboda i dostoĭnstvoCenter -- Svoboda i dostojnstvoЦентър – Свобода и достойнствоI*AGC } O "+ RSRepublican Socialist PartyParti républicain socialisteParti Republicain Socialisthttps://en.wikipedia.org/wiki/Republican-Socialist_PartyNew party formed on 10 July 1911.6);A? u ? !+ALPLiberal People's ActionAction libérale populaireAction liberale populairehttps://en.wikipedia.org/wiki/Popular_Liberal_ActionNew party formed in 1901.@(### +RepRepublicansRepublicansRepublicansA'9?=  A +SIIndependent SocialistsSocialistes indépendantsSocialistes independantshttps://en.wikipedia.org/wiki/Independent_Socialists_%28France%29New party formed in 1880. D&''' +CConservativesConservateursConservateurs-%-5- } S 'KPRepublican PartyKöztársaság PártKoztarsasag Parthttps://en.wikipedia.org/wiki/Republican_Party_(Hungary)New party formed on 3 August 1992. $-75  U% +RepGLeft Republican Républicaine gauche Republicaine gauche https://en.wikipedia.org/wiki/Democratic_Republican_AllianceNew party formed on 21 October 1901.Party coded as Left Republican based on party name and election results in Nohlen( 2010: 691) [short name RepG] and Mackie/Rose (1991: 144) [Left Republican]. The parties ideological orientation is center/right (Nohlen 2010: 645). In Wikipedia, the party is named Democratic Republican Alliance and its ideology is liberal as well. -#;CA  +RPProgressive RepublicansRépublicains progressistesRepublicains progressisteshttps://en.wikipedia.org/wiki/Progressive_Republicans_%28France%29("597 q ? +RIIndependent RadicalsRadicaux indépendantsRadicaux independantshttps://en.wikipedia.org/wiki/Independent_RadicalsNew party formed in 1928.>!=MI  +PUP Proletarian Unity PartyParti de l'Unité ProlétarienneParti de l'Unite Proletariennehttps://en.wikipedia.org/wiki/Proletarian_Unity_Party_%28France%29mackieG =A?  ? +PDPPopular Democratic PartyParti démocrate populaireParti democrate populairehttps://en.wikipedia.org/wiki/Popular_Democratic_Party_%28France%29New party formed in 1924.-31 s +(URRepublican UnionUnion républicaineUnion republicainehttps://en.wikipedia.org/wiki/Republican_Federation1 ( etcothersothersothers1  etcothersothersothers1  etcothersothersothers1  etcothersothersothers9 W ? AtSolidarity (Greenland)AtassutAtassuthttps://en.wikipedia.org/wiki/AtassutNew party formed in 1976.I{q A FFPeople's Party (Faroe Islands)Hin føroyski fólkaflokkurin – radikalt sjálvstýriHin foroyski folkaflokkurin -- radikalt sjalvstyrihttps://en.wikipedia.org/wiki/People's_Party_%28Faroe_Islands%29New party formed in 1939. X?CC  S <NDSNational Democratic PartyNarodno demokratska strankaNarodno demokratska strankahttps://en.wikipedia.org/wiki/National_Democratic_Party_%28Slovenia%29New party formed on 1 October 1991.?GE  U_ HDPPeoples' Democratic PartyHalkların Demokratik PartisiHalklarin Demokratik Partisihttps://en.wikipedia.org/wiki/Peoples'_Democratic_Party_%28Turkey%29New party formed on 12 August 2012. BDP won less than 75 % in 2011 election. CGII ! < ZEOLeague for Citizens' EqualityZveza za enakopravnost obCanovZveza za enakopravnost obCanov"Sought to represent Serbian workers in Slovenia." (Rose/Munroe 2009, 234)a-?? <DZLCivic Green ListDriavljanska zelena listaDriavljanska zelena lista\595 @DC Christian DemocratsDémocrates ChrétiensDemocrates Chretiens%=#  O TRepublic (Faroe Islands)TjóðveldiTjodveldihttps://en.wikipedia.org/wiki/Republic_%28Faroe_Islands%29New party formed on 23 May 1948. +%%  AThe AlternativeAlternativetAlternativethttps://en.wikipedia.org/wiki/The_Alternative_%28Denmark%29ZQQQ  ? PPC-19Progressive Party of Canada (1919)Progressive Party of Canada (1919)Progressive Party of Canada (1919)https://en.wikipedia.org/wiki/Progressive_Party_of_CanadaNew party formed in 1919.8III   RPReconstruction Party of CanadaReconstruction Party of CanadaReconstruction Party of Canadahttps://en.wikipedia.org/wiki/Reconstruction_Party_of_CanadaReconstruction Party of Canada (RP) was founded by Henry Herbert Stevens, a former member of the Conservative Party of Canada (CPC). Reconstruction Party of Canada (RP) was dissolved when Henry Herbert Stevens rejoined the Conservative Party of Canada (CPC).W333 @CDCatholic DissidentsCatholic DissidentsCatholic Dissidents")))  G %FPFarmers' PartyFarmers' PartyFarmers' Partyhttps://en.wikipedia.org/wiki/Farmers%27_Party_%28Ireland%29Party formed on 1 June 1922. 8  , no-seatno seatno seatno seatE AOI ! 8Sj-07Independence Party -- 1907Sjálfstæðisflokkurinn – 1907Sjalfstaedisflokkurinn -- 1907https://en.wikipedia.org/wiki/Independence_Party_%28Iceland,_historical%29 iok + #SSV-21Social Democratic Left Party of Sweden -- 1921Sverges Socialdemokratiska Vänsterparti – 1921Sverges Socialdemokratiska Vansterparti -- 1921https://en.wikipedia.org/wiki/Social_Democratic_Left_Party_of_Sweden_%281921%29> ;A?  ? #JRNational Farmers' UnionJordbrukarnas RiksförbundJordbrukarnas Riksforbundhttps://sv.wikipedia.org/wiki/Jordbrukarnas_Riksf%C3%B6rbundNew party formed in 1915.H ;;;  E SDPSocial Democratic PartySocial Democratic PartySocial Democratic Partyhttps://en.wikipedia.org/wiki/Social_Democratic_Party_%28New_Zealand%29Party formed on 1 July 1913.-)) e ? ATeetotaler PartyAvholdspartietAvholdspartiethttps://no.wikipedia.org/wiki/AvholdspartietNew party formed in 1907.YAII ! ? CDUChristian Democratic UnionChristelijk-Democratische UnieChristelijk-Democratische Uniehttps://en.wikipedia.org/wiki/Christian_Democratic_Union_%28Netherlands%29New party formed in 1926.-5??  RKPRoman Catholic PartyRoomsch Katholieke PartijRoomsch Katholieke Partijhttps://en.wikipedia.org/wiki/General_League_of_Roman_Catholic_Caucuses_US  PDPNProgressive Democratic Party of the NorthFortschrëttlech-demokratesch ParteiFortschrettlech-demokratesch Parteihttps://en.wikipedia.org/wiki/Progressive_Democratic_Party_of_the_Northno-2010PDPN was led by Nicolas Mathieu, a former member of the PNI.WIG u BMPParty of Farmers and the Middle ClassBaueren- a MëttelstandsparteiBaueren- a Mettelstandsparteihttps://en.wikipedia.org/wiki/Party_of_Farmers_and_the_Middle_Classno-2010IPR/PFMC was led by Eugene Hoffmann, a dissident member of the PR. IPR and PFMC were both led by Eugene Hoffmann and are therefore coded as one party (Nohlen and Stöver 2010: 1249). 3EGG  RPMCRadical Party (Marcel Cahen)Radikal Partei (Marcel Cahen)Radikal Partei (Marcel Cahen)https://en.wikipedia.org/wiki/Radical_Party_%28Luxembourg%29EKKK RPRadical Left / Radical PartyGauche radicale / Parti radicalGauche radicale / Parti radicalGauche radicale / Parti radicalr''' c LiLeLeft LiberalsLiberal LénkLeft Liberalshttps://en.wikipedia.org/wiki/Left_LiberalsFAMK } ) (ONVNational Independent UnionOnofhängeg National VereenegungOnofhangeg National Vereenegunghttps://en.wikipedia.org/wiki/National_Independent_Unionno-2010ONV, NU, O amd OP were all led by Hubert Loutsch and Jean-Pierre Kohner and are therefore coded as one party (Nohlen and Stöver 2010: 1249). 1##  PDParty of the RightRietsparteiRietsparteihttps://en.wikipedia.org/wiki/Party_of_the_Right_%28Luxembourg%29)~333 o M %IWLIrish Worker LeagueIrish Worker LeagueIrish Worker Leaguehttps://en.wikipedia.org/wiki/Irish_Worker_LeagueParty formed in September 1923. 1}EEE  %CPACork Progressive AssociationCork Progressive AssociationCork Progressive Associationhttps://en.wikipedia.org/wiki/Business_and_Professional_Group{|KKK %BPBusiness and Professional GroupBusiness and Professional GroupBusiness and Professional Group6{ ,NaNationalNationalNationalHz355 o  ,ILIndependent LiberalIndependent Liberal Independent Liberal https://en.wikipedia.org/wiki/Independent_LiberalFormer MPs from the Liberal Party (L) running individually. dy/// } C ,CConstitutionalistConstitutionalistConstitutionalisthttps://en.wikipedia.org/wiki/Constitutionalist_%28UK%29Constitutionalist was no party, but a label used by politicians without party affiliation. ~~ }|A{zzyxx wvluumtssrIqipoonQmlkpji=hggfddcb?aa"`|_^^]2[[ZpYYX'WlVVUTSRQQ/PmONMLKK4JJ HH=GGFHEEDSCBBvAAP@?>>;=I7AP!Development/For!Attīstībai/Par!Attistibai/Par!https://en.wikipedia.org/wiki/Development/For!Electoral alliance formed on 20 April 2018.Includes Growth (Izaugsme) as well but did not fulfill the criteria to be coded in ParlGov.E k I =7 RRepublicRepublikaRepublikahttps://en.wikipedia.org/wiki/Republic_(Latvia)Party formed as a split from Who owns the state? (Par cilvēcīgu Latviju) on 28 August 2021.P%;7 a ) <7(LPVLatvia FirstLatvija pirmajā vietāLatvija pirmaja vietahttps://en.wikipedia.org/wiki/Latvia_FirstParty formed on 14 August 2021 by former vice-mayor of Riga Ainārs Šlesers. h))% e w ;7S!For Stability!Stabilitātei!Stabilitateihttps://en.wikipedia.org/wiki/For_Stability!Party formed on 26 February 2021 by former members of the Riga City Council Aleksejs Roslikovs and Valerijs Petrovs. jCA?   :(ISPSovereign and Popular ItalyItalia sovrana e Popolare Italia Sovrana e Popolarehttps://en.wikipedia.org/wiki/Sovereign_and_Popular_ItalyParty formed on 25 July 2022 as a merger of several minor parties. o157 } ; 9ItalexitItalexit for ItalyItalext per l'ItaliaItalexit per l'Italiahttps://en.wikipedia.org/wiki/Italexit_(political_party)Party formed on 23 July 2020 by the senator and former TV journalist Gianluigi Pargone.c)--Ke # 7 BVBulgarian RiseBalgarski vazhodBalgarski vazhodБългарски възходhttps://en.wikipedia.org/wiki/Bulgarian_RiseParty formed on 5 May 2022 by former caretaker Prime Minister Stefan Yanev.7=;es  6 SEKMiddle European ClassSredna evropeĭska klasaSredna evropeiska klasaСредна европейска класаhttps://en.wikipedia.org/wiki/Middle_European_ClassNew party formed on 11 July 2007 by nightclub owner Georgi Manev.%'''?c E 5 VBVolt BulgariaVolt BulgariaVolt BulgariaВолт Българияhttps://en.wikipedia.org/wiki/Volt_BulgariaParty formed on 19 May 2018.b #'# u e 2<NDOur CountryNaša deželaNasa dezelahttps://en.wikipedia.org/wiki/Our_Country_(Slovenia)Party formed by Aleksandra Pivec after a dispute in the Democratic Party of Pensioners of Slovenia (DeSUS). + ==;   1<VESNAVesna -- the Green PartyVESNA – zelena strankaVESNA -- zelena strankahttps://en.wikipedia.org/wiki/Spring_%E2%80%93_Green_PartyParty formed by several experts of the field of enviornmental protection, economy, self-government and national and European policies.   5w 0? no-seatno seatno seatno seatLargest party that won no seats in an election and less than one percent vote share.Only coded if there are no other observations for the party. Party name included in 'description' of election result.a CEE c  .+agirAct, the constructive rightAgir, la droite constructiveAgir, la droite constructivehttps://en.wikipedia.org/wiki/Agir_(France)Party formed on 26 November 2017 as a split from Les Républicainse ;77 w + - IpFTogether for the FutureInsieme per il FuturoInsieme per il Futurohttps://en.wikipedia.org/wiki/Together_for_the_FutureParty formed on 21 June 2021 as split from Five Star Movement by Luigi Di Maio.!#! g w ,+(R!ReconquestReconquêteReconquetehttps://en.wikipedia.org/wiki/Reconqu%C3%AAteNew party formed on 5 December 2021 by Éric Zemmour. 5 ++ one-seatone seatone seatone seatParties that won one seat in a single election and less than one percent vote share.%'' q 9 *+d-centreother centredivers centredivers centrehttps://en.wikipedia.org/wiki/Miscellaneous_centreNew party formed in 2020 by the French Ministry of the Interior as a collective party for centrist candidates that are not members of any large party.I } C )+HHorizonsHorizonsHorizonshttps://en.wikipedia.org/wiki/Horizons_(political_party)Party formed on 9 October 2021 as a split from Renaissance (R) by Éduard Charles Philippe.(-++  kQ (< GSFreedom MovementGibanje SvobodaGibanje Svobodahttps://sl.wikipedia.org/wiki/Gibanje_Svoboda#Z.DEJ_(2021%E2%80%932022)_2Party formed on 26 January 2022 by Robert Dove.The party was founded as a successor of the Party of Green actions (Z.Dej), founded in 2021 but this party does not fill the criteria to be coded in ParlGov. Further, the predecessor was founded by the politician Lure and taken over later by Robert Dove in the wake of redefining the party. Thus, not coded as a genuine new party and Dove as the founder.*13/ k W ''MEMOSolution Movement Megoldás Mozgalom Megoldas Mozgalomhttps://en.wikipedia.org/wiki/Solution_MovementNew party formed on 24 December 2021.R#! [ i &D(VBFree BlocVolný blokVolny blokhttps://en.wikipedia.org/wiki/Free_BlocParty formed on 21 January 2011 as a successor of the dissolved Suverenita – blok Jany Bobošíkové (S-JB).r qmmI O %NHKThe party that protects those who do not pay the NHK license feeNHK jushinryō o shiharawanai kokumin o mamoru tōNHK jushinryo o shiharawanai kokumin o mamoru toNHK受信料を支払わない国民を守る党https://en.wikipedia.org/wiki/The_party_that_protects_those_who_do_not_pay_the_NHK_license_feeNew party formed on 17 June 2013.E?E? { O $8SFIIcelandic Socialist PartySósíalistaflokkur ÍslandsSosialistaflokkur Islandshttps://en.wikipedia.org/wiki/Icelandic_Socialist_PartyNew party formed on 1 May 2017. HC51+ M #(HRPHappiness Realization PartyKōfuku Jitsugen-tōKofuku Jitsugen-to幸福実現党https://en.wikipedia.org/wiki/Happiness_Realization_PartyNew party formed on 23 May 2009.b~EOO  O "6SSWSouth Schleswig Voter LeagueSüdschleswigscher WählerverbandSuedschleswigscher Waehlerverbandhttps://en.wikipedia.org/wiki/South_Schleswig_Voters%27_AssociationNew party formed on 30 June 1948.i}9==cu Y  PPWe Continue the ChangeProdalzhavame promyanataProdalzhavame promyanataПродължаваме промянатаhttps://en.wikipedia.org/wiki/We_Continue_the_ChangeNew party formed on 17 September 2021.4|osqA S  (BNO|BNBulgarian National Unification | Bulgarian SummerBŭlgarsko natsionalno obedinenie | Balgarsko lyatoBulgarsko natsionalno obedinenie | Balgarsko lyatoБългарско национално обединение | Българско лятоhttps://en.wikipedia.org/wiki/Bulgarian_National_UnificationNew party Bulgarian National Unification (BNO) formed on 1 December 2013. Bulgarian Summer (BN) formed on 4 January 2021 and used BNO as a mandate holder in 4 April 2021 election. BN officially run in 11 July 2021 election. /{##5 W  ISStand up!Izpravi se!Izpravi se!Изправи се!https://en.wikipedia.org/wiki/Stand_Up.BG!_We_are_coming!New party formed on 7 February 2021. Hz9++Eu W  ITNThere Is Such a PeopleIma takav narodIma takav narodИма такъв народhttps://en.wikipedia.org/wiki/There_Is_Such_a_PeopleNew party formed on 16 February 2020.Wy''Sk  "(NHNew HopeTikva HadashaTikva Hadashaתִּקְוָוה חֲדָשָׁהhttps://en.wikipedia.org/wiki/New_Hope_(Israel)Party formed on 8 December 2020 by former Likud (L) MP Gideon Sa'ar.XxE!  % D(TriTricolour Citizens' MovementTrikolóraTrikolorahttps://en.wikipedia.org/wiki/Tricolour_Citizens%27_MovementParty formed on 25 June 2019 as a split of the Civic Democratic Party (ODS).w k U DPOathPřísahaPrisahahttps://en.wikipedia.org/wiki/P%C5%99%C3%ADsahaNew party formed on 27 January 2021.Vv///1k ReiShinReiwa ShinsengumiReiwa ShinsengumiReiwa Shinsengumiれいわ新選組https://en.wikipedia.org/wiki/Reiwa_ShinsengumiParty formed on 1 April 2019 as split from Liberal Party (LP).uK1/+K DPPDemocratic Party for the PeopleKokumin Minshu-tōKokumin Minshu-to国民民主党https://en.wikipedia.org/wiki/Democratic_Party_for_the_PeoplereutersParty formed on 7 May 2018 as a merger of the Democratic Party (DP) and the Party of Hope (PH).8t9331oKo (JaRepJapan Innovation PartyNippon Ishin no KaiNippon Ishin no Kai日本維新の会https://en.wikipedia.org/wiki/Nippon_Ishin_no_KaireutersParty formed on 2 October 2015.Formed as 'Initiatives from Osaka' in October 2015 from a split in the old Japan Innovation Party (founded 2012).;s;11  S BBBFarmer-Citizen MovementBoerBurgerBewegingBoerBurgerBeweginghttps://en.wikipedia.org/wiki/Farmer%E2%80%93Citizen_MovementNew party formed on 1 October 2019.?r/// Q  (JA21Right Answer 2021Juiste Antwoord21Juiste Antwoord21https://en.wikipedia.org/wiki/JA21Party formed on 18 December 2020 as split from Forum for Democracy (FvD).qYWW  ME 6dieBasisGrassroots Democratic Party of GermanyBasisdemokratische Partei DeutschlandBasisdemokratische Partei Deutschlandhttps://en.wikipedia.org/wiki/Grassroots_Democratic_Party_of_GermanyNew party formed on 4 July 2020.Conspiracy theories are the core of the political program. Founded as political protest against COVID-19 measures and part of the „Querdenker“-Movement.xp+#/ ?% 3(PLPeople's Breath Pní Laoú Pni LaouΠνοή Λαούhttps://en.wikipedia.org/wiki/2021_Cypriot_legislative_electionNew party formed in 2016."People’s Breath, which will be contesting its second parliamentary elections this year, is a populist, nationalist party which has views on vaccinations and military spending." (Cyprus Mail 17.05.2021):o)))7 ? 3AMAwakening 2020Afypnisis 2020Afypnisis 2020Αφύπνιση 2020https://en.wikipedia.org/wiki/2021_Cypriot_legislative_electionNew party formed in 2020."Afypnisis 2020 was established by the bondholders who lost their investments in bank bonds in 2013 (...)" (Cyprus Mail 17.05.2021)[n5EAg  3AKFamagusta for Cyprus Ammókhostos yia tin Kípro Ammokhostos yia tin KiproΑμμόχωστος για την Κύπροhttps://en.wikipedia.org/wiki/List_of_political_parties_in_CyprusNew party formed on 22 February 2021 (see Famagusta News).Party family classification based on Cyprus Mail article 31. March 2021.m777? E 3AnexIndependents MovementIndependents MovementIndependents MovementΑλλαγή Γενιάςhttps://en.wikipedia.org/wiki/Independents_Movement_(Cyprus)Party formed on 30 October 2019 by MP Anna Theologou as split from Citizens' Alliance (SYM)..l## o DDemocratsDemokrateneDemokratenehttps://en.wikipedia.org/wiki/Democrats_in_NorwayParty formed on 24 April 2018 as split from Progress Party (Fr).7k+))Ig S 3EPActive CitizensEnergi PolitesEnergi Polites Ενεργοί Πολίτεςhttps://en.wikipedia.org/wiki/Active_CitizensNew party formed in 2002 in Greece.3j=AAiy S RzBRepublicans for BulgariaRepublikantsi za BalgariyaRepublikantsi za BalgariyaРепубликанци за Българияhttps://en.wikipedia.org/wiki/Republicans_for_BulgariaParty formed on 27 October 2020 as split from Citizens for European Development of Bulgaria (GERB).Ui+/- g9 +PEEcologist PartyParti écologisteParti ecologistehttps://en.wikipedia.org/wiki/Ecologist_PartyafpParty formed on 2 September 2015 as split from Europe Ecology – The Greens (EE-LV). hYec  W PLUSParty of Liberty, Unity and SolidarityPartidul Libertate, Unitate și SolidaritatePartidul Libertate, Unitate si Solidaritatehttps://en.wikipedia.org/wiki/Freedom,_Unity_and_Solidarity_PartyNew party formed on 15 December 2018.NgGOI k W >M!We Can! -- Political PlatformMožemo! – politička platformaMozemo! -- politicka platformahttps://en.wikipedia.org/wiki/We_can!_(Croatia)New party formed on 10 February 2019.nf///  S >(DPHomeland MovementDomovinski pokretDomovinski pokrethttps://en.wikipedia.org/wiki/Homeland_Movement_(Croatia)Party formed on 29 February 2020 by Miroslava Škore as split from Croatian Democratic Union (HDZ).e''% c S 7KPMovement For!Kustība Par!Kustiba Par!https://en.wikipedia.org/wiki/Movement_For!New party formed on 27 August 2017.jdSOK  Y (AURAlliance for the Unity of RomaniansAlianța pentru Unirea RomânilorAlianta pentru Unirea Romanilorhttps://en.wikipedia.org/wiki/Alliance_for_the_Unity_of_RomaniansNew party formed on 19 September 2019.Ec999  Q (NCNew Conservative PartyNew Conservative PartyNew Conservative Partyhttps://en.wikipedia.org/wiki/New_Conservative_Party_(New_Zealand)New party formed on 3 August 2011.Db'-+ {  LPFreedom PartyLaisvės partijaLaisves partijahttps://en.wikipedia.org/wiki/Freedom_Party_(Lithuania)Party formed on 1 June 2019 as split from Liberal Movement (LRLS).Na Q EquoEquoEquoEquohttps://en.wikipedia.org/wiki/EquoQ` %-% w 5 NOVANew MajorityNová väčšinaNova vacsinahttps://en.wikipedia.org/wiki/New_Majority_(Slovakia)Party formed on 2 September 2012 as spllit from Christian Democratic Movement (KDH).1_  etcothersothersothers[^% a u CLNMovement NowLiike NytLiike Nythttps://en.wikipedia.org/wiki/Movement_NowParty formed on 21 April 2018 by National Coalition Party (KOK) MP Harry Harkimo and registered on 14 November 2019.F] 3 "TelemTelemTelemTelemתל"םhttps://en.wikipedia.org/wiki/Telem_(2019_political_party)New party formed on 2 January 2019 by former Likud defense minister Moshe Ya'alon. C\;++7w W "HLYIsrael Resilience PartyHosen L'YisraelHosen L'Yisraelחוסן לישראלhttps://en.wikipedia.org/wiki/Israel_Resilience_PartyNew party formed on 27 December 2018.|[  ] W (VHomelandVlasťVlasthttps://sk.wikipedia.org/wiki/VLAS%C5%A4New party formed on 28 November 2011.+Z #'# s } DVGood ChoiceDobrá voľbaDobra volbahttps://sk.wikipedia.org/wiki/DOBR%C3%81_VO%C4%BDBAParty formed on 7 October 2019 by former Smer-SD members:Y ) {  ZALFor the PeopleZa ľudíZa ludihttps://en.wikipedia.org/wiki/For_the_People_(Slovakia)New party formed on 2 September 2019 by former President Andrej Kiska.zX ] W %AAontuAontúAontuhttps://en.wikipedia.org/wiki/Aont%C3%BANew party formed on 28 Janauary 2019.6W### _ IVItaly AliveItalia VivaItalia Vivahttps://en.wikipedia.org/wiki/Italia_VivareutersParty formed on 18 September 2019 as split from Democratic Party (PD).L')) w  (NBThe New RightNye BorgerligeNye Borgerligehttps://en.wikipedia.org/wiki/The_New_Right_(Denmark)Party formed on 19 October 2015 as split from Conservatives (KF).KK)''?e )ELGreek SolutionElliniki LisiElliniki LisiΕλληνική Λύσηhttps://en.wikipedia.org/wiki/Greek_SolutionParty split from Popular Orthodox Rally (LAOS) on 28 June 2016.dJYIG M DANO-VEYes, We Will Troll the Euro-ParliamentANO, vytrollíme europarlamentANO, vytrollime europarlamenthttps://cs.wikipedia.org/wiki/ANO,_vytroll%C3%ADme_europarlamentNew party formed on 3 July 2018.I!)) o W JPZThe GreensPartia ZieloniPartia Zielonihttps://en.wikipedia.org/wiki/The_Greens_(Poland)New party formed on 6 September 2003. HQaY i %D-PRBSolidarity -- People Before ProfitDlúthphartíocht – Pobal Roimh BhrabúsDluthphartiocht -- Pobal Roimh Bhrabushttps://en.wikipedia.org/wiki/Solidarity%E2%80%93People_Before_ProfitirtiNew party (electoral alliance) formed in 2015.|G!! [ A ((V Vigilants VigilanceVigilancehttps://de.wikipedia.org/wiki/VigilanceNew party formed in 1964 and dissolved in 1991. The party had 1 MP between 1975 and 1987 as a member of the Republican Movement (RB) (McHale 1983, 939-40)xFGIG I-MKIndependent -- Mincho KuminevIndependent – Mincho KuminevIndependent -- Mincho Kuminev|E' W? >PIntelligentlyPametnoPametnohttps://en.wikipedia.org/wiki/PametnoizboriNew party formed in 2015.[Dymm U >STARTParty of Anti-Corruption, Development and TransparencyStranka antikorupcije, razvoja i transparentnostStranka antikorupcije, razvoja i transparentnostNew party formed on 28 January 2019.7C=55 yE >NHRIndependents for CroatiaNeovisni za HrvatskuNeovisni za Hrvatskuhttps://en.wikipedia.org/wiki/Independents_for_CroatiaizboriParty formed on 1 June 2017.oBGIG e ! > I-MPIndependent -- Marijana PetirIndependent – Marijana PetirIndependent -- Marijana Petirhttps://en.wikipedia.org/wiki/Marijana_PetirMEP Marijana Petir was expelled from Croatian Peasant Party (HSS) in 2017.8AKQK } > I-MKIndependent -- Mislav KolakusicIndependent – Mislav KolakušićIndependent -- Mislav Kolakusichttps://en.wikipedia.org/wiki/Mislav_Kolaku%C5%A1i%C4%87@+++ _ Q VLVolt LuxembourgVolt LuxembourgVolt Luxembourghttps://en.wikipedia.org/wiki/Volt_EuropaNew party formed on 29 March 2017.?5=9 i  K-LSPEC -- Decisive LeapVRK – Lemiamas šuolisVRK -- Lemiamas suolisPublic election committee in 2019 EP election.K>]a_ i  K-SLVEPEC -- Strong Lithuania in United EuropeVRK – Stipri Lietuva vieningoje EuropojeVRK -- Stipri Lietuva vieningoje EuropojePublic election committee in 2019 EP election.[=c[Y  {  LSDDPSocial Democratic Labour Party of LithuaniaLietuvos socialdemokratų darbo partijaLietuvos socialdemokratu darbo partijahttps://en.wikipedia.org/wiki/Social_Democratic_Labour_Party_of_LithuaniaParty formed on 13 April 2018 based on the Social Democratic Labour parliamentary group established on 19 October 2017.g<g}s i  K-VRSPEC -- Vytautas Radzvilas: Recover the State!VRK – Vytautas Radžvilas: susigrąžinkime valstybę!VRK -- Vytautas Radzvilas: susigrazinkime valstybe!Public election committee in 2019 EP election.N;ac_ i  K-PRPJPEC -- President Rolandas Paksas' MovementVRK – Prezidento Rolando Pakso judėjimasVRK -- Prezidento Rolando Pakso judejimasPublic election committee in 2019 EP election.9:K[U i  K-AMTPEC -- Ausra Maldeikiene's RainVRK – Aušros Maldeikienės traukinysVRK -- Ausros Maldeikienes traukinysPublic election committee in 2019 EP election.L9-11 y HPDDemocratic PartyPartit DemokratikuPartit Demokratikuhttps://en.wikipedia.org/wiki/Democratic_Party_(Malta)ecmParty formed on 21 October 2016 as split from Labour Party (PL)."8//+ kO ?NCWe, the Citizens! Nós, Cidadãos! Nos, Cidadaos!https://en.wikipedia.org/wiki/We,_the_Citizens!cneNew party formed on 23 June 2015.57 o% ?AAllianceAliançaAliancahttps://en.wikipedia.org/wiki/Alliance_(Portugal)cneParty formed on 23 October 2018 as split from Social Democratic Party (PSD).a6#%# = <PoseLet's UnitePovežimo sePovezimo sevoltiveNew party formed in 2019M5+++ g% <(DOMHomeland LeagueDomovinska ligaDomovinska ligahttps://en.wikipedia.org/wiki/Homeland_LeaguevoltiveParty formed on 6 April 2019 as split from Slovenian Democratic Party (SDS).s4 CKG } SPOLUTOGETHER -- Civic DemocracySPOLU – občianska demokraciaSPOLU -- obcianska demokraciahttps://en.wikipedia.org/wiki/TOGETHER_%E2%80%93_Civic_DemocracyssrParty formed on 14 April 2018 as split from Network (S).63 597 qW PSProgressive SlovakiaProgresívne SlovenskoProgresivne Slovenskohttps://en.wikipedia.org/wiki/Progressive_SlovakiassrNew party formed on 11 November 2017.Q2 +1+  KUChristian UnionKresťanská úniaKrestanska uniahttps://sk.wikipedia.org/wiki/Kres%C5%A5ansk%C3%A1_%C3%BAniassrParty formed on 2 February 2019 as splinter from Christian Democratic Movement (KDU) and Ordinary People and Independent (OLaNO).Legally not a new party but a takeover of a minor existing party.h1]_] !  I-GCTIndependent -- Gregoriana Carmen TudoranIndependent – Gregoriana Carmen TudoranIndependent -- Gregoriana Carmen Tudoranhttps://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Romaniabec\0UWU !  I-GNSIndependent -- George-Nicolae SimionIndependent – George-Nicolae SimionIndependent -- George-Nicolae Simionhttps://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Romaniabec@/CEC !  I-PCIndependent -- Peter CosteaIndependent – Peter CosteaIndependent -- Peter Costeahttps://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Romaniabec.#%# _W PRORPRO RomaniaPRO RomâniaPRO Romaniahttps://en.wikipedia.org/wiki/PRO_RomaniabecNew party formed on 20 February 2018.A-731 sq '(MHMOur Homeland MovementMi Hazánk MozgalomMi Hazank Mozgalomhttps://en.wikipedia.org/wiki/Our_Homeland_MovementovbParty formed on 23 June 2018 as split from Jobbik.j,7A?]) )E-OADGreece, the Other Way Ellada – O Allos Dromos Ellada -- O Allos DromosΕλλάδα, ο άλλος δρόμοςhttps://el.wikipedia.org/wiki/%CE%95%CE%BB%CE%BB%CE%AC%CE%B4%CE%B1,_%CE%BF_%CE%AC%CE%BB%CE%BB%CE%BF%CF%82_%CE%B4%CF%81%CF%8C%CE%BC%CE%BF%CF%82migParty formed on 28 March 2017 as split from Independent Greeks (ANEL).L+Wc[=Us )MeRA25European Realistic Disobedience FrontMétopo Evropaikís Realistikís AnypakoísMetopo Evropaikis Realistikis AnypakoisΜέτωπο Ευρωπαϊκής Ρεαλιστικής Ανυπακοής [ΜέΡΑ25]https://en.wikipedia.org/wiki/MeRA25migParty formed on 27 March 2018 as split from SYRIZA.*555[  3DPDemocratic AlignmentDimokratiki ParataxiDimokratiki ParataxiΔημοκρατική Παράταξηhttps://en.wikipedia.org/wiki/Democratic_Alignment_(Cyprus)Party formed on 20 April 2018 as split from Democratic Party (DIKO).) y M J WIOSpringWiosnaWiosnahttps://en.wikipedia.org/wiki/Spring_(political_party)Party formed on 3 February 2019.@( 5 DHVoiceHlasHlashttps://en.wikipedia.org/wiki/Voice_(Czech_political_party)volbyParty formed on 22 February 2019 as split from Action of Dissatisfied Citizens (ANO)0'MOM k K I-RKIndependent -- Raimond KaljulaidIndependent – Raimond KaljulaidIndependent -- Raimond Kaljulaidhttps://en.wikipedia.org/wiki/Raimond_KaljulaidB&# _G +EUMore Europe+Europa+Europahttps://en.wikipedia.org/wiki/More_EuropemdiParty formed on 23 November 2017 as electoral list and on 27 January 2019 as political party.V%CMK  U 6ODPEcological Democratic PartyÖkologisch-Demokratische ParteiOkologisch-Demokratische Parteihttps://en.wikipedia.org/wiki/Ecological_Democratic_PartyNew party formed on 24 January 1982.\$-)) i S VNVolt NetherlandsVolt NederlandVolt Nederlandhttps://en.wikipedia.org/wiki/Volt_NetherlandsNew party formed on 23 June 2018 as the Dutch branch of Volt Europa which was formed 29 March 2017.L#=GE  I +UPRPopular Republican UnionUnion Populaire RépublicaineUnion Populaire Republicainehttps://en.wikipedia.org/wiki/Popular_Republican_Union_(2007)Party formed on 25 March 2007."+-- g Q +PAAnimalist PartyParti animalisteParti animalistehttps://en.wikipedia.org/wiki/Animalist_PartyNew party formed on 14 March 2016.B!AEA u M + GsGeneration.s, the movementGénération.s, le mouvementGeneration.s, le mouvementhttps://en.wikipedia.org/wiki/G%C3%A9n%C3%A9ration.sNew party formed on 1 July 2017.j QQQ Q ,APoNIAlliance Party of Northern IrelandAlliance Party of Northern IrelandAlliance Party of Northern Irelandhttps://en.wikipedia.org/wiki/Alliance_Party_of_Northern_IrelandNew party formed on 21 April 1970. ![ O ,CUKChange UK Change UKChange UKChange UKhttps://en.wikipedia.org/wiki/Change_UKParty formed on 18 February 2019.l%%% a ,(BPBrexit PartyBrexit PartyBrexit Partyhttps://en.wikipedia.org/wiki/Brexit_Party%Ss "(ZZehutZehutZehutזֶהוּתhttps://en.wikipedia.org/wiki/ZehutknessetParty formed on 5 January 2015 as split from Likud.!!s# "(YRightwardsYaminaYaminaימינהhttps://en.wikipedia.org/wiki/United_Right_(Israel)knessetElectoral alliance formed on 21 February 2019. Dissolved on 10 October 2019 for the first time. Revival of the Alliance on 15 January 2020.S)##Ai "KLBlue and WhiteKahol LavanKahol Lavan כַּחוֹל לָבָןhttps://en.wikipedia.org/wiki/Blue_and_White_(political_alliance)knessetElectoral alliance formed on 21 February 2019.')) e ] UPUnited We CanUnidas PodemosUnidas Podemoshttps://en.wikipedia.org/wiki/Unidas_PodemosElectoral alliance formed on 9 May 2016.#%% ac NA+Sum NavarreNavarra SumaNavarra Sumahttps://en.wikipedia.org/wiki/Navarra_SumamiElectoral alliance formed on 11 March 2019.L-11 i KELERichness of LifeElurikkuse ErakondElurikkuse Erakondhttps://en.wikipedia.org/wiki/Richness_of_LifevvkNew party formed on 2 September 2018 and registred on 21 November 2018.G#// _Ua KE200Estonia 200Erakond Eesti 200Erakond Eesti 200https://en.wikipedia.org/wiki/Estonia_200vvkNew party formed on 3 November 2018.Party formed out of a new social movement.'?' i ,Con-18ConservativesConservatives [no coupon]Conservativeshttps://en.wikipedia.org/wiki/Coalition_CouponX--3m "(YaHaNew RightHaYamin HeHadashHaYamin HeHadashהימין החדשhttps://en.wikipedia.org/wiki/New_Right_(Israel)knessetParty formed on 29 December 2018 as split from The Jewish Home (HH).l9GA   7JKPNew Conservative PartyJaunā konservatīvā partijaJauna konservativa partijahttps://en.wikipedia.org/wiki/New_Conservative_Party_(Latvia)Party formed on 17 May 2014 as split from National Alliance (NA).+%# { W 7 PThe ProgressiveProgresīvieProgresiviehttps://en.wikipedia.org/wiki/The_Progressives_(Latvia)New party formed on 25 February 2017.L311 s 7(KPV-LVWho owns the state?Kam pieder valsts?Kam pieder valsts?https://en.wikipedia.org/wiki/Who_owns_the_state%3FParty formed on 3 May 2016 by Artuss Kaimiņš a former member of the Latvian Association of Regions (LRa), who left the party in December 2015 and stayed independent until KPV LV was formed. y ~6|{zy+#!5 # V)(SpSpartansSpartiátesSpartiatesΣπαρτιάτεςhttps://en.wikipedia.org/wiki/Spartans_(Greek_political_party)Party formed on 5 December 2017 by Vasilis Stigkas a former member of LAOS.Not coded as new party because it is an indirect successor of LAOS.*}GM w U)(NIKHVictoryΔημοκρατικό Πατριωτικό ΚίνημαDimokratiko Patriotiko KinimaDimokratikó Patriotikó Kínimahttps://en.wikipedia.org/wiki/Victory_(Greek_political_party)New party formed on 17 June 2019 by Dimitris Natsios.4)''' u c+ R(ZPVictory PartyZafer PartisiZafer Partisihttps://en.wikipedia.org/wiki/Victory_Party_(Turkey)Party formed on 26 August 2021 and not new.Party formed by Ümit Özdağ who was revoked from the Turkish Nationalist Movement Party (MHP) in 2016 and from the Good Party (IYI) in 2020. ;(/77 k o QYRPNew Welfare PartyYeniden Refah PartisiYeniden Refah Partisihttps://en.wikipedia.org/wiki/New_Welfare_PartyParty formed on 23 November 2018 by Fatih Erbakan (son of Turkey's Prime Minister 1996-1997 Necmettin Erbakan) as the successor of the Welfare Party, which was banned in 1998. P'==7 e PTIPWorker's Party of TurkeyTürkiye İşçi PartisiTurkiye Isci Partisi https://en.wikipedia.org/wiki/Workers%27_Party_of_Turkey_(2017)Party formed on 7 November 2017 and not new.r&SMM  g OYSPGParty of Greens and the Left FutureYeşiller ve Sol Gelecek PartisiYesiller ve Sol Gelecek Partisi https://en.wikipedia.org/wiki/Party_of_Greens_and_the_Left_FutureParty formed on 25 November 2012 and not new. q~}}|{{ zjyynxxSwwAvuutslrrfqqq p:ooOnn]mmVlkkjjiih^gffeee>dd:cbb(a3`;__^^ ]_\\4[[ZYY~XXWtVVNUU!TfSS>RRQPPOO NMMkLLLKK JVIIVHHQGG;FHEE(DCCfBBJAA=@@?a>> =<+ '!! )check munzingerpresidentProdiProdi, Romani1999-09-162004-11-21@ =pprime ministerdoering }=  # 1!!;environment#Prodi Wallstroem, Margot1999-09-162004-11-21?Qminister social affairsdoering <  = /!!-justice and home affairs?ProdigVitorino, Antonio1999-09-162004-11-21?zGminister defencedoering  ;  #3!!Kenlargement6ProdiVerheugen, Guenther1999-09-162004-11-21?=p =.junior minister foreign affairsdoering k0:9 G'!![no formal party membereconomic and monetary affairsProdi1Solbes, Pedro1999-09-162004-04-25?=p =minister economic and financial affairsdoering rz9  1!!Abudget6Prodi BSchreyer, Michaele1999-09-162004-11-21?əminister of a german statedoering kz8 Q !!!enterprise and information societyCProdiRehn, Olli2004-07-122004-11-21?Q^mp/mepdoering s7  7 +!!education and cultureProdiiReding, Viviane1999-09-162004-11-21?Qmp/mepdoering ā6  1'!!Aexternal relations,Prodi Patten, Chris1999-09-162004-11-21?minister without portfoliodoering F)5 [/!!]relations with ep. transport and energyProdiLoyola de Palacio1999-09-162004-11-21?p =qminister agriculture. fisheries and fooddoering r4  M '!!+development and humanitarian aidProdi,Nielson, Poul1999-09-162004-11-21?\(]minister energydoering vm3 + %!!internal marketProdi0Monti, Mario1999-09-162004-11-21?əprofessordoering v2   '!!=research@Prodi6Michel, Louis2004-08-122004-11-21?zG{minister foreign affairsdoering u1    9!!-budgetCProdi(Liikanen, Erkki Antero1999-09-162004-07-11@zGminister financedoering `o0 %!!7trade+Prodi Lamy, Pascal1999-09-162004-11-21?əadministrative careerdoering u/   '!!9transport,ProdiKinnock, Neil1999-09-162004-11-21?leader oppostion partydoering F.  O  +!!Oagriculture and rural development;Prodi ;Fischler, Franz1999-09-162004-11-21?Qminister agriculture and forestrydoering -  G )!!/employment and social affairs)Prodi=1Dimas, Stavros2004-03-112009-10-31?zG/minister industrydoering l,  G 5!!=employment and social affairs)Prodi?Diamantopoulou, Anna1999-09-162004-03-10?:junior minister industrydoering !++ I %!!-check munzingerhealth and consumer protection%ProdixByrne, David1999-09-162004-11-21?attorney generaldoering ~y*   /!!;research@ProdizBusquin, Philippe1999-09-162004-08-13?zGbminister social affairsdoering )  + 5!!Uinternal marketProdi'Bolkestein, Frederik1999-09-162004-11-21?leader party group. minister defencedoering  (  ++!!Yregional policy+Prodi(Barrot, Jacques1999-09-162004-11-21?zGminister for labour and social affairsdoering {'  ++!!5regional policy+ProdiBarnier, Michel1999-09-162004-11-21?Qminister environmentdoering  &  G-!!3economic and monetary affairsProdi=Almunia, Joaquin2004-04-262009-10-31?zG{minister employmentdoering &p%   +!! )presidentSanterSanter, Jacques1995-01-061999-03-15@prime ministerdoering ށ$++5!!!check munzingerregional policy6Santer6TWulf-Mathies, Monika1995-01-061999-03-15?ə.union headdoering  # I=!!economic and financial affairs+Santer-Silguy, Yves-Thibault de1995-01-061999-03-15?ədiplomatdoering >"  [  9!!=external relations with africa and asia?Santer#ePinheiro, Joao de Deus1995-01-061999-03-15?GzHminister foreign affairsdoering r!  1 5!!energy and EURATOM)Santer Papaoutsis, Christos1995-01-061999-03-15?Q:mepdoering J   / =!!=relations with epSanterDOreja Aguirre, Marcelino1995-01-061999-03-15?Gzminister foreign affairsdoering n +%!!internal marketSanter0Monti, Mario1995-01-061999-03-15?əprofessordoering z  #  +!!9competition@Santer pMiert, Karl van1995-01-061999-03-15?leader oppostion partydoering p  ' '!!Klegal serviceSanter*Marin, Manuel1995-01-061999-03-15?junior minister relations to ECdoering v   9!!-budgetCSanter(Liikanen, Erkki Antero1995-01-061999-03-15@zGminister financedoering v  '!!9transport,SanterKinnock, Neil1995-01-061999-03-15?leader oppostion partydoering   W '!!Iimmigration. home affairs and justice#Santer?Gradin, Anita1995-01-061999-03-15?second or subordinate ministerdoering   G  )!!-employment and social affairs%Santer!Flynn, Padraig1995-01-061999-03-15? =pminister justicedoering =  O +!!Oagriculture and rural development;Santer ;Fischler, Franz1995-01-061999-03-15?Qminister agriculture and forestrydoering &  O)!!)science. research and development+Santer0>Cresson, Edith1995-01-061999-03-15@prime ministerdoering >  W  3!!=external political relations (Europe)Santer:tBroek, Hans van den1995-01-061999-03-15?\(minister foreign affairsdoering }  ? '!!/external economic affairs,Santer9Brittan, Leon1995-01-061999-03-15?Qminister interiordoering + A%!!check munzingerfisheries. consumer policySanter5Bonino, Emma1995-01-061999-03-15?Qmp/mepdoering   I /!!;environment and nuclear safetySanter Bjerregaard, Ritt1995-01-061999-03-15?p =q]minister social affairsdoering |   /!!?industry6Santer aBangemann, Martin1995-01-061999-03-15?zGminister economic affairsdoering    ! +!! Epresident+Delors IIIDelors, Jacques1993-01-061995-01-05?Qminister economy and defensedoering } '!A!!single marketDelors III5Vanni D'Archirafi, Raniero1993-01-061995-01-05?ədiplomatdoering {  # !)!!5agricultureDelors IIISteichen, Rene1993-01-061995-01-05?Qminister agriculturedoering   /! 7!!Mcustoms. taxation+Delors IIIHScrivener, Christiane1993-01-061995-01-05?junior minister consumer affairsdoering ǁ   ! 1!!Mbudget6Delors III1Schmidhuber, Peter1993-01-061995-01-05?əstate junior minister in Bavariadoering ^,   O!-!!gscience. research and developmentDelors IIIIRuberti, Antonio1993-01-061995-01-05? =pminister universities and scientific researchdoering    E !9!!=internal political relations?Delors III#ePinheiro, Joao de Deus1993-01-061995-01-05?GzHminister foreign affairsdoering    # !=!!-environment)Delors III%Paleokrassas, Ioannis L.1993-01-061995-01-05?=p =/minister financedoering j   5!=!!Kenergy and transportDelors IIIDOreja Aguirre, Marcelino1994-04-271995-01-05?Gzjunior minister foreign affairsdoering |  +! '!!1regional policy,Delors IIIMillan, Bruce1993-01-061995-01-05?陙Scottish secretarydoering ~  # ! +!!9competition@Delors III pMiert, Karl van1993-01-061995-01-05?leader oppostion partydoering pp  5! '!!energy and transportDelors III  ;!! Epresident>+Ortoli5Ortoli, Francois-Xavier1973-01-061977-01-05?QFminister economy and financedoering =  1 )!!]competition policy=Ortoli/Vouel, Raymond1976-07-201977-01-05?zG{vice prime minister and finance ministerdoering <  +9!!Aregional policy<,OrtoliThomson, George Morgan1973-01-061977-01-05?minister without portfoliodoering ؁ ; ; /!!Cindustry and technology;Ortoli'iSpinelli, Altiero1973-01-061976-07-01?əadviser to foreign ministerdoering :  13!!Qexternal relations:,Ortoli"dSoames, Christopher1973-01-061977-01-05?p =qminister agriculture and fisheriesdoering ؁9  i )!!-taxation/financial institutions/energy/EURATOM9@OrtoliSimonet, Henri1973-01-061977-01-05?QRminister economydoering +8  q ?!!;environment consumer protection transport informat8OrtoliScarascia-Mugnozza, Carlo1973-01-061977-01-05?p =qajunior minister justicedoering |7  # 5!!5Agriculture7Ortoli?Lardinois, Petrus J.1973-01-061977-01-05?zGminister agriculturedoering #6  ) 3!!=social affairs6%Ortoli@Hillery, Patrick J.1973-01-061977-01-05?\(\minister foreign affairsdoering _#5  g 1!!Ceconomic/financial affairs. credit/investment56Ortoli^Haferkamp, Wilhelm1973-01-061977-01-05?ə.member state assembly (NRW)doering g4 G 5!!internal market/customs union4Ortoli9Gundelach, Finn Olav1973-01-061977-01-05?əhdiplomatdoering @u3[;3!!AInformation provided by Fabio Franchinoindustry and technology3Ortoli1Guazzaroni, Cesidio1976-07-131977-01-05?əCareer diplomat, ambassador and top rank bureaucrat, expert, no specific party affiliationdoering Jr2Ci 7!!!Check when party UDF was established. Was he a member of it before going to the commission?development aid/budgets and financial control.2+Ortoli#Deniau, Jean-Francois1973-01-061973-04-11?əbureaucratdoering 1  I -!!Kresearch/science and education16OrtolibDahrendorf, Ralf1973-01-061974-10-31?=p =junior minister foreign affairsdoering gn0Ei-!!!adviser to the cabinet of Alain Savary (Socialist) and later a member of the Socialist partydevelopment aid/budgets and financial control.0+OrtoliCheysson, Claude1973-04-191977-01-05?əbureaucratdoering _/ Y)!!energy. research/science and education/6Ortoli@"Brunner, Guido1974-11-111977-01-05?ədiplomatdoering t. 1  1!!competition policy.Ortoli Borschette, Albert1973-01-061976-12-08?ədiplomatdoering e -  # / =!! 5agriculture-Malfatti/Manshold,Mansholt, Sicco Leendert1970-07-011973-01-05?zGminister agriculturedoering ,  /9!! ]president,Malfatti/MansholdMalfatti, Franco Maria1970-07-011972-03-21?Gzaminister state participation in industrydoering q+ //!!Cindustry+Malfatti/Manshold'iSpinelli, Altiero1970-07-011973-01-05?əadviser to foreign ministerdoering q*  #/?!!;agriculture*Malfatti/MansholdScarascia-Mugnozza, Carlo1972-03-221973-01-05?p =qajunior minister justicedoering )  / 1!!Cenergy)6Malfatti/Manshold^Haferkamp, Wilhelm1970-07-011973-01-05?ə.member state assembly (NRW)doering fZ(C%/ 7!!!Check when party UDF was established. Was he a member of it before going to the Commission?trade policy(+Malfatti/Manshold#Deniau, Jean-Francois1970-07-011973-01-05?əbureaucratdoering o$'  O/-!!Kforeign trade and foreign affairs'6Malfatti/MansholdbDahrendorf, Ralf1970-07-011973-01-05?=p =junior minister foreign affairsdoering f&  1 / '!!-budget and finance&@Malfatti/Manshold"Coppe, Albert1970-07-011973-01-05?QRminister economydoering J % E /1!!competition. regional policy%Malfatti/Manshold Borschette, Albert1970-07-011973-01-05?ədiplomatdoering ez$ -/ )!!economic affairs$+Malfatti/MansholdBarre, Raymond1970-07-011973-01-05?əprofessordoering op#    !! ?president#@Rey!Rey, Jean1967-07-061970-06-30?QR?minister economic affairsdoering a "  # -!!_competition"Rey.Sassen, Emmanuel1967-07-061970-06-30?ffffffminister colonies. head of ep party groupdoering !% 1 -!!5Munzinger gives no party information. though he was member of a government. I gave him the party score of the government he was a member of.development policy!+ReyRochereau, Henri1967-07-061970-06-30? =pminister agriculturedoering 5 [ ?!![Information provided by Fabio Franchinoindustry Rey8Paliano, Guido Colonna Di1967-07-061970-06-30?əambassador. vice general secretary NATOdoering   --!!KExternal AffairsReyMartino, Edoardo1967-07-061970-06-30?p =qajunior minister foreign affairsdoering }  #  =!!5agricultureRey,Mansholt, Sicco Leendert1967-07-061970-06-30?zGminister agriculturedoering  ) 7!!Wsocial affairsRey9BLevi Sandri, Lionello1967-07-061970-06-30?əparty elite (no outstanding position)doering _  )!!research6Rey3Hellwig, Fritz1967-07-061970-06-30?Q(mepdoering y  1!!Cenergy6Rey^Haferkamp, Wilhelm1967-07-061970-06-30?ə.member state assembly (NRW)doering n # 7!!competition6Rey?Groeben, Hans von der1967-07-061970-06-30?ə(diplomatdoering MC%7!!!Check when party UDF was established. Was he a member of it before going to the Commission?trade policy+Rey#Deniau, Jean-Francois1967-07-061970-06-30?əbureaucratdoering u  1 '!!-budget and finance@Rey"Coppe, Albert1967-07-061970-06-30?QRminister economydoering at  - )!!-Transport policyReyBodson, Victor1967-07-061970-06-30?Qminister justicedoering m -)!!economic affairs+ReyBarre, Raymond1967-07-061970-06-30?əprofessordoering   % /!! Kpresident6Hallstein II Hallstein, Walter1962-01-101967-07-05?Gz(junior minister foreign affairsdoering >z   % +!!EHallstein II Schaus, Lambert1962-01-101967-07-05?Qminister economy and defensedoering @% 1%-!!5Munzinger gives no party information. though he was member of a government. I gave him the party score of the government he was a member of.development policy+Hallstein IIRochereau, Henri1962-01-101967-07-05? =pminister agriculturedoering   - % !!?external affairs@Hallstein II!Rey, Jean1962-01-101967-07-05?QR?minister economic affairsdoering e>[%?!![Information provided by Fabio FranchinoindustryHallstein II8Paliano, Guido Colonna Di1964-09-091967-07-05?əambassador. vice general secretary NATOdoering pI% -!!kadviser to socialist minister, socialist candidate in 1962 electioneconomic and financial affairs+Hallstein II.Marjolin, Robert1962-01-101967-07-05?əhead of cabinet for minister of foreign affairsdoering   # % =!!5agricultureHallstein II,Mansholt, Sicco Leendert1962-01-101967-07-05?zGminister agriculturedoering  )% 7!!Wsocial affairsHallstein II9BLevi Sandri, Lionello1962-01-101967-07-05?əparty elite (no outstanding position)doering *v  #% 7!!competition 6Hallstein II?Groeben, Hans von der1962-01-101967-07-05?ə(diplomatdoering >   +% +!!Ointernal market Hallstein IICaron, Giuseppe1962-01-101963-05-16?p =qajunior minister civilian aviationdoering *   #/!! Kpresident 6Hallstein I Hallstein, Walter1958-01-101962-01-09?Gz(junior minister foreign affairsdoering y    #+!!E Hallstein I Schaus, Lambert1958-01-101962-01-09?Qminister economy and defensedoering    - #!!?external affairs @Hallstein I!Rey, Jean1958-01-101962-01-09?QR?minister economic affairsdoering  )#1!!ksocial affairsHallstein IHPetrilli, Giuseppe1958-01-101961-02-08?əapresident of national schools for social policydoering oI#-!!kadviser to socialist minister, socialist candidate in 1962 electioneconomic and financial affairs+Hallstein I.Marjolin, Robert1958-01-101962-01-09?əhead of cabinet for minister of foreign affairsdoering ʁ  # #=!!5agricultureHallstein I,Mansholt, Sicco Leendert1958-01-101962-01-09?zGminister agriculturedoering    +#/!!Cinternal marketHallstein InMalvestiti, Piero1958-01-101959-10-15? =paminister industry and tradedoering  )#7!!Wsocial affairsHallstein I9BLevi Sandri, Lionello1961-02-221962-01-09?əparty elite (no outstanding position)doering *MAQ#/!!oLemaignen had been the vice-president of the French employers federation http://www.fep.up.pt/investigacao/seminarios/04.10.15_Maes.pdf; maj_party missingoverseas countries and territories+Hallstein I2JLemaignen, Robert1958-01-101962-01-09?əvice president of the French employers federationdoering v ##7!!competition6Hallstein I?Groeben, Hans von der1958-01-101962-01-09?ə(diplomatdoering    + #+!!Ointernal marketHallstein ICaron, Giuseppe1959-12-091962-01-09?p =qajunior minister civilian aviationdoering t Y>y~}|T{zzyx[wvZutYsrqpp#onn!m=lkjjCihMgffetdjcbaa`w^^&\[ZYtXXWUVVUVTSS.RDQzPONMMGLL KK JJItHHZGGrFFlEEzEDDCC1BB@AA\@@??k>4  O ';!QEnvironment, Oceans and Fisheries8Von der LeyenCVirginijus Sinkevičius2019-12-01?Qminister of economy and innovationdr-08 O{3   '%!k 7KVon der LeyenCKadri Simson2019-12-01?\(\qminister of economic affairs and infrastructure ;2  A '-![International Partnerships6CVon der LeyenB^Jutta Urpilainen2019-12-01?minister of finance and deputy ministerdw-05 Von der LeyenCDubravka Šuica2019-12-01?əmayor    ; ' -!OValues and Transparency$DVon der LeyenBJourová, Vĕra 2019-12-01?ffffffminister for regional developmentdw-05  a ' 5! Interinstitutional Relations and Foresight#Von der LeyenAŠefčovič, Maroš 2019-12-01?ədiplomat   I ';!C A Stronger Europe in the World"Von der LeyenJosep Borrell Fontelles2019-12-01?Gzminister of foreign affairs A  M ' 1!) An Economy that Works for People!7Von der Leyen.qValdis Dombrovskis2019-12-01@Qprime minister 8~  3 ' -!C European Green Deal Von der LeyenBFrans Timmermans2019-12-01?\(minister of foreign affairs    '7! Wpresident6Von der Leyen+3Von der Leyen, Ursula2019-12-01?\(\(minister of labour and social affairsdw-05 q  C +!! Digital Economy and Society JunckerC Gabriel, Mariya2017-07-072019-11-30?QMEP    '!!AStransportBarroso IIBMimica, Neven2010-02-102014-10-31?\(deputy prime ministerdr-08, dw-05, ec.europa.eu, parlgov '  M )!!1SResearch, Science and Innovation?JunckerBMoedas, Carlos2014-11-012019-11-30?secretary of statedr-08, dw-05, ec.europa.eu, parlgov &  # 5!!MSCompetitionJunckerK  u 1!!3iEconomic and Financial Affairs, Taxation and Customs+JunckerMoscovici, Pierre 2014-11-012019-11-30?Qminister of financedr-08, dw-05, ec.europa.eu, munzinger, parlgov u5   y 1!!SEmployment, Social Affairs, Skills and Labour Mobility@JunckerThyssen, Marianne 2014-11-012019-11-30?Qmp/mepdr-08, dw-05, ec.europa.eu, parlgov {   = ;!!37Migration & Home Affairs)Juncker Avramopoulos, Dimitris 2014-11-012019-11-30?Q/minister of defenceec.europa.eu, parlgov $$   5 9!!3SHealth & Food SafetyJunckerBAndriukaitis, Vytenis 2014-11-012019-11-30? =p minister of health dr-08, dw-05, ec.europa.eu, parlgov a'   c +!!57Environment, Maritime Affairs and FisheriesHJuncker)xVella, Karmenu 2014-11-012019-11-30?\(minister of tourism ec.europa.eu, parlgov 5   ; 9!!k7Climate Action & Energy JunckerArias Cañete, Miguel 2014-11-012019-11-30?p =qminister for agriculture, food and environment ec.europa.eu, parlgov ܁7  [ )!!CSInternational Cooperation & Development >JunckerBMimica, Neven 2014-11-012019-11-30?Gzminister for eu integrationdr-08, dw-05, ec.europa.eu, parlgov  $    5!!?iTrade #Juncker#RMalmström, Cecilia 2014-11-012019-11-30?|minister für eu affairs dr-08, dw-05, ec.europa.eu, munzinger, parlgov }nW G  +!!_iAdd second entry for succeeding Commission office of Corina Cretu since 2019-07-03? (Regional Policy)European Neighbourhood Policy & Enlargement Negotiations [+ Regional Policy since 2019-07-03] ;JunckerHahn, Johannes 2014-11-012019-11-30?zG{federal minister of science and research dr-08, dw-05, ec.europa.eu, munzinger, parlgov .h}   5!!gMAdd second entry for succeeding Commission office of Kristalina Georgieva since 2017-01-01? (Budget and Human Resources)Digital Economy & Society [+ Budget and Human Resources since 2017-01-01] 6JunckerAOettinger, Günther 2014-11-012019-11-30?(minister-president of a federral German stateec.europa.eu, munzinger, parlgov /(c  5!!MAdd second entry for succeeding Commission office of Andrus Ansip since 2019-07-03? (Digital Single Market)Transport & Space [+ Digital Single Market since 2019-07-03]JunckerAŠefčovič, Maroš 2014-11-012019-11-30?ədiplomatec.europa.eu, munzinger, parlgov <  e  -!!)iJobs, Growth, Investment and CompetitivenessCJunckerAKatainen, Jyrki 2014-11-012019-11-30@=p =^prime ministerdr-08, dw-05, ec.europa.eu, munzinger, parlgov y = g 3!!+MAdd second entry for succeeding Commission office of Jonathan Hill since 2016-07-16? (Financial Stability, Financial Services and Capital Markets Union)Euro & Social Dialogue [+ Financial Stability, Financial Services and Capital Markets Union since 2016-07-16]7Juncker.qDombrovskis, Valdis2014-11-012019-11-30@Qprime minister ec.europa.eu, munzinger, parlgov 1!  7 )!!)iDigital Single MarketKJuncker`Ansip, Andrus 2014-11-012019-07-01@qprime ministerdr-08, dw-05, ec.europa.eu, munzinger, parlgov G5 =  7!!UMBudget & Human Resources JunckerAGeorgieva, Kristalina2014-11-012016-12-31?əvice president world bank, professorec.europa.eu, munzinger, parlgov s  [ 1!!=iBetter Regulation, Inter-Institutional Relations, the Rule of Law and the Charter of Fundamental RightsJunckerBTimmermans, Frans 2014-11-012019-11-30?\(minister foreign affairsdr-08, dw-05, ec.europa.eu, munzinger, parlgov g~   5!!=ihigh representative of the union for foreign affairs and security policyJunckerBMogherini, Federica 2014-11-012019-11-30? =p ~minister foreign affairsdr-08, dw-05, ec.europa.eu, munzinger, parlgov 7}   7!! )ipresidentJunckerJuncker, Jean-Claude 2014-11-012019-11-30@\(\prime ministerdr-08, dw-05, ec.europa.eu, munzinger, parlgov -|e  ! #!!{!Malta is not coded in Druckman/Warwick; average position score of finance minister (1.64) used; see codebookhealthHBarroso II?ZBorg, Tonio2012-11-282014-10-31?=p =minister finance and economic affairs, foreign ministerafp, dw-05 ԁ {   ! 5!! )ipresident?Barroso II2Barroso, Jose Manuel2010-02-102014-10-31@prime ministerdr-08, dw-05, ec.europa.eu, munzinger, parlgov Zp  M !3!!9ifinancial programming and budgetJBarroso II: Lewandowski, Janusz2010-02-102014-10-31?=p =minister privatisationdr-08, dw-05, ec.europa.eu, munzinger, parlgov !o  ) ! '!!1idigital agendaBarroso II)Kroes, Neelie2010-02-102014-10-31?p =qminister transportdr-08, dw-05, ec.europa.eu, munzinger, parlgov En   ! %!!)itransportKBarroso II@ Kallas, Siim2010-02-102014-10-31@qprime ministerdr-08, dw-05, ec.europa.eu, munzinger, parlgov 'm  ) !/!!5iclimate actionBarroso IIHedegaard, Connie2010-02-102014-10-31?GzHNminister environmentdr-08, dw-05, ec.europa.eu, munzinger, parlgov G/l + !)!!Giregional policy;Barroso IIHahn, Johannes2010-02-102014-10-31?zG{minister science and researchdr-08, dw-05, ec.europa.eu, munzinger, parlgov  Gk  !7!! iclose to Citizens for European Development of Bulgaria (GERB)international cooperation. humanitarian aid and crisis response Barroso IIAGeorgieva, Kristalina2010-02-102014-10-31?əvice president and corporate secretary of the World Bank Groupdr-08, dw-05, ec.europa.eu, munzinger, parlgov %/ ~~~~~~~~~~r~c~T~E~6~'~~ }}}}}}}}}}t}e}V}G}5}#}||||||||{|f|Q|?|-||{{{{{{{s{]{G{2{{zzzzzzzqz_zMz;yyxxxZxKx=x.x xxwwwwwwwwwwqwcwTwEw7w(ww vvvvvvpvavSvEuuuuupu_uOu>u-uu tttttttttrtatPt?t.tt sssssssssssbsQs@s/ss rrrrrr3r"rqqqqqqqq{qjqYqHq7q&qqpppppppppop^pMp_-__ ^^^^^^]]]K]6]"\d\P[[[[-[[ZZZZZZZZyZiZXYYYoY\YHY7Y&YYXXXXXXXXXnXYXDX/XXWWWWW:W%WVVVVVVVVzVeUUUUUUuUaUMTTTTTjTUTAT,TTSSSSSSSSmSWSAS+SRRRRRRR|RfRPR:R$RQQQQQQQQwQaQKQ5QQ PPPPPPPpP[PFP1PPOOOOOOOnOXOBO,OONNNNNN|NfNPN:N$NMMMMMMMyMcMMM7M!M LLLLLLLqL[LEL/LLKKKKKKKsKcKTK>K(KJJJJJJJ~JhJSJ>J)JJIIIIII}IeIMI5IIHHHHHHuH]HEH-HH GGGGGGGGGtGcGRGAFFvEE7E'EEDDDsDbDQD@D/DD CCCCCPC?C.CC BBBBBBBBBuBdBTBDB4B$BBAAAAAAAAApA`AOA?A.AA @@@@@@@@@v@e@T@C@(@ ??????k?P?<>^>J>6>">======e=J<<<<<{<&< ;;;;;;i;N;3;::::::y:_:D:):9999999q9`9P9?9.99 888888888s8b8Q8@8/88777777777v7e7T7D747#7766666666{6j6Y6H686'66555555555r5a5P5?5.55 444444444t4d4S4B414!433333333~3o3_3N3=3,33 222222222w2f2U2D242#2211111111~000000000o0_0O0?0/00 /////////v/e/T/D/3/"//....;.*.. -------v-e-T-C-2-!-,,,,V,E,4,#,++++j+R+A+)+********r*a*Q*@*/** )))))))))w)f)U)D)3)"))((((((((k(T(<($( ''''''''}'l'['J'9''&&&&&&&y&d&O&?&.&%%%%%%l%U%>%'%$$$$$$$o$Y$C$-$$ ########u#d#S#B"""u"d"S"B"1" "!!!!!!!!!z!i!X!@!/! p _ N = ,  q`udTD3"ziXH8'o^M<+ o^M<+veTC2!{jYH7&udSB1 ?r/ tp`O>- scRA02 zjZJ:)ziXG6& r b R B 2 "   | l \ D 1   j  7 & a% } `PkeesingsDemocratic and Social Centre (CDS) ministers resigned on 24 July 1978 in conflict over agricultural and health policies.  _P  ^I  ]8  \BejprU  [BtejprDemocratic Left Alliance (SLD) splinter group formed 1 April 2004. ZBFejpr  YBuejpr Xe WK VP U Tu S Ru~ QDkafp}  PDPafp| ODafp{ Nkreuters z MK6 y LKq x KK w JK v Ilu H6t Gs F5r E,q D,p C, o BMh n A- m @- l ?- k >-h j =Lhi #c <^nyt, reg-noCentre Party (SP) opposed relaxing laws for limits on foreign ownership leading to the fall of the cabinet.h  ;^reg-nog :^reg-no f 9he 8d 7c 6b 5 a 4Qh`  3hreg-no_  28hreg-no^ 16] 06\ /6 [ .hZ -Y ,X +W * V )h U (5 T '5 S &5 R %5 Q $h P #hO  !:hmuellerN   hreg-noM MbL MnK J nI  reutersH  U{reutersNew Zealand First (NZFP) leader Winston Peters was dismissed on 14 August 1998 following disagreement over a privatization issue.G  UreutersF l{E >D C  reutersB ;nA 3n@ cn ? yn> = < ;  n :  an9  98  X7  6 5 en4 u3 2 1 n 0 | / |q. Q |YwLibertarians (D66) withdrew coalition support over the Ayaan Hirsi Ali identity fraud controversy.}- [ reutersTwo Fortuyn List (LFD) ministers resigned on 16 October 2002 following an internal leadership conflict., + * ) Y( ' }& }Y% }$ # " &!  q &People's Party for Freedom and Democracy (VVD) withdrew over tax policy decision of cabinet ('reiskostenforfait').       Y  YW   Labour Party (PvdA) ministers left cabinet in conflict over budget cuts. 3 3'  = ,Christian Democratic (KVP and ARP) ministers announced their resignation from cabinet on 22 March 1977 leading to the resignation of the entire cabinet.* = nytChristian Democratic (KVP and ARP) ministers announced their resignation from cabinet on 22 March 1977 leading to the resignation of the entire cabinet. Y V  # #, # # Y  ! Democratic Socialists 70 (DS70) left cabinet in opposition to budget cuts.  ,       ,   ,  ,    #  #, ~ # } #| { ,z y x w ,v u t ,s Á r   keesingsLabour Party (PvdA) ministers resigned on 12 December 1958 following a defeat in parliament on a vote to extend a temporary tax increase.q np n,o nn nm l k j i h Âg   People's Party for Freedom and Democracy (VVD) supported a no-confidence vote opposing colonial policy in New Guinea. The vote got no majoriy in parliament but minister of foreign affairs Dirk Stikker resigned a day later leading to the fall of the cabinet.f  e ` d `c ,b a ` _ *^ ] F\ +[ q Z  Y z X SW ^V 0U 'T S M R   Q  P O N mM mL K J I H G  F  E D C  B e A e@ ? > @= @<  ҁ#; %  mueller, nytLuxembourg Socialist Workers' Party (LSAP) ministers left government after CSV joined a vote of non-confidence against an LSAP minister.: 9 8 7 6 h5 h4 3 2 1 0 / . - ~, }T+ |T{* W {XreutersNew Union (NS) left cabinet on 11 April 2006 after the speaker of parliament was voted out of office.) zE( yreuters'  xreuters& wX%  v0mue-rom$ u0X# t" s! r  q  p/  o/  n/w  m[ l+ k j" i h+ g f e d+ cҁ' 3 brferlLatvia's First Party (LPP) withdraws from coaltion on 28 January 2004 after the dismissal of Ainars Slesers as deputy prime minister on 26 January. a  ` _  ^&  ]  \+  [  Zn mue-rom  Yn+mue-rom Xnmue-rom W& V  U  T conrad SXconrad Rconrad  Qn conrad Pnconrad~ Onconrad} Nnconrad| Myconrad{ Lyconradz Kyconrady Jyconradx Iyconradw Hconradv Gconradu Fconradt Econrads Dconradr Cconradq BAp s ANew party group formed during the legislative term.o @Xn ? m >S*l  =ejprk <Eejprj ;Hfi :Hh 9HEg 8fejprf  7ejpre 6Eejprd 5afp, ejprc  4afp, ejprb 3Eafp, ejpra 2s` 1 z_ 0 ^ / ] .dz\ -d[ ,dZ +/Y *#X )zreutersW (EV 'U  &/reutersT %#reutersS $EreutersR #VreutersQ "reutersP !reutersO  N  M jL K J I 8H 8G F E D C Q B ;A @ ? >  = <   ;  0:  9  78  77 7u6 7T 5 7]4 3 T2 u1 Hejpr0 vejpr/ }ejpr. )ejpr- ,  Hreuters+  vreuters*  }reuters)  )(  reutersT'  Hmuellercoding of alliance party_id to match seat in 'election_result'& vmueller% - )mueller, reuters$ mueller# H" v! )  | a afpNorthern League (LN) announced on 17 December 1994 to bring down the government through a confidence vote.  Tafp cafp uafp !a ! ! ! a     areuters reuters reuters reuters a   ]    nytSocialist Party (PSI) fostered a cabinet crisis when it announced on 26 March 1991 that Italy needed a new government (NYT).   )a  )  )] ) ) a   ]   a %a~ % } %]| %{ %z Nay N x N]w Nv N u Ta t T s T r T q Wa p W o W n Wm al  k ]j i y nytSocialists (PSI) ministers resigned on 5 August 1982 over an austerity bill announcing the resignation the day before.h a g ]f e  d Va c V] b Va Ba` B_ B^ ~a ] ~]\ ~[ aZ aY JaX a W ]V =aU =T = S a R ] Q  P O aN M L a K Ya J Y]I Yflora-83 H qa G q]F qflora-83E $aD *a C *]B aA a @ ]? > = 2a < 2]; 2: 29 a8 [a 7 []6 [5 *a4 ga3 ta2 pa1 ~p0 }a/ |a. {- z, ya+ x* w ) vZa( u[a' sUa & rU] % q{a $ p{] # o{" na! m  l] k ja i  h] g f a e  d @ ca  b] a `@ _ ^  ]~  \~ [=q Z=>  Y=,  X  W>  Vf  Uf T S  RM Qcq Pc>  O6 NOq MO> L K~ J;q} I;>| H_{ GZz Fy Ex Dlw C v Bru Arqt @r>s ?r > q =\p <qo ;>n :m 9ejprl  8>ejprk! 7indridasonj ! 6>indridasoni! 5indridasonh ! 4>indridasong ! 3>indridasonf! 2indridasone ! 1indridasond! 0indridason\! (indridason[ ! 'indridasonZ! &>indridasonY! %indridasonX ! $>indridasonW! #PindridasonV ! "indridasonU ! !indridasonRT   keesingsSocial Democratic (A) ministers resigned on 9 October 1979.S! PindridasonR! QindridasonQ ! Q>indridasonP ! indridason`O ! 5indridasonLiberal Left (Sfvm) withdrew over a proposal to rollback wage increases.N! PindridasonM ! A>indridasonL! AindridasonK ! )>indridasonJ! )indridasonI ! K>indridasonH! KindridasonG ! indridasonF  nytE nytD PnytZC  nytProgressives (F) decided to withdraw from government at the beginning of March 1956 over the presence of United States troops in Iceland. It formally withdrew in a letter to the president on 26 March.B  >nytA !  indridason@!  >indridason? !  q>indridason>!  indridason=!  >indridason< ! indridason; ! >indridason:! indridason9! 'indridason8 7 76 .5 .74 ;f3 ;2 ;"1 0 7 /  f .   -  ", qf+ q* q" ) l/( : ' !:& : % J: $ j/ # /" : ! /    ':  <: :  /  a/  a/  U  U. .   k.  k     ^ ^    Z  Z    v  [ WFree Democratic (FDP) ministers resigned on 17 September 1982 in conflict over social and tax policies. W.  .  . g g. f f. ~ .} Fo|  M F Free Democratic (FDP) ministers withdrew from cabinet in conflict over potential tax increases. {  z  y >x  >nytFree Democrats (FDP) ministers resigned on 19 November 1962 following the Spiegel scandal but reentered the government on 13 December. w  dhbt, nytThe two ministers of the German Party (DP) left their parliamentary group on 1 July 1960 and later joined the Christian Democrats (CDU).v 6u S dhbtGerman Bloc (GB/BHE) ministers left party group and joined Christian Democratis (CDU) on 15 July 1955, with guest status until 20 March 1956 (Schindler 1999, 916).t s r q p o  n . m .l "k "j 4i 4h g f  reuterse reutersd reutersc  muellerb muellera  mueller` mueller_  >mueller^ >mueller]  mueller\  mueller[  muellerZ "muellerY  "muellerX  KmuellerW  pa-84V pa-84U tpa-84T  tpa-84S tpa-84R Hpa-84Q ;pa-84P Fpa-84O upa-84N ;pa-84M  ~Fpa-84L |pa-84K {;pa-84J  zFpa-84I yupa-84H x_;pa-84G  w_Fpa-84F v_upa-84E u;pa-84D  tFpa-84C supa-84 B ro; A qoF @ po? o;pa-84>  nFpa-84= k;pa-84<  jFpa-84; i];pa-84: h]Fpa-849 g;pa-848 fFpa-847 epa-846 dFpa-845 c>pa-844 bpa-843  aFpa-842 `>pa-841 _pa-840 ^pa-84/ ]>pa-84. \pa-84- [pa-84, ZRpa-84+  XR>pa-84* WRpa-84) VRpa-84( Upa-84' TF& S>pa-84%  Rpa-84$ Qpa-84# Pzpa-84"  Opa-84! Npa-84  MOpa-84  LOpa-84 Kpa-84 JFpa-84 I>pa-84  Hpa-84 Gpa-84 FFpa-84 E>pa-84  Dpa-84  Cpa-84 A>pa-84 @pa-84 ?-pa-84 =->pa-84  <-pa-84  ;pa-84 9>pa-84 8pa-84  7 pa-84  5 >pa-84   4 pa-84  2:pa-84  1:>pa-84 /hpa-84 -h>pa-84  ,hpa-84 +hpa-84 (o>pa-84 'opa-84 %pa-84  #>pa-84 "pa-84 !|pa-84~  |>pa-84} |pa-84| |pa-84{ kbe-70z  k>be-70y kzbe-70x kw v >u t s be-70r  >be-70q  zbe-70p  be-70o J>be-70n Jzbe-70m  Jbe-70l Jbe-70k  4be-70j  >be-70i be-70h be-70g >be-70f  be-70e be-70d >be-70c be-70b be-70a be-70` I_ IF^ I>] I\ I[ Ibe-70Z IvaltY  ^valtX valtW mIvaltV  m^valtU mvaltT `IvaltS `^valtR  `valtQ ` valt P 'k `&reuters, valtGreens (VIHR) party group decided to resign from the cabinet opposing plans to build a new nuclear power plant.O dIvaltN d^valtM  dvalt L d&K ?I J ?^I ?^valtH ! ?ejpr, valtChristian League (SKL) minister Toimi Kankaanniemi resigned on 20 June 1994 in opposition to the EU membership agreement.G fIvaltF fvaltE  f^valtD fvaltC IB  A ^@ ? zIvalt> z^valt=  zvaltv< I z nyt, valtDemocratic Union (SKDL) withdrew on 30 December 1982 over a bill to increase defense spending.; Ivalt: ^valt9  valt8  valt7 Ivalt6 ^valt5 valt4  valt3  valt2 PI 1 P^0 P/ I . ^- , +  * I ) ^( ' & j% sIvalt$  s^valt# svalt" svalt=! )O s keesings, valtDemocratic Union (SKDL) MPs refused to vote for a bill involvinhg price control relaxation on 17 March 1971 but the three SKDL ministers did not offer to resign.  I  ^ T    S^ ST S S  Ivalt  ^valt ^valt  IvaltSwedish People's Party (RKP-SFP) opposed income and property tax increases leading to the end of the cabinet in December 1963.  ^valt ^valtb ! Tnyt, valtAll three Social Democratic (TPSL) ministers resigned on 18 October 1963.   V^valt: EInyt, valtMinister of Foreign Affairs Johan Törngren (RKP-SFP) served as a private person in cabinet.The party is coded at government.fi but not in Müller/Strøm (2000).  ^valt  (Ivalt q (^nyt, valtAgrarian Union (Maal) ministers resigned on 27 November 1958 over disagreement on policy towards the Soviet Union.  (^valt   (valt  InytSwedish People's Party (RKP-SFP) ministers resigned on 2 July 1957 objecting delays in the government's economic stabilization program.  ^mueller mueller uIvalt u^valt  uvalt  ^  I  ^ ~ Ivalt } ^| ^valt{  valtz I y ^x I w ^v u  ^valtt valts valtr hI q h^p h o N n }I m }^ l } k } j /I i ~/^h }/g |/f {/ e z d yqc xqb wa v ` uq _ tq^ sq] rN\ qqmue-rom[ pZ  o/mue-romY  nmue-rom X mqW  lmue-romV k\qberg-19 U js T i S h( R gQ  f4reutersP e4(reutersO d4reutersN c<NejprM  b<EejprL aNejprK  `EejprJ _vmuellerI  ^v]muellerH ]reutersG  \]reutersF [reutersoE ? Z,reutersCentre Democrats (CD) announced on 20 December 1996 to leave the cabinet over the increased dependence of the cabinet on far left party support but to keep supporting it. The party's ministers resigned on 30 December.D  Y]reutersC X3muellerB WmuellerA V,mueller@  U]mueller?  T Nmueller> S Emueller=  R9Nmueller< Q9Emueller; P9mueller:  OENmueller9 NE3mueller8 MEEmueller7 LE,mueller6  K3Nmueller5 J33mueller4 I3Emueller3 H3,mueller2  G]mueller1  F{]folketing0 E8Emueller/  D8]mueller.  C2]folketing-  BEmueller,  A@]mueller+  @Y]mueller* ?TNfolketing) >TEfolketing(  =Tfolketing'  <]folketing& ;Imueller%  :I]mueller$ 9mueller#  8]mueller" 7Fmueller! 6mueller   5]mueller 43Fmueller 33mueller  23]mueller  1]mueller  0gEmueller  /U]mueller  .$Emueller  -]mueller  ,Enyt  +   * N  ) E  (  ' ]  &  %afp $afp  #afp  "DChristian Democrats (KDU/CSL) pulled out of government on 30 March 2005. Previously, they demanded the resignation of PM Gross.  !D   D  afp  afp  afp  reuters Lreuters Lreuters Lcreuters  =apu U apChristian Democrats (KDU) withdrew from cabinet on 28 November 1997 over a campaign finance scandal.% 5 capCivic Democratic Alliance (ODA) withdrew from cabinet on 29 November 1997, following the Christian Democrats (KDU), over a campaign finance scandal.  =sonntag sonntag~ csonntag}  sonntag| VS{ Vz V<y x  Sw  'v  u  /t  Ss ' r gp q 7pp po pn m l k p j Fpi h p g pf pe 5pd pc Ypb a p` `p_ ^ V] b\ Y[ Z VY bX W :V U _ T _ S _b R _Q pP pO pbN pM :L :K :bJ :|I Y "reutersPeople's Union (VU) ministers withdrew from cabinet on 29 September 1991 over a dispute on arms trade.H G F bE  D \ C \ B \ A \V@ w? w> w= wV< ; : 9 V8 7 6 b5 4  3  2  b1  0 / .  mueller-  Vmueller, b+ * %Y  mueller, nytDemocratic Front (FDF) ministers resigned on 16 January 1980, following conflict over regionalisation,)  (  '  b&  % $ "# " !    "       V O O O O OV    V [  [  [  [V  [     J J J a  a? 7 7 e~ e } }|  |?nytLiberals (LP-PL) resigned on 17 February 1961 following disagreement on tax policies but the request was not accepted by the king. { {p z z? y y x x w w v v u uOt  t?nytLiberal Party (LP-PL) resigned over the return of King Leopold. s s( r r( q q p p o o? n n m m l l? k k j j i i h h? g g f f e e( d d(? c c( b b( a a ` `? _ _ ^ ^Q ] ]Q? \ \QT[   [QCommunist Party (KPB-PCB) ministers withdrew from provisional cabinet.Z  Zafp, bkaHY s Y2afp, bkaFreedom Party (FPO) ministers joined Future of Austria (BZO) on 4 April 2005 and the parliamentary group split into FPO and BZO members remaining formally one group in parliament.X  XafpW  W2afpFreedom Party (FPO) ministers resigned on 8 September 2002 following conflict with the party leader over the governments tax policy.V VbkaU  UbkaT TCbkaS  SCbkaR R&muellerQ  Q&muellerP P reutersO  O reutersN NimuellerM  MimuellerL L<2muellerK  K<muellerJ J2muellerI  ImuellerH  H^muellerG  GmmuellerF  FbnytE  E1muellerD  DbkaC CbkaB  BnmuellerA Anmueller@  @mueller? ?mueller>  >nyt= =nyt<     x 4vz+~~~~~~~~{~j~Y~H~0~~}}}}}}z}b}J}9||q|`|H|0||{{{{{2{!{zzzrzazPz9z(zzyyyDy3yyxxxxxxxxox^xJx9x%xxwwwwwwwwtwdvvvv~vmv\vDv,vuuuuuuuuuou^uMus,rrrmrUr@r)rrqqqqqqquq`qKq6qq pppppppvpapLp7p"ppooommjmUmDm3m"mml~kkjjjjjnj^jNj>j.jjiii{ikiWiChWggqg`gOg?g/ggffffffeeeeewe_eGe/edddddddyccccncYcDc/ccbb4bb amaYaDa/aa ```````v`a`L`7``__S_C_3_#^^^^S^>^)^^]]]]]]\\\u\d\S\B[[[[nZZZZZZZZuZbZJZ9Z"ZYYYYYYYoYWY?Y.YY XXXXXXXmXRX7XXWWWWWWrW[WDVVV)VUUUUUUUnUWU@U)UTTTTTTTlTXTDT0TTSlSTSF&FEEEEEEEwEcEPE>>>>>>==i=U=D=3=#= <<<<<<$$:$"$ ####A#)#"""""""i"Q"9"!"!!!!:!)!! ~ j R : " {c|fP;&xbL7" u`J0)}hS>*5y{cK3w`I2zcL5}fO8! iR;$ r^I5mU=% }fN1" w _ H 0  s _ K 3 m W ? +  s \ E .  vB CconradA Bhconrad@ Aconrad?  @conrad> ?conrad= >hconrad< =conrad; <Nconrad:  ;conrad9 :conrad8 9hconrad7 8conrad6 7[conrad5 6Nconrad4  5conrad3 4afp42 I 3TreutersPeople of Freedom (PdL) split into Go Italy (FI) and New Centre-Right (NCD) on 15 November after party leader Berlusconi planned to withdraw from the cabinet.1 /lreuters0  .~reuters/ ,reuters. +3reuters- *reuters,  )reuters+  (tom*  'reuters) &Ekyodo(  %kyodo' $reuters&  #reutersNational Liberal Party (PNL) ministers resigned on 26 February 2014 after differences over a proposed ministerial appointment.%  "`reuters$ !abbc# elta" elta! Eelta   elta afp  afp  /ana  Nap reuters Areuters reuters Ireuters reuters IAreuters ifragov fragov  ap  fragov  ifragov   afp  nF K3 jijiDemocratic Reform Party (DRP) with no seats in the lower house but 11 seats in the upper house.Harumi Inui (DRP) parliamentary vice minister for the Science and Technology Agency   faz    faz %  bka, reuters  %  bka, reuters   reuters  reuters   `reuters knesset knesset knesset knesset  knesset knesset knesset knesset~ knesset}  knesset| afp{ afpz  =afpy  `reutersx @reutersw @Areutersv reutersu  reuterst  afps eltar afpq  afpp  nyto hug-77n  hug-77m xhug-68l  hug-68k hug-68j  xhug-68i hug-68h  xhug-68g  xhug-68f xhug-68e  hug-68d hug-68c  xhug-68b hug-68a  xhug-68`  xhug-68_  hug-68^ hug-68]  qhug-68\ hug-68[  qhug-68Z hug-68Y  qhug-68X  qhug-68W  qhug-68V  qhug-68U  qhug-68T  hug-68S  hug-68R  hug-68Q  hug-68P  hug-68O hug-68N  jhug-68M  hug-68L  jhug-68K jhug-68J  hug-68I  hug-68H  jhug-68G  jhug-68F  hug-68E  hug-688D !K ager, ejprGabriel Oprea, an independent MP and Minister of Defence since 23 December 2009, was a founding member of the National Union (UNPR) which formed on 2 May 2010.C reutersB  reutersA reuters@ afp?  afp>  reuters=  ~reuters< с; %y afp, muellerItalian Socialist Party (SDI) threatened to resign in mid December and called for the resignation of PM D'Alema (AFP).: ejpr 9  valtFinnish People's Party (SK) opposed income and property tax increases leading to the end of the cabinet in December 1963.8 % reuters, staCitizens' List (DL) withdrew from coalition on 23 January 2013 after PM Jansa refused to resign over corruption allegations.7 stae6 3 3staDemocratic Party of Pensioners (DeSUS) withdrew from coalition on 22 February 2013.\5 # staSlovenian People's Party (SLS) withdrew from coalition on 25 February 2013.4  sta3 swiss2 swiss1 swiss0 swiss/ swiss. #swiss-  afp, dere+ dere* dere) Vdere( dere'  bdere&  nzhe% pr$  pr#  reuters"  Npapademos!  reutersAll four Popular Orthodox Rally (LAOS) ministers resigned on 10 February 2012 following disagreement over a bailout bill.  /reuters :reuters T spectator spectator  spectator swiss swiss swiss swiss swiss swiss swiss swiss swiss swiss swiss swiss swiss  swiss  swiss  swiss  swiss  swiss swiss swiss swiss swiss swiss ~#swiss }swiss |swiss {swiss z lo~ ylo}  xlo| # wldr, reutersSF withdrew from the coalition on 30 January 2014 over a privatisation issue and its ministers were replaced on 3 February.{ vreutersz  u]reutersy tyomiurix  sreutersw r$knessetv q)knessetu pknessett o$knessets  nknessetr mknessetq l'knessetp k|nyto j$knessetn i)knessetm h'knessetl gknessetk aj `i _Gknesseth ^g ]f - \Mknesset, reutersNational Union (HaLe and YB) ministers resigned on 12 March 2002 in protest of government negotiations with Palestinians.e [d Zknessetc Wb Va UMknesset` KGknesset_  Jknesset^ Gknesset] Fknesset\ Dknesset[  CknessetZ BknessetY AknessetX  @knessetW ?knessetV  >knesset~U -K =knesset, reutersSfarad's guards of the Torah (Shas) minister Deri was dismissed due to corruption accusations. T <knessetS  ;knessetR 9knessetQ  8knessetP 7knesset O s .knessetHomeland (M) withdrew from coalition on 21 January 1992 shortly after Crossroads (Tsomet) due to the same reasons. tN I ,knessetCrossroads (Tsomet) withdrew from coalition on 31 December 1991 over Middle East peace talks. M +knessetL  *knessetK (knessetJ %knessetI $knessetH  #knessetG !knessetF -Y knesset, reutersPM Shamir dismissed Alignment (A) leader Peres on 13 March 1990 and ministers resigned two days later.vE -; knesset, reutersSfarad's guards of the Torah (Shas) party supported Alignment (A) in a confidence vote.D  knessetC knessetB knessetA =knesset@  knesset? knesset> knesset=  knesset< knesset; knesset: jknesset9  knesset8 knesset7  knesset6  knesset5 %y knesset, nytNational Religious Party (Mafdal) ministers withdrew from cabinet following party MPs abstention in a confidence vote.4  knesset3 1knesset2  knesset1 knesset0 knesset/  knessetm. ; knessetHerut-Liberal Bloc (Gahal) withdrew after the cabinet agreed to accept the Rogers Plan.- knesset, knesset+ knesset* knesset) knesset( knesset' knesset& knesset% knesset$ ?knesset#  knesset" knesset! ?knesset   knesset knesset ?knesset  knesset knesset ?knesset knesset  knesset knesset ?knesset  knesset knesset knesset ?knesset  knesset knesset knesset ?knesset  knesset  knesset    knesset   knesset  knesset  knesset %  knesset, nytUnion of Israel (AY) withdrew from cabinet on 18 September 1952 over the issue of compulsory national service for religious woman.  knesset knesset  knesset} [ knessetUnited Religious Front (HDM) withdrew from cabinet after PM Ben-Gurion announced plans for a reshuffle.  knesset   SafpDemocratic Party (DIKO) withdrew from cabinet and its ministers handed in their resignation on 27 July 2011 (Cyprus Mail).  bbcW  yqbbcV xreutersU wswissT vswissS u#swissR t=reutersQ  sqreutersP rafpO q}N pM oL nK mJ lI kH jG iF h~E g}D f}C e|nytB  d|nytA  c{nyt@ b{nyt? azbka>  `zbka= _y2reuters<  ^yreuters; ]xbka:  \xbka9  [wnyt8 ZvY7 Yv6 Xvb5 WvV4  Vunyt3 Utmueller2  Ttmueller1 Skafp0 Rafp/ Qafp. PDafp- ODafp, Ns"afp+  Msafp* Lrlo)  Krlo( J$rnw'  I$rnw&  Hlbbc% GVreg-se$ FV|reg-se# EVreg-se"  DVreg-se! Clo  B lo Alo  @lo  ?T]mueller >]mueller =mueller <mueller  ;amueller : 9b 8 7 6DY 5DV 3D 2D 1 0  /  .#  -W  ,W  +W#  *W )  ( '  &#  %&  $&  #&  "&# !   ~ # } |  { #z  y x w  v # u t s  r  q # p  o  n  m # l  O k  O j  O# i  Oh   g   f   e  #d c  b  a #` o_ o ^ o ] o#\ {[ { Z {Y . X .#W . V .U , T ,#S , R ,Q conradP yconradO nXconradN yXconradM conradL Xconrad K BJ kI H ?TafpG w ?afpFreedom and Solidarity (SaS) abstained in a vote of confidence on 11 October 2011 leading to the fall of the cabinet.F ?afpE  ?afpD  PctkDeputy PM Karolina Peake and other ministers withdrew from Public Affairs (VV) party group on 17 April 2012 and formed a new group. C B =A  bbc@ uvalt? Ivalt> I= &valt< ^valt;  ^valt:  x_valt9 Ivalt8  valt7 ^valt6  valt5 d valt4  Vejpr3 bejpr2 ejpr1 ywid0 y/ yfwid%. 3 xnytFree Democratic (FDP) party group split on 23 February 1956. Its ministers remained in office and formed the Free People's Party (FVP) party group.- x, x+- reuters, yomiuri* ) xvalt( 1Ivalt' x^valt&  1^valt% 1valt$ x valt# x^valt" 1^valt! 1valt  xvalt j j N NS  vbbcSocial Democrats (SDP) withdrew from the coalition after PM Hatoyama dismissed SDP chief Mizuho Fukushima as consumer affairs minister on 30 May 2010 following conflict over a US military base. vbbc     y conrad   conrad  keesings keesingsx #I +lo, reutersPeople's Party (TP) withdrew from coalition on 17 March 2010 in conflict over economic policy.  keesings keesings /_  H  pa-84  valt  (valt  )Ivalt  )^valt  )valt "valt "Ivalt "^valt  "valt valt  valt  valt ^valt wTvalt~ wmueller}  w^mueller| Xmueller{ Xmuellerz X muellery  X^muellerx _w _v _u L_t \_s _r Gpq pp o n ]m l gk j i h g Fejprf eFejpr e ~,d  }=hmuellerc |reutersb  {reuters'a 7 zVbbcFlemish Liberals and Democrats (O-VLD) withdrew from coalition on 22 April 2010 in conflict over voting rights in a bilingual district near Brussels.` y_ xb^ w] v\ t [ s Z r Y qX pW oZV n:U mmuellerT  lvbbcS k' R j'Q Q i'hP hO g%N eM dL  cNreutersK bNJ aNI `vH M _YreutersSocialist Workers' Party (LSAP) withdrew from the cabinet on 10 July 2013 over a spying scandal.G ^YF  \7mue-romE [CcreutersD ZCreutersC  YC=reutersB XsonntagA Wsonntag@ Vsonntag? Usonntag> T$3mue-rom= S$mue-rom<  R$mue-rom; Q2mue-rom:  P2mue-romP9  OconradUnited List Social Democrats (ZLSD) withdrew from coaliton on 26 January 1996 after PM Drnovsek called for the resignation of Economic Minister Maks Tajnikar without consulting the party.8 Nmue-rom7  Mmue-rom6 K[berg-195 Jberg-194 I v3 H 02 G 1 F1mue-rom0 E0reuters/  Dvreuters.  CPvmue-rom- B0conrad,  Avmue-rom+ @%* ?%)  <reuters( ;mue-romi' = :nytPM Popescu-Tariceanu fired ministers from PD following conflict with President Băsescu.&  9mue-rom%  8mreuters$ 77reuters#  67Treuters" 57ejpr! .mue-rom  -mue-rom  ,mue-rom  +umue-rom  *euejpr  )Kmue-rom  (mue-rom 'umue-rom & %afp $afp  #Pafp "Dafp !Dafp  qreuters reuters mue-rom mue-rom  +mue-rom &mue-rom   mue-rom   mue-rom  ejpr  ejprV   reutersInformation about party seats missing -- no data on party_change  reuters  % yafp, muellerRepublicans (UDR) threatened to resign in mid December over a proposal of PM D'Alema to add the Democrats (ID) to the coaliton (AFP).   "         H  H~  H}  }mueller| wmue-rom{ wmue-romz  mue-romy  EreutersLabour Party (DP) withdrew its ministers on 31 May 2006 after President Adamkus stated losing confidence in its two ministers.x reutersw Cafpv Cafpu Cafpt  Cafps  !muellerr  \berg-19q  indridasonS! indridasonR ! >indridasonQ! indridasonP ! S>indridasonO! SindridasonN  _reutersM  wL  7w=  @`reuters< \;  reuters:  ap9  reuters8 ?bta7  ? bta6 w5 w4  w3  wn2 = keesingsConservative Party withdrew from coalition on 3 December 2006 and its ministers resigned1 0 / . # W`nytSocial Democratic Party (PSD) minsters resigned on 1 October 2010 in protest against the dismissal of interior minister Dan Nica by PM Boc.- W, d+ b* 4p) !Safpt( #A !afp, cymailMovement for Social Democracy (EDEK) decided to withdraw from government on 8 February 2010 in disagreement over President Christiofias' strategy on the Cyprus conflict. Its ministers resigned on 2 March (Cyprus Mail).'  !ejpr%  lejpr$ # b" n!   Eejpr fejpr  ejprB wuElectoral alliance: Rosa nel Pugno (Rose in the Fist)  u)  uh  Au}Alessandro Bianchi is coded in EJPR as independent, yet he was elected on the PDCI ticket.  u  u  u ' mueller, oepaCommunist Party (KPO) withdrew from cabinet and its minister Karl Altmann resigned on 20 November 1947 over economic issues. mueller  mueller  mueller Eejpr Eejpr Eejpr  ejpr  ejpr   ejpr   ejpr  Eejpr  REejpr   Rejpr   ejpr ejpr  ejpr  E/ejpr  irisProgressive Democrat (PD) minister remained in cabinet as independent when party disbanded and formally dissolved on 20 November 2009. `ejpr `%ejpr< Y %reutersGreen Party (Green) announced in November 2010 that it would leave cabinet after passing an important finance bill. They withdrew from the cabinet on 23 January 2011. ~  ~`ejpr}  }2ejpr| |2"ejpr{ {'"ejprz  z'ejpry  ywejprx % x bka, reutersw% w bka, reuters9v %I vGbka, reutersConservatives (OVP) withdrew from coalition on 7 July 2008 and asked to call early election. Their ministers remained in office until the next cabinet formed.u % uGbka, reuterst tGNreuters s sGEr  rwq q*muellerp  pamuellero  ireutersn  h(muellerm  gmuellerl  fAmuellerk  e5muellerj  dmuelleri  cmuellerh  bmuellerg  a|mueller$f 1 `nytFarmers' League (B) left coalition on 22 October 1957 in conflict over a planned pension reform following a referendum on the issue on 14 October.e _ muellerd  ^ muellerc ]Ivaltb \&valta [^valt`  Z^valt_ Ysejpr^  Xmueller ] Wv \ Vv[ U Z TY SQX  R#3staDemocratic Party of Pensioners (DeSUS) council decided to leave coalition on 9 May 2011 following disagreement over pension reforms. Last DeSUS minister Roko Zarnic left party on 19 May 2011.hW 9 Q#FstaZares demanded a cabinet reshuffle, implying a replacement of the prime minister. When its demand were not met it announced on 20 June 2011 that it would leave the coalition and its ministers resigned a week later.V P#staU  O#sta T NEpS  Q MELabour Party (PvdA) left government in oppostion to foreign policy on Afganistan troop deployments R LE Q KA P JA O IP N HPV M GPb L FP K EPJ DreutersI CVreutersH BbreutersG AreutersbF  #k=@pc, reutersNew Flemish Alliance (NVA) did not have ministers in the cabinet and withdrew its support on 21 September 2008.Source: Patrick Dumont, University of Luxembourg; personal communication 30 January 2012E ?ejpr1D ==ejpr, pcNew Flemish Alliance (NVA) did not have ministers in the cabinet.Source: Patrick Dumont, University of Luxembourg; personal communication 30 January 2012C g :EnzzFree Democrats (SzDSz) voted to leave coalition on 26 April 2009 in conflict over social and economic policy.B 9E7A 8@ 7? 6b> 5= 4ejpr<  3ejprB; )W 2dbbc, ejpr, nytSelf-Defense of the Republic Poland (SRP) withdrew temporarily from the coalition after PM Kaczyński dismissed deputy prime minister and SRP party leader Andrzej Lepper on 22 September 2006. Lepper was re-appointed on 16 October and the coalition continued. PM Kaczyński dismissed Lepper again on 9 July 2007 following corruption allegations. Lepper threatened to withdraw the SRP from government but the party decided to remain in government. On 8 August, the interior minister Janusz Kaczmarek was fired and the coalition ended shortly after.: 1dejpr9  0dejpr8 /7 .6 -5 ,/ejpr4 +ejpr3  *ejpr2 )ejpr1 (.ejpr0  '.>ejpr/  &>ejpr.  %+ejpr- $+>ejpr, #ejpr+ "ejpr*  !=ejpr)   X=reuters( Nejpr'  Eejpr& ejpr% Qejpr$  hejpr# afp" |afp! afp   afp * ejpr *ejpr *+ejpr  *mue-rom  ejpr mue-rom ejpr  +ejpr %y afp, reutersSocial Democratic (SDE) ministers were fired on 21 May 2009 after disputes over budget cuts and unemployment benefits.  =w   qw  afp  afp   afp  reuters  Hk H H  %k  Ivalt  ^valt   ^valt   9]folketing    F   )   N  ~ }  nyt| {  z ?y x w v  u X t cs r q p o  reutersn   reutersm  reutersl  |reutersk  muellerj i h g | f 0e '7 keesings, nytModerate (M) ministers left cabinet on 8 May 1982 in disagreement over a tax reform agreement of coalition partners with the Social Democratic Party. d |c K|b a ` |_ ^  mueller] i\ i[ tZ Y  &nytX 5W  rnytV  U %T BS R Q P O 3mue-romN mue-romM mue-romL  mue-romK 3J # ejprSlovenian People's Party (SLS) ministers resigned on 7 April 2004 due to pressure by Prime Minister Rop and following a controversial vote.I H  G F E D  mue-romC B 3yA Y rferlSlovenian People's Party (SLS) ministers announced to resign on 15 April 2000 to form a new coalition.@ ? /> /= /<  /bbcSocial Democrats (SDSS) withdrew from coalition on 8 April 1994 after the dismissal of Defence Minister Janez Jansa on 28 March. ;  S :   9   8  7  6  berg-195 berg-194 Sberg-193 #2 #/31 #? #ejpr, rferlChristian Democratic Movement (KDH) withdrew from government on 6 February 2006 over religious issues and the three KDH minsters resigned two days later.0 #/ /reuters.  9reuters- reuters, reuters+ 0mue-rom*  vmue-rom) ~mue-rom( }1' |1mue-rom& {1Xmue-rom% z1mue-rom$ y0# xv" w! v  u t q} p}  o n  m  lap  ktimesL  jnytParty quit coalition on 14 June 1985 over economic policy. i  hk g f  ek d c b%  w`I2~~~~o~Z~E~4~#~}}}}}}}n}V}?|||||{{{{{{{g{O{;{#{ zzzzmzUz=z%z yyyyyy}yeyMy5yyxxxxxxxgxOx7xxwwwwwwww_wGw/wvvvvvvvqvYu}uiuUu=u%u ttttsssrrrryrdrMr5rrqqnqVq>q&qppppp6ppooooooto\oDo,onnQn9n!n mmmmmmzmbmJm2mlalIl1llkkkkkkrkZkBk*kjjjjjjjjjRj:j#j iiiiii{hh!gzgbgJg2fffgfOf7ffeeieQe9e!ddndVd>d&dcccccc~cfbbbpbXb@b(ba~afaNa-``j____z_b_J^^/^]]]]]]]o]W]?]']\\\\\\\g\O\7\[[[[[[[}[i[T[?[*[[ZZZZZZ~ZhZRZR&RQQQQQQQsQ_QKQ7Q#QPPPgPVPEP4P#PPOOOOONO;O#O NNNN8N N MMMMMMMMMpM_MNM=M,MM LLLLLLLLLqL`LOL>L-LL KKKKKKKKrKaKPK@K/KKJJJJJJJJJwJgJVJFJ6J%JJIIIIIIIIyIfIRIAI1I IHHHHHHHHHyHiHXHGH6H%HHGGGGGGGG~GmG\GKG:G)GGFFFFFFFFFnF]FLF;F*FFEEEEEEEEEoE^EMEC-CC BBBBBBBBBvBeBTBCB3B"BBAAAAAAAA}AlA\AKA:A*AA@@@@@@@@@s@b@R@A@0@ @?????????v?e?T?C?2?!?>>>>>>>>>t>c>R>A>0>>=========w=f=U=D=3="==<<<<<<<5-55 444444444p4_4N4=4,44 333333333q3`3O3>3-33 222222222r2a2P2?2.22 111111111s1b1Q1@1/11 000000000t0c0R0A0000/////////u/d/S/B/1/ /.........v.e.T.C.2.!.---------w-f-U-D-3-"--,,,,,,,,x,g,V,E,4,#,,++++++++y+h+W+F+5+$++********z*i*X*G*6*%**)))))))){)j)Y)H)7)&))((((((((|(k(Z(I(8('((''''''''z'i'X'G'6'%''&&&&&&&&{&j&Y&H&7&&&&%%%%%%%%|%k%Z%I%8%'%%$$$$$$$$k$U$@$+$#######~#h#W#F#5#$##""""""""{"g"V"E"4" " !!!!!!|!d!P!< p _ O 7 # |hT@, zfN6u]L9({nV>&pZD. {gS='+zgS?'gO7=% qS5|dS;# {cK3s[C+o[F1t_J5  x c N 9 $  | g R = (  k V A ,   o Z E 0 B % vs14A % vs14@ % vs14?  %bvs14> %vs14=  $bvs14< $ vs14; $ vs14: $vs149 # vs148 # vs147 # vs146 #vs145  #bvs144 " vs143  ~"vs142 }" vs141 |! vs140 {! vs14/  z!vs14. y vs14- x vs14, w vs14+  v vs14* u vs14)  t vs14( svs14' r vs14& qvs14% p.vs14$  o vs14# n vs14" mvs14! l vs14  k vs14  jbvs14 i vs14 h vs14  gvs14 f.vs14 e vs14  dvs14 c.vs14  bvs14 a.vs14 `.vs14 _ vs14  ^vs14 ] vs14  \vs14 [ vs14 Z vs14 Yvs14   X.vs14  W vs14  Vvs14  U vs14   T.vs14 S vs14 Rvs14  Q.vs14 Pvs14 O vs14  N.vs14 Laap% K3mmc, reuters% J !mmc, reuters% I mmc, reuters~% Hmmc, reuters}  G lreuters|  F chisols{  Echisolsz  Dchisolsy C }chisolsx B ychisolsw  @chisolsv ? ychisolsu > rchisolst  =chisolss < ychisolsr ; rchisolsq  :chisolsp 9 ychisolso 8 rchisolsn  7chisolsm  6chisolsl 5 ychisolsk 4 rchisolsj 3 chisolsi 2 ychisolsh 1 rchisolsg  0 chisolsf / ychisolse . rchisolsd  - chisolsc , >b + >reutersa *` ) ychisols_ ( rchisols^  ' chisols] & rchisols\  % chisols[ $ rchisolsZ  #chisolsY' " raufo, chisolsX ' !aufo, chisolsW'   raufo, chisolsV ' aufo, chisolsU  rchisolsT  chisolsS chisolsR  rchisolsQ chisolsP  chisolsO _  rchisolsThe GDVP did not stand for election 1919 but was a merge of the German-National parties in the year 1920.N  chisolsM chisolsL chisolsK  chisolsJ chisolsI  chisolsH reutersG  reutersF  reuters E y  reutersInterior minister Matteo Salvini (LN) announced on 8 August 2019 to leave the coalition with Five Star Movement (M5S).D  kreutersC  dpaB   dpaA  dn@ Ydn? dn>  dn= Treuters< 0reuters;  reuters: .reuters9  reutersH8 q  WreutersAlliance of Liberals and Democrats (ALDE) withdrew from cabinet on 26 August 2019 after its leader did not become the sole pro-government candidate for the presidential election.7  `reuters6  reuters5 Ekyodo4  kyodo3 mbl2  mbl1 >mbl0  reuters/ 2reuters.  reuters- , + * )  nrnz( local' _local&  local% _local$  local# .reuters"  reuters! :ejpr  -ejpr  Wreuters  `reuters  `reuters  Wreuters  reuters hreuters  qgu ^yle  Uyle  ^yle  S   `  / SREM won presidential election and gained seats in succeeding parliament election.      reuters  afp   afp   tom  ap  ap  ap   Ireuters^  reutersBright Future (BF) withdrew from the coalition over a "breach of trust".  >reuters reuters reuters  ~reuters~  7reuters}  reuters|  afp{ reutersz  reutersy  reutersx Nreutersw xreutersv  Ereutersu ! delfiLithuanian Social Democratic Party (LSDP) withdrew support on 22 September 2017 in a party council vote. A majority of MPs from the party kept supporting the cabinet, formed the Social Democratic Labour Party (LSDDP) and parliamentary group split on 19 October 2017.t  afps =afpr afpq  qafpp  reuterso n m 'l Treutersk 0reutersj  reutersi aaph  aapg  reuters f ?e  wd  reutersc afpb afpa q reutersDefense Minister Lieberman announced his resignation on 14 November 2018 over policies towards the Gaza ceasefire.`  jafp_  afp^ reuters]  reuters\  qreuters[  @reutersZ 0reutersY TreutersX  reutersW >afpV  afpU hT hS NR  nytQ P  O ^N  M IL K J I H G F pE pD pC swissB swissA swiss@ swiss? swiss> swiss= }swiss< |swiss; {swiss: zswiss9 yswiss8 xswiss7 rswiss6 qswiss5 pswiss4 oswiss3 n2 m 1 l 0 k/ j. i - h , g\+ f * e\) d ( c ' b & a % ` $ _ # ^ " ] ! \  [ Z Y X W  V  U  S R> Q P> O N M L K J> I H>  G  F>  E>  C  B  A  @  ?   =afp < " ; 9 : 9 8 7 9~ 6 "} 5 | 4{ 3z 2 y 1 x 0 w / v .u - t ,Ns +tr *t q )r p ( o ' "n &m % l $ k # j "i ! h  g  f  e  "d c  b  "a  "`  _  ^ ]  \  "[  Z Y  X B W B "V B U  BT  B S  y R  y Q  yP y O yN y "M 0 :L 1 :K 3 :J 5 9I 6 9H 7 9G 8 9F 9 9E  D  C  B A / @ / ? /> 0 = 0 < 0 ; 0: 09 1 8 1 7 16 1 "5 2 4 2 3 22 2 1 3 0 3 "/ 3 . 3- 4 , 4 + 4 * 4) 5 ( 5 ' 5 "& 5% 6 $ 6 # 7 " 6 "! 6  7  7 " 7 8  8  8 8 " 9  9  9 " 9 :  :  :  :  <  <  < < "  <   <   = "  =   =  = > >  >  >  > " >  ?  ?  ? "~ ?} @ | @ "{ @ z @y @ x A w A v Au A t A "s C r C q Cp C "o C n D m D l D "k Dj F i F h Fg F "f Ge G "d H c H "b Ha I ` I _ J^ J ] J \ K [ KZ K Y K X K "W L "V LU L T L S L R MQ M P M O MN M M NL N "K N J N I N H O G O "F ~OE  }} "wsD || C {| B z|A y|@ x| "? w| > v{ = u{< t{; s{ ": rz !9 qz 8 pz7 oz6 nz "5 mx 4 lx 3 kx2 jx "1 iw 0 hw / gw. fw - ev , dv+ cv * bv ") au ( `u' _u & ^t "% ]s$ \s "# [s " Zs ! Yr "  Xr  Wr Vq " Uq  Tq  Sq Rp  Qp Pp  Op  No  Mo  Lo Ko  Jn  In  Hn G  F   E  Dap  C 7ap   Bap  A reuters @reuters  ?reuters >~ bbe-21 =~bbe-21  <~bbe-21 ;l  :l 9l  8k  7k ~ 6k} 5j| 3i{ 2ez 1cy 0cx -dw ,fv +gu *g t )h s (hr 'bq &a wp %\ wo $] wn #_ wm "` wl !^ wk [ 0j [i Xh Xg X 0f Y 0e Yd Z|c WEb VEa UE` TE_ SE^ RE] Q\ PE[ . Z - Y , X + W * V ) U ( T ' S &nR  %nnytQ $nP # O " N ! M  L  K  J  I  H G F E D C B A @  ? ^>  v=  w<  w ; h:  9 8 7  6 ,5  4 3  2 1  0   nyt/  .  -  ,  +  *  ) ( ' & % $ # " !       w  w  w  v  ?  w  v  ?  w  v  ?  w  v  ?  w  ?  w  ?   v   w  ?   v  w  ?  w  ?  w  ?  w  ?  w  ?~  w } ?|  v{  w z ?y  vx  ww  vv  w u ? t ?s  wr  v q ?p  wo  v n ?m  wl k ,j  i h ,g  f e  d ,c ,b  a ` _ ,^  ] \  [ Z  Y ,X W  V U  T ,S R ~ Q },P | O {N z,M y L xK wJ vI uH tEG sEF rEE qED p]C oEB nA m]@ l? k]> j= i]< h; g]: f9 e8 d7 c 6 b5 a4 `3 _2 ^ 1 ]0 \/ [ . Z- Y , X+ W* V) U( T' S& R % Qh $ Ph# O " NI ! M^  JI I H^ GI  F^ E  D^ C B  A^ @I ?^  >^ = <_ ;  :^ 9_ 8afp  7afp  6#afp  5afp  4  3I  2^ 1^  0^ /^ .^  -^ ,  +^  *^ ) ~ (^} '| &I { %^z $^y #x "Iw !^ v ^u I t ^s r I q ^p o  n ^m  l ^k j  reutersi  reutersh  apg  snsf |e d c b a ` _ ^ ]  \ |[ Z |Y X W V |U T S R |Q P O N |M L K J I afpH  afpG  preutersF o +reutersANEL leader Kammenos resigned on 13 January 2019 and ministers remaining in cabinet were expelled from the party.E  8reutersD reutersC reutersB reutersA  reuters@ dwc? #  dw, reutersPeople's Development Party (HDP) ministers resigned on 22 September 2015.>  dw=  Ereuters< ; : 9 p8 p7 6 p5 p~4 e yle20 MPs left Finns Party (PS) on 13 June 2017 and formed New Alternative (UV) to continue cabinet membership.3 ^yle2  ^yle1  nyt0 afp/ afp.  jafp-  afp, =err+ err*  qerr) reuters( reuters' reuters& reuters% reuters$  reuters# reuters" reuters! reuters  reuters reuters  reuters reutersq K FafpForeign minister David Levy (Gesher) resigned on 4 January 1998 over handling of peace process. +reuters   8reuters25 MPs left Syriza party group and formed Popular Unity (LE) on 21 August 2015 after cabinet agreed to an international bailout. Ekyodo  kyodo reuters  reuters  Wreuters reuters reuters  `reuters  be-70[ Jbe-70Z zbe-70Y vpa-84X  vpa-84W ~v>pa-84V }ufragovU  |uafpT  zpa-84S  xpa-84R  wpa-84Q  v]pa-84P utdereO ttVdereN stdereM rtdereL qtdereK  ptbafpJ  osreutersI nRzpa-84H mG lIF k:pa-84E jopa-84#D ) iR(knessetBinyamin MintzC hpknessetB gp?knessetA fpknesset@ epknesset?  dpknesset> cq'knesset= bqknesset<  aqknesset; `qknesset: ]rGknesset9  \rknesset8 [ 3knesset7 YRknesset6 XR?knesset5 WRknesset4 VRknesset3  URknesset2 T-knesset1 Soknesset0 RoQknesset/ Qoknesset.  PoNknesset- -m Nn knesset, reutersThe Movement (Hat) withdrew from coalition on 2 December 2014 after PM Netanyahu fired party leader Tzipi Livni., i Mn knessetThere is a Future (YA) ministers resigned on 2 December 2014 after PM Netanyahu fired party leader Yair Lapid.+ Lnknesset*  Knknesset) JSknesset( IiNknesset'  Hiknesset$& - Ghknesset, reutersLabor-Meimad (MHH) left the coalition on 23 November 2005 as PM Sharon considered quitting Likud (L) to form a new centrist alliance.%  Fhknesset'$ - Efknesset, reutersNational Religious Party (Mafdal) withdrew from coalition on 9 November 2004 following disagreement over PM Sharon's Disengagement Plan.#- Df:knesset, reuters"  Cfknesset! Beknesset } AeMknessetNational Union (HaLe) withdrew from cabinet on 6 June 2004 because of disagreements over PM Sharon's Disengagement Plan. @e:knesset  ?eknesset >mQknesset =mknesset - <mNknesset, reuters ;mknesset9 -A :lknesset, reutersIsrael is our home (YB) ministers resigned on 16 January 2008 following disagreement over cabinet's negotiations with the Palestinian National Authority.  9lknesset 8lknesset  7lNknesset 6lQknesset 5kQknesset 4kknesset 3kknesset  2kNknesset 1dknesset 0dGknesset /dknesset   .dknesset -} -cknesset, reutersOne Israel (MHH, One, Meimad) ministers resigned on 30 Oktober 2002 after a dispute over funding for Jewish settlements.  ,cknesset  +cGknesset  *cknesset  )cknesset -S (bFknesset, reutersBridge (One) minister Levy resigned from cabinet on 29 July 2002 over disagreement on budget cuts.  'bknesset &bknesset %bGknesset $bknesset  #bknesset !aGknesset -} aknesset, reutersEnergy (Meretz) ministers withdrew on 24 June 2000 in opposition to PM Barak's peace negotiations with the Palestinians. ` 3knesset~ `knesset}  `knesset#| - aknesset, reutersIsrael for Immigration (YBA) ministers resigned on 11 July 2000 in opposition to PM Baraks participation in 2000 Camp David Summit. ({ - aknesset, reutersNational Religious Party (Mafdal) ministers resigned on 11 July 2000 in opposition to PM Baraks participation in 2000 Camp David Summit. *z -# aknesset, reutersSfarad's guards of the Torah (Shas) ministers resigned on 11 July 2000 in opposition to PM Baraks participation in 2000 Camp David Summit. y  aknessetx  knessetw  knessetv ]knessetu ]knessett  ]knessets [knessetr [=knessetq [:knessetp  [knesseto [knessetn [knessetm Z|knessetl ZLknessetk Zknessetj  Zknesseti Y 2knesseth Y|knessetg YLknessetf Yknessete  Yknessetd X=knessetc X|knessetb XLknesseta Xknesset`  Xknesset_ WLknesset^ Wknesset]  Wknesset\ Vreuters[ VIreuters5Z %A V&reuters, yleGreen League (VIHR) withdrew from cabinet on 20 September 2014 and its ministers resigned on 26 September following conflict over new nuclear power plant.Y VreutersX  V^reutersW  knessetV :knessetU :knessetT  :knessetS  knessetR  knessetQ T=knessetP TknessetO TknessetN TknessetM  Tknesset'L %% :knesset, nytChange (Shinui) withdrew from coalition on 26 May 1987 in opposition to PM Shamir's rejection to support an international peace conference. K Yflora-83J qflora-83I SknessetH SNknessetG SknessetF SknessetE  SknessetD QreutersC QreutersB  QreutersA! Ppoltics-hu@  Preuters? Ofragovu>  K OreutersLeft-wing Socialist (PS) ministers where removed through a cabinet resignation and a reshuffle.= Mreuters< M6reuters;  MIreuters:  LIreuters9 K reuters8 KIreuters7  K6reuters6  Jbreuters5 Jureuters|4 Y IureutersTrue Path Party (DYP) withdrew from cabinet on 24 May 1996 following conflict over corruption charges.3  I6reuters2  Hureuters1 Greuters0  Gqreuters/ Fvalt. FIvalt- F&valt, FvaltJ+  !e F^valtPM Katainen announced on 5 April 2014 to resign in June aiming an EU post.Three month rule does not apply. No new party, PM or election within three months after end of last cabinet.* Ereuters)  Eureuterss( G Dreuters Social Democratic Populist Party (SHP) and Republican People's Party (CHP) merged on 18 February 1995. Republican People's Party (CHP, formerly SHP) ministers resigned on 20 September 1995 over domestic security issues.'  Dureuters& Csonntag%  Cusonntag$  B6sonntag#  A6sonntag"  @6sonntag!  ?6sonntag  >afp  >'afpX  =agerDemocratic Union of Hungarians in Romania (UDMR) withdrew from coalition on 27 November 2014 and its ministers resigned on 13 December 2014 following PM Ponta's defeat in the presidential election. =reuters =reuters  =`reuters  <{knesset ;knesset ;knesset ;?knesset  ;knesset knesset knesset knesset 8knesset 8knesset  8knesset $knesset knesset  $knesset  knesset  7reuters  7reuters  7reuters 7lreuters  7~reuters  6sonntag  5sonntag  4sonntag  3sonntag 2dr  2]dr 1 reuters 1reuters~ 1reuters}  1reuters| 0reuters{ ~0reutersz  }0reutersy |/.reutersx  {/reutersw z.reutersv  y.reutersu x-6reuterst w-reuterss  v-reutersr u,lreutersq t,reutersp s,reuterso r,reutersSn   q,~reutersDemocratic Party (PD) leader Renzi forced PM Letta to resign.m preutersl oreutersk  n+nytj m*reutersi l*reutersh k*reutersg  j*reutersf i)_reuterse  h)reutersd e(afpc % d(Safp, reutersDemocratic Party (DIKO) decided to leave cabinet on 27 Februar 2014 but its ministers remained in office and left the party.b  c('afpa b'reuters`  a'reuters_ `CreutersR^    _&reutersNeed to change: Independents and caretaker gov not the same!]  ^Lreuters\  ]%reuters[ \$:reutersZ  [$/ejprY Z#>reutersX  Y#reutersW  X"reutersV W"reutersU V"reutersT U!S T!UR S!Q R [hinaP Q hhinaO  P hinaN OconradM NUconrad}L a MNhinaCroatian Social Liberal Party (HSLS) left coalition on 10 July 2010 over accusation of cabinet disloyalty.K  LconradJ KUconradI JNconradH IconradG  HconradF  GconradE F9conradD  EconradC DZconrad jZmXC.~~~~~~~q~\~G~2~~}}}}}}}u}`}K}6}!} |||||||y|d|O|:|"| {{{{{{z{b{J{2{{ zzzzzzzjzUz@z+zzyyyZyDy'yxxxxwxbxMx8x!x wwwwwwwxw`wHw0vvsvbvQv9v!v uuuuuuuquYuAu)uutttttt{tgtSt?t+ttssss rrrrrrxr`rHr0rrqqqqqqpq\pppppup]pJp2ppoooooooooZoEo0oonnnnnnnnlnTnleta leta  leta  leta   Greuters  Ereuters   ]reuters   reuters   jreuters reuters Treuters reuters  reuters ~reuters kreuters  |afp afp  afp~ Odpa}  reuters|  ?reuters{  reutersz  reutersy knessetx  knessetw  knessetv knessetu knessett  knessets   knessetr  reutersq  )afpp  .o afp:n   Q Safp, irtiAccording to the Irish times, PM Borne supported Macron 2017 and belongs to the Territoires de progrès, a left party that supports the presidency of Macron. m  )afpl  . k Evj reutersi  nreutersh   (reutersg afp:f   Q Safp, irtiAccording to the Irish times, PM Borne supported Macron 2017 and belongs to the Territoires de progrès, a left party that supports the presidency of Macron. e  reutersd  reutersc mti-ecob  afpa afp` Yafp_ afp^  afp] sta\  sta[  staZ reutersUY  TreutersFI refused to participate in a confidence vote on 20 July 2022.UX  reutersLN refused to participate in a confidence vote on 20 July 2022.W  reutersV ~reutersU kreutersT S  reutersR  reutersThe Freedom and Solidarity party (SaS) withdrew from cabinet on 13 September 2022 after conflicts with finance minister Matovic.Q  ?reutersP  reutersO `reutersN  reutersM reutersL  qbns!K + qbnsCenter Party (EK) was dismissed from cabinet on 3 June 2022 because they decided "to block government reform of primary education" (Reuters). J reutersI  reutersH ~reutersG  ~reutersF }reutersE }reutersD  }.reutersC |9btaB |btaA | bta@  | bta?  {'reuters>  zreuters=  yap<  xpreuters;  vreuters: vreuters9 v>reuters8 ureuters7  uhreuters6  treuters5 sreuters4  sreuters3 rknesset2 r knesset1  r knesset0 r knesset/ rknesset. rknesset- r knesset, qreuters+ qreuters* qreuters) qreuters(  q=reuters' preuters& pYreuters% preuters$  preuters# oEkyodo"  okyodo! nEkyodo   nkyodo ~ bberg-19 } cberg-19 |berg-19 {\ bberg-19 z\berg-19 y\ cberg-19& /xmknessetsee minister list& /wmknessetsee minister list vmknesset um knesset tmknesset sm knesset  rmknesset qlEkyodo  plkyodo okap nk ap  mkap  lj%reuters  kjqreuters   jjreuters  ii >   hiqgu gh S fh eh dh cg:euobs bgeuobs ageuobs `gbeuobs _geuobs ^geuobs~  ]gVeuobs}  \fnreuters| [{ejpr{% Zeemw, reutersz YeUemwy % Xeemw, reutersgx / Ud VreutersUSR "withdrew its ministers in a row over a regional development fund" (reuters).w Tdreutersv  Sdreutersu Rireuterst Q_reuterss  Pcafpr Obq NbX p Mao Lan KaExnam  Jaxnal I`eltak H`eltaj G`eltai  F`eltah  E_reutersg D_Xreutersf C^we B^d  A^reutersc <kberg-19b 5\'a 4[Vreuters` 3[reuters_  2[reuters^  1Zap] 0Y reuters\ /Yreuters[ .Y ?reutersZ  -YreutersY ,XstaX w +X3staKarl Erjavec was re-elected as DeSUS's leader on 5 December 2020 and did not want that his party stays in government.W *X staV  )XreutersU (knessetT  'WreutersS &VVreutersR %VreutersQ  $VreutersP #UVreutersO "UreutersN  !UreutersM   TpreutersL  SreutersK% Qdpa, reutersJ QlocalI  QlocalH PreutersG PreutersF  Preuters;E  e C Italy Alive (IV) led by former PM Renzi split from the Democratic Party (PD) on 17 September 2019. The party continues to support the cabinet while including two ministers.D ObnsC ObnsB O afpA  Oafp@ N afp?  Nafp> Mafp= Mafp<  M jafp;   Mafp:  Cbbcm9  Lreuters8  Lreuters7 L#reuters6 Lreuters5  Kdpa4  Jap3 Ireuters2  Ireuters1  Hreuters0 GIvalt/ G valt. G&valt- G^valt,  Gvalt+  Freuters* E ,reuters) E .reuters( E reuters'  Ereuters& D% $ knesset!# # nknessetIsrael is Our Home (Yisrael Beiteinu) split from parliamentary group with The Consolidation (Likud) and formed an own group on 9 July 2014."  @reuters! C~reuters  Ckreuters C Bafp Bafp B jafp  Bafp  Areuters  ?reuters  >]reuters  =/reuters <Ivalt < valt <&valtY  <^valtCentre Party (KESK) asked PM Rinne to step down over a national strike.  <valt ;=bbcm ;bbcm  ;qbbcm% :dpa, reuters  :localv )? :_local, reutersProgress Party (FrP) withdrew on 20 January 2020 over a suspected Islamic State returnee.   :local   98reuters  8 Xbbcm 8 bbcm 8 bbcm 8 bbcm  8bbcm 7 reuters 7reuters  7reuters 6reuters  6reuters 5afp~ 5afp} 5 jafp|  5afp{ 46reutersz 4reutersy  4reutersx 3reutersw  3reutersv 2Vreutersu 2reuterst  2reuterss 1reutersr 1reutersq  1reutersp 0 vs14o 0 vs14n 0 vs14m  0vs14l 0 vs14k / vs14j / vs14i / vs14h / vs14g  /vs14f / vs14e . vs14d . vs14c . vs14b . vs14a . vs14` . vs14_  .vs14^ - vs14] - vs14\ - vs14[ - vs14Z - vs14Y  -vs14X  )bvs14W * vs14V  * vs14U ) vs14T ) vs14S  ,bvs14R , vs14Q + vs14P  +bvs14O ( vs14N ( vs14M (vs14L ( vs14K  (.vs14J ' vs14I ' vs14H ' vs14G  'vs14F & vs14E & vs14D & vs14C  &vs14 6 ~~~m~E~}}}W}6||||w|A|{zzz|zJzyyyyfy$xxxxtxMwwww vvv*uuuuIttttt>>f> ==c=3<<HNDHrvatska Narodna StrankaCroatian Independent DemocratsQB)EOy> KNSKoalicija Narodnog SporazumaCoalition of People’s Agreementcomposed of: HSLS Hrvatska Socijalno-Liberalna Stranka (Croatian Social-Liberal Party) HKDS Hrvatska Krscanska Demokratska Stranka (Croatian Christian Democratic Party) SDSH Socijaldemokratska Stranka Hrvatske (Social-Democratic Party of Croatia)QP(UG >HSLSHrvatska Socijalno-Liberalna StrankaCroatian Social-Liberal PartyQ ' + =MLeft Bloccomposed of: SKH-SDP Savez Komunista Hrvatske – Stranka Demokratskih PromjenaLeague of Communists of Croatia- Party of Democratic ChangeQR&QQ =GSPDSocijademokratska Partija HrvatskaSocial Democratic Party of CroatiaQX%YS =FSSOHSavez Socijalisticke Omladine HrvatskeUnion of Socialist Youth of CroatiaQ/$KA[=ESSHSocijalisticka Stranka HrvatskeSocialist Party of Croatiaand joint candidates with: Savez Socijalisticke Omladine Hrvatske (Union of Socialist Youth of Croatia)Q #  =DSKH-SDPSavez Komunista Hrvatske – Stranka Demokratskih PromjenaLeague of Communists of Croatia -- Party of Democratic ChangeQ:";7 ?; 6?NHINova Hrvatska InicijativaNew Croatian InitiativeOoim 6>PDP RSPartija Demokratskog Progresa Republike SrpskeDemocratic Progress Party of the Republic SerbiaO} 6=KzCD BiHKoalicija za Cjelovitu I Demokratsku Bosne i HercegovineCoalition for a United and Democratic Bosnia and HerzegovinaOrko 5SDP BiHSocijal-Demokratska Partija Bosne i HercegovineSocial Democratic Party of Bosnia and HerzegovinaO\[Y 5wSPRSSocijalisticka Partija Republike SrpskeSocialist Party of the Republic SerbiaO=9? 5vSRSSavez Reformskih SnagaAlliance of Reform ForcesO$ ## 5uSK BiH- SDPSavez Komunista Bosne i Hercegovine- Stranka Demokraskih PromjenaLeague of Communists of Bosnia and Herzegovina- Party of Democratic ChangesO* E 45PWNParty of Women ‘Nadzeja’Nv{m 3vBSDGBelaruskaja Sacyjal-Deakratycnaja Partija ‘Gramada’Belarusian Social-Democratic Party ‘Gramada’N]~eQ 2^ADPBAb`jadnanaja Demakratycnaja Partija BelarusiUnited Democratic Party of BelarusN?}9C 2JPNZPartija Narodnaj ZgodyParty of People’s ConsentNF|CG 1BPRBelaruski Patryatychny RukhPatriotic Movement of BelarusNB{Q/ 1BKhPBelaruskaya Krest`yanskaya PartyiaPeasant’s PartyN6zA) 1APBAgrarnaja Partija BelarusiAgrarian PartyNNyQI 1KPBKommunisticeskaja Partija BelarusiParty of Communists of BelarusNIxQ? 0VHPVätändas Hämrä'yliyi PartiyasiCitizens Solidarity PartyMQw?_ /AMIPAzerbaycan Milli IstiqlalNational Independence Party of AzerbaijanMQv]A .vAMDPAzerbaycan Müstequil Democrat PartiyasiDemocratic Party of OwnersMFu;O .lAXCAzerbaycan Xalq CebhesiPopular Front Party of AzerbaijanMFtIA -AKPAzerbaycan Kommunist PartiyasiAzerbaijan Communist PartyM;s?5 -YAPYeni Azerbaycan PartiyasiNew Azerbaijan PartyM2r/5 ,hAMAzgain MiagnutsumNational Unity PartyLTq!,gMMiasnutiunUnitycomposed of: HZhK People's Party and HHK Republican PartyLp9+),fIMIravunk ev MiabanutiunRight and Unitycomposed of: National Unity, Constitutional Law, Artsakj Haiastan, and GardmakL)o 9 ,eShamiramWomen’s OrganizationLEnG? +AGzMAzgayin Gzoghovrdakan MiutyenNational Democratic UnionL0m9' +HAHanrabedutyun AllianceBloc RepublicLLlSC +BHHKHayastani Hanrepetakan KusakstutyunRepublican Party of ArmeniaLKkEO *AIMAzgayin Inknoroshum MiavorumNational Self-Determination UnionL$j- *AAdartyunJustice AllianceL'i'' *OROrinats ErkirCounry of LawLDhS3 *"MACMiavorvac Ashkhatanquin CusaqcutsunUnited Labour PartyLOgMO *!HHDHai Heghapokhakan DashnaktsutyunArmenian Revolutionary FederationLIfOA )HKKHayastani Komunistakan KusakstyunCommunist Party of ArmeniaL\eWY (OMONIABashkimia Demokratik i Minoritet GrekDemocratic Union of the Greek MinorityK?d;? ("PASHPartia Agrare ShqiptareAgrarian Party of AlbaniaKGcK? 'PRSHPartia Republikana ShqipërisëAlbanian Republican PartyK:b7; 'PBKPartia Balli KombetarParty of National FrontKLaQC 'hPDSHPartia Demokratike ë ShqipërisëDemocratic Party of AlbaniaKB`G; 'gPLLPartia Lëvizja e LegalitetitLegality Movement PartyKA_E; 'fPUKPartia e Unitetit KombëtareParty of National UnityK\^--k'ePPPartia PopullorePeople’s Partyformerly: APLP Albanian People’s League PartyK]]aU &PADSPartia Aliancë Demokratica e ShqipërisëDemocratic Alliance Party of AlbaniaKY\]Q &8PSDSPartia Socialdemokratike ë ShqipërisëSocial Democratic Party of AlbaniaKG[M= %PPSHPartia ë Punës ë ShqipërisëAlbanian Party of LabourK(Z+% #FPFalizet PartisiVirtue PartyJ'Y'' #RPRefah PartisiWelfare PartyJ;X7= #MSPMilli Selamet PartisiNational Salvation PartyJ>WC7 #MHPMilliyetçi Hareket PartisiNational Action PartyJGVGE #MDPMilliyetçi Demokrasi PartisiNationalist Democratic PartyJ>U?; #DTPDemokrat Türkiye PartisiDemocratic Turkey PartyJ5T9/ #BBPBüyük Birlik PartisiGrand Unity PartyJ'S)% #MPMillet PartisiNation PartyJ.R/+ #DYPDogru Yol PartisiTrue Path PartyJ/Q-- #ANAPAnavatan PartisiMotherland PartyJ(P)' #~APAdalet PartisiJustice PartyJ+O)- #}DPDemokrat PartiDemocratic PartyJ7N57 "TDSPDemokratik Sol PartiDemocratic Left PartyJJMEM "SSHPSosyal Demokrat Halçi PartiSocial Democratic Populist PartyJ(L') "RHPHalkçi PartiPopulist PartyJ@K;C "QCHPCumhuriyet Halk PartisiRepublican People’s PartyJ)J I Hareshima HaAravit HameuchedetH*I -+ Yisrael BeiteinuIsrael Our HomeHH ) National UnionHLG QK Shlomzion-Tenua Lehagshama ZionistRealization of Zionism MovementHF  LikudH>E?7 GAHALGahal-Gush-Hemt LiberalimFreedom-Liberal BlockHD ' HemtFreedom PartyHC  MoledetHomelandH!B MoledetMoledetHomelandHhAUs TsometHaTenua LeHithadashot Zionit VeviltiCrossroads-non-aligned movement for Zionist renewalH4@+5 TehiyaTenuat HatehiyaRenaissance MovementH'? 1! Reshima MamlachtitState ListH'> /# Hamerkaz HahofshiFree CentreH]= -5iWYahadut Ha TorahUnited Torah JudaismMerger between Agudat Israel and Degel haTorahH<  VMorashaHeritageH>;;= USHASShomrei Torah SephardimSephardi Torah GuardiansHE:;K TTAM'Tenua le'Masoret IsraelMovement for Israel's TraditionH`9 Qs SAgudat Israel/Poalei Agudat IsraelAssociation of Israel/Association of Israel WorkersH=85= RMAFDALMiflaga Datit leumitNational religious PartyH37 19 Yisrael Ba’aliyaIsrael for ImmigrationH.6 9' Haderech Ha’shlishitThe Third WayH5  OmetzCourageH)4 '/ Zionim KlalimGeneral Zionists'H3 % Centre PartyH2  YachadTogetherH1  ShinuiChangeHK0II DASHHatnuah Hademokratit Le-shinuiDemocratic Movement for ChangeH+/ 3' Miflaga HaliberalitLiberal PartyHS. K_ H'Miflaga H'Liberalit H'AtzmautProgressive and Independent Liberal PartyHa- % Israel EchadOne Israel- Electoral alignment between Israel Labour and two small listsH;, G%MERETZMerger between RATZ and MAPAMMerger between RATZ (Hatauah Lezhiot Ha’ezrach (Citizens Rights Movement) and MAPAM (Mifleget Ha’Poalim Hameuchad (United Workers Party)HF+ CM Achdut Ha'avoda Poalei ZionUnity of Labour/Workers for ZionHP*EU MAPAIMifleget Poalei Eretz IsraelWorkers' Party of the Land of IsraelHC)Q3 ILPMifleget Ha’avodah Ha’IsraelitIsrael Labour PartyH9(95 RAFIReshimat Poalei IsraelIsrael Workers' ListH' AMTMa'arachAlignmentHH&333xAEOPAm Echad One PeopleAm Echad One Peoplenot in CMP codebookHC%I7 wMAPAMMifleget Ha'poalim HameuchedetUnited Workers' PartyHA$?? vRATZHatnuah Lezhiot Ha'ezrachCitizens' Rights MovementH^#Y[ !HADASHHazit Democratit le Shalom ve-ShivayonDemocratic Front for Peace and EqualityH>"C3  RAKARReshima Kommunistit HadashaNew Communist PartyHU!QQ SHELLIShalom le'Israel-Shivion le'IsraelPeace in Israel-Equality in IsraelHI OA PLPHareshima Ha'mitkademet le-ShalomProgressive List for PeaceH  MOKEDFocusHDE? MAHIMiflaga Kommunistit IsrealitCommunist Party of IsraelH*'+ JNPNihon Shin-toJapan New PartyG NPSakigakeNew PartyG,9 NCPHoshu-toNew Conservative PartyG!' LPJiyo-toLiberal PartyG-? DPJMinshuDemocratic Party of JapanG'1 NFPSinshinNew Frontier PartyG+!3 JRPShinsei-toJapan Renewal PartyG,)- NLCShin Jiyu ClubNew Liberal ClubG4)= LDPJiyu-Minshu-toLiberal Democratic PartyG,9 jCGPKomei-toClean Government PartyG3E SDFShaminrenSocial Democratic FederationG8-A DSPMinshu-Shakai-toDemocratic Socialist PartyG2+7 JSPNihon Shakai-toJapan Socialist PartyG2+7 4JCPNihon Kyosan-toJapan Communist PartyGG II Social Credit/Democratic PartySocial Credit/Democratic Party@=;; mNZFPNew Zealand First PartyNew Zealand First Party@) )) lNPNational PartyNational Party@W  YY Jim Anderton’s Progressive CoalitionJim Anderton’s Progressive Coalition@%  '' United FutureUnited Future@   ACTACT@   AAllianceAlliance@%%% @LPLabour PartyLabour Party@9 ;; nGreen Party of AotearoaGreen Party of Aotearoa@''' BCPCountry PartyCountry Party?BAA LPALiberal Party of AustraliaLiberal Party of Australia?<;; bDLPDemocratic Labour PartyDemocratic Labour Party?555 YADAustralian DemocratsAustralian Democrats?:99 XALPAustralian Labor PartyAustralian Labor Party?+'' SocredSocial CreditSocial Credit>--- BQBloc QuébécoisBloc Québécois>sss CACanadian Reform Conservative Alliance including RPCCanadian Reform Conservative Alliance including RPC>:~99 RPCReform Party of CanadaReform Party of Canada>J}II PCPProgressive Conservative PartyProgressive Conservative Party>;|;; LPLiberal Party of CanadaLiberal Party of Canada>T{SS pCCFCooperative Commonwealth FederationCooperative Commonwealth Federation>+z -- Republican PartyRepublican Party=+y -- Democratic PartyDemocratic Party=:x;5 ٟDISYDimokratikos SinagermosDemocratic Coalition7JwQA KEDKinima ton Eleftheron DimokratikonMovement of Free Democrats71v1- ~DIKODimokratikon Kommademocratic Party7-u3' }KFKomma FileleftheronLiberal Party7Ut??3KISOSSocial Democrats MovementSocial Democrats Movementnot in CMP codebook7LsKI EDEKSocialtistiki Komma Kyprou EDEKSocialist Party of Cyprus EDEK7YrS[ AKELAnorthotikon Komma Ergazemenou LaouProgressive Party of the Working people7Bq//3\PNNationalist PartyNationalist Partynot in CMP codebook62p5/ 2PNPartit NazzjonalistaNationalist Party6)o-% 0PLPartit LaburistaLabour Party6.n'' ҿSinn FeinOurselves IIIOurselves III5/m-/ 2CnTClann na TalmhanParty of the Land50l1- CnPClaim na PoblachtaRepublican Party5,k%3 tFFFianna FáilSoldiers of Destiny5*j5 FGFine GaelFamiliy of the Irish57i77 ЬPDProgressive DemocratsProgressive Democrats5,h3% HLPPáirti Lucht OibreLabour Party58g77 DLPDemocratic Left PartyDemocratic Left Party5*f+) WPPairti na nOiriWorkers' Party5ce__ vGreensEcology Party/Green Party/Comhaontas GlasEcology Party/Green Party/Comhaontas Glas5QdOO UKIPUnited Kingdom Independence PartyUnited Kingdom Independence Party3@c?? ʿDUPDemocratic Unionist PartyDemocratic Unionist Party3_== LDPLiberal Democratic PartyLiberal Democratic Party3%^ '' Liberal PartyLiberal Party3<];; ȂSDPSocial Democratic PartySocial Democratic Party3#\ %% xLabour PartyLabour Party3[   Sinn FeinSinn Fein3SZ m= Schweizer Auto Partei/Parti Automobiliste SuisseSwiss Motorists’ Party+YQe "BGBSchweizerische Bauern-, Gewerbe- und Bürgerpartei/Parti Suisse des Paysans, Artisans et BourgeoisFarmers’, Traders’ and Citizens’ Party+HXQ= EDUEidgenössisch-Demokratische UnionFederal Democratic Union+5W a Nationale Aktion gegen die Überfremdung von Volk und Heimat/Action Nationale contre l’Emprise et la Surpopulation EtrangèreNational Action against Foreign Domination+_VoE  LPS/PLSLiberale Partei der Schweiz/Parti libéral suisseLiberal Party of Switzerland+wUC  EVP/ PEPEvangelische Volkspartei der Schweiz/ Parti Populaire Evangelique SuisseProtentant People’s Party+uT %G Schweizerische Konservative Volkspartei/ Parti Populaire Conservateur SuisseConservative People’s Party+zS)= FDP/ PRDFreisinnig-Demokratische Partei der Schweiz/Parti Radical-Démocratique SuisseRadical Democratic Party+bR{= 9LdU/ ADILandesring der Unabhängigen/Alliance des IndépendantsIndependents’ Alliance+iQ ; 8SPS/PSSSozialdemokratische Partei der Schweiz/ Parti Socialiste SuisseSocial Democratic Party+VPy1 PdAPartei der Arbeit der Schweiz/ Parti suisse du travailSwiss Labour Party+O  fGrüneGreens+DNE? ÖVPÖsterreichische VolksparteiAustrian People’s Party*)M+' LFLiberales ForumLiberal Forum*=L?9 VdUVerband der UnabhängigenLeague of Independents*VK[M PSPÖSozialdemokratische Partei ÖsterreichsAustrian Social Democratic Party*@JQ+ KPÖKommunistische Partei ÖsterreichsCommunist Party*4I9/ ~GADie Grüne AlternativeGreen Alternative*aH' GB/BHEGesamtdeutscher Block/Bund der Heimatvertriebenen und EntrechtetenRefugee Party)nGG SSWSüdschleswigscher Wählerverband – Sydslesvigsk VaelgerforeningSouth Schleswig Voters' Union)'F%) BPBayernparteiBavarian Party)5E71 DRPDeutsche ReichsparteiGerman Reich Party)MDOI WAVWirtschaftliche AufbauvereinigungEconomic Reconstruction League)(C+% DPDeutsche ParteiGerman Party)0B;% 2DZDeutsche ZentrumsparteiCentre Party)|A}o 1CDU/ CSUChristlich-Demokratische Union/Christlich- Soziale UnionChristian Democratic Union/Christian Social Union)=@A7 FDPFreie Demokratische ParteiFree Democratic Party)W?[Q hSPDSozialdemokratische Partei DeutschlandsSocial Democratic Party of Germany)P>WG PDSPartei des Demokratischen SozialismusParty of Democratic Socialism)J=QA KPDKommunistische Partei DeutschlandsCommunist Party of Germany)B<?7 90/GreensBündnis‘90/Die GrünenAlliance ‘90/Greens)<;55 Greens/90Grüne/Bündnis‘90Greens/Alliance‘90) : #! Die GrünenThe Greens)H9O? oPSNPartido de Solidariedade NacionalNational Solidarity Party#A8C= ~PPMPartido Popular MonárquicoPopular Monarchist Party#\7Sa UEDSUniao de Esquerda para a DemocraciaUnion of the Socialist and Democratic Left#S6]E ASDIAssociacao Social Democrata IndependenteIndependent Social Democrats#=5?; IDIntervençao DemocráticaDemocratic Intervention#J4W; CDSPartido do Centro Democrático SocialCentre Social Democrats#B3E= PPDPartido Popular DemocráticoPopular Democratic Party#D2I= PRDPartido Renovador DemocráticoDemocratic Renewal Party#F1IA PSPPartido Socialista PortuguêsaPortuguese Socialist Party#\0W39MDPMovimento Democrático PortuguêsDemocratic MovementMovimento Democrático#L/QE CDUColigação Democrática UnitáriaUnified Democratic Coalition#D.EA PCPPartido Comunista PortuguêsPortuguese Communist Party#'-/ BEBloco De EsquerdaLeft Bloc#A,C= UDPUnião Democrática PopularPopular Democratic Union#6+Q &PEVPartido Ecologista ‘Os Verdes’Greens#0*/1 2EPEthniki ParataxisNational Alignment"-))- PolaPolitiki AnixiPolitical Spring"(()' NDNea DimokratiaNew Democracy")')% EDIKEnosis KentrouCentre Union"E&CA  DIKKIDimokratiki Kinoniki KinemaDemocratic Social Movement"M%KI  PASOKPanhellinio Socialistiko KinemaPanhellenic Socialist Movement"Q$_A SAPSynaspismos tis Aristeras kai tis ProodouProgressive Left Coalition"B#C? KKEKommounistiko Komma ElladasCommunist Party of Greece"A"A? tBNGBloque Nacionalista GalegoGalician Nationalist Bloc!0!/1 sCCCoalicion CanariaCanarian Coalition!0 3- rPAPartidu AndalucistaAndalusian Party!FO; qERCEsquerra Republicana de CatalunyaCatalan Republican Left!FGC pPARPartido Argonés RegionalistaAragonese Regionalist Party!/// oEAEusko AlkartasunaBasque Solidarity!]q= nPNV/ EAJPartido Nacionalista Vasco/Euskadi Alberti JetzaleBasque Nationalist Party!)/# mEEEuzkadiko EzkerraBasque Left!877 KCiUConvergència i UnióConvergence and Union!,+- JAPAlianza PopularPopular Alliance!;G- CDSCentró Democrático y SocialCentre Democrats!)+' PLPartido LiberalLiberal Party!@A= PDPPartido Demócrata PopularPopular Democratic Party!WGe UCDUnión de Centro DemocráticoUnion of the Democratic Centre/Centrist Bloc!SQQ (PSOEPartido Socialista Obrero EspañolSpanish Socialist Workers’ Party!@G+ PCE/ PSUCPartido Communista de EspañaCommunist Party!RSQ LRLa Rete/Movimento per la DemocraziaThe Network/Movement for Democracy J OI Lista di Pietro Italia del ValoriList Di Pietro Italy of Values 111 DEDemocrazia EuropeaEuropean Democracy '%+ LNLa Lega NordNorthern League >A; MSIMovimento Sociale ItalianoItalian Social Movement W  3-auCasa della LibertáHouse of Freedomcomposed of: Biancofiore, FI, NDSI, AN, LN B O3 cNPSINuovo Partito Socialista ItalianoNew Socialist Party % bFIForza ItaliaGo Italy 3 53 ADAlleanza DemocraticaDemocratic Alliance . 5) PIPatto per l’ItaliaPact for Italy ! #%  BiancofioreWhite Flower DEC  CCDCentro Cristiano DemocraticoChristian Democratic Centre 353 DCDemocrazia CristianaChristian Democrats  ' ~La MargheritaDaisy 3?' ~PLIPartito Liberale ItalianoLiberal Party :G- ~PRIPartito Repubblicano ItalianoRepublican Party ZaQ ~JPSLIPartito Socialista dei Lavoratori ItalianiSocialist Party of Italian Workers O !y~IUlivoOlive Treecomposed of: Il Girasole, PDCI, PDS, and La Margherita 999 ~BPSUUnited Socialist PartyUnited Socialist Party 07+ ~ARIRinnovamento ItalianoItalian Renewal 7~C+ ~@PSIPartito Socialista ItalianoSocialist Party )}-' ~6PRPartito RadicaleRadical Party 6|A+ }PCIPartito Comunista ItalianoCommunist Party >{I1 }PDCIPartito dei Comunisti ItalianoItalian Communists :z9= }RCRifondazione ComunistaNewly Founded Communists 6y77 }DPDemocrazia ProletariaProletarian Democracy wx{q }PdUPManifesto/Partito di Unità Proletaria per il ComunismoManifesto/Party of Proletarian Unity for Communism Pw #CM}oIl GirasoleGreens and Social Democratswrong ID in CMP appendix (31111) 8vC- }nFdVFederazione dei Liste VerdiGreen Federation (u)) {FNFront NationalNational FronttYSg{UMPUnion pour la majorité presidentielleUnion for the Presidential Majoritycomposed of: RPR Rassemblement pour la République (Rally for the Republic) and DL Démocratie Libérale (Liberal Democracy); after the election part of UDF joined the UnionDsO9 {RPRRassemblement pour la RépubliqueRally for the RepublicKrUA {UDFUnion pour la Démocratie FrançaiseUnion for French Democracyq ! {Poujadistsp ''O{ConservativesConservativesincludes: Parti Républicain de la Liberté; Independants Républicains; Parti Paysan; CNIP Centre National des Indépendants et Paysans; Action Répubilcaine et Sociale; Centre Républicain; Centre National des Indépendantso {GaullistsGaullistsincludes: UNR Union Pour la Nouvelle République; UDT Union Démocratique du Travail; RPR Rassemblement pour la République5n93 {)MRMouvement RéformateurReformers' MovementHmIG {#CDPCentre Démocratie et ProgrésCentre Democracy and Progress-l-/ {"CDCentre DémocratDemocratic CentreHkMC {!MRPMouvement Républicain PopulairePopular Republican MovementTjk; zRRRSParti Répulicain Radical et Radical SocialisteRadical Socialist PartyOiq+ zXSFIOSection Française de l’Internationale OuvriéreSocialist Party=hA9 yPCFParti Communiste FrançaisFrench Communist Party2g51 yGEGeneration ÉcologieEcology Generation.f %1yÉcologistesGreensin 1997: Les Vertsresq ]ADRAktiounskomitee fir Demokratie a RentegerechtegkeetAction Committee for Democracy and Pension JusticekdO [PCS/CSVParti Chrétien Social/Chrëschtlech Sozial VolleksparteiChristian Social People’s PartyOc [I [|Groupement Patriotique et DémocratiquePatriotic and Democratic Groupb/A [POSL/LSAPParti Ouvrier Socialiste Luxembourgeois/ Letzeburger Sozialistesch ArbeiterparteiSocialist Workers’ Partyda+ ZPCL/KPLParti Communiste Luxembourgeois/ Kommunistesch Partei vu LëtzeburgCommunist Party`w ZIGLEI-GAPGreng Lëscht Ekologesch Initiativ – Di Grëng AlternativGreen Left Ecological Initiative -- Green Alternative2_5/ ZHGAPDi Grëng AlternativGreen AlternativeP^QM ZGGLEIGreng Lëscht Ekologesch InitiativGreen Left Ecological Initiative.]/- XLPFLijst Pim FortuynList Pim Fortuyn(\'+ WCUChristen UnieChristian UnionC[EA WCHUChristelijk-Historische UnieChristian Historical UnionCZE= WDS'70Democratische Socialisten'70Democratic Socialists'70?YA= WARPAnti-Revolutionaire PartijAnti-Revolutionary Party:X9; WKVPKatholieke VolkspartijCatholic People's PartyCWCC WCDAChristen-Democratisch AppelChristian Democratic Appeal1V13 WLNLeefbaar NederlandLivable Netherlands^U[a WVVDVolkspartij voor Vrijheid en DemocratiePeople’s Party for Freedom and Democracy-T+) W:D’66Democraten’66Democrats‘66.S5% W0PvdAPartij van de ArbeidLabour Party>RA; W&PPRPolitieke Partij RadicalenRadical Political Party0Q7+ VSPSocialistische PartijSocialist Party!P#! V^GLGroen LinksGreen LeftgO]i UVU-ID21De Volksunie –Ideen voor de 21ste eeuwPeople’s Union -- Ideas for the 21st century#N#% UVBVlaams BlokFlemish Bloc M ## UFrontpartijFront PartyXLkE UFDFFront Démocratique des Bruxellois FrancophonesFrancophone Democratic Front-K5' URWRassemblement WallonWalloon Rally9J99 TPSCParti Social ChrétienChristian Social Party?I=A TCVPChristelijke VolkspartijChristian People’s PartyHk TPSC/CVPParti Social Chrétien/Christelijke VolkspartijFrancophone Christian Social Party and Flemish Christian People's Party`G #gE SPRL-FDF-MCCParti réformateur libéral – Front démocratique francophone – Mouvement des Citoyens pour la ChangementLiberal Reformation Party -- Francophone Democratic Front -- Citizens’ Movement for Change0F)9 SPLParti LibéralBrussels Liberal PartyE SPRL-FDFParti Réformateur Libéral – Front Démocratique des FrancophonesLiberal Reformation Party -- Francophone Democratic FrontMDSG SPLPParti de la Liberté et du ProgrèsParty of Liberty and ProgressMCSG SPVVPartij voor Vrijheid en VooruitgangParty of Liberty and Progress:BI' SLP/PLLiberale Partij/Parti libéralLiberal Party7A-C SJPSParti SocialisteFrancophone Socialist PartyC@K; SIBSPBelgische Socialistische PartijFlemish Socialist Party^?y; SHBSP/PSBBelgische Socialistische Partij/Parti Socialiste BelgeBelgian Socialist Partyf>/ RxAGA LEVAnders Gaan LevenLive Differently -- Flemish-speaking Ecologists, also called Groen!k=9 RwECOLOÉcologistes Confédérés pour l’Organisation de Luttes OriginalesFrancophone Ecologists4<91 >OKvSamtök um KvennalistaWomen’s Alliance1;7/ =FFramsóknarflokkurinnProgressive Party<:7C =^TfþjodvarnarflokkurinnNational Preservation Party,9/+ =BfBorgaraflokkurinnCitizens' Party58;1 =SjSjálfstaedisflokkurinnIndependence Party07;' <+A; 8SKLSuomen Kristillinen LiittoFinnish Christian UnionW*9u 8^NSPNuorsuomalainen PuolueProgressive Finnish Party, also known as Young Finns=) ?A 8TKansallinen EdistyspuolueNational Progressive PartyI(S= 7SSDPSuomen Sosialidemokraattinen PuolueFinnish Social Democrats{'u 7TPSLTyäväen ja Pienviljelijäin Sosialdemokraattinen LiittoSocial Democratic League of Workers and Smallholders.&-1 7VLVasemmistoliittoLeft Wing Alliance=%?9 7DEVADemokraattinen VaihtoehtoDemocratic AlternativeR$SO 7SKDLSuomen Kansan Demokraattinen LiittoFinnish People's Democratic Union%#)# 7VLVihreä LiittoGreen Union%"'% 6DSDansk SamlingDanish Union $!#' 6RFRetsforbundJustice Party + /) 6FPFremkridtspartietProgress Party 4/; 5DFDanske FolkepartiDanish People’s Party @;G 54KFKonservative FolkepartiConservative People’s Party <7A 4KrFKristeligt FolkepartiChristian People’s Party *-) 4nLCLiberalt CentrumLiberal Centre -)3 4mDUDe UafhængigeIndependents' Party  4lVVenstreLiberals -5' 4bRVDet Radikale VenstreRadical Party 05- 4CDCentrum-DemokraterneCentre Democrats 4/; 4SDSocialdemokratietSocial Democratic Party =;A 3SFSocialistisk FolkepartiSocialist People’s Party eM5U3ELEnhedslisten – De Rød-GrønneRed-Green Unity Listcomposed of: Valforbund Enhedslisten: De Grønne, Solidarisk Alternativ, Invendrerlisten, Christianialisten, Arbeidsløshedsparteit, Kærlighedspartiet, Miljøparti %%' 3FKFælles KursCommon Course ?E9 3DKPDanmarks Kommunistiske PartiDanish Communist Party 455 3VSVenstresocialisterneLeft Socialist Party 3 39 2Anders Langes PartiAnders Lange’s Party & %- 2 BondepartietFarmers’ Party #1 1LHHøyreConservative Party ;5A 0KrFKristelig FolkepartiChristian People’s Party  ' 0VVenstreLiberal Party 0  51 0zDet Nye FolkepartietNew People's Party ; =9 0 DNADet Norske ArbeiderpartiNorwegian Labour Party ;  ;A /Sosialistisk FolkepartiSocialist People’s Party @ A? /NKPNorges Kommunistiske PartiNorwegian Communist Party &%' .NyDNy DemokratiNew Democracy & )) ."BondeforbundetAgrarian Party ! %# -dHogerpartietRight Party SQU -KdSKristdemokratiska SamhällspartietChristian Democratic Community Party '#- ,FPFolkpartietPeople’s Party QWI ,8SdaPSocialdemokratistiska ArbetarepartietSocial Democratic Labour Party ? E? +Sveriges Kommunistiska PartiCommunist Party of Sweden 4 ;3 +fMiljöpartiet de GrönaGreen Ecology Party .f~t~5}}}v}||}{{lyyoy,xwww7vv0tsrrqppoonn{mm6ll_jjSiihhh$ggg`fLeeeWeddcc{cHbbbdaaaS```p`__Q^^^]?\\\E\[[[)Z1YYYTXXX`XWWjV^VUTTT=RRRFRQQnQBPPPpPOOOO-NNsMMqM.LLKJJJBIHzHRH GFFzF EE5ED8CCCBBVBA@@@^@!?>>S> ==V=+<<;;::}:H99988777f77666^6444^4A333l2p2%111z18000p0#//..T.--Y-,,,++<**K)))w)!((w(8'&&Q&$ ##k#0""!!!' ;\u7x-&g c6v8T*a/F M w 6  B 6t+AZMf}\yy BSP-SPBlok Sotsiallistychna Partiyia I Selyans’ka PartiyiaSocialist Party of Ukraine -- Peasant Party of Ukrainebd[ca PSPUProhresyvna Sotsialstychna Partiyia UkrainyProgressive Socialist Party of the UkrainebKZKI SPUSocialistychna Partiyia UkrainySocialist Party of the UkrainebFYIA KPUKomunistychna Partiyia UkrainyCommunist Party of Ukraineb2X?# ?PZUPartiyia Zelenykh UkrainyGreen Partyb>W== ~SMSStranka Mladih SlovenijeParty of Slovenian YouthadVaa ~DesusDemokraticna Stranka Upokojencev SlovenijeDemocratic Party of Pensioners of Sloveniaa:U99 ~SKZSlovenska Kmecka ZvezaSlovene Peasant Leaguea@TE9 }SNSSlovenska Nacionalna StrankaSlovene National PartyaES?A }TSLS-SKDSlovenska Ljudska StrankaSlovenian People’s Partya]R_Y |NsiNova Slovenija Krš anski Ljudska StrankaNew Slovene Christian People’s Partya?Q?= |SLSSlovenska Ljudska StrankaSlovenian People's PartyaFPGC |SKDSlovenska Krscanski DemokratiSlovene Christian DemocratsaFOEE |DSSDemokratska Stranka SlovenjeDemocratic Party of SloveniaavNI=q|LDSLiberalna Democraticna StrankaLiberal Democratic Party, formerly: ZSMS Liberalna Stranka (Liberal Party)aVMUS |)ZLSDZdruzena Lista Socialninh DemokratovAssociated List of Social DemocratsaVLUS |(SDSSSocialdemokraticna Stranka SlovenijeSocial-Democratic Party of SloveniaaK)9Y{ZLZdruzena ListaUnity, Associated Listalliance of centre-left groups headed by: Zveza Komunista Slovenije (League of Communists of Slovenia)aGJ?M {ZKSZveza Komunista SlovenijeLeague of Communists of Sloveniaa/I-1 {VZSZeleni SlovenijeGreens of Sloveniaa?HE7 zMOSMad’arská Obcianka StranaHungarian Civic Party`_G_[ zMKDHMadarské krestansko-demokratické hnutieHungarian Christian Democratic Movement`IF G?zESWS-MKDHKoalicia Mad´arské krestánsko- demokratické hnutie, Együttéles-Spoluzitie- CoexistensiaCoalition Political Movement Coexistence and the Hungarian Christian- Democratic Movementcomposed of Együttélés (Coexistence) Madarské krestansko-demokratické hnutie (Hungarian Christian Democratic Movement)`#E '# zEgyüttélésCoexistence`hDC?YyNDSNárodnodemokraticka stranaNational Democratic Partyparticipated in government 03.94-09.94`0CMQIyHZDSHnutie za demokraticke SlovenskoMovement for a Democratic Slovakiawith tiny coalition partner: RRS Peasants’ Party of Slovakia and including candidates of SGA`>BC7 ySNSSlovenská národná stranaSlovak National Party`cAkW y SDKUSlovenská demokratická a krest’anská úniaSlovak Democratic and Christian Union`m@OCSy SDKSlovenská demokratická koaliciaSlovak Democratic Coalitioncomposed of: KDH, DU, SDSS, and SZS`I?IG y KDHKrestanskodemokratické hnutieChristian Democratic Movement`)>]7ExADSRAliancia Demokratov Slovenskej RepublikyAlliance of Democratsin March 1993 8 deputies left HZDS to form ADSR; these participated in govenment 03.94-09.94`>=?; xVPNVerejnost prosti násiliuPublic Against Violence`><;? xANOAliancia nového obcanaAlliance of a New Citizen`;  xSmerDirection`I:KE xSOPStrana obéianskeho porozumeniaParty of Civic Understanding`091- xDUDemokratická UniaDemocratic Unionincluding candidates of: NDS Národnodemokraticka strana (National Democratic Party, NDP participated in government 03.94-09.94)`083- xDSDemoratická StranaDemocratic Party`H7KC wKSSKomunistická strana SlovenskáCommunist Party of Slovakia`6/'swSVSpolocna Vol’baCommon Choicecomposed of: SDA Strana demokratickej l´avice (Party of the Democratic Left) SDSS Socialno-demokratická strana Slovenska (Social Democratic Party) SZS Strana zelenýnch na Slovenska (Green Party) HP Hnutie polnohospodárov (Peasant Movement)`Q5QO wKSCKomunistická strana CeskoslovenkaCommunist Party of Czechoslovakia`O4KQ wZRSZdruzenie robotníkov SlovenskaWorkers’ Association of Slovakia`'3+# woSZStrana ZelenychGreen Party`2  vPDDPartija za Demokratsko Delovanje and DPA Demokratska Partija AlbanacaParty for Democratic Activity + Democratic Party of Albanians_Y1CG1vKAPKoalicija Albanskih PartijaCoalition of Albanian Partiescomposed of: Partija za Demokratsko Delovanje (Party for Democratic Activity) and DPA Demokratska Partija Albanaca (Democratic Party of Albanians)_M0AW vSDAStranka Demokratske AkcijeParty of Democratic Action of Muslims_f/ce vDZVMDemokratska Zajednica Vojvodjanskih MadjaraDemocratic Community of Magyars of Vojvodina_Z.Gc vBStSSljSStranka Saveza Seljaka SrbijeParty of the Alliance of Peasants of Serbia_X-Am uDPSDemokratska Partija SrbijeDemocratic Party of Serbia -- Vojislav Kostunica_;,=7 uSRSSrpska Radikalna StrankaSerbian Radical Party_>+5E uSPOSrpski Pokret ObnoveSerbian Movement for Renewel_0*3- tDSDemokratska StrankaDemocratic Party_I)EK tDOSDemokratska Opozicija SrbijeDemocratic Opposition of Serbia_*(-' tNDNova DemokratijaNew Democracy_=';= tGSSGradjanski Savez SrbijeCivic Alliance of Serbia_#& ]UtDEPOSDEPOS Coalition, formerly: USDO Udruzena Srpska Demokratska OpozicijaAssociated Serbian Democratic Oppositioncomposed of: ND Nova Demokratija (New Democracy) SPO Srpski Pokret Obnove (Serbian Movement for Renewel) DSS Demokratska Stranka Srbije (Democratic Party of Serbia)_@% /OsLCLeftist Coalitioncomposed of: SPS Socijalisticka Partija Srbije (Socialist Party of Serbia), JL Jugoslovenska Unianska Levika (Yugoslav Left), ND Nova Demokratija (New Democracy)_7$G' sJLJugoslovenska Unianska LevikaYugoslav Left_U#MY sSRSVSavez Reformskih Snaga VojvodineAlliance of Reform Forces of Vojvodina_D"G? sSPSSocijalisticka Partija SrbijeSocialist Party of Serbia_(!)' rEREdinaja RossjaUnited Russia^F ?K qKROKongres Russkikh ObshchinCongress of Russian Communities^HMA qDPRDemokraticheskaya Partiya RossiiDemocratic Party of Russia^^gQ qLDPRLiberal’no Demokraticheskaya Partiya RossiiLiberal Democratic Party of Russia^/1- qBZBloc ZhirinovskogoZhirinovsky Blok^:;7 qOVROtechestvo Vsya RossiyaFatherland All Russia^4/7 qSPSSoyuz Pravikh SilUnion of Right Forces^V qMED VEDMezhregional’noye Dvizhenie YedinstvoInter-Regional Movement Unity^qowpDVR-ODDemokraticheskii Vybor Rossii – Ob’edinenny DemokratyRussia’s Democratic Choice – United Democratscomposed of: DVR Demokraticheskiy Vibor Rossi (Russia’s Democratic Choice) RPSD Russian Party for Social-Democracy RPP Russia’s Peasant Party WS Woman for Solidarity SfD Soldiers for Democracy CNAR Congress of National Associations of Russia^za pPGLPamfilova – Gurov – V. Lysenko Respublikanskaja Partija RossiRepublican Party of the Russian Federation^0-3 pVRVpered, Rossiya!Russia, Go Forward!^0-1 pNDRNash Dom RossiyaOur Home is Russia^VYO pPRESPartiya Rossiskoyo Edinstva I SoglasiyParty of Russian Unity and Accord^;G% pYablokoYavlinsky-Boldryev-Lukin BlocYabloko-Bloc^GGE pDVRDemokraticheskii Vybor RossiiRussia’s Democratic Choice^617 pqIBIRBlok Ivana RybkinaIvana Rybkin’s Bloc^aeY ppRDDRRosiiskoe Dvizhenie Demokraticheskikh ReformRussian Movement for Democratic Reform^nik pfRodinaRodina – Narodno Patrioticheskij Souz RossiiMotherland -- Popular Patriotic Union of Russia^.'5 pVNViast narodu!Power to the People!^:?3 pDIMDostoinstvoi I MiloserdieDignity and Charity^G a+ pZhRPoliticheskoe Dvizhenie Zhenshchiny RossiiWomen of Russia^4 =) pAPRAgrarnaya Partiya RossiiAgrarian Party^h m_ p KPRFKommunisticheskaya Partiya Rossiiskoi FederatsiiCommunist Party of the Russian Federation^g ga nPCDMRPartidul Crestin Democrat Maghiar din RomaniaHungarian Democratic Federation of Romania]V SU nrPDARPartidul Democrat Agrar din RomaniaDemocratic Agrarian Party of Romania]LO;nAURAlainta pentru Unitatea RomanilorRomanian Unity Alliancecomposed of: PUNR Partidul UnitãÞii NaÞionale Române (Party of Romanian National Unity) PR Partidul Republican (Republican Party)]03- nPRPartidul RepublicanRepublican Party]@E9 nPSMPartidul Socialist al MunciiSocialist Labour Party]877 nPRMPartidul Romania MareGreater Romania Party]UYM nPUNRPartidul UnitãÞii NaÞionale RomâneParty of Romanian National Unity]E?I mYGDCGrupul Democrat de CentruDemocratic Group of the Centre]qU]7mTFDRTFrontul Democrat Roman din TimisoaraRomanian Democratic Front from Timisoaraplus 6 parties without seats in parliament: PDS Partidul Dreptatii Sociale din Romania (Social Justice Party of Romania) PNP Partidul National Progresist (National Progressist Party) PDC Partidul Democrat din Cluj (Democratic Party from Cluj) MDM Miscarea Democratia Moderna (Modern Democratic Movement) MDI Miscarea Democratia din Iasi (Modern Democracy from Iasi) PE Partidul Ecogolist (Ecologist Party)]N[? mSPNDcomposed of: Partidul National DemocratNational Democratic Party]mik mQPNTCDPartidul National Taranesc-Crestin si DemocratNational Christian Democratic Peasants’ Party]=?9 lPNLPartidul National LiberalNational Liberal Party]3~IMYlCDRConvenÞia Democratã RomânãDemocratic Convention of Romaniacomposed of: 17 parties PNT-cd, PER, PSDR, FER, PAC, AFDPdR, SU, AR21Dec89, MRV, UMRL, UU, UNS, PL1993, PUD, PUDC, SPFMTR, PNL-CD composed of: 13 parties PNT-cd, PNL, PNL-CD, PER, PAR, FER, AC, AFDPR, SU, AR21Dec89, MRV, UMRL, UNS]<};; lUSDUniunea Social DemocratSocial Democratic Union]L|KI lPSDRPartidul Social-Democrat RomânRomanian Social Democrat Party]X{YS l'FDSNFrontul Democrat al Salvarii nazionaleDemocratic National Salvation Front]SzUO l&PSRPartidul Socialist Democratic RomânRomanian Socialist Democrat Party]@yA= l%FSNFrontul Salvarii NationaleNational Salvation Front]@x?? kPERPartidul Ecologist RomânRomanian Ecological Party]KwKI kMERMiscarea Ecologista din RomaniaEcological Movement of Romania]#v5+qkMNMniejszosc NiemieckaGerman Minoritycomposed of: Opole ZSMNW Zwiazku Stowarzyszen Mniejszosci Niemieckiej Wojewodztwa (German Social-Cultural Society)\Gu7U kRASRuch Automomii SlaskaMovement for the Autonomy of Silasia\ltQ jBBWRBezpartyjny Blok Wspierania ReformNon-Party Bloc in Support of Reforms, Walesa Support Party\`sA5SjPSLPolskie Stronnictwo LudowePolish Peasant Partymerger between: PSLO Polski Stronnictwo Ludowe – Odrodzenie (Reborn Polish Peasant Party) PSLW Polski Stronnictwo Ludowe- Wilanowskie (Peasant Party – Wilanow)\.r3) jPLPorozumienie LudowePeasant Accord\;q5? j)LPRLiga Polskich RodzinLeague of Polish Families\p j(PXPartia XParty X\9o;5 j'PZZPolski Zwiazek ZachodniPolish Western Union\RnMU j&KPNKonfederacja Polski NiepodleglejConfederation for Independent Poland\UmUS iSRPSamoobrona Rzeczypospolitej PolskiejSelf defence of the Polish Republic\Kl5_ iROPRuch Odbudowy PolskiMovement for the Reconstruction of Poland\OkMO iAWSAkcja Wyborcza ‚Solidarnosc‘Electoral Action ‚Solidarity‘\j?; irWAKWyborcza Akcja KatolickiaCatholic Elector Actioncomposed of: ZChN Zjednoczenie Chrzescijansko- Narodowe (Christian National Union) KP Konwencja Polska (Polish Convention) SChL Stronnictwo Chrzecijansko-Ludowe (Christian Farmers’ Alliance)\&i = ikRDRMovement for Res Publica\NhSE ijPChDPartia Chrzescijanskich DemokratówParty of Christian Democrats\JgOC iiPOCPorozumienie Obywatelskie CentrumCentre Citizens’ Alliance\XfmA ihChDChrzescijansko-Demokratycznego Stronnictwo PracyChristian Democratic Party\1e5+ iPiSPrawo i Sprawieliwo Law and Justice\6d75 iPOPlatforma ObywatelskaCitizens’ Platform\?cW' iUWmerger of: KLD and PPPP Unia WolnosciFreedom Union\%b ; iPPGPolish Economic Program\9a79 iUPRUnia Polityki RealnejUnion of Real Politics\D`G= iPPPPPolska Partia Przyjaciol PiwaPolish Beer-Lovers Party\H_KC iKLDKongres Liberalno-DemokratycznyLiberal-Democratic Congress\x^1-hUDUnia DemokratycznaDemocratic Unionmerger between: UD Unia Demokratyczna (Democratic Union) ROAD Ruch Obywatelski - Akcja Demokratyczna (Democratic Action Civic Movement) FPD Forum Prawicy Demokratycznej (Forum of the Democratic Right)\&]!+ hUPUnia PracyUnion of Labour\2\/5 hSPSolidarnosc PracySolidarity of Labour\t[a hNSZZNiezalezny Samorzadny Zwiazek Zawodowych ‘Solidarnosc’Self-governed Trade Union ‘Solidarity’\Z  h4SLD-UPCoalition\6Y?- h3SDStronnictwo DemokratyczneDemocratic Party\BXE= h2SLDSojusz Lewicy DemokratycznejDemocratic Left Alliance\"W55eg7DKDemocratic CoalitionDemocratic Coalitioncomposed of: SNR Stranka Nacionalne Ravnopravnosti (Party of National Equality), DSCG Demokratski Savez U Crnoj Gori (Democratic League in Montenegro), SDACG Stranka Demokratske Akcije Crne Gore (Democratic Action Party of Montenegro) [YVUW g1SDACGStranka Demokratske Akcije Crne GoreDemocratic Action Party of Montenegro[LUIK g0DSCGDemokratski Savez U Crnoj GoriDemocratic League in Montenegro[ITOA g/SNRStranka Nacionalne RavnopravnostiParty of National Equality[;S=7 f?SRSSrpska Radikalna StrankaSerbian Radical Party[,R+- f>NSNarodna StrankaPeople’s Party[FQ?I eLSCGLiberalna Savez Crne GoreLiberal Alliance of Montenegro[0P+3 dDZBDa zivimo boljeFor a Better Living[O_ewdDPSCGDemokratska Partija Socijalista Crne GoreDemocratic Party of Socialists of Montenegromain member of: Da zivimo bolje (For a Better Living)[YNUW dSDPCGSocijaldemokratska Partija Crne GoreSocial-Democratic Party of Montenegro[ZMYW dSDPRSocijal-Demokratska Partija ReformistaSocial-Democratic Party of Reformists[(LS]%d]SRSCGSavez Reformskih Snaga za Crnu GoruAlliance of Reform Forces for Montenegrocomposed of: LZCG Liberalna Savez Crne Gore (Liberal Alliance of Montenegro)[`K]] dXSNPCGSocijalisticka Narodna Partija Crne GoreSocialist People’s Party of Montenegro[2J9+ dWSPSocijalisticka PartijaSocialist Party[IIGG dVPSCGPartija Socijalista Crne GoreSocialist Party of Montenegro[JH?Q dTSKCGSavez Komunista Crne GoreLeague of Communists of Montenegro[GUI!cGBTIBlocul Taranilior si IntelectualilorPeasants and Intellectual Blocincluding: PPM Peasent's Party of Moldova and CI Congress of IntelligensiaZKFS? bPDAMPartidul Democrat Agrar din MoldovaAgrarian Democratic PartyZ~Eq aAFPCDBlocul electoral Alianta Frontului Popular Crestin DemocratAlliance of the Popular Christian Democratic FrontZ#D ) `lPSMUEBlocul electoral Partidul Socialist si Miscarea ‘Unitat-Edinstvo’Electoral Bloccomposed of: PS Partidul Socialist (Socialist Party) YedinstvoZ(C G _gJoint Candidates PDPM and PDPYDBCC _bNDPNarodna Demokratska PartijaPeople’s Democratic PartyYmA_w _aPCERPartija za Celosna Emancipacija na RomiteParty for the Complete Emancipation of Romany GypsiesYC@AC _`PDPPartis Demokratis PopulorePeople’s Democratic PartyYk?me __PDPMPartija za Demokratski Prosperitet vo MakedonijaParty for Democratic Prosperity in MacedoniaY> #aMU^nVMRO- DPMNEVnatresna Makedonska Revolucionerna Organizacija – Demokratska Partija za Makedonsko Nacionalno EdinstvoInternal Macedonian Revolutionary Organization -- Democratic Party for Macedonian National Unityformerly: MAAK Pan-Macedonian ActionYS=YK ]LSJMStranka na Jugoslovenite vo MakedonijaParty of Yugoslavs in MacedoniaY:<;9 \DADemokratska AlternativaDemocratic AlternativeYN;UE \SPMSocijalisticki Partija na MakedonijaSocialist Party of MacedoniaY8: g \Joint Candidates RSM/LP, MDPSM, SPM, and PCERY29 [ \Joint Candidates RSM/LP, MDPSM, and SPMYm8 3#\SLBSocial-Liberal Bloccomposed of: SDSM Socijaldemokratski Sojuz na Makedonija (Socialdemocratic League of Macedonia) LP Liberalna Partia (Liberal Party) SPM Socijalisticki Partija na Makedonija (Socialist Party of Macedonia)YC7G= \LDPLiberalno Demokratska PartijaLiberal Democratic PartyYr6sk \MDPSMMlada Demokratsko-Progresivna Stranka na MakedonijaYoung Democratic Progressive Party of MacedoniaYG5KA \RSMReformiskite Sili na MakedonijaReform Forces of MacedoniaY4  \KM-PDPSojuz na Komunistite na Makedonija – Partija za Demokratska PreobrazbaLeague of Communists of Macedonia -- Party of Democratic ChangeY>37C [wLLSLietuvos lenk sajungaUnion of Poles of LithuaniaXA2A? ZLVPLietuvos valstiecu partijaLithuanian Agrarian PartyXK1UIZLTSSLietuviu tautininku sajungos sarasasLithuanian National Union Listcomposed of: LLS Lietuviu tautininku sajunga (Lithuanian National Union) NP Nepriklausomybes partija (Independence Party)X+0-) Z,TSTevynes SájungaHomeland UnionXp/ok YLKDPKLietuvos krikscioniu demokratu partijos koalicijaLithuanian Christian Democratic Party CoalitionXu.mw YLPKTSLietuvos politiniu kaliniu ir tremtiniu sajungosUnion of Lithuanian Political Prisoners and DeporteesXW-iC YLDPLietuvos demokratu partijos jungtinis sajungosLithuanian Democratic PartyX[,[W YLKDPLietuvos krikš ioniu demokratu partijaLithuanian Christian Democratic PartyX?+?= YfLLSLietuvos liberalu sajungaLithuanian Liberal UnionXn*1/YeSKSajudzio koalicijaSajudis Coalitioncomposed of: Sajudis LZP Lietuvos zaliloji partija (Lithuanian Green Party) PC Pilieciu chartija (Citizens’ Charter) LPKP Lietuvos politiniu kaliniu partija (Union of Political Prisoners)XC)?E YdLCJLietuvos centro judejimasCentre Movement of LithuaniaX%(+ YZNSNaujoji sajungaNew UnionXp'YY5YBSDKBrazausko socialdemokratiné koalicijaBrazauskas Social Democratic Coalitioncomposed of: LSDP Lietuvos socialdemokratu partija (Lithuanian Social Democratic Party) LDDP Lietuvos demokratiné darbo partija (Lithuanian Democratic Labour Party) NDP Naujosios demokratijos partija (New Democratic Party) LRS Lietuvos rusu sajunga (Lithuanian Russian Union)XQ&MQ YLSDPLietuvos socialdemokratu partijaLithuanian Social Democratic PartyXT%SQ XLDDPLietuvos demokratiné darbo partijaLithuanian Democratic Labour PartyX#$#% WLLidztiesibaEqual RightsW #9 +CWZS-LKDS- LDP- AllianceElectoral Unioncomposed of: ZS Latvijas Zemnieku Savieniba (Farmer’s Union of Latvia) LKDS Latvijas Kristigo demokratu savieniba (Latvia’s Christian Democratic Union) LDP Latvijas Demokratiska Partija (Latvia’s Democratic Party)WD"CC WLZSLatvijas Zemnieku savienibaLatvia’s Farmers’ UnionW2! 1' VTB- LNNK- AllianceApvieniba ‘Tevzemei un brivibai’- Latvijas Nacionalas neatkaribas kustibaFor Fatherland and Freedom -- National Independence Movement of LatviaW_ a[ VTKLTautas Kustiba Latvija (Zigerista Partija)Popular Movement for Latvia (Siegerist)W@5I VTUBTevzemei un brivibaiFor the Fatherland and FreedomW^[] VLNNKLatvijas Nacionalas neatkaribas kustibaNational Independence Movement of LatviaW 3 V;LNKP- LZP- AllianceLatvijas Nacionala Konservativa Partija – Latvijas Zala PartijaLatvian National Conservative Party -- Green Party of LatviaW+)- V:TPTautas PartijaPeople’s PartyW99'ULPPLatvijas Pirm PartijaLatvia’s First Partyincluding: Latvijas Kristigo demokratu savieniba (Christian Democratic Union)WYWW ULKDSLatvijas Kristigo demokratu savienibaLatvia’s Christian Democratic UnionW#' UJPJauna PartijaNew PartyW@C; UDCPDemokratiska centra partijaDemocratic Centre PartyW!' UJLJaunais laiksNew EraWWUS U~PCTVLPar cilveka tiesibam vienota LatvijaFor Human Rights in a United LatviaW;;9 U}TSPTautas Saskanas PartijaNational Harmony PartyW<?7 U|LLPLatvijas Liber la PartijaLatvian Liberal PartyWRUM UsDPSDemokratiska Partija ‘Saimnieks’Democratic Party ‘Saimnieks’W))) UrLCLatvijas celšLatvia’s WayW:?3 ULVPLatvijas Vienibas PartijaLatvian Unity PartyWSQQ ULSDALatvijas Socialdemokratu ApvienibaLatvian Social-Democratic AllianceWBG; ULSPLatvijas Socialistika PartijaLatvian Socialist PartyWkme TSLATSaskana Latvijai – atdzimsana tautsaimniecibaiConcord for Latvia -- Rebirth of the EconomyWB AA TFZZSZalo un Zemnieku savienibaGreen and Farmers’ UnionW@ //+SASzAgrárszövetségAgrarian Alliancecomposed of: ARS Agrár Reformkörör Szövetsége (Agrarian Reform Circle Movement) ARM Agrár Reformkörör Mozgalom (Association of Agrarian Reform Circles) one joint candidate with: SFV Szövetség a Faluért, Vidékért (Alliance for the Village and the Countryside)VI ?O SFKgPFüggetlen Kisgazda PártIndependent Smallholders’ PartyVO MM R\MIEPMagyar Igazság és Elet PártjaHungarian Justice and Life PartyVi ;'7SRMDF-FiDeSz-MPP AllianceMagyar Demokrata Fórum – Fiatal Demokraták Szövetsége – Polgari PártHungarian Democratic Forum – Federation of Young Democrats -- Hungarian Civic Partyin 1998 in some electoral districtsVQGW QKDNPKerezténydemokrata NéppártChristian Democratic People’s PartyV?;A QMDFMagyar Demokrata FórumHungarian Democratic ForumV ;55QFiDeSz-MPP-MDF AllianceFiatal Demokraták Szövetsége – Magyar Polgari Párt – Magyar Demokrata FórumFederation of Young Democrats -- Hungarian Civic Party -- Hungarian Democratic Forumin 1998 in some electoral districts and in 2002 in allianceVIKA QSzDSzSzabad Demokraták SzövetségeAlliance of Free DemocratsVMKG QFiDeSzFiatal Demokraták SzövetségeFederation of Young DemocratsVWYO Q0MSzDPMagyarországi Szociáldemokrata PártHungarian Social Democratic PartyV@=? PMSzPMagyar Szocialista PártHungarian Socialist PartyVOYC ODFDDemokratischer Frauenbund DeutschlandsDemocratic Women’s LeagueU\[[ NDBDDemokratische Bauernpartei DeutschlandsDemocratic Peasants’ Party of GermanyUW}1 NDADemokratischer Aufbruch – ‘sozial und ökologisch’Democratic OpeningU7~93 NDSUDeutsche Soziale UnionGerman Social UnionUF}IA NCDUChristlich Demokratische UnionChristian Democratic UnionUt|IAgMBFDBündnis der Freien DemokratenAlliance of Free Democratscomposed of: FDP Freie Demokratische Partei (Free Democratic Party) LDP Liberal Demokratische Partei (Liberal Democratic Party) DFP Deutsche Forumpartei (German Forum Party)U]{aU MNDPDNational-Demokratische Partei DeutschlandsNational Democratic Party of GermanyU4z51 MDFPDeutsche ForumparteiGerman Forum PartyUByE= MLDPLiberal Demokratische ParteiLiberal Democratic PartyU=xA7 MFDPFreie Demokratische ParteiFree Democratic PartyUWw[Q MHSPDSozialdemokratische Partei DeutschlandsSocial Democratic Party of GermanyUQvWI LPDSPartei des Demokratischen SozialismusParty for Democratic SocialismUIuMC LAVLAktionsbündnis Vereinigte LinkeUnited Left Action AllianceUBt##ELxB 90Bündnis 90Alliance 90composed of: Neues Forum (New Forum) Demokratie Jetzt (Democracy Now) IFM Initiative für Frieden und Menschenrechte (Initiative for Peace and Human Rights)Us#!!aLwGrüne- UFVGrüne-UFVGreens-IWMcomposed of: GP Grüne Partei (Green Party) UFV Unabhängiger Frauenverband (Independent Women’s League)U\reO KKMSPKhalkhta Megobrobis da Samartlianobis PartiaPeople’s Friendship and JusticeTQqWG KJSSFKSruliad Sakartvelos Fermerta KavshiriAll-Georgian Farmers’ UnionTTpcA JSEDPSakartvelos Erovnuli Damoukideblobis PartiaNational Independent PartyToo}[ JSETAKSakartvelos Erovnuli Tankhmobis da Aghorzinebis KavshiriUnion of National Agreement and RevivalTSni7 JSSMKSSruliad Sakartvelos Merab Kostavas SazogadoebaMerab Kostava SocietyTFmK? JICSIlia Chavchavadzis Sazogadoeba Ilia Chavchavadze SocietyTClE? JEDPErovnul Demokratiuli Partia National Democratic PartyTQkQO JKTKKartvel Traditsionalista Kavshiri Union of Georgien TraditionalistsTJjS? J)SGKSakartvelos Ghvtisshvilta Kavshiri Union of God’s ChildrenTMiWA IMGSMretsvelopba Gadaarchens Sakartvelos Industry will save GeorgiaTqh] ISRKETSakartvelos Reformatorta Kavshiri – Erovnuli TankhmobaReformators’ Union -- National ConcordTRgSO IPKTPolitikuri Kavshiri ‘Tanadgoma’‘Stand-by’ Political AllianceT5f73 IBPBloki ‘Progressi’Bloc ‘Progress’TTecA ISSAKSruliad Sakartvelos Aghordzinebis Kavshiri All-Georgian Revival UnionT0d3- IDPDemokratiuli PartiaDemocratic PartyTnc !1IErtobaUnity Bloccomposed of: LDNP Liberal-Democratic National Party PPF Party of Peace and FreedomT b 1ITertmeti Oktomberi11-Oktcomposed of: GPF Georgien Popular Front DCG Democratic Choice for Georgia CDU Christian-Democratic Union RP Republican PartyT"a '! IKartia – 91Charter 91TJ`ME IcSMKSakartvelos Mokalaketa Kavshiri Citizens’ Union of GeorgiaTR_k5 IbSSSKSakartvelos Sotsialuri Samartlianobis KavshiriSocial Justice UnionTN^]; IaSSDPSakartvelos Sotsial-Demokratiuli Partia Social Democratic PartyTI]OA HSSPSakartvelos Sotsialisturi Partia Socialist Party of GeorgiaTU\eA HSMSPSakartvelos Mshromelta Sotsialisturi Partia Socialist Workers’ PartyT[7!EHMshvidobaBloki ‘Mshvidoba’Peace Bloccomposed of: DU Democratic Union JPG Justice Party of Georgia LESRG League of Economic and Social Revival of Georgia AU Agrarian Union MCP Monarchist-Conservative Party LEM Association URA Union for the Revival of AjariaT8ZE# HGreensSakartvelos Mtsvaneta PartiaGreen PartyTLYEM GEÜRPEesti Ühendatud RahvaparteiEstonian United People’s PartyS7X75 GNDENash Dom – Estonia!Our Home -- Estonia!S^W) GIRIndependent Royalists composed of: RP Royalist Party VT Vaba ToomeRoyalist UnionSEV9O GbEMEEesti Maarahva ErakondEstonian Country People’s PartyS0UOKMGKMÜKoonderakond ja Maarahva ÜhendusCoalition Party and Rural Unioncomposed of: EKK Eesti Koonderakond (Coalition Party) and EM Eesti Maalit (Estonian Rural Union)S/T1+ GEKKEesti KoonderakondCoalition PartySS'A[GEKEesti KodanikEstonian Citizen Coalitioncomposed of: EVP Eesti Vabariigi Partei (Estonian Republic Party) Noarootsi (Living Health Association)SVRSU FERSPEesti Rahvusliku Soltumatuse ParteiEstonian National Independence PartyS/Q1-FIsamaaErakond IsamaaliitPro Patria Unioncomposed of: EKR Eesti Konservativne Rahvaerakond (Estonian Conservative Party) EKDE Eesti Kristlik-Demokraatlik Erakond (Estonian Christian Democratic Party) EKDL Eesti Kristlik-Demokraatlik Liit (Estonian Christian Democratic Union) ELP Eesti Liberaaldemokraatlik Partei (Estonian Liberal Democratic Party) ELL Eesti Liberaldemokraatlik Liit (Estonian Liberal Democratic Union)SP +mFIERSPElectoral Unioncomposed of: Isamaa (Fatherland) ERSP Eesti Rahvusliku Soltumatuse Partei (Estonian National Independence Party)S@O1A FRahvaliitEestimaa RahvaliitEstonians People’s UnionS[N[W FResPÜhendus Vabariigi Eest – Res PublicaUnion for the Republic -- Res PublicaScM'c9FPare- moolsedVabriiklate ja Konservatiivide RahvaerakondRightistscomposed of: EV Eesti Vabriiklaste (Estonian Republican Coalition Party) EKR Eesti Konservativne Rahvaerakond (Estonian Conservative People’s Party)S6L57 EEREesti ReformierakondEstonian Reform PartyS]K% MWERahva- rinneEstonian Popular Front Coalitioncomposed of: ERPT Eestima Rahvarinne Perestroika Toetuseks (Popular Front) ERKE Eesti Rahva-Keskerakond (Centre People’s Party) EN Eesti Naisliit (Womens’ Union)SNJ/i EKeskEesti KeskerakondEstonian Center Party, successor to RahvarinneSAI!7AEMoodu- kadRahvaerakond MoodukadPeople’s Party Moderatescomposed of: ESDP Eesti Sotsiaaldemokraatlik Partei (Social Democratic Party) EMK Eesti Maa-Keskerakond (Rural Centre Party)SGHO; ExESDPEesti Sotsiaaldemokraatlik ParteiSocial Democratic PartyS~G##AEKKKindel KoduSecure Homecomposed of: K Eesti Koonderakond (Coalition Party) EM Eesti Maalit (Estonian Rural Union) EDO Eesti Demokraatlik Öiglusliit (Estonian Democratic Justice) EPL Eesti Pensionärde Liit-EPL (Estonian Pensioner’s Union)SF  DHSD- SMSHnutí za Samosprávnou Demokracii – Spolecnost pro Moravu a SlezkoMovement for an Autonomous Democracy -- Society for Moravia-SilesiaRSECa CDZJDuchodei za Zivotni JistotyMovement of Pensioners for Life SecuritiesRD  CSPR-RSCSduzeni pro republiku – Republikanska strana CeskoslovenskaCoalition for the Republic -- Republican Party of CzechoslovakiaRFCMIBaKDUKrestanská a Demokratická UnieChristian and Democratic Unioncomposed of: KDS Krestanskodemokraticka strana (Christian Democratic Party) KDH K est’anskodemokratické Hnuti (Christian and Democratic Movement) PA Podnikatelské Asociace (Association of Entrepreneurs) ZS Zemédélská Strana (Farmers’ Party)R_B5kB\Koaliceorganized as a partyCoalitioncomposed of: KDU Krestanská a Demokratická Unie (Christian and Democratic Union) CSL Ceskoslovenska strana lidova (Czechoslovak People’s Party) US Unie Svobody-Democraticke Unie (Freedom Union – Democratic Union) DEU Demokratická Unie (Democratic Union) US and DEU combined into one party in 2001R;A 1G B[KDU- CSL- AllianceAlliance composed of: KDU Krestanská a Demokratická Unie + CSL Ceskoslovenska strana lidovaChristian and Democratic Union + Czechoslovak People’s PartyRE@GA BYKDSKrestanskodemokraticka stranaChristian Democratic PartyRG?EG BXCSLCeskoslovenska strana lidovaCzechoslovak People’s PartyR&>%' AUSUnie SvobodyFreedom UnionRY=;5KALSULiberalne socialni unieLiberal Social Unioncomposed of: CSS Ceskoslovenska strana socialisticka (Czechoslovak Socialist Party) ZS Zemédélská strana (Farmers’ Party) SZ Strana zelenych (Green Party)R!<As AODS- KDSAlliance composed of: ODS Obcanska demokraticka strana + KDS Krestanskodemokraticka stranaCivic Democratic Party + Christian Democratic PartyR@;E9 AODSObcanska demokraticka stranaCivic Democratic PartyRE:I? AODAObcanska demokraticka allianceCivic Democratic AllianceR19-#AOFObcanské fórumCivic Forumcomposed of: ASD Asociace socialnich demokratu (Association of Social Democrats), ODA Obcanska demokraticka alliance (Civic Democratic Alliance) KAN Klub Neangažovanych Nestaniku (Policitally Involved Non-Party Members Club) HOS Hnuté Za Obcanskou Svobodu (Movement for Civic Freedom) LDS Liberalne demokraticka strana (Liberal Democratic Party) RS Republikánská strana (Republican Party)RU8QU ACSSDCeskoslovenska socialni demokracieCzechoslovak Social Democratic PartyR577A-LBLevy BlocLeft Bloccomposed of: KSCM Komunisticka strana Bohemia a Moravy (Communist Party of Bohemia and Moravia) DL Demokratická Levice (Democratic Left of the CSFR)RS6UO A,KSCKommunistická Strana CeskoslovenskaCommunist Party of CzechoslovakiaRD5 G?@'CRPCoalition of Regional Partiescomposed of: IDS, DA, RDSQY4UY @$SBSHSlavonsko-Baranjska Hrvatska StrankaCroatian Party of Slavonia and BaranjaQD3?G @#RDSRijecki Demokratski SavezDemocratic Alliance of RijekaQ/21- @"DADalmatinska AkcijaDalmatian ActionQC1AC @!IDSIstarski Demokratski SaborIstrian Democratic AssemblyQ<09= @SNSSrpska Narodna StrankaSerbian People’s PartyQ/++E?ZLZajednica ListaJoint List Bloccomposed of: SBSH Slavonsko-Baranjska Hrvatska Stranka (Croatian Party of Slavonia and Baranja) HSS Hrvatska Seljacka Stranka (Croatian Peasant Party) IDS Istarski Demokratski Sabor (Istrian Democratic Assembly) HNS Hrvatska Narodna Stranka (Croatian People’s Party) HKDU Hrvatska Krscanska Demokratska Unija (Croatian Christian Democratic Union)Q ysb~~~~1}}}W|||n|{{{Hzzz;yyys;s?7 RCParty of Economic RebirthRenaissance of Crimeab?r=? APUAhrarna Partiyia UkrainyAgrarian Party of UkrainebEqG= SelPUSelyans’ka Partiyia UkrainyPeasant Party of UkrainebIpMC UNAUkrainska Natsionalna AssembleiaUkrainian National Assemblybfom[ UKRPUkrains`ka Konservatyva Respublikans`ka PartiyiaUkrainian Conservative Republican PartybUnWQ KUNKonhres Ukrains’kykh NatsionalistivCongress of Ukrainian NationalistsbKmKK 8JTVibortsyj Bloc Julii TymoshenkoJuliya Tymoshenko Election BlocbTlWQ 7NUBloc Viktora Iushchenka Nasha UcrainaViktor Yushchenko Bloc Our Ukraineb.k3) 6NFNatsional`nyi FrontNational FrontbMjIK 5DemPUDemokratychna Partiyia UkrainyDemocratic Party of the UkrainebKiSA 4URPUkrains`ka Respublikans`ka PartiyiaUkrainian Republican Partyb?h7C 3RukhNarodnyi Rukh UkrainyPopular Movement of UkrainebVgeA KhDPUKhrystyyans`ko-demokratychna Partyia UkrainyChristian-Democratic Partyb1f/1 }ZYUZa Yedinu UkrainuFor United Ukraineb+e +/ |Vpered, UkrainaGo Ahead, Ukrainebudum {SDPU-oSotsial Demokratychna Partiyia Ukrainy – obyednanaSocial Democratic Party of Ukraine -- associatedbPcYC zNDPUNarodno-demokratychna Partiyia UkrainyPeople’s Democratic Partyb=bO) xHKUHrodmadyans’kyi Konhres UkrainyCivic Congressb1a;% wPPUPartiyia Pratsi UkrainyLabour Partybg`ia vPVDUPartiyia Demokratychnsho Vidrodzhennya UkrainyParty of the Democratic Rebirth of Ukraineb/_ I uKuchmaInternational Bloc for ReformsbK^Y9 SDPUSotsial-Demokratychna Partiyia UkrainySocial Democracy Partyb]  HromadaCommunityb ;,~}||{{Rzz*yyxKwwwKvuu>ttt:ssGrrqq0pp3onmmm9ll}lkk_k(jjj2iiiTihhhTg^gffOfee'ddd[dccc0cbbbb aa4``=_|_9^^^U]]\\\[[[/ZZZPZYdXX8WVVV1UURTTTSS!RRRQQ$PPPRPOlN[NMM?M LLLJKKXJJ$IHHGG/FEEcE DpDCCwC'BBBBYB$AA[A@@:??%>>>;> ==o<<<;;;.::E:9989888R8777.66 55_5 44{333Q3 22R2*11b1=1000`0//6...t--U,,,,h,++**C))(`''Y'&&e&-%%%P%0$$$j$ ##:#""r!!!!e!A!*! "jQ \-NNA^~Y1\ y  i B   /h#,LrC=; O 8partyidintegerRay (1999) expert survey party ID?: [ 4eesintegerEuropean Election Study (2009) party ID?9 [ eesintegerEuropean Election Study (2009) party IDL8 3U #previous_cabinet_idinteger'cabinet_id' of incumbent government`7 3} ~6previous_cabinet_idinteger'cabinet_id' of previous national cabinet in the countryz6 K }5previous_parliament_election_idinteger'election_id' of previous national parliament election in the country`5 3} | previous_cabinet_idinteger'cabinet_id' of previous national cabinet in the countryt4 K { previous_parliament_election_idinteger'election_id' of previous parliamentary election in the country`3 ;u z previous_ep_election_idinteger'election_id' of previous EP election in the countryz2 K y#previous_parliament_election_idinteger'election_id' of previous national parliament election in the countryl1 ; x#previous_ep_election_idinteger'election_id' of previous national EP election for this country,0 Guw6 seatsintegernumber of seats in parliamentIn versions prior to ParlGov 11/07, the number of seats was based on seats won at the last election (table 'election_result'). It does now take into account changes in parliament -- see documentation for table 'viewcalc_parliament_composition'.U/  vcommenttextadditional information about the coding of this observationB. 5? u6 election_seats_totalintegerseats total in parliamentD- 'S t6cabinet_partybinarycabinet member vs. opposition party}, 'G s6election_datedateDate the election took place. If the election lasted for several days, we code the last date.+ #i r6election_idintegerParlGov unique identifier for national and EP elections. Other tables refer to this variable as 'election_id'.Y* ){ q6prime_ministerbinaryindicates if the party fills the prime minster position^) p4rayintegerRay (1999) expert survey party ID -- combined country ID and party ID?( #guo4 eu_anti_proreal0--10 scale mean value in 'EU integration' dimension with data from Ray 1999, Benoit/Laver 2006 and CHES 2010previously variable 'eu_pro_contra' in ParlGov 11/07' /i n4 liberty_authorityreal0--10 scale mean value in 'libertarian/authoritarian' dimension with data from Benoit/Laver 2006 and CHES 2010 & %i m4 state_marketreal0--10 scale mean value in 'regulation of the economy' dimension with data from Benoit/Laver 2006 and CHES 2010+% +g4huber_inglehartintegerHuber/Inglehart (1995) expert survey party ID -- combined from number of country and number of party entry in Appendix 2 (pp. 92--108)l$ 3f4 cmpintegerComparative Manifestos Project (CMP) party ID (Budge ea. 2001; Klingemann ea. 2006)# !gd4party_nametextoriginal name of party with native charactersfield may require a change of character encodings on your local computerY"  1y c4country_name_shorttextthree letter abbreviation of country -- iso alpha code#! ! b6left_rightreal0--10 scale mean value in left/right dimension with data from Castles/Mair 1983, Huber/Inglehart 1995, Benoit/Laver 2006 and CHES 20109 17a6 party_name_englishtextEnglish name of party !`6 party_nametextoriginal name of party with native characters (this field may require a change of character encodings on your local computer)4 -1_6 party_name_shorttextparty abbreviation; %E^6cabinet_nametextlabel/name of cabinet consisting of the family name of the prime minister and a roman numeral if he/she headed more than one cabinet (ascii characters only)"  ]6caretakerbinarycaretaker cabinet with a limited legislative mandate: non-partisan, provisional, technical or continuation (tree month rule) cabinet? !7%\6start_datedatestart of cabinet defined as the date of the first event that determines a new cabinetFor some (continuation) caretaker cabinet, the date is set to election date. ] [6party_idintegerParlGov unique party identifier. Variable name 'id' in 'party' table and 'party_id' in all other tables. !{ Z6cabinet_idintegerParlGov unique identifier for each cabinet. Variable name 'id' in 'cabinet' table and 'cabinet_id' in all other tables. !M Y6country_idintegerParlGov unique identifier for each country. Other tables refer to this variable as 'country_id'.Y  1y X6country_name_shorttextthree letter abbreviation of country -- iso alpha code# ! T5 left_rightreal0--10 scale mean value in left/right dimension with data from Castles/Mair 1983, Huber/Inglehart 1995, Benoit/Laver 2006 and CHES 20109 17S5 party_name_englishtextEnglish name of party !R5 party_nametextoriginal name of party with native characters (this field may require a change of character encodings on your local computer)4 -1P5party_name_shorttextparty abbreviation5 #7O5seats_totalintegertotal number of seats| EN5seatsintegernumber of seats won by partySeats coded for alliance members if information available. Coded as 0 for parties that won no seats and as missing value for electoral alliances if seats are coded at the level of alliance members.; !KM5vote_sharerealpercentage of votes for a party ] L5party_idintegerParlGov unique party identifier. Variable name 'id' in 'party' table and 'party_id' in all other tables. #i K5 election_idintegerParlGov unique identifier for national and EP elections. Other tables refer to this variable as 'election_id'. !M J5 country_idintegerParlGov unique identifier for each country. Other tables refer to this variable as 'country_id'.} 'G I5election_datedateDate the election took place. If the election lasted for several days, we code the last date.P 'o H5election_typetexttype of election -- 'parliament' or 'ep' electionY  1y G5country_name_shorttextthree letter abbreviation of country -- iso alpha code %i Fstate_marketreal0--10 scale mean value in 'regulation of the economy' dimension with data from Benoit/Laver 2006 and CHES 2010% %E4castles_mairintegerCastles/Mair (1983) expert survey party ID -- combined from number of country and number of party entry in data table (pp. 75--83)H !_D4euprofilerintegerEU Profiler (Trechsel/Mair 2009) party ID< /? B4family_name_shorttextparty family abbreviation. #/ A4family_nametextparty family name %Q@4benoit_laverintegerBenoit/Laver (2006) expert survey party ID -- row number of first party entry in original data set# ! =4 left_rightreal0--10 scale mean value in left/right dimension with data from Castles/Mair 1983, Huber/Inglehart 1995, Benoit/Laver 2006 and CHES 2010v C:4chessintegerChapel Hill expert survey series (CHESS) party ID (Hooghe ea. 2010; Marks/Steenbergen 2007)n + 74family_idintegerParlGov unique party family identifier -- see table 'info_id' for a description !M 64country_idintegerParlGov unique identifier for each country. Other tables refer to this variable as 'country_id'.%  54party_idintegerparty id~ -q 44party_name_asciitextoriginal name of party without special characters (this one may be easier to handle with in statistical packages)9} 17 34party_name_englishtextEnglish name of party4| -1 24party_name_shorttextparty abbreviationg{ # 12position_idintegerParlGov unique position identifier. Seniority of ministerial position.z 01titley %/1old_personIDx '.1 name_nonlatinw -1mp_idv #,1mep_1979_idu !+1hoyland_eat *1hix_ea!s 3)1first_name_addition r 1(1family_name_prefixq #'1death_placeUp  %1commenttextadditional information about the coding of this observationso '- $old_countryIDintegerPrevious country ID used versions prior to ParlGov 10/11 -- three digit iso codeCn #S #2ministry_idintegerParlGov unique ministry identifier.Sm   "2idintegerunique numeric identifier for each observation in data table)l + 2actingbinaryacting ministerok ''  comment_entrybinaryvariable that should also be documented in 'description' field of observation\j 0wikipediaurllink to wikipedia entry or other url if no wikipedia entry exists\i ) 0table_variabletextname of table and variable (format: tablename_variablename)!h ! 0shorttextshort name\g  0orderintegerfield to order entries for every id type ('table_variable' entry)@f W 0old_idintegerPrevious ParlGov id in older versionse  0nametextid nameSd   0idintegerunique numeric identifier for each observation in data table.c #/ 0descriptiontextdescription of idSb   /idintegerunique numeric identifier for each observation in data table5a '3 /datasource_idintegerinfo_data_source IDo` 3 &cmp_idintegerComparative Manifestos Project (CMP) party ID (Budge ea. 2001; Klingemann ea. 2006)*_ ) %countryintegerCMP country IDR^   idintegerunique numeric identifier for each observation in data table6] A #type_idinteger'info_id' of election typeJ\ ;G  #first_round_election_idintegerelection_id of first round election -- technically, two round elections are coded as two observations in table 'election'. this variable links the two rounds2[ #So #descriptiontextInformation about this observation.This field should also include a short textual account of all information that is coded in the 'data_json' field.Z !{  #country_idintegerParlGov unique identifier for each country. Variable name 'id' in 'country' table and 'country_id' in all other tables.Y  {  idintegerParlGov unique identifier for each country. Variable name 'id' in 'country' table and 'country_id' in all other tables.GX #[  iso_numericintegerISO 3166-1 numeric 3-digit country codesW '-  old_countryIDintegerPrevious country ID used versions prior to ParlGov 10/11 -- three digit iso code2V #So descriptiontextInformation about this observation.This field should also include a short textual account of all information that is coded in the 'data_json' field.TU !y incompletebinaryvariable that has not been coded for all countries yetUT  commenttextadditional information about the coding of this observation,S +.presidentbinaryparty president0R 7.PartyNametextEnglish name of party)Q 1.Partytextparty abbreviation\P  .CountrytextWiesehomeier/Benoit (2006) country ID -- three char iso alpha codeO  _ .idintegerWiesehomeier/Benoit (2006) expert survey party ID -- row number of first party entry in original data setN # "data_sourcetextshort list of data sources used to code this variable -- references, except urls, are entries in table 'info_data_source'0M 7PartyNametextEnglish name of party)L 1Partytextparty abbreviation`K CountrytextBenoit/Laver (2006) expert survey country ID (two char iso alpha code)yJ  Q idintegerBenoit/Laver (2006) expert survey party ID -- row number of first party entry in original data setSI   idintegerunique numeric identifier for each observation in data tableUH  "commenttextadditional information about the coding of this observationSG   "idintegerunique numeric identifier for each observation in data table6F  G internettextinternet country level domain$E  % capitaltextcapital name$D  % countrytextcountry name"C  # regiontextregion name(B  ) continenttextcontinent nameA   idintegerCastles/Mair (1983) expert survey party ID -- combined from number of country and number of party entry in data table (pp. 75--83)%@ %countrytextcountry name3? %7name_englishtextEnglish name of party> nametextoriginal name of party with native characters (this field may require a change of character encodings on your local computer).= !1name_shorttextparty abbreviation>< !Qrange_leftreallower bound of left/right position?; #Qrange_rightrealupper bound of left/right position#: ! left_rightreal0--10 scale mean value in left/right dimension with data from Castles/Mair 1983, Huber/Inglehart 1995, Benoit/Laver 2006 and CHES 201059 #7 respondentsintegernumber of respondentsS8   idintegerunique numeric identifier for each observation in data tableS7   idintegerunique numeric identifier for each observation in data tableS6   idintegerunique numeric identifier for each observation in data tableS5   idintegerunique numeric identifier for each observation in data table4  ] idintegerParlGov unique party identifier. Variable name 'id' in 'party' table and 'party_id' in all other tables.3   #idintegerParlGov unique identifier for national and EP elections. Variable name 'id' in 'election' table and 'election_id' in all other tables.S2   idintegerunique numeric identifier for each observation in data tableS1   (idintegerunique numeric identifier for each observation in data table50 #7 respondentsintegernumber of respondents=/ _ sdrealstandard deviation of left/right position?. #Qrange_rightrealupper bound of left/right position>- !Qrange_leftreallower bound of left/right position/, !3 left_rightrealleft/right position.+ !1name_shorttextparty abbreviation* nametextoriginal name of party with native characters (this field may require a change of character encodings on your local computer)3) %7name_englishtextEnglish name of party<( S countrytextHuber/Inglehart (1995) country name'   idintegerHuber/Inglehart (1995) expert survey party ID -- combined from number of country and number of party entry in Appendix 2 (pp. 92--108)E& !Y &row_numberintegerrow number of entry in CMP party tableU%  &commenttextadditional information about the coding of this observationU$  %commenttextadditional information about the coding of this observation.# !1 name_shorttextparty abbreviation"  { idintegerParlGov unique identifier for each cabinet. Variable name 'id' in 'cabinet' table and 'cabinet_id' in all other tables.3! %7%name_englishtextEnglish name of party %nametextoriginal name of party with native characters (this field may require a change of character encodings on your local computer). !1%name_shorttextparty abbreviationj  3%idintegerComparative Manifestos Project (CMP) party ID (Budge ea. 2001; Klingemann ea. 2006)+ 7 -nametextEnglish name of partyo 1 -countryintegerEU Profiler country ID -- the two Belgium country IDs (2, 3) are recoded to 222333?  _ -idintegerEU Profiler party ID (Trechsel/Mair 2009)3 %7 name_englishtextEnglish name of party  nametextoriginal name of party with native characters (this field may require a change of character encodings on your local computer)z G countryintegerChapel Hill expert survey series (CHESS) country ID (Hooghe ea. 2010; Marks/Steenbergen 2007)r  C idintegerChapel Hill expert survey series (CHESS) party ID (Hooghe ea. 2010; Marks/Steenbergen 2007)^ rayintegerRay (1999) expert survey party ID -- combined country ID and party IDH !_euprofilerintegerEU Profiler (Trechsel/Mair 2009) party ID; S rayintegerRay (1996) expert survey country ID ![euprofilerintegerEU Profiler (Trechsel/Mair 2009) country ID -- the two Belgium country IDs (2, 3) are recoded to 2223332 ?&yearintegeryear of party name change% -)urltexturl of reference$ ))fulltextfull reference& +)shorttextshort referenceS   )idintegerunique numeric identifier for each observation in data tableM } )keytextshort key of reference as used in variable 'data_source'r #/ alliance_idinteger'election_result_id' of electoral alliances this party belongs to in the election) +(seatsintegernumber of seatsU  ( commenttextadditional information about the coding of this observation # (data_sourcetextshort list of data sources used to code this variable -- references, except urls, are entries in table 'info_data_source'U %u(party_id_newintegernew party affiliation of MPs that change party group ] (party_idintegerParlGov unique party identifier. Variable name 'id' in 'party' table and 'party_id' in all other tables.+ sO(datedateDate of change for party affiliations in parliamentCoded as 1 (yyyy-mm-01) if exact day is unknown and as 1 July (yyyy-07-01) if only year is known. #i (election_idintegerParlGov unique identifier for national and EP elections. Other tables refer to this variable as 'election_id'.' ' name_nonlatintextoriginal name of party with non-latin native characters (this field may require a change of character encodings on your local computer)' 'name_nonlatintextoriginal name of party with non-latin native characters (this field may require a change of character encodings on your local computer)f 3 oecd_accession_datedatedate of OECD accession for OECD members -- empty for non-members # # data_sourcetextshort list of data sources used to code this variable -- references, except urls, are entries in table 'info_data_source' # data_sourcetextshort list of data sources used to code this variable -- references, except urls, are entries in table 'info_data_source' # data_sourcetextshort list of data sources used to code this variable -- references, except urls, are entries in table 'info_data_source'~ # data_sourcetextshort list of data sources used to code this variable -- references, except urls, are entries in table 'info_data_source';} 'E column_numbertextcolumnr of variable in table2| #So descriptiontextInformation about this observation.This field should also include a short textual account of all information that is coded in the 'data_json' field.F{ m typetexttype of data (text, integer, real, binary, date):z U nametextname of variable in ParlGov database:y M table_idtexttable identifier in 'info_table'3x %7&name_englishtextEnglish name of partyw &nametextoriginal name of party with native characters (this field may require a change of character encodings on your local computer).v !1&name_shorttextparty abbreviationSu   &idintegerunique numeric identifier for each observation in data tablet  u#earlybinaryEarly (snap) election before constitutionally mandated term endIf there is no constitutionally mandated next election date (e.g. UK), an election that takes place 1 year earlier than the maximum feasible period is considered an early election.s nametextoriginal name of party with native characters (this field may require a change of character encodings on your local computer)Mr !oname_asciitextoriginal name of party without special characters3q %7name_englishtextEnglish name of party.p !1name_shorttextparty abbreviationko 5 datedatedate of party namingCoded as 1 July (yyyy-07-01) if exact day and month are unknown.n ] party_idintegerParlGov unique party identifier. Variable name 'id' in 'party' table and 'party_id' in all other tables.im ' enp_votesrealeffective number of parties votes – elected parties (Laakso/Taagepera 1979)ml / enp_seatsrealeffective number of parties seats – legislative parties (Laakso/Taagepera 1979)Mk 1_ disproportionalityrealdisproportionality index (Gallagher 1991)Ij +]advantage_ratiorealadvantage ratio (Taagepera/Shugart 1989)i /g polarization_voterealpolarization index (Dalton 2008, 906) – vote share based with 'view_calc_party_position' left/right values _h -  calculation_datetextdate and time calculation was performed with ParlGov R script g  #i ~election_idintegerParlGov unique identifier for national and EP elections. Other tables refer to this variable as 'election_id'.Tf  } commenttextadditional information about the coding of this observationTe  | commenttextadditional information about the coding of this observationdd %zbenoit_lavertextBenoit/Laver (2006) expert survey country ID (two char iso alpha code)wc GychessintegerChapel Hill expert survey series (CHESS) country ID (Hooghe ea. 2010; Marks/Steenbergen 2007)Ob +kx huber_ingleharttextHuber/Inglehart (1995) expert survey country ID_a -wcalculation_datetextdate and time calculation was performed with ParlGov R script>` #guveu_anti_proreal0--10 scale mean value in 'EU integration' dimension with data from Ray 1999, Benoit/Laver 2006 and CHES 2010previously variable 'eu_pro_contra' in ParlGov 11/07_ /i uliberty_authorityreal0--10 scale mean value in 'libertarian/authoritarian' dimension with data from Benoit/Laver 2006 and CHES 2010"^ ! sleft_rightreal0--10 scale mean value in left/right dimension with data from Castles/Mair 1983, Huber/Inglehart 1995, Benoit/Laver 2006 and CHES 2010]  ] rparty_idintegerParlGov unique party identifier. Variable name 'id' in 'party' table and 'party_id' in all other tables.1\ #Soq"descriptiontextInformation about this observation.This field should also include a short textual account of all information that is coded in the 'data_json' field.6[ Op"nametextname of table in ParlGov databaseK !7%X start_datedatestart of cabinet defined as the date of the first event that determines a new cabinetFor some (continuation) caretaker cabinet, the date is set to election date.!J  W caretakerbinarycaretaker cabinet with a limited legislative mandate: non-partisan, provisional, technical or continuation (tree month rule) cabinetQI  VfipstextFederal Information Processing Standards (FIPS) country codeLH {Tpmbinaryindicates if the party fills the prime minster positionG ] Sparty_idintegerParlGov unique party identifier. Variable name 'id' in 'party' table and 'party_id' in all other tables.F !{ Rcabinet_idintegerParlGov unique identifier for each cabinet. Variable name 'id' in 'cabinet' table and 'cabinet_id' in all other tables.E !Q1born_placetext(D !'P1death_datedatedate of death'C 'O1 born_datedatedate of birthB N1 sex_malebinary[A M1 wikipediaurllink to wikipedia entry or other url if no wikipedia entry exists=@ #OL1 name_sourcetextname of politician in data source3? !=K1first_nametextfirst name of politicianX> 1wJ1family_name_suffixtextadditons to family name of politician (e.g. Dr., von)5= #?I1family_nametextfamily name of politicianF< eH1mep_idintegeridentifier on website of European ParliamentK; i E2old_rowidintegerPrevious ParlGov minister ID in older versions: # D2data_sourcetextshort list of data sources used to code this variable -- references, except urls, are entries in table 'info_data_source'T9  C2commenttextadditional information about the coding of this observation78 IB2 end_datedatedate person ended the position77 !EA2 start_datedatedate person took up position6 ] ?2 party_idintegerParlGov unique party identifier. Variable name 'id' in 'party' table and 'party_id' in all other tables.L5 CM;2position_ministry_id_sourcetextministerial portfolio for persons4 3#92minister_cabinet_idintegerParlGov ID for every cabinet in a country. The five digit number is composed of the year the cabinet came into office and an ascending digit for the number of the cabinet in that year starting with zero.T3  7commenttextadditional information about the coding of this observation32 ;6presidentbinarypresident of Commission81 -;5highest_positiontexthighest former position90 )A4score_positionrealscore for highest position?/ W 3electedbinarycareer with political position before.. 52portfoliotextCommission portfoliok- -MY1 government_partycategoryparty affiliation at appointment10 government, 11 opposition, 12 other, ] / party_idintegerParlGov unique party identifier. Variable name 'id' in 'party' table and 'party_id' in all other tables.1+ 9. one_seatbinaryone seat in Commission9* G - incumbentbinarymember of previous Commission5) E,end_datedateCommissioner left Commission:( !K+start_datedateCommissioner entered Commissionk' - *person_id_sourcetexttextual string with the person name in the data source of the observations& 7 )person_idintegerParlGov unique person identifier. Other tables refer to this variable as 'person_id'.% !M (country_idintegerParlGov unique identifier for each country. Other tables refer to this variable as 'country_id'.9$ +9 'commission_yearintegeryear Commission formed[# & wikipediaurllink to wikipedia entry or other url if no wikipedia entry existsT"  % commenttextadditional information about the coding of this observation2! E$ nametextlabel/name of cabinet consisting of the family name of the prime minister and a roman numeral if he/she headed more than one cabinet (ascii characters only)v = # old_cabIDintegerPrevious cabinet ID used versions prior to ParlGov 10/11 -- Five digit number is composed of the year the cabinet came into office and an ascending digit for the number of the cabinet in that year starting with zero. !{ " country_idintegerParlGov unique identifier for each country. Variable name 'id' in 'country' table and 'country_id' in all other tables. %Q!benoit_laverintegerBenoit/Laver (2006) expert survey party ID -- row number of first party entry in original data setu C chessintegerChapel Hill expert survey series (CHESS) party ID (Hooghe ea. 2010; Marks/Steenbergen 2007)* +huber_inglehartintegerHuber/Inglehart (1995) expert survey party ID -- combined from number of country and number of party entry in Appendix 2 (pp. 92--108)$ %castles_mairintegerCastles/Mair (1983) expert survey party ID -- combined from number of country and number of party entry in data table (pp. 75--83)k 3cmpintegerComparative Manifestos Project (CMP) party ID (Budge ea. 2001; Klingemann ea. 2006)T  commenttextadditional information about the coding of this observation[  wikipediaurllink to wikipedia entry or other url if no wikipedia entry exists nametextoriginal name of party with native characters (this field may require a change of character encodings on your local computer) !qname_asciitextoriginal name of party without special characters (this one may be easier to handle with in statistical packages)2 %7name_englishtextEnglish name of party= !Q name_shorttextparty abbreviation (original name)m + family_idintegerParlGov unique party family identifier -- see table 'info_id' for a description #Q old_partyIDintegerPrevious party ID used versions prior to ParlGov 10/11 -- a unique number for every party in a country. IDs start at 10 and have no particular order. 990 -- no party affiliation (independent); 995 -- others; 999 -- to be coded !{ country_idintegerParlGov unique identifier for each country. Variable name 'id' in 'country' table and 'country_id' in all other tables.T  #commenttextadditional information about the coding of this observation> !M# electorateintegernumber citizens eligible to voteh ! # votes_castintegernumber of votes cast in an election -- including invalid and blank votes 1 #'# votes_validintegernumber of valid votes for parties and candidates -- not including blank votesBased on the number of 'votes_cast' and 'electorate'. For electoral systems with multiple votes cast by each voter a 'data_json' entry 'valid_votes' records the sum of all valid (multiple) votes.4 #7# seats_totalintegertotal number of seatss G #datedateDate the election took place. If the election lasted for several days, we code the last date.1 !1 #old_parlIDintegerPrevious election ID used versions prior to ParlGov 10/11 -- five digit number composed of the year the election took place and an ascending digitr '- #old_countryIDintegerPrevious country ID used versions prior to ParlGov 10/11 -- three digit iso code #  data_sourcetextshort list of data sources used to code this variable -- references, except urls, are entries in table 'info_data_source'S  +a votesintegernumber of votesInformation for this table is not systematically coded for all countries. Please refer to wiki.parlgov.org to get further information about the detail of country codings.: !Kvote_sharerealpercentage of votes for a party{ Eseatsintegernumber of seats won by partySeats coded for alliance members if information available. Coded as 0 for parties that won no seats and as missing value for electoral alliances if seats are coded at the level of alliance members. ] party_idintegerParlGov unique party identifier. Variable name 'id' in 'party' table and 'party_id' in all other tables.& # election_idintegerParlGov unique identifier for national and EP elections. Variable name 'id' in 'election' table and 'election_id' in all other tables._ /eu_accession_datedatedate of EU accession for EU members -- empty for non-membersq '- old_countryIDintegerPrevious country ID used versions prior to ParlGov 10/11 -- three digit iso code kXMoC ~~z~)}},|{{@zzyyVyxxxyxPxww[wvjv uttssrrrrrrrnqqqgppppopooWnnBmmAmlwlDkkEjjiii hhygggf|fLfeeehdddddKd2dcgcbb]aa`\___^^^^]]2\|\$[[[^ZZPYYXM2& #SoFdescriptiontextInformation about this observation.This field should also include a short textual account of all information that is coded in the 'data_json' field.2% #So(descriptiontextInformation about this observation.This field should also include a short textual account of all information that is coded in the 'data_json' field.$ 1i  polarization_seatsrealpolarization index (Dalton 2008, 906) – seats share based with 'view_calc_party_position' left/right values U#   Jcommenttextadditional information about the coding of this observation2" #So JdescriptiontextInformation about this observation.This field should also include a short textual account of all information that is coded in the 'data_json' field.F! m Jtypetexttype of data (text, integer, real, binary, date): U Jnametextname of variable in ParlGov database=  !Q Jtable_nametext name of table in ParlGov databaseU  I commenttextadditional information about the coding of this observation2 #SoI descriptiontextInformation about this observation.This field should also include a short textual account of all information that is coded in the 'data_json' field. # I data_sourcetextshort list of data sources used to code this variable -- references, except urls, are entries in table 'info_data_source'; G Iparty_idintegerParlGov unique party identifier. Last party affiliation before becoming president used since several constitutions require non-partisan presidents in office." - Iperson_id_sourcetext  Iperson_idinteger  Iend_datedate ! Istart_datedate !{ Icountry_idintegerParlGov unique identifier for each country. Variable name 'id' in 'country' table and 'country_id' in all other tables.S   Iidintegerunique numeric identifier for each observation in data tableZ  turnoutrealvoter turnout – share of 'votes cast' relative to 'electorate'2 #SodescriptiontextInformation about this observation.This field should also include a short textual account of all information that is coded in the 'data_json' field.2 #So descriptiontextInformation about this observation.This field should also include a short textual account of all information that is coded in the 'data_json' field. %9Aparty_changebinaryformation of new partynew party formed that does not meet ParlGov new party coding rule (e.g. successor party) z 3/ previous_cabinet_idintegerParlGov unique cabinet identifier -- cabinet in office at the time of appointment3 +1 commission_nametextname of CommissionT   Hcommenttextadditional information about the coding of this observation2 #SoHdescriptiontextInformation about this observation.This field should also include a short textual account of all information that is coded in the 'data_json' field.  Htype  Hnametext  Htable_idT  Hidintegerunique numeric identifier for each observation in data table7 M Gsharerealshare of year observation coversp = GidintegerParlGov unique identifier for cabinet, national or EP election observation in data table  Gyearintegere   Gid_typeintegeridentifier for observation id variable (cabinet, national or EP election)- %+ 4country_nametextname of country- %+ 5country_nametextname of country- %+ 6country_nametextname of country ] Fparty_idintegerParlGov unique party identifier. Variable name 'id' in 'party' table and 'party_id' in all other tables.y G morganintegerMorgan (1976) expert survey party ID -- row number of first party entry in original data set > Y  morgantextMorgan (1976) expert survey country ID2~ #SodescriptiontextInformation about this observation.This field should also include a short textual account of all information that is coded in the 'data_json' field.U}  F commenttextadditional information about the coding of this observation7| G Fseatsintegernumber of seats in parliament{ # Fdata_sourcetextshort list of data sources used to code this variable -- references, except urls, are entries in table 'info_data_source':z U Fdatedatedate of party composition parliament'y # Felection_idintegerParlGov unique identifier for national and EP elections. Variable name 'id' in 'election' table and 'election_id' in all other tables.Sx   Fidintegerunique numeric identifier for each observation in data table^w / Ecabinet_formationbinaryparliament composition at the date of a cabinet formationav - Ecalculation_datedatedate and time calculation was performed with ParlGov R script u !{ Ecabinet_idintegerParlGov unique identifier for each cabinet. Variable name 'id' in 'cabinet' table and 'cabinet_id' in all other tables.0t G Eseatsnumber of seats in parliaments ] Eparty_idintegerParlGov unique party identifier. Variable name 'id' in 'party' table and 'party_id' in all other tables.=r [ Edatedatedate of party composition of parliament&q  # Eelection_idintegerParlGov unique identifier for national and EP elections. Variable name 'id' in 'election' table and 'election_id' in all other tables.Tp !y 2validationbinaryobservation has been validated with an external source2o #So descriptiontextInformation about this observation.This field should also include a short textual account of all information that is coded in the 'data_json' field.\n #wikipediaurllink to wikipedia entry or other url if no wikipedia entry exists}m 37 Ddescription_cabinetbinarydescription of confidence vote in description field of cabinet (eg. investiture vote)>l _  eestextEuropean Election Study (2009) country IDTk  =commenttextadditional information about the coding of this observationj  D absenti  Ddateh  D total2g #SoDdescriptiontextInformation about this observation.This field should also include a short textual account of all information that is coded in the 'data_json' field.Uf  Dcommenttextadditional information about the coding of this observatione  Dyesd # D data_sourcetextshort list of data sources used to code this variable -- references, except urls, are entries in table 'info_data_source'c  D abstainb  D invalida  Dno`  Dpassed_  Dtype_id^ # Dlower_house] !{ Dcabinet_idintegerParlGov unique identifier for each cabinet. Variable name 'id' in 'cabinet' table and 'cabinet_id' in all other tables.S\   Didintegerunique numeric identifier for each observation in data table2[ #SoCdescriptiontextInformation about this observation.This field should also include a short textual account of all information that is coded in the 'data_json' field.UZ  Ccommenttextadditional information about the coding of this observationY # Cdata_sourcetextshort list of data sources used to code this variable -- references, except urls, are entries in table 'info_data_source'X ] Cparty_idintegerParlGov unique party identifier. Variable name 'id' in 'party' table and 'party_id' in all other tables.GW  c Ctype_idintegerexperimental coding type of cabinet supportV !{ Ccabinet_idintegerParlGov unique identifier for each cabinet. Variable name 'id' in 'cabinet' table and 'cabinet_id' in all other tables.SU   Cidintegerunique numeric identifier for each observation in data tableLT 3U 5previous_cabinet_idinteger'cabinet_id' of incumbent governmentUS  Acommenttextadditional information about the coding of this observationKR 3a Aministry_country_idid in table 'minister_ministry_country_id'&Q - Asaliencesalience measureSP   Aidintegerunique numeric identifier for each observation in data tableO  =nametextN  =shorttextSM  =idintegerunique numeric identifier for each observation in data tablelL + @type_idintegerParlGov unique party family identifier -- see table 'info_id' for a descriptionSK   @idintegerunique numeric identifier for each observation in data tableJ ] @party_idintegerParlGov unique party identifier. Variable name 'id' in 'party' table and 'party_id' in all other tables.I # 1data_sourcetextshort list of data sources used to code this variable -- references, except urls, are entries in table 'info_data_source'H #  data_sourcetextshort list of data sources used to code this variable -- references, except urls, are entries in table 'info_data_source'2G #So descriptiontextInformation about this observation.This field should also include a short textual account of all information that is coded in the 'data_json' field.F #  data_sourcetextshort list of data sources used to code this variable -- references, except urls, are entries in table 'info_data_source'E # data_sourcetextshort list of data sources used to code this variable -- references, except urls, are entries in table 'info_data_source'_D % 7name_englishtextEES party name english (European Parliament Election Study 2009)NC } 7nametextEES party name (European Parliament Election Study 2009)TB  7countrytextEES country name (European Parliament Election Study 2009)LA  y 7idintegerEES party ID (European Parliament Election Study 2009) @ ! 8nametextparty name)? 1 8enametextparty name english'> - 8partytextparty name short== S 8natidintegerRay (1999) expert survey country ID$< % 8nationtextcountry name W~~~i~7}}|{{z+yywvttstssrrr+qqPpp`oopnnQmmlkk|kGjOih*gff dddc bb6aSa"`__^^^^^<]][ZZQYYWV}VUdTSARRNPPP6PNN9N MLLGKK~K JIIeH_GGGuFF7EsE DDGCByBMA@h??<>>c><;::99 88w8E77|7#6695L54492111b/..R-,+l+*))d)((4''S&&&*%$#V""t">!!!U 1kBic2Z<S> D [$fe-M!m% 1998-10-21D'Alema Ihttp://it.wikipedia.org/wiki/Governo_D%27Alema_Iafp, reutersPM D'Alema and his cabinet were appointed on 21 October 1998 and won a confidence vote in parliament (yes: 333, no: 281 [lower house]) on 23 October and in the Senate (yes: 188, no: 116 [upper house]) on 27 October. He resigned on 18 December 1999 after Republicans (UDR) and Socialists (SDI) called for his resignation.'F|N *L! 1990-02-28Kaifu IIjMK!W  1999-12-09Clark Ihttp://en.wikipedia.org/wiki/Fifth_Labour_Government_of_New_Zealandejpr, wconfidence and supply from the Greens*N.J!  2000-04-05Mori IejprtN LI!%gY 31978-03-08Kyprianou IIhttp://en.wikipedia.org/wiki/Spyros_KyprianoukeesingsCabinet was presented on 8 March 1978 following the re-election of President Kyprianou on 28 February.MD:H!- +1957-06-13Bourges-Maunouryhttp://fr.wikipedia.org/wiki/Gouvernement_Maurice_Bourg%C3%A8s-Maunourypa-84One minister appointed by African Democratic Rally (RDA).O8LrkG!%u #1958-06-01Erlander VIIhttp://sv.wikipedia.org/wiki/Regeringen_Erlander_IIImueller|L|F!!s%e #1956-09-26Erlander Vhttp://sv.wikipedia.org/wiki/Regeringen_Erlander_IImueller, nytCabinet remained in office after elections on 26 September 1956. Cabinet resigned on 26 October 1957 following the withdrawal of the Farmers' League (B) four days earlier. LhSE!W C1994-06-26Aho IIhttp://en.wikipedia.org/wiki/Esko_Ahovalt?ZM7D! 1977-07-04Suarez Ihttps://en.wikipedia.org/wiki/Second_government_of_Adolfo_Su%C3%A1rezMinority government with various supporting parties (Hopkin 2005, 389),*M:C!% i  @1945-08-02Van Acker IIhttp://en.wikipedia.org/wiki/Achille_Van_AckerProvisional cabinet continued in office on 2 August 1945.(r8K]B!!c C1968-03-22Koivisto Ihttp://en.wikipedia.org/wiki/Mauno_KoivistovaltSLGA!'qC 1991-04-13Andreotti VIIhttp://it.wikipedia.org/wiki/Governo_Andreotti_VIIreutersPM Andreotti formed a new cabinet with all former coalition partners and presented it to President Cossiga on 12 April 1991. The cabinet was appointed the following day but the Republican Party (PRI) pulled out after a row over cabinet posts. It won a confidence vote (yes: 339, no: 207 [lower house]; yes: 177, no: 104 [upper house]) on 29 April.|MZ@!_ 71994-09-15Gailishttp://en.wikipedia.org/wiki/Maris_Gailismue-rom4M^?!%a C1951-09-20Kekkonen IIIhttp://en.wikipedia.org/wiki/Urho_Kekkonenvalt?L7}>!# +1992-04-02Beregovoy Ihttp://fr.wikipedia.org/wiki/Gouvernement_Pierre_B%C3%A9r%C3%A9govoymuellerhM6=!)  (1999-12-15Bundesrat 1999swiss&N/<!'  +1958-06-02de Gaulle IIIhttp://fr.wikipedia.org/wiki/Gouvernement_Charles_de_Gaulle_(3)pa-84One minister appointed by African Democratic Rally (RDA).R8L}d;!!u 1999-08-07Juncker IIhttp://en.wikipedia.org/wiki/Juncker-Polfer_Ministrym+NE:!#%! 1984-01-10Schluter IIhttp://da.wikipedia.org/wiki/Regeringen_Poul_Schl%C3%BCter_Imueller, nytCabinet ended with elections on 8 September 1987 and resigned a day later.3UM[9!] J2000-06-07Buzek IIhttp://en.wikipedia.org/wiki/Jerzy_Buzekmue-romhN 48!'w ) @1999-07-12Verhofstadt Ihttp://en.wikipedia.org/wiki/Verhofstadt_I_GovernmentCabinet won an investiture vote (yes: 90, no: 47, abstain: 1) on 17 July 1999._p8NR7!#ok 61953-10-20Adenauer IIhttp://de.wikipedia.org/wiki/Kabinett_Adenauer_IIwidCabinet ended on 15 July 1955 when German Bloc (GB/BHE) ministers joined Christian Democrats (CDU) party group.gLJ6!# 1 )2000-04-13Simitis IIICabinet won an investiture vote (yes: 157, no: 141, absent: 2) on 24 April 2000. !,N c5!) ] 1994-09-27Rasmussen N IIhttp://en.wikipedia.org/wiki/Cabinet_of_Poul_Nyrup_Rasmussen_IIreutersCabinet was presented on 27 September 1994. Minority cabinet was supported by Socialist Peoples Party (SF) and Red-Green Alliance (Enh). Cabinet ended on 30 December 1996 when the Centre Democrats (CD) withdrew from the coalition.YMH4!#qG '2004-09-29Gyurcsany Ihttp://en.wikipedia.org/wiki/Ferenc_Gyurcs%C3%A1nymue-romPM Gyurcsany won an investiture vote (yes: 197, no: 12, abstain: 175) on 29 September 2004. .\NH23!Y'7 <2002-12-19Rop Ihttp://en.wikipedia.org/wiki/Anton_Ropejpr, mue-romCabinet won an investiture vote (yes: 54, no: 25, abstain: 11) on 19 December 2002.  N42 !% 972006-02-08Dzurinda IIIhttps://en.wikipedia.org/wiki/Dzurinda%27s_Second_CabinetejprCaretaker cabinet remained in office after calling early elections on 7 February 2006.Replacement of KDK ministers on 8 February 2006 used as starting date (see EJPR-PDY).#|N\r1! ,1955-05-26Eden IIhttp://en.wikipedia.org/wiki/Conservative_Government_1955%E2%80%931957:L_`0!g 1968-06-24Leone IIhttp://it.wikipedia.org/wiki/Governo_Leone_IImueller|L./!# 1997-06-11Chretien II|Nb.!!i  1983-06-08Willoch IIhttp://en.wikipedia.org/wiki/K%C3%A5re_WillochmuellerdBMv)-! 1980-07-17SuzukiqMYr,!  %2002-06-06Ahern IIPM Ahern won an investiture vote (yes: 93, no: 68) on 6 June 2002. ~tN4f+!!s !1954-07-09Menzies VIhttp://en.wikipedia.org/wiki/Sixth_Menzies_Ministryhug-686$LTm*!#u! 81999-05-28Oddsson IIIhttp://en.wikipedia.org/wiki/Dav%C3%AD%C3%B0_OddssonindridasonP`N`)!e 1992-06-28Amato Ihttp://it.wikipedia.org/wiki/Governo_Amato_Imueller]|M`(!u 1984-07-20Santer Ihttp://lb.wikipedia.org/wiki/Regierung_Santer-Poos_ImM'!! W 1945-11-14Dupong IIIhttp://en.wikipedia.org/wiki/National_Union_Government_%281945%29nytCabinet resigned on 13 February 1947.TKC&!=w%2008-05-07Cowenhttp://en.wikipedia.org/wiki/Government_of_the_30th_D%C3%A1il#28th_Government_of_IrelandreutersPM Cowen won an investiture vote (yes: 88, no: 76) on 7 May 2008. Cabinet ended on 23 January 2011 when the Green party withdrew.There is a change in party composition when the PD was formally dissolved on 20 November 2009. Not coded as cabinet change since the PD minister remains in office as an independent.`{tNpc%!} 1967-04-05De Jonghttp://en.wikipedia.org/wiki/Netherlands_cabinet_De_JongLց}$!mA 1999-12-21Isarescuhttp://en.wikipedia.org/wiki/Mugur_Is%C4%83rescureutersCabinet won an investiture vote (yes: 305, no: 35) on 21 December 1999 in a joint sitting of parliament. Cabinet ended with election on 26 November 2000.1N\#!k 61966-12-01Kiesingerhttp://de.wikipedia.org/wiki/Kabinett_KiesingerFLh"!!u ?2005-03-12Socrates Ihttp://en.wikipedia.org/wiki/Jos%C3%A9_S%C3%B3cratesejprlNR^!!g @1946-03-13Spaak IIhttp://en.wikipedia.org/wiki/Paul-Henri_Spaakmueller8LA !# gO 31977-08-31Kyprianou Ihttp://en.wikipedia.org/wiki/Spyros_KyprianounytKyprianou became acting president on 3 September 1977 following the death of Archbiship Makarios.M:P!im D1992-07-02Klaus Ihttp://en.wikipedia.org/wiki/V%C3%A1clav_KlausreutersPM Klaus was appointed on 2 July 1992 heading the Czech regional government. Cabinet won an investiture vote (yes: 106, no: 94, abstain: 0). Cabinet ended on 31 December 1993 with the dissolution of the Czech and Slovak Federal Republic.'MЂ;!% J2007-11-16Tusk Ihttp://en.wikipedia.org/wiki/First_Cabinet_of_Donald_Tuskbbc, reutersTusk was designated as prime minister on 9 November 2007 and appointed on 16 November. The cabinet won an investiture vote on 24 November (yes: 238, no: 204) and ended with elections on 9 October 2011.d0hNg/!  2000-07-04Mori IIejprN!W!a '2009-04-14Bajnaihttp://en.wikipedia.org/wiki/Gordon_Bajnaiw\NzZ!c C1954-05-05Torngrenhttp://en.wikipedia.org/wiki/Ralf_TörngrenvaltGLT3!+ H2003-04-15Fenech Adami IVFN>q!  +1974-05-28Chirac Ihttp://fr.wikipedia.org/wiki/Gouvernement_Jacques_Chirac_%281%29pa-84eMk!!u! 81995-04-13Oddsson IIhttp://en.wikipedia.org/wiki/Dav%C3%AD%C3%B0_OddssonindridasonR`M! %G D2009-04-09Fischerhttp://en.wikipedia.org/wiki/Jan_Fischer_%28Czech_politician%29ctk, reutersInterim PM Fischer was appointed on 9 April 2009 and the caretaker cabinet on 8 May. He was nominated by Civic Democratics (ODS), Social Democrats (CSSD), Greens (SZ) and won an investiture vote on 7 June (yes: 156). Cabinet ended with election on 29 May 2010 and resigned on 25 June.27NzP!-9 #1996-03-21Persson Ihttp://en.wikipedia.org/wiki/Cabinet_of_G%C3%B6ran_Perssonmueller, reutersPM Persson won an investiture vote (yes: 178, no: 0, abstain: 154) on 21 March 1996. 7Mc!q !1990-04-04Hawke IVhttp://en.wikipedia.org/wiki/Fourth_Hawke_Ministryaph-11k$Mk!!%1948-02-18Costello Ihttp://en.wikipedia.org/wiki/Government_of_the_13th_D%C3%A1il<tLZ!a 72004-03-09Emsishttp://en.wikipedia.org/wiki/Indulis_Emsismue-romNH[!] K2002-01-28Kallas Shttp://en.wikipedia.org/wiki/Siim_Kallasmue-romN4k!!%1944-06-09Valera VIIhttp://en.wikipedia.org/wiki/Government_of_the_12th_D%C3%A1ilztKp!  +1946-06-24Bidault Ihttp://fr.wikipedia.org/wiki/Gouvernement_Georges_Bidault_(1)be-70\L]!e 1974-11-23Moro IVhttp://it.wikipedia.org/wiki/Governo_Moro_IVmueller=A|Ml!# 1989-11-07Lubbers IIIhttp://en.wikipedia.org/wiki/Netherlands_cabinet_Lubbers-3&sKM^ !!m 61949-09-20Adenauer Ihttp://de.wikipedia.org/wiki/Kabinett_Adenauer_I*EL"0 !% 1986-07-22Nakasone III8M !%cm <1994-04-08Drnovsek IIIhttp://en.wikipedia.org/wiki/Janez_DrnovsekbbcContinuation cabinet started on 8 April 1994 with a change in party composition of the previous cabinet. It ended on 26 January 1996 when the Social Democrats (ZLSD) withdrew./~Ma !'c @1958-11-06Eyskens G IIIhttp://en.wikipedia.org/wiki/Gaston_Eyskensmuellerp=8L}[ ! c C1975-06-13Liinamaahttp://en.wikipedia.org/wiki/Keijo_Liinamaavalt|M&T!#}{k#1981-05-19Falldin IIIhttp://sv.wikipedia.org/wiki/Regeringen_F%C3%A4lldin_IIImuellerParliament passed an investiture vote (yes: 102, no: 174, abstain: 62) on 22 Mai 1981 with no absolute majority against the cabinet. Cabinet ended with election on 19 September 1982.Negative parliamentarism (Bergmann 1993: 297). Mbt!'q' 1976-07-29Andreotti IIIhttp://it.wikipedia.org/wiki/Governo_Andreotti_IIInytPM Andreotti was appointed on 29 July 1978 and the cabinet the day after. Cabinet resigned on 16 January 1978 after losing minority support.J|M1!!mc C1964-09-12Virolainenhttp://en.wikipedia.org/wiki/Johannes_Virolainennyt, valtCabinet was appointed on 12 September 1964.LbLX!] K2003-04-10Partshttp://en.wikipedia.org/wiki/Juhan_Partsmue-romN> !yA% #1976-10-07Falldin Ihttp://sv.wikipedia.org/wiki/Regeringen_F%C3%A4lldin_Iberg-93, keesings, muellerCabinet won an investiture vote (yes: 174, no: 160, abstain: 0). Cabinet resigned on 5 October in disagreement over nuclear energy policy.M0#!i# D1996-07-02Klaus IIIhttp://en.wikipedia.org/wiki/V%C3%A1clav_Klausap, reutersPM Klaus was appointed on 2 July 1996 and the cabinet a day after. The cabinet won an investiture vote on 25 July (yes: 98, no: 40) through absent votes by the Social Democrats (CSSD). Two smaller coalition parties (KDU/CSL and ODA) withdrew from cabinet on 28/29 November 1997 and cabinet resigned on 30 November.C-M/!# ?1981-09-04Balsemao IIlMc0!  2007-09-26Fukuda Yejpr*Ng!s'U ;1945-12-04Figl Ihttp://de.wikipedia.org/wiki/Bundesregierung_Figl_Imueller, oepaPM Figl was appointed on 4 December and the cabinet on 20 December. Cabinet ended on 20 November 1947 when the Communist Party (KPO) withdrew from the coalition. (K]!a% J1991-12-23Olszewskihttp://en.wikipedia.org/wiki/Jan_Olszewskiafp, reutersGovernment was appointed on 23 December 1991 after winning a confidence vote (yes: 235, no: 60, abstain: 139). Government lost a vote of confidence on 4 June 1992 (yes: 119, no, 273, abstain: 33) after communist secret police files were distributed.KhMu~! +1968-07-12Murvillehttp://fr.wikipedia.org/wiki/Gouvernement_Maurice_Couve_de_Murvillepa-84Lf}!!u 82003-05-23Oddsson IVhttp://en.wikipedia.org/wiki/Dav%C3%AD%C3%B0_Oddssonejpr`N>2|!) (1983-12-07Bundesrat 1983wMvj{!} 1948-08-07Drees Ihttp://en.wikipedia.org/wiki/Netherlands_cabinet_Drees-1Cabinet fell after VVD ministers resigned following a VVD vote supporting a motion of no-confidence that had no majority in parliament.`Luz!+! 81989-09-10Hermannsson IIIhttp://en.wikipedia.org/wiki/Steingr%C3%ADmur_Hermannssonindridason-`Mqy!  ~%1997-06-26Ahern IPM Ahern won an investiture vote (yes: 85, no: 78) on 26 June 1997. =<"tNWx!a }C1946-03-26Pekkalahttp://en.wikipedia.org/wiki/Mauno_Pekkalavalt/eL]w!)a |2003-05-27Balkenende IIIhttp://en.wikipedia.org/wiki/Balkenende_IIQON>hv!%q {1950-01-21De Gasperi Vhttp://it.wikipedia.org/wiki/Governo_De_Gasperi_VImueller|L,0u!) zH1984-12-22Mifsud BonniciSM)t! y 1984-07-26Lange I8*Mes!#s xC1944-11-17Paasikivi Ihttp://fi.wikipedia.org/wiki/Paasikiven_II_hallitusvalt1)K>r!cW w,2007-06-27Brownhttp://en.wikipedia.org/wiki/Brown_MinistrybpfCabinet ended with election on 6 May 2010 and PM Brown resigned on 11 May following electoral defeat.:NfAq!7  v2007-04-05Popescu-Tariceanu IIIhttp://en.wikipedia.org/wiki/C%C4%83lin_Popescu-T%C4%83riceanuejprCabinet won an investiture vote (yes: 303, no: 27) on 3 April 2007. Nf]p!g u2006-05-17Prodi IIhttp://en.wikipedia.org/wiki/Prodi_II_Cabinetejpr7kI|N\o!  -t+1981-06-23Mauroy IIhttp://fr.wikipedia.org/wiki/Gouvernement_Pierre_Mauroy_%282%29pa-84cabinet ended by formal resignation; junior minister of MRG in cabinet but no minister Party "Movement of democrates" could not be identified. |Mcn!)}') sC1970-07-15Karjalainen IIhttp://fi.wikipedia.org/wiki/Karjalaisen_toinen_hallituskeesings, nytCabinet was appointed on 15 July 1970 Cabinet requested to resign on 17 March 1971 after internal divisions and it was reshuffled on 26 March.MLm!w%= r;1959-07-16Raab IIIhttp://de.wikipedia.org/wiki/Bundesregierung_Raab_IIImueller, nytCabinet was appointed on 16 July 1959. Cabinet submited its resignation on 22 October 1960 after disputes over 1961 budget and resigned on 3 November.i[(Lal!i q1970-03-27Rumor IIIhttp://it.wikipedia.org/wiki/Governo_Rumor_IIImueller$|L`k!%c p@1958-06-23Eyskens G IIhttp://en.wikipedia.org/wiki/Gaston_Eyskensmueller=8L|uj!'  o+1969-06-22Chaban-Delmashttp://fr.wikipedia.org/wiki/Gouvernement_Jacques_Chaban-Delmaspa-84L\i!_ n71999-07-16Skele IIIhttp://en.wikipedia.org/wiki/Andris_Skelemue-romgNKh! ei m 1994-10-16Indzhovahttp://en.wikipedia.org/wiki/Reneta_IndzhovareutersCaretaker cabinet was appointed on 16 October 1994. Cabinet ended with an early election on 18 December 1994. dM{g!!gA l!2010-09-14Gillard IIhttp://en.wikipedia.org/wiki/Gillard_MinistryreutersPM Gillard formed a minority cabinet on 7 September 2010 after having found the support of four independent and one Green MP. Cabinet was appointed on 14 September. Cabinet ended with resignation of PM Gillard on 26 June 2013 after a leadership vote within the Labor Party (ALP).$Nef!#w k61998-10-27Schroeder Ihttp://de.wikipedia.org/wiki/Kabinett_Schr%C3%B6der_I N *e! j1989-08-10Kaifu IMYd!u%k i;1956-06-29Raab IIhttp://de.wikipedia.org/wiki/Bundesregierung_Raab_IImueller, nytCabinet was appointed on 29 June 1956. On 9 March 1959, coalition parties agreed to call an early election after disagreement over housing and tax policies. Cabinet ended with an early election on 10 May 1959 and resigned two days later.(Lhpc!% h+1951-03-10Queuille IIIhttp://fr.wikipedia.org/wiki/Gouvernement_Henri_Queuille_(3)pa-84oKL6gb! g2003-12-12Martin Ihttp://en.wikipedia.org/wiki/Twenty-Seventh_Canadian_Ministry7|N>[a!%W f1996-09-02Vacaroiu IIIhttp://en.wikipedia.org/wiki/Vacaroiumue-romMd`!!{ e1969-02-06Werner IIIhttp://lb.wikipedia.org/wiki/Regierung_Werner-Schaus_IILA_!!1 dC1995-04-13Lipponen Ihttp://en.wikipedia.org/wiki/Paavo_Lipponen's_first_cabinetvaltCabinet won an investiture vote (yes: 139, no: 49, absent: 11) on 28 April 1995. Mf^!} c,1945-07-26Attlee Ihttp://en.wikipedia.org/wiki/Labour_Government_1945-1951bpfa:KS]!'g#c b 1961-09-11Gerhardsen VIhttp://en.wikipedia.org/wiki/Einar_Gerhardsennyt, reg-noGerhardsen lost a confidence vote (yes: 74 no: 76) on 23 August 1963 and the cabinet resigned on 28 August.=nBL%\!  a 1972-12-08Kirk9*M `[!{ `1946-07-03Beel Ihttp://en.wikipedia.org/wiki/Netherlands_cabinet_Beel-1L_Z!!g _@1995-06-23Dehaene IIhttp://en.wikipedia.org/wiki/Jean-Luc_DehaeneejprpL8MY!]#] ^ 1989-10-16Sysehttp://en.wikipedia.org/wiki/Jan_P._Sysenyt, reg-noCabinet was appointed on 16 October 1989. Goverment collapsed on 29 October 1990 over the country's links to the European Community and formally resigned on 3 November.;BMbX!# g \@1987-10-21Martens VIIhttp://en.wikipedia.org/wiki/Wilfried_Martensmuellerw 8MqW!%{# [1996-02-15Stankeviciushttps://en.wikipedia.org/wiki/Stankevi%C4%8Dius_Cabinetap, mue-romPM Stankevičius won an investiture vote (yes: 70, no: 6) on 15 February 1996. Cabinet ended with election on 20 October 1996.+MaV!i Z1954-01-18Fanfani Ihttp://it.wikipedia.org/wiki/Governo_Fanfani_Imueller|LT\U!e Y1970-08-06Colombohttp://it.wikipedia.org/wiki/Governo_Colombomuellerq|LcT!} X,1950-02-28Attlee IIhttp://en.wikipedia.org/wiki/Labour_Government_1945-1951cq:L,bS!i W1982-12-01Fanfani Vhttp://it.wikipedia.org/wiki/Governo_Fanfani_VmuellerT\a|MleR!!k V1980-04-04Cossiga IIhttp://it.wikipedia.org/wiki/Governo_Cossiga_IImuellerB\a|MXXQ!g U62005-11-22Merkel Ihttp://en.wikipedia.org/wiki/Merkel_Cabinet_IvNRP!%o#1 T1982-08-23Spadolini IIhttp://it.wikipedia.org/wiki/Governo_Spadolini_IIap, muellerPrevious cabinet reformed on 23 August 1982. PM Spadolini requested to resign on 11 November 1982 and submitted a second request two days later.\a|Mm,O! SH1981-12-18Mintoff V^MbhN!%q Q 1981-02-04Brundtland Ihttp://en.wikipedia.org/wiki/Gro_Harlem_BrundtlandmuellerBMb]M!uy P@2008-12-30Rompuyhttp://en.wikipedia.org/wiki/Van_Rompuy_I_Governmentafp, nzzCabinet was appointed on 30 December 2008 and won an investiture vote on 2 January 2009 (yes: 88, no: 45). Cabinet ended on 19 November 2009 after PM van Rompuy was chosen as President of the European Council and cabinet resigned on 24 November.8Nq1L!) O(1971-12-08Bundesrat 1971 LcK!#q NC1948-07-29Fagerholm Ihttp://en.wikipedia.org/wiki/Karl-August_Fagerholmvalt}L/J!#M%1987-03-10Haughey IIIc+XtMI! w; LD1998-01-02Tosovskyhttp://en.wikipedia.org/wiki/Josef_To%C5%A1ovsk%C3%BDreutersInterim PM Tosovsky and the caretaker cabinet were appointed on 2 January 1998 and won an investiture vote on 28 January (yes: 123, no 71, abstain: 3). Minority cabinet was supported by Czech Social Democratic Party (CSSD). Cabinet ended with an early election on 20 June 1998.-N eH!s KJ1991-01-12Bieleckihttp://en.wikipedia.org/wiki/Jan_Krzysztof_Bieleckiap, nythMƁ G!+ 5 J)1993-10-13Papandreou A IVCabinet won an investiture vote (yes: 170, no: 129, absent: 1) on 25 October 1993. j,Mڃ.F!c3 I1996-12-11Ciorbeahttp://en.wikipedia.org/wiki/Victor_CiorbeareutersParties signed a coalition agreement on 6 December 1996. Cabinet won an investiture vote (yes: 316, no: 152) on 11 December in a joint sitting of parliament and was appointed the day after. Cabinet ended on 29 January 1998 when Democrats (PD) withdrew. PM Ciorbea resigned on 30 March 1998 and interim PM Dejeu was appointed the same day.f1MpE!! H+1978-03-31Barre IIhttp://fr.wikipedia.org/wiki/Gouvernement_Raymond_Barre_(2)nyt, pa-84M:3D!'} G2009-04-05Rasmussen L Ihttp://en.wikipedia.org/wiki/Cabinet_of_Lars_L%C3%B8kke_RasmussenreutersPM Rasmussen called an early election on 26 August 2011.NzaC!#u F1980-03-03Trudeau P Vhttps://en.wikipedia.org/wiki/22nd_Canadian_Ministry|MXUB!% GE2007-02-22Balkenende Vhttp://en.wikipedia.org/wiki/Netherlands_cabinet_Balkenende-4ejpr, nytThe government collapsed on 20 February 2010 over disagreements on extending troop deployments in Afghanistan. PvdA pulled out of the coalition and Queen Beatrix accepted the resignation of their ministers on 23 February.ABNfCA!!{C DJ1992-07-11Suchocka Ihttps://en.wikipedia.org/wiki/Cabinet_of_Hanna_SuchockaafpCabinet was nominated on 8 July 1992 and won an investiture vote on 11 July (yes: 226, no: 124, abstain: 28). Cabinet resigned on 28 May 1993 after losing a confidence vote (yes: 198, no: 223, abstain: 24) by one vote.]hMс>@!o#= C!1966-12-14Holt IIhttp://en.wikipedia.org/wiki/Second_Holt_Ministryhug-77, nytCabinet ended on 18 December 1967 after PM Holt presumed drowned in a swimming accident.$Ls?!! B 1951-09-01Holland IIhttp://en.wikipedia.org/wiki/First_National_Government_of_New_Zealandn*L6>!'  9A2006-07-07Balkenende IVhttp://en.wikipedia.org/wiki/Netherlands_cabinet_Balkenende-3D66 withdrew from the Balkenende II government and Balkenende III caretaker cabinet came into office to prepare the 2006 election and the 2007 budget.|ON\5=!m%% @2000-12-20Nastase Ihttp://en.wikipedia.org/wiki/Adrian_N%C4%83staseafp, reutersPM Nastase was appointed on 20 December 2000. The cabinet won an investiture vote (yes: 314, no 145) on 28 December in a joint sitting of parliament and was appointed the same day. Minority cabinet was supported by Liberals (PNL) and ethnic Hungarians (UDMR). Cabinet ended with a reshuffle on 19 June 2003 to reduce cabinet size.PN q<!%  ?,1963-10-18Douglas-Homehttp://en.wikipedia.org/wiki/Conservative_Government_1957-1964bpf:L4;!%o- >61961-11-14Adenauer VIIhttp://de.wikipedia.org/wiki/Kabinett_Adenauer_IVnytAdenauer lost support of his party and was forced to resign on 11 November 1963.}Lc:!%g = 1957-10-07Gerhardsen Vhttp://en.wikipedia.org/wiki/Einar_GerhardsenmuellerBLr39!+ <)1985-06-05Papandreou A IIW,M'8! ;1974-12-09MikiMM]7!'g : 1945-11-05Gerhardsen IIhttp://en.wikipedia.org/wiki/Einar_GerhardsenBKv6!#  91988-06-03Schluter IVhttp://da.wikipedia.org/wiki/Regeringen_Poul_Schl%C3%BCter_IIImuellerEM5!#}#[ 8 1973-10-16Bratteli IIhttp://en.wikipedia.org/wiki/Bratteli%27s_Second_Cabinetnyt, reg-noCabinet was appointed on 16 October 1973. PM Bratteli announced his resignation intend in September 1975 and formally resigned on 9 January 1976, effective 15 January.6 BM.4!% 72000-11-27Chretien III|N /3!!6%1982-03-09Haughey IIOtMl`2!Y# 5 1963-08-28Lynghttp://en.wikipedia.org/wiki/John_Lyngnyt, reg-noCabinet was appointed on 28 August 1963. Cabinet lost a confidence vote on 20 September (yes: 74, no: 76) and resigned on 25 September.bnBLh1! 4+1946-12-16Blumhttp://fr.wikipedia.org/wiki/Gouvernement_L%C3%A9on_Blum_(3)be-70KLi0!y 31957-05-28Hansen IIhttp://da.wikipedia.org/wiki/Regeringen_H.C._Hansen_IImuellerLr /!% )) 21975-02-13Jorgensen IIhttp://da.wikipedia.org/wiki/Regeringen_Anker_J%C3%B8rgensen_IIfolketing, nytMinority cabinet was supported by Centre Democrats (CD), Danish Social-Liberal Party (RV), Conservatives (KF), Christian People's Party (KrF) M&f.!!u 1!1993-03-24Keating IIhttp://en.wikipedia.org/wiki/Second_Keating_Ministryaph-11$M+-! 01960-12-08Ikeda IIYLX,!%q-[ /1996-12-10Vagnorius IIhttps://en.wikipedia.org/wiki/Vagnorius_Cabinet_IImue-rom, reutersPM Vagnorius won an investiture vote (yes: 95, no: 5, abstain: 20) on 27 November 1996 and cabinet (yes: 87, no: 21) on 10 December. Cabinet resigned on 26 February 1998, a constitutional requirement after a presidential election.[6M{+! ) .+2005-05-31Villepinhttp://fr.wikipedia.org/wiki/Gouvernement_Dominique_de_Villepinbbc, ejpr, nyt"NR)*!!o# - 1997-10-17Bondevik Ihttp://en.wikipedia.org/wiki/Kjell_Magne_Bondevikafp, reg-noGovernment was appointed on 17 October 1997. Cabinet resigned on 9 March 2000, effective 17 March, after losing a confidence vote (yes: 71, no: 81, abstain: 13) on environmental legislation.-BNu)!# , 1966-11-26Holyoake IVhttp://en.wikipedia.org/wiki/Second_National_Government_of_New_Zealand*L̃<(!#c?*72007-12-20Godmanis IIhttp://en.wikipedia.org/wiki/Ivars_Godmanisbbc, nytThe international financial crisis caused major political turmoil in Latvia. Godmanis survived a confidence vote (yes: 51, no: 40) on 3 February 2009. However, following coalition internal conflicts the People's Party as well as the Green and Farmers' Union demanded the resignation of the prime minister and he stepped down on 20 February 2009.4Nfd'!!a' )C1990-08-28Holkeri IIhttp://en.wikipedia.org/wiki/Harri_Holkerimueller, valtfMu&!g ;(@1948-11-26Spaak IVhttp://en.wikipedia.org/wiki/Paul-Henri_SpaakmuellerNot coded in Müller/Strom as a distinct cabinet. However, the king had accepted the formal resignation of the preceding cabinet (De Winter 2000, 320).8L3%!- ')1985-07-26Papandreou A III<W,M0$!) &(1995-12-13Bundesrat 1995iM#!% M%1989-12-05Gonzalez IIIhttps://en.wikipedia.org/wiki/Third_government_of_Felipe_Gonz%C3%A1lezSocialist Party (PSOE) had a working majority because the four deputies from the Basque nationalist Herri Batasuna (HB) boycotted parliament (Hamann 1999, 121).B!MA"!u%5 $1950-10-30Eriksen Ihttp://da.wikipedia.org/wiki/Regeringen_Erik_Eriksenmueller, nytCabinet ended with elections on 21 April 1953 and resigned a day after the election.UL-d!! #1963-07-24Marijnenhttp://en.wikipedia.org/wiki/Netherlands_cabinet_MarijnenL[ !_ "C1982-12-31Sorsa Vhttp://en.wikipedia.org/wiki/Kalevi_Sorsanyt, valtzTMm!! 5 !)1996-09-24Simitis IICabinet won an investiture vote (yes: 161, no: 134, absent: 5) on 12 October 1996. e,M! ] +1952-01-20Faure Ihttp://fr.wikipedia.org/wiki/Gouvernement_Edgar_Faure_%281%29pa-84Party "Payson" could not be identified. :%L@X!i 61963-10-16Erhard Ihttp://de.wikipedia.org/wiki/Kabinett_Erhard_I>}L! c  @1944-12-12Pierlot Vhttp://en.wikipedia.org/wiki/Hubert_PierlotProvisional cabinet continued in office on 12 December 1944.Qr8K!5 % 2006-12-07Popescu-Tariceanu IIhttp://en.wikipedia.org/wiki/C%C4%83lin_Popescu-T%C4%83riceanumue-rom, nytN\i! 1979-07-16Werner IVhttp://lb.wikipedia.org/wiki/Regierung_Werner-Thorn-Flesch^MMNg !y 1994-12-13Meciar VIhttp://en.wikipedia.org/wiki/Vladim%C3%ADr_Me%C4%8Diarmue-rom1wMp!'  1972-11-27Trudeau P IIInytMinority cabinet was supported by New Democratic Party (NDP).(|M^!g 1973-07-07Rumor IVhttp://it.wikipedia.org/wiki/Governo_Rumor_IVmuellerA|M[!c 72000-05-04Berzinshttp://en.wikipedia.org/wiki/Andris_Berzinsmue-romngN !!g +1976-08-17Barre Ihttp://fr.wikipedia.org/wiki/Gouvernement_Raymond_Barre_(1)nyt, pa-84PM Barre formally resigned on 30 March 1978. eM00!) (1975-12-10Bundesrat 1975OsM&X!c ,2001-06-07Blair IIhttp://en.wikipedia.org/wiki/Blair_MinistryF:N*]!a J2003-03-01Miller IIhttp://en.wikipedia.org/wiki/Leszek_Millermue-rome5hN>p!# +1974-03-01Messmer IIIhttp://fr.wikipedia.org/wiki/Gouvernement_Pierre_Messmer_(3)pa-84_eMg!!{7 i#1979-10-11Falldin IIhttp://sv.wikipedia.org/wiki/Regeringen_F%C3%A4lldin_IImueller, nyt, riksdagParliament passed an investiture vote (yes: 170, no: 174, abstain: 1) on 11 October 1979 with no absolute majority against the cabinet. PM Fälldin and Foreign Minister Ullsten, head of the Liberals (FP), resigned on 8 May 1981 following the withdrawal of the Moderate Party (MSP) from the coalition four days earlier.Negative parliamentarism (Bergmann 1993: 297).KMN!us D2005-04-25Paroubekhttp://en.wikipedia.org/wiki/Ji%C5%99%C3%AD_ParoubekafpPM Paroubek was appointed on 25 April 2005 and cabinet won an investiture vote (yes: 101, no: 99) on 13 May. Cabinet ended with election on 3 June 2006 and resigned on 16 August.D7NR$!!{#u  1971-03-17Bratteli Ihttp://en.wikipedia.org/wiki/Bratteli%27s_First_Cabinetnyt, reg-noCabinet resigned on 7 October 1972, effective 18 October, after a referendum on Norwegian membership in the European Communities, put forward by government, failed on 25 September.DBL5 !i9  '1993-12-21Borosshttp://en.wikipedia.org/wiki/P%C3%A9ter_Borossmue-romCabinet won an investiture vote (yes: 201, no: 152, abstain: 5) on 21 December 1993. q\M` !#m  2004-07-31Juncker IIIhttp://en.wikipedia.org/wiki/Jean-Claude_JunckerQNHm !!%u  1990-12-18Schluter Vhttp://da.wikipedia.org/wiki/Regeringen_Poul_Schl%C3%BCter_IVafp, muellerPM Schlüter decided to resign over a political scandal involving Tamil refugees ("Tamilsagen") on 18 December 1993.94M ! { g  1945-05-05Buhl IIhttp://en.wikipedia.org/wiki/Cabinet_of_Vilhelm_Buhl_IIProvisional cabinet was formed on 5 May 1945.K& !!c%MO <1992-04-22Drnovsek Ihttp://en.wikipedia.org/wiki/Janez_Drnovsekafp, reutersPM Drnovšek won a confidence vote (yes: 126; total: 208) on 22 April 1992 and presented his cabinet on 4 May. Cabinet ended with elections on 6 December 1992.majority support through DS seatsM)! 1964-11-09Sato ILI!} W ,1974-10-10Wilson IVhttp://en.wikipedia.org/wiki/Labour_Government_1974-1979PM Wilson announced his resignation on 16 March 1976 due to health reasons, taking effect on 5 April.(:Mi!#  1982-05-29Van Agt IIIhttp://en.wikipedia.org/wiki/Netherlands_cabinet_Van_Agt-3QMl0!#?1999-10-25Guterres II `klNZ!a K1994-11-03Tarandhttp://en.wikipedia.org/wiki/Andres_Tarandmue-rom4M0!) H1987-05-12Fenech Adami IzrM^!c 71998-04-08Krasts IIhttp://en.wikipedia.org/wiki/Guntars_Krastsmue-romnN & !q !1968-01-10Gorton Ihttp://en.wikipedia.org/wiki/First_Gorton_Ministryhug-77Cabinet ended on 28 February 1968 with the resignation of PM Gorton.z$L z~~C}}t|{{5yy%xlxww4v=uuss{srr6qqqvqpMooo nn.memlJkIiiehfggfCee daGa``I__3^]\\H[[_YUX9WWVV!UUUcU3TSSQQ$PPYONN]MM#LKKJqIIHHH)GAGFbF*EDCCC!BB.AX>=5<<+;99Z8A77766E55944333h211//H..{.,+*)(9'&U%#" Wo"3p0q A YA~!  ]+1953-06-28Lanielhttp://fr.wikipedia.org/wiki/Gouvernement_Joseph_Laniel_%281%29pa-84Party "Payson" could not be identified. -%LK_} !y 1990-06-27Meciar Ihttp://en.wikipedia.org/wiki/Vladim%C3%ADr_Me%C4%8DiarM#|!# m 1972-02-17Andreotti Ihttp://it.wikipedia.org/wiki/Governo_Andreotti_InytPM Andreotti was appointed by President Giovanni Leone on 17 February 1972 but failed to win an investiture vote in the senate (yes: 151, no: 158) on 26 February 1972 and resigned the same day.Y|M{! ]+1955-02-23Faure IIhttp://fr.wikipedia.org/wiki/Gouvernement_Edgar_Faure_%282%29pa-84Party "Payson" could not be identified. %L^vz!! ?1981-01-09Balsemao InytBalsemao resigned on 10 August 1981 due to lack of internal support.HlMbay!u 1947-03-01Dupong IVhttp://lb.wikipedia.org/wiki/Regierung_Dupong-SchausLjx!'q  1986-05-09Brundtland IIhttp://en.wikipedia.org/wiki/Gro_Harlem_Brundtlandmueller6BMsw!'! 81983-05-26Hermannsson Ihttp://en.wikipedia.org/wiki/Steingr%C3%ADmur_Hermannssonindridasonr`MvUv! [ C1971-10-29Aura IIhttp://en.wikipedia.org/wiki/Teuvo_AuravaltXML.u!  2007-08-27Abe IIejpr*Nf\t!e @1952-01-15Houttehttp://en.wikipedia.org/wiki/Jean_Van_Houttemueller8L@s!!''w 1998-08-14Shipley IIhttp://en.wikipedia.org/wiki/Fourth_National_Government_of_New_Zealandejpr, reutersCabinet continued on 14 August 1998 following a change in party composition. Minority support on confidence issues by ACT and UNZ.U1*N Rr!!{'O 1945-11-07Kristensenhttp://en.wikipedia.org/wiki/Cabinet_of_Knud_Kristensenkeesings, nytCabinet lost a vote of confidence on 4 October 1947 (yes: 66, no: 88) and resigned on 5 November. yK:q!mK !2007-12-03Ruddhttp://en.wikipedia.org/wiki/First_Rudd_MinistrybbcPM Rudd was replaced on 24 June 2010 after a surprise leadership vote in the Labor Party (ALP).$Nfgp!# } ?1979-07-07Pintassilgohttp://en.wikipedia.org/wiki/Maria_de_Lourdes_PintasilgolMNMo!{;+ C2010-06-22Kiviniemihttp://en.wikipedia.org/wiki/Mari_Kiviniemi%27s_cabinetreuters, stt, valt, ylePM Kiviniemi won an investiture vote (yes: 115, no: 56, abstain: 4, absent: 24) on 22 June 2010. Cabinet ended with regular election on 18 March 2011 and PM Kiviniemi handed in her resignation on 28 April.:Nnn! _/ ~1995-01-17Dini Ihttp://it.wikipedia.org/wiki/Governo_DinireutersA technocratic cabinet under PM Dine was appointed on 17 January 1995 and won a confidence vote in parliament (yes: 302, no: 39, abstain: 270 [lower house]) on 25 January and in the Senate (yes: 191, no: 17, abstain: 2 [upper house]) on 1 February. Cabinet had no stable majority support. In October 1995 (facing a confidence motion) Dini promised to resign by the end of the year after passing the 1996 budget. Dini offered his resignation on 30 December 1995 (rejected by President Scalfaro) and resigned on 11 January 1996.F|Mm! /K}?2002-04-06BarrosoCabinet won an investiture vote (yes: 119, no: 110, abstain: 0) on 18 April 2002.EJPR Yearbook lists one minister that is independent but member of parliament but there are no independent members of parliament in the last election outcomes.klN4l!#ug |#1957-10-31Erlander VIhttp://sv.wikipedia.org/wiki/Regeringen_Erlander_IIInytCabinet was appointed on 31 October 1957. Cabinet lost a confidence vote (yes: 111, no: 117) on 25 April 1958 over a pension bill and dissolved parliament three days later.LrVk!# ;' {1979-10-26Jorgensen Vhttp://da.wikipedia.org/wiki/Regeringen_Anker_J%C3%B8rgensen_IVfolketing, nyt, parlineMinority cabinet was supported by Centre Democrats (CD), Christian People's Party (KrF) and Social-Liberal Party (RV). Cabinet lost a vote over an economic reform bill (yes: 74, no: 78, abstain: 10) on 12 November 1981 and PM Jorgensen dissolved parliament (Parline, NYT). He resigned on 9 December following electoral defeat (NYT).8MN&j!_ zC1982-02-19Sorsa IVhttp://en.wikipedia.org/wiki/Kalevi_Sorsanyt, valtSKDL voted against bill that was supported by all parties in parliament.TMl[i!_ y71997-02-13Skele IIhttp://en.wikipedia.org/wiki/Andris_SkeleconradN\h!%os x61955-07-15Adenauer IIIhttp://de.wikipedia.org/wiki/Kabinett_Adenauer_IInyt, widCabinet ended on 23 February 1956 after ministers of the Free Democratic Party (FDP) withdrew from the party group.gL^bg!!g w@1985-11-28Martens VIhttp://en.wikipedia.org/wiki/Wilfried_Martensmueller 8Mf!!ca v2009-09-16Hatoyama Yhttp://en.wikipedia.org/wiki/Yukio_HatoyamabbcConflict over a US military base on Okinawa led to the fall of the cabinet and PM Hatoyama resigned on 2 June 2010. Previously, the SDP quit the coalition on 30 May 2010.GNz e!%3 uC1956-03-03Fagerholm IIhttp://en.wikipedia.org/wiki/Karl-August_Fagerholm%27s_second_cabinetkeesings, nyt, valtFagerholm lost party support and was defeated on 24 April 1957 by a single vote in an election for the party presidency of the SSDP.GLh`d!g t1959-02-15Segni IIhttp://it.wikipedia.org/wiki/Governo_Segni_IImuellerp|LYc!% W s1996-11-07Hashimoto IIafpPM Hashimoto was elected on 7 November 1996 (yes: 262). Cabinet announced resignation on 13 July 1998, effective 30 July, following defeat in upper house elections. tM?b! - r1996-05-05Aznar InytMinority cabinet supported by small regional parties, especially Convergence and Unity (CiU) and Basque National Party (PNV) (Hopkin 2005, 389),c,Mka!k% q'1990-05-23Antallhttp://en.wikipedia.org/wiki/J%C3%B3zsef_Antallmue-romCabinet won an investiture vote (yes: 218, no: 126, abstain: 8) on 23 May 1990. Antall became ill with cancer and died on 12 December 1993.\Mo`!  o+1950-07-12Pleven Ihttp://fr.wikipedia.org/wiki/Gouvernement_Ren%C3%A9_Pleven_(1)pa-84vKL-_!} c n1952-09-02Drees IIIhttp://en.wikipedia.org/wiki/Netherlands_cabinet_Drees-3Drees submitted a resignation request on 17 Mai 1955 after losing a confidence vote (yes:48, no: 50) over housing subsidies. He withdrew the resignation request on 3 June.L@c^!!{{ m;1971-11-04Kreisky IIhttp://de.wikipedia.org/wiki/Bundesregierung_Kreisky_IImuellerCabinet was appointed on 4 November 1971. Cabinet ended with election on 5 October 1975 and resigned three days later.b(Lj]!l%1959-06-23Lemass Ihttp://en.wikipedia.org/wiki/Government_of_the_16th_D%C3%A1il tLo\!! k+1948-08-31Schuman IIhttp://fr.wikipedia.org/wiki/Gouvernement_Robert_Schuman_(2)be-70KL[!)  j)1990-04-11Mitsotakis KonreutersCabinet was appointed on 11 April 1990. Cabinet won an investiture vote (yes: 152, no: 146, abstain: 1, absent: 1) on 26 April 1990. Cabinet resigned on 9 September 1993 after losing parliamentary majority. Some MPs from the New Democracy (ND) party group withdrew their support in conflict over the Republic of Macedonia.,MsZ!%s i#1951-10-01Erlander IIIhttp://sv.wikipedia.org/wiki/Regeringen_Erlander_IImuellerContinuation cabinet started on 1 October 1951 when Agrarian (B) ministers were appointed and ended with elections on 21 September 1952.L6iY! h1951-07-03Dupong VIhttp://lb.wikipedia.org/wiki/Regierung_Dupong-Schaus-BodsonL6WX!!uq g1953-04-21Eriksen IIhttp://da.wikipedia.org/wiki/Regeringen_Erik_EriksennytPM Eriksen informed King Frederik IX in early May 1953 that his government would continue with minority support from Radical Liberals (RV) and Justice Party (RF). Cabinet ended with election on 22 September 1953 and resigned on 29 September.$LJW!iw f61969-10-22Brandt Ihttp://de.wikipedia.org/wiki/Kabinett_Brandt_Idhbt, nytBrandt I cabinet lost its legislative majority after several FDP MPs crossed the floor. Opposition leader Barzel (CDU) initiated a constructive vote of no-confidence (yes: 247, no: 10, abstain: 3, total: 260) on 27 April 1972 to be elected as chancellor but gained no majority support. Brandt called for a vote of confidence (yes: 233, no: 248, abstain: 1) on 20 September 1972 to allow for a dissolution of parliament and new elections.L0V!a7 eJ2001-10-19Miller Ihttp://en.wikipedia.org/wiki/Leszek_MillerejprCabinet won an investiture vote (yes: 306, no: 140, abstain: 1) on 26 October 2001. 5hN*\U!%!EdJ2006-07-14Kaczynskihttp://en.wikipedia.org/wiki/Jaros%C5%82aw_Kaczy%C5%84skiafp, reutersCabinet was appointed on 14 July 2006 and won an investiture vote (yes: 240, no: 205) on 19 July. Coalition ended on 13 August 2007 when PM Kaczyński dismissed all Self-Defense (SRP) and League of Polish Families (LPR) ministers and called for early election. The cabinet resigned on 5 November following defeat in the election.Coded as one cabinet because election takes place within three months (19 October) and new government forms within three month after election (16 November).hN\oT!! c+1948-09-10Queuille Ihttp://fr.wikipedia.org/wiki/Gouvernement_Henri_Queuille_(1)be-70kKLoS!y b;1970-04-21Kreisky Ihttp://de.wikipedia.org/wiki/Bundesregierung_Kreisky_Ifaz, nytCabinet was appointed on 21 April 1970. Minority cabinet was supported by the Freedom Party (FPO). PM Kreisky initiated an early election on 6 July 1971 to win a new mandate. Cabinet ended with an early election on 10 October 1971 and resigned on 19 October.1y(LnR!1q a@1966-03-19Vanden Boeynants Ihttp://en.wikipedia.org/wiki/Paul_Vanden_Boeynantsmueller78L̃Q!#'G `C1999-04-15Lipponen IIhttp://en.wikipedia.org/wiki/Paavo_Lipponen's_second_cabinetreuters, valtCabinet won an investiture vote (yes: 129, no: 54, absent: 16) on 23 April 1999. Cabinet ended on 26 Mai 2002 after the Greens (VIHR) withdrew following parliamentary approval to build a new nuclear power plant two days earlier. Environment minister Satu Hassi was replaced on 31 May.dN1P!! i/ _81959-06-28Jonsson IIhttp://en.wikipedia.org/wiki/Emil_J%C3%B3nssonnytCaretaker cabinet ended with resignation of PM Jonsson on 19 November 1959 (NYT).`LNO!#}%C ^;1975-10-28Kreisky IIIhttp://de.wikipedia.org/wiki/Bundesregierung_Kreisky_IIIfaz, muellerCabinet was appointed on 28 October 1975. PM Kreisky initiated an early election after losing a referendum on nuclear energy on 5 November 1978. Cabinet ended with election on 6 May 1979 and resigned three days later.m(M&N!%!?m]+1966-01-09Pompidou IIIhttp://fr.wikipedia.org/wiki/Gouvernement_Georges_Pompidou_%283%29nyt, pa-84Cabinet was re-appointed on 9 January 1966. Cabinet ended with election on 5 March 1967. Party "Gauche Democr." could not be identified. L̂*M!e% \ 1991-11-05Dimitrovhttp://en.wikipedia.org/wiki/Philip_Dimitrovnyt, reutersPM Dimitrov was appointed on 5 November 1991 and the cabinet was approved (yes: 128, no: 90) three days later. Cabinet resigned on 28 December 1992 after losing a confidence vote (yes:120, no: 111). dMdL!!k [1962-02-21Fanfani IVhttp://it.wikipedia.org/wiki/Governo_Fanfani_IVmueller*|LZK!g Z61983-03-30Kohl IIhttp://de.wikipedia.org/wiki/Kabinett_Kohl_IIiMvmJ! Y1971-10-11Krag IVhttp://da.wikipedia.org/wiki/Regeringen_Jens_Otto_Krag_IIImuellerTLsI!! X 1969-12-22Holyoake Vhttp://en.wikipedia.org/wiki/Second_National_Government_of_New_Zealand,x*LEH!#o? W61980-11-05Schmidt IIIhttp://de.wikipedia.org/wiki/Kabinett_Schmidt_IIIdhbt, nytFDP ministers resigned on 17 September 1982 and the FDP parliamentary group agreed on 29 September to elect Kohl as Chancellor. Schmidt lost a confidence vote (yes: 256, no: 235, abstain: 4, constructive no-vote) on 1 October and PM Kohl was elected. Earlier this year, Schmidt got support in a confidence vote (yes: 269, no: 224) on 2 February.#iMXiG!)m V32003-02-28Papadopoulos Ihttp://en.wikipedia.org/wiki/Tassos_Papadopoulosafp, apSN>}F! U 1997-12-08Shipley Ihttp://en.wikipedia.org/wiki/Fourth_National_Government_of_New_ZealandreutersCabinet was appointed on 8 December 1997. Cabinet ended with withdrawal of the New Zealand First Party (NZFP) on 14 August 1998.l1*NqE!  T1944-11-23Dupong IIhttp://en.wikipedia.org/wiki/Liberation_Government_%28Luxembourg%29KZD!a SC1966-05-27Paasio Ihttp://en.wikipedia.org/wiki/Rafael_PaasiovaltL*C! Q1976-12-24Fukuda T;5M0(B! /_P?1978-01-23Soares IIkeesings, muellerSoares was dismissed on 27 July 1978 after refusing to resign following CDS defection from the governmentIlMD1A!%O%1981-06-30Fitzgerald I/tMbd@!e% N1983-08-04Craxi Ihttp://it.wikipedia.org/wiki/Governo_Craxi_Imueller, nytWia|Mva?!'g M 2000-03-17Stoltenberg Ihttp://en.wikipedia.org/wiki/Jens_Stoltenbergejpr-BN $>! k LC1963-12-18Lehtohttp://en.wikipedia.org/wiki/Reino_Ragnar_Lehtonyt, valtTechnocratic cabinet under PM Lehto appointed on 18 December 1963.bLd=!i! K81959-11-20Thors VIhttp://en.wikipedia.org/wiki/%C3%93lafur_Thorsindridason_@`Lm<!! J+1947-01-22Ramadier Ihttp://fr.wikipedia.org/wiki/Gouvernement_Paul_Ramadier_(1)be-704KLt;!#  I+1944-11-10de Gaulle Ihttp://fr.wikipedia.org/wiki/Gouvernement_Charles_de_Gaulle_(1)be-70K/:!# H?1980-10-05Carneiro II%lMYy9!) G1953-08-10St-Laurent IIIhttp://en.wikipedia.org/wiki/Louis_St._Laurent#Prime_Minister_of_Canada$|LJ8!ky F61965-10-26Erhard IIhttp://de.wikipedia.org/wiki/Kabinett_Erhard_IInytCDU executive committee nominated new candidates to succeed chancellor Erhard on 8 November 1966 and he lost an informal confidence vote ('Vertrauensfrage-Ersuchen') on the same day.Lk7!%q E'2006-06-09Gyurcsany IIhttp://en.wikipedia.org/wiki/Ferenc_Gyurcs%C3%A1nymue-rom\N\;6!! } 5D1977-05-25Den Uyl IIhttp://en.wikipedia.org/wiki/Netherlands_cabinet_Den_UylElection date (25 June 1977) set as start date because caretaker cabinet remains in office for more than three months after election but elections took place within three months after resignation (22 March 1977).{M; 5!#}k C;1996-03-12Vranitzky Vhttp://de.wikipedia.org/wiki/Bundesregierung_Vranitzky_Vaufo, nytCabinet was appointed on 12 March 1996. PM Vranitzky resigned on 18 January 1997 after his party suffered electoral defeats in the European and Vienna City Council elections.& (M4!])BJ2004-05-02Belkahttp://en.wikipedia.org/wiki/Marek_Belkabbc, ejpr, nytParliamentary composition changes during legislative term5hNHl3!o+ A81970-07-10Hafsteinhttp://en.wikipedia.org/wiki/J%C3%B3hann_Hafsteinindridason, nyt>`Lp2!# %w @1972-10-05Jorgensen Ihttp://da.wikipedia.org/wiki/Regeringen_Anker_J%C3%B8rgensen_Imueller, nytMinority cabinet was supported by Socialist Peoples Party (SF) and MPs from Greenland and Faroe Islands (GrFa). Cabinet lost a tax vote (yes: 86, no: 86) on 9 November 1973, ended with an early election on 4 December and resigned on 5 December.YM+1 !!w-#a?2010-07-08Radicova Ihttp://en.wikipedia.org/wiki/Iveta_Radi%C4%8Dov%C3%A1ap, bbc, reutersPM Radičová was appointed on 8 July 2010 with the cabinet appointment one day after. The cabinet passed an investiture vote (yes: 79, no: 66) on 10 August 2010. On 11 October 2011 PM Radičová asked for a vote of confidence (yes: 55, no: 9, abstain: 60, absent: 26) linking it to a proposal on the European bailout mechanism, according to article 114 (3) of the constitution. The coalition partner Freedom and Solidarity (SaS) refused to back the cabinet.Coded as an equivalent to a substantively meaningful resignation due to a change into a caretaker cabinet.  NR0! -3 >+1993-03-29Balladurhttp://fr.wikipedia.org/wiki/Gouvernement_%C3%89douard_Balladurmueller, reutersPM Balladur resigned on 10 May 1995 after his defeat in the presidential election. hM\/!e =1974-03-14Rumor Vhttp://it.wikipedia.org/wiki/Governo_Rumor_VmuellerA|M.!) ;<2005-02-18Rasmussen F IIhttp://en.wikipedia.org/wiki/Cabinet_of_Anders_Fogh_Rasmussen_IIejprplus 1MP from Greenland3NRl-!! ;%1973-03-14Cosgrave Lhttp://en.wikipedia.org/wiki/Government_of_the_20th_D%C3%A1il_tMb,!%g 931983-02-28Kyprianou IVhttp://en.wikipedia.org/wiki/Spyros_Kyprianounyt, wFMvG+!+u9 8J2005-10-31Marcinkiewicz Ihttp://en.wikipedia.org/wiki/Kazimierz_Marcinkiewiczmue-romCabinet won an investiture vote (yes: 272, no: 187, abstain: 0) on 10 November 2005. BhNRZ*!a 7@1965-07-27Harmelhttp://en.wikipedia.org/wiki/Pierre_Harmelmuellere8L‚ )!#i#M 6 1985-09-08Willoch IIIhttp://en.wikipedia.org/wiki/K%C3%A5re_Willochnyt, reg-noCabinet depended on support of the Progress Party. It lost a confidence vote (yes: 78, no: 79) over a gas tax bill on 30 April 1986 and resigned on 9 May 1986.BM5(!  52000-04-26Aznar IIreutersrIN .'! 42004-07-20Martin IIhttp://en.wikipedia.org/wiki/Twenty-Seventh_Canadian_MinistryparlineMinority cabinet was supported by New Democratic Party (NDP).g|NH*&! 3 1989-08-08PalmercB*Md%!g 2+2007-06-18Fillon IIhttp://fr.wikipedia.org/wiki/Gouvernement_Fran%C3%A7ois_Fillon_(2)ejprPM Fillion was re-appointed by President Sarkozy on 18 June 2007 and the cabinet was appointment a day later.'Ngf$!{ 1C1944-09-21Castrenhttp://fi.wikipedia.org/wiki/U._Castr%C3%A9nin_hallitusvalt)K2#!e1 02000-10-26Paksas IIhttp://en.wikipedia.org/wiki/Rolandas_Paksasmue-romCabinet won an investiture vote (yes: 72, no: 48, abstain: 16) on 9 November 2000.;N ["!_ /K1997-03-14Siimannhttp://en.wikipedia.org/wiki/Mart_Siimannmue-romXNG!!Y9G .'2002-05-27Medgyessyhttp://en.wikipedia.org/wiki/Medgyessybbc, mue-rom, nyt, nzzMedgyessy resigned on 19 August 2004 following a conflict with the liberal coalition partner.;\N4* !))o -81988-09-28Hermannsson IIhttp://en.wikipedia.org/wiki/Steingr%C3%ADmur_Hermannssonap, indridasonGovernment took office on 28 September 1988 (AP).`Mg!#u , 2001-10-19Bondevik IIhttp://en.wikipedia.org/wiki/Second_cabinet_BondevikejprMHBN*9!  +H1996-10-28SantreutersIn November 1997 MP Dom Mintoff, a former PM, withdrew from supporting the government in several votes but vowed not to bring it down. Further divisions led to a lost vote of confidence (yes: 34, no: 35) on 7 July 1998 and early electons were announced on 3 August.qMZ!c *H2004-03-23Gonzi Ihttp://en.wikipedia.org/wiki/Lawrence_GonziejprNHq!% ),1987-06-11Thatcher IIIhttp://en.wikipedia.org/wiki/Conservative_Government_1987-1990:MB!mU (#1985-09-15Palme Vhttp://sv.wikipedia.org/wiki/Regeringen_Palme_IInytPM Olof Palme was assassinated on 28 February 1986 and Ingvar Carlsson became acting Prime Minister.0M-!! 'H1971-06-21Mintoff IILg!%%s &;1994-11-29Vranitzky IVhttp://de.wikipedia.org/wiki/Bundesregierung_Vranitzky_IVafp, muellerCabinet was appointed on 29 November 1994. On 13 October 1995, coalition parties agreed to call an early election after disagreement over the 1996 budget. Cabinet ended with an early election on 17 December 1995 and resigned two days later. B(M^!g %1986-08-01Craxi IIhttp://it.wikipedia.org/wiki/Governo_Craxi_IInytNi|MW!Y $<2004-04-08Rop IIhttp://en.wikipedia.org/wiki/Anton_Ropmue-rom NHn!'  #1972-08-09Biesheuvel IIhttp://en.wikipedia.org/wiki/Netherlands_cabinet_Biesheuvel-2}MF! % "+1986-03-20Chirac IIhttp://fr.wikipedia.org/wiki/Gouvernement_Jacques_Chirac_%282%29mueller, nytPM Chirac resigned on 10 May 1988 after losing the presidential election.KoM+!'o# !32008-02-28Christofias Ihttp://en.wikipedia.org/wiki/Dimitris_Christofiasafp, cymailPresident Christofias was sworn in on 28 February 2008 and the cabinet one day later. Cabinet ends with the resignation of Movement for Social Democracy (EDEK) ministers on 1 March 2010.,Npf!!s  !1961-12-22Menzies IXhttp://en.wikipedia.org/wiki/Ninth_Menzies_Ministryhug-68s$LJ!'mS 2004-12-14Brazauskas IVhttp://en.wikipedia.org/wiki/Algirdas_BrazauskasafpPM Brazauskas won an investiture vote (yes: 78, no: 38, abstain: 1) on 24 November 2004 and cabinet (yes: 68, no: 44, abstain: 3) on 14 December. Cabinet ended on 11 April 2006 after New Union (NS) withdrew from the coalition.bNH\!i 61987-03-11Kohl IIIhttp://de.wikipedia.org/wiki/Kabinett_Kohl_IIIZLbM-!  1975-12-12Muldoon I*M&Z![  1965-10-12Borten Ihttp://en.wikipedia.org/wiki/Per_BortenmuellerBL-! 1987-11-06TakeshitaM. ! ?1991-10-31Silva IIIZlMƁ ! 7 )1996-01-22Simitis ICabinet won an investiture vote (yes: 166, no: 123, abstain: 3) on 31 January 1996. Je,MX !_ 1957-05-19Zolihttp://it.wikipedia.org/wiki/Governo_Zolimueller|LrK !}!G 81987-07-08Palssonhttp://en.wikipedia.org/wiki/%C3%9Eorsteinn_P%C3%A1lssonindridasonCabinet resigned on 17 September 1988 (Indridason) in disagreement over economic policy (AP).`Mc !!g @1980-01-23Martens IIhttp://en.wikipedia.org/wiki/Wilfried_Martensmueller 8MX!# 17 C2007-04-19Vanhanen IIhttp://en.wikipedia.org/wiki/Matti_Vanhanen%27s_second_cabinetafp, reuters, valtCabinet was appointed on 19 April 2007. PM Vanhanen announced in December 2008 that he would end his second term early and resigned on 18 June 2010.:Nf!eW 1996-05-18Prodi Ihttp://it.wikipedia.org/wiki/Governo_Prodi_IreutersPM Prodi and his cabinet were appointed 18 May 1996 and won a confidence vote in the Senate (yes: 173, no 139 [upper house]) on 24 May and in parliament (yes: 322, no: 299 [lower house]) on 31 May. Minority cabinet was supported by the Communist Refoundation (PRC). Cabinet fell when PRC withdrew its support over proposed budget cuts. PM Prodi lost a confidence vote (yes: 313, no: 312) and resigned on 9 October 1998.'F|Mx!%  1981-12-30Jorgensen VIhttp://da.wikipedia.org/wiki/Regeringen_Anker_J%C3%B8rgensen_Vmueller{Mbk!{ K2005-04-13Ansip Ihttp://de.wikipedia.org/wiki/Kabinett_Ansip_I_(Estland)mue-romNRp!!  ,1979-05-04Thatcher Ihttp://en.wikipedia.org/wiki/Conservative_Government_1979-1983bpfN:MN~!'+ 81971-07-14Johannesson Ihttp://en.wikipedia.org/wiki/%C3%93lafur_J%C3%B3hannessonindridason, nytCabinet ended when Liberal Left (Sfvm) withdrew from coalition over an anti-inflation bill. PM Johannesson resigned on 2 July 1974.A`L! -% K1996-12-01Vahi IIIhttps://en.wikipedia.org/wiki/Tiit_V%C3%A4hi%27s_third_cabinetmue-rom, reutersPM Vahi resigned on 25 February 1997 over a political controversy several years ago concerning his role in the privatizations of apartments.XMg! 1982-11-04Lubbers Ihttp://en.wikipedia.org/wiki/Netherlands_cabinet_Lubbers-1tMmR !]  2006-07-04Fico Ihttp://en.wikipedia.org/wiki/Robert_Fico|N]=!eE  ;2008-12-02Faymann Ihttp://en.wikipedia.org/wiki/Faymann_cabinetreutersCabinet was appointed on 2 December 2008. Cabinet ended with election on 29 September 2013.G_-(Npb~!{  1991-01-10Simenashttps://en.wikipedia.org/wiki/%C5%A0im%C4%97nas_CabinetHMd}!#g  @1980-05-18Martens IIIhttp://en.wikipedia.org/wiki/Wilfried_Martensmueller8MY/|!! ?1995-10-28Guterres IlMV{!o#'G@2008-03-20Leterme Ihttp://en.wikipedia.org/wiki/Leterme_I_Governmentdw, reutersPM Leterme was appointed on 20 March 2008 and won an investiture vote (yes: 97, no: 48, abstain: 1) three days later. PM Leterme offered to resign on 14 July 2008 after failing to find support for strengthening regional autonomy. The request was rejected by the king three days later and the New Flemish Alliance (NVA) withdrew from the coalition over the issue on 21 September 2008. The entire cabinet offered its resignation on 19 December 2008 following allegations of exerting pressure on courts over bank bailout cases. The resignation was accepted by the king on 22 December 2008.Cabinet ends with withdrawal of the N-VA on 21 September 2008 and requests to resign on 19 December. Coded as one observation due to three month coding rule.8Nphz! +1948-07-27Mariehttp://fr.wikipedia.org/wiki/Gouvernement_Andr%C3%A9_Mariebe-70KLQy!_ D1990-06-29Pitharthttp://en.wikipedia.org/wiki/Petr_PithartbbcPM Pithart was appointed on 29 June 1990 heading the Czech regional government. Cabinet ended with election on 6 June 1992.?M_x!m !1966-01-26Holt Ihttp://en.wikipedia.org/wiki/First_Holt_Ministryhug-77$L̃w!%# D2007-01-09Topolanek IIhttp://en.wikipedia.org/wiki/Mirek_Topol%C3%A1nek%27s_Second_Cabinetap, reutersPM Topolanek was appointed on 9 January 2007 and cabinet won an investiture vote (yes: 100, no: 97) on 19 January. Cabinet lost a confidence vote (yes: 96, no: 101) on 24 March 2009 following political infighting and PM Topolanek resigned two days later.X27Nf/v!#  1981-12-11Muldoon III*Mbiu!! 1981-09-11Van Agt IIhttp://en.wikipedia.org/wiki/Netherlands_cabinet_Van_Agt-23QMb{t!' ;2003-02-28Schuessel IIIhttp://de.wikipedia.org/wiki/Bundesregierung_Sch%C3%BCssel_IIafpCabinet was appointed on 28 February 2003. Cabinet ended on 4 April 2005 after ministers of the Freedom Party (FPO) formed a new party.ym(N>is!'q 2001-06-11Berlusconi IIhttp://it.wikipedia.org/wiki/Governo_Berlusconi_IIejprk|N*tr!+ { 1996-12-30Rasmussen N IIIhttp://en.wikipedia.org/wiki/Cabinet_of_Poul_Nyrup_Rasmussen_IIIreutersCabinet continued on 30 December 1996 after a change in party composition. Minority cabinet was supported by Centre Democrats (CD), Socialist Peoples Party (SF) and Red-Green Alliance (Enh). Cabinet ended with an early election on 11 March 1998.YM}q!/+k%81967-06-11Benediktsson A IIhttps://en.wikipedia.org/wiki/Cabinet_of_Bjarni_Benediktssonindridason, nytPM Benediktsson died in a fire on 10 July 1970.Bjarni Benediktsson (born 1908), see also PM Bjarni Benediktsson (born 1970))>`Lց9p! % 1991-11-05Miyazawaafp, reutersMiyazawa lost a confidence vote (yes: 220, no: 255) on 18 June 1993 and dissolved parliament. Cabinet resigned on 5 August 1993.M[o!k 61974-05-16Schmidt Ihttp://de.wikipedia.org/wiki/Kabinett_Schmidt_Ig_MEn! 7  2008-11-19Key Ihttp://en.wikipedia.org/wiki/Fifth_National_Government_of_New_Zealandconfidence and supply agreements with ACT New Zealand, Māori Party and United Future*Np^m!e 1955-07-22Segni Ihttp://it.wikipedia.org/wiki/Governo_Segni_Imueller|L^{l!' 1957-06-21Diefenbaker InytDiefenbaker dissolved parliament on 2 February 1958 to gain new mandateG2|Lrwk!'  1977-02-15Jorgensen IIIhttp://da.wikipedia.org/wiki/Regeringen_Anker_J%C3%B8rgensen_IImueller2M:Xj!] 82006-06-15Haarde Ihttp://en.wikipedia.org/wiki/Geir_Haardeejpr+`N\hi!%o 1978-03-11Andreotti IVhttp://it.wikipedia.org/wiki/Governo_Andreotti_IVmueller|MD>h!- +1995-05-17Juppe Ihttp://fr.wikipedia.org/wiki/Gouvernement_Alain_Jupp%C3%A9_%281%29mueller, reutersCabinet resigned on 7 November 1995 without naming a reason. >Mdg!} 1951-03-15Drees IIhttp://en.wikipedia.org/wiki/Netherlands_cabinet_Drees-2L6-f!! 1982-11-27Nakasone IqMl+e! 1960-07-19Ikeda I L_d!g 2000-04-28Amato IIhttp://it.wikipedia.org/wiki/Governo_Amato_IIejpr 'k|N tc!! 1982-12-02Gonzalez Ihttps://en.wikipedia.org/wiki/First_government_of_Felipe_Gonz%C3%A1lezUMlob!% ,1959-10-14Macmillan IIhttp://en.wikipedia.org/wiki/Conservative_Government_1957-1964:LYa!_ 71995-12-21Skele Ihttp://en.wikipedia.org/wiki/Andris_SkelerferlMe`!s !2004-10-26Howard IVhttp://en.wikipedia.org/wiki/Fourth_Howard_Ministryaph-11,$NH_!3 q% ]@1978-10-20Vanden Boeynants IIhttp://en.wikipedia.org/wiki/Paul_Vanden_Boeynantsmueller, nytCaretaker cabinet remains in office for more than three months before and after the election (17 December 1978) but continuation caretaker cabinets are only coded ones.8MDE^!#aQ C1953-07-09Kekkonen IVhttp://en.wikipedia.org/wiki/Urho_Kekkonennyt, valtPM Kekkonen resigned on 4 November after losing a vote of confidence on a state grant for housing.?LJm]!% 1971-06-07Biesheuvel Ihttp://en.wikipedia.org/wiki/Netherlands_cabinet_Biesheuvel-1}Ls\!+u C1959-01-13Sukselainen IIIhttp://fi.wikipedia.org/wiki/Sukselaisen_II_hallitusnyt, valtSukselainen resigned on 29 June 1961 following his conviction for administrative irregularities in the State Pensions Institution.(hLq[! +1991-05-16Cressonhttp://fr.wikipedia.org/wiki/Gouvernement_%C3%89dith_CressonmuellerhMhZ!!o 72004-12-02Kalvitis Ihttp://en.wikipedia.org/wiki/Aigars_Kalv%C4%ABtismue-romNIVY!e 1978-12-07Ohira Ihttp://en.wikipedia.org/wiki/Masayoshi_OhiraQ5MD5X!e5 J1993-10-26Pawlak IIhttp://en.wikipedia.org/wiki/Waldemar_Pawlakmue-romCabinet won an investiture vote (yes: 310, no: 83, abstain: 24) on 10 November 1993. hMeW!%a% @1977-06-03Tindemans IVhttp://en.wikipedia.org/wiki/Leo_Tindemansmueller, nyt8M;$V!%1S )2009-10-06Papandreou Ghttp://en.wikipedia.org/wiki/George_Papandreou_%28junior%29afp, ejpr, reutersCabinet won an investiture vote (yes: 160, no: 140) on 19 October 2009. PM Papandreou announced his resignation on 6 November 2011 following an economic crisis. He submitted his resignation on 9 November after finding an agreement with opposition parties about a national unity government.E,NzfU!!y 1994-07-13Santer IIIhttps://en.wikipedia.org/wiki/Santer-Poos_Ministry_III2RMeT!'g  1955-01-22Gerhardsen IVhttp://en.wikipedia.org/wiki/Einar_Gerhardsenmueller!BL^jS!#s% #1988-09-18Carlsson IIhttp://sv.wikipedia.org/wiki/Regeringen_Carlsson_IImueller, nytMinority cabinet was supported by either Liberals (FP) or Communists (VK). PM Carlsson threatened to resign if the parliament would not support an economic rescue bill. He lost the vote (yes: 153, no: 190, absent: 6) and resigned on 15 February 1990.MaR!k #1969-10-14Palme Ihttp://sv.wikipedia.org/wiki/Regeringen_Palme_Imueller5LhQ!w 1955-02-01Hansen Ihttp://da.wikipedia.org/wiki/Regeringen_H.C._Hansen_ImuellerovL^lP!!%1965-04-21Lemass IIIhttp://en.wikipedia.org/wiki/Government_of_the_18th_D%C3%A1ilCtLDO! = ,1970-06-19Heathhttp://en.wikipedia.org/wiki/Conservative_Government_1970-1974bpfPM Heath called an early election on 7 February 1974 following miners industrial unrest.7:LN!! 3 %1989-07-12Haughey IVPM Haughey won an investiture vote (yes: 84, no: 79, abstain: 2) on 12 July 1989. MN.tM 5~}d|{{"zmz=<_;;9988U7766645k5 4]3200~//$.,+*u*))s''`&&1$$[##!1945-07-13Chifley Ihttp://en.wikipedia.org/wiki/First_Chifley_Ministryhug-68x$Kt$! #=%1994-12-15Brutonhttps://en.wikipedia.org/wiki/1992_Irish_general_electionPM Bruton won an investiture vote (yes: 85, no: 74) on 15 December 1994. Cabinet with majority support formed on 15 December 1994.Cabinet parties "secured an overall majority as a result of the several by-elections fought since the 1992 election." (EJPR PDY: 1995: 381)g"tMt#!'q/ < 1993-09-13Brundtland IVhttp://en.wikipedia.org/wiki/Gro_Harlem_Brundtlandkeesings, muellerLBM)"! ; 1990-09-04Moore3B*MZ!!! gM7:@1991-11-24Martens IXhttp://en.wikipedia.org/wiki/Wilfried_MartensreutersContinuation caretaker cabinet remained in office after the previous coalition broke apart until a new coalition formed following elections on 24 November 1991.Start date set to 24 November 1991 (election date) following three month coding rule.)8M+ ! 9 1972-02-07MarshallXx*M/!# 81983-12-27Nakasone IIMvn!)s 72005-05-28Berlusconi IIIhttp://it.wikipedia.org/wiki/Governo_Berlusconi_IIIejpr, wI|NRe!s 6!1951-05-11Menzies Vhttp://en.wikipedia.org/wiki/Fifth_Menzies_Ministryhug-68$L6.!# 51968-04-20Trudeau P I|L`!Y% 4K1992-10-21Laar Ihttp://en.wikipedia.org/wiki/Mart_Laarbbc, reutersCabinet was appointed on 21 October 1992. PM Laar lost a confidence vote (yes: 27, no: 60, abstain: 1) on 26 September 1994 due to a lack of credibility and doubts about his government style. Both coalition partners supported the removal of the prime minister.Mh! 31977-12-19Van Agt Ihttp://en.wikipedia.org/wiki/Netherlands_cabinet_Van_Agt-1D{M:z!#c K 2<1996-01-26Drnovsek IVhttp://en.wikipedia.org/wiki/Janez_DrnovsekContinuation cabinet started on 26 January 1996 with a change in party composition of the previous cabinet and ends with regular elections on 10 November 1996.~MZ!wo 1;1966-04-19Klaus IIIhttp://de.wikipedia.org/wiki/Bundesregierung_Klaus_IImuellerCabinet was appointed on 19 April 1966. Cabinet ended with election on 1 March 1970 and resigned two days later. `(L̂! w%g 0;1952-10-28Figl IVhttp://de.wikipedia.org/wiki/Bundesregierung_Figl_IIIbka, muellerCaretaker cabinet was appointed on 28 October 1952 after the previous cabinet fell. Cabinet ended with an early election on 22 February 1953 and resigned three days later.C(L@!#c+o /<1993-01-12Drnovsek IIhttp://en.wikipedia.org/wiki/Janez_Drnovsekafp, bbc, vladaPM Drnovšek won a confidence vote (yes: 48) on 12 January 1993 and presented his cabinet on 25 January. Cabinet ended on 8 April 1994 when the Social Democrats (SDS) withdrew. ~Mځ}!]I .82007-05-24Haarde IIhttp://en.wikipedia.org/wiki/Geir_Haardeafp, ejprCabinet ended with resignation of PM Haarde on 23 November 2009 after growing pressure for the government to resign over its handling of the economic crisis.  `Nf! ]-+1953-01-07Mayerhttp://fr.wikipedia.org/wiki/Gouvernement_Ren%C3%A9_Mayerpa-84Party "Payson" could not be identified. %LJ2!) ,(1947-12-11Bundesrat 1947L!!C +82004-09-15Asgrimssonhttp://en.wikipedia.org/wiki/http://de.wikipedia.org/wiki/Halld%C3%B3r_%C3%81sgr%C3%ADmssonejpr`NH^!e *1968-12-12Rumor Ihttp://it.wikipedia.org/wiki/Governo_Rumor_Imueller|LH!-! %)81963-11-14Benediktsson A Ihttps://en.wikipedia.org/wiki/Cabinet_of_Bjarni_BenediktssonindridasonBjarni Benediktsson (born 1908), see also PM Bjarni Benediktsson (born 1970)S{`L4!'q (C1958-08-29Fagerholm IIIhttp://en.wikipedia.org/wiki/Karl-August_Fagerholmnyt, valtCabinet resigned on 4 December 1958 after Agrarians left the coalition.hL}3!+ ' 2009-10-20Stoltenberg IIIBNzj !! &1986-07-14Lubbers IIhttp://en.wikipedia.org/wiki/Netherlands_cabinet_Lubbers-2>UM. !! %?1980-01-03Carneiro IlMX` !g $1969-08-05Rumor IIhttp://it.wikipedia.org/wiki/Governo_Rumor_IImueller*|Lk  !##} #2002-10-16Dzurinda IIhttps://en.wikipedia.org/wiki/Dzurinda%27s_Second_Cabinetejpr, rferlCabinet lost majority support on 8 December 2003 following the formation of a breakaway group by coalition party MPs. Cabinet ended on 6 February 2006 after Christian Democrats (KDH) withdrew and PM Dzurinda announced early elections a day later. N4` !#o "1991-01-13Vagnorius Ihttps://en.wikipedia.org/wiki/Vagnorius_Cabinet_I MY![ ! 1953-10-12Torp IIhttp://en.wikipedia.org/wiki/Oscar_TorpmuellerBLJP!is  1958-03-29Friedenhttp://lb.wikipedia.org/wiki/Regierung_FriedennytPM Frieden was appointed on 31 March 1958. Cabinet resigned on 10 December 1958 after the LSAP left the coalition.L| !!m%O #1945-07-31Hansson VIhttps://en.wikipedia.org/wiki/Hansson_IV_Cabinetmueller, nytPM Hansson died on 6 October 1946KJ!) s E?1978-08-29Nobre da Costahttp://en.wikipedia.org/wiki/Alfredo_Nobre_da_CostakeesingsNobre da Costa lost a vote of confidence on 14 September 1978 two weeks after taking office.PlMEW!_% } 1995-01-26Videnovhttp://en.wikipedia.org/wiki/Zhan_Videnovbbc, reutersCabinet won an investiture vote (yes: 131, no: 15) on 26 January 1995. PM Videnov presented his resignation on 21 December 1996 and it was approved (yes: 211, no: 3, abstain: 9) a week later.Three cabinet parties that formed an electoral alliance.mcdM^!g @1946-08-03Huysmanshttp://en.wikipedia.org/wiki/Camille_Huysmansmueller8L:! 1979-04-05Suarez IIhttps://en.wikipedia.org/wiki/Third_government_of_Adolfo_Su%C3%A1rezMinority government with various supporting parties (Hopkin 2005, 389),MNy!-  82009-02-01Sigurdardottir Ihttps://en.wikipedia.org/wiki/J%C3%B3hanna_Sigur%C3%B0ard%C3%B3ttirw. `NzV!_'q 2010-05-19Boc IIIhttp://en.wikipedia.org/wiki/Boc_Cabinetsager, reutersCabinet continued on 19 May 2010 after a change in party composition when National Union (UNPR) signed a cooperation agreement with the cabinet. PM Boc resigned on 6 February 2012 after mass protests against the cabinet's austerity measures.?Nz?! ! 81979-10-15Groendalhttp://en.wikipedia.org/wiki/Benedikt_Sigur%C3%B0sson_Gr%C3%B6ndalindridasonCabinet formed only to call an early election (Indridason 2005, 461).`MNi~!#o 72006-04-08Kalvitis IIhttp://en.wikipedia.org/wiki/Aigars_Kalv%C4%ABtismue-romN\w}!% 1948-11-15St-Laurent Ihttp://en.wikipedia.org/wiki/Louis_St._Laurent#Prime_Minister_of_Canada`|L|!y%Y ;1961-04-11Gorbach Ihttp://de.wikipedia.org/wiki/Bundesregierung_Gorbach_Imueller, nytCabinet was appointed on 11 April 1961. On 12 July 1962, coalition parties agreed to call an early election to seek a fresh mandate before the beginning of negotiations with the European Economic Community. Cabinet ended with an early election on 18 November 1962 and resigned two days later.[(L]{!q 1953-12-29Bech IVhttp://lb.wikipedia.org/wiki/Regierung_Bech-BodsonhLJ*z!)1980-05-09RallisaT,MXry!  K1995-11-03Vahi IIhttps://en.wikipedia.org/wiki/Tiit_V%C3%A4hi%27s_second_cabinetberg-19\XMFx!%wE 62002-10-22Schroeder IIhttp://en.wikipedia.org/wiki/Schr%C3%B6der_Cabinet_IIbbcPM Schröder announced on 22 May 2005 that he intended to call for early election. He initiated and lost a vote of confidence (yes: 151, no: 296, abstain: 148) on 1 July 2005 and most coalition MPs abstained from voting.kN4/w!#u5{ #1994-10-06Carlsson IVhttp://sv.wikipedia.org/wiki/Regeringen_Carlsson_IIIap, mueller, reutersPM Carlsson won an investiture vote (yes: 180, no: 26, abstain: 130) on 6 October 1994. PM Carlsson unexpectedly announced on 18 August 1995 that he would resign the following March. Mv!a-i <1990-05-16Peterlehttp://en.wikipedia.org/wiki/Lojze_Peterleberg-19, reutersCabinet won an investiture vote (yes: 153, no: 41, abstain: 46). PM Peterle was sworn in on 16 May 1990. PM Peterle lost a vote of confidence and resigned on 22 April 1992.Mu!!O +1962-04-15Pompidou Ihttp://fr.wikipedia.org/wiki/Gouvernement_Georges_Pompidou_%281%29pa-84PM Pompidou lost a confidence vote (yes: 200, no: 280) on 5 October 1962 over plans to introduce direct presidential elections and cabinet resigned on 6 October.wLkt!'s  1947-02-02De Gasperi IIhttp://it.wikipedia.org/wiki/Governo_De_Gasperi_IIImueller|Lhs!'w  ;1990-12-17Vranitzky IIIhttp://de.wikipedia.org/wiki/Bundesregierung_Vranitzky_IIIreutersCabinet was appointed on 17 December 1990. Cabinet ended with election on 10 October 1994 and resigned the next day.iE(Mkr! %1957-03-20Valera IXhttp://en.wikipedia.org/wiki/Government_of_the_16th_D%C3%A1ilrtLrOq!!oY  1999-12-21D'Alema IIhttp://it.wikipedia.org/wiki/Governo_D%27Alema_IIreutersPM D'Alema and his cabinet were appointed on 22 December 1999. The cabinet won a confidence vote in the Senate (yes: 177, no: 100 [upper house]) on the same day and in parliament (yes: 310, no: 287 [lower house]) the day after. D'Alema offered to resign on 17 April 2000 after losses of centre-left parties in regional elections and resigned two days later.'k|N\p!o  @1979-04-03Martens Ihttp://en.wikipedia.org/wiki/Martens_I_GovernmentnytPM Martens was appointed on 3 April 1980. Cabinet ended on 16 January 1980 when Democratic Front (FDF) ministers resigned.8MN:o!_K  1976-01-12Nordli Ihttp://en.wikipedia.org/wiki/Odvar_Nordlireg-noCabinet was appointed on 15 January 1976 and ended with regular elections on 11 September 1977.8 BM0+n!)k# 72010-03-17Dombrovskis IIhttp://en.wikipedia.org/wiki/Valdis_Dombrovskislo, reutersMinority cabinet was supported by Latvia's First Party (LPP).4.N\m!w 1965-04-14Calshttp://en.wikipedia.org/wiki/Netherlands_cabinet_Cals#LEl!]a J1997-10-31Buzek Ihttp://en.wikipedia.org/wiki/Jerzy_Buzekmue-romCabinet won an investiture vote on 11 November 1997 (yes: 260, no: 173, abstain: 2) on 11 November 1997. hNYk!c ,2005-05-06Blair IIIhttp://en.wikipedia.org/wiki/Blair_Ministry:NR[j!c ,1990-11-28Major Ihttp://en.wikipedia.org/wiki/Major_Ministrybpf):MOi! A  1993-11-28Bolger IIhttp://en.wikipedia.org/wiki/Fourth_National_Government_of_New_ZealandCabinet lost majority support on 11 September 1994 when MP Ross Meurant crossed the floor.z*M1h!) (1963-12-12Bundesrat 1963olL]g!q 1992-07-21Abisalahttps://en.wikipedia.org/wiki/Abi%C5%A1ala_Cabinet"M^f!e 1963-06-21Leone Ihttp://it.wikipedia.org/wiki/Governo_Leone_Imueller[||Lae!)g  1963-09-25Gerhardsen VIIhttp://en.wikipedia.org/wiki/Einar_Gerhardsennyt5nBLHd!3w/! 2004-12-29Popescu-Tariceanu Ihttp://en.wikipedia.org/wiki/T%C4%83riceanu_I_Cabinetkeesings, mue-romCabinet won an investiture vote (yes: 265, no: 200) on 28 December 2004. NI c!) i{(2007-12-12Bundesrat 2007reutersFederal Council was elected on 12 December 2007 and the Swiss Peoples Party (SVP) went into opposition. Cabinet ended with a change in party composition on 10 December 2008.SVP member Eveline Widmer-Schlumpf was elected instead of Christoph Blocher, later expelled from the party and a founding member the BDP. SVP and BDP are not coded as cabinet members.W6Nffb!u !1972-12-19Whitlam Ihttp://en.wikipedia.org/wiki/Second_Whitlam_Ministryhug-77$M ia!#u #1964-09-20Erlander IXhttp://sv.wikipedia.org/wiki/Regeringen_Erlander_IIImueller)L:`!#c)/ <2000-11-30Drnovsek VIhttp://en.wikipedia.org/wiki/Janez_Drnovsekberg-19, rferlCabinet won an investiture vote (yes: 66 no: 20, abstain: 4) on 30 November 2000. N!_!yQ D2002-07-15Spidlahttp://en.wikipedia.org/wiki/Vladim%C3%ADr_%C5%A0pidlaafpPM Spidla and the cabinet were appointed on 15 July 2002. The cabinet won an investiture vote on 7 August (yes: 101; no: 98). PM Spidla resigned on 26 June 2004 following a defeat of his party in the European Parliament election and after narrowly surviving a confidence vote in his party.N4i^!! #1998-10-07Persson IIhttp://en.wikipedia.org/wiki/Cabinet_of_G%C3%B6ran_Persson!7N -]! 1972-12-22Tanaka IIMM k\!)q 1947-05-31De Gasperi IIIhttp://it.wikipedia.org/wiki/Governo_De_Gasperi_IVmueller |L8[!q= 1954-06-28Bech Vhttp://lb.wikipedia.org/wiki/Regierung_Bech-BodsonnytCabinet was formed on 28 June 1954 and it terminates when Bech resigns on 26 March 1958.LT-Z!! 1984-09-17Mulroney I|MTY!# K 2008-04-12Zapatero IIafpPM Zapatero failed to win an absolute majority in an investiture vote on 9 April 2008 (yes: 168, no: 158, abstain: 23) and was elected by simple majority in a second vote (yes: 169, no: 158, abstain: 23) two days later. The prime minister was appointed on 12 April and the cabinet was presented two days after. Zapatero called early elections on 29 July 2011 and the cabinet ends with election on 20 November 2011.&pNp_X!g @1947-03-20Spaak IIIhttp://en.wikipedia.org/wiki/Paul-Henri_Spaakmueller8LxW!%m%2006-04-11Brazauskas Vhttp://en.wikipedia.org/wiki/Algirdas_Brazauskasafp, reutersCabinet continued on 11 April 2006 after a change in party composition. Cabinet ended on 31 May 2006 after Labour Party (DP) withdrew from the coalition. PM Brazauskas announced his resignation the same day and submitted it a day later. Acting PM Balcytis lost an investiture vote (yes: 52, no: 48, abstain: 32) on 20 June.Acting PM not coded as a new cabinet according to three-month-rule.N\(V!  2008-09-24Asow*NpU! %O 2010-06-04Kanbbc, yomiuriPM Kan won an investiture vote (yes: 313, total: 477 [lower house]; yes: 123, total: 237 [upper house]) on 4 June 2010 and the cabinet was appointed four days later. Cabinet lost its upper house majority in an election on 11 July 2010. Cabinet resigned on 30 August following criticism after a tsunami in March and the crisis at a nuclear power plant.vGNhT!k' C1978-03-02Sorsa IIIhttp://fi.wikipedia.org/wiki/Sorsan_II_hallitusmueller, valtbMDcS!y 1964-07-15Werner IIhttp://lb.wikipedia.org/wiki/Regierung_Werner-Cravatte@CLgR!!u !1946-11-01Chifley IIhttp://en.wikipedia.org/wiki/Second_Chifley_Ministryhug-68>$L\Q!'i/g @1946-03-31Van Acker IIIhttp://en.wikipedia.org/wiki/Achille_Van_Ackerkeesings, muellerVan Acker resigned on 9 July 1946 after losing a confidence vote (yes: 78, no: 79, abstain: 3) in the Senate.8L&P![- '1994-07-15Hornhttp://en.wikipedia.org/wiki/Gyula_Hornmue-romCabinet won an investiture vote (yes: 265, no: 93, abstain: 12) on 15 July 1994. l\MXO![  1951-11-19Torp Ihttp://en.wikipedia.org/wiki/Oscar_TorpmuellerBL6`N!i  1981-10-14Willoch Ihttp://en.wikipedia.org/wiki/K%C3%A5re_WillochmuellerQdBMcM!uc ;1964-04-02Klaus Ihttp://de.wikipedia.org/wiki/Bundesregierung_Klaus_Iapa, bkaCabinet was appointed on 2 April 1964. Cabinet resigned on 23 October 1965 and coalition parties agreed to call an early election after disagreement over the 1966 budget.n(LwL!'  2001-11-27Rasmussen F Ihttp://en.wikipedia.org/wiki/Cabinet_of_Anders_Fogh_Rasmussen_IejprvxN*,K!{ +1997-06-02Jospinhttp://fr.wikipedia.org/wiki/Gouvernement_Lionel_JospinreutersPM Jospin was appointed on 2 June and the cabinet on 4 June 1997.NQJ!Y} K1999-03-25Laar IIhttp://en.wikipedia.org/wiki/Mart_LaarreutersCabinet was appointed on 25 March 1999. PM Laar announced to resign on 19 December 2001 following coalition infighting./NiI!#w !1956-01-11Menzies VIIhttp://en.wikipedia.org/wiki/Seventh_Menzies_Ministryhug-68$Lh:H!!q/ #1986-03-12Carlsson Ihttp://sv.wikipedia.org/wiki/Regeringen_Carlsson_Iap, timesCabinet won an investiture vote (yes: 178, no: 0, abstain: 159) on 12 March 1986.(0MKG!'kA- 72009-02-26Dombrovskis Ihttp://en.wikipedia.org/wiki/Valdis_Dombrovskisbbc, keesings, lo, reutersCabinet ended on 17 March 2010 when People's Party withdraws from the coalition.*4Nz`F!%g C1975-11-30Miettunen IIhttp://en.wikipedia.org/wiki/Martti_MiettunenvaltbM'E!#k #2006-10-05Reinfeldt Ihttp://en.wikipedia.org/wiki/Cabinet_of_Fredrik_ReinfeldtafpPM Reinfeldt won an investiture vote on 5 October 2006 (yes: 175, no: 169) and presented his cabinet the day after. Cabinet ended with an early election on 19 September 2010.uhN\uD!!  1946-12-20Frazer IIIhttp://en.wikipedia.org/wiki/Peter_Fraser_%28New_Zealand_politician%29 J*L#C!_  1990-11-02Bolger Ihttp://en.wikipedia.org/wiki/Fourth_National_Government_of_New_ZealandreutersCabinet was appointed on 2 November 1990.;^*MjB!i 62009-10-28Merkel IIhttp://en.wikipedia.org/wiki/Merkel_Cabinet_IIdw, widPM Merkel won an investiture vote (yes: 323, no: 258, abstain: 4) on 28 October 2009. Cabinet lost its upper house majority on 14 July 2010 when a new cabinet took office in the state of North Rhine-Westphalia. Cabinet ended with election on 22 September 2013.U]NzeA!'g 71999-02-04Kristopans IIhttp://en.wikipedia.org/wiki/Vilis_Kristopansmue-romgNw@!cA H2008-03-12Gonzi IIhttp://en.wikipedia.org/wiki/Lawrence_GonzibbcThe cabinet lost its one-seat majority on 10 December 2012 when MP Debono (PN) voted against the budget bill. Cabinet ended with election on 9 March 2013.*ZNpl?!!} 1960-02-21Kampmann Ihttp://da.wikipedia.org/wiki/Regeringen_Viggo_Kampmann_Imueller3Lg>!k' C1977-05-15Sorsa IIhttp://fi.wikipedia.org/wiki/Sorsan_II_hallitusmueller, valtPbM:c=!! i ?1978-11-22Mota Pintohttp://en.wikipedia.org/wiki/Carlos_Mota_PintomuellerlMF_<!e 1980-10-18Forlanihttp://it.wikipedia.org/wiki/Governo_ForlanimuellerV\a|MYe;!!{ ;1979-06-05Kreisky IVhttp://de.wikipedia.org/wiki/Bundesregierung_Kreisky_IVmuellerCabinet was appointed on 5 June 1979. Cabinet ended with an early election on 24 April 1983 and resigned two days later.^(MN:!_  1992-12-30Berovhttp://en.wikipedia.org/wiki/Lyuben_BerovreutersCabinet was approved (yes: 127, no: 24) on 30 December 1992 after a two-month long political crisis. PM Berov was nominated by the Movement for Rights and Freedoms (DPS), but is without any party affiliation. Cabinet resigned on 2 September 1994 due to the political crisis starting with the vote of confidence on 26 May.\ dMЁg9!%o 1989-07-23Andreotti VIhttp://it.wikipedia.org/wiki/Governo_Andreotti_VImuellerPM Andreotti resigned on 29 March 1991 following a cabinet crisis initiated by former PM Craxi and his Socialist Party (PSI).)|M^8!!m 61976-12-15Schmidt IIhttp://de.wikipedia.org/wiki/Kabinett_Schmidt_IIM0(7! +1957-11-05Gaillardhttp://fr.wikipedia.org/wiki/Gouvernement_F%C3%A9lix_Gaillardpa-84One minister appointed by African Democratic Rally (RDA).8Ls!6!%g@1988-05-09Martens VIIIhttp://en.wikipedia.org/wiki/Wilfried_MartensmuellerCabinet ended on 29 September 1991 after People's Union (VU) left. PM Martens asked to resign on 4 October. The King did not accept the request on 7 October but called for early elections.\ 8M>5!#3 1960-11-18Kampmann IIhttp://da.wikipedia.org/wiki/Regeringen_Viggo_Kampmann_IInytPM Kampmann formed the cabinet on 18 November 1960. Minority cabinet was supported by Mikael Gaam from Greenland joining the cabinet as special minister. PM Kampmann resigned on 31 August due to health issues.ILe4!  1966-11-22Zijlstrahttp://en.wikipedia.org/wiki/Netherlands_cabinet_ZijlstraL̂3! g IS)1989-11-23Zolotas Ihttp://en.wikipedia.org/wiki/Xenophon_ZolotasCabinet won an investiture vote (yes: 292, no: 1, abstain: 2, absent: 5) on 1 December 1989. Ministers were withdrawn from this all party cabinet and it was replaced by a caretaker government.,Mc2!!g @1980-10-22Martens IVhttp://en.wikipedia.org/wiki/Wilfried_Martensmueller 8MZy1!  ;1945-04-27Renner IVhttp://de.wikipedia.org/wiki/Provisorische_Staatsregierung_Renner_1945bka, nytProvisional cabinet was formed on 27 April 1945. Cabinet ended with election on 25 October 1945 and resigned on 28 November.(Ka0!'a @1977-03-06Tindemans IIIhttp://en.wikipedia.org/wiki/Leo_TindemansmuellerO8M:`/!!u#s !1949-12-19Menzies IVhttp://en.wikipedia.org/wiki/Fourth_Menzies_Ministryhug-68, nytCabinet ended on 17 March 1951 with the agreement of the Govenor General to dissolve the Parliament and the Senate.$L"_.!)e @2003-07-12Verhofstadt IIhttp://en.wikipedia.org/wiki/Guy_Verhofstadtp8N>`-!#c @1972-01-21Eyskens G Vhttp://en.wikipedia.org/wiki/Gaston_EyskensmuellerJO8M[,!#W 1994-08-18Vacaroiu IIhttp://en.wikipedia.org/wiki/Vacaroiumue-romGMB+!i+; 81958-12-23Jonsson Ihttp://en.wikipedia.org/wiki/Emil_J%C3%B3nssonindridason, nytMinority cabinet backed by Independence (Sj). It ended with elections on 28 June 1958.`L|c*!#q #1948-11-19Erlander IIhttp://sv.wikipedia.org/wiki/Regeringen_Erlander_InytCabinet remained in office after elections on 19 November 1948 and ended with a change in party composition on 1 October 1951.tL_)!e 1999-05-18Paksas Ihttp://en.wikipedia.org/wiki/Rolandas_Paksasmue-rom^6N(![ D1998-07-17Zemanhttp://cs.wikipedia.org/wiki/Vl%C3%A1da_Milo%C5%A1e_ZemanareutersPM Zeman was appointed on 17 July 1998 and the cabinet five days later. The cabinet won an investiture vote on 19 August (yes: 73; no: 39; abstain: 24). Minority cabinet was supported by Civic Democratic Party (ODS). Cabinet ended with regular election on 14 June 2002 and resigned on 12 July.LN .'! %1979-12-12Haughey ItMN&!) e_ @2007-12-21Verhofstadt IVhttp://en.wikipedia.org/wiki/Verhofstadt_IIIreutersInterim government until March 2008 when Yves Leterme was supposed to form a new government. PM Verhofstadt and the cabinet were appointed on 21 December 2007. Cabinet won an investiture vote (yes: 97, no: 46, abstain: 1) two days later. PM Verhofstadt and the cabinet resigned on 20 March 2008.v8Nf9%!]O 1998-04-15Vasilehttp://en.wikipedia.org/wiki/Radu_VasilereutersCabinet won an investiture vote (yes: 317, no: 124) on 15 April 1998 in a joint sitting of parliament. Cabinet ended on 14 December 1999 when PM Vasile was dismissed by President Constantinescu and resigned three days later.I1N g$!%o 1972-07-26Andreotti IIhttp://it.wikipedia.org/wiki/Governo_Andreotti_IImuellerA|M c#!k #1973-09-16Palme IIIhttp://sv.wikipedia.org/wiki/Regeringen_Palme_ImuellerAM?"!#u5 J1996-02-07Cimoszewiczhttp://en.wikipedia.org/wiki/Wlodzimierz_Cimoszewiczmue-romCabinet won an investiture vote (yes: 273, no: 87, abstain: 28) on 15 February 1996. hMZ! !#e 1991-04-23Carnogurskyhttp://en.wikipedia.org/wiki/Jan_CarnogurskyMe !k! 81944-10-21Thors IIhttps://en.wikipedia.org/wiki/%C3%93lafur_Thorsindridason `K]!c 71993-08-07Birkavshttp://en.wikipedia.org/wiki/Valdis_Birkavsmue-romS4Mڂ !ge 1966-02-23Moro IIIhttp://it.wikipedia.org/wiki/Governo_Moro_IIInytPM Moro was appointed on 24 February 1966 and cabinet won confidence votes on 8 March 1966 (yes: 347, no: 251 [lower house]) and 15 March (yes: 173, no: 123 [upper house]).||Lh!  1994-04-25HataejprSakigake stayed in coalition without a ministerial position.9M{!!q1 @2009-11-25Leterme IIhttp://en.wikipedia.org/wiki/Leterme_II_Governmentbbc, nzzCabinet won an investiture vote (yes: 82, no: 53, abstain: 0) on 27 November 2009. Leterme offered to resign on 22 April 2010 following an unresolved conflict in the coalition over electoral reform in a district and the resignation was accepted by the King four days later.P~8Nzr!  +1972-07-06Messmer Ihttp://fr.wikipedia.org/wiki/Gouvernement_Pierre_Messmer_%281%29pa-84oM^!_ @1981-04-06Eyskens Mhttp://en.wikipedia.org/wiki/Mark_Eyskensmueller8Mbs!!  +1983-03-22Mauroy IIIhttp://fr.wikipedia.org/wiki/Gouvernement_Pierre_Mauroy_%283%29pa-84tMvl!y  2005-10-17Clark IIIhttp://en.wikipedia.org/wiki/Fifth_Labour_Government_of_New_ZealandejprMinority cabinet with confidence and supply from New Zealand First Party and United Future. The Greens agreed to abstain on votes of confidence and supply. The Māori Party also abstained on confidence and supply votes without a formal agreement.M*NR2!) (1987-12-09Bundesrat 1987fMy!gE  2005-08-17Stanishevhttp://en.wikipedia.org/wiki/Sergei_StanishevbtaPM Stanishev was approved on 16 August 2005 (yes: 168, no: 67) and his cabinet (yes: 169, no: 68) the same day. Cabinet ended with election on 5 July 2009.?jdNRl!'u #1960-09-18Erlander VIIIhttp://sv.wikipedia.org/wiki/Regeringen_Erlander_IIImueller'Le!s !1998-10-21Howard IIhttp://en.wikipedia.org/wiki/Second_Howard_Ministryaph-11$N I!- +1995-11-07Juppe IIhttp://fr.wikipedia.org/wiki/Gouvernement_Alain_Jupp%C3%A9_%282%29mueller, reutersPM Juppe resigned on 2 June 1997 following the parliamentary election. Me!!q !1977-12-20Fraser IIIhttp://en.wikipedia.org/wiki/Third_Fraser_Ministryhug-86D$M:j !!y 1993-01-12Meciar IIIhttp://en.wikipedia.org/wiki/Vladim%C3%ADr_Me%C4%8Diarmue-rom&Mځx!!}) ,1974-03-04Wilson IIIhttp://en.wikipedia.org/wiki/Labour_Government_1974-1979bpfMinority cabinet with support of the Ulster Unionists. PM Wilson called an early election on 18 September 1974 to win a legislative majority.8:Md!w 1989-07-14Santer IIhttp://lb.wikipedia.org/wiki/Regierung_Santer-Poos_IIMC! - 1993-08-06HosokawareutersPM Hosokawa was elected (yes: 262, total: 503 [lower house]; yes: 132, total: 240 [upper house]) and the cabinet was appointed three days later.9Mg !%q 1946-07-13De Gasperi Ihttp://it.wikipedia.org/wiki/Governo_De_Gasperi_IImueller|Ln !!  1965-12-18Pearson IInytMinority cabinet was supported by New Democratic Party (NDP).Y|Lz !' +1954-06-19Mendes-Francehttp://fr.wikipedia.org/wiki/Gouvernement_Pierre_Mend%C3%A8s_Francepa-84%LT( !   1974-09-06Rowlinga*M\ !qw ;1997-01-28Klima Ihttp://de.wikipedia.org/wiki/Bundesregierung_Klimaafp, aufoCabinet was appointed on 28 January 1997. Cabinet ended with election on 3 October 1999 and resigned two days later.C(Nu!%  +1945-11-21de Gaulle IIhttp://fr.wikipedia.org/wiki/Gouvernement_Charles_de_Gaulle_(2)be-70IK.!#  1954-11-26Holland IIIBA*LT1!i/ J1995-03-06Oleksyhttp://en.wikipedia.org/wiki/J%C3%B3zef_Oleksymue-romCabinet won an investiture vote (yes: 272, no: 99, abstain: 13) on 04 March 1995. hMA!yA 1947-11-13Hedtoft Ihttp://da.wikipedia.org/wiki/Regeringen_Hans_Hedtoft_InytCabinet resigned on 9 August 1950 following opposition refusal to approve import controls.L;!g-/ <2004-12-03Jansa Ihttp://en.wikipedia.org/wiki/Janez_Jan%C5%A1aberg-19, mue-romCabinet won an investiture vote (yes: 51, no: 37, abstain: 2) on 3 December 2004.$PNI:!% 1981-02-26Calvo-Sotelohttps://en.wikipedia.org/wiki/Government_of_Leopoldo_Calvo-SoteloMinority government with various supporting parties (Hopkin 2005, 389),MbY!%q9O 2001-07-12Brazauskas Ihttps://en.wikipedia.org/wiki/Brazauskas_Cabinet_Ielta, mue-rom, reutersPM Brazauskas won an investiture vote (yes: 84, no: 45) on 3 July 2001 and cabinet (yes: 81, no: 36, abstain: 6) on 12 July. Cabinet resigned on 26 February 2003, a constitutional requirement after a presidential election. 0;N*q!#  ,1957-01-10Macmillan Ihttp://en.wikipedia.org/wiki/Conservative_Government_1957-1964bpf:Lrb!q !1996-03-11Howard Ihttp://en.wikipedia.org/wiki/First_Howard_Ministryaph-111$Mc!q !1984-12-13Hawke IIhttp://en.wikipedia.org/wiki/Second_Hawke_Ministryaph-11@$M ~~_~(|{{{z)yy[xx!vutt;ssYqiq8pp9pooun,mmYlkkhjjhYh$gfffeFedcb`___3^^<]][\[JZYYYX_WWWiVU`TSSBAAA^A(@??F>b=<<|99J88u877655k5940331112///..h-,s,9+9*~)(( &w&C%%v%#""?!n!|'rB4.xqYqJ v |HUZU2e!) (1991-12-04Bundesrat 1991 MƁqd!!i/ 2003-11-19Koizumi IIhttp://en.wikipedia.org/wiki/Junichiro_KoizumiafpPM Koizumi was elected (yes: 281 [lower house]; yes: 136, total: 240 [upper house]) on 19 August 2003 and the cabinet was appointed the same day.HN>c!_Y C1972-09-04Sorsa Ihttp://en.wikipedia.org/wiki/Kalevi_Sorsaafp, valtCabinet appointed on 4 September 1972.j|M b!_ [<2000-06-07Bajukhttp://en.wikipedia.org/wiki/Andrej_Bajukmue-romPM Bajuk lost an investiture vote (yes: 45, no: 45) on 23 May 2000 and won an investiture vote (yes: 46, no: 44) on 7 June 2000.majority support through SLS+SKD mergerRN ta!%  1945-06-24Schermerhornhttp://en.wikipedia.org/wiki/Netherlands_cabinet_Schermerhorn/DreesK`!'! 81950-03-14Steinthorssonhttp://en.wikipedia.org/wiki/Steingr%C3%ADmur_Stein%C3%BE%C3%B3rssonindridasonq`L,o_!} 1973-05-11Den Uyl Ihttp://en.wikipedia.org/wiki/Netherlands_cabinet_Den_Uylnyt, roCabinet resigned on 22 March 1978 following a conflict over land sales and Christian Democratic (KVP/ARP) withdrawal from cabinet.#3M?^!'gaeC1962-04-13Karjalainen Ihttp://en.wikipedia.org/wiki/Ahti_Karjalainennyt, valtCabinet under PM Karjalainen was appointed on 13 April 1962 and resigned on 30 August 1963 in a dispute over farmer compensations. The cabinet reformed without the Social Democrats (TPSL) on 1 November and resigned in conflict over the 1964 budget on 17 December, announced three days before (NYT).Cabinet changes on 31 August 1963 (cabinet resignation) and on 18 October (party change). Coded as one cabinet because none of the changes lasts for more than three months.VbLm]!%y 2002-07-22Balkenende Ihttp://en.wikipedia.org/wiki/Netherlands_cabinet_Balkenende-1reutersCabinet was appointed on 22 July 2003. Cabinet ended on 16 October 2002 after conflict within the Fortuyn List (LFD).JN4&\!ikA81953-09-11Thors Vhttp://en.wikipedia.org/wiki/%C3%93lafur_ThorsnytCabinet formed on 11 September 1953 and resigned on 27 March 1956 following the withdrawal of the Progressives.Coded as one cabinet because none of the cabinet changes lasts for more than three months.X`LJd[!} 1956-10-12Drees IVhttp://en.wikipedia.org/wiki/Netherlands_cabinet_Drees-4nLhfZ!} ,1964-10-16Wilson Ihttp://en.wikipedia.org/wiki/Labour_Government_1964-1970bpf?:LY!!'# C2003-06-24Vanhanen Ihttp://en.wikipedia.org/wiki/Matti_Vanhanen%27s_first_cabinetreuters, valtPM Vanhanen won an investiture vote (yes: 109, no: 67, absent: 23) on 24 June 2003. Cabinet ended with regular election on 18 March 2007.mNN?pX!# +1950-02-02Bidault IIIhttp://fr.wikipedia.org/wiki/Gouvernement_Henri_Queuille_(2)pa-84|KL,tW!u3 ;1960-11-03Raab IVhttp://de.wikipedia.org/wiki/Bundesregierung_Raab_IVnytCabinet was appointed on 3 November 1960. On 16 February 1961, PM Raab announced his resignation because of poor health and resigned on 11 April.r[(L[V!a 1987-07-28Goriahttp://it.wikipedia.org/wiki/Governo_Goriamueller|MgU!'m ?2004-07-23Santana Lopeshttp://en.wikipedia.org/wiki/Pedro_Santana_Lopesejpr}lNHHT!-u5 J2006-05-05Marcinkiewicz IIhttp://en.wikipedia.org/wiki/Kazimierz_Marcinkiewiczbbc, ejprPM Marcinkiewicz resigned on 7 July 2006 following divisions with Law and Justice (PiS) party leader Jarosław Kaczyński. The resignation of the cabinet was accepted by president Lech Kaczyński on 10 July 2006.8hNSnS! +1947-11-24Schuman Ihttp://fr.wikipedia.org/wiki/Gouvernement_Robert_Schuman_(1)be-70JKLfR!!i! 81980-02-08Thoroddsenhttp://en.wikipedia.org/wiki/Gunnar_Thoroddsenindridason`MX{Q! 51979-06-04ClarknytMinority cabinet without support parties. Cabinet lost a confidence vote (yes: 133, no: 139) on 13 December 1979 over its energy and budget policy."(...) immediately following the election of the Conservative minority government of 1979-80, PM Joe Clark announced he would govern as if he had a majority." (The Canadian Encyclopedia)|MNwP!' 1949-06-27St-Laurent IIhttp://en.wikipedia.org/wiki/Louis_St._Laurent#Prime_Minister_of_Canadap|L"O!yAA1998-08-03Kok IIhttp://en.wikipedia.org/wiki/Netherlands_cabinet_Kok-2afpCabinet resigned on 16 April 2002 over a report on the 1995 Srebrenica massacre in Bosnia.Coded as one cabinet because none of the cabinet changes lasts for more than three months. Cabinet requested to resign on 19 May 1999 over a constitutional reform bill and withdrew its resignation request on 8 June. }t:N }N!# % %1993-01-12Reynolds IIPM Reynolds won an investiture vote (yes: 102, no: 60) on 12 January 1993. fg.tMځM!' C1957-05-27Sukselainen Ihttp://en.wikipedia.org/wiki/Vieno_Johannes_Sukselainen%27s_first_cabinetnyt, valtuGLr2L!#c9 @1949-08-11Eyskens G Ihttp://en.wikipedia.org/wiki/Gaston_EyskensnytCabinet resigned on 18 March 1950 after Liberal Party (LP-PL) withdrew from coalition.(8L"dK!%i @1954-04-22Van Acker IVhttp://en.wikipedia.org/wiki/Achille_Van_Ackermueller!8LTrJ!w/1973-12-19Hartlinghttp://da.wikipedia.org/wiki/Regeringen_Poul_HartlingnytMinority cabinet was supported by Centre Democrats (CD), Christian People's Party (KrF), Conservatives (KF) and Danish Social-Liberal Party (RV)."The Premier-designate said at a news conference that his discussions with members of four parties -- Conservative, Social Liberal, Christian and Center Democrat -- assured him that they would not oppose a Liberal minority government." (NYT 1973-12-18)@@M'I! 1989-06-03UnoM|H!!! 81947-02-04Stefanssonhttp://en.wikipedia.org/wiki/Stef%C3%A1n_J%C3%B3hann_Stef%C3%A1nssonindridason#`LbG! { 1958-12-22Beel IIhttp://en.wikipedia.org/wiki/Netherlands_cabinet_Beel-2L|%F!'  g1993-01-25Rasmussen N Ihttp://da.wikipedia.org/wiki/Regeringen_Poul_Nyrup_Rasmussen_Imuellermajority suppport (EJPR PDY: Skiera 2010: 50) 4M-E!# 1988-12-07Mulroney II`|MgD! i' C1953-11-17Tuomiojahttps://en.wikipedia.org/wiki/Tuomioja_Cabinetmueller, valt?LKjC!!k 1987-04-17Fanfani VIhttp://it.wikipedia.org/wiki/Governo_Fanfani_VIap, nytFanfani was appointed on 17 April 1987 and resigned on 28 April after losing a a confidence vote (yes: 131, no: 240, abstain: 193).%i|MtB!s/ !2010-06-24Gillard Ihttp://en.wikipedia.org/wiki/First_Gillard_MinistrybbcPM Gillard was appointed on 24 June 2010 following PM Rudds resignation. Cabinet ended with an election on 17 July 2010 initiated by PM Gillard.$NbA!!g 1999-10-29Kubilius Ihttp://en.wikipedia.org/wiki/Andrius_Kubiliusmue-rom6Ni@! w ?1985-10-31Silva Iap, timesPM Silva was appointed on 31 October 1985, cabinet was appointed on 2 November and sworn in on 6 November. Minority cabinet with regular support from the Christian Democrats (PDC) and sometimes from the Democratic Renewal Party (PRD). It lost a PRD initiated confidence vote (yes: 108; no: 134) over economic policies on 3 April 1987. Government remained in office in caretaker capacity after parliament was dissolved on 28 April (AP).ujlMe?!} ,1966-04-05Wilson IIhttp://en.wikipedia.org/wiki/Labour_Government_1964-1970G:L̃>!%m#C #1990-02-26Carlsson IIIhttp://en.wikipedia.org/wiki/Carlsson_II_Cabinetap, reutersPrevious cabinet reformed under Carlsson after the opposition parties failed to form a new government. PM Carlsson won an investiture vote on 26 February 1990 (yes: 175, no: 101, abstain: 59). Cabinet ended with election on 15 September 1991 and PM Carlsson resigned the day after.Md=!%g 31998-02-28Clerides IIIhttp://en.wikipedia.org/wiki/Glafkos_KleridesreutersJN M<!# {U J1993-05-28Suchocka IIhttps://en.wikipedia.org/wiki/Cabinet_of_Hanna_SuchockaafpContinuation caretaker cabinet that resigned on 18 October 1993 following elections on 19 September.DhMs;! ,1955-04-06Eden Ihttp://en.wikipedia.org/wiki/Conservative_Government_1955%E2%80%931957bpff:L^u:!!k9 J1989-08-24Mazowieckihttp://en.wikipedia.org/wiki/Tadeusz_MazowieckinytPM Mazowiecki won an investiture vote on 24 August 1989 (yes: 378, no: 4, abstain: 41) and the cabinet on 12 September (yes: 402, no: 0, abstain: 13).hM\9!e 1979-11-09Ohira IIhttp://en.wikipedia.org/wiki/Masayoshi_OhiranytOhira lost a confidence vote on 16 May 1980 (yes: 187, no: 243) after some MPs from the Liberal Democrats abstained from the vote and parliament was dissolved. Ohira died on 12 June and Masayoshi Ito became acting prime minster until the elections in July.MNe8!)g  1949-10-10Gerhardsen IIIhttp://en.wikipedia.org/wiki/Einar_Gerhardsenmueller:BL"e7!s !1991-12-20Keating Ihttp://en.wikipedia.org/wiki/First_Keating_Ministryaph-11$Mb6!g @1981-12-17Martens Vhttp://en.wikipedia.org/wiki/Wilfried_Martensmue-rom8Mc15!) (1979-12-05Bundesrat 1979MN4!#C ;2000-02-04Schuessel Ihttp://de.wikipedia.org/wiki/Bundesregierung_Sch%C3%BCssel_Iafp, aufoCabinet was appointed on 4 February 2000. Cabinet announced resignation on 9 September 2002 following disputes within the Freedom Party (FPO) and coalition parties agreed to call an early election. Cabinet ended with an early election on 24 November 2002 and resigned the same day. (N 3! cs )1989-10-11Grivashttp://en.wikipedia.org/wiki/Yiannis_GrivasreutersCaretaker cabinet was appointed on 11 October 1989.,M2! c#w !1975-11-11Fraser Ihttp://en.wikipedia.org/wiki/Malcolm_Fraserhug-86, nytCaretaker cabinet was formed on 11 November 1975 after the dismissal of PM Whitlam and the dissolution of both houses of paliament. Cabinet ended with election on 13 December 1975.L$M&>1 !y%- 1993-11-17Meciar Vhttp://en.wikipedia.org/wiki/Vladim%C3%ADr_Me%C4%8Diarnyt, reutersMeciar lost a vote of confidence on 11 March 1994 and resigned three days later.P&M܁70!  ?1987-08-17Silva IIapPM Silva and his cabinet were appointed on 12 August 1987 and sworn in on 17 August. It ends with regular elections on 6 October 1991.lM|/!  1949-12-08Holland Ihttp://en.wikipedia.org/wiki/First_National_Government_of_New_ZealandnytHolland called a snap elections on 11 July following dispute over a strike. Cabinet ended with an early election on 1 September 1951.^*L"7.!!  )1990-02-13Zolotas IIreuters,M,-! 1990-07-04Roman IIhttps://en.wikipedia.org/wiki/Second_Roman_cabinet_(Romania)nytCabinet won an investiture vote (yes: 330, no: 11, abstain: 0) on 28 June 1990. Cabinet was appointed on 3 July 1990. Cabinet resigned on 26 September 1991 after violent protests by miners.DyMA,!! iS  1997-02-12Sofiyanskihttp://en.wikipedia.org/wiki/Stefan_SofiyanskiapCaretaker cabinet was appointed on 12 February 1997. Cabinet ended with election on 19 April 1997.cdN4+!) )1981-10-21Papandreou A I,Mbv*!  +1988-06-23Rocard IIhttp://fr.wikipedia.org/wiki/Gouvernement_Michel_Rocard_%282%29mueller~Mt)!! +2002-05-07Raffarin Ihttp://fr.wikipedia.org/wiki/Gouvernement_Jean-Pierre_Raffarin_(1)wN4Y(! g 1991-10-16Stolojanhttp://en.wikipedia.org/wiki/Theodor_StolojanyMƂC'!%- D2010-06-28Necas Ihttp://cs.wikipedia.org/wiki/Vl%C3%A1da_Petra_Ne%C4%8Daseafp, cp, ctkPM Necas was appointed on 28 June 2010 and the cabinet on 13 July. It won an investiture vote (yes: 118, no: 82) on 10 August 2010. Cabinet ended on 17 April 2012 after Public Affairs (VV) party group split.WNT&! [ C1970-05-14Aura Ihttp://en.wikipedia.org/wiki/Teuvo_AuravaltMLh%!'q '2008-05-02Gyurcsany IIIhttp://en.wikipedia.org/wiki/Ferenc_Gyurcs%C3%A1nynzzE\Np$$!e 1964-07-22Moro IIhttp://it.wikipedia.org/wiki/Governo_Moro_IInytPM Moro was appointed on 23 July 1964 and cabinet won confidence votes on 1 August 1964 (yes: 163, no: 120 [upper house]) and 6 August (yes: 344, no: 238 [lower house]). Cabinet resigned on 21 January 1966 after losing a vote (yes: 221, no: 250, abstain: 3, absent: 156) over "a bill to establish state nursery schools" (NYT).2||L*#! 1993-06-25Campbell`|Md"!i! 81946-06-30Thors IIIhttp://en.wikipedia.org/wiki/%C3%93lafur_Thorsindridason#`L!!w%= ;1983-05-24Sinowatzhttp://de.wikipedia.org/wiki/Bundesregierung_Sinowatzmueller, nytCabinet was appointed on 24 May 1983. PM Sinowatz resigned on 9 June 1986 after Kurt Waldheim was elected as president and cabinet resigned on 16 June.(Mv/ !#  1960-12-12Holyoake IIe*L\!c @1950-08-16Pholienhttp://en.wikipedia.org/wiki/Joseph_Pholienmueller8L-  !!{O 1998-10-30Dzurinda Ihttp://en.wikipedia.org/wiki/Mikul%C3%A1%C5%A1_DzurindareutersPM Dzurinda was appointed on 30 October 1998. Cabinet won an investiture vote (yes: 88; no: 50) on 2 December. Cabinet ended with election on 21 September 2002.]N O!#%- +1962-12-06Pompidou IIhttp://fr.wikipedia.org/wiki/Gouvernement_Georges_Pompidou_%282%29be-70, pa-84Cabinet resigned on 8 January 1966 after the re-election of President de Gaulle.L1!) 1958-03-31Diefenbaker II|L|.!% 1968-07-06Trudeau P II5[|L`!!e @1950-06-08Duvieusarthttp://en.wikipedia.org/wiki/Jean_Duvieusartmueller8L,c!} 1959-05-19De Quayhttp://en.wikipedia.org/wiki/Netherlands_cabinet_de_QuayLl!){  2005-10-17Stoltenberg IIhttp://en.wikipedia.org/wiki/Second_cabinet_Stoltenbergejpr,BNR#! +1959-01-08Debrehttp://fr.wikipedia.org/wiki/Gouvernement_Michel_Debr%C3%A9pa-84One minister appointed by African Democratic Rally (RDA).wL!'  7,1951-10-26Churchill IIIhttp://en.wikipedia.org/wiki/Conservative_Government_1951-1957bpfConservatives and National Liberals formed an electoral alliance, the Woolton-Teviot agreement of May 1947, merging at the constituency level. The Conservatives had no majority of seats in parliament and there were no cabinet members from the National Liberals although Churchill had offered a cabinet position to Clement Davies who turned the offer down. "The National Liberals met regularly as a group each Wednesday throughout the 1951-5 parliament, though they never voted as a group against the government" (Dutton 1989, 366-7).Xf:L6i !y 1992-06-24Meciar IIhttp://en.wikipedia.org/wiki/Vladim%C3%ADr_Me%C4%8Diarmue-rom&M1!!  ?1983-06-09Soares IIInytVlMvB!#oE 2008-11-27Kubilius IIhttps://en.wikipedia.org/wiki/Kubilius_Cabinet_IIafpPM Kubilius won an investiture vote (yes: 89, no: 27, abstain: 18) and cabinet (yes: 83, no: 40, abstain: 5) on 9 December. Cabinet resigned on 12 July 2009, a constitutional requirement after a presidential election. CNp`!w%o K2007-04-05Ansip IIhttp://en.wikipedia.org/wiki/Andrus_Ansip%27s_cabinetafp, reutersCabinet was appointed on 5 April 2007. Cabinet ended on 21 May 2009 when PM Ansip fired all three SDE ministers.SNf[!!a C1954-10-20Kekkonen Vhttp://en.wikipedia.org/wiki/Urho_KekkonenvaltGLU! c-w 1992-12-02Lubyshttps://en.wikipedia.org/wiki/Lubys_Cabinetmue-rom, reutersPM Lubys won an investiture vote (yes: 87, no: 0, abstain: 40) on 2 December 1992. Cabinet resigned on 25 February 1993, a constitutional requirement after a presidential election.Mc!%g 71998-11-26Kristopans Ihttp://en.wikipedia.org/wiki/Vilis_Kristopansmue-romgN 3!+ H1966-04-07Borg Olivier IVMLi !%o 72006-11-07Kalvitis IIIhttp://en.wikipedia.org/wiki/Aigars_Kalv%C4%ABtismue-rom4N]- !  2006-09-26Abe IejprR*N\^ !c ,1992-04-09Major IIhttp://en.wikipedia.org/wiki/Major_MinistrynytCabinet won a confidence vote (yes: 339, no: 299, abstain: 2) on 24 July 1993 to pass approval of the Treaty on European Union. :M_ !#a @1974-04-25Tindemans Ihttp://en.wikipedia.org/wiki/Leo_Tindemansmueller[8Mi !'o 1948-05-23De Gasperi IVhttp://it.wikipedia.org/wiki/Governo_De_Gasperi_Vmueller|L7!# q /@2010-06-13Leterme IIIhttp://en.wikipedia.org/wiki/Leterme_II_GovernmentbbcStart date set to 13 June 2010 (election date) following three month coding rule.~8N;!#m%' 1981-06-28Spadolini Ihttp://it.wikipedia.org/wiki/Governo_Spadolini_Imueller, nytCabinet resigned on 7 August 1982, a day after the Socialists (PSI) withdrew.\a|Mb!)5 81978-09-01Johannesson IIhttp://en.wikipedia.org/wiki/%C3%93lafur_J%C3%B3hannessonindridason, keesingsCabinet ended on 9 October when Social Democrats (A) withdrew in conflict over economic policies and cabinet resigned on 12 November.Q`MDG!%oM 1994-05-11Berlusconi Ihttp://it.wikipedia.org/wiki/Governo_Berlusconi_IafpCabinet was sworn in on 11 May 1994 and won a confidence vote (yes: 366; no: 245) on 20 May 1994. PM Berlusconi resigned on 22 December 1994 to avoid a confidence vote supported by the Northern League (LN) coalition partner.!|M-! g+ !1971-03-10McMahonhttp://en.wikipedia.org/wiki/McMahon_Ministryhug-77Following the defeat at the election McMahon resigned on 5 December 1972. A two-member interim ministry was formed by Whitlam and Barnard (both Australian Labor Party) until finalisation of election results.$L(! 1984-06-30TurnerF|M.!!  1978-12-12Muldoon II*MD/!%  1963-12-20Holyoake IIIu*Lk!%1961-10-11Lemass IIhttp://en.wikipedia.org/wiki/Government_of_the_17th_D%C3%A1illtLt!% g##  1945-06-25Gerhardsen Ihttp://en.wikipedia.org/wiki/Einar_Gerhardsennyt, reg-noProvisional post-war cabinet formed on 25 June 1945. Cabinet handed in resignation on 1 November 1945 and formally resigned on 5 November.`BKd~!!i 1999-10-05Obuchi IIIhttp://en.wikipedia.org/wiki/Keiz%C5%8D_ObuchiafpKomeito entered cabinet on 5 October 1999. PM Obuchi suffered a stroke on 1 April 2000 was replaced by by Yoshirō Mori on 5 April.tN U}!!qo 81956-07-24Jonasson Vhttp://en.wikipedia.org/wiki/Hermann_J%C3%B3nassonnytCabinet was appointed on 24 July 1956. Cabinet resigned on 4 December 1958 in disagreement over economic policy.`Lh|!%S C2002-05-31Lipponen IIIhttp://en.wikipedia.org/wiki/Paavo_Lipponen's_second_cabinetvaltCabinet started on 31 May 2002 with a replacement of the Green (VIHR) environment minister. Cabinet ended with election on 16 March 2003 and resigned on 17 April.`NN4w{!# +1967-04-08Pompidou IVhttp://fr.wikipedia.org/wiki/Gouvernement_Georges_Pompidou_%284%29pa-84]#L]z!m 72002-11-07Repsehttps://en.wikipedia.org/wiki/Rep%C5%A1e_cabinetrferlN4Dy!9 1964-09-26Krag IIhttp://da.wikipedia.org/wiki/Regeringen_Jens_Otto_Krag_IIfolketingCabinet resigned on 2 November 1966 over taxation policy and called an early election.I LXx!s%m ;1953-04-02Raab Ihttp://de.wikipedia.org/wiki/Bundesregierung_Raab_Ifaz, muellerCabinet was appointed on 2 April 1953. On 28 February 1956, coalition parties agreed to call an early election after a conflict over former German properties. Cabinet ended with an early election on 13 May 1956 and resigned one day later.0 (LJ w!{! M+1952-03-08Pinayhttp://fr.wikipedia.org/wiki/Gouvernement_Antoine_Pinaynyt, pa-84Antoine Pinay surprisingly won parliamentary support (yes: 324, no: 206) as PM on 6 March 1952. Cabinet was appointed two days later and won a confidence vote (yes: 290, no:101) on 11 March.Appointment date based on Assemblée Nationale source. Party "Payson" could not be identified. %LAv![#Y  1969-09-07Borten IIhttp://en.wikipedia.org/wiki/Per_Bortennyt, reg-noPM Borten resigned on 2 March 1971, effective 17 March, following a disclosure of confidential documents about negotiations on European Economic Community membership.DBL,u! 1972-07-07Tanaka I[M_t!{ 1974-06-15Thornhttp://lb.wikipedia.org/wiki/Regierung_Thorn-Vouel-BergeMis!# m 1993-07-09Gonzalez IVhttps://en.wikipedia.org/wiki/Fourth_government_of_Felipe_Gonz%C3%A1lezMinority cabinet supported by small regional parties, especially Convergence and Unity (CiU) (Hopkin 2005, 389),%MځQr!_#k  1977-09-11Nordli IIhttp://en.wikipedia.org/wiki/Odvar_Nordlinyt, reg-noPM Nordli resigned on 31 January 1981, effective 4 February, following a controversy over US weapons in Norway.BM:qq!'  m+2010-02-23Balkenende VIhttp://en.wikipedia.org/wiki/Netherlands_cabinet_Balkenende-4Continuation caretaker cabinet remained in office after Queen Beatrix called early election on 23 February 2010.Caretaker cabinet remains more than three month in office before and after the election but continuation caretaker cabinets are only code ones.EBNp!/k g 82009-04-25Sigurdardottir IIhttp://en.wikipedia.org/wiki/Cabinet_of_IcelandCabinet ended with election on 27 April 2013.$`N{Xo!_ C1983-05-06Sorsa VIhttp://en.wikipedia.org/wiki/Kalevi_Sorsavalt"Mv,n! 1963-12-09Ikeda III0Lim!  +1946-01-26Gouinhttp://fr.wikipedia.org/wiki/Gouvernement_F%C3%A9lix_Gouinbe-70L-l!m- #1982-10-07Palme IVhttp://sv.wikipedia.org/wiki/Regeringen_Palme_IImueller, riksdagCabinet won an investiture vote (yes: 179, no: 0, abstain: 147).Mlok!# ,1983-06-09Thatcher IIhttp://en.wikipedia.org/wiki/Conservative_Government_1983-1987"%:Mvgj!!g% 31993-02-28Clerides Ihttp://en.wikipedia.org/wiki/Glafkos_Kleridesafp, reutersVMځji!!c# <1997-02-27Drnovsek Vhttp://en.wikipedia.org/wiki/Janez_DrnovsekrferlPM Drnovsek lost a confidence vote on 8 April 2000 after Slovenian People's Party (SLS) ministers announced to withdraw from the coalition.2RNmh!#%1951-06-13Valera VIIIhttp://en.wikipedia.org/wiki/Government_of_the_14th_D%C3%A1iltL6g!e;a61982-10-01Kohl Ihttp://de.wikipedia.org/wiki/Kabinett_Kohl_IdhbtCabinet won a constructive vote of no confidence on 1 October 1982 against Schmidt III cabinet. PM Kohl initiated a confidence vote (yes: 8, no: 218, abstain: 248) on 17 December 1982 and most coalition MPs abstained from voting, to dissolve parliament and call a snap election.see confidence vote coded for Schmidt III.W#iMllf!# #2002-10-21Persson IIIhttp://en.wikipedia.org/wiki/Cabinet_of_G%C3%B6ran_PerssonvN4je!u! 81991-04-30Oddsson Ihttp://en.wikipedia.org/wiki/Dav%C3%AD%C3%B0_Oddssonindridason`Mqd!# C1951-01-17Kekkonen IIhttp://en.wikipedia.org/wiki/Urho_Kekkonen%27s_second_cabinetvalthL6fc!#m ~1979-03-20Andreotti Vhttp://it.wikipedia.org/wiki/Governo_Andreotti_Vmueller|MN b!y a }1994-08-22Kok Ihttp://en.wikipedia.org/wiki/Netherlands_cabinet_Kok-1Cabinet ended with election on 6 May 1998.::Mpa!! |+1949-10-28Bidault IIhttp://fr.wikipedia.org/wiki/Gouvernement_Georges_Bidault_(2)pa-84cKL#1`!) {(1955-12-15Bundesrat 1955.L^V_!e z!1967-12-19McEwenhttp://en.wikipedia.org/wiki/McEwen_Ministryhug-77Caretaker cabinet under PM McEwen took office after the death of PM Holt until the Government parties appoint a new leader.C$Lք&^!#o[9y61956-02-24Adenauer IVhttp://de.wikipedia.org/wiki/Kabinett_Adenauer_IInyt, widCabinet continued on 24 February 1956 when Christian Democrats (CDU) announced to continue the previous coalition with ministers that resigned from the Free Democratic (FDP) party group. Cabinet changed when German Party (DP) and Free People's Party (FVP) party groups formed a cooperation agreement on 27 September 1956 and formally merged on 14 March 1957.DP and FVP merger not coded as a new cabinet since no coalition bargaining took place.xgLh`]! c x!1945-07-06Fordehttp://en.wikipedia.org/wiki/Forde_Ministryhug-68Caretaker cabinet under PM Forde took office after the death of PM Curtin until the United Australia Party (UAP) elected a new leader.$KP\!)/ wC1957-09-02Sukselainen IIhttp://en.wikipedia.org/wiki/Vieno_Johannes_Sukselainen%27s_first_cabinetnytCabinet lost a confidence vote (yes: 74, no: 75) on 18 October 1957 and resigned.GLs|[!)  v1998-03-11Rasmussen N IVhttp://en.wikipedia.org/wiki/Cabinet_of_Poul_Nyrup_Rasmussen_IVap, ejprN .Z!! u 1957-09-26Holyoake IA*LrOY!!q%Q t#1946-10-11Erlander Ihttp://sv.wikipedia.org/wiki/Regeringen_Erlander_Imueller, nytPM Erlander was appointed on 11 October 1946 and cabinet ended with elections on 19 November 1948.LhX!#u s!1958-12-10Menzies IIXhttp://en.wikipedia.org/wiki/Eighth_Menzies_Ministryhug-68$L|mW!# r%1954-06-02Costello IIhttp://en.wikipedia.org/wiki/Government_of_the_15th_D%C3%A1ilHtLTGV!i!Q q81949-12-06Thors IVhttp://en.wikipedia.org/wiki/%C3%93lafur_ThorsindridasonCabinet lost a vote of confidence on 1 March 1950 (yes:18, no: 33) and resigned the following day.`L"bU!g p@1992-03-07Dehaene Ihttp://en.wikipedia.org/wiki/Jean-Luc_Dehaenemueller:)8M2T!) o(1959-12-17Bundesrat 1959{L,S!#{3G7n;1963-03-27Gorbach IIIhttp://de.wikipedia.org/wiki/Bundesregierung_Gorbach_IImueller, nyt, timesCabinet was appointed on 27 March 1963 after four months of deadlock in the formation process. PM Gorbach declared to resign on 20 February 1964 following disputes within the Austrian People's Party (OVP) and handed in his resignation four days later. The cabinet resigned on 2 April.On 25 February 1964 President Schärf lanced a discussion of whether the resignation of a PM would also require the resignation of the whole cabinet.z(LaR!q m1995-01-20Juncker Ihttp://en.wikipedia.org/wiki/Juncker-Poos_Ministry2RMxQ! l 1996-12-16Bolger IVhttp://en.wikipedia.org/wiki/Fourth_National_Government_of_New_Zealandejpr>1*M1P!+ k1962-06-18Diefenbaker IIIL|LaO!m jC1972-02-23Paasio IIhttp://fi.wikipedia.org/wiki/Paasion_II_hallitusvalt|MUN!g} g1960-03-26Tambronihttp://it.wikipedia.org/wiki/Governo_TambroninytPM Tambroni formed an "emergency" government that took office on 26 March 1960 and won an investiture vote (yes: 300, no: 293) on 8 April. Cabinet resigned on 19 July 1960 following an agreement among centre parties about forming a new government.t|LdM!a' fC1987-04-30Holkeri Ihttp://en.wikipedia.org/wiki/Harri_Holkerimueller, valtMiL!s% e@1961-04-25Lefevrehttp://en.wikipedia.org/wiki/Th%C3%A9o_Lef%C3%A8vremueller, nyt8LEK!sQ d2008-10-30Harper IIhttp://en.wikipedia.org/wiki/28th_Canadian_MinistryafpPM Harper won election on 14 October 2008 and presented his cabinet on 30 October. Cabinet lost a confidence vote (yes: 145, no: 156) on 25 March 2011 over budget plans. The following day, he asked to dissolve the parliament.bY|Np+J! c 1987-08-19Lange IIyB*M^I!s b2006-02-06Harper Ihttp://en.wikipedia.org/wiki/28th_Canadian_Ministry4|N\2H!- a)1974-11-21Karamanlis Kon I,MaG!} `1945-06-11King Vhttp://en.wikipedia.org/wiki/William_Lyon_Mackenzie_King|KF!!  S_+1973-04-05Messmer IIhttp://fr.wikipedia.org/wiki/Gouvernement_Pierre_Messmer_%282%29pa-84cabinet ended by formal resignationeM.E!! ^H1976-09-25Mintoff IV0M0lD! m']J1992-06-05Pawlak Ihttp://en.wikipedia.org/wiki/First_Cabinet_of_Waldemar_PawlakafpPawlak was appointed by President Lech Wałęsa as Prime Minister and elected in parliament on 5 June 1992 (yes: 261, no: 149, abstain: 7) but failed to find majority support for his potential government. He resigned on 10 July after parliament accepted his resignation (yes: 286, no: 11, abstain: 107).Cabinet recorded according to coding rule "any change of the prime minister".hMoC!  \K1995-04-17Vahi Ihttps://en.wikipedia.org/wiki/Tiit_V%C3%A4hi%27s_first_cabinetberg-19XMmB!)u [1953-07-16De Gasperi VIIhttp://it.wikipedia.org/wiki/Governo_De_Gasperi_VIIImuellerU|LJiA!Z%1966-11-10Lynch Ihttp://en.wikipedia.org/wiki/Government_of_the_18th_D%C3%A1ilCtĹ[@!!m+e Y2009-07-23Juncker IVhttp://en.wikipedia.org/wiki/Jean-Claude_Junckerreuters, tagblaCabinet was appointed on 23 June 2009. PM Juncker resigned on 11 July 2013 and early elections were called. Nz*?!#%a XD2006-08-16Topolanek Ihttp://en.wikipedia.org/wiki/Mirek_Topol%C3%A1nek%27s_First_Cabinetafp, reutersPM Topolanek was appointed on 16 August 2006 and the cabinet on 4 September. Cabinet lost an investiture vote (yes: 96, no: 99) on 3 October and resigned on 11 October.27N\i>!a/ W2008-12-22Boc Ihttp://en.wikipedia.org/wiki/Boc_I_CabinetbbcCabinet won an investiture vote (yes: 324, no: 115) on 22 December 2008. PSD ministers resigned on 1 October 2009 and the cabinet lost a confidence vote (yes: 254, no: 176) on 13 October. It remained in office until the new cabinet formed following presidential elections.v?NpI=!#oU VC1961-07-14Miettunen Ihttp://fi.wikipedia.org/wiki/Miettusen_I_hallitusvaltCabinet under PM Miettunen was appointed 14 July 1961 and ended with elections on 5 February 1962. hLj<!'s U1951-07-26De Gasperi VIhttp://it.wikipedia.org/wiki/Governo_De_Gasperi_VIImueller{|L6p;!! T1968-02-02Baunsgaardhttp://da.wikipedia.org/wiki/Regeringen_Hilmar_Baunsgaardfolketing9LX:!!c S71990-05-07Godmanis Ihttp://en.wikipedia.org/wiki/Ivars_GodmaniswMV9! cR+1958-05-12Pflimlinhttp://fr.wikipedia.org/wiki/Gouvernement_Pierre_Pflimlinpa-84One minister appointed by African Democratic Rally (RDA). Party "Gauche Democr." could not be identified. 8L| 8!! c u Q@1944-09-26Pierlot IVhttp://en.wikipedia.org/wiki/Hubert_PierlotProvisional cabinet was formed on 26 September 1944.r8Ki7 !y P1993-03-19Meciar IVhttp://en.wikipedia.org/wiki/Vladim%C3%ADr_Me%C4%8Diarmue-rom&Mہ6!u O+1956-01-31Mollethttp://fr.wikipedia.org/wiki/Gouvernement_Guy_Molletpa-84One minister appointed by African Democratic Rally (RDA).8Lh5!}? N,1976-04-05Callaghanhttp://en.wikipedia.org/wiki/Labour_Government_1974-1979bpf, nytCabinet lost majority support by April 1976. Minority cabinet was supported by Liberals (L) from March 1977 until August 1978. Callaghan lost a vote of confidence (yes: 310, no: 311) on 28 March 1979 and called early elections following industrial unrest ('Winter of Discontent').(:M044!- MH1962-03-05Borg Olivier IIILj3!)q L 1990-11-03Brundtland IIIhttp://en.wikipedia.org/wiki/Gro_Harlem_Brundtlandmueller^;BM02!kKkK#1978-10-13Ullstenhttp://sv.wikipedia.org/wiki/Regeringen_Ullstenkeesings, mueller, nyt, riksdagParliament passed an investiture vote (yes: 39, no: 66, abstain: 215) on 13 October 1978 with no absolute majority against the cabinet.Negative parliamentarism (Bergmann 1993: 297). MD q1~7}}V||Hzz!ytyCxxxwwvvautttBsssrrAqNomlgknjsiiigg1eeeddGcbb%a_t]*\[&ZYXYWYWVV%TcSS&RQ|QPP*ONN MQLLLKKIJkIHGGTFEDDnDC.BBBBhAA;@??>>>(<,E!-i  l)2004-03-10Karamanlis Kos Ihttp://en.wikipedia.org/wiki/Kostas_KaramanlisCabinet won an investiture vote (yes: 165, no: 135) on 23 March 2004. ,NHcD!o k!1987-07-24Hawke IIIhttp://en.wikipedia.org/wiki/Third_Hawke_Ministryaph-11$M0C!g/ j,2010-05-11Cameron Ihttp://en.wikipedia.org/wiki/Cameron_ministrybpfCabinet was appointed on 11 May 2010. Cabinet ended with election on 7 May 2015.wF:NgB!%{ i;1987-01-21Vranitzky IIhttp://de.wikipedia.org/wiki/Bundesregierung_Vranitzky_IImuellerCabinet was appointed on 21 January 1987. Cabinet ended with election on 7 October 1990 and resigned two days later. <(M[A!!a hC1950-03-17Kekkonen Ihttp://en.wikipedia.org/wiki/Urho_KekkonenvaltNL,*@!k# g61972-12-15Brandt IIhttp://de.wikipedia.org/wiki/Kabinett_Brandt_IInytBrandt resigned on 6 May 1974 following a spy scandal about a staff member.f_M|?!! % f%1992-02-11Reynolds IPM Reynolds won an investiture vote (yes: 84, no: 78) on 11 February 1992. N.tM(>! e 1957-12-11Nashu*Ls+=! d1994-06-30Murayama9M2<!'c%1982-12-14Fitzgerald II63tMm5;!/ a)1977-11-28Karamanlis Kon IIaT,M:O:!= `%2007-06-14Ahern IIIhttp://en.wikipedia.org/wiki/Government_of_the_30th_D%C3%A1il#27th_Government_of_IrelandejprPM Ahern won an investiture vote (yes: 89, no: 76) on 14 June 2007.{tNfj9!_%1969-07-02Lynch IIhttp://en.wikipedia.org/wiki/Government_of_the_19th_D%C3%A1ilZtLZ8!g ^61991-01-18Kohl IVhttp://de.wikipedia.org/wiki/Kabinett_Kohl_IV(MƁG7! kU \C1957-11-29Fieandthttp://en.wikipedia.org/wiki/Rainer_von_Fieandtnyt, valtCabinet lost a confidence vote (yes: 50, no: 143) on 18 April 1958 over food subsidies and resigned.wGLuq6!e 1[@1973-01-26Leburtonhttp://en.wikipedia.org/wiki/Edmond_LeburtonmuellerCoded as one cabinet: Election (10 March 1974) takes place within three month and new cabinet forms (25 March 1974) within three month thereafter.O8ME5!#u%5 Z?2009-10-26Socrates IIhttp://en.wikipedia.org/wiki/Jos%C3%A9_S%C3%B3cratesbbc, reutersPM Socrates resigned on 23 March 2011 after parliament rejected an austerity budget.lNzm4!  Y1963-04-22Pearson InytMinority cabinet was supported by New Democratic Party (NDP).k|L3!+}1 XC1971-03-26Karjalainen IIIhttp://fi.wikipedia.org/wiki/Karjalaisen_toinen_hallitusnyt, valtCabinet continued on 26 March 1971 after a change in party composition. Cabinet resigned on 29 October 1971 over disputes on agricultural prices.sML72!)  W(2003-12-10Bundesrat 2003swissN>`1!%oV#2010-09-19Reinfeldt IIhttp://en.wikipedia.org/wiki/Cabinet_of_Fredrik_ReinfeldtapPM Reinfeld presented the minority cabinet on 5 October 2010 and ministers were appointed the same day. Cabinet ended with election on 14 September 2014 and PM Reinfeld resigned the day after.No new cabinet, election date used as start date.0NZ0!!y%_ U1950-09-16Hedtoft IIhttp://da.wikipedia.org/wiki/Regeringen_Hans_Hedtoft_Imueller, nytCabinet lost a vote over butter rationing (yes: 68, no: 69) on 25 November 1950 and resigned a day later.L,e/!i! S81963-06-09Thors VIIhttp://en.wikipedia.org/wiki/%C3%93lafur_ThorsindridasonK{`Lf.!#i R2005-10-31Koizumi IIIhttp://en.wikipedia.org/wiki/Junichiro_Koizumiejpr, nyt*NRm-!%s! Q81974-08-28Hallgrimssonhttp://en.wikipedia.org/wiki/Geir_Hallgr%C3%ADmssonindridason}`Ma,!'g PC1976-09-29Miettunen IIIhttp://en.wikipedia.org/wiki/Martti_MiettunenvaltbM0`+!%a O@1974-06-11Tindemans IIhttp://en.wikipedia.org/wiki/Leo_Tindemansmueller8M4*!  N'2010-05-29Orban IIreutersCabinet won an investiture vote on 29 May 2010 (yes: 261, no: 107, abstain: 18). Cabinet ended with election on 6 April 2014.\N+)!{ M 2002-08-15Clark IIhttp://en.wikipedia.org/wiki/Fifth_Labour_Government_of_New_Zealandejprconfidence and supply from the Greens and United Future<*N4(!!s#7 L!1974-06-12Whitlam IIhttp://en.wikipedia.org/wiki/Third_Whitlam_Ministryhug-86, nytCabinet ended on 11 November 1975 after an opposition-controlled Senate refused to approve the budget and Governor-General Kerr dismissed PM Whitlam.$Mj'!} K+1984-07-17Fabiushttp://fr.wikipedia.org/wiki/Gouvernement_Laurent_FabiusmuellerM[&!c J1976-02-12Moro Vhttp://it.wikipedia.org/wiki/Governo_Moro_VmuellerA|M0%!}a I1962-09-03Krag Ihttp://da.wikipedia.org/wiki/Regeringen_Jens_Otto_Krag_InytPM Krag was appointed on 3 September 1962.IL_$!i H2001-04-26Koizumi Ihttp://en.wikipedia.org/wiki/Junichiro_KoizumiejprN*H#!!W-U G1992-11-13Vacaroiu Ihttp://en.wikipedia.org/wiki/Vacaroiumue-rom, reutersCabinet won an investiture vote (yes: 260, no: 203) on 19 November 1992. Minority support by Socialist Party (PSM), Greater Romania Party (PRM) and Romanian National Unity Party (PUNR) was formally acknowledged on 25 June 1993.M["!c F,1997-05-02Blair Ihttp://en.wikipedia.org/wiki/Blair_Ministrybpf;_:Nw!!% E1987-09-10Schluter IIIhttp://da.wikipedia.org/wiki/Regeringen_Poul_Schl%C3%BCter_IImuellerM? !s? D!1975-12-22Fraser IIhttp://en.wikipedia.org/wiki/Second_Fraser_Ministryhug-86Cabinet was formed on 22 December 1975. Cabinet ended with elections on 18 October 1980.$M'>!i%qWCD1993-01-01Klaus IIhttp://en.wikipedia.org/wiki/V%C3%A1clav_Klausbbc, reutersCabinet continued after the formal establishment of the Czech Republic on 1 January 1993. Cabinet ended on 2 April 1996 with a change in party composition after the Christian Democratic Party's (KDS) joined the Civic Democratic Party (ODS).Election takes place within three months after the change in party composition. No new cabinet coded.'Mx!# B1986-07-25Gonzalez IIhttps://en.wikipedia.org/wiki/Second_government_of_Felipe_Gonz%C3%A1lez&Mb!y @1959-03-02Werner Ihttp://lb.wikipedia.org/wiki/Regierung_Werner-Schaus_I LQ!W ?C1991-04-26Aho Ihttp://en.wikipedia.org/wiki/Esko_Ahovalt)ZMƁ|!!> 1996-03-01Bolger IIIhttp://en.wikipedia.org/wiki/Fourth_National_Government_of_New_ZealandejprNot coded as a cabinet in the EJPR yearbook. However, cabinet composition changed by appointing ministers from United New Zealand.z*Mx!#}% <;1986-06-16Vranitzky Ihttp://de.wikipedia.org/wiki/Bundesregierung_Vranitzky_Imueller, nytCabinet was appointed on 16 June 1986. On 15 September 1986, PM Vranitzky called an early election after Jörg Haider was elected as chairman of the Freedom Party (FPO). The cabinet ended with an early election on 23 November 1986 and resigned two days later.(M1!i- ;'1998-07-06Orban Ihttp://en.wikipedia.org/wiki/Viktor_Orb%C3%A1nmue-romCabinet won an investiture vote (yes: 222, no: 119, abstain: 8) on 06 July 1998.\N !  ]:+1951-08-11Pleven IIhttp://fr.wikipedia.org/wiki/Gouvernement_Ren%C3%A9_Pleven_(2)pa-84Party "Payson" could not be identified. h%L7!)1 91966-11-22Krag IIIhttp://da.wikipedia.org/wiki/Regeringen_Jens_Otto_Krag_IIfolketing, nytCabinet continued after the election on 22 November 1966. Minority cabinet was supported by Social-Liberal Party (RV). PM Krag resigned on 15 December 1967 after losing a vote (yes: 85, no: 92) on wage freezes through defection by 6 MPs from the Social-Liberal Party (RV).aLx!%  81978-08-30Jorgensen IVhttp://da.wikipedia.org/wiki/Regeringen_Anker_J%C3%B8rgensen_IIImuellerMDF!'q'7 72008-05-08Berlusconi IVhttp://en.wikipedia.org/wiki/Berlusconi_IV_Cabinetansa, reutersPM Berlusconi was appointed on 8 May 2008 and the cabinet won confidence votes on 14/15 May (yes: 335, no: 272, abstain: 1 [lower house]; yes: 173, no: 133, abstain: 1 [upper house]). Cabinet lost its majority on 30 July 2010 when 33 MPs formed a new parliamentary group Future and Freedom (FLI). Berlusconi announced to resign on 8 November 2011 after failing to secure an absolute majority in a budget vote (yes: 308, required: 316) and stepped down on 12 November.uoI|NpA! _#cy6 1972-10-17Korvaldhttp://en.wikipedia.org/wiki/Lars_Korvaldnyt, reg-noMinority cabinet supported by Conservative Party (H) and Liberal People's Party (DLF). It was appointed on 18 October 1972 following resignation of Bratelli and its main objective was to negotiate a trade agreement with the European Communities (EC) instead of EC membership. Cabinet ended with elections on 9 September 1973 and formally resigned on 16 October.Coded as caretaker due to the limited mandate of the government and its only main task to negotiate a trade agreement.DBMi!!u 5#1968-09-15Erlander Xhttp://sv.wikipedia.org/wiki/Regeringen_Erlander_IIImuellerLu!# 4+2002-06-17Raffarin IIhttp://fr.wikipedia.org/wiki/Gouvernement_Jean-Pierre_Raffarin_(2)wN5t!! 31982-09-10Schluter Ihttp://da.wikipedia.org/wiki/Regeringen_Poul_Schl%C3%BCter_ImuellerMl/!c%' 21963-12-04Moro Ihttp://it.wikipedia.org/wiki/Governo_Moro_Imueller, nytCabinet won a vote on 26 June 1964 (yes: 286, no: 193) on the entire budget of ministry of public instruction but lost a vote (yes: 221, no: 228) over increased funding for private schools on the same day.||L !wc 11994-03-16Moravcikhttp://en.wikipedia.org/wiki/Jozef_Morav%C4%8D%C3%ADkreutersPM Moravcik was appointed on 14 March 1994.&M.!# 0H1974-09-30Mintoff III'M- !%u /C1945-04-17Paasikivi IIhttp://fi.wikipedia.org/wiki/Paasikiven_III_hallitusnyt, valtPaasikivi was elected as President by Parliament on 9 March 1946.xeK1 !) .(1951-12-13Bundesrat 1951,L6: !s= - 1996-10-25Jaglandhttp://en.wikipedia.org/wiki/Thorbj%C3%B8rn_JaglandafpPM Jagland resigned on 13 October 1997 after failing to win votes in the 1997 election. Before the election, he declared to step down if his party would not get at least 36.9 percent of the vote, the 1993 DNA result.<BMe !!q ,!2001-11-26Howard IIIhttp://en.wikipedia.org/wiki/Third_Howard_Ministryaph-11$N*y !# -} +1993-03-10Slezeviciushttps://en.wikipedia.org/wiki/%C5%A0le%C5%BEevi%C4%8Dius_Cabinetmue-rom, reutersPM Šleževičius won an investiture vote (yes: 70, no: 13, abstain: 23) on 10 March 1993. Cabinet ended on 8 February 1996 after PM Šleževičius lost a confidence vote (yes: 26, no: 94) initiated by President Brazauskas over financial scandals.Mf!#m *1960-07-26Fanfani IIIhttp://it.wikipedia.org/wiki/Governo_Fanfani_IIImuellerg|L_!e )1988-04-13De Mitahttp://it.wikipedia.org/wiki/Governo_De_Mitamueller|M!# i s (@1945-02-12Van Acker Ihttp://en.wikipedia.org/wiki/Achille_Van_AckerProvisional cabinet was formed on 12 February 1945.r8Kw!)} '+2007-05-18Fillon Ihttp://fr.wikipedia.org/wiki/Gouvernement_Fran%C3%A7ois_Fillon_(1)bbc, ejpr, nytCabinet formally resigned on 18 June 2007 following parliamentary elections and PM Fillon was re-appointed the same day..Nfu!!  &2004-04-17Zapatero InytMinority cabinet with support of small left-wing and nationalist parties, especially United Left (IU) and Left of Catalonia (ERC) (Hopkin 2005, 389). It was appointed on 17 April 2004 (NYT).5INH!aU % 2009-07-27Borisov Ihttp://en.wikipedia.org/wiki/Boyko_BorisovafpPM Borisov and his cabinet were approved on 27 July 2009 (yes: 162, no: 77, abstain: 1). Cabinet ended with a resignation announcement of PM Borisov on 20 February 2013 after violent protests against high electricity bills and low wages. The parliament accepted the resignation the next day.OdNz#!y/i $2010-10-14Rutte Ihttp://en.wikipedia.org/wiki/Netherlands_cabinet_Rutteafp, reuters, rnwCabinet was appointed on 14 October 2010. Minority cabinet with support agreement from the Party for Freedom (PVV). It lost majority support on 20 March after an PVV MP left the party group. PVV withdrew its support on 21 April 2012. Cabinet resigned on 23 April 2012 after conflict over budget cuts.N9!]A#<2008-11-21Pahor Ihttp://en.wikipedia.org/wiki/Borut_PahorstaCabinet was appointed on 21 November 2008 (yes: 56, no: 30). It lost the majority on 9 May 2011 when DeSUS decided to leave the coalition and ended on 19 May when last DeSUS minister resigned from the party. Another party (Zares) left the coalition on 27 June.Coded as one cabinet because none of the cabinet changes lasts for more than three months. Npo!%#i "+2004-03-30Raffarin IIIhttp://fr.wikipedia.org/wiki/Gouvernement_Jean-Pierre_Raffarin_(3)bbc, nyt, wRaffarin resigned on 31 May 2005 following the rejection of the referendum on the European Union constitution.4N>&!c!1993-04-29Ciampihttp://it.wikipedia.org/wiki/Governo_CiampimuellerContains PLI members (Raffaele Costa) that were only interim ministers.]|M.~!#  1996-01-11Hashimoto Id9Mh}! 1948-07-14Dupong Vhttp://lb.wikipedia.org/wiki/Regierung_Dupong-Schaus-BodsonLZ|!a 1953-08-17Pellahttp://it.wikipedia.org/wiki/Governo_Pellamueller[|LK[{!c 1954-02-10Scelbahttp://it.wikipedia.org/wiki/Governo_ScelbamuellerZ|LUcz!s !1968-02-28Gorton IIhttp://en.wikipedia.org/wiki/Second_Gorton_Ministryhug-77$L,y!%1977-07-05Lynch III;tM:3x!!q) 61957-10-24Adenauer Vhttp://de.wikipedia.org/wiki/Kabinett_Adenauer_IIIdhbtCabinet ended on 1 July 1960 when German Party (DP) parliamentary group split.yKLrOw!]% q 1997-05-21Kostovhttp://en.wikipedia.org/wiki/Ivan_Kostovbbc, reutersCabinet was approved on 21 May 1997 (yes: 179 , no: 54 , abstain:0). Cabinet ended with election on 18 June 2001.~dN v! ei C1958-04-25Kuuskoskihttp://en.wikipedia.org/wiki/Reino_KuuskoskivaltCaretaker cabinet was formed on 25 April 1958.\GL|,u! 1970-01-14Sato III[L2t!+{ 2007-11-23Rasmussen F IIIhttp://en.wikipedia.org/wiki/Cabinet_of_Anders_Fogh_Rasmussen_IIIejprRasmussen stepped down to become NATO Secretary General<Nf*s! 1967-02-17Sato IIoLց*r!s !1963-12-18Menzies Xhttp://en.wikipedia.org/wiki/Tenth_Menzies_Ministryhug-77Cabinet ended on 20 January 1966 with the resignation of PM Menzies. $L-q!! 1993-11-04Chretien I"|Map!#e 31988-02-28Vassiliou Ihttp://en.wikipedia.org/wiki/George_VasilioureutersM.o!% 1974-08-08Trudeau P IV|M)n!#m )1989-07-02Tzannetakishttp://en.wikipedia.org/wiki/Tzannis_TzannetakisnytCabinet won an investiture vote (yes: 174, no: 124) on 8 July 1989. ',MYm!#sk  #1952-09-21Erlander IVhttp://sv.wikipedia.org/wiki/Regeringen_Erlander_IImuellerCabinet remained in office after elections on 21 September 1952 and ended with elections on 26 September 1956.iL@Fl!cc  1958-06-12Kishi IIhttp://en.wikipedia.org/wiki/Nobusuke_KishinytPM Kishi was elected on 12 June 1958 and the cabinet was appointed the same day. On 16 June 1960, Kishi announced his intention to resign after a controversial security treaty (US/Japan) came into force and cabinet resigned on 16 JulywL|/k!a5  #1991-10-03Bildthttp://en.wikipedia.org/wiki/Bildt_CabinetreutersPM Bildt won an investiture vote on 3 October 1991 (yes: 163, no: 147, abstain: 23).MXj!e  61994-11-17Kohl Vhttp://de.wikipedia.org/wiki/Kabinett_Kohl_V^SM2i!)  (1967-12-14Bundesrat 1967uLց(h!#q C1979-05-26Koivisto IIhttp://fi.wikipedia.org/wiki/Koiviston_II_hallitusvaltKoivisto was elected as president resulting in a cabinet reshuffle.TMNvg!u5 ;1949-11-08Figl IIIhttp://de.wikipedia.org/wiki/Bundesregierung_Figl_IIfazCabinet was appointed on 8 November 1949. Cabinet resigned on 22 October 1952 and called an early election after disagreement over the 1953 budget.tC(L"Kf!sW !1980-11-03Fraser IVhttp://en.wikipedia.org/wiki/Fourth_Fraser_Ministryhug-86Cabinet ended on 3 February 1983 after PM Fraser obtained a dissolution of the Parliament and Senate.$MX ~|{uz*y;xwUvu srqp>nmUlrknjzi2h)fedbW`)^ ]]]k\\"[yZZZqZ;WVU`T?RQPPMVLKpJJII5HH!GGF7EElDD CBBdAA.@A??}>==c=t! + &D2013-07-10Rusnokhttp://en.wikipedia.org/wiki/Ji%C5%99%C3%AD_Rusnok%27s_CabinetreutersPM Rusnok and the cabinet were appointed on 10 July 2013. Cabinet lost an investiture vote (yes: 93; no: 100) on 7 August and resigned on 13 August. Cabinet ended with an early election on 25 October 2013.WOs!om %!2013-06-27Rudd IIhttp://en.wikipedia.org/wiki/Second_Rudd_MinistryreutersCabinet continued under new PM Rudd appointed on 27 June 2013. Cabinet ended with election on 7 September 2013.lKr!!}Q $)2013-06-25Samaras IIhttps://en.wikipedia.org/wiki/Cabinet_of_Antonis_SamarasejprCabinet continued on 25 June 2013 and PASOK replaced its non-partisan ministers with high profile party members. Cabinet lost a presidential election (yes: 168) on 29 December 2014 and ended with election on 25 January 2015. eq!%e #82013-05-23Gunnlaugssonhttps://en.wikipedia.org/wiki/Sigmundur_Dav%C3%AD%C3%B0_GunnlaugssonreutersCabinet took office on 23 Mai 2013. PM Gunnlaugsson resigned on 6 April 2016 over financial irregularities.p!! q%c " 2013-05-29Oresharskihttp://en.wikipedia.org/wiki/Oresharski_Governmentafp, reutersCaretaker cabinet (technocrat) won an investiture vote (yes: 119, no: 98) on 29 May 2013. Minority cabinet was supported by Attack (A). Cabinet resigned on 23 July 2014.^o!y} !>2010-07-10Kosor IIhttp://en.wikipedia.org/wiki/Cabinet_of_Jadranka_KosorreutersCabinet continued on 10 July 2010 after a change in party composition. Cabinet ended with election on 23 December 2011.pn!  >2011-12-23Milanovichttp://en.wikipedia.org/wiki/Cabinet_of_Zoran_Milanovi%C4%87hinaCabinet won an investiture vote on 23 December 2011 (yes: 89, no: 28, abstain: 12). Cabinet ended with election on 8 November 2015. !m!ye >2009-07-06Kosor Ihttp://en.wikipedia.org/wiki/Cabinet_of_Jadranka_Kosorafp, hinaCabinet won an investiture vote (yes: 83, no: 45) on 6 July 2009. Cabinet ended on 10 July 2010 after the Croatian Social Liberal Party (HSLS) withdrew from the coalition.yl!#y+ >2008-01-12Sanader IIIhttp://en.wikipedia.org/wiki/Cabinet_of_Ivo_Sanader_IIconrad, reutersCabinet won an investiture vote (yes: 82, no: 62) on 12 January 2008. Cabinet ended with the resignation of PM Sanander on 1 July 2009.ck!!y >2006-02-11Sanader IIhttp://en.wikipedia.org/wiki/Cabinet_of_Ivo_Sanader_IIconradCabinet continued on 10 February 2006 after a change in party composition. Cabinet ended with election on 25 November 2007.j!wo >2003-12-23Sanader Ihttp://en.wikipedia.org/wiki/Cabinet_of_Ivo_Sanader_IconradCabinet won an investiture vote (yes: 88, no: 29, abstain: 14) on 23 December 2003. Cabinet ended on 10 February 2006 after Demokratski centar (DC) withdrew from the coalition.li! >2002-07-30Racan IIIhttp://en.wikipedia.org/wiki/Cabinet_of_Ivica_Ra%C4%8Dan_IIconradCabinet won an investiture vote (yes: 84, no: 47, abstain: 1) on 30 July 2002. Cabinet ended with election on 23 November 2003.ph! >2001-06-04Racan IIhttp://en.wikipedia.org/wiki/Cabinet_of_Ivica_Ra%C4%8Dan_IconradCabinet continued on 4 June 2001 after a change in party composition. Cabinet resigned on 5 July 2002 following intra-party conflict.Gg!M >2000-01-27Racan Ihttp://en.wikipedia.org/wiki/Cabinet_of_Ivica_Ra%C4%8Dan_IconradCabinet ended on 4 June 2001 after Istarski demokratski sabor (IDS) withdrew from the coalition.Mf!aq 2013-04-27Letta Ihttp://en.wikipedia.org/wiki/Letta_CabinetreutersPM Letta was appointed on 27 April 2013 and the cabinet won confidence votes on 29/30 April (yes: 453, no: 153 [lower house]; yes: 233, no: 59 [upper house]). Cabinet ended on 15 November 2013 after People of Freedom (PdL) party group split.%~e!sG <2013-03-20Bratusekhttp://en.wikipedia.org/wiki/Government_of_SloveniastaCabinet won an investiture vote (yes: 52, no: 35) on 20 March 2013. PM Bratušek resigned on 8 May after losing the Positive Slovenia (PS) party leadership.  d!A H2013-03-11Muscat Ihttp://en.wikipedia.org/wiki/Maltese_Government_2013%E2%80%932018tomPM Muscat was sworn in on 11 March 2013 and his cabinet two days later. Cabinet ended with an early election on 6 June 2017 after corruption allegations.+Uc! ss  2013-03-13Raikovhttp://en.wikipedia.org/wiki/Government_of_BulgariareutersPresident Plevneliev appointed PM Raikov as interim Prime Minister on 13 March 2013 to serve until election in May.%Ob!ec 2012-12-26Abe IIIhttp://en.wikipedia.org/wiki/Shinz%C5%8D_AbekyodoPM Abe won an investiture vote (yes: 328, total: 478 [lower house]; yes: 107, total: 234 [upper house]) on 26 December 2012 and the cabinet was appointed the same day. PM Abe was seeking a new mandate in fall 2012 and dissolved parliament. Cabinet ended with an early election on 14 December 2014. 4a!g'+ 2012-12-21Ponta IIhttp://en.wikipedia.org/wiki/Ponta_II_Cabinetager, reutersCabinet won an investiture vote (yes: 402, no: 120) on 21 December 2012 in a joint sitting of parliament. Minority cabinet was supported by People's Party (PP), ethnic Hungarian party and other minorities. Cabinet ended on 26 February 2014 when National Liberal Party (PNL) withdrew over pre-election (EP and presidential) conflict.  ``!'yo 2012-12-13Butkevicius Ihttps://en.wikipedia.org/wiki/Butkevi%C4%8Dius_Cabinetbns, eltaPM Butkevicius won an investiture vote (yes: 90, no: 40, abstain: 4) on 22 November 2012 and cabinet (yes: 83, no: 39, abstain: 9) on 13 December. Cabinet resigned on 12 July 2014, a constitutional requirement after a presidential election.Q7_!o; 2012-11-05Rutte IIIhttp://en.wikipedia.org/wiki/Second_Rutte_cabinetafpCabinet was appointed on 5 November 2012. Cabinet ended with election on 5 May 2017. r^!e1;o)2012-06-20Samaras Ihttp://en.wikipedia.org/wiki/Antonis_Samarasana, ejpr, reutersPM Samaras was appointed on 20 June 2012.The cabinet was presented a day after and won a confidence vote (yes: 179, no: 121) on 9 July 2012. Cabinet ended on 25 June 2013 when DIMAR withdrew over economic reforms. DIMAR and PASOK nominated non-partisan ministers.]!!  )2012-05-16Pikramenoshttp://en.wikipedia.org/wiki/Caretaker_Cabinet_of_Panagiotis_PikrammenosapPM Pikramenos was appointed on 16 May 2012 and his technocrat cabinet one day later. Cabinet ended with early election on 17 June 2012.\!!e!Q +2012-06-18Ayrault IIhttp://en.wikipedia.org/wiki/Ayrault_Cabinetap, fragovPM Ayrault was re-appointed on 18 June 2012 and the cabinet was appointed three days later. PM Ayrault resigned on 31 March 2014 after losses in local elections. ۂ[!e+I  +2012-05-15Ayrault Ihttp://en.wikipedia.org/wiki/Ayrault_Cabinetafp, ap, fragovPM Ayrault was appointed on 15 May 2012 and the cabinet was appointed the following day. Cabinet ended with election on 10 June 2012 and resigned on 18 June.spZ!  1943-09-25Frazer IIhttp://en.wikipedia.org/wiki/Peter_Fraser_%28New_Zealand_politician%29%JY! ua  ;1965-10-25Klaus IIhttp://de.wikipedia.org/wiki/Bundesregierung_Klaus_IfazCaretaker cabinet was appointed on 25 October 1965. Cabinet ended with an early election on 6 March 1966.}X! }3 ;1999-10-03Klima IIreutersContinuation caretaker cabinet remained in office on 3 October 1999 until the new cabinet was formed on 4 February 2000.Start date set to 3 October 1999 (election date) following three month coding rule.W!a%o  2012-05-07Ponta Ihttp://en.wikipedia.org/wiki/Ponta_Cabinetafp, reutersCabinet was nominated on 27 April 2012 and won an investiture vote (yes: 284, no: 92) on 7 May in a joint sitting of parliament. Cabinet ended with election on 9 December 2012.?WV!# U "2011-01-17Netanyahu Vhttp://en.wikipedia.org/wiki/Thirty-second_government_of_IsraelknessetMinority cabinet was supported by Yahadut HaTora HaMeuhedet (YH) with a deputy minister. Cabinet continued on 17 January 2011 after a change in party composition. Cabinet ended on 8 May 2012 with a change in party composition.у]U!% -W"2009-03-31Netanyahu IVhttp://en.wikipedia.org/wiki/Thirty-second_government_of_Israelknesset, reutersMinority cabinet was supported by Yahadut HaTora HaMeuhedet (YH) with a deputy minister. PM Netanyahu and his cabinet won an investiture vote on 31 March 2009 (yes: 69, no: 45). Cabinet ended with a change in party composition.LW: There is a gap between the termination of Olmert IV - 10 February 2009 and the start of Netanyahu IV - 31 March 2009. oуaT!}%;AD2012-04-27Necas IIhttp://en.wikipedia.org/wiki/Petr_Ne%C4%8Das%27s_Cabinetafp, reutersCabinet continued on 27 April 2012 after a change in party composition, winning a confidence vote (yes: 105, no: 93). Cabinet ended on 17 June 2013 after PM Necas and the cabinet resigned. The resignation followed a bribery and spying scandal involving a close aide of PM Necas.Start date set on 27 April 2012, parliamentary approval in a non-required confidence vote.WuS!!  2003-06-19Nastase IIreutersCabinet won a confidence vote (yes: 267, no: 7) on 19 June 2003 approving a reshuffle with a reduction of the number of ministries from 23 to 14. Cabinet ended with election on 28 November 2004.@PGR! aA-2012-04-23Rutte IIhttp://en.wikipedia.org/wiki/Cabinet_RuttereutersContinuation caretaker cabinet remained in office on 23 April 2012 upon request by Queen Beatrix. Cabinet ended with early election on 12 September 2012.Start date set to 23 April 2012 (resignation) following three month coding rule.$Q !si 2012-04-04Fico IIhttps://en.wikipedia.org/wiki/Fico's_Second_Cabinetafp, sitaPM Fico and the cabinet were appointed on 4 April 2012. Cabinet won an investiture vote (yes: 82, no: 53, abstain: 8) on 15 May. Cabinet ended with election on 6 March 2016. `P!#g 2010-09-21Kubilius IVhttp://en.wikipedia.org/wiki/Andrius_Kubiliusafp, eltaCabinet continued on 21 September 2010 after a change in party composition. Cabinet ended with election on 14 October 2012.`Q_O!! m 81942-12-16Thordarsonhttp://en.wikipedia.org/wiki/Bj%C3%B6rn_%C3%9E%C3%B3r%C3%B0arsonnytNon-partisan cabinet resigned on 16 September 1944 after failing to find support for inflation control measures. eN!!s !1969-11-12Gorton IIIhttp://en.wikipedia.org/wiki/Second_Gorton_Ministryhug-77Cabinet ended on 10 March 1971 after PM Gorton resigned following a tied confidence motion for Gorton in the Liberal Party (LPA).߂)M!e## !1941-08-29Faddenhttp://en.wikipedia.org/wiki/Fadden_Ministryhug-68, nytCabinet ended on 3 October 1943 with the resignation of PM Fadden after two Independents withdrew their support from the government and the cabinet lost a confidence vote (yes: 33, no: 36) the same day. ZL!#sw !1940-10-28Menzies IIIhttp://en.wikipedia.org/wiki/Third_Menzies_Ministryhug-68PM Menzies resigned on 28 August 1941 after the Australian Labor Party (ALP) refused his offer to join the coalition.dK!!u !1940-03-14Menzies IIhttp://en.wikipedia.org/wiki/Second_Menzies_Ministryhug-68uJ!s1 !1939-04-26Menzies Ihttp://en.wikipedia.org/wiki/First_Menzies_Ministryhug-68Cabinet ended on 14 March 1990 with the agreement between the United Australia Party (UAP) and the Country Party (CP) to form a coalition cabinet.YI! a !1939-04-07Pagehttp://en.wikipedia.org/wiki/Page_Ministryhug-68Caretaker cabinet under PM Page took office after the death of PM Lyons until the United Australia Party (UAP) elected a new leader.H!qw !1937-10-23Lyons IIIhttp://en.wikipedia.org/wiki/Fourth_Lyons_Ministryhug-68Cabinet ended on 7 April 1939 with death of PM Lyons.`G!q !1934-11-09Lyons IIhttp://en.wikipedia.org/wiki/Second_Lyons_Ministryhug-68^F!o !1932-01-06Lyons Ihttp://en.wikipedia.org/wiki/First_Lyons_Ministryhug-68TE!g !1929-10-22Scullinhttp://en.wikipedia.org/wiki/Scullin_Ministryhug-68Cabinet ended on 25 November 1931 after PM Scullin was defeated in a bill and obtained a dissolution of the parliament. ف]D!o#{ !1928-11-17Bruce IIIhttp://en.wikipedia.org/wiki/Third_Bruce_Ministryaph, hug-68Cabinet ended on 10 September 1929 after PM Bruce was defeated in a bill and obtained a dissolution of the parliament. `C!q !1925-11-14Bruce IIhttp://en.wikipedia.org/wiki/Second_Bruce_Ministryhug-68^B!o !1923-02-09Bruce Ihttp://en.wikipedia.org/wiki/First_Bruce_Ministryhug-68ցiA!q# !1919-12-13Hughes VIhttp://en.wikipedia.org/wiki/Fifth_Hughes_Ministryhug-68, nytCabinet ended on 1 February 1923 with the resignation of PM Hughes after the Country Party refused any coalition including Hughes.W@!_ !1918-01-10Hughes Vhttp://en.wikipedia.org/wiki/Billy_Hugheshug-68X?!sw !1917-05-05Hughes IVhttp://en.wikipedia.org/wiki/Fourth_Hughes_Ministryhug-68Cabinet ended on 20 December 1917 with the resignation of PM Hughes after a referendum on conscription was defeated. b>!!q !1917-02-17Hughes IIIhttp://en.wikipedia.org/wiki/Third_Hughes_Ministryhug-68ԁ]=!s !1916-11-14Hughes IIhttp://en.wikipedia.org/wiki/Second_Hughes_Ministryhug-68Cabinet ended on 17 February 1917 when the National Labor and Liberal parliamentary group merged to the Nationalist Party.`<!q !1915-10-27Hughes Ihttp://en.wikipedia.org/wiki/First_Hughes_Ministryhug-68ԁ(;!!q !1914-09-17Fisher IIIhttp://en.wikipedia.org/wiki/Third_Fisher_Ministryhug-68Cabinet ended on 27 October 1915 with the resignation of PM Fisher. ԁ/:!a#7 !1913-06-24Cookhttp://en.wikipedia.org/wiki/Cook_Ministryaph, hug-68Cabinet ended on 5 September 1914 with the dissolutions of the Parliament and Senate.b9!s !1910-04-29Fisher IIhttp://en.wikipedia.org/wiki/Second_Fisher_Ministryhug-68c8!!s !1909-06-02Deakin IIIhttp://en.wikipedia.org/wiki/Fourth_Deakin_Ministryhug-68ՁH7!q[ !1908-11-13Fisher Ihttp://en.wikipedia.org/wiki/First_Fisher_Ministryhug-68Cabinet ended on 27 May 1909 when PM Fisher resigned after he lost a confidence vote (yes: 30, no: 39).ՁC6!sM !1905-07-05Deakin IIhttp://en.wikipedia.org/wiki/Second_Deakin_Ministryhug-68Cabinet ended on 6 November 1908 when the Labor Party withdrew its support from the government. T5!a !1904-08-18Reidhttp://en.wikipedia.org/wiki/Reid_Ministryhug-68ځ-4!e5 !1904-04-27Watsonhttp://en.wikipedia.org/wiki/Watson_Ministryhug-68PM Watson resigned on 13 August 1904 after the dissolution of the parliament failed.`3!q !1903-09-24Deakin Ihttp://en.wikipedia.org/wiki/First_Deakin_Ministryhug-68~2! e] !1901-03-30Bartonhttp://en.wikipedia.org/wiki/Barton_Ministryhug-68PM Barton resigned on 24 September 1903.\1!i !1941-10-07Curtin Ihttp://en.wikipedia.org/wiki/Curtin_Governmenthug-680!iw !1943-09-21Curtin IIhttp://en.wikipedia.org/wiki/Curtin_Governmenthug-68Cabinet ended on 5 July 1945 with death of PM Curtin.A/!_] 2009-12-23Boc IIhttp://en.wikipedia.org/wiki/Boc_CabinetsreutersCabinet won an investiture vote (yes: 276 no: 135) on 23 December 2009 in a joint sitting of parliament.W?:.!iE 2012-02-09Ungureanuhttp://en.wikipedia.org/wiki/Ungureanu_CabinetagerCabinet won an investiture vote (yes: 237, no: 2, required: 232) on 9 February 2012 in a joint sitting of parliament. Cabinet resigned on 27 April 2012 after losing a vote of confidence (yes: 9, no: 235, required: 231).?$-! _! 1996-01-11Dini IIhttp://it.wikipedia.org/wiki/Governo_DinireutersCaretaker cabinet following the resignation of PM Dini on 11 January 1996.~F@,!g%E <2012-01-28Jansa IIhttp://en.wikipedia.org/wiki/Janez_Jan%C5%A1areuters, staParties signed a coalition agreement on 25 January 2012 and a support agreement with the two MPs representing the Hungarian and Italian minorities the day after. PM Jansa won an investiture vote (yes: 51, no: 39) on 28 January and the cabinet (yes: 50, no: 10, abstain: 28) on 10 February. Cabinet ended on 23 January 2013 when the Citizens' List (DL) withdrew from the coalition after PM Jansa refused to resign over corruption allegations. Pensioners' Party (DeSUS) withdrew on 22 February and People's Party (SLS) on 25 February. Cabinet lost a confidence vote (yes: 33, no: 55) on 27 February 2013. Á+!) Q (2011-12-14Bundesrat 2011reutersFederal Council was elected on 14 December 2011. Cabinet ended with election on 18 October 2015. n*!  2011-12-21Rajoy IafpPM Rajoy won an investiture vote on 20 December 2011 (yes: 187, no: 149, abstain: 14). He was appointed and presented his cabinet a day after. Cabinet ended with election on 20 December 2015.  B)!ogo@2011-12-06Di Rupohttp://en.wikipedia.org/wiki/Di_Rupo_I_Governmentafp, dereCabinet was appointed on 6 December 2011 and won an investiture vote (yes: 89, no: 54) on 12 December. Cabinet ended with election on 25 May 2014 and resigned the next day.Cabinet formed more than 500 days after election.~M(!'3  2011-12-14Key IIhttp://en.wikipedia.org/wiki/Fifth_National_Government_of_New_Zealandnzhe, reutersCabinet was appointed on 14 December 2011. Minority cabinet was supported by confidence and supply agreements with ACT New Zealand, United New Zealand (signed on 5 Dec.) and the Maori Party (signed on 11 Dec.).'!y J2011-11-18Tusk IIhttp://en.wikipedia.org/wiki/Second_Cabinet_of_Donald_TuskprCabinet was appointed on 18 November 2011 and won an investiture vote (yes: 234, no: 211) the day after. Cabinet resigned on 11 September 2014 after PM Tusk accepted an EU position.%&! m )2011-11-11Papademoshttp://en.wikipedia.org/wiki/Coalition_Cabinet_of_Lucas_PapademosreutersPM Papademos and his interim cabinet were appointed on 11 November 2011. Cabinet ended on 10 February 2012 with the resignation of all Popular Orthodox Rally (LAOS) ministers.f%! a) 2011-11-16Montihttp://en.wikipedia.org/wiki/Monti_CabinetreutersPM Monti and his technocrat cabinet were sworn in on 16 November 2011 and won confidence votes on 18/19 November (yes: 281, no: 25 [upper house]; yes: 556, no: 61 [lower house]). PM Monti resigned on 21 December 2012 and cabinet ended with election on 25 February 2013.7o%D$ !# w72011-10-20Radicova IIhttp://en.wikipedia.org/wiki/Iveta_Radi%C4%8Dov%C3%A1spectatorPrevious cabinet was defeated in a vote of confidence on 11 October 2011 and constitutionally obliged to resign. Leaders of all cabinet parties and President Gašparovič agreed on 20 October that the existing government remains in office until the next elections in March 2012. The president made use of article 115 (2) of the constitution.Coded as as change in cabinet because of the quasi-resignation. The date of the agreement on 20 October 2011 is used as start date.? 3#!)  (1919-12-11Bundesrat 1919swiss3"!)  (1922-12-14Bundesrat 1922swiss3!!)  (1925-12-17Bundesrat 1925swiss !) U (1929-12-12Bundesrat 1929swissCabinet started on 12 December 1929 with the election of Rudolf Minger (SVP) to the Federal Council.%!) o (1928-12-13Bundesrat 1928swissCabinet ended on 12 December 1929 with the election of a Swiss Peoples Party (SVP) member to the Federal Council..!)  (1931-12-17Bundesrat 1931swissCabinet ended on 22 March 1934 with the election of a new chancellor, after Käslin resigned because of health problems. !) K (1934-03-22Bundesrat 1934swissCabinet started on 22 March 1934 with the election of Chancellor Bovet after Käslin resigned. 3!)  (1935-12-11Bundesrat 1935swiss3!)  (1939-12-13Bundesrat 1939swiss3!)  (1943-12-15Bundesrat 1943swiss!)k'c 72011-10-25Dombrovskis IVhttp://en.wikipedia.org/wiki/Valdis_Dombrovskisafp, leta, loPM Dombrovskis and his cabinet were confirmed in parliament (yes: 57, no: 38, abstain: 3) on 25 October 2011. Zatlers' Reform Party (ZRP) won 22 seats but 6 MPs formed an independent party group that supported the government. The independent group signed an agreement that includes the joint responsibility for the Transport Ministry. PM Dombrovskis resigned on 27 November 2013 after the collapse of a Riga supermarket roof.r.*!1 g2011-10-02Thorning-Schmidt Ihttp://en.wikipedia.org/wiki/Cabinet_of_Helle_Thorning-Schmidt_IafpPM Thorning-Schmidt was appointed on 2 October 2011 and cabinet came into office the following day. Minority cabinet was supported by Red-Green Alliance (Enh) and 3 MPs from Greenland and Faroe Islands. Cabinet ended on 3 February 2014 after Socialist Peoples Party (SF) withdrew from the coalition.AFP mentions the support of three centre-left MPs from Greenland and Faroe Islands. These parties are coded from their party family.G5+!c5 2011-08-30Nodahttp://en.wikipedia.org/wiki/Yoshihiko_Nodajiji, kyodo, reutersPM Noda won investiture votes (yes: 308, [lower house]; yes: 110, total: 241 [upper house]) on 30 August 2011 following the resignation of PM Kan. His cabinet came into office on 2 September. Cabinet lost majority control and was forced to dissolve parliament in fall 2012. It ended with an early election on 16 December 2012.G !'{%E "1952-09-18Ben-Gurion VIhttp://en.wikipedia.org/wiki/Third_government_of_Israelknesset, nytMinority cabinet was supported by Poalei Agudat Yisrael (PAY) with a deputy minister and by Hakla'ut Ufituah (HU), Kidma Ve'avoda (KiVe), Reshima Demokratit LeAravei Yisrael (RDAY) [Arab satellite lists]. Cabinet resigned on 19 December 1952 in disagreement over religious education.1! -} "2001-08-29Sharon IIhttp://en.wikipedia.org/wiki/Twenty-ninth_government_of_Israelknesset, reutersMinority cabinet was supported by Yahadut HaTora HaMeuhedet (YH) with a deputy minister. Cabinet ended on 12 March 2002 when the National Union (HaLe, YB) withdrew from the coalition.΂Y! -O "2001-03-07Sharon Ihttp://en.wikipedia.org/wiki/Twenty-ninth_government_of_Israelknesset, reutersMinority cabinet was supported by Yahadut HaTora HaMeuhedet (YH) with a deputy minister. Cabinet won an investiture vote on 7 March 2001 (yes: 72, no: 21). Cabinet ended on 29 August 2001 with a change in party composition.r΂! -% "2000-07-11Barak IIhttp://en.wikipedia.org/wiki/Twenty-eighth_government_of_Israelknesset, reutersCabinet continued on 11 July 2000 after a change in party composition. PM Barak resigned on 10 December 2000 facing a Palestinian uprising.a΂D!# %# "1996-06-18Netanyahu Ihttp://en.wikipedia.org/wiki/Twenty-seventh_government_of_Israelafp, knessetMinority cabinet was supported by Yahadut HaTora HaMeuhedet (YH) with a deputy minister. Cabinet was appointed on 18 June 1996. Cabinet ended on 4 January 1998 after Gesher withdrew from the coalition.́p!  "1995-11-22Peres IIhttp://en.wikipedia.org/wiki/Twenty-sixth_government_of_IsraelknessetCabinet continued on 22 November 1995 after the assassination of PM Rabin. Cabinet ended with an early election on 29 May 1996. `̂! 1 "1993-09-14Rabin Vhttp://en.wikipedia.org/wiki/Twenty-fifth_government_of_IsraelknessetCabinet continued on 14 September 1993 after a change in party compositition. Cabinet ended on 9 January 1995 with a change in party composition.́_! m "1992-07-13Rabin IVhttp://en.wikipedia.org/wiki/Twenty-fifth_government_of_IsraelknessetCabinet was appointed on 13 July 1992. Cabinet ended on 14 September 1993 with a change in party composition. ̂T! -A "1992-01-21Shamir IXhttp://en.wikipedia.org/wiki/Twenty-fourth_government_of_Israelknesset, reutersMinority cabinet was supported by Agudat Yisrael (AY), Degel HaTorah (DH) with a deputy minister. Cabinet continued on 21 January 1992 after a change in party composition. Cabinet ended with election on 23 June 1992.˃ !# -/ "1991-02-05Shamir VIIIhttp://en.wikipedia.org/wiki/Twenty-fourth_government_of_Israelknesset, reutersMinority cabinet was supported by Agudat Yisrael (AY), Degel HaTorah (DH), Tehiya (Tehiya) with a deputy minister. Cabinet continued on 5 February 1991 when Homeland (M) joined the cabinet. Cabinet ended on 31 December 1991 when Crossroads (Tsomet) withdrew from cabinet.˂p !!  "1990-06-11Shamir VIIhttp://en.wikipedia.org/wiki/Twenty-fourth_government_of_IsraelknessetMinority cabinet was supported by Agudat Yisrael (AY), Degel HaTorah (DH), HaMa'arakh | HaAvoda (HM|HA), Tehiya (Tehiya) with a deputy minister. Cabinet was appointed on 11 June 1990. Cabinet ended on 5 February 1991 with a change in party composition.]˂/ ! -{ "1988-12-22Shamir Vhttp://en.wikipedia.org/wiki/Twenty-third_government_of_Israelknesset, reutersMinority cabinet was supported by Agudat Yisrael (AY) with a deputy minister. Cabinet ended on 15 March 1990 when PM Shamir lost a no-confidence vote in parliament (yes: 55, no: 60).Tˁ3 !!  "1986-10-20Shamir IIIhttp://en.wikipedia.org/wiki/Twenty-second_government_of_IsraelknessetCabinet ended on 26 May 1987 with a change in party composition. [ʂm !}"1977-10-24Begin IIhttp://en.wikipedia.org/wiki/Eighteenth_government_of_IsraelknessetCabinet continued on 24 October 1977 after a change in party composition. Cabinet ended with election on 30 June 1981. Peace-Zion (Sh) joined The Consolidation (L) on 5 July 1977. Therefore The Consolidation (L) includes the Peace-Zion (Sh) ministers. Ȃ!+"1977-06-20Begin Ihttp://en.wikipedia.org/wiki/Eighteenth_government_of_IsraelknessetCabinet ended on 24 October 1977 with a change in party composition.Single MK Moshe Dayan had been elected to the Knesset on the Alignment's list.Ȃ@! / "1976-12-22Rabin IIIhttp://en.wikipedia.org/wiki/Seventeenth_government_of_IsraelknessetMinority cabinet was supported by Kidma vePituah (KP) [Arab satellite lists]. Caretaker cabinet was formed on 22 December 1976 after a change in party composition. Cabinet ended with election on 17 May 1977.ǂ+!%} "1974-11-06Rabin IIhttp://en.wikipedia.org/wiki/Seventeenth_government_of_Israelknesset, nytCabinet continued on 6 November 1974 after a change in party composition. Cabinet resigned on 22 December 1976 after the National Religious Party (Mafdal) withdrew from the coalition.ǁ3! "1974-06-03Rabin Ihttp://en.wikipedia.org/wiki/Seventeenth_government_of_IsraelknessetCabinet ended on 29 October 1974 with a change in party composition. :ǁk! "1970-08-07Meir IIIhttp://en.wikipedia.org/wiki/Fifteenth_government_of_IsraelknessetMinority cabinet was supported by Kidma vePituah (KP) with a deputy minister and by Shituf VeAhvah (SV) [Arab satellite lists].ƂG!E "1969-12-15Meir IIhttp://en.wikipedia.org/wiki/Fifteenth_government_of_IsraelknessetMinority cabinet was supported by Kidma vePituah (KP) with a deputy minister and by Shituf VeAhvah (SV) [Arab satellite lists]. Cabinet ended on 6 August 1970 when Herut-Liberal Bloc (Gahal) withdrew from the coalition.Ƃu!! "1969-03-17Meir Ihttp://en.wikipedia.org/wiki/Fourteenth_government_of_IsraelknessetMinority cabinet was supported by Libralim Atzma'im (LA), Poalei Agudat Yisrael (PAY) with a deputy minister and by Kidma vePituah (KP), Shituf VeAhvah (SV) [Arab satellite lists]. Cabinet ended with an early election on 28 October 1969 and resigned on 15 December.Ń%!{ "1967-06-05Eshkol IVhttp://en.wikipedia.org/wiki/Thirteenth_government_of_IsraelknessetMinority cabinet was supported by Libralim Atzma'im (LA), Poalei Agudat Yisrael (PAY) with a deputy minister and by Kidma vePituah (KP), Shituf VeAhvah (SV) [Arab satellite lists]. Cabinet continued on 5 June 1967 after a change in party composition. Cabinet ended on 26 February 1969 with death of PM Eshkol.łe!!y "1966-01-12Eshkol IIIhttp://en.wikipedia.org/wiki/Thirteenth_government_of_IsraelknessetMinority cabinet was supported by Libralim Atzma'im (LA), Poalei Agudat Yisrael (PAY) with a deputy minister and by Kidma vePituah (KP), Shituf VeAhvah (SV) [Arab satellite lists]. Cabinet ended on 5 June 1967 with a change in party composition. *}k|{zzxw|vuussrdrqq ppQoGn\lkjhhgFff0ed?c\a`_^]\[ZY4XTWjUTNRPP=NMvLlK[JBIlH'G>EEE D4C}BIA@?>H=<;;R9r87p6n43M2V1/.(-+*)(b''|'&&X&%%M##"" 'lA0r"m9%g YK :  , p  A QYqRN_UN*!! 1939-04-03Stauning Vi!#  1913-01-31Knudsen IIIhttps://no.wikipedia.org/wiki/Gunnar_Knudsens_andre_regjeringhh!!  1915-10-21Knudsen IVhttps://no.wikipedia.org/wiki/Gunnar_Knudsens_andre_regjering! o  1918-10-21Knudsen Vhttps://no.wikipedia.org/wiki/Gunnar_Knudsens_andre_regjeringCabinet lost a confidence vote over budget plans."!% {  1920-06-21Halvorsen I https://en.wikipedia.org/wiki/Bahr_Halvorsen%27s_First_CabinetCabinet lost a confidence vote over prohibition policy.a!  1921-10-24Blehr IIhttps://no.wikipedia.org/wiki/Otto_Blehrs_andre_regjering! u  1921-06-22Blehr I https://no.wikipedia.org/wiki/Otto_Blehrs_andre_regjeringCabinet lost a confidence vote over import controls.S!i  1923-05-30Bergehttps://nn.wikipedia.org/wiki/Regjeringa_Bergee!%  1924-07-25Mowinckel I https://en.wikipedia.org/wiki/Mowinckel%27s_First_Cabinet!% s  1924-10-21Mowinckel IIhttps://en.wikipedia.org/wiki/Mowinckel%27s_First_CabinetCabinet lost a confidence vote over finance policy.W!k  1926-03-05Lykke I https://en.wikipedia.org/wiki/Lykke%27s_CabinetW!k  1927-10-17Lykke IIhttps://en.wikipedia.org/wiki/Lykke%27s_Cabinetch!'  1928-02-15Mowinckel IIIhttps://en.wikipedia.org/wiki/Mowinckel%27s_Second_Cabinetc !% Q  1930-10-20Mowinckel IVhttps://en.wikipedia.org/wiki/Mowinckel%27s_Second_CabinetCabinet lost a vote of confidence.bX!o  1931-05-12Kolstadhttps://en.wikipedia.org/wiki/Kolstad%27s_Cabinetb !q s  1932-03-14Hundseidhttps://en.wikipedia.org/wiki/Hundseid%27s_CabinetCabinet lost a confidence vote over finance policy.bd!#  1933-03-03Mowinckel Vhttps://en.wikipedia.org/wiki/Mowinckel%27s_Third_Cabinetb!% K  1933-10-16Mowinckel VIhttps://en.wikipedia.org/wiki/Mowinckel%27s_Third_CabinetCabinet lost a confidence vote.ae !+y  1935-03-20Nygaardsvold I https://en.wikipedia.org/wiki/Nygaardsvold%27s_Cabinetae !+y  1936-10-19Nygaardsvold IIhttps://en.wikipedia.org/wiki/Nygaardsvold%27s_Cabinet`m ! C1918-05-27Paasikivihttps://en.wikipedia.org/wiki/Juho_Kusti_Paasikivi%27s_first_senateT !i C1918-11-27Ingmanhttps://en.wikipedia.org/wiki/Ingman_I_Cabinet] !w C1919-04-17Castren https://en.wikipedia.org/wiki/Kaarlo_Castrén_CabinetY!!k C1919-08-15Vennola I https://en.wikipedia.org/wiki/Vennola_I_CabinetP!c C1920-03-15Erichhttps://en.wikipedia.org/wiki/Erich_CabinetZ!!m C1921-04-09Vennola IIhttps://en.wikipedia.org/wiki/Vennola_II_Cabinet[!# m C1922-06-02Cajander I https://en.wikipedia.org/wiki/Cajander_I_CabinetW!i C1922-11-14Kallio I https://en.wikipedia.org/wiki/Kallio_I_Cabinet\!# o C1924-01-18Cajander IIhttps://en.wikipedia.org/wiki/Cajander_II_Cabinety!)s5 (2015-12-09Bundesrat 2015https://en.wikipedia.org/wiki/Swiss_Federal_CouncilafpCabinet started on 9 December 2015 with the election of Guy Parmelin (SVP) to the Federal Council. Cabinet ended with election on 20 October 2019. X!k C1924-05-31Ingman IIhttps://en.wikipedia.org/wiki/Ingman_II_CabinetZ!!m C1925-03-31Tulenheimohttps://en.wikipedia.org/wiki/Tulenheimo_CabinetX!k C1925-12-31Kallio IIhttps://en.wikipedia.org/wiki/Kallio_II_CabinetS~!e C1926-12-13Tanner https://en.wikipedia.org/wiki/Tanner_CabinetW}!i C1927-12-17Sunila I https://en.wikipedia.org/wiki/Sunila_I_CabinetTT|!g C1928-12-22Manterehttps://en.wikipedia.org/wiki/Mantere_CabinetTZ{!!m C1929-08-16Kallio IIIhttps://en.wikipedia.org/wiki/Kallio_III_CabinetA`z!'s C1930-07-04Svinhufvud IIhttps://en.wikipedia.org/wiki/Svinhufvud_II_CabinetAXy!k C1931-03-21Sunila IIhttps://en.wikipedia.org/wiki/Sunila_II_Cabinet Yx!!k C1932-12-14Kivimaki Ihttps://en.wikipedia.org/wiki/Kivimäki_Cabinet Zw!#k C1933-07-01Kivimaki IIhttps://en.wikipedia.org/wiki/Kivimäki_CabinetXv!k C1936-07-04Kallio IVhttps://en.wikipedia.org/wiki/Kallio_IV_Cabinet^u!%q C1937-03-12Cajander IIIhttps://en.wikipedia.org/wiki/Cajander_III_Cabinet0t!{ ?2015-11-26Costa Ihttps://en.wikipedia.org/wiki/XXI_Constitutional_Government_of_PortugalreutersCabinet was appointed on 26 November 2015. Minority cabinet supported by Bloc of the Left (BE) and Unified Democratic Coalition (CDU). Cabinet ended with election on 6 October 2019.Fs! oW 2015-11-10Cioloshttps://en.wikipedia.org/wiki/Ciolo%C8%99_CabinetreutersCaretaker cabinet was appointed on 10 November 2015 and won an investiture vote (yes: 389, no: 115) on 17 November. Cabinet ended with election on 11 December 2016.Q7r!/ J2015-11-16Szydlohttps://en.wikipedia.org/wiki/Cabinet_of_Beata_Szyd%C5%82oapCabinet was appointed on 16 November 2015 and won an investiture vote (yes: 236, no: 202, abstain: 18) two days later. Cabinet includes Poland Together (PR) and United Poland (SP) as members of the Law and Justice (PiS) parliamentary group. Cabinet ended on 11 December 2017 when PM Szydlo was replaced due to internal party dynamics. zEVq!'a 2015-11-30Davutoglu IIIhttps://en.wikipedia.org/wiki/Third_Davuto%C4%9Flu_CabinetsnsCabinet was appointed on 24 November 2015 and won an investiture vote (yes: 315, no: 194) on 30 November. Rp!i #1917-10-19Edenhttps://sv.wikipedia.org/wiki/Regeringen_EdénX]o!!s #1920-03-10Branting Ihttps://sv.wikipedia.org/wiki/Regeringen_Branting_I\n! w #1920-10-27De Geerhttps://sv.wikipedia.org/wiki/Regeringen_De_Geer_d.y.Vm! g #1921-02-23von Sydowhttps://en.wikipedia.org/wiki/Oscar_von_SydowŁl!#o } #1921-10-13Branting IIhttps://en.wikipedia.org/wiki/Branting_II_CabinetCabinet lost a confidence vote over unemployment policy.Wk!m #1923-04-19Tryggerhttps://sv.wikipedia.org/wiki/Regeringen_Tryggeraj!%w #1924-10-18Branting IIIhttps://sv.wikipedia.org/wiki/Regeringen_Branting_IIIWi!m #1925-01-24Sandlerhttps://sv.wikipedia.org/wiki/Regeringen_SandlerWh!m #1926-06-07Ekman Ihttps://sv.wikipedia.org/wiki/Regeringen_Ekman_IZg!s #1928-10-02Lindmanhttps://sv.wikipedia.org/wiki/Regeringen_Lindman_IIYf!o #1930-06-07Ekman IIhttps://sv.wikipedia.org/wiki/Regeringen_Ekman_II[e!q #1932-09-24Hansson Ihttps://sv.wikipedia.org/wiki/Regeringen_Hansson_Ind!1 #1936-06-19Pehrsson-Bramstorphttps://sv.wikipedia.org/wiki/Regeringen_Pehrsson-BramstorpZc! o #1944-09-17Hansson Vhttps://en.wikipedia.org/wiki/Hansson_III_Cabinet[b!! o #1940-09-15Hansson IVhttps://en.wikipedia.org/wiki/Hansson_III_Cabinet\a!#o #1939-12-13Hansson IIIhttps://en.wikipedia.org/wiki/Hansson_III_CabinetZ`!!m #1936-09-28Hansson IIhttps://en.wikipedia.org/wiki/Hansson_II_Cabinetʂ_!-oG ?2015-10-30Passos Coelho IIhttps://en.wikipedia.org/wiki/Pedro_Passos_CoelhoafpPM Passos Coelho was appointed on 30 October 2015. Cabinet lost a confidence vote (yes: 123, no:107) on 10 November 2015 over austerity policy and resigned.FB^!#uC 2015-11-04Trudeau J Ihttps://en.wikipedia.org/wiki/29th_Canadian_MinistryreutersCabinet was appointed on 4 November 2015. Cabinet ended with election on 21 October 2019.m]!!  )2015-09-21Tsipras IIhttps://en.wikipedia.org/wiki/Second_Cabinet_of_Alexis_TsiprasreutersPM Tsipras was appointed on 21 September 2015. Cabinet won an investiture vote (yes: 155, no: 144, absent: 1) on 8 October 2015. Cabinet ended on 13 January 2019 when Independent Greeks (ANEL) withdrew from coalition over Macedonia naming dispute.:\\!!k !2015-09-15Turnbull Ihttps://en.wikipedia.org/wiki/Turnbull_MinistryreutersPM Turnbull was appointed on 15 September 2015 after winning a party vote. Cabinet ended on 18 July 2016 after election. *$i[!% o 2015-08-28Davutoglu IIhttps://en.wikipedia.org/wiki/2015_interim_election_government_of_TurkeydwCaretaker cabinet under PM Davutoglu was appointed on 28 August 2015. Cabinet ended with election on 1 November.wςZZ!)K 2015-06-28Rasmussen L IIhttps://en.wikipedia.org/wiki/Lars_L%C3%B8kke_Rasmussen_II_CabinetreutersPM Rasmussen was appointed on 28 June 2015. Minority cabinet was supported by Conservatives (KF), Danish Peoples Party (DF) and Liberal Alliance (LA). Cabinet ended on 28 November 2016 with a change in party composition. 25[Y!s 1911-10-10Borden Ihttps://en.wikipedia.org/wiki/8th_Canadian_Ministry_TX!c 1917-10-12Borden IIhttps://en.wikipedia.org/wiki/Robert_Borden_SW!e 1920-07-10Meighenhttps://en.wikipedia.org/wiki/Arthur_Meighen^_V! 1921-12-29King Ihttps://en.wikipedia.org/wiki/William_Lyon_Mackenzie_King]`U! 1926-09-25King IIhttps://en.wikipedia.org/wiki/William_Lyon_Mackenzie_King[\T!u 1930-08-07Bennett https://en.wikipedia.org/wiki/15th_Canadian_MinistryZ\S!u 1935-10-23King IIIhttps://en.wikipedia.org/wiki/16th_Canadian_MinistryYR!C 1940-03-26King IVhttps://en.wikipedia.org/wiki/William_Lyon_Mackenzie_King#Prime_Minister:_fourth_ParliamentV;Q!mE C2015-05-29Sipilae Ihttp://en.wikipedia.org/wiki/Sipil%C3%A4_CabinetylePM Sipilae won an investiture vote (yes: 128, no: 62, abstain: 2, absent: 7) on 28 May 2015 and cabinet was appointed a day later. Cabinet ended on 13 June 2017 when Finns Party (PS) split and withdrew from the cabinet.yW7[P!!u{ ,2015-05-08Cameron IIhttp://en.wikipedia.org/wiki/Second_Cameron_ministrynytCabinet continued after the election on 7 May 2015. PM Cameron resigned on 13 July 2016 after the Brexit referendum. jXMsO!% % "2015-05-14Netanyahu IXhttp://en.wikipedia.org/wiki/Thirty-fourth_government_of_Israelafp, knessetPM Netanyahu and his cabinet won an investiture vote (yes: 61, no: 59) on 14 May 2015. Minority cabinet was supported by United Torah Judaism (YT) through a deputy minister position. Cabinet ended on 30 May 2016 after a change in party composition.T!N! %] K2015-04-09Roivas IIhttp://en.wikipedia.org/wiki/Taavi_R%C3%B5ivas%27_second_cabineterr, reutersCabinet won an investíture vote (yes: 58, no: 40) on 8 April and was appointed a day later. PM Rõivas lost a no-confidence vote (yes: 28, no: 63) on 9 November 2016.GU6M!' 3 "1998-12-21Netanyahu IIIreutersMinority cabinet was supported by Yahadut HaTora HaMeuhedet (YH) with a deputy minister. Continuation caretaker cabinet remained in office on 21 December 1998. Cabinet ended with early election on 17 May 1999.̓5L!% % "1998-01-04Netanyahu IIafp, reutersMinority cabinet was supported by Yahadut HaTora HaMeuhedet (YH) with a deputy minister. Cabinet continued on 4 January 1998 after a change in party composition. Minority cabinet was supported by United Torah Judaism (YH) through a deputy minister position. Parliament voted for an early election (yes: 30, no: 81) on 21 December 1998 following conflict over the peace process.͂7K!y% )2015-01-27Tsipras Ihttp://en.wikipedia.org/wiki/Cabinet_of_Alexis_Tsiprasana, reutersCabinet was appointed on 27 January 2015 and PM Tsipras won a confidence vote (yes: 162, no: 137, absent: 1) on 11 February. PM Tsipras resigned on 20 August 2015 after losing parliamentary majority.$S:6J!eI 2014-12-24Abe IVhttp://en.wikipedia.org/wiki/Shinz%C5%8D_AbekyodoPM Abe won an investiture vote (yes: 328, total: 470 [lower house]; yes: 135, total: 240 [upper house]) on 24 December 2014 and the cabinet was appointed the same day. Cabinet ended with early election on 22 October 2017.RsI!)  "2014-12-02Netanyahu VIIIhttp://en.wikipedia.org/wiki/Thirty-third_government_of_IsraelreutersContinuation caretaker cabinet remained in office on 2 December 2014. Cabinet ended with an early election on 17 March 2015. n/(H!o' 2014-12-15Ponta IVhttp://en.wikipedia.org/wiki/Fourth_Ponta_Cabinetager, reutersCabinet won an investiture vote (yes: 377, no: 134 ) on 15 December 2014 in a joint sitting of parliament. Minority cabinet was supported by People's Party (PP), Democratic Union of Hungarians in Romania (UDMR) and parliamentary group of ethnic minorities. PM Ponta resigned on 4 November 2015 after street protests. =QqG!!y%  2014-11-07Borisov IIhttp://en.wikipedia.org/wiki/Second_Borisov_Governmentreuters, snaPM Borisov (yes: 149, no: 85, abstain: 0) and his cabinet (yes: 136, no: 97 , abstain: 1) won an investiture vote on 7 November 2014. Cabinet ended on 16 November 2016 after PM Borisov resigned following the GERB candidate loosing the presidential election.sH>~F!%w9 72014-11-05Straujuma IIhttp://en.wikipedia.org/wiki/Second_Straujuma_cabinetletaCabinet won an investiture vote (yes: 61, no: 39) on 5 November 2014. PM Straujuma resigned on 7 December 2015 after conflicts within the coalition. 1?P E!?  2014-10-08Key IIIhttp://en.wikipedia.org/wiki/Fifth_National_Government_of_New_ZealandaapCabinet was appointed on 8 October 2014. Minority cabinet was supported through confidence and supply agreements with ACT New Zealand, United Future New Zealand and the Maori Party. PM Key announced his resignation on 5 December 2016 (effective on 12 Dec.) for personal reasons.=qD!  ~+1988-05-10Rocard Ihttp://fr.wikipedia.org/wiki/Gouvernement_Michel_Rocard_%281%29mueller"o\C!s%q }#2014-10-02Lofven Ihttps://en.wikipedia.org/wiki/L%C3%B6fven_I_Cabinetdpa, reutersPM Loefven won an investiture vote (yes: 132, no: 49, abstain: 154) on 2 October 2014 and cabinet was appointed a day later. PM Loefven lost a budget vote (yes: 153; no: 182) on 3 December but announced a minority support agreement on 27 December and won a confidence vote (yes: 133, no 45, abstain: 155) on 20 January. Cabinet ended with election on 9 September 2018.V<K&B!  }|+1981-05-22Mauroy Ihttp://fr.wikipedia.org/wiki/Gouvernement_Pierre_Mauroy_%281%29pa-84Party "Movement of democrates" could not be identified. H!sE x<2014-08-25Cerarhttp://en.wikipedia.org/wiki/Government_of_SloveniareutersPM Cerar was appointed on 25 August 2014 and cabinet won an investiture vote (yes: 54, no: 25) on 18 September. Cabinet ended with election on 3 June 2018.1LQ=!#s%Y w2014-08-28Davutoglu Ihttp://en.wikipedia.org/wiki/Cabinet_Davuto%C4%9Flunyt, reutersPM Davutoğlu was appointed on 28 August 2014 and cabinet was appointed the following day. The cabinet won an investiture vote (yes: 306, no: 133) on 6 September. Cabinet resigned on 9 June 2015 following the election on 7 June.3&p<!#  v+1950-07-02Queuille IIhttp://fr.wikipedia.org/wiki/Gouvernement_Henri_Queuille_%282%29pa-84K0;!% u+2014-08-26Valls IIhttp://fr.wikipedia.org/wiki/Gouvernement_Manuel_Valls_(2)afp, reutersCabinet was re-appointed on 26 August 2014 and won a confidence vote (yes: 269, no: 244, abstain: 53) on 16 September. Cabinet ended on 11 February 2016 with a change in party composition. O83:!! k5 t@2014-05-25Di Rupo IIhttp://en.wikipedia.org/wiki/Di_Rupo_GovernmentafpContinuation caretaker cabinet remained in office after the election on 25 May 2014.0@T9!! qi s 2014-08-05Bliznashkihttp://en.wikipedia.org/wiki/Bliznashki_GovernmentreutersCaretaker cabinet (technocrat) was appointed on 5 August 2014. Cabinet ended with election on 5 October 2014.">p8!  r"2000-12-10Barak IIIhttp://en.wikipedia.org/wiki/Twenty-eighth_government_of_Israelknessetl7!' } q"1951-02-14Ben-Gurion IVhttp://en.wikipedia.org/wiki/Second_government_of_IsraelknessetL6!) {K p"1961-05-30Ben-Gurion XIVhttp://en.wikipedia.org/wiki/Ninth_government_of_IsraelknessetMinority cabinet was supported by Hakla'ut Ufituah (HU), Kidma vePituah (KP), Shituf VeAhvah (SV) [Arab satellite lists]. Caretaker cabinet remained in office on 30 May 1961. Cabinet ended with election on 15 August 1961.RÁe5! w o"2008-09-21Olmert IVhttp://en.wikipedia.org/wiki/Thirty-first_government_of_IsraelreutersCaretaker cabinet remained in office on 21 September 2008. Cabinet ended with an early election on 10 February 2009.mЂA4!' 7 n"2013-03-18Netanyahu VIIhttp://en.wikipedia.org/wiki/Thirty-third_government_of_Israelafp, knesset, reutersPM Netanyahu and his cabinet won an investiture vote on 18 March 2013 (yes: 68, no: 48). Cabinet ended on 2 December 2014 after a change in party composition and a dissolution of parliament.S/R3!! -= m"2008-01-18Olmert IIIhttp://en.wikipedia.org/wiki/Thirty-first_government_of_Israelknesset, reutersCabinet ended on 21 September 2008 after PM Olmert resigned over corruption accusations.lЂ2! W l"2006-10-30Olmert IIhttp://en.wikipedia.org/wiki/Thirty-first_government_of_IsraelknessetCabinet continued on 30 October 2006 after a change in party composition. Cabinet ended on 16 January 2008 when Israel is our home (YB) withdrew from the coalition.kЂ 1! -7 k"2006-05-04Olmert Ihttp://en.wikipedia.org/wiki/Thirty-first_government_of_Israelknesset, reutersPM Olmert and his cabinet won an investiture vote on 4 May 2006 (yes: 65, no: 49). Cabinet ended on 30 October with a change in party composition. iЂ0!? i"2006-01-18Sharon IXhttp://en.wikipedia.org/wiki/Thirtieth_government_of_IsraelknessetMinority cabinet was supported by Agudat Yisrael (AY), Degel HaTorah (DH) with a deputy minister. Cabinet ended with an early election on 28 March 2006.hςH/!#? h"2005-01-10Sharon VIIIhttp://en.wikipedia.org/wiki/Thirtieth_government_of_IsraelknessetMinority cabinet was supported by Agudat Yisrael (AY), Degel HaTorah (DH), Yahadut HaTora HaMeuhedet (YH) with a deputy minister. Cabinet ended on 23 November 2005 when Labor-Meimad (MHH) withdrew from the coalition.fςw.!!QYf"2004-06-06Sharon VIIhttp://en.wikipedia.org/wiki/Thirtieth_government_of_IsraelknessetCabinet ended on 9 November 2004 after National Religious Party (Mafdal) withdrew from coalition. Cabinet changes on 9 November 2004 (party change) and on 4 December (party change). Coded as one cabinet because none of the changes lasts for more than three months.eρ>-!/ e"2003-03-03Sharon VIhttp://en.wikipedia.org/wiki/Thirtieth_government_of_IsraelknessetCabinet ended on 6 June 2004 when National Union (HaLe) withdrew from coalition. dσ$,! w d"2002-11-02Sharon Vhttp://en.wikipedia.org/wiki/Twenty-ninth_government_of_IsraelknessetMinority cabinet was supported by Yahadut HaTora HaMeuhedet (YH) with a deputy minister. Cabinet continued on 2 November 2002 after a change in party composition. Minority cabinet was supported by United Torah Judaism (YH) through a deputy minister position. Cabinet ended with election on 28 January 2003.c΃#+! s c"2002-07-30Sharon IVhttp://en.wikipedia.org/wiki/Twenty-ninth_government_of_IsraelknessetMinority cabinet was supported by HaMa'arakh | HaAvoda (HM|HA), Yahadut HaTora HaMeuhedet (YH) with a deputy minister. Cabinet continued on 30 July 2002 after a change in party composition. Cabinet ended on 30 October 2002 when the electoral alliance One Israel (MHH, One, Meimad) withdrew from coalition.b΂[*!! a b"2002-04-08Sharon IIIhttp://en.wikipedia.org/wiki/Twenty-ninth_government_of_IsraelknessetMinority cabinet was supported by Yahadut HaTora HaMeuhedet (YH) with a deputy minister. Cabinet continued on 8 April 2002 after a change in party composition. Cabinet ended on 29 July 2002 when Bridge (One) withdrew from coalition.΃9)! {1a"1999-07-06Barak Ihttp://en.wikipedia.org/wiki/Twenty-eighth_government_of_IsraelknessetCabinet was appointed on 6 July 1999. Cabinet ended on 24 June 2000 after Energy (Meretz) withdrew from the coalition, followed by Sfarad's guards of the Torah (Shas), National Religious Party (Mafdal) and Israel for Immigration (YBA) on 11 July.Coded as one cabinet because none of the changes lasts for more than three months.΁f(! { `"1995-01-09Rabin VIhttp://en.wikipedia.org/wiki/Twenty-fifth_government_of_IsraelknessetCabinet continued on 9 January 1995 after a change in party composition. PM Rabin was assassinated on 4 November 1995.́\'! -S ]"1990-03-15Shamir VIhttp://en.wikipedia.org/wiki/Twenty-third_government_of_Israelknesset, reutersContinuation caretaker cabinet remained in office on 15 March 1990 until a new cabinet was formed. ˂g&! } ["1984-09-13Peres I http://en.wikipedia.org/wiki/Twenty-first_government_of_IsraelknessetMinority cabinet was supported by Agudat Yisrael (AY) with a deputy minister. Cabinet was appointed on 13 September 1984. Cabinet resigned on 20 October 1986 when Shamir replaced PM Peres according to the principle of rotation in the premiership.Zʁ`%!s Z"1984-01-31Shamir IIhttp://en.wikipedia.org/wiki/Twentieth_government_of_IsraelknessetCabinet continued on 31 January 1984 after a change in party composition. Cabinet ended with election on 23 July. Yɂ>$!/ Y"1983-10-10Shamir Ihttp://en.wikipedia.org/wiki/Twentieth_government_of_Israeljta, knesset, nytCabinet won an investiture vote on 10 October 1983 (yes: 60, no: 53, abstain: 1). Cabinet ended on 31 January 1984 after the Movement for the Renewal of Social Zionism (THTH) withdrew from coalition.Xɂ$#!%q X"1982-07-26Begin IVhttp://en.wikipedia.org/wiki/Nineteenth_government_of_Israelknesset, nytCabinet continued on 26 July 1982 after a change in party composition. On 30 August 1983, PM Begin announced his resignation because of poor health and resigned on 15 September.WɁ/"! W"1981-08-05Begin IIIhttp://en.wikipedia.org/wiki/Nineteenth_government_of_IsraelknessetCabinet ended on 5 July 1982 with a change in party composition. ɂ6!!}% VC2014-06-24Stubb Ihttp://en.wikipedia.org/wiki/Alexander_Stubb%27s_cabinetreuters, ylePM Stubb won an investiture vote (yes: 96, no: 76) on 23 June 2014 and cabinet was appointed a day later. Cabinet ended on 20 September 2014 after the Green League (VIHR) withdrew from the coalition.F7! ! o T"1987-05-26Shamir IVhttp://en.wikipedia.org/wiki/Twenty-second_government_of_IsraelknessetCabinet ended with election on 1 November 1988. ʂR!% -7 S"2012-05-08Netanyahu VIhttp://en.wikipedia.org/wiki/Thirty-second_government_of_Israelknesset, reutersMinority cabinet was supported by Yahadut HaTora HaMeuhedet (YH) with a deputy minister. Cabinet continued on 8 May 2012 after a change in party composition. Cabinet ended with early election on 22 January 2013.у!+ {7 R"1961-01-31Ben-Gurion XIIIhttp://en.wikipedia.org/wiki/Ninth_government_of_IsraelknessetMinority cabinet was supported by Hakla'ut Ufituah (HU), Kidma vePituah (KP), Shituf VeAhvah (SV) [Arab satellite lists]. Continuation caretaker cabinet remained in office on 31 Jan 1961. Cabinet ended on 30 May 1961 after Agudat Israel Workers (PAY) withdrew from coalition.Á_!' c Q2002-10-16Balkenende IIhttp://en.wikipedia.org/wiki/Netherlands_cabinet_Balkenende-1reutersContinuation caretaker cabinet remained in office on 16 October 2002 until the election on 22 January 2003.J@!5 P'2014-05-10Orban IIIhttps://en.wikipedia.org/wiki/Third_Orb%C3%A1n_GovernmentreutersPM Orban was appointed on 10 May 2014. Cabinet ended with election on 8 April 2018.N.)!a) O+2014-03-31Valls Ihttp://en.wikipedia.org/wiki/Valls_CabinetreutersPM Valls was appointed on 31 March 2014 and the cabinet was appointed two days later. The cabinet won a confidence vote on 8 April (yes: 306, no: 239). Cabinet resigned on 25 August over internal conflict.f!y M1999-05-28Ecevit IIhttp://en.wikipedia.org/wiki/57th_government_of_TurkeyreutersL))! y L1999-01-11Ecevit Ihttp://en.wikipedia.org/wiki/56th_government_of_TurkeyreutersCaretaker cabinet under PM Ecevit was appointed on 11 January 1999.K*7!!y+ K1997-06-30Yilmaz IIIhttp://en.wikipedia.org/wiki/55th_government_of_TurkeyreutersCabinet won a confidence vote (yes: 281, no: 256 , abstain: 2) on 12 July 1997.J*N!y_ J1996-06-28Erbakanhttp://en.wikipedia.org/wiki/54th_government_of_TurkeyreutersPM Erbakan resigned on 18 June 1997 following a conflict with the military over secularism ("soft coup").I*0!y I1996-03-06Yilmaz IIhttp://en.wikipedia.org/wiki/53rd_government_of_TurkeyreutersPM Yilmaz was appointed on 6 March 1996 and the cabinet won a confidence vote (yes: 257, no: 207) on 12 March. Minority cabinet was supported by the Democratic Left Party (DSP) in a confidence vote. E*<!y3H1995-10-05Ciller IIhttp://en.wikipedia.org/wiki/51st_government_of_TurkeyreutersCabinet continued after a change in party composition and was approved by President Demirel on 5 October 1995. Minority cabinet was supported by Democratic Left Party (DSP) and National Action Party (MHP). Cabinet lost a confidence vote on 15 October (yes: 191, no: 230).Coded as new cabinet because of meaningful investiture procedure.D+A!9 GK2014-03-26Roivas Ihttp://en.wikipedia.org/wiki/Taavi_R%C3%B5ivas%27_cabinetreutersCabinet was appointed on 26 March 2014. Cabinet ended with election on 1 March 2015. L!#{=FC2014-03-25Katainen IIhttp://en.wikipedia.org/wiki/Jyrki_Katainen%27s_cabinetvalt, yleCabinet continued on 25 March 2014 after a change in party composition. Cabinet resigned on 16 June 2014 after PM Katainen withdrew.Cabinet continued in office for less than three month but is included because PM Katainen resignation is not related to termination of previous cabinet. Hence these are two events with independent cabinet formations.g!! y E1995-10-31Ciller IIIhttp://en.wikipedia.org/wiki/52nd_government_of_TurkeyreutersCaretaker cabinet under PM Ciller was appointed on 31 October 1995 and won a confidence vote (yes: 243, no: 171) on 5 November.H+!yM D1993-06-25Ciller Ihttp://en.wikipedia.org/wiki/50th_government_of_TurkeyreutersCabinet was appointed on 25 June 1993. PM Ciller resigned on 20 September 1995 after Republican People's Party (CHP, formerly SHP) withdrew from the coalition.C+d!y C1991-11-20Demirelhttp://en.wikipedia.org/wiki/49th_government_of_TurkeyreutersB+e!y B1991-06-23Yilmaz Ihttp://en.wikipedia.org/wiki/48th_government_of_TurkeysonntagA,m!y- A1990-11-09Akbuluthttp://en.wikipedia.org/wiki/47th_government_of_Turkeyreuters, sonntag@,m !y- @1987-12-21Ozal IIhttp://en.wikipedia.org/wiki/46th_government_of_Turkeyreuters, sonntag?,a !y ?1983-12-13Ozal Ihttp://en.wikipedia.org/wiki/45th_government_of_Turkeysonntag- !+; >32014-03-14Anastasiades IIhttps://en.wikipedia.org/wiki/First_Anastasiades_governmentreutersCabinet continued on 14 March 2014 when new ministers were sworn in after a change in party composition. Cabinet ended with election on 22 May 2016. (& !i =2014-03-04Ponta IIIhttp://en.wikipedia.org/wiki/Ponta_III_CabinetreutersCabinet won an investiture vote (yes: 346, no: 192) on 4 March 2014 in a joint sitting of parliament. Minority cabinet was supported by People's Party (PP) and parliamentary group of ethnic minorities. Cabinet ended on 27 November 2014 after the Democratic Union of Hungarians in Romania (UDMR) withdrew from the coalition.h !%  <"1949-01-25Ben-Gurion Ihttp://en.wikipedia.org/wiki/Provisional_government_of_Israel!' }1 ;"1959-07-05Ben-Gurion XIhttp://en.wikipedia.org/wiki/Eighth_government_of_IsraelknessetMinority cabinet was supported by Hakla'ut Ufituah (HU), Kidma Ve'avoda (KiVe), Reshima Demokratit LeAravei Yisrael (RDAY) [Arab satellite lists].m! :"1974-03-10Meir IVhttp://en.wikipedia.org/wiki/Sixteenth_government_of_IsraelknessetPM Meir resigned on 11 April 1974 following the publication of the interim report on the Yom Kippur War by the Agranat Commission.ǂO!# {W 8"1955-07-26Sharett IIIhttp://en.wikipedia.org/wiki/Sixth_government_of_IsraelknessetMinority cabinet was supported by Hakla'ut Ufituah (HU), Kidma Ve'avoda (KiVe), Reshima Demokratit LeAravei Yisrael (RDAY) [Arab satellite lists]. Continuation caretaker cabinet remained in office after election on 26 July 1955.‚B!a_ 72014-02-22Renzihttp://en.wikipedia.org/wiki/Renzi_CabinetreutersPM Renzi was appointed on 22 February 2014 and the cabinet won confidence votes on 25 February (yes: 378, no: 220 [lower house]; yes: 169, no: 139 [upper house]). Cabinet ended on 12 December 2016 after PM Renzi lost a referendum. ,%)!g- 62002-11-16Gulhttp://en.wikipedia.org/wiki/Cabinet_G%C3%BClreuters, sonntagPM Gul was appointed on 16 November 2002 and the cabinet two days later.M(a!s-u 52003-03-14Erdogan Ihttp://en.wikipedia.org/wiki/Cabinet_Erdo%C4%9Fan_Ireuters, sonntagCabinet was appointed on 14 March 2003. Cabinet ended with election on 22 July 2007 and resigned on 29 August 2007.6(c!!u-u 42007-08-29Erdogan IIhttp://en.wikipedia.org/wiki/Cabinet_Erdo%C4%9Fan_IIreuters, sonntagCabinet was appointed on 29 August 2007. Cabinet ended with election on 14 June 2011 and resigned on 6 July 2011. 5'Y!#wo 32011-07-06Erdogan IIIhttp://en.wikipedia.org/wiki/Cabinet_Erdo%C4%9Fan_IIIreutersCabinet was appointed on 6 July 2011. Cabinet ended on 28 August 2014 after PM Erdogan was elected as president.4&;!3-s 22014-02-03Thorning-Schmidt IIhttp://da.wikipedia.org/wiki/Regeringen_Helle_Thorning-Schmidt_IIafp, dr, reutersCabinet continued on 3 February 2014 after a change in party composition. Minority cabinet was supported by Socialist Peoples Party (SF), Red-Green Alliance (Enh) and 3 MPs from Greenland and Faroe Islands. Cabinet ended with resignation of PM Thorning-Schmidt on 19 June 2015 following electoral defeat. 5R!#ik 172014-01-22Straujuma Ihttp://en.wikipedia.org/wiki/Straujuma_cabinetreutersPM Straujuma and the cabinet were appointed on 22 January 2014. Cabinet ended with election on 4 October 2014.. %~~R}}}||VzzzFyyy1xxXwww'vvQuuuCttxtssXrrrDqqOppp$oo^nnn%mm`lll0kjieih$gffnfee4ddacccbb=aac```__6^^T]]]\\4[[UZZZYY;XXZWW6VV%UUQTT,SRREQQgPPUOO}ON`MMMLL:KK~K JJDIIIHHYHGG5FFkEEE#DDZCCC.BBB AAZ@@V??x?>>===<;;~; ::/99L7655v444&3322D11000//O..d--{- ,,*++B**i))e((a'''&&W&%%W%$$8###p#:#"""]!!! a +V=3T, T~f+,!! s# 2017-01-25Gerdzhikovhttps://en.wikipedia.org/wiki/Gerdzhikov_Governmentap, reutersCaretaker cabinet was appointed on 25 January 2017. Cabinet ended with the appointment of PM Borisov and his cabinet on 4 May 2017.President of caretaker cabinet Rumen Radev is independent. H>7!)m%82017-01-10Benediktsson Bhttps://en.wikipedia.org/wiki/Cabinet_of_Bjarni_Benediktsson_(2017)reutersCabinet was appointed on 11 January 2017. Cabinet ended on 15 September 2017 after Bright Future (BF) withdrew.Bjarni Benediktsson (born 1970), see also PM Bjarni Benediktsson (born 1908)7!k7 2016-12-12Gentilonihttps://en.wikipedia.org/wiki/Gentiloni_CabinetreutersPM Gentiloni was appointed on 12 December 2016 and the cabinet won confidence votes on 13 December (yes: 368, no: 105 [lower house]; yes: 169, no: 99 [upper house]). Cabinet ended with election on 4 March 2018. 7B!# I >2016-10-19Plenkovic Ihttps://en.wikipedia.org/wiki/Cabinet_of_Andrej_Plenkovi%C4%87_IreutersCabinet won an investiture vote (yes: 91, no: 45, abstain: 3) on 19 October 2016. Cabinet ended on 27 April 2017 after PM Plenkovic dismissed most ministers.IR!M  2016-12-12Englishhttps://en.wikipedia.org/wiki/Fifth_National_Government_of_New_ZealandafpPM English was appointed on 12 December 2016. Cabinet ended with election on 23 September 2017.=/! q! +2016-12-06Cazeneuvehttps://en.wikipedia.org/wiki/Cazeneuve_governmentreutersPM Cazeneuve was appointed on 6 December 2016 after former PM Valls resigned. Caretaker cabinet in office until the presidential election. Cabinet resigned on 10 May 2017 after presidential elections.~8u!+} 2016-11-28Rasmussen L IIIhttps://en.wikipedia.org/wiki/Lars_L%C3%B8kke_Rasmussen_III_CabinetreutersCabinet continued on 28 November 2016 after a change in party composition. Cabinet ended with election on 5 June 2019.5!%mq 2016-11-22Skvernelis Ihttps://en.wikipedia.org/wiki/Skvernelis_Cabinetafp, eltaPM Skvernelis won an investiture vote (yes: 90, no: 4, abstain: 33) on 22 November 2016. Cabinet ended on 19 October 2017 after Lithuanian Social Democratic Party (LSDP) split.aJ`!} K2016-11-20Ratas Ihttps://en.wikipedia.org/wiki/J%C3%BCri_Ratas%27_cabinetafpCabinet was appointed on 20 November 2016 and was sworn in three days later. Cabinet ended with election on 3 March 2019.U6t !w' 2016-10-29Rajoy IVhttps://en.wikipedia.org/wiki/Second_Rajoy_GovernmentreutersCabinet won an investiture vote (yes: 170, no: 111, abstain: 68) after four months of deadlock in the formation process and was sworn in two days later. Cabinet lost a confidence vote on 1 June 2018 (yes: 169, no: 180, constructive no-vote) and PM Sanchez was elected.G. !  2016-06-26Rajoy IIIhttps://en.wikipedia.org/wiki/2015%E2%80%9316_Spanish_government_formation#First_attempt_.28December_2015_.E2.80.93_April_2016.29Caretaker cabinet continued after election on 26 June 2016. Cabinet ended on 29 October 2016 when the new cabinet was invested.G$ !-m 32016-05-22Anastasiades IIIhttps://en.wikipedia.org/wiki/First_Anastasiades_governmentcymailCabinet continued after election on 22 May 2016.>3  !uE 2016-09-01Fico IVhttps://en.wikipedia.org/wiki/Fico%27s_Third_CabinetreutersCabinet continued on 1 September 2016 after a change in party composition. Cabinet ended on 15 March 2018 when PM Robert Fico resigned after mass protests.O\ !#y{ !2016-07-19Turnbull IIhttps://en.wikipedia.org/wiki/Second_Turnbull_MinistryaapCabinet was appointed on 19 July 2016. Cabinet ended on 23 August 2017 after PM Turnbull lost a party confidence vote.;!mE ,2016-07-13May Ihttps://en.wikipedia.org/wiki/First_May_ministryreutersCabinet was appointed on 13 July 2016 after the resignation of PM Cameron over the Brexit referendum. PM May called a snap election to strengthen her mandate for Brexit. Cabinet ended with a snap election on 8 May 2017.XMZ!!m @1924-03-11Theunis IIhttps://nl.wikipedia.org/wiki/Regering-Theunis_Im4!% 2016-05-24Yildirimhttps://en.wikipedia.org/wiki/Y%C4%B1ld%C4%B1r%C4%B1m_Cabinetafp, reutersCabinet was appointed on 24 May 2016 and won an investiture vote (yes: 315, no: 138) on 30 May. Cabinet ended on 9 July 2018 with presidential election and the change to a presidential system.!# 5-w"2016-05-30Netanyahu Xhttps://en.wikipedia.org/wiki/Thirty-fourth_government_of_Israelknesset, pc, reutersCabinet continued on 30 May 2016 after a change in party composition. Cabinet ended on 18 November 2018 after Israel is Our Home (YB) withdrew."(...) In September 2015 the supreme court ruled that Yahadut HaTorah’s chairman could not stay as a junior minister in charge of the health department, leading to him being appointed the minister of health. Thus, at least for the Netanyahu X cabinet, this party should be included as a cabinet partner." (Or Tuttnauer, MZES Mannheim; personal communication, August 2019)T2!g; ;2016-05-17Kernhttps://en.wikipedia.org/wiki/Kern_governmentreutersCabinet was appointed on 17 May 2016. Cabinet ended with election on 15 October 2017.."2j!  %2016-05-06Kenny IIhttps://en.wikipedia.org/wiki/Government_of_the_32nd_D%C3%A1ilreutersPM Kenny won an investiture vote (yes: 59, no: 49) on 6 May 2016. Cabinet ended on 14 June 2017 after PM Kenny resigned.A) !u # 2016-03-23Fico IIIhttps://en.wikipedia.org/wiki/Fico%27s_Third_CabinetPM Fico and the cabinet were appointed on 23 March 2016. Cabinet won an investiture vote (yes: 79, no: 61) on 26 April. Cabinet ended on 16 August 2016 when Network (Sieť) withdrew from the coalition.OG!!# 82016-04-07Johannssonhttps://en.wikipedia.org/wiki/Cabinet_of_Sigur%C3%B0ur_Ingi_J%C3%B3hannssonreutersPM Johannsson was appointed on 7 April 2016 and called early election for the fall. The cabinet won a confidence vote (yes:37, no: 26) on 8 April. Cabinet ended with early election on 29 October 2016.#*! s / 1920-04-05Friishttps://da.wikipedia.org/wiki/Regeringen_M.P._FriisCabinet appointed on 5 April 1920. Cabinet ended with election on 26 April 1920.|~! s W 1920-03-30Liebehttps://da.wikipedia.org/wiki/Regeringen_Otto_LiebeCaretaker cabinet appointed on 30 March 1920 by King Christian X leading to the Easter Crisis. PM Liebe resigned on 4 April after unions initiated a general strike.|W~! o 1901-04-03Sehestedhttps://en.wikipedia.org/wiki/Cabinet_of_SehestedvR}!a 31976-09-05Mouskoshttps://en.wikipedia.org/wiki/Makarios_IIInyt\|! q ?1975-04-25Goncalveshttps://en.wikipedia.org/wiki/Vasco_Gon%C3%A7alvesnytb{!  1900-07-01Steenshttps://no.wikipedia.org/wiki/Johannes_Steens_andre_regjeringmz!% C1917-11-27Svinhufvud Ihttps://en.wikipedia.org/wiki/Pehr_Evind_Svinhufvud's_first_senateby! H1955-02-28Mintoff Ihttps://en.wikipedia.org/wiki/List_of_Maltese_governmentschx!+ H1953-12-14Borg Olivier IIhttps://en.wikipedia.org/wiki/List_of_Maltese_governmentsgw!) H1951-05-06Borg Olivier Ihttps://en.wikipedia.org/wiki/List_of_Maltese_governments^v! H1950-09-04Mizzihttps://en.wikipedia.org/wiki/List_of_Maltese_governments\u! H1947-10-27Boffahttps://en.wikipedia.org/wiki/List_of_Maltese_governments&Ut!!c 1917-12-17Borden IIIhttps://en.wikipedia.org/wiki/Robert_Borden^ks!# 1908-10-26Laurier IIIhttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_Canadaujr!! 1904-11-03Laurier IIhttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_Canadatgq! 1900-11-07Laurier Ihttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_Canadas3p!)  (1914-10-25Bundesrat 1914swiss6o!/  (1917-12-13Bundesrat 1917 IIswiss5n!-  (1917-06-26Bundesrat 1917 Iswiss3m!)  (1911-12-14Bundesrat 1911swiss3l!)  (1908-10-25Bundesrat 1908swiss3k!)  (1905-10-29Bundesrat 1905swiss1j!)  (1902-12-11Bundesrat 1902swiss[i!s 1940-05-10Dupong Ihttps://en.wikipedia.org/wiki/Dupong-Krier_Ministrybh!+s 1938-02-07Dupong-Krier IIhttps://en.wikipedia.org/wiki/Dupong-Krier_Ministryag!)s 1937-11-05Dupong-Krier Ihttps://en.wikipedia.org/wiki/Dupong-Krier_MinistrySf! c 1937-06-06Bech IIIhttps://en.wikipedia.org/wiki/Bech_MinistryRe!c 1932-04-11Bech IIhttps://en.wikipedia.org/wiki/Bech_MinistryQd!c 1926-07-16Bech Ihttps://en.wikipedia.org/wiki/Bech_MinistryTc!m 1925-03-20Prumhttps://en.wikipedia.org/wiki/Pr%C3%BCm_MinistryWb!!g 1921-04-15Reuters IIhttps://en.wikipedia.org/wiki/Reuter_MinistrySa!g 1920-01-05Reuter Ihttps://en.wikipedia.org/wiki/Reuter_Ministry`!!= %1922-08-30Cosgrave Ihttps://en.wikipedia.org/wiki/Government_of_the_3rd_D%C3%A1il#2nd_Provisional_Governmentg_! %1943-07-01Valera Vhttps://en.wikipedia.org/wiki/Government_of_the_11th_D%C3%A1ilh^! %1938-06-30Valera IVhttps://en.wikipedia.org/wiki/Government_of_the_10th_D%C3%A1il]!!c %1937-07-21Valera IIIhttps://en.wikipedia.org/wiki/Government_of_the_9th_D%C3%A1il#8th_Executive_Council_of_the_Irish_Free_Stateg\! %1933-02-08Valera IIhttps://en.wikipedia.org/wiki/Government_of_the_8th_D%C3%A1ilf[! %1932-03-09Valera Ihttps://en.wikipedia.org/wiki/Government_of_the_7th_D%C3%A1ilZ!#c %1927-10-11Cosgrave IVhttps://en.wikipedia.org/wiki/Government_of_the_6th_D%C3%A1il#4th_Executive_Council_of_the_Irish_Free_StatejY!% %1927-06-23Cosgrave IIIhttps://en.wikipedia.org/wiki/Government_of_the_5th_D%C3%A1iliX!# %1923-09-19Cosgrave IIhttps://en.wikipedia.org/wiki/Government_of_the_4th_D%C3%A1ilpW!# 81939-04-17Jonasson IVhttps://en.wikipedia.org/wiki/Third_cabinet_of_Hermann_J%C3%B3nassonrV!% 81938-04-02Jonasson IIIhttps://en.wikipedia.org/wiki/Second_cabinet_of_Hermann_J%C3%B3nassonhU! 81942-05-16Thors Ihttps://en.wikipedia.org/wiki/First_cabinet_of_%C3%93lafur_ThorsqT!#  81937-06-29Jonasson IIhttps://en.wikipedia.org/wiki/Second_cabinet_of_Hermann_J%C3%B3nassonoS!! 81934-07-28Jonasson Ihttps://en.wikipedia.org/wiki/First_cabinet_of_Hermann_J%C3%B3nassonoR!! 81932-06-03Asgeirssonhttps://en.wikipedia.org/wiki/Cabinet_of_%C3%81sgeir_%C3%81sgeirssontQ!' 81931-06-12Porlaksson IIhttps://en.wikipedia.org/wiki/Cabinet_of_Tryggvi_%C3%9E%C3%B3rhallssonrP!# 81927-08-28Porhallssonhttps://en.wikipedia.org/wiki/Cabinet_of_Tryggvi_%C3%9E%C3%B3rhallssonsO!% 81926-07-08Porlaksson Ihttps://en.wikipedia.org/wiki/Cabinet_of_J%C3%B3n_%C3%9Eorl%C3%A1kssontN!' 81924-03-22Magnusson IIIhttps://en.wikipedia.org/wiki/Third_cabinet_of_J%C3%B3n_Magn%C3%BAssongM!  81923-10-27Eggerz IIhttps://en.wikipedia.org/wiki/Cabinet_of_Sigur%C3%B0ur_EggerzfL! 81922-03-07Eggerz Ihttps://en.wikipedia.org/wiki/Cabinet_of_Sigur%C3%B0ur_EggerztK!% 81920-02-25Magnusson IIhttps://en.wikipedia.org/wiki/Second_cabinet_of_J%C3%B3n_Magn%C3%BAssonpJ!#  81919-11-15Magnusson Ihttps://en.wikipedia.org/wiki/First_cabinet_of_J%C3%B3n_Magn%C3%BAsson=I!   2015-12-20Rajoy IIhttps://en.wikipedia.org/wiki/Government_of_the_10th_Legislature_of_SpainCaretaker cabinet continued after general election on 20 December 2015. GfH! +1940-06-16Petainhttps://fr.wikipedia.org/wiki/Gouvernement_Philippe_P%C3%A9tain_G!{ +1940-03-22Reynaud https://fr.wikipedia.org/wiki/Gouvernement_Paul_ReynaudׁF! u +1932-01-14Laval IIhttps://fr.wikipedia.org/wiki/Gouvernement_Pierre_Laval_%283%29Cabinet lost a confidence vote (yes: 134, no: 157). <tE!) +1919-10-16Clemenceau IIIhttps://fr.wikipedia.org/wiki/Gouvernement_Georges_Clemenceau_%282%29OlD!  +1910-05-08Briand IIhttps://fr.wikipedia.org/wiki/Gouvernement_Aristide_Briand_%281%29ogC!!  +1906-05-20Sarrien IIhttps://fr.wikipedia.org/wiki/Gouvernement_Ferdinand_SarrientB!#  +1928-04-29Poincare IVhttps://fr.wikipedia.org/wiki/Gouvernement_Raymond_Poincar%C3%A9_%284%29CfA! +1906-03-14Sarrien Ihttps://fr.wikipedia.org/wiki/Gouvernement_Ferdinand_SarrienlہG@!1 >2016-01-22Oreskovichttps://en.wikipedia.org/wiki/Cabinet_of_Tihomir_Ore%C5%A1kovi%C4%87hinaCabinet won an investiture vote (yes: 83, no: 61, abstain: 5) on 22 January 2016.  I_?!#uy 72016-02-11Kucinskis Ihttps://en.wikipedia.org/wiki/Ku%C4%8Dinskis_cabinetreutersCabinet won an investiture vote (yes: 60, no: 32) on 11 February 2016. Cabinet ended with election on 6 October 2018.?P;>!w+~+2016-02-11Valls IIIhttps://en.wikipedia.org/wiki/Second_Valls_Governmentbbe-21Cabinet continued on 11 February 2016 after a change in party composition. Cabinet ended with the resignation of PM Valls on 6 December 2016.Europe Ecology – The Greens (EE-LV) leader Emmanuelle Cosse became Housing Minister and resigned as party leader on 11 February 2016 to join Ecologists (E) (see Guinaudeau and Persico 2021, AFP)u8r=!! }+1917-09-12Painleve Ihttps://fr.wikipedia.org/wiki/Gouvernement_Paul_Painlev%C3%A9_%281%29ws|k<! |+1917-03-20Ribot IIhttps://fr.wikipedia.org/wiki/Gouvernement_Alexandre_Ribot_%285%29{l;! {+1916-12-12Briand VIhttps://fr.wikipedia.org/wiki/Gouvernement_Aristide_Briand_%286%29zk:! z+1915-10-29Briand Vhttps://fr.wikipedia.org/wiki/Gouvernement_Aristide_Briand_%285%29yo9!! y+1914-08-26Viviani IIhttps://fr.wikipedia.org/wiki/Gouvernement_Ren%C3%A9_Viviani_%282%29xn8! x+1914-06-13Viviani Ihttps://fr.wikipedia.org/wiki/Gouvernement_Ren%C3%A9_Viviani_%281%29w݁7! u w+1914-06-09Ribot Ihttps://fr.wikipedia.org/wiki/Gouvernement_Alexandre_Ribot_%284%29Cabinet lost a confidence vote (yes: 306, no: 262). vo6!# v+1913-12-22Doumergue Ihttps://fr.wikipedia.org/wiki/Gouvernement_Gaston_Doumergue_%281%29u܁5!} u u+1913-03-22Barthouhttps://fr.wikipedia.org/wiki/Gouvernement_Louis_BarthouCabinet lost a confidence vote (yes: 265, no: 290). t܁4! s t+1913-01-21Briand IVhttps://fr.wikipedia.org/wiki/Gouvernement_Aristide_Briand_%283%29Cabinet lost a conficence vote (yes: 128, no: 161).ss3!! s+1912-01-14Poincare Ihttps://fr.wikipedia.org/wiki/Gouvernement_Raymond_Poincar%C3%A9_%281%29rc2! r+1911-06-27Caillauxhttps://fr.wikipedia.org/wiki/Gouvernement_Joseph_Caillauxq\1!{ q+1911-03-02Monishttps://fr.wikipedia.org/wiki/Gouvernement_Ernest_Monispm0!! p+1910-11-03Briand IIIhttps://fr.wikipedia.org/wiki/Gouvernement_Aristide_Briand_%282%29k/! o+1909-07-24Briand Ihttps://fr.wikipedia.org/wiki/Gouvernement_Aristide_Briand_%281%29nځ.!% M n+1906-10-25Clemenceau Ihttps://fr.wikipedia.org/wiki/Gouvernement_Georges_Clemenceau_%281%29Cabinet lost a confidence vote. k-! l+1905-01-24Rouvier https://fr.wikipedia.org/wiki/Gouvernement_Maurice_Rouvier_%282%29ka,! k+1902-06-07Combeshttps://fr.wikipedia.org/wiki/Gouvernement_%C3%89mile_Combes_+!!w j 1909-10-25Knudsen IIhttps://en.wikipedia.org/wiki/Knudsen's_First_Cabinetf]*!%o i 1906-08-27Michelsen IIhttps://en.wikipedia.org/wiki/Michelsen's_CabinetdV)!k h 1912-02-20Bratliehttps://en.wikipedia.org/wiki/Bratlie's_CabinetgR(!g g 1910-02-02Konowhttps://en.wikipedia.org/wiki/Konow's_Cabinetj^'!w f 1908-03-18Knudsen Ihttps://en.wikipedia.org/wiki/Knudsen's_First_Cabinetei&! e 1907-10-23Lovlandhttps://no.wikipedia.org/wiki/J%C3%B8rgen_L%C3%B8vlands_regjeringi\%!#o d 1905-03-11Michelsen Ihttps://en.wikipedia.org/wiki/Michelsen's_Cabinetc^$!y c 1903-10-22Hagerup https://en.wikipedia.org/wiki/Hagerup's_Second_Cabinetbe#! b 1902-04-21Blehrhttps://no.wikipedia.org/wiki/Otto_Blehrs_f%C3%B8rste_regjering^"!'o a@1910-05-22Schollaert IIhttps://nl.wikipedia.org/wiki/Regering-Schollaert\ip!!5 `@1902-05-25De Smet de Naeyer IIhttps://nl.wikipedia.org/wiki/Regering-De_Smet_de_Naeyer_II^eq !7 _@1906-05-27De Smet de Naeyer IIIhttps://nl.wikipedia.org/wiki/Regering-De_Smet_de_Naeyer_II`gm!3 ^@1900-05-27De Smet de Naeyer Ihttps://nl.wikipedia.org/wiki/Regering-De_Smet_de_Naeyer_IIdW!k ]@1907-12-31De Troozhttps://nl.wikipedia.org/wiki/Regering-De_Trooz_g[!!o \@1908-01-09Schollaerthttps://nl.wikipedia.org/wiki/Regering-Schollaert]gj!+  [#1914-09-13Hammarskjold IIhttps://sv.wikipedia.org/wiki/Regeringen_Hammarskj%C3%B6ldYV!q Z#1911-10-07Staaffhttps://sv.wikipedia.org/wiki/Regeringen_Staaff_IIi!)  Y#1914-02-17Hammarskjold Ihttps://sv.wikipedia.org/wiki/Regeringen_Hammarskj%C3%B6ldZU!k X#1917-03-13Swartzhttps://sv.wikipedia.org/wiki/Regeringen_Swartz[g!) W1906-05-29Christensen IIhttps://da.wikipedia.org/wiki/Regeringen_J.C._ChristensenTx\!#o V1903-06-16Deuntzer IIhttps://en.wikipedia.org/wiki/Cabinet_of_DeuntzerUw[!!o U1901-07-24Deuntzer Ihttps://en.wikipedia.org/wiki/Cabinet_of_Deuntzervd!# T1905-01-14Christensenhttps://da.wikipedia.org/wiki/Regeringen_J.C._ChristensenVw_!#u S1908-10-12Neergaard Ihttps://da.wikipedia.org/wiki/Regeringen_Neergaard_IWxn!1 R1909-08-16Holstein-Ledreborghttps://da.wikipedia.org/wiki/Regeringen_Holstein-LedreborgSyW!m Q1909-10-28Zahle Ihttps://da.wikipedia.org/wiki/Regeringen_Zahle_IRy_!{ P1910-07-05Berntsenhttps://da.wikipedia.org/wiki/Regeringen_Klaus_BerntsenQzo!' O+1917-11-16Clemenceau IIhttps://fr.wikipedia.org/wiki/Gouvernement_Georges_Clemenceau_(2)}n!# N+1920-01-20Millerand Ihttps://fr.wikipedia.org/wiki/Gouvernement_Alexandre_Millerand_(1)o!% M+1920-02-18Millerand IIhttps://fr.wikipedia.org/wiki/Gouvernement_Alexandre_Millerand_(2)Nb ! L+1920-09-24Leygueshttps://fr.wikipedia.org/wiki/Gouvernement_Georges_LeyguesMi !! K+1921-01-16Briand VIIhttps://fr.wikipedia.org/wiki/Gouvernement_Aristide_Briand_(7)Lށ !# u J+1922-01-15Poincare IIhttps://fr.wikipedia.org/wiki/Gouvernement_Raymond_Poincaré_(2)Cabinet lost a confidence vote (yes: 264, no: 271). Kv !+ I+1924-06-08Francois-Marsalhttps://fr.wikipedia.org/wiki/Gouvernement_Frédéric_François-MarsalJi ! H+1924-06-14Herriot Ihttps://fr.wikipedia.org/wiki/Gouvernement_Édouard_Herriot_(1)Ii!# G+1925-04-17Painleve IIhttps://fr.wikipedia.org/wiki/Gouvernement_Paul_Painlevé_(2)Hj!# F+1925-11-28Briand VIIIhttps://fr.wikipedia.org/wiki/Gouvernement_Aristide_Briand_(8)G߁!!# y D+1926-07-19Herriot II https://fr.wikipedia.org/wiki/Gouvernement_Édouard_Herriot_(2)Cabinet lost an investiture vote (yes: 237, no: 290). Fm!% C+1926-07-23Poincare IIIhttps://fr.wikipedia.org/wiki/Gouvernement_Raymond_Poincaré_(4)Dk!! B+1928-11-11Poincare Vhttps://fr.wikipedia.org/wiki/Gouvernement_Raymond_Poincaré_(5)ف! u A+1929-07-29Briand IXhttps://fr.wikipedia.org/wiki/Gouvernement_Aristide_Briand_(11)Cabinet lost a confidence vote (yes: 277, no: 287). Bف!! u @+1929-11-03Tardieu I https://fr.wikipedia.org/wiki/Gouvernement_André_Tardieu_(1)Cabinet lost a confidence vote (yes: 281, no: 286). Aف"!# y ?+1930-02-21Chautemps Ihttps://fr.wikipedia.org/wiki/Gouvernement_Camille_Chautemps_(1)Cabinet lost an investiture vote (yes: 277, no: 292). @ف !# M >+1930-03-02Tardieu II https://fr.wikipedia.org/wiki/Gouvernement_André_Tardieu_(2)Cabinet lost a confidence vote. ?ف! u =+1930-12-13Steeghttps://fr.wikipedia.org/wiki/Gouvernement_Théodore_SteegCabinet lost a confidence vote (yes: 283, no: 293). >d~! <+1931-01-27Laval I https://fr.wikipedia.org/wiki/Gouvernement_Pierre_Laval_(1)=j}!% :+1932-02-20Tardieu III https://fr.wikipedia.org/wiki/Gouvernement_André_Tardieu_(3)ف|!# u 9+1932-06-03Herriot IIIhttps://fr.wikipedia.org/wiki/Gouvernement_Édouard_Herriot_(3)Cabinet lost a confidence vote (yes: 187, no: 402). :k{!% 8+1932-12-18Paul-Boncourhttps://fr.wikipedia.org/wiki/Gouvernement_Joseph_Paul-Boncour9؁5z!#  7+1933-01-31Daladier I https://fr.wikipedia.org/wiki/Gouvernement_Édouard_Daladier_(1)Cabinet lost a confidence vote (yes: 241, no: 329) over finance policy. 8hy!! 6+1933-10-26Sarraut I https://fr.wikipedia.org/wiki/Gouvernement_Albert_Sarraut_(1)7nx!' 5+1933-11-26Chautemps II https://fr.wikipedia.org/wiki/Gouvernement_Camille_Chautemps_(2)6mw!% 4+1934-01-30Daladier II https://fr.wikipedia.org/wiki/Gouvernement_Édouard_Daladier_(2)5lv!% 3+1934-02-09Doumergue IIhttps://fr.wikipedia.org/wiki/Gouvernement_Gaston_Doumergue_(2)4nu! 2+1934-11-08Flandinhttps://fr.wikipedia.org/wiki/Gouvernement_Pierre-Étienne_Flandin_(1)3dt! 1+1935-06-01Bouissonhttps://fr.wikipedia.org/wiki/Gouvernement_Fernand_Bouisson2es! 0+1935-06-07Laval IIIhttps://fr.wikipedia.org/wiki/Gouvernement_Pierre_Laval_(4)1hr!! /+1936-01-24Sarraut IIhttps://fr.wikipedia.org/wiki/Gouvernement_Albert_Sarraut_(2)0nq! . 1905-12-06Seddon IIhttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealand-kp! - 1902-11-25Seddon Ihttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealandmo! , 1911-12-19Ward IIIhttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealand+ln! + 1908-12-19Ward IIhttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealandnm! * 1922-12-07Massey IVhttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealand)\l!!q ) 1919-12-17Massey IIIhttps://en.wikipedia.org/wiki/List_of_Prime_Minist(nk! ( 1914-11-12Massey IIhttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealandnj! ' 1931-12-02Forbes IIhttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealand#ni! & 1938-10-15Savage IIhttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealand$mh! % 1940-04-01Fraser Ihttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealand&mg! $ 1935-12-06Savage Ihttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealand'mf! # 1930-05-28Forbes Ihttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealand"le! " 1928-12-10Ward IVhttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealand!kd! ! 1925-05-30Coateshttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealand ic!  1925-05-14Bellhttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealand*kb!  1912-07-10Masseyhttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealandna!  1912-03-18Mackenziehttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealand,k`!  1906-08-06Ward Ihttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealando_!!  1906-06-21Hall-Joneshttps://en.wikipedia.org/wiki/List_of_Prime_Ministers_of_New_Zealand._^! +1936-06-04Blum Ihttps://fr.wikipedia.org/wiki/Gouvernement_Léon_Blum_(1)/n]!' +1937-06-29Chautemps IIIhttps://fr.wikipedia.org/wiki/Gouvernement_Camille_Chautemps_(3)`\! +1938-03-13Blum IIhttps://fr.wikipedia.org/wiki/Gouvernement_Léon_Blum_(2)m[!% +1938-04-12Daladier IIIhttps://fr.wikipedia.org/wiki/Gouvernement_Édouard_Daladier_(3)lZ!# +1939-05-11Daladier IVhttps://fr.wikipedia.org/wiki/Gouvernement_Édouard_Daladier_(4)kY!! +1939-09-13Daladier Vhttps://fr.wikipedia.org/wiki/Gouvernement_Édouard_Daladier_(5)ZX!!m @1939-02-22Pierlot I https://nl.wikipedia.org/wiki/Regering-Pierlot_IqaW!'u @1925-05-13Van de Vyverehttps://nl.wikipedia.org/wiki/Regering-Van_de_Vyverem_V!q   1928-01-28Hornsrudhttps://en.wikipedia.org/wiki/Hornsrud%27s_CabinetCabinet was appointed on 28 January 1928. Cabinet lost a confidence vote (yes: 63, no: 86) on 8 February and resigned a week later.clU!%  1923-03-06Halvorsen IIhttps://en.wikipedia.org/wiki/Bahr_Halvorsen%27s_Second_Cabinet[T!i  1939-07-25Colijn Vhttps://nl.wikipedia.org/wiki/Kabinet-Colijn_VCabinet ended on 27 July 1939 following a no confidence vote raised by Roman-Catholic State Party (Roomsch-Katholieke Staatspartij)._S!)s ,1919-01-10Lloyd George Ihttps://en.wikipedia.org/wiki/Lloyd_George_ministry%R!  ,1922-10-24Bonar Lawhttps://en.wikipedia.org/wiki/Conservative_Government_1922–24PM Bonar Law resigned 1923 and was succeeded by PM Baldwin.qQ!!   ,1923-05-25Baldwin I https://en.wikipedia.org/wiki/Conservative_Government_1922–24PM Baldwin took office after PM Bonar Law resigned in 1923. Cabinet endet after Baldwin called for an early election six month later.)P!%y  ,1924-01-23MacDonald I https://en.wikipedia.org/wiki/First_MacDonald_ministrynytCabinet lost a vote (yes: 198, no: 364) on 8 October 1924 over proceedings against a Communist newspaper editor. Parliament was dissolved a day later and early elections took place on 29 October. `O!#w  ,1924-11-06Baldwin II https://en.wikipedia.org/wiki/Second_Baldwin_ministry dN!'{  ,1929-06-05MacDonald II https://en.wikipedia.org/wiki/Second_MacDonald_ministry cM!'y  ,1931-11-05MacDonald IIIhttps://en.wikipedia.org/wiki/Second_National_ministry _L!!w ,1935-11-14Baldwin IVhttps://en.wikipedia.org/wiki/Third_National_ministry`K!#w ,1935-06-07Baldwin IIIhttps://en.wikipedia.org/wiki/Third_National_ministry aJ!#y ,1937-05-28Chamberlainhttps://en.wikipedia.org/wiki/Fourth_National_ministrygI!-{ @1911-06-18De Broquevile I https://nl.wikipedia.org/wiki/Regering-De_Broqueville_IaihH!/{ @1912-06-02De Broquevile II https://nl.wikipedia.org/wiki/Regering-De_Broqueville_IjiG!/} @1914-05-24De Broquevile IIIhttps://nl.wikipedia.org/wiki/Regering-De_Broqueville_IIkWF!k @1918-06-01Cooremanhttps://nl.wikipedia.org/wiki/Regering-Cooremank^E!%q @1918-11-21Delacroix I https://nl.wikipedia.org/wiki/Regering-Delacroix_Ik_D!%s @1919-12-02Delacroix IIhttps://nl.wikipedia.org/wiki/Regering-Delacroix_IIleC!+y @1920-11-20Carton de Wiarthttps://nl.wikipedia.org/wiki/Regering-Carton_de_Wiartl B!m s @1921-12-16Theunis Ihttps://nl.wikipedia.org/wiki/Regering-Theunis_ICabinet lost a confidence vote on 24 February 1924.mbA! @1925-06-17Poullethttps://nl.wikipedia.org/wiki/Regering-Poullet-VanderveldemW@!m @1926-05-20Jasper https://nl.wikipedia.org/wiki/Regering-Jaspar_IInZ?!!m @1927-11-27Jasper II https://nl.wikipedia.org/wiki/Regering-Jaspar_IInZ>!!m @1929-05-26Jasper IIIhttps://nl.wikipedia.org/wiki/Regering-Jaspar_IIoS=!g @1931-06-06Renkinhttps://nl.wikipedia.org/wiki/Regering-Renkinoh<!-} @1932-10-22De Broquevile IVhttps://nl.wikipedia.org/wiki/Regering-De_Broqueville_IIo\;!#o @1934-11-20Theunis IIIhttps://nl.wikipedia.org/wiki/Regering-Theunis_IIpb:!)u @1935-03-25Van Zeeland I https://nl.wikipedia.org/wiki/Regering-Van_Zeeland_Ipc9!)w @1936-06-13Van Zeeland IIhttps://nl.wikipedia.org/wiki/Regering-Van_Zeeland_IIqS8!g @1937-11-24Jansonhttps://nl.wikipedia.org/wiki/Regering-JansonqV7!i @1938-05-15Spaak I https://nl.wikipedia.org/wiki/Regering-Spaak_Iq\6!#o @1939-04-18Pierlot II https://nl.wikipedia.org/wiki/Regering-Pierlot_IIr]5!#q @1939-09-03Pierlot IIIhttps://nl.wikipedia.org/wiki/Regering-Pierlot_IIIrs4!; 1918-09-09Ruijs de Beerenbrouck Ihttps://nl.wikipedia.org/wiki/Kabinet-Ruijs_de_Beerenbrouck_Ix3!? 1922-09-18Ruijs de Beerenbrouck II https://nl.wikipedia.org/wiki/Kabinet-Ruijs_de_Beerenbrouck_IIW2!i 1925-08-04Colijn I https://nl.wikipedia.org/wiki/Kabinet-Colijn_IY1!!k 1926-03-08De Geer I https://nl.wikipedia.org/wiki/Kabinet-De_Geer_Iy0!? 1929-08-10Ruijs de Beerenbrouck IIIhttps://nl.wikipedia.org/wiki/Kabinet-Ruijs_de_Beerenbrouck_IIIZ/!!m 1933-05-26Colijn II https://nl.wikipedia.org/wiki/Kabinet-Colijn_IIIZ.!!m 1935-07-31Colijn IIIhttps://nl.wikipedia.org/wiki/Kabinet-Colijn_IIIX-!k 1937-06-24Colijn IVhttps://nl.wikipedia.org/wiki/Kabinet-Colijn_IVZ,!!m 1939-08-10De Geer IIhttps://nl.wikipedia.org/wiki/Kabinet-De_Geer_IIY+!o 1913-06-21Zahle IIhttps://da.wikipedia.org/wiki/Regeringen_Zahle_IIP{Z*!o 1915-05-07Zahle IIIhttps://da.wikipedia.org/wiki/Regeringen_Zahle_IIS)!o  1918-04-22Zahle IVhttps://da.wikipedia.org/wiki/Regeringen_Zahle_IIMinority cabinet supported by Social Democrats (SD). Cabinet dismissed on 30 March 1920 by King Christian X following differences after a referendum in the Flensburg zone of Schleswig. This led to a constitutional crisis, the Easter Crisis of 1920.|a(!%w 1920-09-21Neergaard IVhttps://da.wikipedia.org/wiki/Regeringen_Neergaard_II~b'!'w 1920-07-06Neergaard IIIhttps://da.wikipedia.org/wiki/Regeringen_Neergaard_IIa&!%w 1920-05-05Neergaard IIhttps://da.wikipedia.org/wiki/Regeringen_Neergaard_II}a%!#y 1922-10-09Neergaard Vhttps://da.wikipedia.org/wiki/Regeringen_Neergaard_III~h$!# 1924-04-23Stauning I https://da.wikipedia.org/wiki/Regeringen_Thorvald_Stauning_Ic#!'y 1926-12-14Madsen-Mygdalhttps://da.wikipedia.org/wiki/Regeringen_Madsen-Mygdalj"!% 1929-04-30Stauning II https://da.wikipedia.org/wiki/Regeringen_Thorvald_Stauning_IIk!!% 1932-11-16Stauning IIIhttps://da.wikipedia.org/wiki/Regeringen_Thorvald_Stauning_IIIj !# 1935-11-04Stauning IVhttps://da.wikipedia.org/wiki/Regeringen_Thorvald_Stauning_III ub~P}|{zyxAw=#<*;=987665.4 3"100;/..%-$++)('I%$$"! O'a SH#[dfmb ! y33 V@2019-10-27Wilmes Ihttps://en.wikipedia.org/wiki/Wilm%C3%A8s_I_Governmentafp, euobs, reutersCaretaker cabinet was appointed on 27 October 2019. Cabinet ended on 17 March 2020 after winning legislative support and loosing caretaker status.U" !!q%i U@2019-05-26Michel IIIhttps://en.wikipedia.org/wiki/Michel_II_Governmentafp, reutersCabinet continued after election on 26 May 2019. Cabinet ended on 27 October 2019 with the resignation of PM Michel due to his election as President of the European Council.2"X !%um T2019-10-21Trudeau J IIhttps://en.wikipedia.org/wiki/29th_Canadian_MinistryreutersCabinet continued after election on 21 October 2019. Cabinet ended with an early election on 20 September 2021.`{!#}s E2020-01-07Sanchez IIIhttps://en.wikipedia.org/wiki/S%C3%A1nchez_II_GovernmentreutersCabinet lost an investiture vote on 5 January 2020 (yes: 166, no: 165, abstain: 18, absolute majority required) and won a vote with a simple majority two days later (yes: 167, no: 165, abstain: 18). PM Sánchez was appointed on 8 January 2020.A=0_z!  D1989-12-26Roman Ihttps://en.wikipedia.org/wiki/First_Roman_cabinet_(Romania)%y!i'g/C2019-09-05Conte IIhttps://en.wikipedia.org/wiki/Conte_II_Cabinetbbcm, reutersPM Conte was appointed on 5 September 2019 and cabinet won confidence votes on 9/10 September (yes: 343, no: 263, abstain: 3 [lower house]; yes: 169, no: 133 [upper house]).Italy Alive (Italia Viva) with 25 seats from PD since 17 September 2019. No new cabinet coded for party change and ministers remaining in office.hx!' -a B"2019-04-09Netanyahu XIIhttps://en.wikipedia.org/wiki/Thirty-fifth_government_of_Israelknesset, reutersContinuation caretaker cabinet remained in office after election on 9 April 2019. Minority cabinet was supported by United Torah Judaism (YH) through a deputy minister position. PM Netanyahu failed to form a government until the deadline of 29 May 2019 and parliament voted to dissolve on 30 May 2019. Cabinet ended with an early election on 17 September 2019.5w!! wi A2019-04-28Sanchez IIhttps://en.wikipedia.org/wiki/S%C3%A1nchez_governmentreutersContinuation caretaker cabinet remained in office on 28 April 2019. Cabinet formation failed and an election was called on 17 September 2019 that took place on 10 November.Gav!! o @;2019-06-03Bierlein Ihttps://en.wikipedia.org/wiki/Bierlein_governmentbkaPM Bierlein was sworn in as the leader of a caretaker cabinet on 3 June 2019. Cabinet ended with election on 29 September 2019.2,u!u ?,2019-07-24Johnson Ihttps://en.wikipedia.org/wiki/First_Johnson_ministryreutersCabinet was appointed on 24 July 2019 after the resignation of PM May. Minority cabinet was supported by Democratic Unionist Party (DUP). Cabinet ended with a snap election on 12 December 2019.]t!'o)i >2019-06-27Frederiksen Ihttps://en.wikipedia.org/wiki/Frederiksen_Cabinetlocal, reutersPM Frederiksen was appointed on 27 June 2019. Minority cabinet was supported by Danish Social Liberal Party (RV), Socialist Peoples Party (SF) and Red-Green Alliance (En-O). PM Frederiksen called an early election on 5 October 2022 after Danish Social Liberal Party (RV) threatened with a no-confidence vote. Cabinet ended with early election on 1 November 2022.5(s!-'?#=)2019-07-08Mitsotakis Kyr Ihttps://en.wikipedia.org/wiki/First_Cabinet_of_Kyriakos_Mitsotakiskath, reutersPM Mitsotakis was appointed on 8 July 2019 and cabinet won a confidence vote (yes: 158, no: 142) on 22 July. Cabinet ended with election on 21 May 2023.Christos Stylianides has been a minister for Climate Crisis and Civil protection since 6 September 2021. He belongs to the party "Democratic Rally" in Cyprus and received an "honorary Greek citizenship" (Kathimerini). We do not code his party as a government party. 96$Rr!c1g F! / ;1931-06-20Buresch IonbCabinet was appointed on 20 June 1931. Cabinet resigned on 27 January 1932 and stayed in office until 29 January 1932 as a caretaker government.4E! # ;1930-12-04EnderonbCabinet was appointed on 4 December 1930. Cabinet ended on 16 June 1931 and stayed in office until 20 June 1931 as a caretaker government.tD!w5 ;1930-09-30Vaugoinhttps://de.wikipedia.org/wiki/Bundesregierung_VaugoinonbCabinet was appointed on 30 September 1930. Cabinet resigned 29 November 1930 and stayed in office until 4 December 1930 as a caretaker government. C!# ?  ;1929-09-26Schober IIIonbCabinet was elected on 26 September 1929 (Yes: 84, No: 69). Chancellor Schober was forced to resign on 25 September 1930 after the resignation of his Vice-Chancellor Vaugoin, who was appointed Chancellor afterwards. EB!#G  ;1929-05-04Streeruwitzhttps://de.wikipedia.org/wiki/Bundesregierung_StreeruwitzonbCabinet was elected on 4 May 1929 (Yes: 89, No: 59). Cabinet resigned on 25 September 1929. A! ;  ;1927-05-19Seipel VonbCabinet was elected on 19 May 1927 (Yes: 94, No: 70) Cabinet resigned on 3 April 1929. )@!   ;1926-10-20Seipel IVonbCabinet was elected on 20 October 1926 (Yes: 91, No: 59). Cabinet ended with the resignation of the cabinet on 18 May 1927. ?!yU  ;1926-01-15Ramek IIhttps://de.wikipedia.org/wiki/Bundesregierung_Ramek_IIonbCabinet was elected on 15 January 1926 (Yes: 80, No: 53). Cabinet resigned on 15 October 1926 and stayed in office until 20 October 1926 as a caretaker government.j>!w% ;1924-11-20Ramek Ihttps://de.wikipedia.org/wiki/Bundesregierung_Ramek_Ichisols, onbCabinet was elected on 20 November 1924 (Yes: 91; No: 60). Cabinet endet with the resignation of the cabinet on 14 January 1926.g=!! } ;1923-11-20Seipel IIIaufoCabinet was re-elected as Seibel III on 20 November 1923 (Yes: 97, No: 68). The Cabinet endet on 8 November 1924 and stayed in office until 20 November 1924 as a caretaker government..<!  ;1923-04-17Seipel IIaufoCabinet was elected on 17 April 1923 (Yes: 100, No: 59). Cabinet ended with the resignation of the cabinet on 20 November 1923.:;!y; ;1922-05-31Seipel Ihttps://de.wikipedia.org/wiki/Bundesregierung_Seipel_IaufoCabinet was elected on 31 May 1922 (Yes: 101, No: 58). Cabinet ended on 16 April 1923.k:!!} ;1922-01-27Schober IIhttps://de.wikipedia.org/wiki/Bundesregierung_Schober_IIaufoCabinet was elected on 27 January 1922 (Yes 80, No: 72) one day after the resignation of Schober. The Cabinet ended on 24 May 1922.*9!{ ;1921-06-21Schober Ihttps://de.wikipedia.org/wiki/Bundesregierung_Schober_Iaufo, onbCabinet was elected on 21 June 1921 (Yes: 98, No: 62) Schober resigned on 26 January 1922, because the GDVP didn't support the government anymore after the ratification of the Treaty of Lana.8!w ;1920-11-20Mayr IIhttps://de.wikipedia.org/wiki/Bundesregierung_Mayr_IIaufoCabinet was elected on 20 November 1920 (Yes: 99, No: 59) Cabinet resigned on 1 Juni 1921 with the resignation of Mayr and stayed in office until 21 June 1921 as a caretaker government.U7! uy ;1920-07-07Mayr Ihttps://de.wikipedia.org/wiki/Staatsregierung_Mayr_IaufoCabinet was elected on 7 July 1920 as a consensus government to overcome the government crisis and all parties in parliament were involved. On 22 October 1920 the Social Democrats defected form the government. Cabinet ended on 20 November 1920.6!!}} ;1919-10-17Renner IIIhttps://de.wikipedia.org/wiki/Staatsregierung_Renner_IIIaufoCabinet was elected on 17 October 1920 (Yes: 76, No: 19). Cabinet resigned on 11 Juni 1920 and stayed in office until 7 Juli 1920 as a caretaker government after a coalition crisis. 5!{ ;1919-03-15Renner IIhttps://de.wikipedia.org/wiki/Staatsregierung_Renner_IIaufoProvisional cabinet was elected on 15 March 1919 (Yes: 99, No: 0). Cabinet ended with the resignation of the entire cabinet, after the ratification of the Treaty of Saint-Germain-en-Laye.)4!5MD2018-06-27Babis IIhttps://en.wikipedia.org/wiki/Andrej_Babi%C5%A1%27_Second_CabinetreutersPM Babiš was appointed on 27 June 2018 and cabinet won an investiture vote on 12 July (yes: 105, no: 91). Minority cabinet supported by Communist Party (KSCM). Cabinet ended with election on 9 December 2021. Cabinet lost minority support by Communist Party of Bohemia and Moravia (KSCM) on 13 April 2021.4>3!wk[2018-06-02Sanchez Ihttps://en.wikipedia.org/wiki/S%C3%A1nchez_governmentreutersCabinet won a constructive vote of no confidence on 1 Juni 2018 against Rajoy IV cabinet. The vote was supported by Podemos and other national parties. PM Sánchez was appointed on 2 June 2018. Cabinet called an early election on 15 February 2019 after loosing a budget vote. It took place on 28 April.see confidence vote coded for Rajoy IV.Gl2!g) 2018-06-01Conte Ihttps://en.wikipedia.org/wiki/Conte_I_CabinetreutersPM Conte was appointed on 1 June 2018 and cabinet won confidence votes on 5/6 June (yes: 350, no: 236, abstain: 35 [lower house]; yes: 171, no: 117 [upper house]). PM Conte resigned on 20 August 2019 over a coalition conflict with interior minister Matteo Salvini (LN).B~1!7 '2018-05-10Orban IVhttps://en.wikipedia.org/wiki/Fourth_Orb%C3%A1n_GovernmentdpaPM Orban was appointed on 10 May 2018 and cabinet won a confidence vote (yes: 127, no: 35) a day later. Cabinet ended with election on 3 April 2022.P;o0!o+ 2017-10-26Rutte Vhttps://en.wikipedia.org/wiki/Third_Rutte_cabinetap, dn, reutersCabinet was appointed on 26 October 2017. Cabinet resigned on 15 January 2021 over "mismanagement of childcare subsidies" (Reuters).N/ !!u1e 2018-03-22Pellegrinihttps://en.wikipedia.org/wiki/Pellegrini%27s_Cabinetreuters, spectatorPM Pellegrini and the cabinet were appointed on 22 March 2018. Cabinet won an investiture vote (yes: 81) on 27 March 2018. Cabinet ended with election on 29 February 2020.Ok.!s 62018-03-14Merkel Vhttps://en.wikipedia.org/wiki/Fourth_Merkel_cabinetreutersPM Merkel won an investiture vote (yes: 364, no: 315, abstain: 9) on 14 March 2018. Cabinet ended with election on 26 September 2021.9A-!{#5 2018-01-29Dancila Ihttps://en.wikipedia.org/wiki/D%C4%83ncil%C4%83_Cabinetap, reutersCabinet won an investiture vote (yes: 282) on 29 January 2018. Cabinet ended on 26 August 2019 after the withdrawal of the Alliance of Liberals and Democrats (ALDE) over cabinet internal differences. Cabinet lost a vote of no confidence (yes: 238, no: 4) on 10 October 2019.coded as one cabinet according to ParlGov's "three month rule"Qe,!%g J2017-12-11Morawiecki Ihttps://en.wikipedia.org/wiki/First_Cabinet_of_Mateusz_MorawieckireutersCabinet won an investiture vote (yes: 243, no: 192) on 11 December 2017. Cabinet includes Alliance (P) and United Poland (SP) as members of the Law and Justice (PiS) parliamentary group. Cabinet ended with election on 13 October 2019.EZ+!m%} 2017-11-01Abe Vhttps://en.wikipedia.org/wiki/Fourth_Abe_Cabinetafp, reutersPM Abe won an investiture vote (yes: 312, total: 465 [lower house]; yes: 151, total: 242 [upper house]) on 1 November 2017 and the cabinet was appointed the same day. Cabinet ended on 16 September 2020 after PM Abe resigned due to health problems.V*!)G 82017-11-30Jakobsdottir Ihttps://en.wikipedia.org/wiki/Cabinet_of_Katr%C3%ADn_Jakobsd%C3%B3ttirmblCabinet was appointed on 30 November 2017. Cabinet ended with election on 25 September 2021.G)! 7 D2017-12-13Babis Ihttps://en.wikipedia.org/wiki/Andrej_Babi%C5%A1%27_First_CabinetreutersPM Babiš was appointed on 12 December 2017 and cabinet lost an investiture vote on 16 January 2018 (yes: 78; no: 117, abstain: 6). Caretaker cabinet remained in office until new cabinet formed on 27 June 2018. 04@(!g'G ;2017-12-18Kurz Ihttps://en.wikipedia.org/wiki/Kurz_governmentreuters, zeitCabinet was appointed on 18 December 2017. PM Kurz lost a vote of confidence on 27 May 2019.2c'!% u ,1945-05-23Churchill IIhttps://en.wikipedia.org/wiki/Churchill_war_ministrynyt8&!# u7 ,1940-05-10Churchill Ihttps://en.wikipedia.org/wiki/Churchill_war_ministrynytNational unity cabinet came into office on 10 March 1945 after the beginning of WWII.5%!'  2017-10-26Ardern Ihttps://en.wikipedia.org/wiki/Sixth_Labour_Government_of_New_Zealandejpr, reutersCabinet was appointed on 26 October 2017. Minority coalition cabinet was supported through confidence and supply agreements with Greens. Cabinet ended with election on 17 October 2020.Z$!#i3g  2018-01-17Solberg IIIhttp://en.wikipedia.org/wiki/Solberg's_Cabinetdpa, local, reutersCabinet continued on 17 January 2018 after a change in party composition. Minority cabinet was supported by Christian Democratic Party (KrF). Cabinet ended on 22 January 2019 when Christian Democratic Party (KrF) joined the coalition. v#!!iA 2017-09-11Solberg IIhttp://en.wikipedia.org/wiki/Solberg's_CabinetreutersCabinet continued after election on 9 September 2017 with a reshuffle on 20 October. Minority cabinet was supported by Liberal Party (V) and Christian Democratic Party (KrF) Cabinet ended on 17 January 2018 when Liberal Party (V) joined coalition. Christian Democrats (KrF) withdrew from coalition talks on 27 September 2017. Liberal Party (V) started formal talks to join cabinet on 9 Dezember 2017. Not coded as caretaker cabinet because of reshuffle on 20 October 2017. No change coded due to negative parliamentarism and ParlGov three month rule. Cabinet support information based on previous support, coalition talks coverage and succeeding support.)i"! o % 62017-09-24Merkel IVhttp://en.wikipedia.org/wiki/Third_Merkel_cabinetContinuation caretaker cabinet remained in office on 24 September 2017. Cabinet ended with new cabinet coming into office on 14 March 2018./9j!!e 7 2017-06-29Tudosehttps://en.wikipedia.org/wiki/Tudose_CabinetCabinet won an investiture vote (yes: 275, no: 102 ) on 29 June 2017. PM Tudose resigned on 15 January 2018 after Social Democrats withdrew support.Q, !k! 2017-01-04Grindeanuhttps://en.wikipedia.org/wiki/Grindeanu_CabinetreutersCabinet won an investiture vote (yes: 295, no: 133) on 4 January 2017. Cabinet lost a confidence vote (yes: 241, no: 7) on 21 June 2017 after Social Democrats (PSD) withdrew support for PM Grindeanu. Q!% ! >2017-07-09Plenkovic IIhttps://en.wikipedia.org/wiki/Cabinet_of_Andrej_Plenkovi%C4%87_IreutersCabinet won an investiture vote (yes: 78) on 9 June 2017 after a change in party composition. Cabinet ended with election on 5 July 2020.IL!! M %2017-06-14Varadkar Ihttps://en.wikipedia.org/wiki/Government_of_the_32nd_D%C3%A1ilPM Varadkar won an investiture vote (yes: 57, no: 50, abstain: 47) on 14 June 2017. Minority cabinet was supported by a confidence and supply agreement with Fianna Fail (FF). Cabinet ended with election on 8 February 2020.A2!!o- C2017-06-13Sipilae IIhttps://en.wikipedia.org/wiki/Sipil%C3%A4_CabinetvaltCabinet continued on 13 June 2017 after a change in party composition and won a confidence vote (yes: 104, no: 85) on 20 June. Cabinet ended after PM Sipilaes request to dissolve the cabinet on 8 March 2019.W7|!#}3 +2017-06-21Philippe IIhttps://en.wikipedia.org/wiki/Second_Philippe_governmentafpPM Philippe was re-appointed on 21 June 2017 after a parliamentary election. PM Philippe resigned on 3 July 2020 to allow for a cabinet reshuffle.8u!!{ / +2017-06-14Philippe Ihttps://en.wikipedia.org/wiki/First_Philippe_governmentPM Philippe was appointed on 15 March 2017 after the presidential election. Cabinet ended with election on 10 June 2017 and resigned on 19 June.8 !oc ,2017-06-11May IIhttps://en.wikipedia.org/wiki/Second_May_ministryreutersCabinet was appointed on 11 June 2017. Minority cabinet was supported by Democratic Unionist Party (DUP). Cabinet ended with the resignation of PM May on 24 July 2019. M}! 1 2017-03-15Rutte IVContinuation caretaker cabinet remained in office after election on 15 March 2015.N<!#y9  2017-05-04Borisov IIIhttps://en.wikipedia.org/wiki/Third_Borisov_GovernmentapPM Borisov and his cabinet won an investiture votes (yes: 133, no: 101) on 4 May 2017.>l!%o H2017-06-06Muscat IIhttps://en.wikipedia.org/wiki/Maltese_Government_2017%E2%80%932022reuters, tomCabinet continued after election on 6 June 2017. Cabinet ended with resignation of PM Muscat on 13 January 2020.D H0a}|d{xxwutsqpDoTnlkkjighcgeVdlc!ba1`O^XXWKVUTuSReQPONMKJHGG$F~EE&D(CAA.@d?.>=0<;::<98776R54?3*2Z1f0OS! G )2023-05-25Sarmashttps://en.wikipedia.org/wiki/Caretaker_Cabinet_of_Ioannis_SarmasreutersCaretaker cabinet was appointed on 25 May 2023. Cabinet ended with election on 25 June 2023.=b$pR!/o )2023-06-26Mitsotakis Kyr IIhttps://en.wikipedia.org/wiki/Second_Cabinet_of_Kyriakos_MitsotakisreutersPM Mitsotakis was appointed on 26 June 2023 and cabinet won a confidence vote (yes: 158, no: 142) on 8 July 2023.c$LQ!a%k C2023-06-20Orpohttps://en.wikipedia.org/wiki/Orpo_Cabinetreuters, afpPM Orpo won an investiture vote (yes: 107, no: 81, abstain: 11) on 20 June 2023 and was appointed the same day.G_P ! }#] 2023-05-15Odorhttps://en.wikipedia.org/wiki/Cabinet_of_Ľudovít_Ódorreuters, apCaretaker cabinet (technocratic) was appointed on 15 May 2023. Cabinet lost an investiture vote (yes: 34, no: 43) on 15 June 2023 but continued as caretaker cabinet. A.@O!kO  2023-06-06Denkovhttps://en.wikipedia.org/wiki/Denkov_GovernmentreutersPM Denkov (yes: 132, no: 69) and cabinet (yes: 131, no: 69) won investiture votes on 6 June 2023.`#KN! w-3 2022-10-02Donev IIhttps://en.wikipedia.org/wiki/Second_Donev_GovernmentreutersCaretaker cabinet continued after election on 2 October 2022 and was appointed on 2 February 2023. Cabinet ended with election on 2 April 2023.Start date set to 2 October 2022 (election date) following three month coding rule.Z#>M!u? 2023-06-03Erdogan Vhttps://en.wikipedia.org/wiki/67th_cabinet_of_TurkeyreutersPresident Erdoğan was appointed on 3 June 2023 after winning the presidential election. caTL!%[ K2023-04-17Kallas K IIIhttps://en.wikipedia.org/wiki/Kaja_Kallas%27_third_cabinetafpPM Kallas won an investiture vote (yes: 59, no: 38) on 12 April 2023 and was appointed five days later.^ K!#7 K2022-07-15Kallas K IIhttps://en.wikipedia.org/wiki/Kaja_Kallas%27s_second_cabinetap, dpaCabinet won an investiture vote (yes: 52, no: 26) on 15 July 2022 and was appointed three days later. Cabinet ended with election on 5 March 2023.  J!e  2023-01-25Hipkinshttps://en.wikipedia.org/wiki/Sixth_Labour_Government_of_New_ZealandreutersPM Hipkins was appointed on 25 January 2023.fDI!%a "2022-12-29Netanjahu XVhttps://en.wikipedia.org/wiki/Thirty-seventh_government_of_IsraeltmisraCabinet was appointed on 29 December 2022.]+H!w 72022-12-14Karins IIhttps://en.wikipedia.org/wiki/Second_Kariņš_cabinetletaCabinet won an investiture vote (yes: 54, no: 37) on 14 December 2022.8['G!)uo 2022-12-15Frederiksen IIhttps://en.wikipedia.org/wiki/Frederiksen_II_CabinetreutersPM Frederiksen was appointed on 15 December 2022.>\ F!e%c ,2022-10-25Sunakhttps://en.wikipedia.org/wiki/Sunak_ministryafp, reutersCabinet was appointed on 25 October 2022. >E!e{ 2022-10-22Melonihttps://en.wikipedia.org/wiki/Meloni_CabinetreutersPM Meloni was appointed on 22 October 2022 and cabinet won confidence votes on 25/26 October (yes: 235, no: 154, abstain: 5 [lower house]; yes: 115, no: 79, abstain: 5 [upper house]).Y]D! e% 2022-07-21Draghi IIhttps://en.wikipedia.org/wiki/Draghi_Cabinetafp, reutersCabinet continued on 21 July 2022 after a change in party composition. Cabinet ended with election on 25 September 2022.C!#o%i #2022-10-17Kristerssonhttps://en.wikipedia.org/wiki/Kristersson_Cabinetafp, reutersPM Kristersson won an investiture vote (yes: 176, no: 173) on 17 October 2022 and cabinet was appointed a day later. Minority cabinet was supported by Sweden Democrats (SD).tX12B !k%' 2022-09-13Heger IIhttps://en.wikipedia.org/wiki/Heger%27s_Cabinetdpa, reutersCabinet continued on 13 September 2022 after a change in party composition. Cabinet lost a confidence vote (no: 78) on 15 December 2022 but continued as a caretaker cabinet. Cabinet ended on 15 May 2023.A.FA! uO  2022-08-02Donev Ihttps://en.wikipedia.org/wiki/First_Donev_GovernmentreutersCaretaker cabinet was appointed on 2 August 2022. Cabinet ended with election on 2 October 2022.|R#M@! -; "2022-07-01Lapidhttps://en.wikipedia.org/wiki/Thirty-sixth_government_of_Israelknesset, reutersPM Lapid was appointed on 1 July 2022. Cabinet ended with election on 1 November 2022.rL?!e#m ,2022-09-06Trusshttps://en.wikipedia.org/wiki/Truss_ministryap, reutersCabinet was appointed on 6 September 2022. PM Truss resigned on 20 October 2022 over economic policy differences and conflicts in her party. Cabinet ended on 25 October 2022.F>>!iq +2022-06-19Borne IIhttps://en.wikipedia.org/wiki/Borne_governmentreutersCabinet continued after election on 19 June 2022. PM Borne won a confidence vote (no: 146) on 11 July 2022. Cabinet won two confidence votes (no: 278, no: 94) on 20 March 2023.Vz=!1 <2022-06-01Golobhttps://en.wikipedia.org/wiki/15th_Government_of_SloveniareutersPM won an investiture vote on 26 May 2022 (yes: 54, no: 30). Cabinet was appointed and won an investiture vote (yes: 53, no: 28) on 01 June 2022.T/I<!ia +2022-05-20Borne Ihttps://en.wikipedia.org/wiki/Borne_governmentreutersPM Borne was appointed on 16 May 2022 and cabinet on 20 May. Cabinet ended with election on 19 June 2022.h;!k_ !2022-05-23Albanesehttps://en.wikipedia.org/wiki/Albanese_ministryreutersPM Albanese was appointed on 23 May 2022.PW":![ ?2022-03-30Costa IIIhttps://en.wikipedia.org/wiki/XXII_Constitutional_Government_of_PortugalreutersCabinet was appointed on 30 March 2022.JU,V9!%[ '2022-05-16Orban Vhttps://en.wikipedia.org/wiki/Fifth_Orb%C3%A1n_Governmentafp, mti-ecoPM Orban won an investiture vote (yes: 133, no: 27) on 16 May 2022 and cabinet was appointed on 24 May.S4w8!!q%% 2022-01-10Rutte VII https://en.wikipedia.org/wiki/Fourth_Rutte_cabinetafp, reutersCabinet was appointed on 10 January 2022. PM Rutte resigned on 7 July 2023 after conflicts within the coalition about immigration policies.pI"7! <2020-12-18Jansa IVhttps://en.wikipedia.org/wiki/14th_Government_of_SloveniastaCabinet continued on 18 December 2020 after a change in party composition and won a no-confidence vote (yes: 7, no: 40) on 15 February 2021. Cabinet ended with election on 22 April 2022.X/~6! e%C 2021-02-13Draghi Ihttps://en.wikipedia.org/wiki/Draghi_Cabinetafp, reutersPM Draghi was appointed on 13 February 2021 and cabinet won confidence votes on 17/18 February (yes: 535, no: 56, abstain: 5 [lower house]; yes: 262, no: 40, abstain: 2 [upper house]). PM Draghi resigned on 21 July 2022 after LN and FI refused to participate in a confidence vote. CK5 !k%uq2021-04-01Heger Ihttps://en.wikipedia.org/wiki/Heger%27s_Cabinetdpa, reutersCabinet was appointed on 1 April 2021 and won an investiture vote (yes: 89, no: 55, abstain: 0) on 4 May 2021. Cabinet ended on 13 September 2022 after the withdrawal of the Freedom and Solidarity party (SaS) due to internal cabinet conflicts.Matovic and Heger swapped postions. Heger became PM while Matovic became finance minister. "The swap is aimed at quelling coalition disputes sparked by Matovic's surprise purchase of Russian coronavirus vaccine Sputnik V in March" (Reuters).YA.G4!m[ 2021-11-25Ciuca https://en.wikipedia.org/wiki/Ciuc%C4%83_CabinetreutersCabinet won an investiture vote (yes: 318, no: 126) on 25 November 2021 and was appointed the same day.dE-@3!!%# K2021-01-26Kallas K Ihttps://en.wikipedia.org/wiki/Kaja_Kallas%27s_first_cabinetbns, reutersPM Kallas won an investiture vote (yes: 70, no: 30, abstain: 1) on 25 January 2021 and was appointed a day later. Cabinet ended on 3 June 2022 after Estonian Centre Party (EK) was dimissed by PM Kallas.; 2!og ;2021-12-06Nehammerhttps://en.wikipedia.org/wiki/Nehammer_governmentreutersPM Nehammer was appointed on 6 December 2021.~821!%w] ~;2021-10-11Schallenberghttps://en.wikipedia.org/wiki/Schallenberg_governmentreutersPM Schallenberg was appointed on 11 October 2021. Cabinet ended on 6 December 2021 after PM Schallenberg resigned on 2 December following a change in party leadership.I8280!e%; }62021-12-08Scholzhttps://en.wikipedia.org/wiki/Scholz_cabinetdpa, reutersPM Scholz won an investiture vote (yes: 395, no: 312, abstain: 29) on 08 December 2021.Hd/!k | 2021-12-13Petkovhttps://en.wikipedia.org/wiki/Petkov_GovernmentbtaCabinet won an investiture vote (yes: 134, no: 104, abstain: 0) on 13 December 2021. Cabinet lost a confidence vote (yes: 116, no: 123) on 22 June 2022 over "fiscal and economic policies" (Reuters). Cabinet ended with the resignation of PM Petkov on 27 June 2022.zR#$.!)m {32021-05-30Anastasiades Vhttps://en.wikipedia.org/wiki/Second_Anastasiades_governmentreutersCabinet continued after election on 30 May 2021.\G36-! w%! z 2021-09-16Yanev IIhttps://en.wikipedia.org/wiki/Second_Yanev_Governmentbta, reutersPM Yanev was re-appointed after April and July elections led to indecisive results and unsuccessful government formation attempts. Cabinet ended with new cabinet coming into office on 13 December 2021.yN#v,! u/ y 2021-05-12Yanev Ihttps://en.wikipedia.org/wiki/First_Yanev_GovernmentreutersCabinet was appointed on 12 May 2021 as a caretaker government after failed attempts to form a government because of indecisive election results.M#+!'uy x2021-10-26Trudeau J IIIhttps://en.wikipedia.org/wiki/29th_Canadian_MinistryreutersCabinet continued after election on 20 September 2021.TO9*!+'w v82021-11-28Jakobsdottir IIhttps://en.wikipedia.org/wiki/Second_cabinet_of_Katr%C3%ADn_Jakobsd%C3%B3ttirreutersCabinet continued on 28 November 2021 after election.Q5)!u5 u 2021-10-14Storehttps://en.wikipedia.org/wiki/St%C3%B8re%27s_CabinetreutersCabinet was appointed on 14 October 2021. Minority cabinet without support parties.QP(!k;[ct#2021-11-30Anderssonhttps://en.wikipedia.org/wiki/Andersson_Cabinetafp, reuters, riksdagenPM Andersson won an investiture vote (yes: 101, no: 173, abstain: 75) on 29 November 2021 and was appointed a day later (see details cabinet formation in "comment"). Minority cabinet was (passively) supported by Greens (MP), Centre Party (C), and Left Party (Vp). Cabinet ended with election on 11 September 2022 and PM Andersson resigned on 15 September. A coalition of Social Democrats and Greens was planned and Andersson won an investiture vote (yes: 117, no: 174, abstain: 57) on 24 November 2021 (AFP). A budget proposal by the new government failed on the same day when the Centre Party withdrew support over a government agreement with the Left Party (AFP). A new budget proposal by Moderates, Christian-Democrats and Sweden Democrats won parliamentary support. The government faced a budget drafted by the opposition (AFP 29.11). As a consequence, the Greens decided to leave the coalition (Reuters 24.11.). PM Andersson resigned seven hours after taking office. In her view, constitutional practice required a government to resign if one party leaves (AFP). On 30 November, PM Andersson won an investiture vote (yes: 101, no: 173, abstain: 75) and formed a single party minority cabinet (AP). "Andersson's weak minority means she will have to seek support for her policies on both the left and the right. Her most obvious cooperation partners are the Greens, the Centre and Left parties" (AFP 29.11.).s1'!!w/#s#2021-07-09Lofven IV https://en.wikipedia.org/wiki/L%C3%B6fven_III_Cabinetafp, dpa, reutersPM Loefven won an investiture vote (no: 173) on 9 July 2021. Minority cabinet was supported by Centre Party (C), and Left Party (Vp). PM Loefven resigned on 10 November 2021 to make place for a new PM.negative parliamentarism with no absolute majority against cabinet61^&! -Y r"2021-06-13Bennetthttps://en.wikipedia.org/wiki/Thirty-sixth_government_of_Israelknesset, reutersCabinet won an investiture vote (yes: 60 no: 59) on 13 June 2021. PM Benett resigned on 30 June 2022.mLg%!u% qD2021-12-17Fialahttps://en.wikipedia.org/wiki/Petr_Fiala%27s_Cabinetafp, reutersCabinet was appointed on 17 December 2021. Cabinet won an investiture vote (yes: 106, no: 87, absent: 7) on 13 January 2022. K!$! o%? p2021-01-15Rutte VIhttps://en.wikipedia.org/wiki/Third_Rutte_cabinetafp, reutersContinuation caretaker cabinet remained in office after election on 21 March 2021. Cabinet ended with new cabinet coming into office on 10 January 2022.G#!sW o2021-10-04Kishida Ihttps://en.wikipedia.org/wiki/First_Kishida_CabinetkyodoPM Kishida won an investiture vote (yes: 311, total: 458 [lower house]; yes: 141, total: 241 [upper house]) on 04 October 2021 and the cabinet was appointed the same day. Cabinet ended with an early election on 10 November 2021.lf"!!u n2021-11-10Kishida IIhttps://en.wikipedia.org/wiki/Second_Kishida_CabinetkyodoPM Kishida won an investiture vote (yes: 297, total: 465 [lower house]; yes: 141, total: 245 [upper house]) on 10 November 2021. oJE!!' - m"2020-05-17Netanyahu XIVhttps://en.wikipedia.org/wiki/Thirty-fifth_government_of_Israelknesset, reutersPM Netanyahu and his cabinet won an investiture vote (yes: 73, no: 46) on 17 May 2020. Cabinet ended with elections on 23 March 2021. changes in cabinet composition: + Minister of Construction and Housing, Yakov Litzman (Agudat Yisrael) + 17.5. to 15.9.2020 and 18.11. to 6.4.2021 + not included due to three-month-rule MB@ !aa l2020-09-16Sugahttps://en.wikipedia.org/wiki/Suga_CabinetreutersPM Suga won an investiture vote (yes: 314, total: 462 [lower house]; yes: 142, total: 245 [upper house]) on 16 September 2020 and the cabinet was appointed the same day. Cabinet ended on 04 October 2021 due to resignation of PM Suga.!}9 k2020-11-24Simonytehttps://en.wikipedia.org/wiki/%C5%A0imonyt%C4%97_Cabinetap, emwPM Simonyte won an investiture vote (yes: 62, no: 10, abstain: 41) on 24 November 2020 and cabinet (yes: 78, no: 30, abstain: 20) on 11 December 2020.OC(3!  j%2020-06-27Martinhttps://en.wikipedia.org/wiki/Government_of_the_33rd_D%C3%A1ilreutersPM Martin won an investiture vote (yes: 93, no: 63) on 27 June 2020.i@%v!#  i%2020-02-08Varadkar IIhttps://en.wikipedia.org/wiki/Government_of_the_32nd_D%C3%A1ilContinuation caretaker cabinet remained in office on 8 February 2020. Cabinet ended with new cabinet coming into office on 27 June 2020.@%P!k%e h+2020-07-03Castexhttps://en.wikipedia.org/wiki/Castex_governmentafp, reutersPM Castex was appointed on 3 July 2020. PM Castex resigned on 16 May 2022 to allow for a cabinet reshuffle.\!m3k g@2020-10-01De Croohttps://en.wikipedia.org/wiki/De_Croo_Governmentdpa, euobs, reutersCabinet was appointed on 1 October 2020 and won an investiture vote (yes: 87, no: 54, abstain: 7) on 3 October.["@!! f 2020-10-31Ardern IIhttps://en.wikipedia.org/wiki/Sixth_Labour_Government_of_New_ZealandreutersCabinet was appointed on 2 November 2020. Majority cabinet was supported through cooperation agreement with Greens. Cabinet ended with resignation of PM Ardern for personal reasons on 19 January 2023.D@!' e>2020-07-23Plenkovic IIIhttps://en.wikipedia.org/wiki/Cabinet_of_Andrej_Plenkovi%C4%87_IIreutersCabinet won an investiture vote (yes: 76, no: 59) on 23 July 2020. Minority cabinet was supported by Croatian People's Party – Liberal Democrats (HNS-LD) and People's Party – Reformists (NS-R) F&l!u% d2020-12-23Cituhttps://en.wikipedia.org/wiki/C%C3%AE%C8%9Bu_Cabinetafp, reutersCabinet won an investiture vote (yes: 260, no: 186) on 23 December 2020. Cabinet lost a confidence vote (no: 281) on 5 October 2021.ZE-r!!w! c2018-07-09Erdogan IVhttps://en.wikipedia.org/wiki/Cabinet_Erdo%C4%9Fan_IVafp, dpaPresident Erdoğan was appointed on 9 July 2018 after winning the presidential election. He is the first president governing Turkey after a constitutional referendum. Cabinet was supported by National Action Party (MHP). Cabinet ended with election on 14 May 2023.t!)qSab2004-07-13Brazauskas IIIhttps://en.wikipedia.org/wiki/Brazauskas_Cabinet_IeltaPM Brazauskas won an investiture vote (yes: 70, no: 5, abstain: 11) on 13 July 2004. Cabinet ended with election on 20 October 2004 and resigned on 15 November. Full investiture of cabinet after June 2004 presidential election and before October parliamentary election. So coded as a new cabinet without caretaker status and not as a continuation caretaker cabinet according to three-month-rule._;p!)y a2014-07-15Butkevicius IIhttps://en.wikipedia.org/wiki/Butkevi%C4%8Dius_CabinetxnaPM Butkevičius won an investiture vote (yes: 88, no: 36, abstain: 7) on 15 July 2014. Cabinet ended with election on 9 October 2016.JQ!%og `2009-07-16Kubilius IIIhttps://en.wikipedia.org/wiki/Kubilius_Cabinet_IIeltaPM Kubilius won an investiture vote (yes: 79, no: 36, abstain: 13) on 16 July 2009. Cabinet ended on 21 September 2010 with the merger of the coalition partners Liberal and Centre Union (LiCS) and the National Resurrection Party (TPP). Q !'q'u _2003-03-04Brazauskas IIhttps://en.wikipedia.org/wiki/Brazauskas_Cabinet_Ielta, reutersPM Brazauskas won an investiture vote (yes: 82, no: 12; abstain: 18) on 4 March 2003. Cabinet resigned on 12 July 2004, a constitutional requirement after a presidential election.;|!'q9 ^1998-03-10Vagnorius IIIhttps://en.wikipedia.org/wiki/Vagnorius_Cabinet_IIreutersPM Vagnorius won an investiture vote (yes: 92, no: 19, abstain: 9) on 10 March 1998. Cabinet ended with resignation of PM Vagnorius on 30 April 1999./6L!+; \32018-03-01Anastasiades IVhttps://en.wikipedia.org/wiki/Second_Anastasiades_governmentcymailPresident Anastasiades was appointed on 28 February 2018 and the cabinet one day later.3"!{! w[@2020-03-19Wilmes IIhttps://en.wikipedia.org/wiki/Wilm%C3%A8s_II_Governmentafp, euobsCabinet won an investiture vote (yes: 84, no: 44) on 19 March 2020. Minority cabinet was supported by most opposition parties as an emergency government in the coronavirus pandemic. Cabinet ended on 1 October 2020 after the agreed period of three month."The two main changes are that it would no longer be a caretaker government, but a fully-fledged one – and that it would receive extraordinary powers." (EU Observer, 2020-03-17).V"K!qe Z2020-03-14Orban IIhttps://en.wikipedia.org/wiki/Second_Orban_CabinetapCabinet won an investiture vote (yes: 286, no: 23) on 14 March 2020. Minority cabinet was supported by Social Democratic Party (PSD) as an emergency government in the coronavirus crisis. Cabinet ended with election on 6 December 2020.S-* !% Y2020-03-21Matovichttps://en.wikipedia.org/wiki/Cabinet_of_Igor_Matovi%C4%8Ddpa, reutersPM Matovic and the cabinet were appointed on 21 March 2020 and won an investiture vote (yes: 93, no: 48) on 30 April 2020. Cabinet ended with resignation of PM Matovic on 30 March 2021.A.K !%A X<2020-03-03Jansa IIIhttps://en.wikipedia.org/wiki/14th_Government_of_Sloveniareuters, staPM Jansa was appointed on 3 March 2020 and won an investiture vote (yes: 52, no: 31). Cabinet won an investiture vote (yes: 52, no: 31) on 13 March 2020. Cabinet established a support agreement on 3 July 2020 with Slovenian National Party (SNP) and two independent MPs. Cabinet ended on 17 December 2020 after DeSUS withdrew from the coalition./ !a WH2020-01-13Abelahttps://en.wikipedia.org/wiki/Maltese_Government_2017%E2%80%932022reutersPM Abela was appointed on 13 January 2020.* ~~3}|{{hzzqy}xqww`vv>uuBttss rqqpp!o7nn=mmlksjiiUhh`ggWffSeeaddtccxbqaas``l__^^%]K\[ZZhYYnXWWpVUU.TT7SS9RR>QdPOOaN3MrLLwLK-JJ7IHGGcFFEEDD CCB+AA5@?{?>>== A`LD ! '2004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Hungary)zW/D9.zovb.\oC! u  ,1964-10-15http://en.wikipedia.org/wiki/United_Kingdom_general_election,_1964v#&-Parliament was dissolved on 10 March 1966 after Labour called an early election to increase its four seats majority.?:LB !-# ,1984-06-17http://en.wikipedia.org/wiki/European_Parliament_election,_1984_(United_Kingdom)Qd՘nbef-7, ukeu"%:\A! #C  ;1975-10-05http://en.wikipedia.org/wiki/Austrian_legislative_election,_1975LG%Fe8bmi, yb-autElection on 5 October 1975. Parliament was dissolved after a referendum on nuclear energy.m(M&@!  1945-10-08http://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1945Rmackie`BK? ! +2009-06-07http://en.wikipedia.org/wiki/European_Parliament_election,_2009_(France)H6ref2x> !   2002-09-21http://en.wikipedia.org/wiki/Slovak_parliamentary_election,_2002?qj,g.+ssr]N4s=!   @1950-06-04http://en.wikipedia.org/wiki/Belgian_general_election,_1950U|OKkibz8L,|<!  ?1995-10-01http://en.wikipedia.org/wiki/Portuguese_legislative_election,_1995pZX`cneZlMq;! #1973-09-16http://en.wikipedia.org/wiki/Swedish_general_election,_1973^VNdNAM~:!  2004-10-24http://en.wikipedia.org/wiki/Lithuanian_parliamentary_election,_2004(m>vrk;bNHu9!   1953-04-21http://en.wikipedia.org/wiki/Danish_parliamentary_election,_1953'*3! c )1989-06-18http://en.wikipedia.org/wiki/Greek_legislative_election,_June_1989,~Leìc{no-2010Inconsistencies with Mackie/Rose (1991/97).W',Mr2! 1967-02-15http://en.wikipedia.org/wiki/Dutch_general_election,_1967qhkhNverkLu1!   H2008-03-08http://en.wikipedia.org/wiki/Maltese_general_election,_2008E}FodoiZ*NpU0! ) 1 1978-11-25http://en.wikipedia.org/wiki/New_Zealand_general_election,_1978\ sDc]wilson, yb-nzl"There was considerable duplication of electors enrolled. 360870 deletions were made in 1979/80. This would reduce the number enrolled to 2126724 and increase percentage of those voting to 79.86." (Wilson 1985)*MDy/!  )2004-03-07http://en.wikipedia.org/wiki/Greek_legislative_election,_2004,spmig,NH2.!%M% ?1976-04-25http://en.wikipedia.org/wiki/Portuguese_legislative_election,_1976d+;SO%cne, reutersPresident Ramalho Eanes dissolved parliament and called new elections on 13 July 1979 (Reuters).Potentially an error in primary source related to the number of valid votes.+lM0- ! J2004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Poland)6ɍ=_v\ pkw5Bh, !' C2004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_%28Finland%29@otGejprNf+! #U  ;2006-10-01http://en.wikipedia.org/wiki/Austrian_legislative_election,_2006]2I%G׹bmi, yb-autEarly election on 1 October 2006. Parliament was dissolved after the end of the Gusenbauer cabinet.m-x(N\* !- ,2004-06-10http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(United_Kingdom)NSfbef-7:) !! <2009-06-07http://en.wikipedia.org/wiki/European_Parliament_election,_2009_(Slovenia)[ pvoltive #~(!  '2006-04-09http://en.wikipedia.org/wiki/Hungarian_parliamentary_election,_2006z1SFR2ovb\N\w' !  #C1995-01-01http://en.wikipedia.org/wiki/European_Parliament_election,_1999Elections took only place in 1996. Results reflect the initial composition of Finish MEPs, based on the party composition of the Eduskunta.Z.y& !   2006-06-17http://en.wikipedia.org/wiki/Slovak_parliamentary_election,_2006A1##$ssr|N\s%!   @1987-12-13http://en.wikipedia.org/wiki/Belgian_general_election,_1987k|sd[]ķibz \8Mr$!  %2007-05-24http://en.wikipedia.org/wiki/Irish_general_election,_2007/x}eie{tNf{#!!  1945-06-11http://en.wikipedia.org/wiki/Canadian_federal_election,_1945jPiP ceoc, picaV|Kv"! {  J2005-09-25http://en.wikipedia.org/wiki/Polish_parliamentary_election,_2005B'ק pkwParliament decided to dissolve on 7 September 2007 (377 to 54 vote) following the collapse of the Kaczynski government.5BhNR!!! C1948-07-02http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_1948$?idea, tilae}L" ! #Q  ;1971-10-10http://en.wikipedia.org/wiki/Austrian_legislative_election,_1971LFNEbmi, yb-autEarly election on 10 October 1971.yb(L0!   @1968-03-31http://en.wikipedia.org/wiki/Belgian_general_election,_1968^&7TO`ibzNeeds information about the largest party that won no seats.a8L~!  1984-06-17http://en.wikipedia.org/wiki/Luxembourgian_legislative_election,_1984@Jasl^MMq! 1946-05-17http://en.wikipedia.org/wiki/Dutch_general_election,_1946dPJHverkL ! C2009-06-07http://en.wikipedia.org/wiki/European_Parliament_election,_2009_(Finland) Bg?tila:x!   1981-12-08http://en.wikipedia.org/wiki/Danish_parliamentary_election,_19819M//k{Mb!  82003-05-10http://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_2003?9h4˄no-2010P`N> !' 1999-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_1999_(Netherlands)P6U<6Xverkt:V3!  (1971-10-31http://en.wikipedia.org/wiki/Swiss_federal_election,_19716(f|bafsElection on 31 October 1971. First election with women suffrage.u Lx!  #1982-09-19http://en.wikipedia.org/wiki/Swedish_general_election,_1982]]1UTparlineMl;! 'y  2007-11-13http://en.wikipedia.org/wiki/Danish_parliamentary_election,_2007=b5'4\ejpr, reutersPM Rasmussen called early elections on 26 August 2011.3<Nf6!   H1998-09-05http://en.wikipedia.org/wiki/Maltese_general_election,_1998AIv ,doiEarly election after cabinet Sant lost its parliamentary majority.+N W!=  2009-06-07http://en.wikipedia.org/wiki/Luxembourgian_legislative_election,_2009<$U7aslParliament was dissolved on 7 October 2013 following the end of the Juncker V cabinet. Q Nz|!   +2007-06-17http://en.wikipedia.org/wiki/French_legislative_election,_2007A!ref'Nf^! #I  ;1956-05-13http://en.wikipedia.org/wiki/Austrian_legislative_election,_1956Fi@CBgbmi, yb-autEarly election on 13 May 1956. Parliament was dissolved after the end of the Raab II cabinet. (Lh ! 2004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Denmark)=:wRyb-dnkxl!o  1953-10-12http://no.wikipedia.org/wiki/Stortingsvalget_1953"oQ{(wnos-svBLJ}!   1968-12-15http://en.wikipedia.org/wiki/Luxembourgian_legislative_election,_19688YFqaslCL|!  2004-11-28http://en.wikipedia.org/wiki/Romanian_general_election,_2004LuJno-2010PNHy !  2004-03-14http://en.wikipedia.org/wiki/Spanish_general_election,_2004^7eppI5NHz !   61976-10-03http://en.wikipedia.org/wiki/West_German_federal_election,_1976F\A $bwl_M0^ ! #S ;1995-12-17http://en.wikipedia.org/wiki/Austrian_legislative_election,_1995XKIbmi, yb-autEarly election on 17 December 1995.Official results include a by-election on 13 October 1996.B &(Mw !  ,1959-10-08http://en.wikipedia.org/wiki/United_Kingdom_general_election,_1959v&|:L  ! +2004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(France)Nya W*ejpr"~! !  1984-09-04http://en.wikipedia.org/wiki/Canadian_federal_election,_1984zqceoc, pica|M+!  } J1989-06-18http://en.wikipedia.org/wiki/Polish_legislative_election,_1989bparlineThe first polish election after the breakdown of the communism had a special (semi-free or semi-democratic) character. The coding of this election will therefore absorb some more time.hMw!   1990-12-12http://en.wikipedia.org/wiki/Danish_parliamentary_election,_1990<${11n49Mm!u  #2002-09-15http://en.wikipedia.org/wiki/Swedish_elections,_2002]fsR,Psos!vN4}!  1954-05-30http://en.wikipedia.org/wiki/Luxembourgian_legislative_election,_19544&lyaslLTs!  @1965-05-23http://en.wikipedia.org/wiki/Belgian_general_election,_1965\U |Oibze8L-!m  1951-06-03http://en.wikipedia.org/wiki/Luxembourgian_legislative_election,_19514gF7.aslPartial elections in Centre and North districts.L6  !' )1981-10-18http://en.wikipedia.org/wiki/European_Parliament_election,_1981_(Greece)oWV]idea, macr-85T,!/  1994-03-27http://en.wikipedia.org/wiki/Italian_general_election,_1994v{x Nsarchivio, reutersPresident Scalfaro dissolved parliament on 16 February 1996 after the fall of the Dini cabinet and failed attempts to form a new cabinet.]!|M ! 72004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Latvia) SYcvkz~!  1945-10-21http://en.wikipedia.org/wiki/Luxembourgian_legislative_election,_19453mkWaslTKt}!  @2003-05-18http://en.wikipedia.org/wiki/Belgian_general_election,_2003sidHibzp8N>|!'  C1936-07-01http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_1936 ,no-2010, tilaKA{ !! ?2004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Portugal)31cnepossible error in the primary source due to the valid votesk}l~z! !  1980-02-18http://en.wikipedia.org/wiki/Canadian_federal_election,_1980wZ Jceoc, pica|MXy!   1983-12-18http://en.wikipedia.org/wiki/Japanese_House_of_Councillors_election,_1983ieqbcparlineqMvLx! )  2006-01-23http://en.wikipedia.org/wiki/Canadian_federal_election,_20064_}nyt, picaParliament was dissolved on 7 September 2008 following a request by PM Harper.4|N\rw!  H1981-12-12http://en.wikipedia.org/wiki/Maltese_general_election,_1981Apkmd^Mbwv!   H1950-09-04http://en.wikipedia.org/wiki/Maltese_general_election,_1950(4Dmd, nyt&L,u !' 2009-06-04http://en.wikipedia.org/wiki/European_Parliament_election,_2009_(Netherlands)E/E|verkBEyt!  C1983-03-21http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_1983}verkQMlUd!+ )r 81983-04-23http://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_1983<Mgud97, hagstofaRemaining votes won by candidates without party affiliation in two districts. `Mvc!  q 1980-06-22http://en.wikipedia.org/wiki/Japanese_House_of_Councillors_election,_1980jeparlineMXzb!! p 1949-06-27http://en.wikipedia.org/wiki/Canadian_federal_election,_1949xr}ZY?ceoc, pica|L"a! ' o 2008-04-13http://en.wikipedia.org/wiki/Italian_general_election,_2008vC"-jYarchivio, mdikIu|Np ` !%% m1984-06-17http://en.wikipedia.org/wiki/European_Parliament_election,_1984_(Luxembourg)Jr@asl, macr-85^Mq_! l (1963-10-27http://en.wikipedia.org/wiki/Swiss_federal_election,_1963"uMbafsoL}^!  k 2006-04-09http://en.wikipedia.org/wiki/Italian_general_election,_2006vWiFVAarchivioI7|N\^]! K j ?1985-10-06http://en.wikipedia.org/wiki/Portuguese_legislative_election,_1985wNX|VDjap, cnePresident Soares dissolved parliament on 28 April 1987 and set snap elections for 19 July (AP).VulMq\! i (1995-10-22http://en.wikipedia.org/wiki/Swiss_federal_election,_1995F!bafs M[ !% h#2004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_%28Sweden%29h/^'o&Tvalvf(bwl, dhbtElection on 6 September 1953 with modified electoral rules.ELJ Y!  3 f ,1951-10-25http://en.wikipedia.org/wiki/United_Kingdom_general_election,_1951qӣYrEarly election on 25 October 1951. Parliament was dissolved because Labour called the election in the hope of increasing their five seat majority.qX:L6X!!e C1945-03-18http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_1945"Hidea, tila)xK{W! d 1981-09-14http://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1981-%%sebyQBMbwV! c 1996-03-03http://en.wikipedia.org/wiki/Spanish_general_election,_1996^eyZzvsepp,MPU! +! b C1975-09-22http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_19759*")zidea, nyt, tilaEarly election on 22 September 1975 after the fall of the Sorsa I cabinet.|M&uT!  a 1966-11-22http://en.wikipedia.org/wiki/Danish_parliamentary_election,_19660@*€* L}S! ! ` 1988-11-21http://en.wikipedia.org/wiki/Canadian_federal_election,_1988' &Yʧʧceoc, pica|MzR!  _ 61972-11-19http://en.wikipedia.org/wiki/West_German_federal_election,_1972xk@25;&bwlfM>Q! % ^ 1949-11-30http://en.wikipedia.org/wiki/New_Zealand_general_election,_1949PLzF`no-2001, nytParliament was dissolved following dispute over a dock strike.J*L"+P! w] 62009-09-27http://en.wikipedia.org/wiki/German_federal_election,_2009nxʶbwlTotal seats change to 621 on 3 March 2011 (Christian Social Union [CSU] seat ) and to 620 on 27 May (Christian Democrats [CDU]) after losing surplus seats following MP resignations.vUNz{O! ! [ 1968-06-25http://en.wikipedia.org/wiki/Canadian_federal_election,_1968X}e<{,ceoc, pica5|LTN!%'Z ?1991-10-06http://en.wikipedia.org/wiki/Portuguese_legislative_election,_1991 WUӷcne, parlinethe number of votes for parties differ significantly between Parline and EJPRlMƁ,M!  Y 1994-09-21http://en.wikipedia.org/wiki/Danish_general_election,_1994<33G}2mPM Rasmussen called an early election on 19 February 1998.MWL!A X 81953-06-28http://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_19534V13.bgud97Election on 28 June 1953. Parliament was dissolved after the end of the Thors V cabinet. `LJK ! W)1984-06-17http://en.wikipedia.org/wiki/European_Parliament_election,_1984_(Greece)v[Zep,vJ! U 1982-10-28http://en.wikipedia.org/wiki/Spanish_general_election,_1982^GZ?0eppMlI!! T C1979-03-19http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_1979:y,W,*nidea, tilabMN{H! S K2007-03-04http://en.wikipedia.org/wiki/Estonian_parliamentary_election,_2007e yeEvvkNf~G! R 81995-04-08http://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_1995?Gno-2010`MuF!  Q 1981-05-26http://en.wikipedia.org/wiki/Dutch_general_election,_198139Uverk{3MbCE!! P <2004-10-03http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Slovenia)Zb DvoltiveThe number of votes cast differs within the voltive source. $NHD!= O 2009-07-05http://en.wikipedia.org/wiki/Bulgarian_parliamentary_election,_2009lmBNj@|cikElection on 5 July 2009.jdNzbC!!O M C1970-03-16http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_1970/7W&~&fidea, tilaParliament was dissolved on 29 October 1972 after the resignation of the Karjalainen III cabinet.L~B!' L 1962-06-18http://en.wikipedia.org/wiki/Canadian_federal_election,_1962 vu}ceoc, clea-11|LA!  K +1946-11-10http://en.wikipedia.org/wiki/French_legislative_election,_November_1946 ~Ek*%mackieNew election on 10 November 1946 for second constituent assembly. Seats total excludes 75 seats from overseas territories. \Lv@! J 2002-05-15http://en.wikipedia.org/wiki/Dutch_general_election,_2002_0verktN4u?!  I 1960-11-15http://en.wikipedia.org/wiki/Danish_parliamentary_election,_1960+^%;%L>! ! G C1954-03-08http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_1954&idea, tila?LTz=!  F 31981-05-24http://en.wikipedia.org/wiki/Cypriot_legislative_election,_1981#pparlineMbo<! #k C ;1949-10-09http://en.wikipedia.org/wiki/Austrian_legislative_election,_1949C@?bmi, yb-autElection on 9 October 1949. Parliament was dissolved on 30 October 1953 after the end of the Figl III cabinet.t(L"u;! %u B ;1994-10-09http://en.wikipedia.org/wiki/Austrian_legislative_election,_1994XH0kFbmi, parlineElection on 9 October 1994. Parliament was dissolved on 13 October 1995 after the end of the Vranitzky IV cabinet.E (M{:!  A 1972-05-07http://en.wikipedia.org/wiki/Italian_general_election,_1972v5Tarchivio|MW9!  O @ 1973-12-04http://en.wikipedia.org/wiki/Danish_parliamentary_election,_19734΁.-.Early election on 13 December 1973, referred to as Landslide Election (Danish: Jordskredsvalget).@M|8! ) ? D1990-06-09http://en.wikipedia.org/wiki/Czech_legislative_election,_1990sAon'essex, parlineMu7!  > 1986-05-21http://en.wikipedia.org/wiki/Dutch_general_election,_1986`verktUMs6!  < %1948-02-04http://en.wikipedia.org/wiki/Irish_general_election,_1948xe41gall-09ztLZ5! G; 2000-10-08http://en.wikipedia.org/wiki/Lithuanian_parliamentary_election,_2000(~svrk2000 election with plurality instead of majority run-off for majority tier of parallel system6N 4 !' :1994-06-12http://en.wikipedia.org/wiki/European_Parliament_election,_1994_(Netherlands)Iu?F*?verk:K$z3!  9 1993-07-18http://en.wikipedia.org/wiki/Japanese_general_election,_1993dɩPparlineMy2!  8 1984-07-14http://en.wikipedia.org/wiki/New_Zealand_general_election,_1984_ 81oyb-nzl*M1 ! 7#1995-09-17http://en.wikipedia.org/wiki/European_Parliament_election,_1995_(Sweden)c)(sos6/0 ! -6#1995-01-01http://en.wikipedia.org/wiki/European_Parliament_election,_1995_(Sweden)Elections took only place later in 1995. Results reflect the initial composition of Swedish MEPs, based on the party composition of the Riksdag..z/! 5 1976-12-05http://en.wikipedia.org/wiki/Japanese_general_election,_1976iJx_םparlineM;M0~.! 4 72006-10-07http://en.wikipedia.org/wiki/Latvian_parliamentary_election,_2006d ޳ !parlineN\q-!  3 1972-11-29http://en.wikipedia.org/wiki/Dutch_general_election,_1972q'pverk}#Mx,! 2 D2006-06-03http://en.wikipedia.org/wiki/Czech_legislative_election,_2006'QQpvolby7N\x+! 1 1996-11-03http://en.wikipedia.org/wiki/Romanian_general_election,_1996W^ǶinssefMv*! 0 #1985-09-15http://en.wikipedia.org/wiki/Swedish_general_election,_1985]_[UT.yb-sweM~)! - / %1981-06-11http://en.wikipedia.org/wiki/Irish_general_election,_1981"zv7gall-09, no-2010tMb( ! .%1989-06-18http://en.wikipedia.org/wiki/European_Parliament_election,_1989_(Ireland)%ooeieNXMt' ! -;2004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Austria)\Mi')&(bmim(& ! ,1994-06-12http://en.wikipedia.org/wiki/European_Parliament_election,_1994_(Spain)@Ww9zepp$%! - + %1987-02-17http://en.wikipedia.org/wiki/Irish_general_election,_1987%P]~ gall-09, no-20103XctMr$! * 1977-06-15http://en.wikipedia.org/wiki/Spanish_general_election,_1977^geppM:p#!) #1964-09-20http://en.wikipedia.org/wiki/Swedish_general_election,_1964MA5@'L1"!  y ( ,1974-10-10http://en.wikipedia.org/wiki/United_Kingdom_general_election,_1974{cw :cEarly election on 10 October 1974. Parliament was dissolved after Labour minority government and PM Wilson called for an early election in the hope to gain a parliamentary majority.8:Mv!! ' D1992-06-06http://en.wikipedia.org/wiki/Czech_legislative_election,_1992vQdvb"essex?MЂ  ! ;&1986-01-01http://en.wikipedia.org/wiki/European_Parliament_election,_1987_(Spain)b&*ǒ*nidea, tilaZM !' 1979-06-10http://en.wikipedia.org/wiki/European_Parliament_election,_1979_(Netherlands)VVyverk{3 ! ;1996-10-13http://en.wikipedia.org/wiki/European_Parliament_election,_1996_(Austria)X;9bmi C(8q!  (1951-10-28http://en.wikipedia.org/wiki/Swiss_federal_election,_1951&95bafs,L67!  } +1981-06-21http://en.wikipedia.org/wiki/French_legislative_election,_1981<?Ozġno-2010Seats total excludes 17 seats from overseas territories.|Mbr!  @1946-02-17http://en.wikipedia.org/wiki/Belgian_general_election,_1946)%$ibzr8L ! 62004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Germany)c2m~bwl! K  1987-06-14http://en.wikipedia.org/wiki/Italian_general_election,_1987v6kMMLarchivioEarly election on 14 June 1987.i|M  ! ;1999-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_1999_(Austria)Y:l,*bmi(V !! C1999-03-21http://en.wikipedia.org/wiki/European_Parliament_election,_1999_(Finland)?\n)ZO(idea, tiladN  !! ?1994-06-12http://en.wikipedia.org/wiki/European_Parliament_election,_1994_(Portugal)>.r-cneZl$  !' + ;1995-01-01http://en.wikipedia.org/wiki/European_Parliament_election,_2009_%28Austria%29mepElections took only place in 1996. Results reflect the initial composition of Austrian MEPs, based on the party composition of the Nationalrat.B&(.q ! #q  ;1953-02-22http://en.wikipedia.org/wiki/Austrian_legislative_election,_1953EvCAbmi, yb-autEarly election on 22 February 1953. Parliament was dissolved on 1 March 1953 after the end of the Raab I cabinet.C0(LJ !  @1984-06-17http://en.wikipedia.org/wiki/European_Parliament_election,_1984_(Belgium)jqobhWO&ibz8q!  H1971-06-14http://en.wikipedia.org/wiki/Maltese_general_election,_19717{mdLt!   %1977-06-16http://en.wikipedia.org/wiki/Irish_general_election,_1977 Sugall-09;tM:@ !! ?2009-06-07http://en.wikipedia.org/wiki/European_Parliament_election,_2009_(Portugal)o6u/2Kcnepossible error in the primary source due to the valid votesl ! G2007-01-01http://en.wikipedia.org/wiki/European_Parliament_election,_2007_(Romania)#Elections took only place later in 2007. Results reflect the initial composition of Romanian MEPs, based on the party composition of the Camera Deputaţilor.|!  2005-09-12http://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_200546-(m(AsebyH,BNRs!   @1999-06-13http://en.wikipedia.org/wiki/Belgian_federal_election,_1999p hex^ѺibzL_8NU !  G 1972-11-25http://en.wikipedia.org/wiki/New_Zealand_general_election,_1972Wa@yb-nzlThe sources are inconsistent in the number of seats. The official yearbook 1974 notifies 53 seats for Labour Party and 34 seats for National Party. The following yearbooks and Nohlen 2001 notifies the stated distribution.x9*M In~~}|{zzRyWxxwvvRuuRttNsrriqqvppvoonnmll~kk iLhggeecddlccqbb:a8`__o^^e]]f\\_[[EZZEYXX%W>B==!<;::j99\88t7766!44d33g2200=// .--t,, ++**))(z''q&U%%8$##"" !{ u#47<hj_UIgP  q j h%&yLII~!  1949-10-10http://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1949 Ԟmackie:BL"|!   J1997-09-21http://en.wikipedia.org/wiki/Polish_parliamentary_election,_1997|ǵpkw hNx!  )2000-04-09http://en.wikipedia.org/wiki/Greek_legislative_election,_2000,}k7_h+mig!,N  ! 1989-06-18http://en.wikipedia.org/wiki/European_Parliament_election,_1989_(Spain)<֎{epp-Bq! #1979-09-16http://en.wikipedia.org/wiki/Swedish_general_election,_1979]\+SS#KMN5!  #1991-09-15http://en.wikipedia.org/wiki/Swedish_general_election,_1991]atTSzparlineNeeds information about the largest party that won no seats.MƁ)! e  +1945-10-21http://en.wikipedia.org/wiki/French_legislative_election,_1945 w+$'mackieElection on 21 October 1945 under PR system.IKu!   %1957-03-05http://en.wikipedia.org/wiki/Irish_general_election,_1957& gall-09HrtLr !!  2007-05-20http://en.wikipedia.org/wiki/European_Parliament_election,_2007_(Bulgaria)f{ cikjd|!  1948-04-18http://en.wikipedia.org/wiki/Italian_general_election,_1948>KV=Êarchivio|LH!/  )2007-09-16http://en.wikipedia.org/wiki/Greek_legislative_election,_2007,Yp:mzl!   1957-11-30http://en.wikipedia.org/wiki/New_Zealand_general_election,_1957PL5yb-nzlAu*Lrsk!   @1977-04-17http://en.wikipedia.org/wiki/Belgian_general_election,_1977`bv[Uibz8M:rj!  H1966-03-28http://en.wikipedia.org/wiki/Maltese_general_election,_19662v5/mdMLvi!   @1991-11-24http://en.wikipedia.org/wiki/Belgian_general_election,_1991me^ejpr)8MƁh ! 61999-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_1999_(Germany)c$IbwlkVzg!  1992-09-27http://en.wikipedia.org/wiki/Romanian_general_election,_1992U.essexyMЁ f !% +1984-06-17http://en.wikipedia.org/wiki/European_Parliament_election,_1984_%28France%29Q20?3ep, ideae ! %1979-06-10http://en.wikipedia.org/wiki/European_Parliament_election,_1979_(Ireland)!e>neietud!  %1961-10-04http://en.wikipedia.org/wiki/Irish_general_election,_1961~Zgall-09ltLuc!  #1994-09-18http://en.wikipedia.org/wiki/Swedish_general_election,_1994]cxVTTejpr MmbwlKL|I! | 1963-04-28http://en.wikipedia.org/wiki/Italian_general_election,_1963v ֐@garchivio[|LH!+ { 81963-06-09http://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_1963<cN]gud97, hagstofa@K`L.G! 5cy ;1970-03-01http://en.wikipedia.org/wiki/Austrian_legislative_election,_1970LQFCFbmi, parline, yb-autElection on 1 March 1970. Parliament was dissolved on 14 July 1971 after the end of the Kreisky I cabinet.Official results include a by-election on 4 October 1970.`1(LZF! E w +1958-11-30http://en.wikipedia.org/wiki/French_legislative_election,_1958@8PmackieEarly election on 23 and 30 November 1958 under new SMD majority-plurality electoral system.8L|E !% v#1999-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_1999_%28Sweden%29e 'b&val!7VqD! u (1967-10-29http://en.wikipedia.org/wiki/Swiss_federal_election,_1967%IbafslLvC!t 1998-05-06http://en.wikipedia.org/wiki/Dutch_general_election,_1998^|X+verk::}N qB! s (1975-10-26http://en.wikipedia.org/wiki/Swiss_federal_election,_19758לx{bafsOM&qA! r H1987-05-09http://en.wikipedia.org/wiki/Maltese_general_election,_1987EmdzM@ ! q%2009-06-05http://en.wikipedia.org/wiki/European_Parliament_election,_2009_(Ireland) 09eie{t? ! p2004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Spain)6| ;?eppI&{>! o 1967-01-29http://en.wikipedia.org/wiki/Japanese_general_election,_19671 no-2001Lց=! S n 1951-09-01http://en.wikipedia.org/wiki/New_Zealand_general_election,_1951Pfe+Vno-2001Early election on 1 September 1951.^*L6<! 5 m ;2002-11-24http://en.wikipedia.org/wiki/Austrian_legislative_election,_2002Z8LJMbmi, parline, yb-autEarly election on 24 November 2002. Parliament was dissolved on 14 July 2006 and a slightly earlier election date was set. (N4 ; ! k1999-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_1999_(Italy)We archivio'F|V : !) i61979-06-10http://en.wikipedia.org/wiki/European_Parliament_election,_1979_(West_Germany)QW8bwl9 !) h+1989-06-18http://en.wikipedia.org/wiki/European_Parliament_election,_1989_(France)QH_2ep, frpo, idea8!- g %1992-11-25http://en.wikipedia.org/wiki/Irish_general_election,_1992'l7Qgall-09, no-2010N.ftMr7! f (1987-10-18http://en.wikipedia.org/wiki/Swiss_federal_election,_1987@OC8pbafswM56!  }e +1973-03-11http://en.wikipedia.org/wiki/French_legislative_election,_1973ZrjnmackieSeats total excludes 18 seats from overseas territories.Mv5!  c 1994-12-18http://en.wikipedia.org/wiki/Bulgarian_parliamentary_election,_1994jPT@O`essexEarly election on 18 December 1994. Parliament was dissolved on 19 February 1997 and an earlier election date was called. mdM$4! !S b C1962-02-05http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_1962)l#?# .idea, tilaEarly election on 5 Februrary 1962.hVL3 ! a1979-06-10http://en.wikipedia.org/wiki/European_Parliament_election,_1979_(Italy)Q ')archivio\~|v2!!_` ?1999-10-10http://en.wikipedia.org/wiki/European_Parliament_election,_1999_(Portugal)C\RPcne, ejprthe number of votes for parties differ significantly between Comissão Nacional de Eleições and Parlinek lN1 !-# _,1994-06-09http://en.wikipedia.org/wiki/European_Parliament_election,_1994_(United_Kingdom)Wn-Abef-7, ukeu:$z0!  ^ 1990-10-27http://en.wikipedia.org/wiki/New_Zealand_general_election,_1990a!-{\yb-nzlB;*Mv/ !  ] 1998-09-26http://en.wikipedia.org/wiki/Slovak_parliamentary_election,_1998=c33AssrwN t.! o \ +1946-06-02http://en.wikipedia.org/wiki/French_legislative_election,_June_1946 xu4u/[%mackieNew election on 2 June 1946 for constituent assembly. Seats total excludes Algeria and the overseas territories.L`-! #M [ ;1959-05-10http://en.wikipedia.org/wiki/Austrian_legislative_election,_1959GCBhbmi, yb-autEarly election on 10 May 1959. Parliament was dissolved after the end of the Gorbach I cabinet.i(L, ! ZH2004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Malta)Cdoi*|+!  Y 1960-11-20http://en.wikipedia.org/wiki/Japanese_general_election,_1960 ! !! NC1999-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_1999_(Finland)?9 zejpr, tila`V. ! oM 1972-12-10http://en.wikipedia.org/wiki/Japanese_general_election,_1972e'wparline"Distribution of seats by party on the day of convocation of the 71st special session taking into account the post-election change of party affiliation of 15 members." (Parline)[M@! ! L @1995-05-21http://en.wikipedia.org/wiki/Belgian_general_election,_1995md!e\ibzElection on 8 November 1981. Number of seats in parliament reduced to 150.p8Mz!  K 61957-09-15http://en.wikipedia.org/wiki/West_German_federal_election,_1957,"~RbwlgyLr{!  J 31996-05-26http://en.wikipedia.org/wiki/Cypriot_legislative_election,_19968A{qparlineVM  ! I2004-06-12http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Italy)N7!(archiviok|}! H 2001-09-10http://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_20013@&Q&zsebyMBN*&! g G 2009-08-30http://en.wikipedia.org/wiki/Japanese_general_election,_20092$J1ejprParliament was dissolved on 16 November 2012.*Nz  ! F1994-06-12http://en.wikipedia.org/wiki/European_Parliament_election,_1994_(Italy)Ww =:$archivio|$#! #S E ;1990-10-07http://en.wikipedia.org/wiki/Austrian_legislative_election,_1990UIeG~bmi, yb-autEarly election on 7 October 1990. i(Mu! C %1965-04-07http://en.wikipedia.org/wiki/Irish_general_election,_1965KLgall-09tLx!  B 1987-08-15http://en.wikipedia.org/wiki/New_Zealand_general_election,_1987a D`ayb-nzl8y*My!  A 1954-11-13http://en.wikipedia.org/wiki/New_Zealand_general_election,_1954PuFyb-nzlnB*LT*! #W @ 81959-10-26http://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_October_1959<uQLggud97Early election on 25/26 October 1959._`L{!  ? 2008-11-30http://en.wikipedia.org/wiki/Romanian_legislative_election,_2008NntibecvNp! > 81967-06-11http://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_1967<]~?wZhagstofa{)`Lւ !! I=?1986-01-01http://en.wikipedia.org/wiki/European_Parliament_election,_1987_(Portugal)Elections took only place in 1987. Results reflect the initial composition of Portuguese MEPs, based on the party composition of the Assembly of the Republic.jl! - < %1997-06-06http://en.wikipedia.org/wiki/Irish_general_election,_1997)TL9gall-09, no-2010g"=tNe!# E; ,1997-05-01http://en.wikipedia.org/wiki/United_Kingdom_general_election,_1997T[d bef-7, ejprelection results (number of votes) differ between Parline, EJPR and Wikipedia as data souces_:N!! : C2007-03-18http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_2007AT*`*I$idea, tilaNf ! 58 +1956-01-02http://en.wikipedia.org/wiki/French_legislative_election,_1956 Q̾GmackieParliament was dissolved on 9 October 1962 after the fall of the Pompidou I cabinet.Seats total excludes 51 seats from Algeria and overseas territories.%Lh{ !7 ,1970-06-18http://en.wikipedia.org/wiki/United_Kingdom_general_election,_1970vXO#aG:Lr ! 6 (2007-10-21http://en.wikipedia.org/wiki/Swiss_federal_election,_2007Kk$5#ejprWNf  ! 52009-06-07http://en.wikipedia.org/wiki/European_Parliament_election,_2009_(Denmark) = $#valgsideG  !' 41989-06-18http://en.wikipedia.org/wiki/European_Parliament_election,_1989_%28Denmark%29;]fMyb-dnk9 ! - 3 %1982-11-24http://en.wikipedia.org/wiki/Irish_general_election,_February_1982# Đgall-09, no-20106tMm! 2 1994-06-12http://en.wikipedia.org/wiki/Luxembourgian_legislative_election,_1994<P+LaslM ! 0#2009-06-07http://en.wikipedia.org/wiki/European_Parliament_election,_2009_(Sweden)l(1?0Y"valuh ! .72009-06-07http://en.wikipedia.org/wiki/European_Parliament_election,_2009_(Latvia) *# -cvk4w! - D1996-06-01http://en.wikipedia.org/wiki/Czech_legislative_election,_1996y]\tvolby'CM! + 1999-06-13http://en.wikipedia.org/wiki/Luxembourgian_legislative_election,_1999<_#asl2RmN!' ) C1939-07-01http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_1939L˧no-2010, tilaK  !) (61989-06-18http://en.wikipedia.org/wiki/European_Parliament_election,_1989_(West_Germany)Qq{fbbwlLb;!  ' #1960-09-18http://en.wikipedia.org/wiki/Swedish_general_election,_1960KޑA-@Election on 18 September 1960 after early election ('extra val') in 1958.Lx !  & 1992-06-06http://en.wikipedia.org/wiki/Slovak_parliamentary_election,_199290p$/ ssrMЁ~~! # % +1951-06-17http://en.wikipedia.org/wiki/French_legislative_election,_1951 vN[,&#asn, mackieElection on 17 June 1951 under a new PR system with alliance bonus. Seats total excludes 83 seats from overseas territories.KhL6{}!! $ 1953-08-10http://en.wikipedia.org/wiki/Canadian_federal_election,_1953 3WKV8ceoc, picap|LJ5|!  }# +1967-03-12http://en.wikipedia.org/wiki/French_legislative_election,_1967u]wUmackieSeats total excludes 17 seats from overseas territories.]L|{!" ,1983-06-09http://en.wikipedia.org/wiki/United_Kingdom_general_election,_1983g!%:Mvyz! ! 1989-10-29http://en.wikipedia.org/wiki/Spanish_general_election,_1989^ø; 6eppBMuy!   1964-09-22http://en.wikipedia.org/wiki/Danish_parliamentary_election,_1964/(K(&IIL|x! !  1958-03-31http://en.wikipedia.org/wiki/Canadian_federal_election,_1958 TpBo2ceoc, pica2|L||w!  2009-09-14http://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_20095!)%(sebyBNz"v! c )1990-04-08http://en.wikipedia.org/wiki/Greek_legislative_election,_1990,?f6_d~no-2010Early election on 8 April. Parliament was dissolved on 9 September 1993 following the resignation of Mitsotakis cabinet.Inconsistencies with Mackie/Rose (1991/97).,M~u! -  %1973-02-28http://en.wikipedia.org/wiki/Irish_general_election,_197374gall-09, parline_tM|t! !  1965-11-08http://en.wikipedia.org/wiki/Canadian_federal_election,_1965 Xvu$ceoc, picaY|L‚@s!  ?1980-10-05http://en.wikipedia.org/wiki/Portuguese_legislative_election,_1980m[YcnePSD and PS gained seats through membership in electoral alliances and by running separately in the constituencies of Azores and Madeira possible error in the primary source due to the valid votes%lMX=r !u1989-06-18http://en.wikipedia.org/wiki/European_Parliament_election,_1989_(Italy)Q2=P]archivioLa Lega Lombarda - Alleanza Nord was an electoral alliance of six minor regionalist parties (comprising Lega Lombarda, Lega Veneta, Piemont Autonomista, Uniun Ligure, Lega Emiliano-Romagnola and Alleanza Toscana) situated in the north of Italy. For the results it is coded with the Party-ID of Lega Lombarda.)|}q! !  1974-07-08http://en.wikipedia.org/wiki/Canadian_federal_election,_1974ԁZ tceoc, pica(|Mmp!+W  81978-06-25http://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_1978<6_gud97, hagstofaElection on 25 September 1978. Parliament was dissolved after the end of the Johannesson II cabinet.}Q`MD~o!  81991-04-20http://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_1991?qhIno-2010`MƁn !) +1999-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_1999_(France)Wd_YK FDep, frpo, ideaVrm!   H1953-12-14http://en.wikipedia.org/wiki/Maltese_general_election,_1953(C%εmdLJl ! 1979-06-10http://en.wikipedia.org/wiki/European_Parliament_election,_1979_(Denmark)8׳/yb-dnk8k!'  C1930-10-01http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_1930HS>,no-2010, tilaAKd|j!   J1993-09-19http://en.wikipedia.org/wiki/Polish_parliamentary_election,_1993G҃pkwhMځ[i!C  82007-05-12http://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_2007?`Ǚno-2010Election on 12 May 2007. Parliament was dissolved after the end of the Haarde II cabinet. `Nfh ! )2009-06-07http://en.wikipedia.org/wiki/European_Parliament_election,_2009_(Greece)KPIN>migE,vg!   1957-05-14http://en.wikipedia.org/wiki/Danish_parliamentary_election,_1957*L#j#@vLrqf! #1976-09-19http://en.wikipedia.org/wiki/Swedish_general_election,_1976]ZSDR4M0|e! 1968-05-19http://en.wikipedia.org/wiki/Italian_general_election,_1968v\archivio||L|d!  72002-10-05http://en.wikipedia.org/wiki/Latvian_parliamentary_election,_2002dJW9zparlinegN4c!K  81949-10-24http://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_19494B1gud97Election on 23/24 October 1949.#`L"Cb! /  #1970-09-20http://en.wikipedia.org/wiki/Swedish_general_election,_1970^V%L KDFirst election after constitutional reform and change to a unicameral parliament.Lza!  '1990-04-08http://en.wikipedia.org/wiki/Hungarian_parliamentary_election,_1990w]M[Jessex\M` ! J2009-06-07http://en.wikipedia.org/wiki/European_Parliament_election,_2009_(Poland)2crmp`pkw0hw_!  1986-06-22http://en.wikipedia.org/wiki/Spanish_general_election,_1986^L9/:2lEeppU&M^!!  C2003-03-16http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_2003@h**Midea, tilaNN>x]!  1993-06-06http://en.wikipedia.org/wiki/Spanish_general_election,_1993^|ieepp!%MځG\!  7  #1958-06-01http://en.wikipedia.org/wiki/Swedish_general_election,_1958L-::Early election on 1 June 1958 ('extra val') after the end of the Erlander VI cabinet.|L|z[!   61965-09-19http://en.wikipedia.org/wiki/West_German_federal_election,_1965K;bwl}LZ ! '2009-06-07http://en.wikipedia.org/wiki/European_Parliament_election,_2009_(Hungary)zl,,13ovb\7Y!   ?1979-12-02http://en.wikipedia.org/wiki/Portuguese_legislative_election,_1979n[Y+cnepossible error in the primary source due to the valid voteslMNwX!# ?1975-04-25http://en.wikipedia.org/wiki/Portuguese_Constituent_Assembly_election,_1975_LW'QcnePortuguese Constituent Assembly election on 24 April 1975.possible error in the primary source due to the valid voteslM&yW!   !2010-08-21http://en.wikipedia.org/wiki/Australian_federal_election,_2010D_>aec$N V !5)1981-01-01http://en.wikipedia.org/wiki/European_Parliament_election,_1981_(Greece)mepElections took only later in 1981. Results reflect the initial composition of Greek MEPs, based on the party composition of the Hellenic Parliament.T,LU!  ? H1951-05-06http://en.wikipedia.org/wiki/Maltese_general_election,_1951(QmdCoded as snap election since it took place before the end of the official five-year term.L6_T!  U  ,1979-05-03http://en.wikipedia.org/wiki/United_Kingdom_general_election,_1979{sBܔfrEarly Election on 3 May 1979. Elections followed a lost vote of confidence of the Labor Government.(N:MNS!   1979-10-23http://en.wikipedia.org/wiki/European_Parliament_election,_1979_(Denmark)800b8MNWR! K  2004-06-28http://en.wikipedia.org/wiki/Canadian_federal_election,_20044V=rceocParliament was dissolved on 29 November 2005 after Martin government lost a vote of confidence.g|NHzQ!  K1999-03-07http://en.wikipedia.org/wiki/Estonian_parliamentary_election,_1999e DcvvkX/NP !%% 1989-06-18http://en.wikipedia.org/wiki/European_Parliament_election,_1989_(Luxembourg)W<nasl, macr-90m ~~}}{{EzyyQxwwQvgudtss^rbqq5ppovnnjmclkjj{iihhmgg_ffmetddccbba``7__E^]]\\u[[[ZYsXXvVVQUUMTTISS4RgQQiPPlOO_NNgMM?LKKJ,II*H,GQFF:EE6DCCABB8AA-@@??>>=<));((D'&6%%5$$M#X""Y!!f `a67ijqcnB3 q#  W,8xf!   "1959-11-03https://en.wikipedia.org/wiki/Israeli_legislative_election,_1959x,ycbs-isr;we!  "1955-07-26http://en.wikipedia.org/wiki/Israeli_legislative_election,_1955x$ ^5 cbs-isrwd!  "1951-07-30http://en.wikipedia.org/wiki/Israeli_legislative_election,_1951x }cbs-isrqsc!  "1949-01-25http://en.wikipedia.org/wiki/Israeli_legislative_election,_1949xcbs-isrub!   2011-05-02http://en.wikipedia.org/wiki/Canadian_federal_election,_20114r$8/ૌceocYdya!   ?2011-06-05http://en.wikipedia.org/wiki/Portuguese_legislative_election,_2011"U8QcneZ`! +  32011-05-22http://en.wikipedia.org/wiki/Cypriot_legislative_election,_20118a,acy-gov, parline,_!%  C2011-04-17http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_2011Bu-Y,ڳtila, vaalit:4^!  K2011-03-06http://en.wikipedia.org/wiki/Estonian_parliamentary_election,_2011e ڨƝvvkElection on 6 March 2011 and constituent session on 4 April.So]!   %2011-02-25http://en.wikipedia.org/wiki/Irish_general_election,_20110":h!GeieqF\! / 1946-04-10http://en.wikipedia.org/wiki/Japanese_general_election,_19462QAno-2001In this election voters were entitled to one, two or three votes, depending on the size of their constintuency. Here, the number of votes cast means ballots cast. The total number of valid votes is 55,448,879.5[!   1947-04-25http://en.wikipedia.org/wiki/Japanese_general_election,_1947p2%hGmackieThe election results differ in comparison to Nohlen ea. 2001.{[Z! c 1949-01-23http://en.wikipedia.org/wiki/Japanese_general_election,_1949y۱-mackieParliament was dissolved on 28 August 1952.Election results differ in comparison to Nohlen ea. 2001.~FY! aU 1952-10-01http://en.wikipedia.org/wiki/Japanese_general_election,_1952ɱh!M2mackieParliament was dissolved on 14 March 1953.Election results differ between Mackie/Rose (1991) and Nohlen ea. (2001). Sum of votes for all parties exceeds total number of votes reported in Mackie/Rose (1991).aX! e 1953-04-19http://en.wikipedia.org/wiki/Japanese_general_election,_1953Ή$xL!  61998-09-27http://en.wikipedia.org/wiki/German_federal_election,_1998*!c`bwlS N {K!    ,1955-05-26http://en.wikipedia.org/wiki/United_Kingdom_general_election,_1955vSR1Early election on 26 May 1955. Parliament was dissolved after Churchill resigned as PM and successor Eden called for new elections.f:L^J !%) +1979-06-10http://en.wikipedia.org/wiki/European_Parliament_election,_1979_%28France%29QE4߫ep, frpo, ideaHI !' 2007-11-25http://en.wikipedia.org/wiki/European_Parliament_election,_2007_%28Romania%29#Q;N(ejprvH! U  2005-09-17http://en.wikipedia.org/wiki/New_Zealand_general_election,_2005y+r#("-ec-nzEarly election on 17 September 2005.<M*NRqG!  (1959-10-25http://en.wikipedia.org/wiki/Swiss_federal_election,_1959zcMbafs{L~F!  81987-04-25http://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_1987?[FTno-2010r`ME ! )2004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Greece)_u]lmigl,D!!  '1998-05-24http://en.wikipedia.org/wiki/Hungarian_parliamentary_election,_1998{E7Dkessex, ovbl\N vC!  K1992-09-20http://en.wikipedia.org/wiki/Estonian_parliamentary_election,_1992e Y"vvkM}B! 1997-09-16http://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_19972''naseby-BNA ! 1999-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_1999_(Denmark)=.zߊdyb-dnkvVr@!   1959-03-12http://en.wikipedia.org/wiki/Dutch_general_election,_1959b][verkL?! '  1960-11-26http://en.wikipedia.org/wiki/New_Zealand_general_election,_1960PGec-nz, yb-nzle*L>! K  81956-06-24http://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_19564eIBgud97Early election on 24 June 1956.X`Lh&=! a  +1993-03-28http://en.wikipedia.org/wiki/French_legislative_election,_1993ART8casnParliament was dissolved on 21 April 1997.hMs<!   @1978-12-17http://en.wikipedia.org/wiki/Belgian_general_election,_1978a%\4ATwibz8MD; !% 2009-06-07http://en.wikipedia.org/wiki/European_Parliament_election,_2009_(Luxembourg)!U7eplQ +:!i  1948-06-06http://en.wikipedia.org/wiki/Luxembourgian_legislative_election,_19483J0GaslPartial elections in South and East districts.Ly9!   2008-11-08http://en.wikipedia.org/wiki/New_Zealand_general_election,_2008z-$C #vec-nz*Np8 !! <2004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Slovenia) voltive $r7!  H1962-02-19http://en.wikipedia.org/wiki/Maltese_general_election,_19622OLNmdcL}6!   ?2002-03-17http://en.wikipedia.org/wiki/Portuguese_legislative_election,_20029SwQycne`klN45 ! @2004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Belgium)s$("Rtilad8q0!  { )2009-10-04http://en.wikipedia.org/wiki/Greek_legislative_election,_2009,ik}hmigThe EJPR source indicated that the official number of 9.933.385 voters is unrealistic and estimated 8.500.000 electors.E,Nzx/!   1997-06-02http://en.wikipedia.org/wiki/Canadian_federal_election,_1997-, v&ceoc"|Nj.!  71990-04-29http://en.wikipedia.org/wiki/Latvian_parliamentary_election,_1990M-!  2008-10-12http://en.wikipedia.org/wiki/Lithuanian_parliamentary_election,_2008)# vrkCNp|,!   1958-05-22http://en.wikipedia.org/wiki/Japanese_general_election,_1958b^no-2001wL|d+! q  @1949-06-26http://en.wikipedia.org/wiki/Belgian_general_election,_1949U|Q.LibzElection on 26 June 1949. First election with full women suffrage. Number of seats in parliament increased to 212.(8L""*! _} +1988-06-12http://en.wikipedia.org/wiki/French_legislative_election,_1988+5v?n!no-2010Early election on 5 and 12 June 1988 under new (previously used) SMD majority-plurality electoral system.Seats total excludes 20 seats from overseas territories.o~M|)!  1953-06-07http://en.wikipedia.org/wiki/Italian_general_election,_1953NrSUarchivioU|LJu(!  %1969-06-18http://en.wikipedia.org/wiki/Irish_general_election,_1969z^ )gall-09CZtL{'!   1963-11-21http://en.wikipedia.org/wiki/Japanese_general_election,_1963yNxqno-2001Y0L& ! ~@2009-06-07http://en.wikipedia.org/wiki/European_Parliament_election,_2009_(Belgium)vj4kdGibzP8%! K } 81974-06-30http://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_1974<wno-2010Early election on 30 June 1974.`MP$! !+ | C1972-01-03http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_19720~'y'Videa, tilaEarly election on 3 January 1972 after the fall of the Karjalainen III cabinet.MMr#!{ 1977-05-25http://en.wikipedia.org/wiki/Dutch_general_election,_1977~verk3M:z"!  z 1993-11-06http://en.wikipedia.org/wiki/New_Zealand_general_election,_1993c#m.Vyb-nzl^*Mx!! y 1990-05-20http://en.wikipedia.org/wiki/Romanian_general_election,_1990vP69'essexDM| !  x 2001-11-20http://en.wikipedia.org/wiki/Danish_parliamentary_election,_2001=5,4DejprvN*r! w (1983-10-23http://en.wikipedia.org/wiki/Swiss_federal_election,_1983>L]HbafsMv!  Av 1953-09-22http://en.wikipedia.org/wiki/Danish_parliamentary_election,_1953)!!$!wyb-dnkFirst unicameral election.gLKJ! 5u #2006-09-17http://en.wikipedia.org/wiki/Swedish_general_election,_2006]i)V7TvalCentre-right parties (The Alliance: M, FP, Cp, KD) formed a pre-electoral coalition.hN\t!  t 1996-10-20http://en.wikipedia.org/wiki/Japanese_general_election,_1996qs(idea9 Mv!  s 1989-09-06http://en.wikipedia.org/wiki/Dutch_general_election,_1989vverk>K&Mv! q ,1950-02-23http://en.wikipedia.org/wiki/United_Kingdom_general_election,_1950q 4ac:L, ! p@1999-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_1999_(Belgium)p hf ^&ibzL_8V9! }o +1986-03-16http://en.wikipedia.org/wiki/French_legislative_election,_1986,.RzPz:no-2010Election on 16 March 1986 under new PR system. Parliament was dissolved on 14 May 1986 after reelection of President Mitterrand.Seats total excludes 20 seats from overseas territories.KM~! n 1961-09-11http://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1961#<amackie=BL}! l '1994-05-29http://en.wikipedia.org/wiki/Hungarian_parliamentary_election,_1994yrSRfessex \M !! k?1999-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_1999_(Portugal)y~4M3-_cne  lV!? j 2005-06-25http://en.wikipedia.org/wiki/Bulgarian_parliamentary_election,_2005f9/7cikElection on 25 June 2005.?dNRN! - i 1983-06-26http://en.wikipedia.org/wiki/Italian_general_election,_1983vkU3$archivioParliament was dissolved on 28 April 1987 after the fall of the Fanfani cabinet.\aW|Mvk!+W h C1958-07-07http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_1958'IJ]idea, nyt, tilaPresident Kekkonen dissolved parliament on 14 November 1961 because of a foreign policy crisis (NYT).GL|z!  g 71998-10-03http://en.wikipedia.org/wiki/Latvian_parliamentary_election,_1998dessexN  ! e)1994-06-12http://en.wikipedia.org/wiki/European_Parliament_election,_1994_(Greece)gѬcejprJ,$r!  c H1955-02-28http://en.wikipedia.org/wiki/Maltese_general_election,_1955(GٛOmdL^  !) b61984-06-17http://en.wikipedia.org/wiki/European_Parliament_election,_1984_(West_Germany)QE{3bwliZ| ! a ,1945-07-05http://en.wikipedia.org/wiki/United_Kingdom_general_election,_19455G~bef-7:K! ! #O ` ;1966-03-06http://en.wikipedia.org/wiki/Austrian_legislative_election,_1966J"E"E&bmi, yb-autEarly election on 6 March 1966.  (Ĺ ! U _ ;2008-09-28http://en.wikipedia.org/wiki/Austrian_legislative_election,_2008`L'J bmiEarly election on 28 September 2008.-G(Np} ! ^ 1979-06-10http://en.wikipedia.org/wiki/Luxembourgian_legislative_election,_1979;>aslMN} !  ] 1992-04-05http://en.wikipedia.org/wiki/Italian_general_election,_1992vϩwVarchivio|MЁ!  \ 1979-06-03http://en.wikipedia.org/wiki/European_Parliament_election,_1979_(Italy)vGf/Marchivio~|MN|!  [ 1969-12-27http://en.wikipedia.org/wiki/Japanese_general_election,_1969 ԈEparlineoL!!Z C1991-03-17http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_1991=j*_)idea, tila)MƁ-! m Y 2008-10-14http://en.wikipedia.org/wiki/Canadian_federal_election,_20084iJԊ6afp, ceocParliament was dissolved on 26 March 2011 (afp).b|Npy! X K1995-03-05http://en.wikipedia.org/wiki/Estonian_parliamentary_election,_1995e xT!@vvkMz! W D2010-05-29http://en.wikipedia.org/wiki/Czech_legislative_election,_2010jPQO volby2N{!  V ?1983-04-25http://en.wikipedia.org/wiki/Portuguese_legislative_election,_1983ohWT]cnelMv!  U 1984-01-10http://en.wikipedia.org/wiki/European_Parliament_election,_1984_(Denmark):o`3m3L3Mz! T )1977-11-20http://en.wikipedia.org/wiki/Greek_legislative_election,_1977,aO@NF+no-2010a,M:! S 61994-10-16http://en.wikipedia.org/wiki/European_Parliament_election,_1994_(Germany)llĖbwl^M ~ !% R1994-06-12http://en.wikipedia.org/wiki/European_Parliament_election,_1994_(Luxembourg)kasl, idea$} !% Q2004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Luxembourg)1epl+~|! P 81999-05-08http://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_1999?5_no-2010R`Ns{!  O @1971-11-07http://en.wikipedia.org/wiki/Belgian_general_election,_1971_WP_ibzJ8Lz! - N %1989-06-15http://en.wikipedia.org/wiki/European_Parliament_election,_1989_(Ireland)%]rGgall-09, no-2010+XMtMy !%% M1979-06-10http://en.wikipedia.org/wiki/European_Parliament_election,_1979_(Luxembourg)?asl, macr-85 Rx! 5 L 61987-01-25http://en.wikipedia.org/wiki/West_German_federal_election,_1987nGEA7bwlElection on 25 January 1987. Regular dissolution of parliament in the fall of 1990.bZMw !' K1989-06-18http://en.wikipedia.org/wiki/European_Parliament_election,_1989_(Netherlands)[PkfOverk>U&{v!  J 1946-11-27http://en.wikipedia.org/wiki/New_Zealand_general_election,_1946P*no-2001 *Lu ! I1999-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_1999_(Spain)@]0E=eppc,rVut!  H %1954-05-18http://en.wikipedia.org/wiki/Irish_general_election,_1954\_gall-09tLTs!  M G ,1966-03-31http://en.wikipedia.org/wiki/United_Kingdom_general_election,_1966v$Early election on 31 March 1966.:ĹWr! =F ,2010-05-06http://en.wikipedia.org/wiki/United_Kingdom_general_election,_2010ɢ/4ecElection in Thirsk and Malton was delayed by three weeks after the death of a candidate.w:Nzq! a5E 61949-08-14http://en.wikipedia.org/wiki/West_German_federal_election,_19490uj bwlFirst post-war election on 14 August 1949.Five percent threshold was applied at the state level (Bundeswahlgesetz 1949 10(4)).*L"p!D 1969-09-07http://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1969'\n xmackieBL}o! C 1964-06-07http://en.wikipedia.org/wiki/Luxembourgian_legislative_election,_19648,}Vasl@L`n! _ B 2006-11-22http://en.wikipedia.org/wiki/Dutch_general_election,_2006$7` [verkEarly election on 22 November 2006. Parliament was dissolved after the end of the Balkenende IV cabinet.OAN\m!' A C1929-07-01http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_1929=no-2010, tilaTKZnl!+[ ? C1951-07-03http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_1951%[oQidea, nyt, tilaPresident Paasikivi dissolved parliament on 8 December 1953 following a prolonged cabinet crisis (NYT).L61k! = @1958-06-01http://en.wikipedia.org/wiki/Belgian_general_election,_1958Z*UPQideaNeeds information about the largest party that won no seats.!8L|$j! c < 2002-07-27http://en.wikipedia.org/wiki/New_Zealand_general_election,_2002x(\ec-nzParliament was dissolved on 11 August 2005.*N4}i!; 1989-09-11http://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_19890'({(f4sebyBMwh! : 1994-05-03http://en.wikipedia.org/wiki/Dutch_general_election,_1994ʹ/ 4verksKM{g!8 ,1974-02-28http://en.wikipedia.org/wiki/United_Kingdom_general_election,_1974{^ێ67:M f !- 7D2004-06-12http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Czech_Republic)~e]#b#volby|e! 6 1996-10-20http://en.wikipedia.org/wiki/Lithuanian_parliamentary_election,_1996'*vrk[M|d!  5 J2001-09-23http://en.wikipedia.org/wiki/Polish_parliamentary_election,_2001dƣIpkwhN*{c! 4 71993-06-06http://en.wikipedia.org/wiki/Latvian_parliamentary_election,_1993d4N|lessexSM|b!  3 2005-02-08http://en.wikipedia.org/wiki/Danish_parliamentary_election,_2005= 33:ejprxNR|a!! 2 1957-06-10http://en.wikipedia.org/wiki/Canadian_federal_election,_1957 erd̜ceoc, pica$G|LrI`! ) 1 1996-10-12http://en.wikipedia.org/wiki/New_Zealand_general_election,_1996x$ 'yb-nzlFirst election under the new mixed-member proportional (MMP) electoral system.z>*M _! % 0 J2007-10-19http://en.wikipedia.org/wiki/Elections_in_Poland#2007_Parliamentary_election'n&OzpkwdhNf^ ! -1987-06-10http://en.wikipedia.org/wiki/European_Parliament_election,_1987_(Spain)<)t# epp&B|]!  , 32006-05-21http://en.wikipedia.org/wiki/Cypriot_legislative_election,_20068 lcy-govSVN\\ ! +H2009-06-06http://en.wikipedia.org/wiki/European_Parliament_election,_2009_(Malta)kWidoiZ|[!  * 2005-09-11http://en.wikipedia.org/wiki/Japanese_general_election,_2005$>$ parlineNRZ ! )@1989-06-18http://en.wikipedia.org/wiki/European_Parliament_election,_1989_(Belgium)lGb?RZ$ibz 8}Y!! ( 1972-10-30http://en.wikipedia.org/wiki/Canadian_federal_election,_1972`J3Nceoc, pica[|M!X! Q' 1996-04-21http://en.wikipedia.org/wiki/Italian_general_election,_1996vUi69archivioAlliances were mainly formed for the plurality single member district voting part of the elections. For proportional voting, parties competed outside their electoral alliances. Alliances that formed for plurality voting were The Prodi-List (POP SVP PRI UD PRODI), CCD-CDU and The Dini-List.F|MnW! & H1947-10-27http://en.wikipedia.org/wiki/Maltese_general_election,_1947(%mdLV ! %2009-06-07http://en.wikipedia.org/wiki/European_Parliament_election,_2009_(Italy)H'H`archiviooI7|U! 9 # 61980-10-05http://en.wikipedia.org/wiki/West_German_federal_election,_1980HJB%bwl, dhbtParliament was dissolved on 6 January 1983 by President Carstens (Schindler 1999, 1246) after Kohl initiated a confidence vote to dissolve parliament.iMX}T!! " 1993-10-25http://en.wikipedia.org/wiki/Canadian_federal_election,_1993'/ӈЍWceoc, pica`|MsS! ! @1954-04-11http://en.wikipedia.org/wiki/Belgian_general_election,_1954YvS\rN&ibz8LTqR! 1952-06-25http://en.wikipedia.org/wiki/Dutch_general_election,_1952dXcSQjverkL@wQ!   1947-10-28http://en.wikipedia.org/wiki/Danish_Folketing_election,_1947%(7-yb-dnkyLP ! 61994-06-12http://en.wikipedia.org/wiki/European_Parliament_election,_1994_(Germany)cG)iUbwl(^$O !# 2004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Lithuania) (gkvrk;_tN !   1990-06-09http://en.wikipedia.org/wiki/Slovak_parliamentary_election,_19907F43>ssrMM ! @1994-06-12http://en.wikipedia.org/wiki/European_Parliament_election,_1994_(Belgium)n /c[ ibz)p8$?L !! ?1987-07-19http://en.wikipedia.org/wiki/European_Parliament_election,_1987_(Portugal)vSV Sgcnepossible error in the primary source due to the valid votesj=l{K!  71995-10-01http://en.wikipedia.org/wiki/Latvian_parliamentary_election,_1995dFessex4MqJ!  H1976-09-18http://en.wikipedia.org/wiki/Maltese_general_election,_1976AR|' "md0M0I! 1  1968-01-23http://en.wikipedia.org/wiki/Danish_parliamentary_election,_19680++folketing, parlinea9LZH! I  2010-06-09http://en.wikipedia.org/wiki/Dutch_general_election,_2010xAkiesraadEarly election on 9 June 2010. Parliament was dissolved after the end of the Rutte I cabinet.BNrG! 1963-05-15http://en.wikipedia.org/wiki/Dutch_general_election,_1963fa_YverkLwF!   31976-09-05http://en.wikipedia.org/wiki/Cypriot_legislative_election,_1976#*=hno-2010M0E!! C1987-03-16http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_1987=PH,.+]idea, tilaM~D!  1989-06-18http://en.wikipedia.org/wiki/Luxembourgian_legislative_election,_1989<W<!ðaslmMC!  <2000-10-15http://en.wikipedia.org/wiki/Slovenian_parliamentary_election,_2000Z=0Pm(voltiveRN WB ! E  2010-06-12http://en.wikipedia.org/wiki/Slovak_parliamentary_election,_2010B'*{&issrElection on 12 June 2010. Parliament was dissolved after the end of the Radicova I cabinet. NA!  1973-09-09http://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1973( nos-svD6BMu@!%k  <2008-09-21http://en.wikipedia.org/wiki/Slovenian_parliamentary_election,_2008ZU sta, voltivePresident Tuerk dissolved parliament on 21 October 2011 after PM Pahor lost a confidence vote the previous day.PNpr?!  (1991-10-20http://en.wikipedia.org/wiki/Swiss_federal_election,_1991D90bafsfMz>! #  H1992-02-22http://en.wikipedia.org/wiki/Maltese_general_election,_1992A5cmd, parlinerMЁ= !' 2004-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_2004_(Netherlands)HHverkO|< ! )1989-06-18http://en.wikipedia.org/wiki/European_Parliament_election,_1989_(Greece)^eQcepW',;! 1965-09-12http://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1965$_=mackienBL : !- D2009-06-07http://en.wikipedia.org/wiki/European_Parliament_election,_2009_(Czech_Republic)1$-#volby27t9!   %1951-05-30http://en.wikipedia.org/wiki/Irish_general_election,_1951=8Qugall-09<tL68!  ,1992-04-09http://en.wikipedia.org/wiki/United_Kingdom_general_election,_1992T4(ejpr:Mz7!   1981-11-28http://en.wikipedia.org/wiki/New_Zealand_general_election,_1981\ ;c|Wyb-nzl*Mbs6! #2010-09-19http://en.wikipedia.org/wiki/Swedish_general_election,_2010]l[ZvalCentre-right (The Alliance: M, FP, Cp, KD) and centre-left (Red-Greens: SAP, MP, V) parties formed pre-electoral coalitions.u0NP5!  9 2003-11-09http://en.wikipedia.org/wiki/Japanese_general_election,_2003pȂkejprSome parties (NCP, LL, IC) won seats with SMD tier votes and no PR votes are included.HN>4! _  H2003-04-12http://en.wikipedia.org/wiki/Maltese_general_election,_2003AYNedoiParliament was dissolved on 8 March 2008.FN>3! 1a )1989-11-05http://en.wikipedia.org/wiki/Greek_legislative_election,_November_1989,g}f2`no-2010All party cabinet decided on 26 January 1990 to call an early election on 8 April.inconsistencies with Mackie/Rose (1991/97),M|2!  1958-05-25http://en.wikipedia.org/wiki/Italian_general_election,_1958Tey archivio|L| 1!   1986-07-06http://en.wikipedia.org/wiki/Japanese_House_of_Councillors_election,_1986&_bparline8M0 !% 1999-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_1999_(Luxembourg)epl2RmV/ !! ?1989-06-18http://en.wikipedia.org/wiki/European_Parliament_election,_1989_(Portugal){?Q=^cne l%.!g  1946-06-02http://en.wikipedia.org/wiki/Italian_general_election,_1946,TI|_4archivioConstituent Assembly election on 2 June 1946.|L{-!   1976-06-20http://en.wikipedia.org/wiki/Italian_general_election,_1976vhܢ@0$archivioAJ|M0+,! y  @1981-11-08http://en.wikipedia.org/wiki/Belgian_general_election,_1981hc6[CibzElection on 8 November 1981. Voting age reduced to 18.8Mbx+!  2008-03-09http://en.wikipedia.org/wiki/Spanish_general_election,_2008^,5Pafp, eppEarly elections were announced on 29 July 2011 and parliament was dissolved on 26 September following an economic crisis.p&Np*!  1977-09-11http://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1977*l#)#nos-sv BM: )! 3 2001-05-13http://en.wikipedia.org/wiki/Italian_general_election,_2001vgc6rmdiThe official results don't allow to distinguish seats for parties in the single member district elections, so these information are from Wikipedia.'k|N*p(!   1948-07-07http://en.wikipedia.org/wiki/Dutch_general_election,_1948dRM.KE_verk`L'! } +1978-03-19http://en.wikipedia.org/wiki/French_legislative_election,_1978 FDDCno-2010Parliament was dissolved after Mitterrand won the presidential election. Seats total excludes 17 seats from overseas territories.eMDf&! #W  ;1962-11-18http://en.wikipedia.org/wiki/Austrian_legislative_election,_1962IRDCbmi, yb-autEarly election on 18 November 1962. Parliament was dissolved after the end of the Klaus II cabinet. [(Lv%!  1979-03-01http://en.wikipedia.org/wiki/Spanish_general_election,_1979^~ Pepp*MN$! 5u  ;1999-10-03http://en.wikipedia.org/wiki/Austrian_legislative_election,_1999Y%GFbmi, parline, yb-autElection on 3 October 1999. Parliament was dissolved on 22 September 2002 after the end of the Schuessel I cabinet.(N# ! %1999-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_1999_(Ireland)+O<|ep<"~tV}"! ,1987-06-11http://en.wikipedia.org/wiki/United_Kingdom_general_election,_1987\":M.!! { D2002-06-15http://en.wikipedia.org/wiki/Czech_legislative_election,_2002~$IHvolbyCheck parliament composition change: K or KDU-CSL/US-DUN4> !   @2010-06-13http://en.wikipedia.org/wiki/Belgian_general_election,_2010vicibzEarly election on 13 June 2010 after the fall of the Leterme II cabinet.~8Nq!  #1944-09-17http://en.wikipedia.org/wiki/Swedish_general_election,_1944A/I/KS!  7 61983-03-06http://en.wikipedia.org/wiki/West_German_federal_election,_1983gW[R0bwlKohl had previously become Chancellor by winning a constructive vote of no confidence. However, he wanted to seek a new electoral mandate. Early elections were called after Kohl lost a faked vote of no confidence.#iMvw!   H1996-10-26http://en.wikipedia.org/wiki/Maltese_general_election,_1996E%ehdoi, mdqM ! )1999-06-13http://en.wikipedia.org/wiki/European_Parliament_election,_1999_(Greece)~fmlbmige!,V8!   ?1987-07-19http://en.wikipedia.org/wiki/Portuguese_legislative_election,_1987y,VFT2cnepossible error in the primary source due to the valid votesj=lM0! M3 +1997-06-01http://en.wikipedia.org/wiki/French_legislative_election,_1997AVhYnasnEarly election on 25 May 1997. Official data inconsistent: Valid votes sum up to 25629277. Number of valid votes based on interim results provided by the Assemblée nationale. N  ~~}}$||0{{@zzPyy\xx^ww^vv^uu^tss$rr0qq>pp>ooNnn^mmfllfkkfjjniiwhhhggf\eehddpccca``5__ ^^)]]J\\X[ZZYYXXqWW(VTSRR~R QQPYOOaNNlMM4LL!KK.JIHH3G\FF(DDCCCXBB7AA$@@??>>=<!  81933-07-16https://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_1933*O`no-2010|=!  81931-06-12https://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_1931*Źno-2010{<!  81927-07-09https://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_1927*} no-2010z;!  81923-10-27https://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_1923(yvno-2010u:!  81919-11-15https://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_1919(|~86no-2010s9!  %1943-06-23https://en.wikipedia.org/wiki/Irish_general_election,_1943NCQno-2010s8!   %1938-06-17https://en.wikipedia.org/wiki/Irish_general_election,_19386sno-2010s7!  %1937-07-01https://en.wikipedia.org/wiki/Irish_general_election,_1937Q5no-2010s6!   %1933-01-24https://en.wikipedia.org/wiki/Irish_general_election,_1933\a(>no-2010s5!  %1932-02-16https://en.wikipedia.org/wiki/Irish_general_election,_1932pno-2010}4!   %1927-09-15https://en.wikipedia.org/wiki/Irish_general_election,_September_1927f33ݵno-2010x3!   %1927-06-09https://en.wikipedia.org/wiki/Irish_general_election,_June_1927f~\no-2010s2!   %1923-08-27https://en.wikipedia.org/wiki/Irish_general_election,_1923Arno-2010o1!  %1922-06-22https://en.wikipedia.org/wiki/Irish_general_election,_1922X |no-2010y0!  ,1935-11-14https://en.wikipedia.org/wiki/United_Kingdom_general_election,_1935g޼qObef-75/!   ,1931-10-27https://en.wikipedia.org/wiki/United_Kingdom_general_election,_1931g iJs5bef-7Early election on 27 October 1931. Parliament was dissolved after Labor Government resigned in favour of an National Government under MacDonald, who called for elections after six weeks. y.!  ,1929-05-30https://en.wikipedia.org/wiki/United_Kingdom_general_election,_1929gIY7bef-7 y-!   ,1924-10-29https://en.wikipedia.org/wiki/United_Kingdom_general_election,_1924gKbef-7Early Election on 29 October 1924. Parliament was dissolved after the Labour Government resigned and called for new elections. ,! C  ,1923-12-06https://en.wikipedia.org/wiki/United_Kingdom_general_election,_1923gDbef-7Early Election on 6 December 1923. Parliament was dissolved after Bonar Law resigned as PM and successor Baldwin called for new elections after six weeks. y+!  ,1922-11-15https://en.wikipedia.org/wiki/United_Kingdom_general_election,_1922g>ۜ bef-7P*!A  ,1918-12-14https://en.wikipedia.org/wiki/United_Kingdom_general_election,_1918Fkbef-7Late election on 14 December 1918. Parliament was not dissolved until end of World War I.{)!  C1922-07-03https://en.wikipedia.org/wiki/Finnish_parliamentary_election,_1922~ I 4no-2010{(!  C1919-03-03https://en.wikipedia.org/wiki/Finnish_parliamentary_election,_1919Mno-2010p'!  C1917-10-02https://en.wikipedia.org/wiki/Finnish_parliamentary_election,_19173%ylev&!  1943-03-23https://en.wikipedia.org/wiki/Danish_Folketing_election,_1943" #no-2010v%!  1939-04-03https://en.wikipedia.org/wiki/Danish_Folketing_election,_1939 1no-2010v$!  1935-10-22https://en.wikipedia.org/wiki/Danish_Folketing_election,_19354E1fno-2010v#!  1932-11-16https://en.wikipedia.org/wiki/Danish_Folketing_election,_1932Jno-2010v"!  1929-04-02https://en.wikipedia.org/wiki/Danish_Folketing_election,_1929@.no-2010v!!  1926-12-02https://en.wikipedia.org/wiki/Danish_Folketing_election,_1926 w*i/no-2010v !  1924-04-11https://en.wikipedia.org/wiki/Danish_Folketing_election,_1924yno-2010~߁! ~ 1920-09-21https://en.wikipedia.org/wiki/Danish_Folketing_election,_September_1920 }/no-2010|! } 1920-04-26https://en.wikipedia.org/wiki/Danish_Folketing_election,_April_1920r no-2010|v! | 1918-04-22https://en.wikipedia.org/wiki/Danish_Folketing_election,_1918U M no-2010u! { 1913-05-20https://en.wikipedia.org/wiki/Danish_Folketing_election,_1913rno-2010zPu! z 1910-05-20https://en.wikipedia.org/wiki/Danish_Folketing_election,_1910r-x^Rno-2010yQu! y 1909-05-25https://en.wikipedia.org/wiki/Danish_Folketing_election,_1909r no-2010xSu! x 1906-05-29https://en.wikipedia.org/wiki/Danish_Folketing_election,_1906rE@no-2010wTt! w 1903-06-16https://en.wikipedia.org/wiki/Danish_Folketing_election,_1903r[RmackievUp! v 1901-04-03https://en.wikipedia.org/wiki/Danish_Folketing_election,_1901r+/|o*mackies! u 1908-10-26https://en.wikipedia.org/wiki/Canadian_federal_election,_1908U'no-2005ts! t 1904-11-03https://en.wikipedia.org/wiki/Canadian_federal_election,_1904$no-2005so! s 1900-11-07https://en.wikipedia.org/wiki/Canadian_federal_election,_1900*no-2005q! r @1939-04-02https://en.wikipedia.org/wiki/Belgian_general_election,_1939(M 'ibzqq! q @1936-05-24https://en.wikipedia.org/wiki/Belgian_general_election,_1936(z#&Q$ Dibzpu! p @1932-11-27https://en.wikipedia.org/wiki/Belgian_general_election,_1932&$Q#no-2010ou! o @1929-05-25https://en.wikipedia.org/wiki/Belgian_general_election,_1929&#"5no-2010nu! n @1925-08-05https://en.wikipedia.org/wiki/Belgian_general_election,_1925#p!<no-2010mu! m @1921-11-20https://en.wikipedia.org/wiki/Belgian_general_election,_1921!mzno-2010lu ! l @1919-11-16https://en.wikipedia.org/wiki/Belgian_general_election,_1919 e no-2010ky !+ k @1914-05-24https://en.wikipedia.org/wiki/Belgian_general_election,_1914X"]5mackie, no-2010j} !+ j @1912-06-02https://en.wikipedia.org/wiki/Belgian_general_election,_1912*((Kmackie, no-2010i| !+ i @1910-05-22https://en.wikipedia.org/wiki/Belgian_general_election,_1910U|rmackie, no-2010h\| !+ h @1908-05-24https://en.wikipedia.org/wiki/Belgian_general_election,_1908R OS mackie, no-2010g\|!+ g @1906-05-27https://en.wikipedia.org/wiki/Belgian_general_election,_1906U6Vr\mackie, no-2010f`|!+ f @1904-05-29https://en.wikipedia.org/wiki/Belgian_general_election,_1904Qrkmackie, no-2010e`t! e @1902-05-25https://en.wikipedia.org/wiki/Belgian_general_election,_1902U3?no-2010d^q! d @1900-05-27https://en.wikipedia.org/wiki/Belgian_general_election,_1900p je{^no-2010|! c 1927-10-17https://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1927yk?mackie|! b 1930-10-20https://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1930W;mackiec|! a 1933-10-16https://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1933&~ mackieb|! ` 1936-10-19https://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1936QT4mackieav! _ 1911-09-21https://en.wikipedia.org/wiki/Canadian_federal_election,_1911Fno-2005uv! ^ 1917-12-17https://en.wikipedia.org/wiki/Canadian_federal_election,_1917đno-2005_v~! ] 1921-12-06https://en.wikipedia.org/wiki/Canadian_federal_election,_1921Cn//no-2005^v}! \ 1925-10-29https://en.wikipedia.org/wiki/Canadian_federal_election,_1925FR|0X0no-2005]v|! [ 1926-09-14https://en.wikipedia.org/wiki/Canadian_federal_election,_1926G0%1f1no-2005\v{! Z 1930-07-28https://en.wikipedia.org/wiki/Canadian_federal_election,_1930N;1;|no-2005[vz! Y 1935-10-14https://en.wikipedia.org/wiki/Canadian_federal_election,_1935ZMCCC>Fno-2005Zwy! X ,2015-05-07http://en.wikipedia.org/wiki/United_Kingdom_general_election,_2015_Q`ecFMj{x! W C2015-04-19http://en.wikipedia.org/wiki/Finnish_parliamentary_election,_2015D--Kvaalit7yuw! V 1940-03-26http://en.wikipedia.org/wiki/Canadian_federal_election,_1940dGLFno-2005Yxv! U K2015-03-01http://en.wikipedia.org/wiki/Estonian_parliamentary_election,_2015e vvvk6GJu! 9 T "2015-03-17http://en.wikipedia.org/wiki/Israeli_legislative_election,_2015xY`@@@cecParliament was dissolved on 26 December 2018 after the end of the Netanyahu X cabinet./At! # S )2015-01-25http://en.wikipedia.org/wiki/Greek_legislative_election,_2015,<`^QmigEarly election on 25 January 2015 after the fall of the Samaras II cabinet.:$Gs! 3 R 2014-12-14http://en.wikipedia.org/wiki/Japanese_general_election,_20142XC3-ѯerEarly election on 14 December 2014. Parliament was dissolved on 28 September 2017.r !' Q2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_%28Romania%29 Z4Tbec=q !% P72014-05-24http://en.wikipedia.org/wiki/European_Parliament_election,_2014_%28Latvia%29w)cvk.1p !) O2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_%28Slovakia%29 C[˵ssr o !/ N2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_%28Netherlands%29ÌHHRverkn !5 M,2014-05-22http://en.wikipedia.org/wiki/European_Parliament_election,_2014_%28United_Kingdom%29I@|w%epe-rpFjm !) L<2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_%28Slovenia%29gM"voltive l !% K#2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_%28Sweden%29pM9[g8val0Vk !+ J2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_%28Lithuania%29 '{uCvrkQj !' I>2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_%28Croatia%29 9|/0izbori zi! H 2014-10-05http://en.wikipedia.org/wiki/Bulgarian_parliamentary_election,_2014h@5l2cik>sh !# G2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_%28Spain%296-)$epp ܁g !) F?2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_%28Portugal%292.fcnef !% EJ2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_%28Poland%293yoYk-pkw|e ! DH2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_(Malta)A$4doi+d !% C2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_(Luxembourg)sepl#-c ! B2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_(Italy)I <_Jmdi%7~b ! A%2014-05-23http://en.wikipedia.org/wiki/European_Parliament_election,_2014_(Ireland) 1$6Feieq~a ! @@2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_(Belgium)yJ6lfibz~ہR`! A? 72014-10-04http://en.wikipedia.org/wiki/Latvian_parliamentary_election,_2014dk S *cvkRegular election in 2014. Previous regular election in 2010 and an early election in 2011.P1_ !! > 2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_(Bulgaria)c?$ n"+cik"u^!  = 2014-09-20http://en.wikipedia.org/wiki/New_Zealand_general_election,_2014y/A%S$ec-nzځG]! 5< #2014-09-14http://en.wikipedia.org/wiki/Swedish_general_election,_2014]oڀ_`_rpvCentre-right parties (The Alliance: M, FP, Cp, KD) formed a pre-electoral coalition.KV~\ ! ;'2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_(Hungary)z##dovb.P~[ ! :)2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_(Greece)/ZW9mig$Z ! 962014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_(Germany)`aVTbwl /Y ! 8+2014-05-24http://en.wikipedia.org/wiki/European_Parliament_election,_2014_(France)J7H-T5!=refOX ! 7C2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_(Finland) C5_&tilaF~W ! 6K2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_(Estonia) &-vvkGV ! 52014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_(Denmark) ?1#9"Vvalgside52U !- 4D2014-05-24http://en.wikipedia.org/wiki/European_Parliament_election,_2014_(Czech_Republic)|Qvolby%0T !! 332014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_(Cyprus) Bbcy-gov, ep>~S ! 2;2014-05-25http://en.wikipedia.org/wiki/European_Parliament_election,_2014_(Austria)aj,e9+bmi".R! K 1 <2014-07-13http://en.wikipedia.org/wiki/Slovenian_parliamentary_election,_2014Z# d W3voltiveEarly election on 13 July 2014. LrQ! 0 @2014-05-25http://en.wikipedia.org/wiki/Belgian_federal_election,_2014z4Hm6fibz~sP!  / "2013-01-22http://en.wikipedia.org/wiki/Israeli_legislative_election,_2013xVP:.9fcecS-O!s . '2014-04-06http://en.wikipedia.org/wiki/Hungarian_parliamentary_election,_2014}PMMCovbElection on 6 April 2014 under new electoral rules.N0N!!u- 1983-11-06http://en.wikipedia.org/wiki/Turkish_general_election,_1983-FKVtuikElection on 6 November 1983. First election after a military coup in 1980.Candidates with no party affiliation won 195,588 votes (1.1%). Not recorded following ParlGov election coding rules.M! Q , 1987-10-29http://en.wikipedia.org/wiki/Turkish_general_election,_1987zwkm-tuikEarly election on 29 October 1987.-?L! Q + 1991-10-20http://en.wikipedia.org/wiki/Turkish_general_election,_1991qttuikEarly election on 20 October 1991.,BSK! I * 1995-12-24http://en.wikipedia.org/wiki/Turkish_general_election,_1995& - /tuikEarly election on 24 December 1995 after the end of the Ciller I cabinet on 20 September 1995.+EJ! M ) 1999-04-18http://en.wikipedia.org/wiki/Turkish_general_election,_1999&!  >2000-01-03http://en.wikipedia.org/wiki/Croatian_parliamentary_election,_20008?+ *Uno-2010{=!  >2003-11-23http://en.wikipedia.org/wiki/Croatian_parliamentary_election,_20038Q%$no-2010*<! u >2007-11-25http://en.wikipedia.org/wiki/Croatian_parliamentary_election,_2007DVt'*&~esNeeds information for largest Party that won no seatz;!  >2011-12-04http://en.wikipedia.org/wiki/Croatian_parliamentary_election,_2011:;$Q#izbori!: !' >2013-04-14http://en.wikipedia.org/wiki/European_Parliament_election,_2013_%28Croatia%29 93 P izbori p9!   H2013-03-09http://en.wikipedia.org/wiki/Maltese_general_election,_2013E`md+t8!  2013-02-25http://en.wikipedia.org/wiki/Italian_general_election,_2013v˷B3u\mdio%ׁ7! S  2012-12-16http://en.wikipedia.org/wiki/Japanese_general_election,_20122M:EerEarly election on 16 December 2012.GɂW6!  I 2012-12-09http://en.wikipedia.org/wiki/Romanian_legislative_election,_2012ugdqbecThe seats (json) of parties in alliances based on the candidate list of the Central Election Bureau (12. Lista candidaţilor care au primit mandat de deputat grupaţi pe circumscripţii electorale şi colegii uninominale).? 5!? 2012-10-14http://en.wikipedia.org/wiki/Lithuanian_parliamentary_election,_2012'ZvrkElection on 14 Oktober 2012 and constituent session on 16 November. The Central Electoral Commission nullified the result of the single-member election in the constituency Biržai-Kupiškis because of violations against the law. Due to the invalid result the candidate was not elected.Q4! U  2012-09-12http://en.wikipedia.org/wiki/Dutch_general_election,_2012akkiesraadEarly election on 12 September 2012.I3! )  )2012-06-17http://en.wikipedia.org/wiki/Greek_legislative_election,_June_2012,:^(]migEarly election on 17 June 2012. Parliament was dissolved on 31 December 2014.y2!   )2012-05-06http://en.wikipedia.org/wiki/Greek_legislative_election,_May_2012,b`migx1!   +2012-06-17http://en.wikipedia.org/wiki/French_legislative_election,_2012A(8\f[ref ?0 !   2012-03-10http://en.wikipedia.org/wiki/Slovak_parliamentary_election,_2012C'[&~ssrEarly election on 10 March 2012 and constituent session on 4 April 2012. ց&/! #W  81942-10-19http://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_October_19424Xgud97Early election on 18/19 October 1942.n.!  (2011-10-23http://en.wikipedia.org/wiki/Swiss_federal_election,_2011N/%%Ebafs6n-! m  <2011-12-04http://en.wikipedia.org/wiki/Slovenian_parliamentary_election,_2011Z|%ѰvoltiveEarly election on 4 December 2011 after the fall of the Pahor cabinet. Parliament was dissolved on 1 June 2014. ,! S  2011-11-20http://en.wikipedia.org/wiki/Spanish_general_election,_2011^!xaInrAeppEarly election on 20 November 2011.u+!   2011-11-26http://en.wikipedia.org/wiki/New_Zealand_general_election,_2011y."M"$ec-nzw*!   1943-09-25http://en.wikipedia.org/wiki/New_Zealand_general_election,_1943PC_no-2001%n)!  (1925-10-25http://en.wikipedia.org/wiki/Swiss_federal_election,_19250 fbafsk(!  (1922-10-29http://en.wikipedia.org/wiki/Swiss_federal_election,_1922 u bafsn'!  (1928-10-28http://en.wikipedia.org/wiki/Swiss_federal_election,_1928o u R0bafsn&!  (1943-10-31http://en.wikipedia.org/wiki/Swiss_federal_election,_1943B |bafś5%!  (1919-10-26http://en.wikipedia.org/wiki/Swiss_federal_election,_1919p_  qbafsFirst election under proportional representation (Hagenbach-Bischoff).n$!  (1935-10-27http://en.wikipedia.org/wiki/Swiss_federal_election,_1935;GLGbafsn#!  (1931-10-25http://en.wikipedia.org/wiki/Swiss_federal_election,_1931y u 9bafs҂'"! (1939-10-29http://en.wikipedia.org/wiki/Swiss_federal_election,_1939 $R y |bafsElection on 29 October 1939. 57 seats were won uncontested. cantons with uncontested seats: Lucerne, Schwyz, Zug, Solothurn, Appenzell-Ausserrhoden, Ticino, Vaud, Valais and Neuchatel΂,!!  o J2011-10-09http://en.wikipedia.org/wiki/Polish_parliamentary_election,_2011g+BpkwMPs from the Law and Justice Party (PiS) formed the Solidarity Poland Party (SP) on 7 November 2011. SP does not meet ParlGov inclusion criterias and is therefore not included. 0| !   72011-09-17http://en.wikipedia.org/wiki/Latvian_parliamentary_election,_2011d, afp, cvk.ru!   !1966-11-26http://en.wikipedia.org/wiki/Australian_federal_election,_1966|^YWbarberu!   !1951-04-28http://en.wikipedia.org/wiki/Australian_federal_election,_1951{LGGEXbarbery!   !2004-10-09http://en.wikipedia.org/wiki/Australian_federal_election,_2004U}cbarbery!   !1990-03-24http://en.wikipedia.org/wiki/Australian_federal_election,_1990barberkx!   !1983-03-05http://en.wikipedia.org/wiki/Australian_federal_election,_1983}Y?barber}! )  !1917-05-05http://en.wikipedia.org/wiki/Australian_federal_election,_1917K%A*barber, hug-68u!   !1958-11-22http://en.wikipedia.org/wiki/Australian_federal_election,_1958|RNLbarber}! )  !1913-05-31http://en.wikipedia.org/wiki/Australian_federal_election,_1913K(׋Qbarber, hug-68}! )  !1910-04-13http://en.wikipedia.org/wiki/Australian_federal_election,_1910K i.Vbarber, hug-68} ! )  !1934-09-15http://en.wikipedia.org/wiki/Australian_federal_election,_1934K:w8%67barber, hug-68} ! )  !1937-10-23http://en.wikipedia.org/wiki/Australian_federal_election,_1937K:T8|>7fbarber, hug-68} ! )  !1931-12-19http://en.wikipedia.org/wiki/Australian_federal_election,_1931L42+0lbarber, hug-68u !   !1954-05-29http://en.wikipedia.org/wiki/Australian_federal_election,_1954{N1FEԶbarber6u !   !1955-12-10http://en.wikipedia.org/wiki/Australian_federal_election,_1955|OE\EIOCLbarberu!   !1963-11-30http://en.wikipedia.org/wiki/Australian_federal_election,_1963|YUT ubarber u!   !1961-12-09http://en.wikipedia.org/wiki/Australian_federal_election,_1961|VRPbarbersu!   !1946-09-28http://en.wikipedia.org/wiki/Australian_federal_election,_1946KHcQD"BWwbarber>}! )  !1940-09-21http://en.wikipedia.org/wiki/Australian_federal_election,_1940K@^<Ǩ;8barber, hug-68}! )  !1943-08-21http://en.wikipedia.org/wiki/Australian_federal_election,_1943KC@@'>barber, hug-68w!   !1980-10-18http://en.wikipedia.org/wiki/Australian_federal_election,_1980}h~barberu!   !1969-10-25http://en.wikipedia.org/wiki/Australian_federal_election,_1969}d͙_K]KFbarberu!   !1949-12-10http://en.wikipedia.org/wiki/Australian_federal_election,_1949{JGxFbarbery!   !1984-12-01http://en.wikipedia.org/wiki/Australian_federal_election,_1984=7xbarber@y!   !1987-07-11http://en.wikipedia.org/wiki/Australian_federal_election,_1987=>barber:~! )  !1901-03-30http://en.wikipedia.org/wiki/Australian_federal_election,_1901K يهsbarber, hug-68Total votes and total valid votes include only New South Wales, Victoria, Queensland and Western Australia. South Australia and Tasmanian are multi-member constituencies and are not included.}}! )  !1903-12-16http://en.wikipedia.org/wiki/Australian_federal_election,_1903Kq HI *barber, hug-68}|! )  !1929-10-12http://en.wikipedia.org/wiki/Australian_federal_election,_1929L/- +barber, hug-68}{! )  !1928-11-17http://en.wikipedia.org/wiki/Australian_federal_election,_1928L,wi)':barber, hug-68}z! )  !1925-11-14http://en.wikipedia.org/wiki/Australian_federal_election,_1925L1-/,tbarber, hug-68}y! )  !1922-12-16http://en.wikipedia.org/wiki/Australian_federal_election,_1922L*U%Ybarber, hug-68}x! )  !1906-12-02http://en.wikipedia.org/wiki/Australian_federal_election,_1906KMbarber, hug-68}w! )  !1914-09-05http://en.wikipedia.org/wiki/Australian_federal_election,_1914K#ՙYbarber, hug-68}v! )  !1919-12-13http://en.wikipedia.org/wiki/Australian_federal_election,_1919K*'-!barber, hug-68{u!   2011-09-15http://en.wikipedia.org/wiki/Danish_parliamentary_election,_2011>A&66valgside5Gwt!   "2009-02-10http://en.wikipedia.org/wiki/Israeli_legislative_election,_2009xP 4" 2Rcbs-isrows!   "2006-03-28http://en.wikipedia.org/wiki/Israeli_legislative_election,_2006xL^03/(cbs-isriwr!   "2003-01-28http://en.wikipedia.org/wiki/Israeli_legislative_election,_2003xH00 Lcbs-isrdsq!   "1999-05-17http://en.wikipedia.org/wiki/Israeli_general_election,_1999xAc3z2hcbs-isrsp! "1996-05-29http://en.wikipedia.org/wiki/Israeli_general_election,_1996x<B/.bcbs-isrwo!  "1992-06-23http://en.wikipedia.org/wiki/Israeli_legislative_election,_1992x4w(@w' cbs-isrwn!  "1988-11-01http://en.wikipedia.org/wiki/Israeli_legislative_election,_1988x,)#."scbs-isrTwm!   "1984-07-23http://en.wikipedia.org/wiki/Israeli_legislative_election,_1984x(cbs-isrZwl!  "1981-06-30http://en.wikipedia.org/wiki/Israeli_legislative_election,_1981x%1cbs-isrwk!  "1977-05-17http://en.wikipedia.org/wiki/Israeli_legislative_election,_1977x"lcbs-isrwj!  "1973-12-31http://en.wikipedia.org/wiki/Israeli_legislative_election,_1973xnJcbs-isrwi!  "1969-10-28http://en.wikipedia.org/wiki/Israeli_legislative_election,_1969x ޿cbs-isrwh!  "1965-11-01http://en.wikipedia.org/wiki/Israeli_legislative_election,_1965x="icbs-isrwg!  "1961-08-15http://en.wikipedia.org/wiki/Israeli_legislative_election,_1961xe]tcbs-isrp <~~}}-||C{{SzzUyyWxxYwwYvv]uuattessirrwqqwpppoonn/mm9llAkk0jjPiipihhgXff\eedddjcclbbybaa`__?]]j\\j[[x[ZYYYXX WWVVUU-TSS0RR6QQ8PP>ONNML*KJJJUIIdHGG6FEEDDCcBBfAAI@@4??)>>== <<;;:99y877>66455/44/33)211F00B/.--p,,,+**])b('d&&s%%x$$w##"z"! tW(1'.}<L! %{-c )2023-06-25https://en.wikipedia.org/wiki/June_2023_Greek_legislative_election,[PxcOmig, reutersEarly election on 25 June 2023 to form a single party majority cabinet under new electoral rules with more bonus seats.The electoral system was changed to award "a bonus of 20 to 50 seats" (Reuters).b$y! b )2023-05-21https://en.wikipedia.org/wiki/May_2023_Greek_legislative_election,\|*Zmig6$=r! a 2023-05-14https://en.wikipedia.org/wiki/2023_Turkish_general_electionXxS>hpc-!  s` 2023-04-02https://en.wikipedia.org/wiki/2023_Bulgarian_parliamentary_electiond!((@cikvote share calculated and different from CIK sourceZ#{! _ C2023-04-02https://en.wikipedia.org/wiki/2023_Finnish_parliamentary_electionAD/t/<4vaalitGx~! ^ K2023-03-05https://en.wikipedia.org/wiki/2023_Estonian_parliamentary_electione ] Ovvk s}!  ] "2022-11-01https://en.wikipedia.org/wiki/2022_Israeli_legislative_electionxgI(HFcecL|!  Q \ 2022-11-01https://en.wikipedia.org/wiki/2022_Danish_general_electionA#6v5Early election on 1 November 2022.5>w{! [ 72022-10-01https://en.wikipedia.org/wiki/2022_Latvian_parliamentary_electiond fcvk'8zz!  Z 2022-10-02https://en.wikipedia.org/wiki/2022_Bulgarian_parliamentary_electiond''cikR#uy!  Y 2022-09-25https://en.wikipedia.org/wiki/2022_Italian_general_election=DHzmdirx! X #2022-09-11https://en.wikipedia.org/wiki/2022_Swedish_general_election]vcbval1tCw!  %W !2022-05-21https://en.wikipedia.org/wiki/2022_Australian_federal_electiond߭aecInconsistency of seats documented in AEC (sum of seats exceeds total seats).?Pxv!  V +2022-06-19https://en.wikipedia.org/wiki/2022_French_legislative_electionAb܏[refu! C U ?2022-01-30https://en.wikipedia.org/wiki/2022_Portuguese_legislative_election>T{cne, parlamento-pt, parline"The PPD/PSD ran alone in all constituencies, except in Madeira, where it ran with the CDS-PP, and in the Azores, where it ran with the CDS-PP and with the PPM, having received, alone and in coalition, a total of 1,618,381 votes (29.86%)" (parlamento-pt).9,Jt!- T <2022-04-22https://en.wikipedia.org/wiki/2022_Slovenian_parliamentary_electionZ4\1eparline, voltive/s!5S '2022-04-03https://en.wikipedia.org/wiki/2022_Hungarian_parliamentary_electionveS!TovbElectoral alliance Egységben Magyarországért (United for Hungary)Inconsistency of votes documented in data source (sum of votes exceeds total votes).4tr!  R 2021-11-14https://en.wikipedia.org/wiki/2021_Bulgarian_general_electione>(K(cikN#zwq! Q 82021-09-25https://en.wikipedia.org/wiki/2021_Icelandic_parliamentary_election?@ 2mblp!K P 2021-09-13https://en.wikipedia.org/wiki/2021_Norwegian_parliamentary_election;b-Ӛ-valg85 seats needed for a majority.QVo! U O 2021-09-20https://en.wikipedia.org/wiki/2021_Canadian_federal_electionRceocEarly election on 20 September 2021 after PM Justin Trudeau requested the dissolution of parliament.<Tn!  N 2021-07-11https://en.wikipedia.org/wiki/July_2021_Bulgarian_parliamentary_electione*Z*6Zcik, egM#ym! M 2021-04-04https://en.wikipedia.org/wiki/July_2021_Bulgarian_parliamentary_electiong2Y1cik#|l! % L "2021-03-23https://en.wikipedia.org/wiki/2021_Israeli_legislative_electionxd_CCJcec, knessetBmvk! K D2021-10-09https://en.wikipedia.org/wiki/2021_Czech_legislative_election~CRYRvolby!j! ) J 2021-10-31https://en.wikipedia.org/wiki/2021_Japanese_general_electionGK}vhkyodo, parlineowi! I 2021-03-17https://en.wikipedia.org/wiki/2021_Dutch_general_electionւ Dkiesraadpth! H 62021-09-26https://en.wikipedia.org/wiki/2021_German_federal_electionlĦ'bwl|g!  G 32021-05-30https://en.wikipedia.org/wiki/2021_Cypriot_legislative_election8 uPcy-gov56 of the 80 Members of the House of Representatives have been elected. 29 seats were needed for a majority according to Wikipedia. Party names of the source do not match with party names in the dataset (due to an update in the Google Translate algorithm?)3\{f! F >2020-07-05https://en.wikipedia.org/wiki/2020_Croatian_parliamentary_election8|)osce&we! % wE 2020-12-06https://en.wikipedia.org/wiki/2020_Romanian_legislative_electionJ!`\o.Z[bec, parlineVotes cast calculated based on votes valid, null, blank votes (see BEC 2020, 13). 5901915 + 108887 + 46972 = 6057774-Zrd!  D 2020-10-17https://en.wikipedia.org/wiki/2020_New_Zealand_general_electionx6),, ec2c!% iC 2020-10-11https://en.wikipedia.org/wiki/2020_Lithuanian_parliamentary_election%zKparline, vrkvote share calculated in ParlGov web interface(O|b! % B "2020-03-02https://en.wikipedia.org/wiki/2020_Israeli_legislative_electionxbxFkEycec, knesset7Mva !  A 2020-02-29https://en.wikipedia.org/wiki/2020_Slovak_parliamentary_electionC#,+ssr.t`! @ %2020-02-08https://en.wikipedia.org/wiki/2020_Irish_general_election5b!h!QAelec-irl%v_!  ? !2019-05-18https://en.wikipedia.org/wiki/2019_Australian_federal_election8;}Qaec1x^!  > ,2019-12-12https://en.wikipedia.org/wiki/2019_United_Kingdom_general_election~bbc?"]! U = 2019-11-10https://en.wikipedia.org/wiki/November_2019_Spanish_general_election^4uCr&boeEarly election on 10 November 2019. 0A<\!7m< 2019-10-21https://en.wikipedia.org/wiki/2019_Canadian_federal_electionR'/DceocParliament was dissolved after PM Justin Trudeau requested dissolution of parliament.Official sources state that the turnout is 65.95%, while the calculated validated results show a higher turnout.n[! ; (2019-10-20https://en.wikipedia.org/wiki/2019_Swiss_federal_electionSM%u$bafszZ!  : J2019-10-13https://en.wikipedia.org/wiki/2019_Polish_parliamentary_election͡pkw+Y!% 9 ?2019-10-06https://en.wikipedia.org/wiki/2019_Portuguese_legislative_electionrOLQcne, parline,wX!  8 ;2019-09-29https://en.wikipedia.org/wiki/2019_Austrian_legislative_electionaIȍHbmi2@eW!  [7 "2019-09-17https://en.wikipedia.org/wiki/September_2019_Israeli_legislative_electionxaD"CFcecThere are some minor differences between the alliances in this election and the previous one this year.B}V! 6 )2019-07-07https://en.wikipedia.org/wiki/2019_Greek_legislative_election#Results,X FV3mig$9U!1 5 2019-06-05https://en.wikipedia.org/wiki/2019_Danish_general_election@b6wq5kvf, qin, valgsideT !! 4'2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Hungaryz25:U4-ovb;{S ! 332019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Cyprus ȝfIg3\R !! 2;2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Austriaa1:&9bmi2~Q ! 1#2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_SwedensU??XvalK6P ! 02019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Spain68_xY'PV1eppGAO !# /<2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Slovenia[voltiveLN !# .2019-05-25https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Slovakia C_& PssrOM !! -2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Romania xdbecQ,L !# a,?2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Portugal2/cneLW: official source (cne) indicates vote share with regard to the total votes (not valid votes which is common) - so the vote share is lower which seems not to be correctFK ! +J2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Poland3˓=pkwE}J ! *H2019-05-25https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_MaltatecmDI !' )2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_LuxembourgZReplC4~H ! (2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Latvia &S49vrkJN~G ! '72019-05-25https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Latvia8=-cvkP8F !! &>2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Croatia 8i ֿc"izboriIE !! %%2019-05-24https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Ireland 5͇irtiAD ! $)2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_GreeceZVcVN7mig:9C !# # 2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Bulgaria_Xcik>B !! "@2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Belgium{imf}ibz0@2A !7 !D2019-05-25https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_the_Czech_Republic~A$qP$,volby 4@ !!  K2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Estonia ;Hvvk6;? !! 62019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Germany`@:bwl9> ! +2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_FranceJnj4Yref8= ! 2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_ItalyI mdiB < !1 2019-05-23https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_the_NetherlandsT9SkiesraadN; !7# ,2019-05-23https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_the_United_KingdomIMwrUbbc, epe-rpM: !! C2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Finland Dtila79 !! 2019-05-26https://en.wikipedia.org/wiki/2019_European_Parliament_election_in_Denmark @**valgside5r8!  @2019-05-26https://en.wikipedia.org/wiki/2019_Belgian_federal_election|n%gvzibz0@27! K  "2019-04-09https://en.wikipedia.org/wiki/April_2019_Israeli_legislative_electionx`B:B:knessetEarly election on 9 April 2019.T56! M  2019-04-28https://en.wikipedia.org/wiki/2019_Spanish_general_election^|<miEarly election on 28 April 2019.G{5!  C2019-04-14https://en.wikipedia.org/wiki/2019_Finnish_parliamentary_election@/Lp/vaalitW74!K  K2019-03-03https://en.wikipedia.org/wiki/2019_Estonian_parliamentary_electione |5vvkElections held on 3 March 2019.U6ׂ3!  ' 2018-10-14https://en.wikipedia.org/wiki/Luxembourg_general_election,_2018</6LqeplThe votes are not real votes, but fictional votes that transform the multi-vote system into a single-vote system via a calculation process. #C-x2!  72018-10-06https://en.wikipedia.org/wiki/Latvian_parliamentary_election,_2018dD } Xcvk?Ps1!  #2018-09-09https://en.wikipedia.org/wiki/Swedish_general_election,_2018]racgbӵval<K}50!   61933-03-05https://en.wikipedia.org/wiki/German_federal_election,_March_1933]#FXTwidThe last democratic election of the Weimar Republic took place with strong repression by the state and by paramilitary groups (Sturmabteilung, SA) against left parties (esp. KPD and SPD).*|/!   61932-11-06https://en.wikipedia.org/wiki/German_federal_election,_November_1932HE!=wid,x.!   61932-07-31https://en.wikipedia.org/wiki/German_federal_election,_July_1932`7 a2Dzwid +s-!   61930-09-14https://en.wikipedia.org/wiki/German_federal_election,_1930A{kwid -s,!  61928-05-20https://en.wikipedia.org/wiki/German_federal_election,_1928u ۍ]Awid '|+!   61924-12-07https://en.wikipedia.org/wiki/German_federal_election,_December_1924RyԀΆwid "\*!  U 61924-05-04https://en.wikipedia.org/wiki/German_federal_election,_May_1924IGTDwidMain election on 4 May 1924, with repeat elections in Dittmannsdorf and Oppeln on 21 September 1924. !d)! m 61920-06-06https://en.wikipedia.org/wiki/German_federal_election,_1920cP8F8FLast free election in the First Austrian Republic.z$!  ;1927-04-24https://en.wikipedia.org/wiki/Austrian_legislative_election,_1927>J87no-2010 z#!  ;1923-10-21https://en.wikipedia.org/wiki/Austrian_legislative_election,_1923: 3!G2no-2010z"!   ;1920-10-17https://en.wikipedia.org/wiki/Austrian_legislative_election,_19209A--yno-2010~!!  <2018-06-03https://en.wikipedia.org/wiki/Slovenian_parliamentary_election,_2018Z"$ N voltive1Lxy !  2018-03-04https://en.wikipedia.org/wiki/2018_Italian_general_electionvŝAmdi, pcB{!  '2018-04-08https://en.wikipedia.org/wiki/Hungarian_parliamentary_election,_2018~mX^Wwovb.;P!! 'Q  2017-10-22https://en.wikipedia.org/wiki/Japanese_general_election,_2017ReMejpr, parlineEarly election on 22 October 2017.RZ! 'A 82017-10-28https://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_2017?ʶ1hagstofa, mblEarly election after the end of the Benediktsson III cabinet.Empty Votes = Invalid Votew!   D2017-10-21https://en.wikipedia.org/wiki/Czech_legislative_election,_2017MM8volby%40x!  ;2017-10-15https://en.wikipedia.org/wiki/Austrian_legislative_election,_2017aN#qM\ibmi"2q!   2017-09-23https://en.wikipedia.org/wiki/New_Zealand_general_election,_2017x2R("'|=z!  2017-09-11https://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_20179s,H,valg!)u!  62017-09-24https://en.wikipedia.org/wiki/German_federal_election,_2017JU$bwl 9/y!  2016-12-11https://en.wikipedia.org/wiki/Romanian_legislative_election,_2016IntkbecQy!   +2017-06-18https://en.wikipedia.org/wiki/French_legislative_election,_2017A,aYref8! #  ,2017-06-08https://en.wikipedia.org/wiki/United_Kingdom_general_election,_2017e\bbc, hcl-rpXMy!  2017-03-15https://en.wikipedia.org/wiki/Dutch_general_election,_2017Ľ/vIkiesraadNz!   2017-03-26https://en.wikipedia.org/wiki/Bulgarian_parliamentary_election,_2017j805egH>o!   H2017-06-03https://en.wikipedia.org/wiki/Maltese_general_election,_2017C7`HD!%  2016-10-09https://en.wikipedia.org/wiki/Lithuanian_parliamentary_election,_2016&^nS^parline, vrkJax!   82016-10-29https://en.wikipedia.org/wiki/Icelandic_parliamentary_election,_2016?list!  >2016-09-11https://en.wikipedia.org/wiki/Croatian_parliamentary_election,_20169n9/Iw!   !2016-07-02https://en.wikipedia.org/wiki/Australian_federal_election,_20164ٟΞaec$u !   2016-06-26https://en.wikipedia.org/wiki/Spanish_general_election,_2016^p;m8miG ! +  32016-05-22https://en.wikipedia.org/wiki/Cypriot_legislative_election,_20168I.\cy-gov, parline3>w  !  2016-03-06https://en.wikipedia.org/wiki/Slovak_parliamentary_election,_2016C(hx'ʆssr Or !  %2016-02-26https://en.wikipedia.org/wiki/Irish_general_election,_20161= 6eie, tcA\ ! M >2015-11-08https://en.wikipedia.org/wiki/Croatian_parliamentary_election,_20159#)"ejprVotes are given on the alliance level as votes cast for each alliance party do not add up to the total votes cast for an alliance. Some voters did not indicate their preferential vote, but just voted for the whole alliance.I {!  1920-07-06https://en.wikipedia.org/wiki/Danish_Folketing_election,_July_1920yno-2010}O!K  1915-05-07https://en.wikipedia.org/wiki/Danish_Folketing_election,_1915rqno-2010Number of votes is not available due to election without voting in 104 of 114 constituencies. {u!  2015-12-20https://en.wikipedia.org/wiki/Spanish_general_election,_2015^m/Zzmi G}!  2015-11-01https://en.wikipedia.org/wiki/Turkish_general_election,_November_2015&d_ysk{!  J2015-10-25https://en.wikipedia.org/wiki/Polish_parliamentary_election,_2015]GpkwEzp!  (2015-10-18https://en.wikipedia.org/wiki/Swiss_federal_election,_2015P'&ybafs r!  2015-10-19https://en.wikipedia.org/wiki/Canadian_federal_election,_2015R5 9ceoc{!  ?2015-10-04https://en.wikipedia.org/wiki/Portuguese_legislative_election,_2015ǺR\OpacneF}!  )2015-09-20https://en.wikipedia.org/wiki/Greek_legislative_election,_September_2015,'TWR*S:{!   +1924-05-25https://en.wikipedia.org/wiki/French_legislative_election,_1924>Ano-2010Jy~!   +1919-10-16https://en.wikipedia.org/wiki/French_legislative_election,_1919h|zno-2010O{}!   +1914-05-10https://en.wikipedia.org/wiki/French_legislative_election,_1914Jȗno-2010v{|!   +1910-05-08https://en.wikipedia.org/wiki/French_legislative_election,_1910D[Mno-2010ow{!   +1902-05-11https://en.wikipedia.org/wiki/French_legislative_election,_1902?3x[`no-2010{z!   +1906-05-20https://en.wikipedia.org/wiki/French_legislative_election,_1906? }no-2010{y!   +1928-04-29https://en.wikipedia.org/wiki/French_legislative_election,_1928Z1no-2010C:x!   +1932-05-08https://en.wikipedia.org/wiki/French_legislative_election,_1932]kGno-2010Available data is inconsistent, valid votes sum up to 9547422.:{w!   +1936-05-03https://en.wikipedia.org/wiki/French_legislative_election,_1936`&Ano-2010/iv!  (1902-10-26https://en.wikipedia.org/wiki/1902_Swiss_federal_election 7mackiemu!  (1905-10-29https://en.wikipedia.org/wiki/1905_Swiss_federal_election ;Gmackiemt!  (1908-10-25https://en.wikipedia.org/wiki/1908_Swiss_federal_election Z$mackiems!  (1911-10-29https://en.wikipedia.org/wiki/1911_Swiss_federal_election mackiemr!  (1914-10-25https://en.wikipedia.org/wiki/1914_Swiss_federal_election 1mackiemq!  (1917-10-28https://en.wikipedia.org/wiki/1917_Swiss_federal_election mackiewp!  2015-06-18https://en.wikipedia.org/wiki/Danish_general_election,_2015??6R|5 valgside52o!?  2015-06-07https://en.wikipedia.org/wiki/Turkish_general_election,_June_2015&_1 e+tuikElection on 7 June 2015. &wwn! !  1902-11-25https://en.wikipedia.org/wiki/New_Zealand_general_election,_1902PX-݋\ec-nz, vow{m! !  1905-12-06https://en.wikipedia.org/wiki/New_Zealand_general_election,_1905PE9L6ec-nz, vow-{l! !  1908-12-01https://en.wikipedia.org/wiki/New_Zealand_general_election,_1908P1kwec-nz, vowuk!  #1940-09-15https://en.wikipedia.org/wiki/Swedish_general_election,_1940>,+1no-2010uj!  #1936-09-20https://en.wikipedia.org/wiki/Swedish_general_election,_1936;v,,yno-2010ui!  #1932-09-18https://en.wikipedia.org/wiki/Swedish_general_election,_19328p&*.&no-2010uh!  #1928-09-21https://en.wikipedia.org/wiki/Swedish_general_election,_19285~$#no-2010ug!  #1924-09-21https://en.wikipedia.org/wiki/Swedish_general_election,_192423no-2010uf!  #1921-09-26https://en.wikipedia.org/wiki/Swedish_general_election,_19211-ano-2010ue!  #1920-09-17https://en.wikipedia.org/wiki/Swedish_general_election,_19203  no-2010ud!  #1917-09-16https://en.wikipedia.org/wiki/Swedish_general_election,_1917& F :no-2010Xc!  #1914-09-13https://en.wikipedia.org/wiki/Swedish_general_election,_September_1914 8 (no-2010Y{b!  #1914-04-07https://en.wikipedia.org/wiki/Swedish_general_election,_March_1914f  no-2010Yqa!  #1911-09-24https://en.wikipedia.org/wiki/Swedish_general_election,_1911D D 7Fno-2010{`! !  1938-10-15https://en.wikipedia.org/wiki/New_Zealand_general_election,_1938P/e\pec-nz, vow${_! !  1935-11-27https://en.wikipedia.org/wiki/New_Zealand_general_election,_1935P  ec-nz, vow'{^! !  1931-12-02https://en.wikipedia.org/wiki/New_Zealand_general_election,_1931P Y# j ec-nz, vow#{]! !  1928-11-14https://en.wikipedia.org/wiki/New_Zealand_general_election,_1928P Y kec-nz, vow!{\! !  1925-11-04https://en.wikipedia.org/wiki/New_Zealand_general_election,_1925P |ec-nz, vow!{[! !  1922-12-07https://en.wikipedia.org/wiki/New_Zealand_general_election,_1922P  hec-nz, vow){Z! !  1919-12-17https://en.wikipedia.org/wiki/New_Zealand_general_election,_1919P mp ec-nz, vow({Y! !  1914-12-11https://en.wikipedia.org/wiki/New_Zealand_general_election,_1914P fk='ec-nz, vow({X! !  1911-12-19https://en.wikipedia.org/wiki/New_Zealand_general_election,_1911P XHec-nz, vow+}W!  1924-10-21https://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1924Y1uno-2010}V!  1921-10-24https://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1921 no-2010|U!  1918-10-21https://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1918~* Nno-2010|T!  1915-10-21https://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1915{ >= no-2010|S!  1912-10-21https://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1912{ Zn" Pno-2010h|R!  1909-10-25https://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1909{ {^no-2010f|Q!  1906-08-27https://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1906{k `no-2010d|P!  1903-09-16https://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1903uywano-2010bxO!  1900-07-01https://en.wikipedia.org/wiki/Norwegian_parliamentary_election,_1900r[Qno-2010rN!  1937-05-26https://en.wikipedia.org/wiki/Dutch_general_election,_1937dD @H=no-2010rM!  1933-04-26https://en.wikipedia.org/wiki/Dutch_general_election,_1933d>;8dno-2010rL!  1929-07-03https://en.wikipedia.org/wiki/Dutch_general_election,_1929d:P,6 3/no-2010rK!  1925-07-01https://en.wikipedia.org/wiki/Dutch_general_election,_1925d61b/&no-2010oJ!  1922-07-05https://en.wikipedia.org/wiki/Dutch_general_election,_1922d2YX,no-2010kI!  1918-07-03https://en.wikipedia.org/wiki/Dutch_general_election,_1918]'Dno-2010zH!   1937-06-06https://en.wikipedia.org/wiki/Luxembourg_general_election,_193771 Ino-2010The percentage of votes is not related to the number of votes in the table, as voters could cast more votes in some constituencies than others, and is instead calculated based on the proportion of votes received in each constituency (Nohlen/Stöver 2010: 1254). R~~]~}}D|||G{{j{$zzjz"yyNxxax ww?vvvAuufttTsssrrBqqfppp:ooo5nnSmlkYjj]ii>hhh)ggXffMeepddcc7bbVaa&``__[^^c^!]]o]\[[n[ ZZYXXW VUTSESQQFPP3OOhO0NNSMMsM LL@KK JJJII HHGGWFEEDLCCzC$BkAAlA@"?V?>>N===*<9988877655R444A33Q22`110~///.{.5,++*p)((c''_&&&E%%X$$k$## "".! R D}`o+1'H>)PWq+ ( l  w > ;3f/K[Ry ' ?=?!  election dateAlleanza dei ProgressistiAlliance of ProgressivesFalseAPAlleanza dei Progressisti1994-03-27(g  !  Slovenská demokratická a kresťanská únia – Demokratická stranaSlovak Democratic and Christian Union -- Democratic PartyFalseSDKU-DSSlovenska demokraticka a krestanska unia -- Demokraticka strana2006-01-21' gW]!  Slovenská demokratická a kresťanská úniaSlovak Democratic and Christian UnionFalseSDKUSlovenska demokraticka a krestanska unia2000-02-18&` 7?7!  Aktiounskomitee RenteAction Committee PensionsAR.Aktiounskomitee Rente1987-05-12% ~ USU!  Alternativ Demokratesch ReformparteiAlternative Democratic Reform PartyADR.Alternativ Demokratesch Reformpartei2006-04-02$B} !% !!  reviewHreyfinginThe MovementHKHreyfingin2009-09-18#L| /)/!  BorgarahreyfinginCivic MovementBKBorgarahreyfingin2009-07-01"M{ )#)!  Fronto partijaFront PartyFalseFronto Fronto partija2008-07-01!~z GEE!  no-2010Sinn Féin The Workers' PartySinn Fein The Workers' PartyFalseSFSinn Fein The Workers' Party1977-07-01 2y }[u!  Valstiečių ir Naujosios demokratijos partijų sąjungaPeasants and New Democratic Party UnionVNDSValstieciu ir Naujosios demokratijos partiju sajunga2001-12-01Ux 9+ 3!  Krikščionių partijaChristian PartyKPKrikscioniy partija2010-01-23rw I= I!  Socialistinis liaudies frontasSocialist People's FrontSPF Socialistinis liaudies frontas2009-12-19v eSY!  Lietuvos valstiečių ir žaliųjų sąjungaLithuanian Peasant and Greens UnionFalseLVLSLietuvos valstiecic ir zaliujc sajunga2012-01-15hu ?5?!  Verenigde Senioren PartijUnited Seniors PartyFalseVSPpVerenigde Senioren Partij2001-12-15ft =5=!  Algemeen Ouderen VerbondGeneral Senior UnionFalseAOVpAlgemeen Ouderen Verbond1993-12-01Qs /- /!  Centrumpartij '86Centre Party '86CP86Centrumpartij '861986-05-20Cr '%'!  CentrumpartijCentre PartyCPCentrumpartij1980-03-11|q GIG!  Rooms-Katholieke StaatspartijRoman-Catholic Political PartyFalseRKSPRooms-Katholieke Staatspartij1926-07-01`p 99 9!  Katholieke VolkspartijCatholic Peoples PartyKVPKatholieke Volkspartij1945-12-22To -+-!  Europese GroenenEuropean GreensFalseEuGroEuropese Groenen1983-12-17Cn !!!!  De GroenenThe GreensFalseGroenDe Groenen1986-07-01Om 1-/!  Parti républicainRepublican PartyRP;Parti republicain1977-05-20Zl 7/3!  Démocratie libéraleLiberal DemocracyFalseDL;Democratie liberale1998-05-16kk A;?!  Independants républicainsIndependent RepublicansFalseIR;Independants republicains1962-07-01Kj +!+!  Front de gaucheLeft FrontFalseFdGFront de gauche2009-07-01mi C9?!  Parti communiste françaiseFrench Communist PartyFalsePCFParti communiste francais1920-07-01h SSS!  Green Party of Aotearoa New ZealandGreen Party of Aotearoa New ZealandFalseGreensGreen Party of Aotearoa New Zealand1990-05-18xg EEE!  New Zealand Democratic PartyNew Zealand Democratic PartyFalseNZDPdNew Zealand Democratic Party1985-07-01 \f 333!  Social Credit PartySocial Credit PartyFalseSCPdSocial Credit Party1953-01-10 ie =;;!  Lietuvos moterų partijaLithuanian Womens PartyFalseLMPLietuvos moteru partija1995-02-25 sd I5I!  Naujosios demokratijos partijaNew Democratic PartyFalseNDPNaujosios demokratijos partija1998-07-01 mc O-K!  Alternativ Lëscht – Wiert IechAlternative ListAL6Alternativ Lescht -- Wiert Iech1979-07-01 >b #! !  Déi GréngThe GreensGreng6Dei Greng1995-07-01a KMI!  Lega Lombarda – Alleanza NordLombard League -- North AllianceFalseLL-ANLega Lombarda -- Alleanza Nord1989-06-18` ]S]!  Socialdemokratska stranka Slovenije SDSSSocial Democratic Party of SloveniaSDSSocialdemokratska stranka Slovenije SDSS1992-07-01_ [][!  Volkspartij voor Vrijheid en DemocratiePeople's Party for Freedom and DemocracyFalseVVDVolkspartij voor Vrijheid en Democratie1948-01-24]^ 9'9!  Partij van de VrijheidFreedom PartyFalsePvdVPartij van de Vrijheid1946-03-23v] CAC!  hslPartito socialista autonomoAutonomous Socialist PartyFalsePSAPartito socialista autonomo1969-04-27o\ C9C!  Partito Socialista UnitarioUnited Socialist PartyFalsePSUPartito Socialista Unitario1992-07-01w[ G7G!  ho-86Partei der Arbeit der SchweizSwiss Party of LabourFalsePdAPartei der Arbeit der Schweiz1944-07-01EZ I!  ho-86Kommunistische Partei der Schweiz – Parti communiste suisseCommunist Party of SwitzerlandFalseKPS-PCSKommunistische Partei der Schweiz -- Parti communiste suisse1921-07-01yY 5  !  Nacionālā apvienība „Visu Latvijai!” – „Tēvzemei un Brīvībai / LNNK”National Alliance All For Latvia -- For Fatherland and Freedom / LNNKNA Nacionala apvieniba Visu Latvijai -- Tevzemei un Brivibai / LNNK2011-07-23`X 555!  Anti-Socialist PartyAnti-Socialist PartyFalseASOCAnti-Socialist Party1906-07-01W [[[!  Australian Labor Party (Anti-Communist)Australian Labor Party (Anti-Communist)FalseALP-ACAustralian Labor Party (Anti-Communist)1955-04-07hV ;;;!  Democratic Labour PartyDemocratic Labour PartyFalseDLPDemocratic Labour Party1957-07-01hU ;;;!  Call to Australia PartyCall to Australia PartyFalseCTArCall to Australia Party1977-07-01qT AAA!  Christian Democratic PartyChristian Democratic PartyFalseCDPrChristian Democratic Party1997-07-01cS 5=5!  Danmarks RetsforbundJustice Party of DenmarkFalseDRFFDanmarks Retsforbund1919-10-21AR  !# knessetMokedFocusMokedMoked1973-07-25מוקד‎8Q Q?Q!{ HaMiflega HaKomunistit HaYisraelitCommunist Party of IsraelFalseMakiHaMiflega HaKomunistit HaYisraelit1948-07-01המפלגה הקומוניסטית הישראלית‎XP ///!  bpfThe Ecology PartyThe Ecology PartyFalseEPThe Ecology Party1975-07-01FO ###!  bpfGreen PartyGreen PartyFalseGPGreen Party1985-07-01fN =5;!  Coalición por la EuropaCoalition for EuropeFalseCpECoalicion por la Europa2009-06-06 M [GY!  Coalición por la Europa de los PueblosFor the Europe of the PeoplesFalseCEPCoalicion por la Europa de los Pueblos1987-07-01@L yum!  Tyäväen ja Pienviljelijäin Sosialdemokraattinen Liitto – Arbetarnas och Småbrukarnas Socialdemokratiska FörbundSocial Democratic League of Workers and SmallholdersFalseTPSLTTyavaen ja Pienviljelijain Sosialdemokraattinen Liitto -- Arbetarnas och Smabrukarnas Socialdemokratiska Forbund1959-05-06K MEM!  Sosialidemokraattisen oppositionSocial Democratic OppositionFalseSD-oTSosialidemokraattisen opposition1957-04-21jJ /;-!+ Shakai Minshu-tōSocial Democratic PartyFalseSDPShakai Minshu-to1996-01-19社会民主党pI /;)!+ no-2001Nihon Kyôdô TôJapan Cooperative PartyFalseJCoPNihon Kyodo To1945-12-18日本協同党&H k3A-!+ Election date 1947 used as date of name change.no-2001Kokumin Kyôdô TôNational Cooperative PartyFalseNCoPKokumin Kyodo To1947-04-25国民協同党EG )' '!  Unia WolnościFreedom UnionUWPUnia Wolnosci1994-04-23 5;5!  Vapaan Suomen LiittoLeague for Free FinlandFalseVSLVapaan Suomen Liitto1996-07-01ہ= m1e!  Itsenäisyyspuolue – SjälvständighetspartietIndependence PartyFalseIItsenaisyyspuolue -- Sjalvstandighetspartiet2006-07-01f< -7+!+ Nihon Shakai-tōJapan Socialist PartyFalseJSPNihon Shakai-to1945-07-01日本社会党`; -? -! Kokumin MinshutoPeople's Democratic PartyPDPKokumin Minshuto1950-04-01改進党S: /%-! Rikken KaishintōReform PartyRKRikken Kaishinto1952-02-08改進党ց9 [Q[!  Sozialdemokratische Partei ÖsterreichsSocial Democratic Party of AustriaFalseSPOSozialdemokratische Partei Oesterreichs1991-06-11ҁ8 QAQ!  Sozialistische Partei ÖsterreichsSocialist Party of AustriaFalseSPOSozialistische Partei Oesterreichs1945-04-14e7 );)!+ Nihon ShimpotoJapan Progressive PartyFalseJPPNihon Shimpoto1945-11-16日本進歩党R6 -! mackieMinshutōDemocratic PartyFalseDPMinshuto1947-03-01民主党Y5 5! no-2001Jiyū-tōLiberal Party (1950)FalseLP-50Jiyu-to1950-03-01自由党f4 +='!+ Minshu JiyūtōDemocratic Liberal PartyFalseDLPMinshu Jiyuto1948-03-01民主自由党i3 )A%!+ Nihon JiyūtōJapan Liberal Party (1945)FalseJLP-45Nihon Jiyuto1945-07-01日本自由党ˁ2 [Q[!  Partito Socialista Democratico ItalianoItalian Democratic Socialist PartyFalsePSDIPartito Socialista Democratico Italiano1952-01-07j1 C9 C!  Partito Socialista UnitarioUnited Socialist PartyPSUPartito Socialista Unitario1969-07-05Ɂp0 !  phbGesamtdeutscher Block / Bund der Heimatvertriebenen und EntrechtetenAll-German Bloc / League of Expellees and Deprived of RightsFalseGB/BHEGesamtdeutscher Block / Bund der Heimatvertriebenen und Entrechteten1952-11-14ȁ(/ g]g!  phbBlock der Heimatvertriebenen und EntrechtetenBloc of Expellees and Deprived of RightsFalseBHEBlock der Heimatvertriebenen und Entrechteten1950-01-08ǁ. =;=!e Zemedelski Naroden SuyuzAgrarian People's UnionZNSaZemedelski Naroden Suyuz2006-05-01Земеделски народен съюзg- uOs!  Balgarski Zemedelski Naroden Suyuz – Naroden SuyuzBulgarian Agrarian People's UnionBZNSaBalgarski Zemedelski Naroden Suyuz -- Naroden Suyuz1990-07-01Български земеделски народен съюзs, a]a!/ Zemedelski sayuz "Aleksandar Stamboliyski"Agrarian Union "Aleksandar Stamboliyski"FalseZS-ASZemedelski sayuz "Aleksandar Stamboliyski"2005-07-01Земеделски съюз „Александър Стамболийски“J+ !s Balgarski Zemedelski Naroden Suyuz "Alexandar Stamboliyski"Bulgarian Agrarian People's Union "Aleksandar Stamboliyski"BZNS-ASBalgarski Zemedelski Naroden Suyuz "Alexandar Stamboliyski"1993-07-01Български земеделски народен съюз „Александър Стамболийски“C* '''!  The CoalitionThe CoalitionCThe Coalition1923-07-01) caa!  Katholisch-Konservative Partei der Schweiz Catholic-Conservative Party of SwitzerlandCCPSKatholisch-Konservative Partei der Schweiz1912-07-01a( ;;9!  Slovenska kmečka zvezaSlovenian Peasant UnionSKZSlovenska kmecka zveza1988-07-01l' ?=?!  Slovenska ljudska strankaSlovenian People's PartyFalseSLSSlovenska ljudska stranka1992-07-01 & [EU!  Fédéralistes Démocrates FrancophonesFrancophone Democratic FrontFalseFDFFederalistes Democrates Francophones2010-07-01% UUS!  Front Démocratique des FrancophonesDemocratic Front of the FrancophonesFalseFDFFront Democratique des Francophones1964-07-01A$ wuo!  Ľudová strana – Hnutie za demokratické SlovenskoPeople's Party -- Movement for a Democratic SlovakiaFalseLS-HZDSvLudova strana -- Hnutie za Demokraticke Slovensko2003-07-01# OQM!  Hnutie za demokratické SlovenskoMovement for a Democratic SlovakiaFalseHZDSvHnutie za Demokraticke Slovensko1991-07-01V" 1/ 1!  Grüne AlternativeGreen AlternativeGrueneGruene Alternative1986-09-20! YSW!  Die Grünen – Die Grüne AlternativeThe Greens -- The Green AlternativeFalseGrueneDie Gruenen -- Die Gruene Alternative1993-07-01 UUU!  Co-operative Commonwealth FederationCo-operative Commonwealth FederationFalseCCF(Co-operative Commonwealth Federation1932-07-01Z 55 5!  New Democratic PartyNew Democratic PartyNDP(New Democratic Party1961-08-03I )- )!  Demokrat PartiDemocratic PartyDPuDemokrat Parti2007-05-05Q 1-/!  Doğru Yol PartisiRight Path PartyDYPuDogru Yol Partisi1983-07-01n K'K!  Conservative and Unionist PartyConservativesFalseConConservative and Unionist Party1912-07-01" aea!  Lega Nord per l'indipendenza della PadaniaNorth League for the Independence of PadaniaFalseLNLega Nord per l'indipendenza della Padania1991-01-08 QIQ!  Movimento Sociale Fiamma TricoloreTricolor Flame Social MovementFalseMSFTMovimento Sociale Fiamma Tricolore1995-07-01 UWU!  Erakond Eesti Kristlikud DemokraadidParty of Estonian Christian DemocratsFalseEEKDaErakond Eesti Kristlikud Demokraadid2006-07-01{ ASA!  Eesti Kristlik RahvaparteiEstonian Christian Democratic PartyFalseEKRPaEesti Kristlik Rahvapartei1998-07-01 QEO!  Združena lista socialni demokratiUnited List Social DemocratsFalseZLSDZdruzena lista socialni demokrati1993-05-29i ;/;!  reutersPartij voor de VrijheidParty for FreedomFalsePVVPartij voor de Vrijheid2006-02-22M '''!  papoGroep WildersWilders GroupFalseGWGroep Wilders2004-09-022 u_o!  mackieUnion des démocrates pour la cinquième républiqueUnion of Democrats for the Fifth RepublicUDRFUnion des democrates pour la cinquieme republique1967-07-01< !  GaullistsGaullistsFalseGFGaullists1944-07-01n O!M!  Federalismo – Europa dei PopoliFederalismFalseFedFederalismo -- Europa dei Popoli1984-07-01j ?7?!  Movimento per l'AutonomiaMovement for AutonomyFalseMpAMovimento per l'Autonomia2005-07-01P /'-!  Liberálna stranaLiberal PartyFalseLsOLiberalna strana2007-07-01G ''#!  Ludová úniaPeoples UnionFalseLuOLudova unia2003-07-01C #!#!  FederalismoFederalismFalseFedFederalismo1989-07-01Y   !  Eesti Sotsiaaldemokraatlik Partei / Eesti Maa-KeskerakondEstonian Social Democratic Party / Estonian Rural Centre PartyFalseESDP/EMKEesti Sotsiaaldemokraatlik Partei / Eesti Maa-Keskerakond1992-07-01y +Y+!1 Midori no KaigiEnvironmental Green Political AssemblyFalseEGPzMidori no Kaigi2002-07-01みどりの会議@ )!  SakigakeSakigake PartyFalseSPzSakigake1998-07-01d +1+!1 Shinto SakigakeNew Party SakigakeFalseNPzShinto Sakigake1993-07-01新党さきがけV 515!  Partidul ConservatorConservative PartyPCPartidul Conservator2005-05-07a ;;9!  Partidul Umanist RomânRomanian Humanist PartyPURPartidul Umanist Roman1991-12-18n A;A!  Movimento per le AutonomieMovement for AutonomiesFalseMpAMovimento per le Autonomie2009-07-01R ---!  Liberal AllianceLiberal AllianceFalseLAxLiberal Alliance2008-07-01? #%#!  Ny AllianceNew AllianceNAxNy Alliance2007-05-07H  O!  prfiSuomen Kommunistinen Puolue – Finlands Kommunistiska PartietCommunist Party of Finland (1997)FalseSKP-97&Suomen Kommunistinen Puolue -- Finlands Kommunistiska Partiet1997-02-04p 7S3!  Suomen Kommunistinen Puolue (yhtenäisyys) – Finlands Kommunistiska Partiet (enhet)Communist Party of Finland (unity)FalseSKP&Suomen Kommunistinen Puolue (yhtenaisyys) -- Finlands Kommunistiska Partiet (enhet)1986-07-01S 3%1!  Polo delle LibertàFreedom PoleFalsePdLCPolo delle Liberta1993-07-01J ' !!  election dateL'UlivoOlive TreeFalseUlivoL'Ulivo1996-04-21. =}!  Suomen Kristillinen Liitto – Finlands Kristliga FörbundFinnish Christian LeagueFalseSKLSuomen Kristillinen Liitto -- Finlands Kristliga Forbund1958-05-066 E!  rpfiSuomen Kristillisdemokraatit – Kristdemokraterna i FinlandFinninsh Christian DemocratsKDSuomen Kristillisdemokraatit -- Kristdemokraterna i Finland2001-06-01T~ 3'1!  Casa delle LibertàFreedom HouseFalseCdLCCasa delle Liberta2000-07-01U} 5%3!  Polo per le LibertàFreedom PoleFalsePPLCPolo per le Liberta1996-07-01y| SC G!  Česká strana národně sociálníCzech National Social PartyCSNSCeska strana narodne socialni1997-07-01D{ k {!  Svobodní demokraté – Liberální strana národně sociálníFree Democrats -- Liberal National Social PartyCSSSvobodni demokrate -- Liberalni strana narodne socialni1995-07-01z YES!  Československá strana socialistickáCzechoslovak Socialist PartyFalseCSSCeskoslovenska strana socialisticka1990-07-01sy eee!+ Natsionalno Dvizhenie za Stabilnost i VazhodNational Movement for Stability and ProgressNDSV Natsionalno Dvizhenie za Stabilnost i Vazhod2007-07-01Национално движение за стабилност и възходAx QCQ! Natsionalno Dvizhenie Simeon VtoriNational Movement Simeon IIFalseNDSV Natsionalno Dvizhenie Simeon Vtori2001-07-01Национално движение Симеон ВториXw 111!  Future New ZealandFuture New ZealandFalseFNZFuture New Zealand1998-07-01iv ===!  Christian Democrat PartyChristian Democrat PartyFalseCDChristian Democrat Party1995-07-01~ju ===!  Parti radical-socialisteRadical-Socialist Party FalsePRSParti radical-socialiste1994-07-01}t MMM!  Mouvement des radicaux de gaucheMovement of Radicals of the LeftFalseMRGMouvement des radicaux de gauche1973-07-01|s aYa!  Mouvement de la gauche radicale-socialisteMovement of the Radical-Socialist LeftFalseMGRSMouvement de la gauche radicale-socialiste1972-07-01{ir ;?;!  Parti radical de gaucheRadical Party of the LeftFalsePRGParti radical de gauche1998-07-01ziq I)I!  Partito dei Contadini d'ItaliaAgrarian PartyPaCoIjPartito dei Contadini d'Italia1945-07-01yNp +)+!  Partito AgrarioAgrarian PartyFalsePAgjPartito Agrario1919-07-01x6o ! Groen!Green!FalseGroen:Groen!2003-07-01wvn /k/! Anders GAan LEVenLive Differently -- Flemish-speaking EcologistsFalseAgalev:Anders GAan LEVen1979-07-01v:m 9 ! Ecologistes Confederes pour l'Organisation de Luttes OriginalesFrancophone EcologistsFalseEcoloEcologistes Confederes pour l'Organisation de Luttes Originales1976-07-01ul '- '! Vlaams BelangFlemish InterestVBVlaams Belang2004-11-14tParty was forced to dissolve in 2004 and reformed thereafter.Dk #'#! Vlaams BlokFlemish BlockFalseVBVlaams Blok1978-07-01sdj 999! British National FrontBritish National FrontFalseBNFfBritish National Front1967-07-01r^i 919! KonstitutsioonierakondConstitution PartyFalseK6Konstitutsioonierakond2006-07-01p~h KIK! Eestimaa Ühendatud RahvaparteiEstonian United People's PartyFalseEUR6Eestimaa Uehendatud Rahvapartei1994-07-01omg CCC!  Det Konservative FolkepartiConservative People's PartyKFNDet Konservative Folkeparti1915-07-01nlf E;E!  Sotsiaaldemokraatlik ErakondSocial Democratic PartySDESotsiaaldemokraatlik Erakond2004-02-07m6e ! !  MõõdukadModeratesMMoodukad1996-07-01l\d 7/7!  Tvarka ir teisingumasOrder and JusticeFalseTTTvarka ir teisingumas2006-07-01kkc E=A!  Liberalų demokratų partijaLiberal Democratic PartyLDPLiberalu demokratu partija2002-07-01jtb CEC! Freiheitspartei der SchweizFreedom Party of SwitzerlandFalseFPSBFreiheitspartei der Schweiz1994-07-01ia u9s!  Schweizer Auto-Partei – Parti Automobiliste SuisseSwiss Automobile PartyFPSBSchweizer Auto-Partei -- Parti Automobiliste Suisse1984-07-01h0` 3!  Schweizerische Volkspartei – Union Democratique du CentreSwiss Peoples PartyFalseSVP-UDCSchweizerische Volkspartei -- Union Democratique du Centre1971-09-22g_ YSW!  Schweizerische Bauern-, Gewerbe- und Bürgerpartei – Parti Suisse des Paysans, Artisans et BourgeoisFarmers, Traders and Citizens PartyFalseBGBSchweizerische Bauern-, Gewerbe- und Buergerpartei -- Parti Suisse des Paysans, Artisans et Bourgeois1936-12-23f5^ ! GrüneGreensFalseGrueGruene1971-07-01eO] a ! Nationale Aktion gegen die Überfremdung von Volk und Heimat – Action Nationale contre l'Emprise et la Surpopulation EtrangereNational Action against Foreign DominationFalseNA-ANtNationale Aktion gegen die Ueberfremdung von Volk und Heimat -- Action Nationale contre l'Emprise et la Surpopulation Etrangere1961-07-01d\ c+a! Schweizer Demokraten – Democrates SuissesSwiss DemocratsFalseSDtSchweizer Demokraten -- Democrates Suisses1991-07-01cz[ 9_7! Nationale Aktion für Volk und Heimat – Action Nationale pour le Peuple et la PatrieNational Action for People and FatherlandFalseNA-ANtNationale Aktion fuer Volk und Heimat -- Action Nationale pour le Peuple et la Patrie1979-07-01blZ 5Q3!  Christlich Demokratische Volkspartei der Schweiz – Parti Democrate-Chretien SuisseChristian Democratic Peoples PartyCVP-PDCChristlich Demokratische Volkspartei der Schweiz -- Parti Democrate-Chretien Suisse1971-07-01axY Ce-!  Katholisch-Konservativ-Christlichsoziale Volkspartei – Parti Conservateur Chretien SocialConservative-Christian-Social People's PartyK-CSPKonservativ--Christlichsoziale Volkspartei -- Parti Conservateur Chretien Social1957-07-01`'X yAu!  Grüne Partei der Schweiz – Parti écologiste suisseGreen Party of SwitzerlandFalseGrueGruene Partei der Schweiz -- Parti ecologiste suisse1987-07-01_W OCM! Föderation der Grünen in 1983 Parteien der Schweiz – Federation Suisse des Partis EcologistesFederation of Green PartiesFalseGPS-PESFoederation der Gruenen in 1983 Parteien der Schweiz -- Federation Suisse des Partis Ecologistes1983-07-01^dV 7=7! Kristeligt FolkepartiChristian People's PartyFalseKrF3Kristeligt Folkeparti1970-07-01]mU C?A!  Alleanza Popolare – UDEURPopular Alliance -- UDEURAP-UDAlleanza Popolare -- UDEUR2003-07-01ZT KGK!  Unione Democratici per l'EuropaUnion of Democrats for EuropeFalseUDEURUnione Democratici per l'Europa1999-07-01Y_S ;7;!  Democratici di SinistraDemocrats of the LeftDS)Democratici di Sinistra1998-07-01X}R QEQ!  Partito Democratico della SinistraDemocratic Party of the LeftPDS)Partito Democratico della Sinistra1991-02-03WQ [Q[!  Partito Socialista Democratico ItalianoItalian Democratic Socialist PartyFalsePSDIPartito Socialista Democratico Italiano1971-02-10VP YQY!  Partito Socialista Lavoratori ItalianiSocialist Party of Italian WorkersFalsePSLIPartito Socialista Lavoratori Italiani1947-01-11UVO 5%5! Lista Sgarbi-PanellaPanella ListFalsePanLista Sgarbi-Panella1996-07-01TNN /- /!  Radicali ItalianiItalian RadicalsRIRadicali Italiani2001-07-01S`M ?%?!  Lista Panella-RiformatoriPanella ListFalsePanLista Panella-Riformatori1993-07-01R@L %#%!  Lista BoninoBonino ListBonLista Bonino1998-07-01QNK -'-! Partito RadicaleRadical PartyFalsePRPartito Radicale1955-07-01P%J g[e! Movimento Sociale Italiano–Destra NazionaleItalian Social Movement--Right NationalFalseMSI-DN?Movimento Sociale Italiano--Destra Nazionale1972-07-01OmI A;A! Movimento Sociale ItalianoItalian Social MovementFalseMSI?Movimento Sociale Italiano1946-07-01NPH -+-!  Parti socialisteSocialist PartyFalsePSParti socialiste1969-07-01M G i+e!  Section française de internationale ouvriéreSocialist PartyFalseSFIOSection francaise de internationale ouvriere1905-07-01LyF KI K!  Vlaamse Liberalen en DemocratenFlemish Liberals and DemocratsVLDVVlaamse Liberalen en Democraten1992-11-15KE SGS!  Partij voor Vrijheid en VooruitgangParty of Liberty and ProgressPVVVPartij voor Vrijheid en Vooruitgang1971-06-27J*D m_i!  Parti de Réformes et de la Liberté de WallonieParty for Reforms and Freedom of WalloniaFalsePRLWParti de Reformes et de la Liberte de Wallonie1976-07-01ImC C;?! Parti Réformateur LibéralLiberal Reformist PartyFalsePRLParti Reformateur Liberal1979-07-01HpB AAA! Centre Democrate HumanisteHumanist Democratic CentreFalseCDHCentre Democrate Humaniste2002-07-01GoA 9Q7! Parti Social ChrétienFrancophone Christian Social PartyFalsePSCParti Social Chretien1972-07-01FW@ #G! Partij voor Vrijheid en Vooruitgang – Parti de la Liberté et du ProgrèsParty of Liberty and ProgressFalsePVV-PLP?Partij voor Vrijheid en Vooruitgang -- Parti de la Liberte et du Progres1961-07-01Er? Q'M! Liberale Partij – Parti libéralLiberal PartyFalseLP-PL?Liberale Partij -- Parti liberal1846-07-01Dx> MEK!  Socialistische Partij – AndersSocialist Party -- DifferentSPaSocialistische Partij -- Anders2001-07-01Cb= 7;7!  Socialistische PartijFlemish Socialist PartyFalseSPSocialistische Partij1980-07-01Bw< K;K! Belgische Socialistische PartijFlemish Socialist PartyFalseBSPBelgische Socialistische Partij1978-07-01At; GAG!  staSlovenska demokratska strankaSlovenian Democratic PartySDSSlovenska demokratska stranka2003-09-19@: YSY!  Socialdemokratska zveza Slovenije SDZSSocial Democratic Union of SloveniaFalseSDZSSocialdemokratska zveza Slovenije SDZS1989-02-16?U9 1-1! Socialni demokratiSocial DemocratsFalseSDSocialni demokrati2005-07-01>x8 GGC! Smer – sociálna demokraciaDirection -- Social DemocracyFalseSmerSmer -- socialna demokracia2005-07-01=]7 795!  Smer – tretia cestaDirection -- Third WaySmerSmer -- tretia cesta1999-07-01>%<< ###!  FrontpartijFront PartyFP xFrontpartij1919-07-01H, !  HøjreRightHNHojre1881-07-01Gq CM?!  Frisinnade landsföreningenFree-minded National AssociationFL|Frisinnade landsfreningen1902-07-01Fm E;E!  Sociaal-Democratische PartijSocial-Democratic PartySDPSociaal-Democratische Partij1909-07-01EV 7+7!  Communistische PartijCommunist PartyCPCommunistische Partij1918-07-01D SQS!  Communistische Partij van NederlandCommunist Party of the NetherlandsCPNCommunistische Partij van Nederland1935-07-01Cw KA K!  Roomsch-Katholieke StaatspartijRoman-Catholic State PartyRKSP Roomsch-Katholieke Staatspartij1926-06-03B5 y_y!  Algemeene Bond van Roomsch-Katholieke KiesverenigingenGeneral League of Roman Catholic CaucusesABRKK Algemeene Bond van Roomsch-Katholieke Kiesverenigingen1904-10-15A] 959!  Norsk LandmandsforbundAgrarian AssociationNLNorsk Landmandsforbund1896-07-01@E %% %! Labour PartyLabour PartyLPnLabour Party1916-07-01None?V 33 3!  United Labour PartyUnited Labour PartyLPnUnited Labour Party1912-07-01>A %%%!  Labour PartyLabour PartyLPnLabour Party1910-07-01=5 %%  !  United PartyUnited PartyUP 1927-07-01haldsflokkurinn1924-07-014~y u )/)!  "only a loose electoral alliance" (McHale 1983, 520)BorgaraflokkurCitizens' Party Bo>Borgaraflokkur1923-07-013Nx /+/!  BorgaraflokkurinnCitizens' PartyBf` !) !  Twój RuchYour Movement TRTwoj Ruch2013-10-06K_ )1)!  Ruch PalikotaPalikot's MovementRP Ruch Palikota2011-06-01^ ]O[!  Name of remaining parliamentary group after formation of Republican and Social Action (ARS) following confidence vote on 6 March 1952.Union des républicains d'action socialeUnion of republican social actionURASFUnion des republicains d'action sociale1952-03-06i] C9A!  Latvijas Krievu savienība Latvian Russian UnionLKS Latvijas Krievu savieniba2014-07-01T\ 11 1!  Federal Lang LaborFederal Lang LaborFLL/Federal Lang Labor1946-07-01[ ]]]!  Australian Labor Party (New South Wales)Australian Labor Party (New South Wales)ALP-NSW/Australian Labor Party (New South Wales)1931-07-01Z YY Y!  Australian Labor Party (Non-Communist)Australian Labor Party (Non-Communist)ALP-NC/Australian Labor Party (Non-Communist)1940-07-01Y aY_!  Demokraadid – Eesti Demokraatlik ErakondDemocrats -- Estonian Democratic PartyEDPDemokraadid -- Eesti Demokraatlik Erakond2001-02-01YX 535!  Eesti Sinine ErakondEstonian Blue PartyESEEesti Sinine Erakond1994-11-29aW ;= 7!  Rahvaerakond Mõõdukad Moderate People's PartyRMRahvaerakond Moodukad1999-11-27 BV %)%!  RahvaerakondPeople's PartyRsRahvaerakond1998-03-01 'U gkg!  Vabariiklaste ja Konservatiivide RahvaerakondPeople's Party of Republicans and ConservativesVKRsVabariiklaste ja Konservatiivide Rahvaerakond1994-09-01 ]T 3? 3!  Eestimaa RahvalliitPeople's Union of EstoniaERaEestimaa Rahvalliit2000-06-10 iS 9K9!  Eesti Maarahva ErakondEstonian Country People's PartyEMEEesti Maarahva Erakond1994-09-29 RR 1/1!  Sajudzio koalicijaSajudis coalitionSKSajudzio koalicija1988-10-01=Q !! MeretzEnergyMeretzMeretz1992-03-09מֶרֶצlP  !!kMeretzEnergyMeretzMeretz2008-12-22מֶרֶצMerger with The New Movement (Hatnua HaHadasha)NO % !9 HatnuahThe MovementHat Hatnuah2012-11-27הַתְּנוּעָהgN +++!C Hilonit TzionitSecular ZionistHetz Hilonit Tzionit2006-01-26חילונית ציוניתoM 5_5!  Ruch Odbudowy PolskiMovement for the Reconstruction of PolandROPRuch Odbudowy Polski1995-11-18SL /1 /!  Ruch PatriotycznyPatriotic MovementRuPaRuch Patriotyczny2005-04-11K U]U!  Ruch Obywatelski Akcja DemokratycznaCitizens' Movement for Democratic ActionROADPRuch Obywatelski Akcja Demokratyczna1990-07-16QJ 1- 1!  Unia DemokratycznaDemocratic UnionUDPUnia Demokratyczna1991-05-01>I '##!  SolidarnośćSolidarnoscSlSolidarnosc1980-08-31H SIQ!  Komitet Obywatelski "Solidarność"Solidarity Citizens' CommitteeKOSlKomitet Obywatelski "Solidarnodsc"1988-12-18lG E=A!  Frontul Salvării NaţionaleNational Salvation FrontFSNFrontul Salvarii Nationale1989-12-22OF /-/!  Partidul DemocratDemocratic PartyPDPartidul Democrat1993-05-28uE IE E!  Europe Écologie – Les VertsEurope Ecology -- The GreensEELViEurope Ecologie -- Les Verts2010-11-134D !  Les VertsGreensViLes Verts1984-01-20HC 3-!  Vihreät – GrönaGreensVIHR&Vihreat -- Grona1983-07-01oB U% M!  Vihreä Liitto – Gröna FörbundetGreen LeagueVIHR&Vihrea Liitto -- Grona Forbundet1987-02-28wA KGG!  Slovenski krščanski demokratiSlovenian Christian DemocratsSKDSlovenski krscanski demokrati1989-07-01@ i] c!  Nova Slovenija – Krščanska ljudska strankaNew Slovenia -- Christian People's PartyNSINova Slovenija -- Krscanska ljudska stranka2000-08-04S? 3-3!  Demokratska strankaDemocratic PartyDSDemokratska stranka1991-10-01t> GE G!  Demokratska stranka SlovenijeDemocratic Party of SloveniaDSSDemokratska stranka Slovenije1994-03-01`= 999!  Tuleviku Eesti ErakondFuture's Estonia PartyTEETuleviku Eesti Erakond1994-07-01j< +7+!3 knessetPituah VeShalomDevelopment and PeacePS5Pituah VeShalom1978-02-28פלאטו שרוןL; '7'!  Flatto-SharonDevelopment and PeaceFS5Flatto-Sharon1976-07-01q: -+ -!W Habayit HayehudiThe Jewish HomeHHHabayit Hayehudi2008-07-01הַבַּיִת הַיְהוּדִי9 5=5!S Miflaga Datit LeumitNational Religious PartyMafdalMiflaga Datit Leumit1956-07-01מפלגה דתית לאומית‎8 C7 A!W knessetRafi – Reshima MamlakhtitRafi -- National ListRafi=Rafi -- Reshima Mamlakhtit1983-06-06רפ"י – רשימה ממלכתית+7 KG K!a knessetTenoa'a LeHithadshut MamlakhtitMovement for National RenewalTelem=Tenoa'a LeHithadshut Mamlakhtit1981-05-19תנועה להתחדשות ממלכתית6 C7A!W knessetRafi – Reshima MamlakhtitRafi -- National ListRafi=Rafi -- Reshima Mamlakhtit1981-01-26רפ"י – רשימה ממלכתית75  !# OmetzCourageO=Ometz1984-07-01אומץ‎u4 IEE!  Polska Partia Przyjaciól PiwaPolish Friends of Beer PartyPPPPPolska Partia Przyjacil Piwa1990-12-283 [U Y!  Polski Program Gospodarczy [Duże Piwo]Polish Economic Program [Large Beer]PPGPolski Program Gospodarczy [Duze Piwo]1991-10-28h2 9C9!  bbcEesti IseseisvusparteiEstonian Independence PartyEIPEesti Iseseisvuspartei1999-04-22o1 G;E!  NEOS – Das Neue ÖsterreichNEOS -- The New AustriaNEOSNEOS -- Das Neue Oesterreich2012-10-270 OC O!  errEesti Konservatiivne RahvaerakondConservative People's PartyEKREEesti Konservatiivne Rahvaerakond2012-03-26,/ o_m!  apaNEOS – Das Neue Österreich und Liberales ForumNEOS -- The New Austria and Liberal ForumNEOSNEOS -- Das Neue Oesterreich und Liberales Forum2014-01-15]. ?A?! ghoe-99Verband der UnabhängigenFederation of IndependentsVdU2Verband der Unabhaengigen1949-03-26Federation of Independents (VdU) was formed on 26 March 1949. It disbanded after losing several regional election in 1954, was dissolved on 8 April 1956 and became part of the newly formed Freedom Party of Austria (FPO) (Höbelt 1999). w- O= O!  Freiheitliche Partei ÖsterreichsFreedom Party of AustriaFPO2Freiheitliche Partei Oesterreichs1956-04-07;, }mq!  Tėvynės sąjunga – Lietuvos krikščionys demokrataiHomeland Union -- Lithuanian Christian DemocratsTS-LKDTevynes sajunga -- Lietuvos krikscionys demokratai2008-05-17O+ 1) +!  Tėvynės sąjungaHomeland UnionTS-LKTevynes sajunga1993-05-01v* O=O!  Venstre, Danmarks Liberale PartiLiberal Party of DenmarkVE Venstre, Danmarks Liberale Parti1910-07-01{) Y/U!  Sinn Féin The Workers' Party – 1905Sinn Fein -- 1905SF-05Sinn Fein The Workers' Party -- 19051905-07-019( !!  Sinn FéinSinn FeinSFSinn Fein1983-07-01^' 97 7!  Provisional Sinn FéinProvisional Sinn FeinPSFProvisional Sinn Fein1970-07-01T& 31 1!  Official Sinn FéinOfficial Sinn FeinSFOfficial Sinn Fein1970-07-01O% /- /!  FDP.Die LiberalenFDP.The LiberalsFDPFDP.Die Liberalen2009-01-01ف\$ /=-!  Freisinnig-Demokratische Partei der Schweiz – Parti Radical-Democratique SuisseRadical Democratic PartyFDP-PRDFreisinnig-Demokratische Partei der Schweiz -- Parti Radical-Democratique Suisse1894-07-01b# ;79!  Zares – nova politikaZares -- New politicsZaresFZares -- nova politika2007-10-06o" E=C!  Zares – socialno-liberalniZares -- Social LiberalsZaresFZares -- socialno-liberalni2011-10-15;! !  knessetKadimaForwardKadimaNKadima2006-01-17[ +;+!  knessetAchrayut LeumitNational ResponsibilityAcLeNAchrayut Leumit2005-11-24I )))!  Popolari UDEURUDEUR PopularsPoUDPopolari UDEUR2004-07-01L 3!1!  Državljanska listaCivic ListDLDrzavljanska lista2012-04-24с UAS!  Državljanska lista Gregorja VirantaGregor Virant's Civic ListDlGVDrzavljanska lista Gregorja Viranta2011-10-21` 5C 5!  Sdruzeni nezavislychAssociation of IndependentsSnSdruzeni nezavislych2000-07-01f ?9 9!  SNK Evropští demokratéSNK European DemocratsSNK-EDSNK Evropsti demokrate2006-01-28΂( g] ]! #Národní socialisté – levice 21. stoletíNational Socialists -- 21st Century LeftLEV21Narodni socialiste -- levice 21. stoleti2011-11-26Party was announced by former CSSD PM Jiří Paroubek on 8 October 2011 and merged with Czech National Social Party (CSNS) on 26 November. 4 !  OBČANIACITIZENSObOBCANIA2013-07-01g =C9!  Aliancia nového občanaAlliance of the New CitizenANOAliancia noveho obcana2001-07-01Z 3=/!  Magyar MunkáspártHungarian Workers' PartyMMPMagyar Munkaspart2013-05-11A %) !!  MunkáspártWorkers' PartyMPMunkaspart1993-07-01~ KQG!  Magyar Szocialista MunkáspártHungarian Socialist Workers' PartyMSZMPMagyar Szocialista Munkaspart1989-12-17y IQ E!  Magyar Kommunista MunkáspártHungarian Communist Workers' PartyMMMagyar Kommunista Munkaspart2005-11-12_ =/=!  Miflaga Libralit HadashaNew Liberal PartyMLH Miflaga Libralit Hadasha1992-03-03Ɓ KgK!  knessetMiflaga LeKidum HaRajon HaZioniParty for the Advancement of the Zionist IdeaMKRZ Miflaga LeKidum HaRajon HaZioni1990-03-15? !# TehiyaRevivalTehiya|Tehiya1986-06-02תחיה‎b =9 ;!  Tautas Saskaņas PartijaNational Harmony PartyTSP Tautas Saskanas Partija1994-02-01Á- sek!  Saskaņa Latvijai – Atdzimšana TautsaimniecībaiHarmony for Latvia -- Rebirth of the EconomySL-AT Saskana Latvijai -- Atdzimsana Tautsaimniecibai1993-01-01 I3I!7 Kokumin no Seikatsu ga DaiichiPeople's Life FirstPLFKokumin no Seikatsu ga Daiichi2012-07-12国民の生活が第Y ###!5 knessetTehiya-BnaiTehiya-BnaiTB|Tehiya-Bnai1979-11-20תחייה-בנא"יR Q! BnaiLand of Israel Loyalists' AllianceBnai|Bnai1979-07-17בנא"י. }-3 -!I The Democratic Movement for Change split: Democratic Movement (Shafik Asaad, Mordechai Elgrably, Shlomo Eliahu, Benjamin Halevi, Akiva Nof, Shmuel Tamir, and Yigael Yadin) [Knesset] knessetTnu'a DemokratitDemocratic MovementTDTnu'a Demokratit1978-09-14תנועה דמוקרטית‎q =I=! Tnu'a Demokratit LeShinuDemocratic Movement for ChangeTDSTnu'a Demokratit LeShinu1976-11-02ד"ש A1A!c Reshima Komunistit HadashaNew Communist ListRakahReshima Komunistit Hadasha1965-09-01רשימה קומוניסטית חדשה‎[ _c _! HaHazit HaDemokratit LeShalom VeLeShivionThe Democratic Front for Peace and EqualityHadashHaHazit HaDemokratit LeShalom VeLeShivion1977-03-15החזית הדמוקרטית לשלום ולשוויון‎1 E1 E! Mifleget HaAvoda HaYisraelitIsrael Labor PartyMAYMifleget HaAvoda HaYisraelit1991-10-07מִפְלֶגֶת הָעֲבוֹדָה הַיִּשְׂרְאֵלִית eY c!  Shalom LeYisrael – Makhaneh Smol LeYisraelLeft Camp of Israel -- Peace in IsraelSheliShalom LeYisrael -- Makhaneh Smol LeYisrael1977-05-17n E;C!  HaOlam HaZeh – Koah HadashThis World -- New ForceOZ-KHHaOlam HaZeh -- Koah Hadash1965-07-01n ?9?!  knessetMehaney Radikali YisraeliRadical Camp of IsraelMeriMehaney Radikali Yisraeli1973-07-03' GSG!a Mifleget Poalei Eretz YisraelWorkers Party of the Land of IsraelMapaiMifleget Poalei Eretz Yisrael1930-01-05מפלגת פועלי ארץ ישראל‎M ! !!' knessetHaMa'arakhAlignmentAHaMa'arakh1969-01-28המערך‎` [ [!w HaMa'arakh LeAhdut Poalei Eretz YisraelAlignment for the Unity of the Workers of the Land of IsraelMAPEYHaMa'arakh LeAhdut Poalei Eretz Yisrael1965-11-01המערך לאחדות פועלי ארץ ישרא‎ E5 E!c Mifleget HaAvoda HaYisraelitIsraeli Labour PartyMAYMifleget HaAvoda HaYisraelit1968-01-23מפלגת העבודה הישראלית‎O /+ /!  Demokrasi PartisiDemocracy PartyDEP Demokrasi Partisi1993-07-14Y~ 553!  Halkın Emek PartisiPeople's Labor PartyHEP Halkin Emek Partisi1990-06-07g} ;? ;!  Demokratik Halk PartisiDemocratic People's PartyDEHAP Demokratik Halk Partisi1997-10-24i| ?= =!  Halkın Demokrasi PartisiPeople's Democracy PartyHADEP Halkin Demokrasi Partisi1994-05-11 { ;= ;! UCumhuriyet Halk PartisiRepublican Peoples PartyCHPCumhuriyet Halk Partisi1995-02-18Republican Peoples Party (CHP) reformed on 9 September 1992 as a splinter from the Social Democrat Populist Party (SHP). The two parties merged on 18 February 1995._z EM C! _Sosyal Demokrat Halçi PartiSocial Democratic Populist PartySHPSosyal Demokrat Halci Parti1985-11-03Populist Party (HP) and Social Democracy Party (Sosyal Demokrasi Partisi, SDP) merged on 3 November 1985.Dy ')%!  Halkçi PartiPopulist PartyHPHalkci Parti1983-11-06/x ? }!  Barış ve Demokrasi Partisi – Partiya Aştî û DemokrasiyêPeace and Democracy PartyBDP Baris ve Demokrasi Partisi -- Partiya Asti u Demokrasiye2008-05-03$w }= y!  Demokratik Toplum Partisi – Partiya Civaka DemokratîkDemocratic Society PartyDTP Demokratik Toplum Partisi -- Partiya Civaka Demokratik2005-08-17Gv +% +!  Fazilet PartisiVirtue PartyFPbFazilet Partisi1997-12-17Du '''!  Refah PartisiWelfare PartyRPbRefah Partisi1983-07-19ht C7A!  Milliyetçi Hareket PartisiNational Action PartyMHPMilliyetci Hareket Partisi1969-07-01os I?A!  Milliyetçi Çalışma PartisiNationalist Workers PartyMCPMilliyetci Calisma Partisi1985-07-01or C7A!  no-2001Milliyetçi Hareket PartisiNational Action PartyMHPMilliyetci Hareket Partisi1993-07-01hq ?5 ?!  Bündnis 90 / Die GrünenAlliance 90 / GreensB90/GruBuendnis 90 / Die Gruenen1993-05-14=p ##!  Die GrünenGreensGrueneDie Gruenen1980-01-12Ko +%+!  letaReformu partijaReform PartyRPReformu partija2014-04-21|n IOC!  Tēvzemei un Brīvībai / LNNKFor Fatherland and Freedom / LNNKTB/LNNK Tevzemei un Brivibai / LNNK1997-06-21am ;7;!  Zatlera Reformu partijaZatlers' Reform PartyZRPZatlera Reformu partija2011-07-23vl [' U!  Vasemmistoliitto – VänsterförbundetLeft AllianceVAS Vasemmistoliitto -- Vansterforbundet1990-04-29ak 1K +!  Suomen Kansan Demokraattinen Liitto – Demokratiska Förbundet för Finlands FolkFinish Peoples Democratic UnionSKDL Suomen Kansan Demokraattinen Liitto -- Demokratiska Forbundet for Finlands Folk1944-10-296j C !  Suomen Kommunistinen Puolue – Finlands Kommunistiska PartietCommunist Party of FinlandSKP Suomen Kommunistinen Puolue -- Finlands Kommunistiska Partiet1918-08-29`i   !  Parti Libéral Démocrate et Pluraliste de la Région bruxelloiseLiberal Democratic and Pluralistic Party of the Brussels RegionPLDPParti Liberal Democrate et Pluraliste de la Region bruxelloise1971-07-01Eh )''!  Parti LibéralLiberal PartyPLParti Liberal1976-07-011g =!  Alle Macht aan de Arbeiders – Tout le Pouvoir aux OuvriersAll Power to the WorkersAMADAAlle Macht aan de Arbeiders -- Tout le Pouvoir aux Ouvriers1971-07-01#f w?u!  Partij van de Arbeid – Parti du Travail de BelgiqueWorkers' Party of BelgiumPA-PTBPartij van de Arbeid -- Parti du Travail de Belgique1979-07-01 e UWU!  Associazioni Italiane in Sud AmericaItalian Associations in Latin AmericaAISAAssociazioni Italiane in Sud America2005-07-01d _U _!  Movimento Associativo Italiani all'EsteroAssociative Movement Italians AbroadMAIEMovimento Associativo Italiani all'Estero2007-07-01ec A5 ?!  Sinistra Ecologia LibertàLeft Ecology FreedomSELSinistra Ecologia Liberta2010-10-22Sb 3-1!  Sinistra e LibertàLeft and FreedomSeLSinistra e Liberta2009-03-16_a ;79!  Coalición NacionalistaNationalist CoalitionCN|Coalicion Nacionalista1989-07-01Q` /1/!  Coalicion EuropeaEuropean CoalitionCE|Coalicion Europea1998-07-01C_ / !  Geroa BaiYes to the FutureGeBaiGeroa Bai2011-07-01C^ %#%!  Nafarroa BaiNavarre YesNaBaiNafarroa Bai2004-07-01@] +)+! qDie Linke / PDSThe Left / PDSLi/PDSDie Linke / PDS2005-07-17Party was renamed into The Left Party.PDS (Die Linkspartei.PDS), short form Die Linke (The Left), on 17 July 2005.\ WIW!  Partei des Demokratischen SozialismusParty for Democratic SocialismPDSPartei des Demokratischen Sozialismus1990-02-04:[  !  Die LinkeThe LeftLinkeDie Linke2007-06-16.Z E}!  Suomen Pienviljelijäin Puolue – Finska SmåbrukarpartietFinnish Small Farmers' PartySPPSuomen Pienviljelijain Puolue -- Finska Smabrukarpartiet1929-05-29hY A; A!  Democratische MiddenpartijDemocratic Middle PartyDMPWDemocratische Middenpartij1971-09-13UX 5-5!  Nieuwe Midden PartijNew Middle PartyNMPWNieuwe Midden Partij1970-07-011W okm!  Parti républicain, radical et radical-socialisteRepublican, Radical and Radical-Socialist PartyPRR/RSParti republicain, radical et radical-socialiste1901-07-01cV ;;;!  Parti radical valoisienRadical Party ValoisienPRVParti radical valoisien1972-07-01BU '! KōmeitōKomeito PartyKEKomeito1964-11-17公明党T _S[!  mackieUnion des démocrates pour la RépubliqueUnion of Democrats for the RepublicUDRFUnion des democrates pour la Republique1968-07-01wS !  mackieL'Union pour la nouvelle République – Union démocratique du travailUnion for the New Republic -- Gaullist Democratic Union of LabourUNR-UDTFL'Union pour la nouvelle Republique -- Union democratique du travail1962-07-01R QAO!  mackieUnion pour la nouvelle républiqueUnion for the New RepublicUNRFUnion pour la nouvelle republique1958-11-23Q _W]!  Centre national des républicains sociauxNational Centre of Social RepublicansCNRSFCentre national des republicains sociaux1956-01-02P OAM!  mackieRassemblement du peuple FrançaisRally of the French PeopleRPFFRassemblement du peuple Francais1947-04-14~OO +)+!  mackieUnion gaullisteGaullist UnionUGFUnion gaulliste1946-07-01}JN #9#!  TripartismeThree Parties AllianceTPATripartisme1944-07-01|GM -# +!  Troisième ForceThird ForceTFTroisieme Force1947-07-01{jL C;A!  Front républicain [gauche]Republican Front [Left]CeGFront republicain [gauche]1956-01-02z K [K[!  Movimento per la Rifondazione ComunistaCommunist Refoundation MovementMRC)Movimento per la Rifondazione Comunista1991-02-03yJ UEU!  Partito della Rifondazione ComunistaCommunist Refoundation PartyPRC)Partito della Rifondazione Comunista1991-12-12xI k/g!  mackieCentre du progrès et de la démocratie moderneDemocratic CentreCDCentre du progres et de la democratie moderne1968-06-23wFH ' '!  reutersForza Italia Go ItalyFITForza Italia 2013-11-16vwG KC K!  Partito Radicale TransnazionaleTransnational Radical PartyPRTPartito Radicale Transnazionale1989-01-01uZF 57 5!  Vlaamse ConcentratieFlemish ConcentrationVC"Vlaamse Concentratie1949-05-14tzE IM I!  Christelijke Vlaamse VolksunieChristian Flemish People's UnionCVV"Christelijke Vlaamse Volksunie1954-01-01s=D ) !  VolksuniePeople's UnionVU"Volksunie1954-12-15r C USU!  Open Vlaamse Liberalen en DemocratenOpen Flemish Liberals and DemocratsO-VLDVOpen Vlaamse Liberalen en Democraten2007-02-10qzB KGK!  Christen-Democratisch en VlaamsChristian Democrats & FlemishCD&VChristen-Democratisch en Vlaams2001-09-29p/A !  GroenGroenGroen:Groen2012-01-11o`@ ;5;!  Sociaal-Liberale PartijSocial Liberal PartySLPSociaal-Liberale Partij2009-01-01nW? 353!  VlaamsProgressievenFlemish ProgressivesVPVlaamsProgressieven2008-04-19mJ> [?Y!  Spirit – Sociaal Progressief Internationaal Regionalistisch Integraal-democratisch en ToekomstgerichtSpirit -- Social, Progressive, International, Regionalist, Democratic and Future-OrientedSpiritSpirit -- Sociaal Progressief Internationaal Regionalistisch Integraal-democratisch en Toekomstgericht2001-11-11lS= 5'5!  Gauche parlementaireUnion of LeftCeGGauche parlementaire1973-03-04k{< OGK!  Majorité présidentielle [droit]Presidential Majority [Right]CeDMajorite presidentielle [droit]1962-11-18j~; MEK!  Mouvement indépendant populairePopular Independent MovementFalseMPIMouvement independant populaire1964-07-01i~: [3 Y!  Partei vun der nationaler SolidaritéitNational SolidarityPNSPartei vun der nationaler Solidariteit1968-07-01h9 _M]!  Union pour la nouvelle majorité [droite]Union for a New Majority [Right]CeDUnion pour la nouvelle majorite [droite]1981-06-14g8 SOS!  Union du rassemblement et du centreUnion of the Rally and the CentreCeDUnion du rassemblement et du centre1988-06-05f|7 QEM!  Majorité présidentielle [gauche]Presidential Majority [Left]CeGMajorite presidentielle [gauche]1981-06-14et6 ?G?!  no-2010Union du peuple de FranceUnion of the People of FranceCeDUnion du peuple de France1993-03-21dY5 535!  Droite parlementaireParliamentary RightCeDDroite parlementaire1997-05-25cH4 '#'!  Centre-gauchePlural LeftFalseCeGCentre-gauche1997-05-25bV3 5#5!  Gauche parlementaireUnited LeftFalseCeGGauche parlementaire2002-06-09a|2 QEM!  Majorité présidentielle [gauche]Presidential majority [Left]CeGMajorite presidentielle [gauche]2012-06-10^1 OKM!  Mouvement républicain et citoyenCitizen and Republican MovementFalseMDC_Mouvement republicain et citoyen2003-07-01]S0 13-!  Pôle républicainRepublican AllianceMDC_Pole republicain2002-04-21\l/ C9=!  Kresťansko-sociálnu úniuChristian Social UnionFalseKSUKrestansko-socialnu uniu1992-10-10[W. 3-/!  Demokratická úniaDemocratic UnionFalseDUSDemokraticka unia1995-03-25Z- QMM!  Alternatíva politického realizmuAlternative of Political RealismFalseAPRAlternativa politickeho realizmu1994-02-11Yw, GEC!  Demokratická únia SlovenskaDemocratic Union of SlovakiaFalseDUSDemokraticka unia Slovenska1994-04-24Xr+ GCE!  Stranka demokratične prenoveParty of Democratic RenewalSDPStranka demokraticne prenove1990-02-04W* OQM!  Lietuvos socialdemokratų partijaLithuanian Social Democratic PartyFalseLSDPLietuvos socialdemokratu partija1990-07-01VY) 3/3!  Pozitivna SlovenijaPositive SloveniaFalsePSPozitivna Slovenija2012-01-21Un( ???!  Socialdemokratska PrenovaSocial Democratic RenewalFalseSDPSocialdemokratska Prenova1992-07-01TY' /9-!  Rød ValgallianseRed Electoral AllianceFalseRVfRod Valgallianse1973-07-01S(&  !  RødtRedRfRodt2007-03-11R.% Ms!  Strana maďarskej koalície – Magyar koalíció pártjaParty of the Hungarian CoalitionSMK-MKP/Strana ma'arskej koalicie -- Magyar koalicio partja1998-07-01Q~$ a3U!  Maďarská koalícia – Magyar koalícióHungarian CoalitionMK/Madarska koalicia -- Magyar koalicio1989-07-01PL# -#+!  Strana zelenýchGreen PartyFalseSZStrana zelenych1991-07-01Ow" GCE!  Strana zelených na SlovenskuParty of Greens in SlovakiaFalseSZSjStrana zelenych na Slovensku1989-07-01NL! -#+!  Strana zelenýchGreen PartyFalseSZjStrana Zelenych2006-07-01M _O]!  Strana slobodné slovo -- Nory MojsejovejFree Word Party of Nora MojsejovaSSSStrana slobodne slovo -- Nory Mojsejovej2011-11-01Lu K9G!  Občianska demokratická stranaCivic Democratic UnionFalseODU%Obcianska demokraticka strana1991-04-27K cU]!  Slovenské kresťansko-demokratické hnutieSlovak Christian Democratic MovementFalseSKDHSlovenske krestansko-demokraticke hnutie1992-03-01J  SOO!  ctkUnie Svobody – Demokratická unieFreedom Union -- Democratic UnionUS-DEUUnie Svobody -- Demokraticka unie2002-01-01GH ''%!  Unie svobody Freedom UnionFalseUSUnie svobody1998-01-13F_ 11/!  gall-09The Workers' PartyThe Workers' PartyFalseTWPThe Workers Party1982-04-01ES +)+!  urwinMittenpartiernaMiddle PartiesFalseMiMittenpartierna1968-07-01CS +)+!  urwinMellanpartiernaMiddle PartiesFalseMiMellanpartierna1964-07-01B GGG!  Galeusca -- Pueblos de EuropaGALEUSCA -- Peoples of EuropeFalseGALEUSCAGaleusca -- Pueblos de Europa2004-06-13A[ /;/!  Euskal HeritarrokWe, the Basque citizensFalseEH%Euskal Heritarrok1998-07-01@i 999!  globReform Party of CanadaReform Party of CanadaFalseRPCReform Party of Canada1987-10-30>P // /!  Canadian AllianceCanadian AllianceCACanadian Alliance2000-03-25=V -3-!  Unione di CentroUnion of the CentreFalseUdCUnione di Centro2008-02-28<: }[}!  Unione dei Democratici Cristiani e Democratici di CentroUnion of Christian and Centre DemocratsFalseUDCUnione dei Democratici Cristiani e Democratici di Centro2002-12-06;i =7 ;!  reutersIl Popolo della LibertàThe People of FreedomPdLTIl Popolo della Liberta2009-03-29:^ %]!  Forza ItaliaGo ItalyFalseFIT Forza Italia1993-12-019i C9C!  Coalizione di Centro DestraCentre-right CoalitionCCDCCoalizione di Centro Destra2007-07-016{ 7+7!W Democratichna LevitsaDemocratic LeftDLDemocratichna Levitsa1991-07-01Демократична левица5 ;9;!Y Koalitsiya za BalgariyaCoalition for BulgariaKzBKoalitsiya za Balgariya2001-01-23Коалиция за България4 g ]O]! Exact date unknown year before election used.Natsionalno Obedinenie za Tsar Simeon IINational Union for Tzar Simeon IINOTS}Natsionalno Obedinenie za Tsar Simeon II2000-07-01Национално Обединение за Цар Симеон II3y 515!Q Obedinenie za TsaryaUnion for the KingOT}Obedinenie za Tsarya1997-07-01Обединение за Царя2J ++ +!  Communist PartyCommunist PartyCP,Communist Party1959-07-011f == =!  Labour-Progressive PartyLabour-Progressive PartyLPP,Labour-Progressive Party1943-07-010 oS c!  Krikščionių konservatorių socialinė sąjungaChristian Conservative Social UnionKKSSKrikscioniu konservatoriu socialine sajunga2004-07-28/ WCO!  Nuosaikiųjų konservatorių sąjungaModerate Conservative UnionFalseNKSNuosaikiuju konservatoriu sajunga2000-07-02. QAQ!  Kommunistische Partei DeutschlandsCommunist Party of GermanyFalseKPDKommunistische Partei Deutschlands1919-01-01-p I9 I!  Deutsche Kommunistische ParteiGerman Communist PartyDKPDeutsche Kommunistische Partei1968-09-25,L ' !  election dateL'UnioneThe UnionFalseUnioneL'Unione2006-04-09+e ' 1/1!  election dateItalia Bene ComuneItaly Common GoodFalseIBCItalia Bene Comune2013-02-25* ' [Q[!  election datePartito Democratico / Italia dei ValoriDemocratic Party / Italy of ValuesPD+IdVPartito Democratico / Italia dei Valori2008-04-13) `~~~G~}} ||H{{?zz]zyyxxwvvv{uugtt{t0sssrrqqpppVooInnQmmRll@lkkLjjvjii:hhhggGff0edddccbYb aa=```S__6^^v^ ]\x\[SZZ\YYbXXUWW'VV-UUGTT;SSRRQ-PP\P IFHHH=GGG.FF_FE$DD.CCyC/BBBUAA(@@8??P>>>=<<<;;;;@::;99L88l77766*55{5444533n32211N1 00W0///G..M--n-,t,)++**3)))(''&&^%%l%$$_#"""!x! SY /3/!  Eesti VasakparteiEstonian Left PartyEVP pEesti Vasakpartei2004-07-01#X i_e!  Eesti [Sotsiaal] Demokraatlikuks TööparteiksEstonian [Social] Democratic Labour PartyESDTP pEesti [Sotsiaal] Demokraatlikuks Tooparteiks1992-11-12pW EAE!  Eestimaa Kommunistlik ParteiCommunist Party of EstoniaEKP pEestimaa Kommunistlik Partei1990-12-19jV ?A =!  Lega per Salvini Premier League for Salvini PremierLpSPLega per Salvini Premier2017-12-14U 977!U HaIhud HaLeumi–TkumaNational Union--TkumaHaLe-TMHaIhud HaLeumi--Tkuma1998-07-01האיחוד הלאומי-תקומהT WEW!  Partido pelos Animais e pela NaturezaParty for Animals and NaturePANPartido pelos Animais e pela Natureza2009-05-22DS )''!  KonservatīvieConservativesK Konservativie2022-02-01 R% +' +! !Smaller parties taking part of the movement are not yet included in ParlGov.Unione PopolarePopular UnionPU)Unione Populare2022-07-09The Popular Union is a movement formed in July 2022 and includes DeMa, Manifesta, Potere al Populo as well as several independent people. hQ ?=?!  Alleanza Verdi e SinistraGreens and Left AllianceAVSAlleanza Verdi e Sinistra2022-07-02dP ?7=!  La République En Marche!The Republic Onwards!REM SLa Republique En Marche!2016-04-06=O ###!  RenaissanceRenaissanceR SRenaissance2022-05-05cN =7=!  Pessoas-Animais-NaturezaPeople-Animals-NaturePANPessoas-Animais-Natureza2011-04-13 `M ?1;!  Uniunea Salvați RomâniaSave Romania UnionUSR VUniunea Salvati Romania2015-07-02 L 9?9![ Izpravi se! Mutri van!Stand up! Mafia, Get Out!ISMV Izpravi se! Mutri van!2021-02-07Изправи се! Мутри вън! K ;3;!_ Demokratichna BalgariyaDemocratic BulgariaDB9Demokratichna Balgariya2018-04-12Демократична България 'J EKE!s Demokrati za Silna BalgariyaDemocrats for a Strong BulgariaDSB9Demokrati za Silna Balgariya2004-05-30Демократи за силна България gI +- +!C Balgarsko lyatoBulgarian SummerBaL Balgarsko lyato2021-07-11Българско лято:H OIM! Bŭlgarsko natsionalno obedinenieBulgarian National UnificationBNO Bulgarsko natsionalno obedinenie2013-12-01Българско национално обединениеkG C; C!  Partidul Liberal ReformatorLiberal Reformist PartyLRP WPartidul Liberal Reformator2014-07-03 F YQ S!  Alianța Liberalilor și DemocrațilorAlliance of Liberals and DemocratsALDE WAlianta Liberalilor si Democratilor2015-06-19yE KG K!  Partidul Umanist Social LiberalSocial Liberal Humanist PartyPUSLPartidul Umanist Social Liberal2015-09-28oD CCC!  Progressive Party of CanadaProgressive Party of CanadaPPC Progressive Party of Canada1919-07-01qC =S=!  Mensch Umwelt TierschutzHuman Environment Animal ProtectionMUT-Mensch Umwelt Tierschutz1993-02-13B KS!K!  Partei Mensch Umwelt TierschutzHuman Environment Animal ProtectionTierschutz-Partei Mensch Umwelt Tierschutz2010-03-20A QMO!  Domovinski pokret Miroslava ŠkoreMiroslav Skoro Homeland MovementDPMS Domovinski pokret Miroslava Skore2020-02-29H@ +%+!  ArbeidarpartietLabour PartyA/AphArbeidarpartiet2011-07-01? ACA!i Izpravi se.BG! Nie idvame!Stand Up.BG! We are coming!IBG-NI Izpravi se.BG! Nie idvame!2021-07-20Изправи се.БГ! Ние идваме!U> ###!9 EcoglasnostEcoglasnostPKE Ecoglasnost2020-07-01Екогласностf= '%'!S Otzma YehuditJewish PowerOY Otzma Yehudit2013-07-01עוֹצְמָה יְהוּדִיתs< /;/!E HaTzionut HaDatitReligious Zionist PartyRZPMHaTzionut HaDatit2021-01-07הציונות הדתית‎; OUI!  Akce nespokojených občanů 2011Action of Dissatisfied Citizens 2011ANOAkce nespokojenych obcanu 20112012-05-11r: EK?!  Akce nespokojených občanůAction of Dissatisfied CitizensANOAkce nespokojenych obcanu2011-11-01;9 ##!  DemokrateneDemocratsD Demokratene2018-05-25Y8 535!  Demokratene i NorgeDemocrats in NorwayDEM Demokratene i Norge2010-11-10;7 ##!  DemokrateneDemocratsD Demokratene2002-08-2456  !  USR PLUSUSR PLUSUP VUSR PLUS2021-04-16`5 997!  Alianța 2020 USR-PLUS2020 USR-PLUS AllianceUP20 VAlianta 2020 USR-PLUS2019-02-02M4 /+-!  Parti écologisteEcologist PartyPE Parti ecologiste2016-07-06A3 )!'!  Écologistes !EcologistsE Ecologistes !2015-09-02!2 eaa!  Fratelli d'Italia – Centrodestra NazionaleBrothers of Italy -- National Centre-rightFdI-CNjFratelli dItalia -- Centrodestra Nazionale2012-12-171 ]YY!  Fratelli d'Italia – Alleanza NazionaleBrothers of Italy -- National AllianceFdI-CNjFratelli dItalia -- Alleanza Nazionale2014-02-24.0 !  CentarCentreC Centar2020-11-16P/ ///!  Domovinski pokretHomeland MovementDP Domovinski pokret2021-02-06[. 937!  Laisvė ir TeisingumasFreedom and JusticeLT JLaisve ir Teisingumas2020-06-06d- C/ C!  Nacionalinis SusivienijimasNational AllianceNS Nacionalinis Susivienijimas2020-03-07], IG !  vrkCentro partija – TautininkaiCentre Party -- Nationalists CP-N K2020-07-01e+ ==;!  Stranka Alenke BratušekParty of Alenka BratusekSAB !Stranka Alenke Bratusek2017-10-07:* ##!  LiberalernaLiberalsL|Liberalerna2015-11-225) !  En MareaEn MasseEM ,En Marea2015-11-06f( == ;!  Grupo Común da EsquerdaCommon Group of the LeftGCdE ,Grupo Comun da Esquerda2019-09-03N' /+/!  Primavera EuropeaEuropean SpringPEyPrimavera Europea2014-05-25[& 757!  Compromiso por EuropaCommitment to EuropeCEyCompromiso por Europa2019-05-26 % [SW!  Convergència Democràtica de CatalunyaDemocratic Convergence of CataloniaCDC -Convergencia Democratica de Catalunya1974-11-17\$ 39 3!  Junts per CatalunyaTogether for CataloniaJxCat -Junts per Catalunya2018-07-11v# 7%7!Q Ihud Miflagot HaYaminUnited RightIMY Ihud Miflagot HaYamin2019-02-21איחוד מפלגות הימין`" -''!? Laïkí EnótitaPopular UnityLE $Laiki Enotita2015-08-21Λαϊκή Ενότηταs! 1/ 1!O Plefsi EleftheriasCourse of FreedomPE $Plefsi Eleftherias2016-04-19Πλεύση Ελευθερίαςm E= A!  Liberalų ir centro sąjungaLiberal and Centre UnionLiCSLiberalc ir centro sajunga2003-05-31m CA?!  Lietuvos liberalų sąjungaLiberal Union of LithuaniaLLiSLietuvos liberalu sajunga1990-11-25ށ WMM!  Centro partija „Gerovės Lietuva“Centre Party "Welfare Lithuania"CP-WL KCentro partija "Geroves Lietuva"2009-07-01c ;;;!  Lietuvos centro partijaLithuanian Centre PartyLCP KLietuvos centro partija2005-07-01l ---!E BSP za BalgariyaBSP for BulgariaBSPzBBSP za Balgariya2017-07-01БСП за Българияہ aQ[!  Lietuvos valstiečių liaudininkų sajungaLithuanian Popular Peasants' UnionLVLSLietuvos valstieciu liaudininku sajunga2006-07-01J +++!  Centre AllianceCentre AllianceCA FCentre Alliance2018-06-08` 999!  United Australia PartyUnited Australia PartyUAPUnited Australia Party2018-06-17H ++'!  Més CompromísMore CommitmentMC /Mes Compromis2019-09-29a =3=!  Stranka modernega centraModern Center PartySMC Stranka modernega centra2015-03-07Y 535!  Stranka Mira CerarjaParty of Miro CerarSMC Stranka Mira Cerarja2014-06-02Ձ gO g!  Vereinigte Kommunistische Partei DeutschlandsUnited Communist Party of GermanyVKPDVereinigte Kommunistische Partei Deutschlands1920-12-04| QAQ!  Kommunistische Partei DeutschlandsCommunist Party of GermanyKPDKommunistische Partei Deutschlands1922-06-01r GCE!  Unia Europejskich DemokratówUnion of European DemocratsUEDPUnia Europejskich Demokratow2016-12-167 !! YaminaRightY Yamina2019-07-29ימינהс YGU!  Samtök frjálslyndra og vinstri mannaUnion of Liberals and LeftistSfvm5Samtok frjalslyndra og vinstri manna1969-07-01p KE?!  Óháði LýðræðisflokkurinnIndependent Democratic PartyOL5Ohadi Lydraedisflokkurinn1967-07-01r AMA!  Zveza komunistov SlovenijeLeague of Communists of SloveniaZKSZveza komunistov Slovenije1937-04-01΁ QMO!  Greng Lëscht Ekologesch InitiativGreen Left Ecological InitiativeGLEIGreng Lescht Ekologesch Initiativ1985-07-01g =A ;!  Gréng a Liberal AllianzGreen and Liberal AllianceGLAGreng a Liberal Allianz1995-10-10^ =/;!  Gréng Alternativ ParteiGreen AlternativeGAP6Greng Alternativ Partei1983-06-23ʁH  MOM! Eniaia demokratiki enosi kentrouUnited Democratic Union of CentreEDEKEniaia demokratiki enosi kentrou1969-07-01Ενιαία Δημοκρατική Ένωση Κέντρου, ΕΔΕΚE '! Jiyū-tōLiberal PartyPLFPJiyu-to2016-10-01自由党F )')!  Unidas PodemosUnited We CanUP Unidas Podemos2019-05-26F )')!  Unidos PodemosUnited We CanUP Unidos Podemos2016-05-09G )))!  Front nationalNational FrontFNFront national1972-10-05W 9)9!  Rassemblement nationalNational RallyRNRassemblement national2018-06-01X 513!  JETZT – Liste PilzJETZT -- Pilz ListPILZ [JETZT -- Liste Pilz2018-11-19N -+-!  Liste Peter PilzPeter Pilz ListPILZ [Liste Peter Pilz2017-07-26! uEs!  Liberale Partei der Schweiz – Parti liberal suisseLiberal Party of SwitzerlandLPSLiberale Partei der Schweiz -- Parti liberal suisse1977-07-01_ +E%!  mchaleLiberal-Demokratische Union der Schweiz – Union libéral-démocratique suisseLiberal Party of SwitzerlandLIDUSLiberal-Demokratische Union der Schweiz -- Union liberal-democratique suisse1961-07-01U 7)5!  Debout la républiqueRepublic AriseDLR _Debout la republique2008-11-23J +) +!  Liberi e UgualiFree and EqualLeULiberi e Uguali2017-02-19 MM M!  Green Party of England and WalesGreen Party of England and WalesGPEWGreen Party of England and Wales1990-07-01]~ =/ ;!  Candidats des électeursUnion of ElectorsCErCandidats des electeurs1957-07-01U} 5/3!  Union des électeursUnion of ElectorsUErUnion des electeurs1939-07-01T| 5+5!  Socialistiese PartijSocialist PartySPeSocialistiese Partij1971-10-22V{ 7+7!  Socialistische PartijSocialist PartySPeSocialistische Partij1993-07-01Rz 1-1!  Nuovo CentrodestraNew Centre-RightNCDNuovo Centrodestra2013-11-15Xy 53 5!  Alternativa PopolarePopular AlternativePAAlternativa Popolare2017-03-18@x}OO O!  Dear Holger, Good to hearing from you. Please find my comments below: - Civic Choice (SC) and Movement for Autonomies (MPA) did not participate to the election. - Does the star associated with NcI mean that NcI is a coalition of SC and MPA (I am not sure my interpretation of the symbols associated with NcI)? In any case, NcI was not a coalition including SC and MPA. Actually, NcI was a list whose exact name was NcI-UDC. This combined UDC (http://www.parlgov.org/explore/ita/party/226/) and a new party called NcI. - The electoral alliance known as "Civica Popolare Lorenzin" included not only IdV (Italy of Values), but also another party that is present in ParlGov dataset: New Centre-Right (NCD) http://www.parlgov.org/explore/ita/party/2268/ - The only elected deputy belonging to the CD (Democratic Centre) was elected under the +Europa (Italian Radicals in your table) list. - Electoral Alliance called Potere Al Popolo (Power to the People): I would say that this was really a new party list (although including PRC and other extreme left parties). The classification choice obviously depends on which is the standard way of classifying these situations in ParlGov. - PCI: I wuld again say that does not exactly correspond to the old PdCI. As far as I know, PdCI dissolved in 2016 and formed the PCI together with some PRC members and other extreme left politicians. Again, it is a matter on ParlGov classification criteria and how much you prefer continuity over discontinuity. Hope this can help. Best, AndreapcNoi con l'Italia-Unione di CentroUs with Italy-Union of the CentreNcI-UDCNoi con l'Italia-Unione di Centro2017-12-19Ow -1-!  de VrijheidsbondThe Freedom LeagueVB de Vrijheidsbond1937-07-01[v 737!  Liberale StaatspartijLiberal State PartyLSP Liberale Staatspartij1921-07-01pu 1 3A3!  Exact date unknownLandbund ThüringenRural Federation ThuringiaLBT Landbund Thueringen1924-01-01Rt !  Vereinigte Landwirtschaftliche Berufsvereinigung ThüringensUnited Agricultural Professional Association of ThuringiaVLBT Vereinigte Landwirtschaftliche Berufsvereinigung Thueringens1920-07-01s ]a]!  Bayerischer Bauern- und MittelstandsbundBavarian Peasants' and Middle Class LeagueBBMB Bayerischer Bauern- und Mittelstandsbund1922-07-01cr 9?9!  Bayerischer BauernbundBavarian Peasants' LeagueBBB Bayerischer Bauernbund1893-07-01}q EUE!  widBauern- und WeingärtnerbundFarmers and Wine Growers AssociationBWB Bauern- und Weingaertnerbund1924-01-011p kuk!  Württembergischer Bauern- und WeingärtnerbundWuerttembergian Farmers and Wine Growers AssociationWBWB Wuerttembergischer Bauern- und Weingaertnerbund1919-07-01ao ;7;!  Deutsche ArbeiterparteiGerman Workers' PartyDAP Deutsche Arbeiterpartei1919-01-05$n i] i!  Nationalsozialistische Deutsche ArbeiterparteiNational Socialist German Workers' PartyNSDAP Nationalsozialistische Deutsche Arbeiterpartei1920-02-24om U#Q!  Sininen tulevaisuus – Blå framtidBlue ReformSIN USininen tulevaisuus -- Bla framtid2017-11-15ql S+Q!  Uusi vaihtoehto – Nytt alternativNew AlternativeUV UUusi vaihtoehto -- Nytt alternativ2017-06-13)k gog!  Verband der Großdeutschen und des LandbundesAssociation of Great Germans and Rural FederationGuL Verband der Grossdeutschen und des Landbundes1923-07-01Jj -'-!  WirtschaftsblockEconomic blocWB Wirtschaftsblock1930-07-01i QMQ!  Sozialdemokratische ArbeiterparteiSocial Democratic Workers' PartySPOSozialdemokratische Arbeiterpartei1889-01-01$h i]i!  Deutsche Nationalsozialistische ArbeiterparteiGerman National Socialist Workers' PartyDNSAP |Deutsche Nationalsozialistische Arbeiterpartei1918-05-01dg =9=!  Christlichsoziale ParteiChristian Social PartyCSPChristlichsoziale Partei1891-07-01"f gcg!  Wirtschaftspartei des deutschen MittelstandesEconomic Party of the German Middle ClassesWP Wirtschaftspartei des deutschen Mittelstandes1920-07-01oe G;G!  Deutsche Demokratische ParteiGerman Democratic PartyDDP Deutsche Demokratische Partei1918-11-20d UIU!  Deutschösterreichische BauernparteiGerman-Austrian Farmers' PartyDBP yDeutschoesterreichische Bauernpartei1920-06-26c ]]]!  Reichspartei des deutschen MittelstandesReich Party of the German Middle ClassesRP Reichspartei des deutschen Mittelstandes1925-07-01[b 71 7!  Deutsche StaatsparteiGerman State PartyDStP Deutsche Staatspartei1930-07-28?a yqy!  Sozialdemokratische Arbeiterpartei DeutschösterreichsSocial Democratic Workers' Party of German AustriaSDAPDOSozialdemokratische Arbeiterpartei Deutschoesterreichs1918-07-01_` ?- ?!  Landbund für ÖsterreichRural FederationLB yLandbund fuer Oesterreich1922-12-06_   ! Nationalsozialistische Deutsche Arbeiterpartei, HitlerbewegungNational Socialist German Workers' Party, Hitler MovementNSDAP |Nationalsozialistische Deutsche Arbeiterpartei, Hitlerbewegung1926-05-04The party was refoundet as an non-independent part of the German NSDAPm^ E; E!  Österreichische VolksparteiAustrian People's PartyOVPOesterreichische Volkspartei1945-04-17i] A;A!  Partito Comunista ItalianoItalian Communist PartyPCI}Partito Comunista Italiano2016-06-26s\ AKA!  Partito Comunista d'ItaliaParty of the Italian CommunistsPCd'I}Partito Comunista d'Italia2014-12-11G[ +#+!  Centro-sinistraCentre LeftCeSCentro-sinistra2018-03-04ZZ 717!  Deutsche ReichsparteiGerman Reich PartyDRPDeutsche Reichspartei1950-01-21Sjalfstaedisflokkurinn1929-05-25JU -%-!  Debout la FranceFrance AriseDLF _Debout la France2014-07-01|T OEO!  Union pour un mouvement populaireUnion for a Popular MovementUMPUnion pour un mouvement populaire2002-11-17MS /+-!  Les RépublicainsThe RepublicansLRLes Republicains2015-05-28;R! W#S!  Officially English.party name after party board meeting on 21 August 2011.Perussuomalaiset – SannfinländarnaFinns PartyPSPerussuomalaiset -- Sannfinlandarna2011-08-21Q e+[!  Compromís–Podemos–EUPV: A la valencianaA la valencianaAV /Compromis-Podemos-EUPV: A la valenciana2016-07-01eP K!I!  Compromis-Podemos-És el MomentIt is timeEeM /Compromis-Podemos-Es el Moment2015-07-01~O UAQ!  Union pour la démocratie françaiseUnion for French DemocracyUDFUnion pour la democratie francaise1978-07-01ZN 53 3!  Mouvement démocrateDemocratic MovementMoDemMouvement democrate2007-12-01UM e  !  Křesťanská a demokratická unie – Československá strana lidováChristian Democratic Union -- People's PartyKDU-CSLKrest'anska a demokraticka unie -- Ceskoslovenska strana lidova1992-07-01tL KCE!  Československá strana lidováCzechoslovak People's PartyCSLCeskoslovenska strana lidova1919-07-01+K [?Y![ Nippon no Kokoro o Taisetsu ni Suru TōParty for Japanese KokoroPJK dNippon no Kokoro o Taisetsu ni Suru To2015-12-01日本のこころを大切にする党eJ )E)!+ Jisedai No TouParty for Future GenerationsPFG dJisedai No Tou2014-08-01次世代の党fI =?;!  Lietuvos centro sąjungaCentre Union of LithuaniaLCSwLietuvos centro sajunga2005-07-01hH C7 A!  Nacionalinė centro partijaNational Centre PartyLCSwNacionaline centro partija2003-05-31fG =?;!  Lietuvos centro sąjungaCentre Union of LithuaniaLCSwLietuvos centro sajunga1992-07-01jF KK)!  Libertair, Direct, DemocratischLibertarian, Direct, DemocraticLDDLijst Dedecker2011-01-22FE )')!  Lijst DedeckerList DedeckerLDLijst Dedecker2007-01-19\D 757!  Europa de los PueblosEurope of the PeopleEdPyEuropa de los Pueblos2004-06-13C MQK!  Europa de los Pueblos – VerdesEurope of the People -- The GreensEP-VyEuropa de los Pueblos -- Verdes2009-06-06VB 5-5!  Det Forenede Venstre The United LeftDFVEDet Forenede Venstre1870-07-01~tA M=I!  Parti des Indépendants de l'EstIndependents of the EastPIE Parti des Indpendants de l'Est1934-06-01}\@ =/9!  Onofhängeg Lénkspartei Independent LeftIL Onofhangeg Lenkspartei1925-02-01|P? // /!  Liberal DemocratsLiberal DemocratsLDLiberal Democrats1988-03-02{a> 955!  SDP–Liberal AllianceSDP-Liberal AllianceAllianceSDP-Liberal Alliance1981-03-01z:= ! LiberalsLiberalsLibLiberals1859-06-09Noneyw< MAK!  Onofhängeg National VereenegungNational Independent UnionONV Onofhangeg National Vereenegung1925-02-01x; C; C! _Partito Socialista ItalianoItalian Socialist PartyPSIPartito Socialista Italiano1969-07-05wSplit into previous parties PSI and PSDI.k: C;C!  Partito Socialista ItalianoItalian Socialist PartyPSIPartito Socialista Italiano1892-08-14v 9 E; E! KPartito Socialista UnificatoUnified Socialist PartyPSUfPartito Socialista Unificato1966-10-30uMerger of PSI and PSD into PSU.}8 u- ! Coding based on main previous predecessor party DPJ.jtMinshutōDemocratic PartyDPMinshuto2016-03-27民進党tu7 KCE!  Ľudová strana Naše SlovenskoPeople's Party Our SlovakiaLsNSJLudova strana Nase Slovensko2010-02-21s6 cY[!  Kotleba – Ľudová strana Naše SlovenskoKotleba -- People's Party Our SlovakiaKLsNSJKotleba -- Ludova strana Nase Slovensko2015-11-01rn5 3;3!1 Nippon Ishin no KaiJapan Restoration PartyJRePXNippon Ishin no Kai2012-09-12日本維新の会qU4 5/5!  VenstrereformpartietLeft Reform PartyVEVenstrereformpartiet1895-07-01pI3 ++ )!  RiksdagshögernRiksdag's RightRHRiksdagshogern1935-07-01o2 iOY!  DéFI · Démocrate Fédéraliste IndépendantDemocratic Federalist IndependentDeFIDeFI Democrate Federaliste Independant2015-11-13nc1 9A 9!  Frisinnade folkpartietFree-minded People's PartyFF|Frisinnade folkpartiet1923-05-23m 0 k-i!  Gruppe der Demokraten – Groupe des democratesDemocratic GroupDGvGruppe der Demokraten -- Groupe des democrates1902-07-01l>/ ''!  NowoczesnaPL ModernPLN )NowoczesnaPL 2015-05-01k6. !!!  NowoczesnaModernN )Nowoczesna2015-08-01j}- ? !iMinshutōDemocratic Party of JapanDPJMinshu1998-04-27民主党iMerger of four previously independent parties.O, ?! MinshutōDemocratic Party of JapanDPJMinshu1996-09-28民主党h[+ 919!  Mouvement des citoyensCitizens' MovementMC_Mouvement des citoyens1993-07-01gH* +))!  Obcanské hnutiCivic MovementOH>Obcanske hnuti1991-04-27fR) 5+1!  Svobodní Demokraté Free DemocratsSD>Svobodni Demokrate1993-07-01e( [[[!  Association of Consumers and Taxpayers Association of Consumers and TaxpayersACTi Association of Consumers and Taxpayers1994-07-01dO' /-/!  PlattelandersbondPeasants' LeaguePB Plattelandersbond1917-02-17c>& qq!  Nationale Boeren-, Tuinders- en MiddenstandspartijNational Farmers', Horticulturists' and Middle Class PartyNBTM Nationale Boeren-, Tuinders- en Middenstandspartij1933-07-01bT% 5+5!  Sozialistesch ParteiSocialist PartySPSozialistesch Partei1917-07-01a $ {9y!  Sozialpolitische Gruppe – Groupe de politique socialeSocial-Political GroupSGvSozialpolitische Gruppe -- Groupe de politique sociale1931-07-01`# k7i!  no-2010Liberal-Konservative – Conservateurs liberauxLiberal ConservativesLCLiberal-Konservative -- Conservateurs liberaux1902-07-01_4" =!  mackieLiberal-Demokratische Partei – Parti liberal democratiqueLiberal Democratic PartyLDPLiberal-Demokratische Partei -- Parti liberal democratique1913-07-01^D! +y9!  mackie, no-2010Katholische Konservative – Conservateurs catholiquesCatholic ConservativesKK-CCKatholische Konservative -- Conservateurs catholiquesdemocrate--chretien1902-07-01]@ %%%!  ConservativeConservativeC Conservative1902-07-01\A %%%!  Reform PartyReform PartyRP Reform Party1908-07-01[C '''!  ConservativesConservativesCConservatives1867-07-01Z [[[!  National Liberal and Conservative PartyNational Liberal and Conservative PartyNLCPNational Liberal and Conservative Party1920-07-01YG )))!  Unionist PartyUnionist PartyUPUnionist Party1917-07-01X ]] ]!  Progressive Conservative Party of CanadaProgressive Conservative Party of CanadaPCPProgressive Conservative Party of Canada1942-10-12Wl AAA!  Liberal-Conservative PartyLiberal-Conservative PartyLCPLiberal-Conservative Party1922-07-01Vo CCC!  National Conservative PartyNational Conservative PartyNCPNational Conservative Party1938-07-01UP +)+!  no-2010Union NationaleNational UnionNU Union Nationale1928-06-01To ;I9!  no-2010Onofhängeg RietsparteiIndependent Party of the RightOR Onofhangeg Rietspartei1925-02-01S~ IWG!  Baueren- a MëttelstandsparteiParty of Farmers and the Middle ClassBMP Baueren- a Mettelstandspartei1931-06-01RD #%!!  no-2010OnofhängegIndependentsO Onofhangeg1934-06-01QX 1//!  no-2010Onofhängeg ParteiIndependent PartyOP Onofhangeg Partei1931-06-01PU %O#!  Fianna FáilFianna Fail (Soldiers of Destiny)FFFianna Fail1927-06-01Oc =;;!  Sinn Féin (Anti-Treaty)Sinn Fein (Anti-Treaty)SFSinn Fein (Anti-Treaty)1922-06-01N: !!!!  RepublicanRepublicanRRepublican1923-08-01M` ;99!  Sinn Féin (Pro-Treaty)Sinn Fein (Pro-Treaty)SF Sinn Fein (Pro-Treaty)1922-06-01L