Mercurial > repos > diodupima > phage_coast_search
changeset 0:fb0ce7937a85 draft
"planemo upload commit 50c5525c05d834545335e0273352b1aff79e5702"
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.rst Thu Jul 15 16:51:26 2021 +0000 @@ -0,0 +1,11 @@ +COAST's suite of Galaxy Tools +________________________________________ + +COAST is tool designed to identify close proteomes for a user provided query, particulary for virus, using conventional alignment tools. +The close proteomes are provided at NCBI's taxonomy node level. + +This suite includes: + +- Tools for COAST Search (BLAST and diamond) +- Tools for COAST Report +- PhageCOAST tool for the Phage Toolkit \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Thu Jul 15 16:51:26 2021 +0000 @@ -0,0 +1,402 @@ +<macros> + <token name="@TOOL_VERSION@">0.1.2</token> + <xml name="requirements"> + <requirement type="package" version="0.1.2">coast</requirement> + </xml> + <xml name="citations_coast"> + <citation type="bibtex">@misc{noauthor_coast_nodate, + title = {{COAST} - {Compartive} {Ominc} {Alignment} {Search} {Tool}}, + url = {https://gitlab.com/coast_tool/COAST}, + abstract = {Alignment search tool that identifies similar proteomes}, + language = {en}, + urldate = {2021-06-22}, + } + </citation> + </xml> + <xml name="citations_taxonkit"> + <citation type="bibtex">@article{shen_taxonkit_2021, + abstract = {The National Center for Biotechnology Information (NCBI) Taxonomy is widely applied in biomedical and ecological studies. Typical demands include querying taxonomy identifier (TaxIds) by taxonomy names, querying complete taxonomic lineages by TaxIds, listing descendants of given TaxIds, and others. However, existed tools are either limited in functionalities or inefficient in terms of runtime. In this work, we present TaxonKit, a command-line toolkit for comprehensive and efficient manipulation of NCBI Taxonomy data. TaxonKit comprises seven core subcommands providing functions, including TaxIds querying, listing, filtering, lineage retrieving and reformatting, lowest common ancestor computation, and TaxIds change tracking. The practical functions, competitive processing performance, scalability with different scales of datasets and good accessibility could facilitate taxonomy data manipulations. TaxonKit provides free access under the permissive MIT license on GitHub, Brewsci, and Bioconda. The documents are also available at https://bioinf.shenwei.me/taxonkit/.}, + author = {Shen, Wei and Ren, Hong}, + doi = {10.1016/j.jgg.2021.03.006}, + file = {ScienceDirect Snapshot:/home/dm/Zotero/storage/Q3KYT6QS/S1673852721000837.html:text/html}, + issn = {1673-8527}, + journal = {Journal of Genetics and Genomics}, + keywords = {Lineage; NCBI Taxonomy; TaxId; TaxId changelog; TaxonKit}, + language = {en}, + month = apr, + shorttitle = {{TaxonKit}}, + title = {{TaxonKit}: {A} practical and efficient {NCBI} taxonomy toolkit}, + url = {https://www.sciencedirect.com/science/article/pii/S1673852721000837}, + urldate = {2021-06-21}, + year = {2021} + } + </citation> + </xml> + <xml name="citations_diamond"> + <citation type="bibtex">@article{buchfink_sensitive_2021, + title = {Sensitive protein alignments at tree-of-life scale using {DIAMOND}}, + volume = {18}, + issn = {1548-7091, 1548-7105}, + url = {http://www.nature.com/articles/s41592-021-01101-x}, + doi = {10.1038/s41592-021-01101-x}, + abstract = {Abstract + We are at the beginning of a genomic revolution in which all known species are planned to be sequenced. Accessing such data for comparative analyses is crucial in this new age of data-driven biology. Here, we introduce an improved version of DIAMOND that greatly exceeds previous search performances and harnesses supercomputing to perform tree-of-life scale protein alignments in hours, while matching the sensitivity of the gold standard BLASTP.}, + language = {en}, + number = {4}, + urldate = {2021-04-14}, + journal = {Nature Methods}, + author = {Buchfink, Benjamin and Reuter, Klaus and Drost, Hajk-Georg}, + month = apr, + year = {2021}, + pages = {366--368}, + file = {Full Text:/home/dm/Zotero/storage/6HKCWF6S/Buchfink et al. - 2021 - Sensitive protein alignments at tree-of-life scale.pdf:application/pdf}, + } + </citation> + </xml> + <xml name="citations_blast"> + <citation type="bibtex">@article{camacho_blast_2009, + title = {{BLAST}+: architecture and applications}, + volume = {10}, + issn = {1471-2105}, + shorttitle = {{BLAST}+}, + url = {https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2803857/}, + doi = {10.1186/1471-2105-10-421}, + abstract = {Background + Sequence similarity searching is a very important bioinformatics task. While Basic Local Alignment Search Tool (BLAST) outperforms exact methods through its use of heuristics, the speed of the current BLAST software is suboptimal for very long queries or database sequences. There are also some shortcomings in the user-interface of the current command-line applications. + + Results + We describe features and improvements of rewritten BLAST software and introduce new command-line applications. Long query sequences are broken into chunks for processing, in some cases leading to dramatically shorter run times. For long database sequences, it is possible to retrieve only the relevant parts of the sequence, reducing CPU time and memory usage for searches of short queries against databases of contigs or chromosomes. The program can now retrieve masking information for database sequences from the BLAST databases. A new modular software library can now access subject sequence data from arbitrary data sources. We introduce several new features, including strategy files that allow a user to save and reuse their favorite set of options. The strategy files can be uploaded to and downloaded from the NCBI BLAST web site. + + Conclusion + The new BLAST command-line applications, compared to the current BLAST tools, demonstrate substantial speed improvements for long queries as well as chromosome length database sequences. We have also improved the user interface of the command-line applications.}, + urldate = {2021-04-14}, + journal = {BMC Bioinformatics}, + author = {Camacho, Christiam and Coulouris, George and Avagyan, Vahram and Ma, Ning and Papadopoulos, Jason and Bealer, Kevin and Madden, Thomas L}, + month = dec, + year = {2009}, + pmid = {20003500}, + pmcid = {PMC2803857}, + pages = {421}, + file = {PubMed Central Full Text PDF:/home/dm/Zotero/storage/5FCYSMW5/Camacho et al. - 2009 - BLAST+ architecture and applications.pdf:application/pdf}, + } + </citation> + </xml> + <xml name="input_query"> + <conditional name="query_type"> + <param name="source" type="select" label="Select the type of input file"> + <option value="coast_gb">COAST from GenBank</option> + <option value="coast_fa">COAST from FASTA</option> + </param> + <when value="coast_gb"> + <param name="query_file" type="data" format="GenBank" label="Load a query proteome in Genebank"/> + <param name="query_key" type="select" label="List the GB file Features to be used as Proteins, do so in a way to prevent duplicated proteins."> + <option value="CDS" selected="true">CDS</option> + <option value="product">product</option> + </param> + </when> + <when value="coast_fa"> + <param name="query_file" type="data" format="FASTA" label="Load a query proteome in FASTA"/> + </when> + </conditional> + </xml> + <token name="@QUERY@"><![CDATA[ + "$query_type.query_file" + ]]></token> + <token name="@QUERY_KEYWORDS@"><![CDATA[ + #if $query_type.source == 'coast_gb' + --keywords '$query_type.query_key' + #end if + ]]></token> + + <xml name="protein_db"> + <param name="db" type="select" optional="false" label="BLAST-Ready protein sequences database."> + <options from_data_table="blastdb" /> + </param> + </xml> + <token name="@DB@"><![CDATA[ + "$db" + ]]></token> + + <xml name="protein_db_diamond"> + <param name="db" type="select" optional="false" label="Diamond protein sequences database."> + <options from_data_table="diamond_database" /> + </param> + </xml> + + <xml name="output_format"> + <param name="outfmt" type="select" optional="true" multiple="true" display="checkboxes" label="Select outputs"> + <option value="b" selected="true">Best-hits tabular file</option> + <option value="a" selected="true">Results tabular file</option> + <option value="r" selected="true">Summarized Report</option> + </param> + </xml> + <token name="@OUTPUT_FORMAT@"><![CDATA[ + #if $outfmt + --outfmt + #for $format in $outfmt + '${format}' + #end for + #end if + ]]></token> + <token name="@OUTPUT@"><![CDATA[ + --quiet + ]]></token> + + <xml name="aai_filter"> + <param name="aai" type="integer" value="10" label="AAIc filtering score"> + <validator type="in_range" min="0" max="100" message="Value not in the permitted range. Only values from O to 100 allowed."/> + </param> + <param name="min_cov" type="integer" value="50" label="Minimum Coverage for AAIbd hit selection"> + <validator type="in_range" min="0" max="100" message="Value not in the permitted range. Only values from O to 100 allowed."/> + </param> + <param name="min_id" type="integer" value="40" label="Minimum Amino Acid Identity for AAIbd hit selection"> + <validator type="in_range" min="0" max="100" message="Value not in the permitted range. Only values from O to 100 allowed."/> + </param> + </xml> + <token name="@AAI_FILTER@"><![CDATA[ + --aai '$aai' + --cov '$min_cov' + --id '$min_id' + ]]></token> + + <xml name="hypothetical_filter"> + <param name="hypothetical" type="boolean" checked="false" label="Filter hypothetical proteins from query. Read description for more information." truevalue="--filter_hypothetical" falsevalue=""/> + </xml> + <token name="@HYPO_FILTER@"><![CDATA[ + #if $hypothetical + '$hypothetical' + #end if + ]]></token> + + <xml name="results_alignment"> + <data format_source="tabular" format="tabular" name="blast_results" label="COAST - Batch alignment results" from_work_dir="blast_results.tab"/> + </xml> + + <xml name="results_report"> + <data format_source="html" format="html" name="coast_report" label="COAST - Summarized report" from_work_dir="coast_report.html"> + <filter>"r" in outfmt</filter> + </data> + <data format_source="tabular" format="tabular" label="COAST - Best-hits table" name="bh_results" from_work_dir="bh_results.tab"> + <filter>"b" in outfmt</filter> + </data> + <data format_source="tabular" format="tabular" label="COAST - Results table" name="coast_results" from_work_dir="coast_results.tab"> + <filter>"a" in outfmt</filter> + </data> + </xml> + + <xml name="blast_taxon_filter"> + <conditional name="filter_type"> + <param name="taxon_filter_type" type="select" label="Type of taxonomic filter"> + <option value="taxidlist_dm">Pre-defined taxonomic filters</option> + <option value="taxidlist_user">User-provided file based list</option> + <option value="taxonlist">Comma separated list</option> + </param> + <when value="taxidlist_dm"> + <param name="taxidlist" type="select" optional="true" label="Select pre-defined taxonomic filters"> + <options from_data_table="coast_taxonomic_filters" /> + </param> + </when> + <when value="taxidlist_user"> + <param name="taxidlist" type="data" format="txt" optional="true" label="Load file with filtering taxids."/> + </when> + <when value="taxonlist"> + <param name="taxonlist" type="text" optional="true" label="Comma separated list of TAXIDs nodes, ranking species or lower"/> + </when> + </conditional> + </xml> + <token name="@BLAST_TAX_FILTER@"><![CDATA[ + #if $filter_type.taxon_filter_type == "taxidlist_dm" + --taxidlist '$filter_type.taxidlist.fields.path' + #end if + #if $filter_type.taxon_filter_type == "taxidlist_user" + --taxidlist '$filter_type.taxidlist' + #end if + #if $filter_type.taxon_filter_type == "taxonlist" + --taxonlist '$filter_type.taxonlist' + #end if + ]]></token> + + <xml name="diamond_taxon_filter"> + <conditional name="filter_type"> + <param name="taxon_filter_type" type="select" label="Type of taxonomic filter"> + <option value="taxonlist_pre_defined">Pre-defined taxonomic filters</option> + <option value="taxonlist">Comma separated list</option> + </param> + <when value="taxonlist_pre_defined"> + <param name="taxonlist" type="select" optional="true" label="Select pre-defined taxonomic filters"> + <option value="10239">Viruses - 10239</option> + <option value="2157">Archaea - 2157</option> + <option value="2">Bacteria - 2</option> + </param> + </when> + <when value="taxonlist"> + <param name="taxonlist" type="text" optional="true" label="Comma separated list of TAXIDs nodes, ranking species or lower"/> + </when> + </conditional> + </xml> + <token name="@DIAMOND_TAX_FILTER@"><![CDATA[ + #if $taxonlist + --taxonlist '$taxonlist' + #end if + ]]></token> + + <xml name="generic_aln_options"> + <param name="threshold_no" type="float" size="15" value="0.001" optional="true" label="E-Value Threshold"/> + <param name="scoring_matrix" type="select" optional="true" label="Scoring matrix"> + <option value="BLOSUM45">BLOSUM45</option> + <option value="BLOSUM50">BLOSUM50</option> + <option value="BLOSUM62">BLOSUM62</option> + <option value="BLOSUM80">BLOSUM80</option> + <option value="BLOSUM90">BLOSUM90</option> + <option value="PAM250">PAM250</option> + <option value="PAM70">PAM70</option> + <option value="PAM30">PAM30</option> + </param> + <param name="gap_open" type="integer" optional="true" label="Gap opening penalty"> + <validator type="in_range" min="0" max="50" message="Value not in the permitted range. Only values from O to 50 allowed."/> + </param> + <param name="gap_ext" type="integer" optional="true" label="Gap extension penalty"> + <validator type="in_range" min="0" max="50" message="Value not in the permitted range. Only values from O to 50 allowed."/> + </param> + </xml> + <token name="@GENERIC_ALN_OPTIONS@"><![CDATA[ + #if $aln_adv.scoring_matrix + --matrix '$aln_adv.scoring_matrix' + #end if + #if $aln_adv.threshold_no + --evalue '$aln_adv.threshold_no' + #end if + #if $aln_adv.gap_open + --gapopen '$aln_adv.gap_open' + #end if + #if $aln_adv.gap_ext + --gapextend '$aln_adv.gap_ext' + #end if + ]]></token> + + <xml name="blast_aln_options"> + <param name="task" type="select" optional="true" label="Type of BLAST"> + <option value="blast">blast</option> + <option value="blastp-fast">blastp-fast</option> + <option value="blastp-short">blastp-short</option> + </param> + </xml> + <token name="@BLAST_ALN_OPTIONS@"><![CDATA[ + #if $aln_adv.task + --task '$aln_adv.task' + #end if + ]]></token> + + <xml name="diamond_aln_options"> + <param name="diamond_sens" type="select" label="Select the desired sensibility"> + <option value="sensitive" selected="true">sensitive</option> + <option value="more-sensitive">more sensitive</option> + <option value="very-sensitive">very sensitive</option> + <option value="ultra-sensitive">ultra sensitive</option> + </param> + </xml> + <token name="@DIAMOND_ALN_OPTIONS@"><![CDATA[ + #if $aln_adv.diamond_sens + --sens '$aln_adv.diamond_sens' + #end if + ]]></token> + + <xml name="merlin_db_selection"> + <param name="db" type="select" label="Select the desired database"> + <option value="UniProtKB_SwissProt">SwissProt</option> + <option value="UniProtKB_Trembl">Trembl</option> + </param> + </xml> + <token name="@TIME_WARNING@"><![CDATA[ +.. class:: warningmark + +**WARNING** Proteome wide search time is affected by the its size and database size. This might result in slow queries. +Please use taxonomic filters to decrease search time significantly. + + ]]></token> + <token name="@GENERAL_DESC@"><![CDATA[ + +COAST is tool designed to identify close proteomes for a user provided query, particulary for virus, using conventional alignment tools. +The close proteomes are provided at NCBI's taxonomy node level. For more information you can visit https://coast-tools.readthedocs.io + + ]]></token> +<token name="@AAI_DESC@"><![CDATA[ + +Indices and Metrics +___________________ + +**AAIc - Average Amino Acid Identity coast** + +The AAIc is an attempt modify the AAI into a measure to compare proteomes for all annotated proteins. +Low identity hits will be considered, when they are usually removed by the traditional method. +Proteins that have no match at all will be also considered, as having 0 identity match. +It provides a way to compare the actual annotation and select organisms, even if more taxonomically distant, with proteins that could be +relevant for the function determination in hypothetical proteins, as an example. +For this the best hit is selected by the highest identity. + +**AAIbd - Average Amino Acid Identity blast-diamond** + +The AAIbd, is a implementation of a similar calculation to that of the original +AAI, but calculated only one way. It has by default a coverage and identity +of 50 and 40 respectively. This values are also used by EzAAI, based in the recent study +done by Nicholson et. all in 2020. The best hit is then selected by the the +highest identity. +The main purpose of this metric is to provide the user with an +estimate of how close taxonomically that Taxonomic node might be. The designation **bd** is used +to distinguish it from the original AAIb. It identifies that the score might be +produced using either BLAST results or diamond results. + +The following options might be used to calibrate this selection to the user's preference: + +- Minimum Identity: Minimum Amino Acid Identity, for hit selection for the AAIbd calculation; +- Minimum Coverage: Minimum coverage, for hit selection for the AAIbd calculation. + +**HITSPP - Hits Per Protein** + +The score is calculated by the quotient of the count of all the hits all proteins got, by the number of proteins in the query +proteome. +This will help the user understand how represented the proteome’s proteins might be in that particular database. + +.. class:: warningmark + +**WARNING** Very high values, above 100, might indicate that the taxonomic node very represented in the database. +Intermediate steps only deal with up to 500 hits per proteins, before best-hit selection. +As such, a small number of organisms with very high HITSPP scores can reduce the amount of organisms returned. + + ]]></token> + <token name="@OUT_DESC@"><![CDATA[ + +Outputs +_______ + +**Batch alignment results** This is a non-optional output. It contains the all alignment search results for all proteins in the proteome. It can also be used to generated new outputs from the COAST Report tool, using different parameters. + +**Summarized report** Is an HTML document that contains a list of filtered results ordered by AAIc. This report includes an heatmap visualization for protein identities. +It also contains metadata for the COAST job. + +**Best-hits table** Tabular file with all the individual selected best-hits for each protein in the proteome. These are the hits selected for the AAIc calculation. + +**Results table** Tabular file with aggregated metrics for each proteome match. Aggregated for taxid. + + ]]></token> + <token name="@TAX_FILTER_WARNING@"><![CDATA[ + +Taxonomic Filtering +___________________ + +Taxonomic based filtering is present in both BLAST and diamond. It is **THE** key for short COAST run times in large databases. + +Most organisms in a database, like nr or Trembl, are not useful in the close proteome identification process. +When users, for example, try to identify similar viruses the bacteria and eukaryotes in the same database will only slow the search down. +You should determine how wide you desire the search to be and identify the corresponding TAXID node. +Some of these filters are provided along with this tool. + + ]]></token> + <token name="@HYPO_FILTER_WARNING@"><![CDATA[ +.. class:: warningmark + +**WARNING - Experimental feature** Hypothetical protein filtering can lead to worse results. Should only be used when few of the proteins have corresponding best-hits and the database might lack poorly studied proteins. + + ]]></token> + +</macros> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phage_coast_search.xml Thu Jul 15 16:51:26 2021 +0000 @@ -0,0 +1,62 @@ +<tool id="phage_coast_search" name="PhageCOAST - Search" version="0.1.2"> + <description>Run a new job, and identify the closest proteomes</description> + <macros> + <import>macros.xml</import> + </macros> + <requirements> + <expand macro="requirements"/> + </requirements> + <command><![CDATA[ + coast + @QUERY@ + "$db" + --engine blast + --inplace_workspace + @AAI_FILTER@ + @OUTPUT@ + @QUERY_KEYWORDS@ + @OUTPUT_FORMAT@ + @BLAST_TAX_FILTER@ + @BLAST_ALN_OPTIONS@ + @GENERIC_ALN_OPTIONS@ + -w 'http://rosalind.di.uminho.pt:6082/' + --email phage@coast.um + ]]></command> + <inputs> + <expand macro="input_query" /> + <expand macro="merlin_db_selection"/> + <expand macro="blast_taxon_filter"/> + <expand macro="output_format"/> + <expand macro="aai_filter"/> + <section name="aln_adv" title="Advanced Alignment Settings" > + <expand macro="blast_aln_options"/> + <expand macro="generic_aln_options"/> + </section> + </inputs> + <outputs> + <expand macro="results_alignment"/> + <expand macro="results_report"/> + </outputs> + <tests> + </tests> + <help> + +@TIME_WARNING@ + +PhageCOAST +========== + +@GENERAL_DESC@ + +PhageCOAST is COAST adapted for the Phage Toolkit. The current build uses BLASTp as the search backend tool. + +@AAI_DESC@ +@TAX_FILTER_WARNING@ +@OUT_DESC@ + + </help> + <citations> + <expand macro="citations_coast"/> + <expand macro="citations_blast"/> + </citations> +</tool> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/aln/10239_2021.06.11_12.34.25.txids Thu Jul 15 16:51:26 2021 +0000 @@ -0,0 +1,212396 @@ +46014 +174676 +244589 +244590 +459290 +459291 +693628 +2032563 +256994 +2032573 +248496 +1959008 +1959009 +2491899 +2508184 +1298531 +2655037 +693627 +693629 +10484 +654920 +265522 +74492 +96779 +160841 +219164 +993492 +1329648 +1428464 +1623311 +419435 +36344 +39640 +47223 +53988 +654919 +116759 +199362 +257816 +218283 +256130 +359323 +360638 +449720 +452647 +452648 +452649 +523797 +1823751 +1823752 +1823753 +1823754 +1836595 +2487141 +2664133 +451706 +523798 +523799 +574230 +2083300 +2169782 +191766 +12340 +12347 +12366 +12371 +12374 +12375 +12386 +12388 +12392 +12403 +12404 +12405 +12406 +12408 +12409 +12412 +12420 +12424 +12425 +12427 +12428 +28368 +31760 +33768 +33769 +38018 +39425 +39943 +41669 +42171 +42172 +42173 +45331 +45332 +48224 +53480 +54392 +57476 +60457 +63117 +65388 +73492 +76262 +77920 +86065 +89551 +100637 +100638 +100639 +100640 +105686 +108916 +108917 +108918 +126970 +128975 +129861 +129862 +132905 +137422 +147128 +148339 +156615 +156616 +156617 +156618 +156619 +156620 +156621 +156622 +156623 +156624 +156625 +156626 +156627 +156653 +156654 +156655 +156656 +156657 +156658 +156659 +156660 +156661 +156662 +156663 +156664 +156665 +156666 +156667 +156668 +156669 +156670 +156671 +156672 +156673 +156674 +156675 +156676 +156677 +156678 +156679 +156680 +156681 +156711 +156712 +156713 +156714 +156715 +156716 +156717 +156718 +156719 +156720 +156721 +156722 +156723 +156724 +156725 +156726 +156727 +156728 +156729 +156730 +156731 +156732 +156733 +156740 +156741 +156742 +156743 +156745 +156746 +156747 +156748 +156749 +156750 +156767 +156768 +156769 +156770 +156771 +156772 +156773 +156774 +156775 +156776 +156777 +156778 +156779 +156780 +156781 +156782 +156783 +156784 +156785 +156786 +156787 +156788 +156789 +156790 +156791 +156792 +156797 +156798 +156799 +156800 +156801 +156802 +156803 +156804 +156805 +156806 +156807 +156808 +156809 +156810 +156811 +156812 +156813 +156814 +156815 +156816 +156817 +156818 +156819 +156820 +156821 +156822 +156823 +156824 +156825 +156826 +156827 +156828 +156829 +156830 +156831 +156832 +156833 +156834 +156835 +215796 +278008 +306552 +432371 +436674 +445563 +445564 +445565 +707152 +1168813 +1168816 +1168818 +1168819 +1168820 +1168825 +1168828 +1168829 +1168831 +1168832 +1168833 +1168834 +1168835 +1168837 +1168838 +1168848 +164125 +167320 +167533 +172666 +173830 +173831 +176100 +181120 +181485 +185368 +185369 +187176 +196194 +198932 +210927 +219292 +229343 +229344 +229345 +229346 +239740 +241652 +242708 +262790 +264484 +268585 +268586 +268587 +268588 +268590 +272473 +272757 +279276 +280702 +282372 +282690 +282691 +282692 +282693 +282698 +282699 +282700 +282701 +282702 +282703 +282704 +282705 +282709 +282710 +284052 +292511 +293378 +293711 +293712 +293713 +294363 +319711 +319712 +319713 +334523 +338345 +347331 +350104 +356350 +357204 +360048 +360049 +360050 +362866 +364251 +364252 +364253 +364254 +370564 +370565 +374421 +375032 +375033 +375034 +375035 +375036 +375037 +375038 +375039 +375040 +375041 +375042 +375043 +375044 +375045 +375046 +375047 +375048 +375049 +375050 +375051 +375052 +375053 +375054 +375055 +375056 +375057 +375058 +375059 +382277 +382278 +382279 +382280 +382281 +382282 +376611 +382263 +382264 +382265 +382266 +382267 +382268 +382269 +382271 +382272 +382274 +387086 +370566 +370567 +370568 +370569 +387087 +370559 +370560 +370561 +370562 +370563 +387088 +370556 +370557 +370558 +405001 +409026 +417289 +417290 +430512 +430513 +430514 +430515 +432197 +432199 +432202 +432203 +435305 +435637 +440576 +445701 +447796 +447800 +449399 +458420 +458421 +458422 +458423 +458424 +458425 +458426 +458427 +458428 +458429 +458430 +458431 +458432 +458433 +458434 +458435 +458436 +458437 +458438 +458439 +458440 +458441 +458442 +458443 +458444 +458445 +458446 +458447 +458448 +458449 +458450 +458451 +458452 +458453 +458454 +458455 +458456 +458457 +458458 +458459 +458460 +458461 +458462 +458463 +458464 +458465 +458466 +458467 +458468 +458469 +458470 +458471 +458472 +458473 +458474 +458475 +458476 +458477 +464033 +472964 +472965 +472966 +483783 +483784 +483785 +498338 +498339 +498340 +498341 +498342 +498343 +498344 +498345 +498346 +498347 +498348 +498349 +498350 +498351 +498352 +498353 +504556 +504557 +504558 +526394 +536445 +536447 +536448 +536449 +536450 +536451 +536452 +536455 +536456 +536457 +536458 +536459 +536460 +536461 +536462 +536463 +536465 +536467 +536468 +536469 +536470 +560197 +560198 +568990 +568991 +576538 +616668 +616669 +616671 +616672 +616673 +635097 +635098 +635099 +635100 +635101 +635102 +635103 +635104 +635105 +635106 +635107 +635135 +635136 +635137 +635138 +635139 +635140 +635141 +635142 +635143 +635144 +635145 +640504 +641833 +641834 +641835 +641836 +641837 +641838 +641839 +649272 +649452 +649453 +649454 +649455 +657176 +657177 +657178 +657179 +657180 +657181 +657182 +657183 +657184 +657185 +658056 +663236 +663238 +663239 +663240 +663583 +663584 +666474 +686440 +687237 +687238 +687239 +687240 +687241 +687242 +687243 +687244 +687245 +687246 +687247 +687248 +687249 +687250 +687251 +687252 +691319 +693830 +697288 +700937 +700938 +702552 +707783 +716683 +795388 +857344 +858350 +890041 +908821 +927392 +931927 +942583 +945084 +945085 +980973 +980974 +980975 +980976 +980977 +980978 +986165 +986166 +986167 +986168 +1009513 +1027410 +1028788 +1046847 +1064594 +1075767 +1091299 +1091300 +1091301 +1091303 +1091306 +1128741 +1137452 +1155158 +1161145 +1208667 +1211387 +1227925 +1302810 +1303346 +1321382 +1321383 +1329036 +1333500 +1348396 +1348397 +1348398 +1348399 +1348400 +1348401 +1348402 +1349400 +1391549 +1406340 +1408278 +1423348 +1436831 +1442384 +1444758 +1444759 +1462421 +1468179 +1472341 +1495784 +1504984 +1510621 +1510622 +1510623 +1510624 +1510625 +1510626 +1510627 +1510628 +1510629 +1510630 +1510631 +1510632 +1510633 +1510634 +1510635 +1510636 +1510637 +1540876 +1540895 +1540904 +1540905 +1541687 +1541688 +1541689 +1541691 +1541692 +1541693 +1541694 +1541871 +1541872 +1541873 +1541874 +1541875 +1541876 +1541877 +1541878 +1541879 +1541880 +1541881 +1541882 +1542447 +1542934 +1550090 +1562376 +1562377 +1564251 +1565372 +1574215 +1587519 +1587521 +1592130 +1604868 +1616222 +1643328 +1647456 +1647457 +1647459 +1647460 +1647461 +1647462 +1647464 +1647467 +1653086 +1674945 +1679405 +1681862 +1701815 +1701822 +1701829 +1701833 +1701835 +1701838 +1701840 +1701843 +1705993 +1712517 +1720970 +1729015 +1729016 +1733565 +1745330 +1745331 +1745332 +1745333 +1745334 +1745335 +1755961 +1759532 +1805959 +1806064 +1806065 +1813770 +1813772 +1813775 +1813776 +1842004 +1842006 +1851600 +1852002 +1852003 +1852658 +1852659 +1852668 +1852674 +1852678 +1852685 +1852686 +1860151 +1860190 +1860191 +1862327 +1862611 +1868868 +1868869 +1874686 +1879035 +1881175 +1881176 +1881177 +1881178 +1881179 +1881180 +1881181 +1881182 +1881183 +1881184 +1881185 +1881186 +1881187 +1881628 +1881869 +1886604 +1892901 +1897400 +1905831 +1906349 +1906935 +1906936 +1906937 +1906938 +1906939 +1906940 +1906941 +1907178 +1907192 +1907786 +1912236 +1915306 +1929106 +1929107 +1929108 +1929109 +1929110 +1929111 +1929112 +1929113 +1929114 +1929115 +1929116 +1929117 +1929118 +1929119 +1929120 +1929121 +1929122 +1929123 +1929124 +1929125 +1929126 +1929127 +1929128 +1929129 +1929130 +1929131 +1930180 +1940655 +1955560 +1962686 +1962688 +1962723 +1963267 +1965533 +1965534 +1965536 +1977995 +1977996 +1977998 +1977999 +1978000 +1978001 +1983580 +1985966 +1985967 +2008615 +2008616 +2008617 +2022010 +2022456 +2023138 +2024349 +2024351 +2024352 +2029174 +2029175 +2029176 +2029177 +2029178 +2029179 +2029180 +2029181 +2029182 +2034703 +2034704 +2034705 +2034706 +2034707 +2035842 +2047882 +2047886 +2047916 +2047919 +2053193 +2057886 +2057887 +2057888 +2058668 +2058836 +2070027 +2071659 +2072012 +2079321 +2082209 +2083161 +2094195 +2108110 +2152922 +2162887 +2171522 +2211467 +2211468 +2211469 +2212812 +2212813 +2212814 +2212815 +2212816 +2212817 +2212818 +2212819 +2212820 +2212821 +2212822 +2212823 +2212824 +2212825 +2212826 +2212827 +2218589 +2220005 +2248772 +2250488 +2250489 +2250490 +2250491 +2267678 +2268394 +2268395 +2282174 +2282638 +2282848 +2301661 +2303977 +2304657 +2316006 +2382211 +2382212 +2486353 +2486354 +2486355 +2486358 +2486600 +2486601 +2486602 +2488574 +2488705 +2488706 +2488707 +2488708 +2488709 +2488710 +2488711 +2488712 +2488713 +2488824 +2489187 +2489527 +2529549 +2489528 +2489529 +2529520 +2489530 +2529521 +2489531 +2489532 +2529523 +2489533 +2529524 +2489534 +2489535 +2529526 +2489536 +2529527 +2489537 +2529528 +2489538 +2529529 +2489539 +2489540 +2489541 +2529532 +2489542 +2529533 +2489543 +2529534 +2489544 +2529535 +2489545 +2489546 +2529537 +2489547 +2489548 +2529539 +2489549 +2529540 +2489550 +2529541 +2489551 +2529542 +2489552 +2489553 +2489554 +2489555 +2529546 +2489556 +2489557 +2529548 +2489558 +2529569 +2489560 +2529577 +2489561 +2529560 +2489562 +2529566 +2489563 +2489564 +2529568 +2489565 +2529570 +2489566 +2529572 +2489567 +2489568 +2529574 +2489569 +2529575 +2489570 +2529576 +2489571 +2529578 +2489572 +2489573 +2529580 +2489574 +2529581 +2489575 +2489576 +2529583 +2489577 +2529584 +2489578 +2489579 +2529586 +2489580 +2529587 +2489581 +2489582 +2529552 +2489583 +2529553 +2489584 +2489585 +2489586 +2489587 +2529557 +2489588 +2529558 +2489589 +2529559 +2489590 +2529561 +2489591 +2489592 +2529563 +2489593 +2529564 +2489594 +2529565 +2491662 +2494703 +2494704 +2494705 +2494706 +2494717 +2494718 +2495585 +2509568 +2509652 +2510448 +2511848 +2516329 +2516330 +2516331 +2518364 +2527896 +2546303 +2558528 +2558529 +2558530 +2558531 +2558532 +2558533 +2558534 +2558535 +2558536 +2558537 +2558538 +2558539 +2558540 +2558542 +2558543 +2558545 +2558546 +2558547 +2558550 +2558551 +2558553 +2558554 +2558555 +2558557 +2558558 +2558559 +2558560 +2558562 +2558566 +2558570 +2558572 +2558573 +2558574 +2558576 +2558577 +2558578 +2558579 +2558580 +2558581 +2558582 +2558584 +2558585 +2558586 +2558587 +2558588 +2558589 +2558591 +2558592 +2558594 +2558595 +2558596 +2558597 +2558598 +2558599 +2558607 +2558608 +2558610 +2558611 +2558612 +2558613 +2558615 +2558616 +2558617 +2558619 +2558622 +2558624 +2558625 +2558626 +2558627 +2558628 +2558629 +2558631 +2558633 +2558636 +2558638 +2558640 +2558642 +2558644 +2558646 +2558647 +2558648 +2558649 +2558651 +2558652 +2558655 +2558661 +2558662 +2558663 +2558665 +2558666 +2558667 +2558668 +2558669 +2558670 +2558671 +2558672 +2558673 +2558674 +2558675 +2558676 +2558677 +2558678 +2558679 +2558680 +2558681 +2558682 +2558683 +2558684 +2558685 +2558686 +2558687 +2558688 +2558690 +2558691 +2558693 +2558694 +2558696 +2558697 +2558698 +2558699 +2558700 +2558701 +2558702 +2558704 +2558705 +2558708 +2558709 +2558710 +2558711 +2558712 +2558714 +2558715 +2558717 +2558718 +2558719 +2558720 +2558721 +2558722 +2558723 +2558724 +2558725 +2558726 +2558727 +2558728 +2558729 +2558730 +2558732 +2558733 +2558736 +2558737 +2558738 +2558740 +2558741 +2558742 +2558743 +2558744 +2558745 +2558746 +2558748 +2558750 +2558751 +2558752 +2558753 +2558754 +2558755 +2558756 +2558758 +2558759 +2558761 +2558762 +2558764 +2558767 +2558768 +2558769 +2558770 +2558771 +2558772 +2558773 +2558774 +2558775 +2558776 +2558777 +2558778 +2558779 +2558780 +2558781 +2558782 +2558783 +2558784 +2558785 +2558786 +2558787 +2558789 +2558790 +2558792 +2558793 +2558795 +2558797 +2558799 +2558800 +2558801 +2558802 +2558803 +2558804 +2558805 +2558806 +2558807 +2558808 +2558811 +2558812 +2558814 +2558817 +2558818 +2558819 +2558820 +2558821 +2558822 +2558823 +2558825 +2558826 +2558827 +2558828 +2558830 +2558833 +2558834 +2558835 +2558836 +2558837 +2558840 +2558841 +2558842 +2558845 +2558847 +2558848 +2558850 +2558852 +2558853 +2558854 +2558855 +2558856 +2558857 +2558861 +2558865 +2558866 +2558867 +2558868 +2558869 +2558870 +2559235 +2559250 +2562602 +2562780 +2562825 +2563487 +2563505 +2563535 +2563553 +2563570 +2563576 +2563587 +2563590 +2570912 +2575458 +2575459 +2575460 +2575461 +2575462 +2575463 +2575464 +2575465 +2575466 +2575467 +2575468 +2575469 +2575470 +2586644 +2588358 +2588359 +2589846 +2589847 +2590043 +2590092 +2590162 +2592658 +2598876 +2603906 +2607483 +2607484 +2607485 +2607486 +2607487 +2607488 +2607489 +2607490 +2608383 +2609449 +2609788 +2610840 +2613898 +2651150 +2651151 +2653964 +2654329 +2654654 +2654656 +2656506 +2656507 +2656508 +2660560 +2660561 +2664976 +2675824 +2675825 +2675826 +2675827 +2675828 +2681777 +2682147 +2682148 +2682149 +2682150 +2682151 +2682152 +2682153 +2682154 +2682155 +2682156 +2682157 +2686068 +2686282 +2686291 +2692157 +2692158 +2692160 +2692161 +2692922 +2692923 +2692924 +2692925 +2692927 +2692928 +2692930 +2692931 +2692933 +2692935 +2692939 +2692940 +2692941 +2692942 +2692943 +2692944 +2692946 +2692951 +2692952 +2692956 +2692957 +2692959 +2692960 +2692961 +2692963 +2692966 +2692968 +2692969 +2692972 +2692973 +2692974 +2692978 +2692980 +2692981 +2692985 +2692986 +2692987 +2692993 +2692994 +2692995 +2692996 +2692997 +2692998 +2692999 +2693000 +2693001 +2693002 +2693003 +2693004 +2693005 +2693007 +2693008 +2693009 +2693010 +2693012 +2693013 +2693014 +2693016 +2693017 +2693019 +2693022 +2693023 +2693024 +2693026 +2693033 +2693034 +2693039 +2693040 +2693041 +2693044 +2693045 +2693046 +2693050 +2693052 +2693053 +2693054 +2693055 +2693057 +2693061 +2693064 +2693066 +2693067 +2693069 +2693070 +2693071 +2693073 +2693074 +2693075 +2693076 +2693077 +2693078 +2693079 +2693080 +2693082 +2693084 +2693085 +2693086 +2693087 +2693088 +2693089 +2693090 +2693091 +2693092 +2693093 +2693094 +2693095 +2693098 +2693099 +2693100 +2693101 +2693102 +2693103 +2693106 +2693107 +2693108 +2693109 +2693119 +2693120 +2693121 +2693122 +2693123 +2693124 +2693125 +2693126 +2693128 +2693132 +2693133 +2693135 +2693136 +2693137 +2693141 +2693142 +2693143 +2693144 +2693145 +2693146 +2693147 +2693150 +2693152 +2693154 +2693155 +2693156 +2693157 +2693158 +2693159 +2693161 +2693162 +2693163 +2693165 +2693166 +2693167 +2693168 +2693171 +2693176 +2693177 +2693178 +2693179 +2693188 +2693189 +2693190 +2693192 +2693194 +2693195 +2693196 +2693197 +2693198 +2693199 +2693200 +2693201 +2693202 +2693212 +2693213 +2693216 +2693217 +2693218 +2693219 +2693220 +2693221 +2693222 +2693224 +2693226 +2693227 +2693228 +2693229 +2693230 +2693231 +2693232 +2693233 +2693238 +2693241 +2693245 +2693248 +2693249 +2693251 +2693252 +2693255 +2693256 +2693257 +2693259 +2693263 +2693264 +2693265 +2693266 +2693267 +2693268 +2693278 +2693279 +2693280 +2693281 +2693282 +2693283 +2693284 +2693287 +2693293 +2693294 +2693296 +2693298 +2693301 +2693302 +2693303 +2693304 +2693305 +2693307 +2693309 +2693313 +2693314 +2693315 +2693318 +2693323 +2693324 +2693326 +2693328 +2693331 +2693333 +2693337 +2693340 +2693341 +2693343 +2693344 +2693346 +2693347 +2693348 +2693349 +2693350 +2693351 +2693354 +2693355 +2693356 +2693357 +2693358 +2693359 +2693362 +2693364 +2693365 +2693366 +2693367 +2693368 +2693369 +2693371 +2693373 +2693374 +2693375 +2693376 +2693378 +2693380 +2693381 +2693384 +2693386 +2693387 +2693389 +2693393 +2693394 +2693395 +2693396 +2693397 +2693399 +2693400 +2693401 +2693402 +2693403 +2693404 +2693405 +2693406 +2693407 +2693412 +2693413 +2693414 +2693416 +2693417 +2693418 +2693422 +2693423 +2693424 +2693425 +2693426 +2693428 +2693429 +2693430 +2693431 +2693433 +2693434 +2693443 +2693444 +2693446 +2693449 +2693450 +2693451 +2693452 +2693454 +2693459 +2693460 +2693461 +2693467 +2693468 +2693469 +2693470 +2693471 +2693472 +2693473 +2693474 +2693475 +2693478 +2693481 +2693483 +2693484 +2693487 +2693493 +2693494 +2693495 +2693500 +2693502 +2693503 +2693505 +2693507 +2693508 +2693509 +2693510 +2693511 +2693512 +2693513 +2693514 +2693515 +2693520 +2693521 +2693522 +2693533 +2693534 +2693535 +2693538 +2693539 +2693542 +2693543 +2693544 +2693545 +2693546 +2693547 +2693549 +2693553 +2693554 +2693556 +2693560 +2693562 +2693563 +2693564 +2693565 +2693567 +2693574 +2693577 +2693578 +2693579 +2693580 +2693581 +2693582 +2693584 +2693585 +2693587 +2693588 +2693590 +2693591 +2693592 +2693593 +2693594 +2693597 +2693598 +2693599 +2693601 +2693602 +2693603 +2693605 +2693606 +2693607 +2693608 +2693610 +2693611 +2693612 +2693616 +2693617 +2693618 +2693621 +2693623 +2693624 +2693626 +2693627 +2693628 +2693630 +2693631 +2693632 +2693633 +2693634 +2693636 +2693638 +2693639 +2693640 +2693643 +2693644 +2693645 +2693646 +2693647 +2693651 +2693653 +2693654 +2693663 +2693676 +2693677 +2693678 +2693679 +2693680 +2693681 +2693682 +2693683 +2693684 +2693685 +2693686 +2693687 +2693688 +2693690 +2693691 +2693692 +2693693 +2693694 +2693696 +2693706 +2693708 +2693709 +2693711 +2693712 +2693713 +2693714 +2693715 +2693716 +2693717 +2693718 +2693720 +2693722 +2693723 +2693725 +2693726 +2693727 +2693729 +2693730 +2693731 +2693733 +2693734 +2693735 +2693736 +2693737 +2693738 +2693740 +2693744 +2693745 +2693746 +2693747 +2693749 +2693751 +2693752 +2693753 +2693755 +2693756 +2693757 +2693758 +2693759 +2693760 +2693761 +2693762 +2693763 +2693764 +2693765 +2693766 +2693767 +2693768 +2693771 +2693772 +2693773 +2693774 +2693776 +2693777 +2693778 +2693779 +2693780 +2693781 +2693783 +2693785 +2693786 +2693787 +2693789 +2693790 +2693791 +2693792 +2693794 +2693796 +2693797 +2693798 +2693799 +2693800 +2693801 +2693802 +2693804 +2693805 +2693806 +2693809 +2693810 +2693814 +2693815 +2693816 +2693818 +2693819 +2693820 +2693821 +2693823 +2693825 +2693826 +2693829 +2693830 +2693831 +2693832 +2693833 +2693834 +2693837 +2693838 +2693839 +2693843 +2693846 +2693847 +2693850 +2693851 +2693852 +2693853 +2693854 +2693855 +2693857 +2693858 +2693862 +2693863 +2693864 +2693865 +2693866 +2693867 +2693872 +2693876 +2693877 +2693878 +2693879 +2693881 +2693883 +2693884 +2693887 +2693888 +2693889 +2693890 +2693891 +2693892 +2693894 +2693895 +2693896 +2693897 +2693898 +2693899 +2693901 +2693902 +2693903 +2693904 +2693905 +2693906 +2693907 +2693908 +2693909 +2693910 +2693911 +2693912 +2693913 +2693914 +2693915 +2693916 +2693920 +2693922 +2693923 +2693924 +2693930 +2693931 +2693933 +2693934 +2693935 +2693938 +2693939 +2693941 +2693943 +2693944 +2693949 +2693952 +2693953 +2693954 +2693955 +2693957 +2693963 +2693964 +2693965 +2693967 +2693969 +2693970 +2693971 +2693974 +2693975 +2693977 +2693978 +2693979 +2693980 +2693982 +2693983 +2693984 +2693985 +2693988 +2693989 +2693990 +2693991 +2693993 +2693994 +2693995 +2693996 +2694003 +2694008 +2694010 +2694011 +2694012 +2694016 +2694017 +2694018 +2694019 +2694020 +2694021 +2694022 +2694023 +2694024 +2694025 +2694026 +2694027 +2694028 +2694029 +2694030 +2694031 +2694032 +2694033 +2694034 +2694035 +2694036 +2694037 +2694039 +2694040 +2694041 +2694042 +2694043 +2694047 +2694051 +2694052 +2694053 +2694055 +2694056 +2694062 +2694063 +2694064 +2694066 +2694067 +2694068 +2694069 +2694071 +2694072 +2694073 +2694075 +2694076 +2694077 +2694084 +2694085 +2694086 +2694087 +2694088 +2694089 +2694090 +2694095 +2694096 +2694098 +2694099 +2694106 +2694107 +2694108 +2694109 +2694110 +2694112 +2694115 +2694116 +2694121 +2694124 +2694125 +2694129 +2694130 +2694132 +2694134 +2694135 +2694136 +2694143 +2694146 +2694147 +2694149 +2694150 +2694151 +2694152 +2694161 +2694162 +2694163 +2694164 +2694165 +2694166 +2694167 +2694168 +2694169 +2694170 +2694171 +2694172 +2694173 +2694174 +2694176 +2694179 +2694180 +2694181 +2694184 +2694187 +2694189 +2694190 +2694191 +2694192 +2694193 +2694194 +2694196 +2694197 +2694198 +2694200 +2694201 +2694202 +2694203 +2694204 +2694206 +2694207 +2694208 +2694209 +2694210 +2694211 +2694212 +2694213 +2694214 +2694215 +2694216 +2694217 +2694218 +2694219 +2694220 +2694221 +2694222 +2694224 +2694225 +2694228 +2694229 +2694230 +2694231 +2694232 +2694233 +2694234 +2694239 +2694240 +2694241 +2694243 +2694248 +2694255 +2694261 +2694262 +2694272 +2694287 +2694289 +2694290 +2694291 +2694292 +2694298 +2694303 +2694304 +2694315 +2694319 +2694326 +2694327 +2694331 +2694338 +2694344 +2694345 +2694356 +2694358 +2694381 +2694382 +2694391 +2694394 +2694395 +2694396 +2694397 +2694402 +2694407 +2694408 +2694411 +2694412 +2694418 +2694419 +2694426 +2694428 +2694429 +2694430 +2694431 +2694432 +2694434 +2694442 +2694449 +2694453 +2694454 +2694460 +2694465 +2694483 +2694484 +2694486 +2694495 +2694496 +2694497 +2694498 +2694500 +2694509 +2694511 +2694514 +2694515 +2694528 +2694530 +2694540 +2694541 +2694542 +2694543 +2694552 +2694553 +2694557 +2694559 +2694570 +2694571 +2694581 +2694582 +2694592 +2694593 +2694594 +2694595 +2694596 +2694600 +2694612 +2694622 +2694626 +2694627 +2694630 +2694631 +2694633 +2694634 +2694637 +2694638 +2694639 +2694640 +2694644 +2694652 +2694653 +2694655 +2694656 +2694657 +2694658 +2694660 +2694663 +2694666 +2694668 +2694678 +2694682 +2694696 +2694697 +2694703 +2694704 +2694705 +2694706 +2694707 +2694708 +2694709 +2694710 +2694712 +2694719 +2694720 +2694723 +2694726 +2694733 +2694734 +2694737 +2694738 +2694744 +2694749 +2694750 +2694751 +2694754 +2694755 +2694756 +2694757 +2694758 +2694760 +2694764 +2694766 +2694770 +2694774 +2694777 +2694778 +2694779 +2694781 +2694782 +2694783 +2694784 +2694785 +2694786 +2694788 +2694789 +2694790 +2694793 +2694796 +2694797 +2694798 +2694977 +2697472 +2697473 +2697474 +2697475 +2697476 +2697477 +2699378 +2703653 +2704027 +2704028 +2704937 +2704938 +2704939 +2704940 +2704941 +2705347 +2705348 +2705349 +2705350 +2705351 +2705352 +2705353 +2705354 +2705355 +2705356 +2705357 +2705358 +2705359 +2705360 +2705361 +2705362 +2705363 +2705364 +2705365 +2705366 +2705367 +2705368 +2705369 +2705370 +2705371 +2705372 +2705441 +2707331 +2711210 +2711211 +2711212 +2711213 +2713023 +2715801 +2715802 +2715803 +2715804 +2716170 +2716355 +2718473 +2718474 +2718475 +2718476 +2718477 +2718478 +2718479 +2718480 +2718481 +2718482 +2718493 +2718494 +2718495 +2718496 +2718605 +2721235 +2723238 +2723239 +2723240 +2723241 +2723242 +2723243 +2724167 +2724179 +2724180 +2724181 +2724182 +2724183 +2724323 +2727866 +2727867 +2727868 +2727869 +2727870 +2727871 +2727872 +2727873 +2727874 +2727875 +2727876 +2727877 +2728916 +2728917 +2728918 +2728919 +2728920 +2728921 +2728922 +2728923 +2729632 +2729638 +2729639 +2729677 +2731215 +2731216 +2731217 +2734642 +2736196 +2736224 +2736233 +2736281 +2736282 +2736477 +2736478 +2736479 +2736480 +2736481 +2736482 +2736483 +2736484 +2736485 +2736486 +2736487 +2736488 +2736489 +2736490 +2736491 +2736492 +2736493 +2736494 +2736495 +2736496 +2736497 +2736498 +2736499 +2736500 +2736501 +2736502 +2736503 +2736504 +2736505 +2736506 +2736507 +2736508 +2736509 +2736510 +2736511 +2736512 +2740180 +2740292 +2742414 +2743795 +2743797 +2743803 +2743804 +2743964 +2743965 +2743966 +2744482 +2745570 +2745571 +2747542 +2749259 +2749352 +2749414 +2749415 +2749416 +2749417 +2755132 +2758660 +2759019 +2759020 +2759021 +2761370 +2761371 +2761631 +2761632 +2761633 +2761634 +2762560 +2763137 +2766836 +2774152 +2775043 +2775098 +2775099 +2775100 +2775262 +2776735 +2776771 +2776773 +2776807 +2777230 +2778586 +2781366 +2781367 +2782523 +2782524 +2782561 +2782718 +2782719 +2783517 +2785744 +2789657 +2793260 +2794847 +2797115 +2797309 +2799623 +2800113 +2800823 +2801343 +2801479 +2801511 +2801530 +2801834 +2801869 +2801872 +2801873 +2801875 +2803779 +2805014 +2805015 +2805016 +2805017 +2805018 +2805019 +2805020 +2805021 +2805022 +2805023 +2805024 +2805025 +2805026 +2805027 +2805028 +2805029 +2805030 +2805031 +2805032 +2805825 +2806022 +2806604 +2806696 +2807316 +2807649 +2809056 +2809057 +2810369 +2810370 +2810526 +2810527 +2810528 +2811249 +2812440 +2812902 +2813167 +2813172 +2813301 +2813338 +2813339 +2813340 +2813341 +2813342 +2813343 +2813344 +2813345 +2813346 +2813347 +2813751 +2814286 +2814712 +2815747 +2816863 +2816864 +2816865 +2816866 +2816867 +2816868 +2816869 +2816870 +2816872 +2816873 +2816874 +2816879 +2820393 +2820394 +2820395 +2820396 +2820397 +2820398 +2821255 +2822586 +2822587 +2822588 +2822589 +2822590 +2822680 +2822864 +2822865 +2822866 +2823854 +2823951 +2823952 +2823953 +2823954 +2829230 +2829408 +2831169 +2831170 +2831171 +2831176 +2831177 +2831178 +2831181 +2831671 +2831678 +2831679 +2831681 +2832315 +2832316 +2832317 +2832318 +2832319 +2832320 +2832321 +2832322 +2832323 +2832338 +2832339 +2832340 +2832341 +2832342 +2833876 +2834247 +2834248 +2834250 +2834252 +2834254 +2834256 +2834257 +2834259 +2834268 +2834275 +2834980 +2834981 +2835638 +2835890 +2835891 +2835892 +2835893 +2835894 +2835895 +2835896 +2835897 +2836053 +2836069 +2836072 +2838316 +2839745 +2842055 +2842056 +2842057 +2843193 +12292 +12439 +12440 +12452 +12477 +12499 +12521 +12672 +35352 +36517 +37478 +68912 +70698 +73117 +77041 +77042 +80271 +126991 +126992 +158478 +159252 +159253 +169159 +178881 +179820 +179884 +181522 +248497 +343515 +380624 +385534 +390784 +468928 +490877 +490878 +552509 +574296 +577445 +595218 +659661 +660572 +689406 +697627 +697628 +706150 +706151 +706152 +706153 +706154 +706159 +706160 +706162 +706163 +706164 +745097 +745098 +745099 +745100 +745101 +745102 +745103 +745104 +745105 +745106 +745107 +745108 +745109 +795385 +884143 +884614 +908839 +908840 +908841 +1034806 +1051671 +1071014 +1074214 +1077287 +1087071 +1170423 +1170426 +1211482 +1214906 +1279080 +1279081 +1290582 +1297894 +1299314 +1299315 +1299317 +1302811 +1370063 +1370064 +1392931 +1392932 +1392933 +1398939 +1398940 +1399854 +1413218 +1417308 +1417309 +1424630 +1424631 +1424632 +1424633 +1424634 +1424635 +1424636 +1427169 +1436816 +1442012 +1461373 +1477405 +1489714 +1500510 +1504733 +1519385 +1519386 +1519387 +1519388 +1519389 +1519390 +1519391 +1519392 +1519393 +1519394 +1519395 +1519396 +1519397 +1526487 +1526523 +1526525 +1526526 +1529605 +1530591 +1542745 +1551560 +1551561 +1561079 +1571534 +1572668 +1580607 +1585924 +1587515 +1587516 +1587517 +1587534 +1592828 +1608440 +1608451 +1617994 +1633744 +1633745 +1633746 +1633747 +1633748 +1633749 +1633750 +1654356 +1654358 +1654359 +1654362 +1654363 +1654364 +1654480 +1654577 +1654579 +1662316 +1662322 +1665361 +1665420 +1670677 +1670678 +1673637 +1676185 +1676984 +1678078 +1678176 +1678208 +1685724 +1685725 +1685726 +1685727 +1685728 +1685729 +1685730 +1685731 +1685732 +1685733 +1685734 +1685735 +1685736 +1685737 +1685738 +1685739 +1685740 +1685741 +1685742 +1685743 +1685744 +1685745 +1685746 +1685747 +1685748 +1685749 +1685750 +1685751 +1685752 +1685753 +1685754 +1685755 +1685756 +1685757 +1685758 +1685759 +1685760 +1685761 +1685762 +1685763 +1685764 +1685765 +1685766 +1685767 +1685768 +1685769 +1685770 +1685771 +1685772 +1685773 +1685774 +1685775 +1685776 +1685777 +1685778 +1685779 +1685780 +1685781 +1685783 +1685784 +1685785 +1685786 +1708367 +1708368 +1708488 +1715790 +1736634 +1738604 +1739631 +1750576 +1754210 +1755753 +1755754 +1755781 +1755782 +1755787 +1755791 +1758881 +1758882 +1762895 +1766767 +1768065 +1769778 +1776154 +1795435 +1795436 +1795437 +1795439 +1795440 +1795443 +1796003 +1796004 +1796005 +1796006 +1796007 +1796008 +1796009 +1796010 +1796011 +1796012 +1796013 +1796014 +1796015 +1796016 +1796017 +1796018 +1803570 +1803571 +1803572 +1804155 +1804157 +1807794 +1807795 +1807796 +1807797 +1807799 +1807804 +1807807 +1808960 +1809112 +1810944 +1810945 +1810946 +1810947 +1810948 +1810949 +1810950 +1810951 +1820160 +1821734 +1824957 +1843763 +1843764 +1843765 +1843766 +1843767 +1843768 +1843769 +1843770 +1843771 +1843772 +1849539 +1859492 +1867819 +1868621 +1871637 +1871638 +1871639 +1871642 +1871643 +1871644 +1888308 +1888313 +1888314 +1888315 +1888316 +1888317 +1888318 +1888319 +1888320 +1888321 +1888322 +1888323 +1892900 +1897732 +1902354 +1903431 +1903533 +1903534 +1904876 +1905686 +1911089 +1911102 +1911103 +1911110 +1911438 +1911439 +1911440 +1913025 +1916647 +1911107 +1911109 +1920140 +1920142 +1920143 +1920144 +1920988 +1920989 +1920991 +1924548 +1924550 +1924551 +1925501 +1925502 +1925774 +1925775 +1925776 +1925777 +1925778 +1929023 +1929029 +1929030 +1930302 +1930507 +1930508 +1930510 +1932881 +1935440 +1945524 +1945740 +1945741 +1945742 +1945743 +1945744 +1945745 +1945746 +1945747 +1945748 +1945749 +1945750 +1945751 +1945752 +1945753 +1955175 +1955196 +1955197 +1955198 +1955199 +1958781 +1958782 +1958783 +1958785 +1958786 +1958808 +1964425 +1964430 +1964816 +1964817 +1964818 +1964819 +1964820 +1964821 +1964822 +1964823 +1964824 +2747383 +1968822 +1973452 +1974422 +1974423 +1977993 +1977994 +1981916 +1983763 +1983764 +2005322 +2010265 +2010266 +2010267 +2010268 +2010269 +2010270 +2010271 +2010272 +2010273 +2010274 +2010275 +2010278 +2010279 +2010280 +2010281 +2010282 +2010283 +2010284 +2010285 +2016462 +2021738 +2021956 +2021957 +2021958 +2022115 +2022116 +2022117 +2027348 +2027349 +2027350 +2027351 +2027352 +2027353 +2029458 +2033690 +2041200 +2052893 +2052894 +2052895 +2056385 +2057943 +2057944 +2057945 +2057946 +2057947 +2060778 +2065805 +2065806 +2072391 +2077300 +2079607 +2079608 +2079609 +2079611 +2079612 +2079613 +2080255 +2080449 +2082096 +2086646 +2086647 +2108054 +2109373 +2109374 +2137352 +2162682 +2201471 +2202649 +2202954 +575913 +642251 +642252 +642253 +642254 +642255 +642256 +642257 +642258 +642259 +642260 +1010698 +1224510 +1234874 +1234878 +1234888 +1282443 +1282444 +1296573 +1407638 +1346815 +1346816 +1454021 +1454022 +1454023 +1454024 +1454025 +1454026 +1454027 +1454028 +1454029 +1454030 +1516127 +1521385 +1521386 +1521387 +1521388 +1521389 +1521390 +1521391 +1521392 +1537164 +1590154 +1590155 +1590172 +1590173 +1592082 +1592083 +1592084 +1592085 +1592086 +1592087 +1592088 +1592089 +1592090 +1592091 +1592092 +1592093 +1592094 +1592095 +1592096 +1592097 +1592098 +1592099 +1592100 +1592101 +1592102 +1592103 +1592104 +1592109 +1592110 +1592111 +1592112 +1592113 +1592114 +1592115 +1592116 +1592117 +1592118 +1592119 +1592120 +1592121 +1592123 +1592124 +1592126 +1592127 +1592128 +1592129 +1628899 +1778558 +1778559 +1778560 +1778561 +1891204 +2041419 +1955495 +2058759 +2293280 +2569971 +2761215 +2761216 +2761217 +2761218 +2761219 +2761220 +2761221 +2761222 +2761223 +2761224 +2761225 +2761226 +2761227 +2761228 +2761229 +2761230 +2761231 +2761232 +2761233 +2761234 +2761235 +2761236 +2761237 +2761238 +2761239 +2761240 +2761241 +2761242 +2761243 +2761244 +2761245 +2761246 +2761247 +2761248 +2761249 +2761250 +2761251 +2761252 +2761253 +2761254 +2761255 +2761256 +2761257 +2761258 +2761259 +2761260 +2761261 +2761262 +2761263 +2761264 +2761265 +2761266 +2761267 +2761268 +2761269 +2761270 +2761271 +2761272 +2761273 +2761274 +2761275 +2761276 +2761277 +2761278 +2761279 +2761280 +2761281 +2761282 +2761283 +2761284 +2761285 +2761286 +2761287 +2761288 +2761289 +2761290 +2761291 +2761292 +2761293 +2761294 +2761295 +2761296 +2761297 +2761298 +2761299 +2761300 +2761301 +2761302 +2761303 +2761304 +2761305 +2761306 +2761307 +2761308 +2761309 +2761310 +2761311 +2761312 +2761313 +2761314 +2761315 +2761316 +2761317 +2761318 +2761319 +2761320 +2761321 +2761322 +2761323 +2761324 +2761325 +2761326 +2761327 +2761328 +2761329 +2761330 +2761331 +2761332 +2761333 +2761334 +2761335 +2761336 +2761337 +2761338 +2761339 +2761340 +2761341 +2761342 +2761343 +2761502 +2761503 +2108549 +2108551 +2108552 +2213167 +2219873 +2267516 +2267517 +2267518 +2293279 +2293285 +2293286 +2293287 +2293289 +2293290 +2293291 +2293295 +2293296 +2293298 +2293300 +2293304 +2293307 +2293309 +2293310 +1234872 +2293277 +2293292 +2293294 +2293305 +1291515 +2293276 +2502796 +2502797 +2512110 +2517211 +2517212 +2517213 +2517214 +2517215 +2563839 +2563840 +2563841 +2563842 +2563843 +2563844 +2563845 +2563846 +2563847 +2563848 +2563849 +2563850 +2563851 +2563852 +2563853 +2563854 +2563855 +2563856 +2576298 +2585037 +2585038 +2585039 +2585040 +2585041 +2585042 +2585043 +2585044 +2585045 +2585046 +2585047 +2585048 +2585049 +2585050 +2585051 +2585052 +2585053 +2585054 +2585055 +2585056 +2585057 +2585058 +2585059 +2585060 +2585061 +2585062 +2585063 +2585064 +2585065 +2585066 +2585067 +2585068 +2585069 +2585070 +2585071 +2585072 +2585073 +2593122 +2655022 +2655023 +2663259 +2714164 +2714165 +2714166 +2714167 +2714168 +2751158 +2762510 +2781382 +2805939 +116096 +152176 +329359 +712037 +749224 +756284 +756285 +756286 +762905 +889960 +1100043 +1450746 +1805628 +1903266 +2023205 +2126979 +2126980 +2487772 +2487773 +2506585 +2506586 +2506587 +2506588 +2506589 +2506591 +2506592 +2506593 +2506594 +2506595 +2506596 +2506597 +2506599 +2506600 +2506601 +2716914 +2763565 +1349409 +1349410 +1605721 +2060085 +2060491 +2060492 +2107707 +2107708 +2107709 +2491673 +2491674 +2568002 +2682062 +2682063 +2823154 +2126437 +2175116 +2175117 +2175118 +2219223 +2597803 +2597804 +2609868 +2609869 +2609870 +2609871 +2609872 +2609873 +2609874 +2609875 +2609876 +2609877 +2681676 +2707294 +2744370 +2487774 +2591644 +2704073 +2707307 +2707308 +2707309 +2707310 +2707311 +2707312 +2707313 +2707314 +2707315 +2707316 +2707317 +2707318 +2707319 +2707320 +2707321 +2707322 +2707323 +2707324 +2707325 +2707326 +2707327 +2707328 +2801461 +36342 +75590 +320831 +754061 +1183239 +1334244 +1391455 +1391456 +1732176 +367898 +1262528 +1262530 +1273746 +1273747 +1273748 +1273749 +1273750 +1273751 +1273752 +1168811 +1168812 +1168815 +1168817 +1168821 +1168822 +1168823 +1168824 +1168826 +1168830 +1168836 +1168839 +1168840 +1168841 +1168842 +1168843 +1168844 +1168845 +1168846 +1168849 +1168850 +1168851 +1168852 +2507575 +425386 +889959 +1732179 +1732180 +2759191 +1327968 +2204153 +2204154 +2204155 +2204156 +2282642 +2282643 +2282644 +2282645 +2282646 +2364897 +2461431 +2576443 +2576444 +2576445 +2576446 +2576447 +2576448 +2576449 +2576450 +2576451 +2586173 +2586174 +2586175 +2586176 +2586177 +2586178 +2586179 +2586180 +2586181 +2586182 +2586183 +2586184 +2586185 +2586186 +2586187 +2586188 +2586189 +2586433 +2609081 +2664239 +2664240 +2664241 +2664242 +2664243 +2664244 +2664245 +2700071 +2704945 +2704946 +2714171 +2724895 +2739681 +2739783 +2740123 +2740137 +2740746 +2740747 +2743186 +2749196 +2771211 +2771212 +2771213 +2775153 +2775154 +2775155 +2340909 +2420051 +2480171 +2480172 +2480173 +2480174 +2480175 +2480176 +2480177 +2480178 +2480179 +2480180 +2480181 +2480182 +2480183 +2480184 +2480185 +2480186 +2480187 +2480188 +2497866 +2501287 +2528256 +2553070 +2560012 +2560013 +2560020 +2562520 +2565395 +2565399 +2572459 +2573097 +2573098 +2573099 +2573100 +2573101 +2573102 +2573103 +2573104 +2573105 +2573106 +2573107 +2573108 +2573109 +2573110 +2573111 +2573112 +2573113 +2573114 +2573115 +2573116 +2573117 +2573118 +2573119 +2573120 +2573121 +2573122 +2573123 +2573124 +2573125 +2573126 +2573127 +2573128 +2573129 +2573130 +2573131 +2573132 +2573133 +2573134 +2573135 +2573136 +2573137 +2573138 +2573139 +2573140 +2573141 +2573142 +2573143 +2573144 +2573145 +2573146 +2573147 +2573148 +2573149 +2573150 +2573151 +2573152 +2573153 +2573154 +2573155 +2573156 +2573157 +2573158 +2573159 +2573160 +2573161 +2573162 +2573163 +2573164 +2573165 +2573166 +2573167 +2573168 +2573169 +2573170 +2573171 +2573172 +2573173 +2573174 +2573175 +2573176 +2573177 +2573178 +2573179 +2573180 +2573181 +2573182 +2573183 +2573184 +2573185 +2573186 +2573187 +2573188 +2573189 +2573190 +2573191 +2573192 +2573193 +2573194 +2573195 +2573196 +2573197 +2573198 +2573199 +2573200 +2573201 +2573202 +2573203 +2573204 +2573205 +2573206 +2573207 +2573208 +2573209 +2573210 +2573211 +2573212 +2573213 +2573214 +2573215 +2573216 +2573217 +2573218 +2573219 +2573220 +2573221 +2573222 +2573223 +2573224 +2573225 +2573226 +2573227 +2573228 +2573229 +2573230 +2573231 +2573232 +2573233 +2573234 +2573235 +2573236 +2573237 +2573238 +2573239 +2573240 +2573241 +2573242 +2573243 +2573244 +2573245 +2573246 +2573247 +2573248 +2573249 +2573250 +2573251 +2573252 +2573253 +2573254 +2573255 +2573256 +2573257 +2573258 +2573259 +2573260 +2573261 +2573262 +2573263 +2573264 +2573265 +2573266 +2573267 +2573268 +2573269 +2573270 +2573271 +2573272 +2573273 +2573274 +2573275 +2573276 +2573277 +2573278 +2573279 +2573280 +2573281 +2573282 +2573283 +2573284 +2573285 +2573286 +2573287 +2573288 +2573289 +2573290 +2573291 +2573292 +2573293 +2573294 +2573295 +2573296 +2573297 +2573298 +2573299 +2573300 +2573301 +2573302 +2573303 +2573304 +2573305 +2573306 +2573307 +2573308 +2573309 +2573310 +2573311 +2573312 +2573313 +2573314 +2573315 +2573316 +2573317 +2573318 +2573319 +2573320 +2573321 +2573322 +2573323 +2573324 +2573325 +2573326 +2573327 +2573328 +2573329 +2573330 +2573331 +2573332 +2573333 +2573334 +2573335 +2573336 +2573337 +2573338 +2573339 +2573340 +2573341 +2573342 +2573343 +2573344 +2573345 +2573346 +2573347 +2573348 +2573349 +2573350 +2573351 +2573352 +2573353 +2573354 +2573355 +2573356 +2573357 +2573358 +2573359 +2573360 +2573361 +2573362 +2573363 +2573364 +2573365 +2573366 +2573367 +2573368 +2573369 +2573370 +2573371 +2573372 +2573373 +2573374 +2573375 +2573376 +2573377 +2573378 +2573379 +2573380 +2573381 +2573382 +2573383 +2573384 +2573385 +2573386 +2573387 +2573388 +2573389 +2573390 +2573391 +2573392 +2573393 +2573394 +2573395 +2573396 +2573397 +2573398 +2573399 +2573400 +2573401 +2573402 +2573403 +2573404 +2573405 +2573406 +2573407 +2573408 +2573409 +2573410 +2573411 +2573412 +2573413 +2573414 +2573415 +2573416 +2573417 +2573418 +2573419 +2573420 +2573421 +2573422 +2573423 +2573424 +2573425 +2573426 +2573427 +2573428 +2573429 +2573430 +2573431 +2573432 +2573433 +2573434 +2573435 +2573436 +2573437 +2573438 +2573439 +2573440 +2573441 +2573442 +2573443 +2573444 +2573445 +2573446 +2573447 +2573448 +2573449 +2573450 +2573451 +2573452 +2573453 +2573454 +2573455 +2573456 +2573457 +2573458 +2573459 +2573460 +2573461 +2573462 +2573463 +2573464 +2573465 +2573466 +2573467 +2573468 +2573469 +2573470 +2573471 +2573472 +2573473 +2573474 +2573475 +2573476 +2573477 +2573478 +2573479 +2573480 +2573481 +2573482 +2573483 +2573484 +2573485 +2573486 +2573487 +2573488 +2573489 +2573490 +2573491 +2573492 +2573493 +2573494 +2573495 +2573496 +2573497 +2573498 +2573499 +2573500 +2573501 +2573502 +2573503 +2573504 +2573505 +2573506 +2573507 +2573508 +2573509 +2573510 +2573511 +2573512 +2573513 +2573514 +2573515 +2573516 +2573517 +2573518 +2573519 +2573520 +2573521 +2573522 +2573523 +2573524 +2573525 +2573526 +2573527 +2573528 +2573529 +2573530 +2573531 +2573532 +2573533 +2573534 +2573535 +2573536 +2573537 +2573538 +2573539 +2573540 +2573541 +2573542 +2573543 +2573544 +2573545 +2573546 +2573547 +2573548 +2573549 +2573550 +2573551 +2573552 +2573553 +2573554 +2573555 +2573556 +2573557 +2573558 +2573559 +2573560 +2573561 +2573562 +2573563 +2573564 +2573565 +2573566 +2573567 +2573568 +2573569 +2573570 +2573571 +2573572 +2573573 +2573574 +2573575 +2573576 +2573577 +2573578 +2573579 +2573580 +2573581 +2573582 +2573583 +2573584 +2573585 +2573586 +2573587 +2573588 +2573589 +2573590 +2573591 +2573592 +2573593 +2573594 +2573595 +2573596 +2573597 +2573598 +2573599 +2573600 +2573601 +2573602 +2573603 +2573604 +2573605 +2573606 +2573607 +2573608 +2573609 +2573610 +2573611 +2573612 +2573613 +2573614 +2573615 +2573616 +2573617 +2573618 +2573619 +2573620 +2573621 +2573622 +2573623 +2573624 +2573625 +2573626 +2573627 +2573628 +2573629 +2573630 +2573631 +2573632 +2573633 +2573634 +2573635 +2573636 +2573637 +2573638 +2573639 +2573640 +2573641 +2573642 +2573643 +2573644 +2573645 +2573646 +2573647 +2573648 +2573649 +2573650 +2573651 +2573652 +2573653 +2573654 +2573655 +2573656 +2573657 +2573658 +2573659 +2573660 +2573661 +2573662 +2573663 +2573664 +2573665 +2573666 +2573667 +2573668 +2573669 +2573670 +2573671 +2573672 +2573673 +2573674 +2573675 +2573676 +2573677 +2573678 +2573679 +2573680 +2573681 +2573682 +2573683 +2573684 +2573685 +2573686 +2573687 +2573688 +2573689 +2573690 +2573691 +2573692 +2573693 +2573694 +2573695 +2573696 +2573697 +2573698 +2573699 +2573700 +2573701 +2573702 +2573703 +2573704 +2573705 +2573706 +2573707 +2573708 +2573709 +2573710 +2573711 +2573712 +2573713 +2573714 +2573715 +2573716 +2573717 +2573718 +2573719 +2573720 +2573721 +2573722 +2573723 +2573724 +2573725 +2573726 +2573727 +2573728 +2573729 +2573730 +2573731 +2573732 +2573733 +2573734 +2573735 +2573736 +2573737 +2573738 +2573739 +2573740 +2573741 +2573742 +2573743 +2573744 +2573745 +2573746 +2573747 +2573748 +2573749 +2573750 +2573751 +2573752 +2573753 +2573754 +2573755 +2573756 +2573757 +2573758 +2573759 +2573760 +2573761 +2573762 +2573763 +2573764 +2573765 +2573766 +2573767 +2573768 +2573769 +2573770 +2573771 +2573772 +2573773 +2573774 +2573775 +2573776 +2573777 +2573778 +2573779 +2573780 +2573781 +2573782 +2573783 +2573784 +2573785 +2573786 +2573787 +2573788 +2573789 +2573790 +2573791 +2573792 +2573793 +2573794 +2573795 +2573796 +2573797 +2573798 +2573799 +2573800 +2573801 +2573802 +2573803 +2573804 +2573805 +2573806 +2573807 +2573808 +2573809 +2573810 +2573811 +2573812 +2573813 +2573814 +2573815 +2573816 +2573817 +2573818 +2573819 +2573820 +2573821 +2573822 +2573823 +2573824 +2573825 +2573826 +2573827 +2573828 +2573829 +2573830 +2573831 +2573832 +2573833 +2573834 +2573835 +2573836 +2573837 +2573838 +2573839 +2573840 +2573841 +2573842 +2573843 +2573844 +2573845 +2573846 +2573847 +2573848 +2573849 +2573850 +2573851 +2573852 +2573853 +2573854 +2573855 +2573856 +2573857 +2573858 +2573859 +2573860 +2573861 +2573862 +2573863 +2573864 +2573865 +2573866 +2573867 +2573868 +2573869 +2573870 +2573871 +2573872 +2573873 +2573874 +2573875 +2573876 +2573877 +2573878 +2573879 +2573880 +2573881 +2573882 +2573883 +2573884 +2573885 +2573886 +2573887 +2573888 +2573889 +2573890 +2573891 +2573892 +2573893 +2573894 +2573895 +2573896 +2573897 +2573898 +2573899 +2573900 +2573901 +2573902 +2573903 +2573904 +2573905 +2573906 +2573907 +2573908 +2573909 +2573910 +2573911 +2573912 +2573913 +2573914 +2573915 +2573916 +2573917 +2573918 +2573919 +2573920 +2573921 +2573922 +2573923 +2573924 +2573925 +2573926 +2573927 +2573928 +2573929 +2573930 +2573931 +2573932 +2573933 +2573934 +2573935 +2573936 +2573937 +2573938 +2573939 +2573940 +2573941 +2573942 +2573943 +2573944 +2573945 +2573946 +2573947 +2573948 +2573949 +2573950 +2573951 +2573952 +2573953 +2573954 +2573955 +2573956 +2573957 +2573958 +2573959 +2573960 +2573961 +2573962 +2573963 +2573964 +2573965 +2573966 +2573967 +2573968 +2573969 +2573970 +2573971 +2573972 +2573973 +2573974 +2573975 +2573976 +2573977 +2573978 +2573979 +2573980 +2573981 +2573982 +2573983 +2573984 +2573985 +2573986 +2573987 +2573988 +2573989 +2573990 +2573991 +2573992 +2573993 +2573994 +2573995 +2573996 +2573997 +2573998 +2573999 +2574000 +2574001 +2574002 +2574003 +2574004 +2574005 +2574006 +2574007 +2574008 +2574009 +2574010 +2574011 +2574012 +2574013 +2574014 +2574015 +2574016 +2574017 +2574018 +2574019 +2574020 +2574021 +2574022 +2574023 +2574024 +2574025 +2574026 +2574027 +2574028 +2574029 +2574030 +2574031 +2574032 +2574033 +2574034 +2574035 +2574036 +2574037 +2574038 +2574039 +2574040 +2574041 +2574042 +2574043 +2574044 +2574045 +2574046 +2574047 +2574048 +2574049 +2574050 +2574051 +2574052 +2574053 +2574054 +2574055 +2574056 +2574057 +2574058 +2574059 +2574060 +2574061 +2574062 +2574063 +2574064 +2574065 +2574066 +2574067 +2574068 +2574069 +2574070 +2574071 +2574072 +2574073 +2574074 +2574075 +2574076 +2574077 +2574078 +2574079 +2574080 +2574081 +2574082 +2574083 +2574084 +2574085 +2574086 +2574087 +2574088 +2574089 +2574090 +2574091 +2574092 +2574093 +2574094 +2574095 +2574096 +2574097 +2574098 +2574099 +2574100 +2574101 +2574102 +2574103 +2574104 +2574105 +2574106 +2574107 +2574108 +2574109 +2574110 +2574111 +2574112 +2574113 +2574114 +2574115 +2574116 +2574117 +2574118 +2574119 +2574120 +2574121 +2574122 +2574123 +2574124 +2574125 +2574126 +2574127 +2574128 +2574129 +2574130 +2574131 +2574132 +2574133 +2574134 +2574135 +2574136 +2574137 +2574138 +2574139 +2574140 +2574141 +2574142 +2574143 +2574144 +2574145 +2574146 +2574147 +2574148 +2574149 +2574150 +2574151 +2574152 +2574153 +2574154 +2574155 +2574156 +2574157 +2574158 +2574159 +2574160 +2574161 +2574162 +2574163 +2574164 +2574165 +2574166 +2574167 +2574168 +2574169 +2574170 +2574171 +2574172 +2574173 +2574174 +2574175 +2574176 +2574177 +2574178 +2574179 +2574180 +2574181 +2574182 +2574183 +2574184 +2574185 +2574186 +2574187 +2574188 +2574189 +2574190 +2574191 +2574192 +2574193 +2574194 +2574195 +2574196 +2574197 +2574198 +2574199 +2574200 +2574201 +2574202 +2574203 +2574204 +2574205 +2574206 +2574207 +2574208 +2574209 +2574210 +2574211 +2574212 +2574213 +2574214 +2574215 +2574216 +2574217 +2574218 +2574219 +2574220 +2574221 +2574222 +2574223 +2574224 +2574225 +2574226 +2574227 +2574228 +2574229 +2574230 +2574231 +2574232 +2574233 +2574234 +2574235 +2574236 +2574237 +2574238 +2574239 +2574240 +2574241 +2574242 +2574243 +2574244 +2574245 +2574246 +2574247 +2574248 +2574249 +2574250 +2574251 +2574252 +2574253 +2574254 +2574255 +2574256 +2574257 +2574258 +2574259 +2574260 +2574261 +2574262 +2574263 +2574264 +2574265 +2574266 +2574267 +2574268 +2574269 +2574270 +2574271 +2574272 +2574273 +2574274 +2574275 +2574276 +2574277 +2574278 +2574279 +2574280 +2574281 +2574282 +2574283 +2574284 +2574285 +2574286 +2574287 +2574288 +2574289 +2574290 +2574291 +2574292 +2574293 +2574294 +2574295 +2574296 +2574297 +2574298 +2574299 +2574300 +2574301 +2574302 +2574303 +2574304 +2574305 +2574306 +2574307 +2574308 +2574309 +2574310 +2574311 +2574312 +2574313 +2574314 +2574315 +2574316 +2574317 +2574318 +2574319 +2574320 +2574321 +2574322 +2574323 +2574324 +2574325 +2574326 +2574327 +2574328 +2574329 +2574330 +2574331 +2574332 +2574333 +2574334 +2574335 +2574336 +2574337 +2574338 +2574339 +2574340 +2574341 +2574342 +2574343 +2574344 +2574345 +2574346 +2574347 +2574348 +2574349 +2574350 +2574351 +2574352 +2574353 +2574354 +2574355 +2574356 +2574357 +2574358 +2574359 +2574360 +2574361 +2574362 +2574363 +2574364 +2574365 +2574366 +2574367 +2574368 +2574369 +2574370 +2574371 +2574372 +2574373 +2574374 +2574375 +2574376 +2574377 +2574378 +2574379 +2574380 +2574381 +2574382 +2574383 +2574384 +2574385 +2574386 +2574387 +2574388 +2574389 +2574390 +2574391 +2574392 +2574393 +2574394 +2574395 +2574396 +2574397 +2574398 +2574399 +2574400 +2574401 +2574402 +2574403 +2574404 +2574405 +2574406 +2574407 +2574408 +2574409 +2574410 +2574411 +2574412 +2574413 +2574414 +2574415 +2574416 +2574417 +2574418 +2574419 +2574420 +2574421 +2574422 +2574423 +2574424 +2574425 +2574426 +2574427 +2574428 +2574429 +2574430 +2574431 +2574432 +2574433 +2574434 +2574435 +2574436 +2574437 +2574438 +2574439 +2574440 +2574441 +2574442 +2574443 +2574444 +2574445 +2574446 +2574447 +2574448 +2574449 +2574450 +2574451 +2574452 +2574453 +2574454 +2574455 +2574456 +2574457 +2574458 +2574459 +2574460 +2574461 +2574462 +2574463 +2574464 +2574465 +2574466 +2574467 +2574468 +2574469 +2574470 +2574471 +2574472 +2574473 +2574474 +2574475 +2574476 +2574477 +2574478 +2574479 +2574480 +2574481 +2574482 +2574483 +2574484 +2574485 +2574486 +2574487 +2574488 +2574489 +2574490 +2574491 +2574492 +2574493 +2574494 +2574495 +2574496 +2574497 +2574498 +2574499 +2574500 +2574501 +2574502 +2574503 +2574504 +2574505 +2574506 +2574507 +2574508 +2574509 +2574510 +2574511 +2574512 +2574513 +2574514 +2574515 +2574516 +2574517 +2574518 +2574519 +2574520 +2574521 +2574522 +2574523 +2574524 +2574525 +2574526 +2574527 +2574528 +2574529 +2574530 +2574531 +2574532 +2574533 +2574534 +2574535 +2574536 +2574537 +2574538 +2574539 +2574540 +2574541 +2574542 +2574543 +2574544 +2574545 +2574546 +2574547 +2574548 +2574549 +2574550 +2574551 +2574552 +2574553 +2574554 +2574555 +2574556 +2574557 +2574558 +2574559 +2574560 +2574561 +2574562 +2574563 +2574564 +2574565 +2574566 +2574567 +2574568 +2574569 +2574570 +2574571 +2574572 +2574573 +2574574 +2574575 +2574576 +2574577 +2574578 +2574579 +2574580 +2574581 +2574582 +2574583 +2574584 +2574585 +2574586 +2574587 +2574588 +2574589 +2574590 +2574591 +2574592 +2574593 +2574594 +2574595 +2574596 +2574597 +2574598 +2574599 +2574600 +2574601 +2574602 +2574603 +2574604 +2574605 +2574606 +2574607 +2574608 +2574609 +2574610 +2574611 +2574612 +2574613 +2574614 +2574615 +2574616 +2574617 +2574618 +2574619 +2574620 +2574621 +2574622 +2574623 +2574624 +2574625 +2574626 +2574627 +2574628 +2574629 +2574630 +2574631 +2574632 +2574633 +2574634 +2574635 +2574636 +2574637 +2574638 +2574639 +2574640 +2574641 +2574642 +2574643 +2574644 +2574645 +2574646 +2574647 +2574648 +2574649 +2574650 +2574651 +2574652 +2574653 +2574654 +2574655 +2574656 +2574657 +2574658 +2574659 +2574660 +2574661 +2574662 +2574663 +2574664 +2574665 +2574666 +2574667 +2574668 +2574669 +2574670 +2574671 +2574672 +2574673 +2574674 +2574675 +2574676 +2574677 +2574678 +2574679 +2574680 +2574681 +2574682 +2574683 +2574684 +2574685 +2574686 +2574687 +2574688 +2574689 +2574690 +2574691 +2574692 +2574693 +2574694 +2574695 +2574696 +2574697 +2574698 +2574699 +2574700 +2574701 +2574702 +2574703 +2574704 +2574705 +2574706 +2574707 +2574708 +2574709 +2574710 +2574711 +2574712 +2574713 +2574714 +2574715 +2574716 +2574717 +2574718 +2574719 +2574720 +2574721 +2574722 +2574723 +2574724 +2574725 +2574726 +2586209 +2586210 +2592794 +2592795 +2592796 +2592797 +2592798 +2592799 +2592800 +2592801 +2592802 +2592803 +2592804 +2600310 +2607735 +2654567 +2656731 +2666261 +2669027 +2675455 +2675458 +2689115 +2720900 +2720901 +2720902 +2720903 +2720904 +2720905 +2720906 +2720907 +2720908 +2720909 +2720910 +2720911 +2720912 +2720913 +2763269 +2763270 +2775046 +2805738 +2805786 +2806026 +2806027 +2832151 +2835939 +2838388 +198608 +284503 +479727 +344867 +453139 +453140 +453141 +1736705 +1646350 +1646351 +2048692 +2048693 +2048694 +2048695 +2048877 +2484116 +217616 +284473 +31504 +191032 +193118 +195056 +195061 +195063 +196095 +196399 +857288 +141860 +190809 +190811 +195062 +196089 +2767543 +2800989 +12436 +1840581 +127441 +298968 +298969 +298970 +298971 +192023 +193119 +193122 +196094 +298975 +373058 +135749 +135750 +614055 +99930 +192021 +192022 +298965 +298974 +298973 +1914579 +570949 +570950 +1250316 +1538550 +1958957 +1962429 +1973210 +1973211 +2022120 +2022121 +2022122 +2022123 +2022124 +2022125 +2219109 +2219110 +2787046 +2795269 +2822894 +169696 +260479 +302069 +302070 +497970 +497971 +1032483 +1034381 +1149866 +1149871 +1149872 +1149873 +1149874 +1149876 +1149877 +1149878 +1149879 +1149881 +1149882 +1149884 +1149885 +1149886 +1149887 +1149888 +1149889 +1149890 +1149891 +1149892 +1149893 +1149894 +1149895 +1441778 +1490528 +1538101 +1715775 +1778570 +1778571 +1778572 +1778573 +1277444 +1401318 +1592207 +1592211 +1592212 +1595961 +2656732 +2711275 +2711276 +12893 +12886 +12887 +12902 +12903 +147263 +648750 +1278205 +12885 +53194 +458152 +12888 +12890 +164652 +164653 +198473 +457004 +457005 +596768 +12892 +12897 +12901 +53192 +53193 +100785 +253736 +79450 +1667384 +574040 +12889 +12898 +12907 +36453 +12783 +12895 +28266 +190971 +325110 +12904 +12905 +12906 +72705 +84412 +46342 +73494 +190810 +459949 +551523 +41861 +41862 +110139 +697192 +1319979 +2022430 +2029516 +2613859 +2726182 +12899 +192025 +53187 +53189 +192026 +53188 +192027 +53190 +53191 +132679 +598747 +651134 +1622036 +2793718 +12896 +40242 +40243 +40244 +12894 +68402 +2485233 +219174 +186617 +239364 +340016 +375198 +381900 +381901 +398817 +1075823 +1198330 +1198333 +1379788 +1414768 +1414769 +1414770 +1416629 +1416630 +1419328 +1448985 +1448986 +1448987 +1448988 +1448989 +1448990 +1448991 +1450698 +1732297 +1868660 +1960247 +2042532 +2115881 +270161 +654907 +292639 +2713157 +2730632 +1032474 +315953 +1898549 +1898550 +285013 +1123964 +1351702 +1580591 +1732177 +1732178 +1797140 +762906 +1032473 +1115696 +1425358 +1425359 +1534536 +1605378 +1932713 +2023155 +2661841 +2770615 +2770616 +2770617 +1303672 +1303673 +1303674 +1303675 +1303676 +1612310 +1612311 +1612312 +1797099 +1808974 +437444 +654911 +1732173 +1732174 +12618 +73474 +73475 +73476 +73477 +73478 +319039 +486492 +1002273 +988776 +1163715 +1214955 +1415627 +1415628 +1548711 +1670973 +1682185 +2218660 +2249930 +2547963 +2583049 +2583050 +2766787 +2781374 +2781379 +2781380 +2781381 +2798291 +68887 +165228 +167758 +167759 +209055 +209056 +486278 +209057 +486275 +487067 +209058 +486276 +209059 +486277 +209060 +486279 +290650 +443974 +443975 +443976 +443977 +443978 +443979 +443980 +443981 +443982 +443983 +443984 +443985 +443986 +443987 +443988 +443989 +443990 +443991 +443992 +443993 +443994 +443995 +443996 +443997 +443998 +443999 +444000 +444001 +444002 +444003 +444004 +444005 +444006 +444007 +444008 +444009 +444010 +444011 +444012 +444013 +444014 +444015 +444016 +444017 +444018 +444019 +444020 +444021 +444022 +444023 +444024 +444025 +444026 +444027 +444028 +444029 +444030 +444031 +444032 +444033 +444034 +444035 +444036 +444037 +444038 +444039 +444040 +444041 +444042 +444043 +444044 +444045 +444046 +444047 +444048 +444049 +444050 +486280 +486281 +486282 +1128423 +2025480 +2219036 +2233536 +2749452 +2749453 +2749454 +2749455 +2749456 +2749457 +136966 +393049 +289366 +289367 +375354 +375355 +375356 +375357 +375358 +375359 +375360 +375361 +406862 +406863 +406864 +406865 +406866 +406867 +406868 +406869 +406870 +406871 +406872 +406873 +406874 +406875 +406876 +406877 +406878 +406879 +406880 +406881 +406882 +406883 +406884 +406885 +406886 +406887 +406888 +406889 +415359 +415360 +415361 +415362 +415363 +415364 +415365 +415366 +415367 +415368 +415369 +415370 +415371 +415372 +415373 +415374 +415375 +415376 +415377 +415378 +432261 +662948 +943084 +991022 +1034790 +1034791 +1034792 +1034793 +1427156 +1566009 +1566012 +1427157 +1514664 +1514665 +1543419 +1659791 +1659792 +1659793 +1659794 +1676473 +1676474 +1743410 +1743411 +1861840 +2010248 +2012640 +2012677 +2016460 +2054609 +2054610 +2054611 +2054612 +2054613 +2054614 +2054615 +2054616 +2054617 +2054618 +2054619 +2055263 +2249932 +2249933 +2304504 +2579707 +2604331 +2604332 +2604333 +2716318 +2716319 +2716347 +2749445 +2749446 +2749447 +2778524 +2793987 +2817739 +2830920 +2830921 +2830922 +2830923 +2830924 +2830925 +2830926 +687340 +766182 +687341 +687342 +687343 +687344 +687345 +687346 +687347 +687348 +687349 +687350 +687351 +687352 +687353 +687354 +687355 +687356 +687357 +687358 +687359 +687360 +687361 +687362 +687363 +687364 +687365 +687366 +687367 +687368 +1619217 +1619218 +1619219 +1619220 +1629656 +1629657 +2751159 +2751160 +2751161 +2751162 +2751163 +2751164 +687369 +766183 +687370 +687371 +687372 +687373 +687374 +687375 +687376 +687377 +93678 +1535290 +1535291 +2057931 +2057932 +2057933 +1859149 +2065036 +2065037 +2065038 +687379 +766184 +687380 +2065044 +2065045 +2065046 +2065047 +2065048 +2065049 +2065050 +2065051 +2065052 +2065053 +2065054 +2065055 +2065056 +687381 +766185 +687382 +766186 +687383 +766187 +687384 +461126 +766188 +1138483 +1138484 +1138485 +2065043 +687385 +766189 +1610820 +2483057 +2483303 +2483304 +2483305 +687386 +766190 +1225860 +687387 +871765 +742012 +869560 +1034771 +1239832 +1968861 +1218488 +1218490 +2560820 +2012676 +1673633 +2834153 +2560818 +1566011 +2560819 +1566010 +650121 +700542 +1289471 +96892 +447598 +518829 +713914 +551238 +632118 +632119 +632120 +632121 +632122 +656028 +661505 +666636 +713090 +713091 +722427 +743031 +743032 +743033 +743034 +743035 +743036 +743037 +743038 +743039 +748170 +759124 +888513 +905055 +944995 +944996 +945250 +1112202 +1188819 +1225644 +1260770 +1283103 +1283104 +1283105 +1283106 +1283107 +1293961 +755305 +1366649 +1468596 +1468597 +1506184 +1507724 +1507725 +1507726 +1542665 +1535266 +1631261 +1690816 +1705092 +1740346 +1740347 +1740348 +1755198 +1819678 +1837133 +1841147 +1911908 +1949200 +2030125 +2161879 +2161881 +2161882 +2231665 +2419986 +2527736 +2699487 +915293 +713089 +1161126 +1945850 +1949199 +666147 +2048879 +2169824 +2169825 +2169827 +2169828 +2169829 +2601256 +2651595 +187850 +240557 +377461 +447597 +538004 +1407057 +1712538 +656025 +1249878 +1428341 +679536 +2792518 +2792519 +2792520 +741733 +743040 +743041 +743042 +743043 +743044 +743045 +926844 +240559 +1048668 +1231298 +1250303 +1260769 +1407058 +1428342 +1454227 +1544378 +2169839 +2169841 +2169842 +2169843 +2169845 +2169846 +743023 +743026 +743027 +743028 +743029 +743030 +1249467 +1705093 +2030126 +2030910 +2169907 +2169908 +2169905 +2560838 +2742455 +2169834 +1455654 +2169836 +1980174 +2169837 +1980173 +2169838 +1458459 +2169893 +1453083 +2170027 +1455652 +1441773 +1441797 +2170028 +1455651 +2170029 +1980163 +2558065 +2558066 +2170209 +2558063 +2558064 +2170220 +2558062 +2734588 +2052606 +1441796 +1441798 +1441799 +1441800 +1453080 +1453081 +1453082 +1455653 +1458458 +1980161 +1980162 +1980164 +1980165 +1980166 +1980167 +1980168 +1980169 +1980170 +1980171 +1980172 +2052607 +2056781 +2683342 +2683343 +2683344 +1458187 +2714173 +2723993 +2734842 +2734843 +2734844 +2734845 +2740132 +2740133 +2740134 +2740135 +2169721 +2161874 +2161875 +2161877 +2161878 +2161880 +2161876 +2169722 +2169723 +2169724 +1157339 +53991 +263578 +315359 +134386 +180948 +423344 +557400 +169687 +169688 +582400 +185750 +446569 +593999 +1705298 +186371 +1046295 +1046296 +205323 +169691 +587314 +218845 +219596 +220812 +693901 +935288 +1036190 +1036191 +1036192 +1036193 +1036194 +1036195 +1036196 +1397671 +1397672 +1458061 +221036 +221037 +1313352 +221054 +278069 +493828 +304222 +453455 +453456 +555599 +2792514 +2792515 +2792516 +306025 +508751 +508752 +508758 +508759 +508761 +552519 +557401 +614072 +614073 +649190 +649191 +649192 +649193 +649194 +1151036 +1151037 +1712537 +329288 +339965 +329289 +411248 +647665 +655839 +655840 +908141 +1036198 +1036257 +435488 +436243 +552520 +552521 +613186 +889961 +1000691 +1000692 +1112859 +447599 +1507984 +447604 +478085 +478086 +478087 +447606 +486898 +759889 +497865 +575918 +635076 +662596 +504341 +655360 +666635 +693897 +693898 +714640 +756759 +169689 +186810 +186811 +186812 +908120 +908121 +908122 +1397669 +875325 +875326 +885379 +1000685 +1000686 +1000687 +1000688 +1000689 +1678004 +908070 +908071 +908072 +908073 +908074 +908075 +908076 +908077 +908078 +908079 +908080 +908081 +908082 +908083 +908084 +908085 +908278 +912035 +938277 +1176156 +1757097 +1198498 +1213187 +1231334 +1233479 +1255765 +1273128 +1297646 +1384632 +1397670 +1418029 +1428189 +1461792 +1476485 +1609290 +1925152 +1931113 +2010286 +611305 +693900 +1005916 +1036197 +1505739 +2010314 +1000690 +2010315 +2010316 +2010317 +2010319 +2010320 +1200971 +2010321 +1736759 +2010322 +1238162 +2010323 +2010324 +1036255 +2010325 +2010326 +2010327 +2010331 +2010332 +2010333 +2031200 +2033721 +2040662 +2049883 +2049892 +2050589 +2083207 +2164175 +2172094 +2173168 +2496574 +169693 +189515 +220813 +220814 +234829 +249201 +291270 +292626 +316106 +333045 +292627 +307111 +315392 +325113 +326489 +327839 +337824 +447601 +360580 +366686 +377463 +377611 +391090 +1172353 +393034 +371411 +371412 +371413 +401518 +410826 +417192 +417193 +417194 +427315 +429322 +434068 +434066 +434070 +435486 +434071 +347953 +347954 +347955 +436242 +447600 +447602 +447603 +447605 +449401 +453451 +453453 +454128 +341685 +478812 +488255 +508755 +519016 +546026 +562747 +508753 +508754 +508756 +570832 +1175507 +1505738 +574217 +575562 +575563 +640136 +670251 +700987 +706122 +713092 +713098 +713913 +716920 +908009 +908010 +908011 +908012 +908013 +908014 +908015 +908016 +908017 +908018 +908019 +908020 +908021 +908022 +908138 +908276 +908277 +929051 +1170666 +1170667 +1170668 +1170669 +1170670 +1170671 +1170672 +1175505 +1234171 +1246849 +1256866 +1280308 +1280309 +1334928 +1335766 +1416738 +1469143 +1497568 +1506157 +1507403 +1570108 +1570109 +1570110 +1705090 +1705091 +1740361 +1740362 +1740363 +1740364 +1837131 +1911910 +1963266 +2066502 +2203894 +2570214 +2670809 +2697541 +2704965 +2726089 +2761106 +2781145 +1993643 +1367671 +1993644 +1150019 +1993645 +1149875 +1993646 +1149883 +1993647 +1993648 +1993649 +1740360 +1993650 +1993651 +1149880 +1993652 +1890427 +2315478 +2169571 +1982658 +2734592 +2493125 +12450 +31761 +48726 +224782 +224783 +247483 +247484 +247485 +364158 +478099 +159954 +194397 +235347 +269725 +271069 +271070 +271071 +271072 +271073 +271074 +271076 +421976 +459770 +475235 +483537 +487212 +515670 +542957 +543534 +665915 +687917 +687918 +753758 +758865 +763863 +862943 +862944 +980634 +1054649 +1087068 +1141582 +1141583 +1148495 +1148496 +1148497 +1150353 +1181310 +1192193 +1192194 +1192195 +1211481 +1265605 +1318463 +1329781 +1332073 +1478136 +1532031 +1549357 +1565088 +1565456 +1568973 +1670975 +1678160 +1678177 +1678178 +1678181 +1678182 +1708486 +1719273 +1835085 +1848042 +1848169 +1848505 +1849542 +1849543 +1895000 +1895001 +1903437 +1903535 +1903536 +1903537 +1903538 +1903539 +1903540 +1903541 +1903542 +1908381 +1908387 +1929313 +1934322 +2021185 +2056542 +2056543 +2056544 +2094185 +2094186 +2094187 +2170547 +2172041 +2231775 +2305250 +2305465 +2490826 +2490827 +2490828 +2491350 +2491353 +2507518 +2561873 +2600095 +2600102 +2600103 +2600104 +2600105 +2689252 +2719799 +2719800 +2719801 +2719809 +2742942 +2747490 +2762594 +2796555 +2800870 +2801012 +2801052 +2818411 +2818412 +2818413 +2831243 +1075826 +64021 +368620 +368621 +190808 +481311 +529840 +1498821 +1498822 +758918 +1423421 +1737345 +1737346 +1738445 +1980986 +1987726 +2059665 +2732321 +2778975 +1425367 +1425368 +1611875 +2057940 +2163995 +1971235 +12445 +1971236 +12444 +1971237 +2025096 +1917980 +31503 +1921432 +154834 +28265 +2019554 +2019555 +1922242 +230604 +1343493 +1925803 +12881 +67962 +75914 +111470 +180822 +191289 +198589 +218667 +340187 +359302 +340921 +363716 +460946 +439014 +574297 +595895 +640897 +691504 +879624 +1088890 +1169642 +1224515 +1224516 +1224517 +1224525 +1224526 +1170421 +1170422 +1170424 +1170425 +1170427 +1307797 +1457165 +1552662 +1615760 +1651188 +1651189 +1771907 +1969351 +2094259 +2315811 +2585265 +2651952 +2651953 +2675214 +2682815 +2713662 +2755160 +2760894 +2767262 +2767263 +2767264 +2789603 +2789604 +2789605 +2801041 +2801042 +2802957 +2479372 +2488578 +2778782 +2789888 +1500865 +1500866 +1560351 +1746057 +1746058 +1746059 +1746060 +1746061 +1746062 +1746063 +1746064 +1746065 +1746067 +1746068 +1746069 +1746070 +1746071 +1746072 +1746073 +1746074 +1752928 +1807789 +1807801 +1807803 +1983571 +2079148 +2083425 +2169477 +2170549 +2170588 +2170589 +2170594 +2301729 +2301732 +2484867 +2507519 +2575590 +2575730 +2602441 +2605289 +2653118 +2689368 +2744400 +2776972 +2830222 +2835730 +1608044 +1608045 +1608051 +1608052 +1608054 +1608069 +1608072 +1608073 +1608079 +1608080 +1608082 +1608087 +1608096 +1608098 +1608108 +1608115 +1608116 +1608122 +1608123 +1608133 +1608137 +1629671 +1662245 +1708393 +1708394 +1708395 +1708487 +1849544 +1849545 +1903426 +1903427 +1903435 +1903545 +1903546 +1903547 +1903548 +1960157 +2049485 +2170597 +2231705 +2231706 +2231707 +2231708 +2231710 +2231711 +2231712 +2358186 +2507517 +2544876 +2587545 +2587546 +2587547 +2587548 +2587549 +2587550 +2587551 +2587552 +2599140 +2732257 +2749925 +2796548 +2796549 +2803971 +2824967 +2824968 +2824969 +2824970 +2824971 +2824972 +2824973 +2824974 +2824975 +2824976 +2824977 +2824978 +2824979 +2836142 +1068898 +1516128 +1574287 +1476202 +1532180 +1661062 +1755752 +1755785 +1849537 +1913649 +1917080 +1985188 +2056552 +2219106 +2219107 +2219108 +2490823 +2490824 +2501216 +2501217 +2501218 +2501219 +2501220 +2501221 +2501222 +2585032 +2592770 +2592771 +2599953 +2599954 +2599955 +2695354 +2698667 +2715688 +2715689 +2732256 +2735919 +2735920 +2735921 +2735922 +2735923 +2776808 +2778976 +2778977 +2778978 +2810550 +2822941 +2830906 +2830907 +1719267 +1719268 +1719269 +1807762 +1807802 +1807806 +1807816 +1814164 +1895475 +1904005 +1903553 +1903554 +1903555 +1903556 +1903557 +1903558 +1909298 +1909300 +2006394 +2016467 +2016468 +2020386 +2056547 +2056548 +2056549 +2116116 +2116128 +2116149 +2116150 +2116326 +2116333 +2116421 +2116423 +2201325 +2485918 +2485920 +2501280 +2501281 +2501282 +2501283 +2501284 +2501285 +2546447 +2555436 +2590163 +2605629 +2689988 +2692093 +2695359 +2695360 +2695361 +2719812 +2719813 +2830220 +1133557 +1922349 +1922352 +1922353 +1922354 +1922355 +1922356 +1922357 +1922358 +1922359 +1922360 +1922361 +1922362 +1922363 +1922364 +1922365 +1922368 +1922369 +1922370 +1922371 +1922372 +1922373 +1922374 +1922375 +1922376 +1922377 +1922378 +1922379 +1922380 +1922381 +1922382 +1922383 +1922384 +1922385 +1922386 +1922387 +1922388 +1922389 +1922392 +1922394 +1922395 +1922396 +1922397 +1922398 +1922399 +1922400 +1922401 +1922402 +1922403 +1922404 +1922405 +1922406 +1922407 +1922408 +1922409 +1922410 +1922411 +1922412 +1922413 +1922414 +1922415 +1922416 +1922417 +1922418 +1922419 +1922420 +1922421 +1922422 +1922423 +1922424 +1922425 +1922426 +1922427 +1922428 +1922429 +1922430 +1922431 +1922432 +1922433 +1922434 +1922435 +1922436 +1922437 +1922438 +1922439 +1922440 +1922441 +1922442 +1922443 +1922444 +1922445 +1922446 +1922447 +1922448 +1922449 +1922450 +1922451 +1922452 +1922453 +1922454 +1922455 +1922456 +1922457 +1922458 +1922459 +1922460 +1922461 +1922462 +1922463 +1922464 +1922465 +1922466 +1922467 +1922468 +1922469 +1922470 +1922471 +1922472 +1922473 +1922474 +1922475 +1922476 +1922477 +1922478 +1922479 +1922480 +1922481 +1922482 +1922483 +1922484 +1922485 +1922486 +1922487 +1922488 +1922489 +1922490 +1922491 +1922492 +1922493 +1922494 +1922495 +1922496 +1922497 +1922498 +1922499 +1922500 +1922501 +1922502 +1922503 +1922504 +1922505 +1922506 +1922507 +1922508 +1922509 +1922510 +1922511 +1922512 +1922513 +1922514 +1922515 +1922516 +1922517 +1922518 +1922519 +1922520 +1922521 +1922522 +1922523 +1922524 +1922525 +1922526 +1922527 +1922528 +1922529 +1922530 +1922531 +1922532 +1922533 +1922534 +1922535 +1922536 +1922537 +1922538 +1922539 +1922540 +1922541 +1922542 +1922543 +1922544 +1922545 +1922546 +1922547 +1922548 +1922549 +1922550 +1922551 +1922552 +1922553 +1922554 +1922555 +1922556 +1922557 +1922558 +1922559 +1922560 +1922561 +1922562 +1922563 +1922564 +1922565 +1922566 +1922567 +1922568 +1922569 +1922570 +1922571 +1922572 +1922573 +1922574 +1922575 +1922576 +1922577 +1922578 +1922579 +1922580 +1922581 +1922582 +1922583 +1922584 +1922585 +1922586 +1922587 +1922588 +1922589 +1922590 +1922591 +1922592 +1922593 +1922594 +1922595 +1922596 +1922597 +1922598 +1922599 +1922600 +1922601 +1922602 +1922603 +1922604 +1922605 +1922606 +1922607 +1922608 +1922609 +1922610 +1922611 +1922612 +1922613 +1922614 +1922615 +1922616 +1922617 +1922618 +1922619 +1922620 +1922621 +1922622 +1922623 +1922624 +1922625 +1922626 +1922627 +1922628 +1922629 +1922630 +1922631 +1922632 +1922633 +1922634 +1922635 +1922636 +1922637 +1922638 +1922639 +1922640 +1922641 +1922642 +1922643 +1922644 +1922645 +1922646 +1922647 +1922648 +1922649 +1922650 +1922657 +1922658 +1922659 +1922660 +1922661 +1922662 +1922665 +1922666 +1922667 +1922668 +1922669 +1922670 +1922671 +1922672 +1922673 +1922674 +1922675 +1922676 +1922677 +1922679 +1922680 +1922681 +1922682 +1922683 +1922684 +1922685 +1922686 +1922687 +1922688 +1922689 +1922690 +1922691 +1922692 +1922693 +1922694 +1922695 +1922696 +1922697 +1922698 +1922699 +1922700 +1922701 +1922702 +1922703 +1922704 +1922705 +1922706 +1922707 +1922708 +1922709 +1922710 +1922711 +1922712 +1922713 +1922714 +1922715 +1922716 +1922717 +1922718 +1922719 +1922720 +1922721 +1922722 +1922723 +1922724 +1922725 +1922726 +1922727 +1922728 +1922729 +1922730 +1922731 +1922732 +1922733 +1922734 +1922735 +1922736 +1922737 +1922738 +1922739 +1922740 +1922741 +1922742 +1922743 +1922744 +1922745 +1922746 +1922747 +1922748 +1922749 +1922750 +1922751 +1922752 +1922753 +1922754 +1922755 +1922756 +1922757 +1922758 +1922759 +1922760 +1922761 +1922762 +1922763 +1922764 +1922765 +1922766 +1922767 +1922768 +1922769 +1922770 +1922771 +1922772 +1922773 +1922774 +1922775 +1922776 +1922777 +1922778 +1922779 +1922780 +1922781 +1922782 +1922783 +1922784 +1922785 +1922786 +1922787 +1922788 +1922789 +1922790 +1922791 +1922792 +1922793 +1922794 +1922795 +1922796 +1922797 +1922798 +1922799 +1922800 +1922801 +1922802 +1922803 +1922804 +1922805 +1922806 +1922807 +1922808 +1922809 +1922810 +1922811 +1922812 +1922813 +1922814 +1922815 +1922816 +1922817 +1922818 +1922819 +1922820 +1922821 +1922822 +1922823 +1922824 +1922825 +1922826 +1922827 +1922828 +1922829 +1922830 +1922831 +1922833 +1922834 +1922835 +1922836 +1922837 +1922838 +1922839 +1922840 +1922841 +1922842 +1922843 +1922844 +1922845 +1922846 +1922847 +1922848 +1922849 +1922850 +1922851 +1922852 +1922853 +1922854 +1922855 +1922856 +1922859 +1922860 +1922861 +1922863 +1922864 +1922865 +1922866 +1922867 +1922868 +1922869 +1922870 +1922871 +1922873 +1922874 +1922875 +1922876 +1922877 +1922878 +1922879 +1922880 +1922881 +1922882 +1922883 +1922887 +1922888 +1922889 +1922890 +1922891 +1922892 +1922893 +1922894 +1922895 +1922896 +1922897 +1922898 +1922899 +1922900 +1922901 +1922902 +1922904 +1922905 +1922906 +1922907 +1922908 +1922909 +1922910 +1922911 +1922912 +1922913 +1922914 +1922915 +1922916 +1922917 +1922918 +1922919 +1922920 +1922921 +1922922 +1922923 +1922924 +1922925 +1922926 +1922927 +1922928 +1922929 +1922930 +1922931 +1922932 +1922933 +1922935 +1922936 +1922938 +1922939 +1922940 +1922941 +1922942 +1922943 +1922944 +1922945 +1922946 +1922947 +1922948 +1922949 +1922950 +1922951 +1922952 +1922953 +1922954 +1922955 +1922956 +1922957 +1922958 +1922959 +1922960 +1922961 +1922962 +1922963 +1922964 +1922965 +1922966 +1922967 +1922968 +1922969 +1922970 +1922971 +1922972 +1922973 +1922974 +1922975 +1922976 +1922977 +1922978 +1922979 +1922980 +1922981 +1922982 +1922983 +1922984 +1922985 +1922986 +1922987 +1922988 +1922989 +1922990 +1922993 +1922994 +1922995 +1922996 +1922997 +1922998 +1922999 +1923000 +1923001 +1923002 +1923005 +1923006 +1923007 +1923008 +1923009 +1923010 +1923011 +1923012 +1923014 +1923015 +1923016 +1923017 +1923018 +1923019 +1923020 +1923021 +1923022 +1923023 +1923024 +1923025 +1923026 +1923027 +1923028 +1923029 +1923030 +1923031 +1923032 +1923033 +1923034 +1923035 +1923036 +1923037 +1923038 +1923039 +1923040 +1923041 +1923042 +1923043 +1923044 +1923045 +1923046 +1923047 +1923048 +1923049 +1923050 +1923051 +1923052 +1923053 +1923054 +1923055 +1923056 +1923057 +1923058 +1923059 +1923060 +1923061 +1923062 +1923063 +1923064 +1923065 +1923066 +1923067 +1923068 +1923069 +1923070 +1923071 +1923072 +1923073 +1923074 +1923075 +1923076 +1923077 +1923078 +1923079 +1923080 +1923081 +1923082 +1923083 +1923084 +1923085 +1923086 +1923087 +1923088 +1923089 +1923090 +1923091 +1923092 +1923093 +1923094 +1923095 +1923096 +1923097 +1923098 +1923099 +1923100 +1923101 +1923102 +1923103 +1923104 +1923105 +1923106 +1923107 +1923108 +1923109 +1923110 +1923111 +1923112 +1923113 +1923114 +1923115 +1923116 +1923117 +1923118 +1923119 +1923120 +1923121 +1923122 +1923123 +1923124 +1923125 +1923126 +1923127 +1923128 +1923129 +1923130 +1923131 +1923132 +1923133 +1923134 +1923135 +1923136 +1923137 +1923138 +1923139 +1923140 +1923141 +1923142 +1923143 +1923144 +1923145 +1923146 +1923147 +1923148 +1923149 +1923150 +1923151 +1923152 +1923153 +1923154 +1923155 +1923156 +1923157 +1923158 +1923159 +1923160 +1923161 +1923162 +1923163 +1923164 +1923165 +1923168 +1923169 +1923170 +1923171 +1923172 +1923173 +1923174 +1923175 +1923176 +1923177 +1923178 +1923179 +1923180 +1923181 +1923182 +1923183 +1923184 +1923185 +1923186 +1923193 +1923194 +1923195 +1923196 +1923197 +1923198 +1923199 +1923200 +1923201 +1923202 +1923203 +1923204 +1923205 +1923206 +1923207 +1923208 +1923209 +1923210 +1923211 +1923212 +1923213 +1923214 +1923215 +1923216 +1923217 +1923218 +1923219 +1923220 +1923221 +1923222 +1923223 +1923224 +1923225 +1923226 +1923227 +1923228 +1923229 +1923230 +1923231 +1923232 +1923233 +1923234 +1923235 +1923236 +1923237 +1923238 +1923239 +1923240 +1923241 +1923242 +1923243 +1923244 +1923245 +1923246 +1923247 +1923248 +1923249 +1923250 +1923251 +1923252 +1923253 +1923254 +1923255 +1923256 +1923257 +1923258 +1923259 +1923260 +1923261 +1923262 +1923263 +1923264 +1923265 +1923266 +1923267 +1923268 +1923269 +1923270 +1923271 +1923272 +1923273 +1923274 +1923275 +1923276 +1923277 +1923278 +1923279 +1923280 +1923281 +1923282 +1923283 +1923284 +1923285 +1923286 +1923287 +1923288 +1923289 +1923290 +1923291 +1923292 +1923293 +1923294 +1923295 +1923296 +1923297 +1923298 +1923299 +1923300 +1923301 +1923302 +1923303 +1923304 +1923305 +1923306 +1923307 +1923308 +1923309 +1923310 +1923311 +1923312 +1923313 +1923314 +1923315 +1923316 +1923317 +1923318 +1923319 +1923320 +1923321 +1923322 +1923323 +1923324 +1923325 +1923326 +1923327 +1923328 +1923329 +1923330 +1923331 +1923332 +1923333 +1923334 +1923335 +1923336 +1923337 +1923338 +1923339 +1923340 +1923341 +1923342 +1923343 +1923344 +1923345 +1923346 +1923347 +1923348 +1923349 +1923350 +1923351 +1923352 +1923353 +1923355 +1923356 +1923357 +1923359 +1923360 +1923361 +1923362 +1923363 +1923364 +1923365 +1923366 +1923367 +1923368 +1923369 +1923370 +1923371 +1923372 +1923373 +1923374 +1923375 +1923376 +1923377 +1923378 +1923379 +1923380 +1923381 +1923382 +1923383 +1923384 +1923385 +1923386 +1923387 +1923388 +1923389 +1923390 +1923391 +1923392 +1923393 +1923394 +1923395 +1923396 +1923397 +1923398 +1923399 +1923400 +1923401 +1923402 +1923403 +1923404 +1923405 +1923406 +1923407 +1923408 +1923409 +1923410 +1923411 +1923412 +1923413 +1923414 +1923415 +1923416 +1923417 +1923418 +1923419 +1923420 +1923421 +1923422 +1923423 +1923424 +1923425 +1923426 +1923427 +1923428 +1923429 +1923430 +1923431 +1923432 +1923433 +1923434 +1923435 +1923436 +1923437 +1923438 +1923439 +1923440 +1923441 +1923442 +1923443 +1923444 +1923445 +1923446 +1923447 +1923448 +1923449 +1923450 +1923451 +1923452 +1923453 +1923454 +1923455 +1923456 +1923458 +1923459 +1923460 +1923461 +1923462 +1923463 +1923464 +1923466 +1923467 +1923468 +1923470 +1923471 +1923472 +1923473 +1923474 +1923475 +1923476 +1923477 +1923478 +1923479 +1923480 +1923485 +1923486 +1923487 +1923488 +1923489 +1923490 +1923491 +1923493 +1923494 +1923495 +1923496 +1923497 +1923498 +1923499 +1923500 +1923501 +1923502 +1923503 +1923504 +1923505 +1923506 +1923507 +1923508 +1923509 +1923511 +1923512 +1923513 +1923514 +1923515 +1923516 +1923517 +1923518 +1923519 +1923520 +1923521 +1923522 +1923523 +1923524 +1923525 +1923526 +1923527 +1923528 +1923529 +1923530 +1923531 +1923532 +1923533 +1923534 +1923535 +1923536 +1923537 +1923538 +1923539 +1923540 +1923541 +1923542 +1923543 +1923544 +1923545 +1923546 +1923547 +1923548 +1923549 +1923550 +1923551 +1923552 +1923553 +1923554 +1923555 +1923556 +1923557 +1923558 +1923559 +1923560 +1923561 +1923562 +1923563 +1923564 +1923565 +1923566 +1923567 +1923568 +1923569 +1923570 +1923571 +1923572 +1923573 +1923574 +1923575 +1923576 +1923577 +1923578 +1923579 +1923580 +1923581 +1923582 +1923583 +1923584 +1923585 +1923586 +1923587 +1923588 +1923589 +1923590 +1923591 +1923592 +1923593 +1923594 +1923595 +1923596 +1923597 +1923598 +1923599 +1923600 +1923601 +1923602 +1923603 +1923604 +1923605 +1923606 +1923607 +1923608 +1923609 +1923610 +1923611 +1923612 +1923613 +1923614 +1923615 +1923616 +1923617 +1923618 +1923619 +1923620 +1923621 +1923622 +1923623 +1923624 +1923625 +1923626 +1923627 +1923628 +1923629 +1923630 +1923631 +1923632 +1923633 +1923634 +1923635 +1923636 +1923637 +1923638 +1923639 +1923640 +1923641 +1923642 +1923643 +1923644 +1923645 +1923646 +1923647 +1923649 +1923650 +1923651 +1923652 +1923653 +1923654 +1923655 +1923656 +1923657 +1923658 +1923659 +1923660 +1923662 +1923663 +1923664 +1923665 +1923666 +1923667 +1923668 +1923669 +1923670 +1923671 +1923672 +1923673 +1923674 +1923675 +1923676 +1923677 +1923678 +1923679 +1923680 +1923681 +1923682 +1923683 +1923684 +1923685 +1923687 +1923688 +1923689 +1923690 +1923691 +1923692 +1923693 +1923694 +1923695 +1923696 +1923697 +1923698 +1923699 +1923700 +1923701 +1923702 +1923703 +1923704 +1923705 +1923706 +1923707 +1923708 +1923709 +1923710 +1923711 +1923712 +1923713 +1923714 +1923715 +1923716 +1923717 +1923719 +1923720 +1923721 +1923722 +1923723 +1923724 +1923725 +1923726 +1923727 +1923728 +1923729 +1923730 +1923731 +1923732 +1923733 +1923734 +1923735 +1923736 +1923737 +1923738 +1923739 +1923740 +1923741 +1923742 +1923743 +1923744 +1923745 +1923746 +1923747 +1923748 +1923749 +1923750 +1923751 +1923752 +1923753 +1923754 +1923755 +1923756 +1923757 +1923758 +1923759 +1923760 +1923761 +1923762 +1923764 +1923765 +1923766 +1923767 +1923768 +1923769 +1923770 +1923775 +1923776 +1923778 +1923779 +1923780 +1923781 +1938656 +2170545 +2259782 +1926997 +1926998 +1930920 +1930921 +2021887 +2021888 +2021889 +2021890 +2021891 +2021892 +2021893 +2021894 +2021895 +2021896 +2022118 +2022119 +2025595 +2079458 +2093214 +2116490 +2116491 +2116492 +2152919 +2183734 +2183735 +2183736 +2183737 +2183738 +2183739 +2183740 +2183741 +2183742 +2217650 +2259784 +2303160 +2307284 +2315392 +2320698 +2320699 +2320700 +2320701 +2448904 +2478383 +2482723 +2483039 +2483443 +2485865 +2485866 +2485867 +2485868 +2485869 +2485870 +2485871 +2485872 +2485873 +2485874 +2485875 +2485876 +2485877 +2485878 +2485879 +2485880 +2485881 +2485882 +2485883 +2485921 +2485922 +2487095 +2488356 +2488357 +2488358 +2488359 +2488589 +2489148 +2499625 +2501289 +2501290 +2507131 +2510846 +2511026 +2511027 +2511028 +2511029 +2511030 +2511031 +2511032 +2511033 +2511034 +2511035 +2511036 +2511037 +2511038 +2511039 +2511040 +2511041 +2511042 +2511043 +2516433 +2545477 +2545478 +2545479 +2545480 +2545481 +2547307 +2547308 +2565717 +2565718 +2567871 +2567953 +2571176 +2571177 +2571178 +2572116 +2575884 +2585031 +2587542 +2587543 +2587544 +2587583 +2590062 +2594856 +2599895 +2600096 +2600097 +2600107 +2600108 +2603565 +2603611 +2605630 +2605631 +2652723 +2656651 +2656652 +2656653 +2656654 +2656655 +2656656 +2656657 +2656658 +2656659 +2656660 +2656661 +2656662 +2656663 +2656664 +2656665 +2656666 +2661692 +2662141 +2676237 +2678334 +2683674 +2683728 +2683729 +2689384 +2692013 +2692014 +2692015 +2692016 +2692017 +2692018 +2692019 +2692020 +2692021 +2692082 +2692083 +2692087 +2692088 +2692089 +2695348 +2695349 +2695350 +2695351 +2695352 +2696289 +2703488 +2703490 +2703491 +2703492 +2703493 +2703494 +2703495 +2703496 +2703497 +2703498 +2703499 +2081616 +2081617 +2703871 +2703872 +2706911 +2706912 +2707192 +2707193 +2707194 +2707195 +2707196 +2707197 +2707198 +2707199 +2707200 +2707201 +2707202 +2707203 +2707204 +2707205 +2707206 +2707207 +2707208 +2707209 +2707210 +2707211 +2707212 +2707213 +2707214 +2707215 +2707216 +2707217 +2707218 +2707219 +2707220 +2707221 +2707222 +2707223 +2707224 +2707225 +2707226 +2707227 +2707228 +2707229 +2707230 +2707231 +2707232 +2707233 +2707234 +2707235 +2707236 +2707237 +2707238 +2707239 +2707240 +2707241 +2707242 +2707243 +2707244 +2707245 +2707246 +2707247 +2707248 +2707249 +2707250 +2707251 +2707252 +2707253 +2707254 +2707255 +2707256 +2707257 +2707258 +2707259 +2707260 +2707261 +2707262 +2707263 +2707264 +2707265 +2707266 +2707267 +2707268 +2707269 +2707270 +2707271 +2707272 +2707273 +2707274 +2707275 +2707276 +2707277 +2707278 +2707279 +2707280 +2707281 +2707282 +2707283 +2707284 +2707285 +2707286 +2707287 +2707288 +2707289 +2707290 +2709745 +2709746 +2709747 +2709748 +2711135 +2711208 +2712269 +2713138 +2713139 +2713146 +2713147 +2713148 +2713149 +2714902 +2714903 +2714904 +2714905 +2714906 +2714907 +2714908 +2715103 +2715795 +2715796 +2716188 +2716189 +2716750 +2716751 +2719589 +2719590 +2719591 +2719814 +2722917 +2722918 +2723963 +2723964 +2724498 +2724499 +2725111 +2726939 +2732661 +2735929 +2735930 +2737679 +2737680 +2737681 +2737682 +2737683 +2737684 +2739231 +2741541 +2741668 +2741669 +2741670 +2741671 +2741902 +2741903 +2741904 +2741905 +2741906 +2741907 +2741920 +2741921 +2741922 +2741923 +2741924 +2741925 +2744405 +2746238 +2746239 +2746880 +2746881 +2746882 +2746883 +2746884 +2746885 +2746886 +2747487 +2748675 +2748676 +2748677 +2748685 +2754867 +2755148 +2755407 +2755408 +2755409 +2759274 +2759762 +2760415 +2760851 +2767265 +2768131 +2770120 +2770121 +2770122 +2770123 +2770124 +2770125 +2770126 +2770127 +2770128 +2770601 +2771479 +2771480 +2771484 +2772288 +2772289 +2772290 +2772291 +2772292 +2772293 +2776796 +2776797 +2776798 +2776799 +2776800 +2778221 +2778222 +2778517 +2778518 +2778519 +2778520 +2778769 +2778770 +2778771 +2778969 +2778970 +2778971 +2778972 +2778973 +2778974 +2779169 +2783903 +2783904 +2783905 +2783906 +2783907 +2783908 +2783909 +2783910 +2783911 +2783912 +2783913 +2783914 +2783915 +2783916 +2783917 +2783918 +2783919 +2783920 +2783921 +2783922 +2783923 +2783924 +2783925 +2783926 +2783927 +2783928 +2783929 +2783930 +2783931 +2783932 +2783933 +2783934 +2783935 +2783936 +2783937 +2783938 +2783939 +2783940 +2783941 +2783942 +2783943 +2783944 +2783945 +2783946 +2783947 +2783948 +2783949 +2783950 +2783951 +2783952 +2783953 +2783954 +2783955 +2783956 +2783957 +2783958 +2783959 +2783960 +2783961 +2783962 +2783963 +2783964 +2783965 +2783966 +2783967 +2783968 +2783969 +2783970 +2783971 +2783972 +2783973 +2783974 +2783975 +2783976 +2783977 +2783978 +2783979 +2783980 +2783981 +2783982 +2783983 +2783984 +2783985 +2783986 +2783987 +2783988 +2783989 +2783990 +2784750 +2784751 +2784752 +2784753 +2789420 +2789885 +2789886 +2794234 +2794237 +2794239 +2796557 +2796558 +2796559 +2796560 +2796561 +2796576 +2796577 +2796578 +2796579 +2796580 +2796581 +2796582 +2796583 +2796584 +2796585 +2796586 +2796587 +2796588 +2796589 +2796590 +2796591 +2796592 +2796593 +2796594 +2796595 +2796596 +2796597 +2796598 +2796599 +2796600 +2796601 +2796602 +2796603 +2796604 +2796605 +2796606 +2796607 +2796608 +2796609 +2796610 +2796611 +2796612 +2796613 +2796614 +2796615 +2796616 +2796617 +2796618 +2796619 +2796620 +2796621 +2796622 +2796623 +2796624 +2796625 +2796626 +2796627 +2796628 +2796629 +2796630 +2796631 +2796632 +2796633 +2796634 +2796635 +2796636 +2796637 +2796638 +2796639 +2796640 +2796641 +2796642 +2797877 +2800905 +2800906 +2800907 +2800908 +2800909 +2800910 +2800911 +2800912 +2800913 +2800914 +2800915 +2800916 +2800917 +2800918 +2800919 +2800920 +2800921 +2800922 +2800923 +2800924 +2800925 +2800926 +2800927 +2800928 +2800929 +2800930 +2800931 +2800932 +2800933 +2800934 +2800935 +2800936 +2800937 +2800938 +2800939 +2800940 +2800941 +2800942 +2800943 +2800944 +2800945 +2800946 +2800947 +2800948 +2800949 +2800950 +2801053 +2801054 +2803966 +2803967 +2803968 +2803969 +2803970 +2810480 +2811531 +2813952 +2814230 +2819088 +2822937 +2822938 +2822945 +2822959 +2822960 +2824965 +2824966 +2827443 +2827444 +2827445 +2829174 +2829175 +2829286 +2830216 +2830702 +2835278 +2836254 +2836296 +2836297 +2836298 +2836783 +2836817 +2838328 +2838329 +2838331 +2838393 +2838394 +2838395 +11002 +11003 +11004 +11005 +314012 +360006 +523766 +526519 +59816 +320045 +320123 +360000 +360001 +475879 +79600 +230107 +230108 +360164 +245843 +279065 +279066 +279067 +279068 +279069 +279070 +279071 +279072 +528163 +552053 +552054 +552055 +1107397 +1338690 +1661392 +1721090 +1930547 +359995 +359996 +10995 +10996 +10997 +10998 +10999 +11000 +11001 +31560 +301836 +551140 +644440 +645118 +48981 +654931 +2556101 +2725373 +41996 +595652 +663281 +908207 +1127767 +1230254 +1237117 +1807812 +2116468 +2116469 +2585335 +2777470 +2800199 +311176 +2583366 +321302 +83810 +186165 +2766833 +663280 +1654354 +2585115 +2653117 +2675464 +2675465 +2716555 +2739863 +2798297 +2798298 +2801046 +2801047 +2802956 +2832150 +1918014 +1654339 +1719038 +1824837 +1986419 +2138326 +2231703 +2304033 +2488792 +2493995 +2689573 +2689574 +2709774 +2735874 +2748772 +2777087 +2777088 +2822867 +2822868 +2822869 +2822870 +2822871 +2822872 +2822873 +2507498 +1922664 +2507499 +1923648 +2507500 +1938657 +2507501 +1923354 +2507505 +1923771 +2585034 +2651948 +2651949 +2651950 +2651951 +2746377 +2755158 +2771469 +1758690 +2170044 +1520332 +2170045 +73561 +88130 +652963 +2170046 +2170047 +274495 +2170048 +200255 +652964 +2170049 +152636 +2170050 +219702 +2584981 +2684264 +2822942 +2806429 +2806430 +32611 +65405 +70064 +114976 +149595 +156909 +232580 +589518 +589519 +589520 +589521 +589522 +589524 +589525 +659372 +659373 +659374 +714363 +714364 +714365 +714366 +714367 +714368 +714369 +714370 +714371 +714372 +714373 +714374 +714375 +714376 +714377 +714378 +714379 +714380 +714381 +714382 +714383 +714384 +714385 +714386 +714387 +1112326 +1112327 +1112328 +1112329 +1112330 +1112331 +1112332 +1112333 +1112334 +1112335 +1112336 +1112337 +1112338 +1112339 +1112340 +1112587 +1112588 +1112589 +1112590 +1112591 +1112592 +1112593 +1112594 +1112595 +1112596 +1112598 +1112599 +1112600 +1112601 +1112602 +1112603 +1112604 +1112605 +1112606 +1112607 +1112608 +1112609 +1112610 +1112611 +1112612 +1112613 +1112614 +1112615 +1112616 +1112617 +1112618 +1112619 +1112620 +1112621 +1112622 +1112623 +1112624 +1112625 +1112626 +1112627 +1112628 +1112629 +1112630 +1112632 +1112633 +1112634 +1112635 +1112636 +1112637 +1112638 +1112639 +1112640 +1112641 +1112642 +1112643 +1112644 +1112645 +1112646 +1112647 +1112648 +1112649 +1112650 +1112651 +1112652 +1112653 +1112654 +1112655 +1112656 +1112657 +1112658 +1112659 +1112660 +1112661 +1112662 +1112663 +1112664 +1112665 +1112666 +1112667 +1112668 +1112669 +1112670 +1112671 +1112672 +1112673 +1112674 +1112675 +1112676 +1112677 +1112678 +1112679 +1112680 +1112681 +1112682 +1112683 +1112684 +1112685 +1112686 +1112687 +1112688 +1112689 +1112690 +1112691 +1112692 +1112693 +1112694 +1112695 +1112696 +1112697 +1131699 +1131700 +1131701 +1132582 +1132843 +1132844 +1132845 +1132846 +1132847 +1133726 +1688625 +1688626 +1688627 +1688628 +1170370 +1232868 +1232869 +1232870 +1232871 +1232872 +1300978 +1348069 +1348070 +1348071 +1348072 +1348073 +1348074 +1348075 +1353564 +1383924 +1383925 +1383926 +1383927 +1383929 +1383930 +1383931 +1383932 +1383933 +1383934 +1383935 +1383936 +1383937 +1383938 +1383939 +1383940 +1383941 +1383942 +1383943 +1383944 +1383945 +1383946 +1383947 +1383948 +1383949 +1383950 +1383951 +1383952 +1383953 +1383954 +1383955 +1383956 +1383957 +1383958 +1383959 +1383960 +1383961 +1383962 +1383963 +1383964 +1383965 +1383966 +1383967 +1383968 +1383969 +1383970 +1383971 +1383972 +1383973 +1383974 +1383975 +1383976 +1383977 +1383978 +1383979 +1383980 +1383981 +1383982 +1383983 +1383984 +1383985 +1383986 +1383987 +1383988 +1383989 +1383990 +1383991 +1383992 +1383993 +1383994 +1383995 +1383996 +1383997 +1383998 +1383999 +1384000 +1384001 +1384002 +1384003 +1384004 +1384005 +1384006 +1384007 +1384008 +1384009 +1384010 +1384011 +1384012 +1384013 +1384014 +1384015 +1384016 +1384017 +1384018 +1384019 +1384020 +1387879 +1387881 +1400361 +1400362 +1400363 +1400364 +1400365 +1400366 +1400367 +1400368 +1400369 +1400370 +1400371 +1400372 +1400373 +1400374 +1400375 +1400376 +1400377 +1400378 +1400379 +1400380 +1400381 +1400382 +1400383 +1400384 +1400385 +1403207 +1403208 +1403209 +1403210 +1403211 +1403212 +1403213 +1403214 +1403215 +1403216 +1481709 +1481710 +1481711 +1497434 +1497435 +1497436 +1554499 +1554502 +1562764 +1562765 +1562766 +1562767 +1562768 +1562769 +1579498 +1647211 +1647212 +1647213 +1647214 +1647215 +1647216 +1647217 +1647218 +1647219 +1647220 +1647221 +1647222 +1647223 +1647224 +1647225 +1647226 +1647227 +1647228 +1647229 +1647230 +1647231 +1647232 +1647233 +1647234 +1647235 +1647236 +1647237 +1647238 +1647239 +1647240 +1647241 +1647242 +1647243 +1647244 +1647245 +1647246 +1647247 +1647248 +1647249 +1647250 +1647251 +1647252 +1647253 +1647254 +1647255 +1647256 +1647257 +1647258 +1647259 +1647260 +1647261 +1647262 +1647263 +1647264 +1647265 +1647266 +1647267 +1647268 +1647269 +1647270 +1647271 +1647272 +1647273 +1647274 +1647275 +1647921 +1647922 +1663356 +1688620 +1688621 +1688622 +1688623 +2036689 +2036690 +2486281 +2511830 +2511831 +2559896 +2559897 +2571056 +2571057 +2571058 +2687258 +2687259 +2687260 +2687261 +2711016 +2711018 +2711019 +2711020 +2711021 +2711022 +2711023 +2711024 +2711025 +2711026 +2711027 +2711028 +2711029 +2711030 +2711031 +2711032 +2711033 +2711034 +2711035 +2711036 +2711037 +2711038 +2711039 +2711041 +2711042 +2711043 +2711044 +2711045 +2711048 +2711049 +2711050 +2711054 +2711055 +2711056 +2711057 +2711058 +2711059 +2711060 +2711061 +2711062 +2711063 +2711064 +2711065 +2711066 +2711067 +2711068 +2711069 +2711070 +2711071 +2711072 +2711075 +2711076 +2711077 +2711079 +2711083 +2711084 +2711085 +2711086 +2711087 +2711088 +2711089 +2711090 +2711091 +2711092 +2711093 +2711094 +2711095 +2711096 +2711097 +2711098 +2711099 +2711100 +2711101 +2711102 +2711103 +2711104 +2711105 +2711106 +2711110 +2711111 +2711112 +2711113 +2711114 +2711115 +2711116 +2711117 +2739235 +2748342 +2748375 +2811341 +2813180 +2813195 +2830717 +2560309 +862945 +2560310 +2560311 +1928005 +2560312 +1983777 +2560313 +173558 +2560314 +2560315 +2560316 +2560317 +2560318 +2613793 +2560319 +11177 +11178 +11179 +11180 +11182 +11183 +11184 +11185 +11186 +11187 +11188 +11189 +11190 +36411 +71569 +71570 +71571 +71572 +71573 +71574 +71575 +71576 +71577 +82692 +100990 +106601 +110439 +139270 +11181 +159079 +169144 +229547 +332244 +351071 +622356 +652953 +658357 +889392 +2560320 +2560321 +1401445 +1820326 +2560322 +2006690 +2560323 +2006072 +2560324 +2006073 +2560325 +2006074 +2560326 +2560327 +207247 +2560328 +28274 +204987 +304218 +336097 +430654 +1049185 +2094282 +2115844 +2493083 +2749934 +2116451 +11232 +11233 +82826 +82827 +82828 +11234 +11235 +70146 +70149 +11236 +11237 +11238 +11239 +36408 +70147 +70148 +132484 +132485 +132487 +179011 +351669 +351680 +151529 +151530 +151531 +151532 +151533 +155538 +169533 +170523 +170524 +170525 +658045 +658046 +658047 +658053 +874435 +874436 +1006493 +1006494 +1006495 +1006496 +1163370 +1163371 +1292955 +170526 +170527 +170528 +874437 +874438 +874439 +874440 +1292957 +1292958 +170529 +171264 +217363 +262307 +1056493 +460813 +460814 +460815 +460816 +460817 +460818 +460819 +464869 +464870 +464871 +464872 +464873 +464874 +464875 +464876 +464877 +464878 +464879 +464880 +464881 +464882 +464883 +464884 +464885 +464886 +464887 +464888 +464889 +464890 +464891 +464892 +464893 +464894 +464895 +464896 +464897 +464898 +464899 +464900 +464901 +464902 +464903 +464904 +464905 +464906 +464907 +464908 +464909 +464910 +464911 +464912 +467024 +467025 +467026 +471902 +471903 +471904 +471905 +471906 +471907 +471908 +471909 +471910 +471911 +471912 +471914 +471915 +471916 +471917 +471918 +471919 +471920 +471921 +471922 +471923 +471924 +471925 +471926 +471927 +471928 +471929 +471930 +471931 +471932 +471933 +471934 +471935 +471936 +471937 +471938 +483220 +483221 +483222 +483223 +483224 +483225 +483226 +496867 +496868 +496869 +496870 +496871 +496872 +496873 +497743 +497744 +497745 +497746 +497747 +497748 +501488 +501489 +501490 +501491 +501492 +501493 +501494 +501495 +502325 +502326 +502327 +507713 +507714 +507715 +507716 +507717 +507718 +507719 +507720 +507721 +507722 +507723 +507724 +507725 +507726 +507727 +507728 +507729 +507730 +522652 +522653 +522654 +525881 +525882 +525883 +525884 +525885 +536060 +536061 +558272 +558273 +558274 +566570 +566571 +566572 +566573 +566574 +566575 +566576 +566577 +566578 +566579 +566580 +566581 +566582 +566583 +566584 +566585 +566586 +566587 +566588 +566589 +566590 +566591 +566592 +566593 +566594 +566595 +566596 +566597 +566598 +566599 +566600 +566601 +566602 +566603 +566604 +566605 +566606 +566607 +566608 +566609 +566610 +566611 +566612 +566613 +566614 +566615 +566616 +566617 +566618 +566619 +566620 +566621 +566622 +566623 +566624 +566625 +566626 +566627 +566628 +566629 +566630 +566631 +566632 +566633 +566634 +566635 +566636 +566637 +566638 +566639 +566640 +566641 +570833 +570834 +624428 +624429 +624430 +624431 +624432 +624433 +624434 +624435 +624436 +624437 +624438 +624439 +624440 +642245 +642246 +642247 +647333 +647334 +647335 +647336 +647337 +653890 +653891 +653892 +653893 +653894 +653895 +653896 +653897 +653898 +653899 +653900 +658048 +658049 +658050 +658051 +658052 +658054 +658055 +1148507 +1484574 +662600 +662601 +662602 +662603 +662604 +662605 +662606 +662607 +662608 +662609 +662610 +662611 +662612 +662613 +662614 +662615 +662616 +662617 +662618 +662619 +662620 +662621 +662622 +662623 +662624 +662625 +662626 +662627 +662628 +662629 +662630 +662631 +662632 +662633 +662634 +662635 +662636 +662637 +662638 +662639 +662640 +662641 +662642 +662643 +662644 +662645 +662646 +662647 +662648 +662649 +662650 +662651 +662652 +662653 +662654 +679655 +691884 +709488 +709489 +709490 +709491 +709492 +709493 +763792 +763793 +1292956 +1684171 +767476 +767477 +767478 +767479 +767480 +768575 +768576 +768577 +798604 +864680 +864681 +864682 +864683 +864684 +864685 +870835 +884093 +884094 +884095 +884096 +884097 +884098 +884099 +884100 +884101 +885506 +887485 +887486 +887487 +887488 +887489 +931082 +1056491 +1276261 +1292954 +1056492 +1056494 +1068678 +1068679 +1068680 +1089795 +1274583 +1312075 +1484554 +1511733 +1532846 +1532847 +1532848 +1688624 +645098 +673322 +1524961 +11240 +28267 +201863 +11241 +11242 +11243 +36409 +39006 +39007 +31604 +2593991 +36410 +37131 +38270 +119020 +1240797 +1665475 +2078987 +2518293 +1170234 +11191 +11193 +11194 +11195 +11196 +11198 +302271 +302272 +317654 +1688631 +1688632 +11215 +347958 +347959 +1529392 +11216 +11217 +11218 +11219 +11220 +11221 +11222 +11223 +929831 +12730 +11210 +11211 +31605 +31606 +31607 +36412 +188538 +184974 +253334 +274077 +471864 +505220 +2282853 +2501435 +2730603 +2806895 +1357321 +63330 +928303 +121791 +665603 +1348067 +1979176 +1474807 +1979178 +1112631 +1979179 +1221391 +381543 +2734361 +348289 +122203 +1529450 +2005442 +2213020 +2560345 +341053 +2560536 +322067 +2560563 +2116559 +2560564 +2116560 +2560609 +2116604 +2560797 +1117633 +1688629 +1688630 +2686070 +2560600 +241630 +2560610 +2756244 +2560613 +590647 +2560827 +92129 +2560718 +120499 +251774 +1348068 +2507515 +2569557 +2569558 +2569559 +2569560 +2569561 +2569562 +2575956 +2560340 +1112597 +2560525 +11213 +11214 +2560526 +11224 +11225 +11226 +11227 +2560580 +11208 +31608 +31609 +31610 +33730 +2560582 +2560602 +11162 +11163 +11164 +11165 +11166 +11169 +11170 +11171 +11172 +11174 +1384672 +1496281 +1496282 +1384673 +1395179 +1496285 +1395180 +1496283 +1496284 +1395181 +11167 +11168 +11173 +33729 +1395182 +301187 +11175 +1395183 +301186 +1428458 +1428459 +1428460 +1428461 +1780347 +1578041 +1866277 +2560645 +2560766 +2734364 +2495433 +2560259 +1261100 +2560260 +1261101 +2560586 +152219 +2560773 +1452514 +2560803 +1554501 +2560808 +162013 +2560824 +798072 +2560825 +798073 +2560826 +798074 +2734365 +1554500 +2791004 +2697572 +2748763 +2116454 +2748965 +2116453 +2749932 +2116452 +38525 +11264 +227731 +260584 +422060 +519376 +652954 +162145 +694067 +2294154 +2605443 +11246 +11247 +11248 +11249 +31611 +82818 +82819 +82820 +82821 +82822 +82823 +82824 +82825 +11250 +208893 +11252 +11253 +11254 +11255 +11256 +11257 +11259 +11260 +11261 +410078 +1439707 +1972429 +1545854 +1545855 +208895 +11251 +11258 +79692 +253182 +1615611 +410233 +410234 +410235 +410236 +410237 +410238 +410239 +410240 +410241 +410242 +410243 +410244 +410245 +410246 +410247 +410248 +410249 +410250 +410251 +1545856 +1545857 +2654514 +2654515 +2654516 +2654517 +11263 +270473 +296738 +879294 +943151 +1346740 +2482952 +2482953 +2698777 +12814 +28869 +79699 +1408279 +1408280 +1868217 +2501434 +186538 +1570291 +128947 +128951 +128952 +129000 +1891187 +186539 +129003 +129004 +386032 +186540 +128948 +128949 +386033 +428691 +428692 +428693 +1216927 +186541 +128999 +205488 +565995 +2010960 +11269 +33727 +33728 +378809 +378830 +378831 +448086 +482820 +1126254 +1708252 +1708253 +1677943 +2675848 +2675849 +2740714 +2813183 +2813189 +1513237 +2560844 +2116487 +2560523 +2116488 +2496529 +11307 +59380 +195059 +195060 +209854 +279896 +928305 +303300 +547774 +1133284 +1133285 +1133286 +2079521 +2283315 +2496274 +2518374 +2563012 +2692411 +2721273 +2738555 +2802554 +348823 +488317 +11301 +75890 +864697 +241553 +242130 +262225 +322052 +373862 +1316453 +380431 +380432 +864698 +380436 +427633 +427634 +427635 +552741 +864692 +864693 +864694 +864695 +936149 +936308 +1027468 +1094298 +1094299 +1094300 +1094301 +1094302 +1094303 +1094304 +1094305 +1094306 +1094307 +1094308 +1094309 +1094310 +1094311 +1094312 +1094313 +1094314 +1094315 +1094316 +1094317 +1094318 +1094319 +1150855 +1158191 +1158192 +1158193 +1271870 +1271871 +1271872 +1271873 +1272561 +1272562 +1272563 +1272564 +1272565 +1272566 +1272567 +1272568 +1272569 +1272570 +1272571 +1272572 +1272573 +1272574 +1272575 +1272576 +1272577 +1272938 +1272940 +1272941 +1272944 +1272948 +1272950 +1272955 +1272961 +1272962 +1279472 +1407072 +1407609 +1481139 +1504569 +1508213 +1508214 +1508215 +1508216 +1508217 +1508218 +1508219 +1511639 +1578982 +1578983 +1585246 +1608041 +1608049 +1608064 +1608066 +1608067 +1608071 +1608085 +1608089 +1608090 +1608100 +1608102 +1608103 +1608104 +1608105 +1608112 +1608114 +1608134 +1608138 +1610818 +1614642 +1620891 +1620892 +1638137 +1717210 +1717211 +1736767 +1795037 +1802935 +1802936 +1802937 +1802938 +1803034 +1803263 +1807808 +1807809 +1807810 +1850239 +1890685 +1911434 +1911435 +1955137 +1969830 +1983567 +1983568 +2003308 +2021944 +2021945 +2053815 +2058093 +2079604 +2079605 +2079606 +2079610 +2083159 +2116357 +2116358 +2116359 +2116360 +2116361 +2116362 +2116363 +2116366 +2116536 +2125980 +2170211 +2171387 +2212761 +2212784 +2259786 +2304515 +2315722 +2461424 +2482768 +2486231 +2499246 +2527734 +2552994 +2559338 +2560016 +2569609 +2569751 +2592782 +2594796 +2598784 +2599624 +2607740 +2609075 +2654367 +2654566 +2684265 +2686073 +2689334 +2689335 +2697642 +2704630 +2716752 +2716753 +2716754 +2725580 +2729339 +2740120 +2740121 +2741539 +2741540 +2746286 +2746287 +2746288 +2746289 +2746290 +2746291 +2746292 +2746293 +2746294 +2746295 +2746296 +2746297 +2746298 +2746299 +2746300 +2746301 +2746302 +2746364 +2746767 +2746768 +2748176 +2754862 +2777092 +2789376 +2789377 +2789451 +2789884 +2792581 +2792582 +2792583 +2792584 +2793798 +2793799 +2795014 +2796570 +2802235 +2802236 +2805769 +2805770 +2805771 +2805772 +2813187 +2830715 +2838391 +1628186 +11276 +219585 +582817 +1621317 +1949065 +2010263 +2661637 +1972564 +1344113 +1972565 +1972566 +1972567 +1972568 +1972569 +1972570 +1972571 +239239 +1972572 +50713 +1972573 +290008 +1972574 +1046251 +1972575 +11274 +1972576 +11272 +11273 +1027469 +1027470 +1972577 +11277 +11278 +11279 +11284 +11285 +434488 +434489 +434490 +1972578 +11280 +11281 +11282 +11283 +1972579 +198833 +11292 +11293 +11294 +11295 +11296 +11297 +11298 +11300 +31613 +37132 +39005 +45418 +103929 +265000 +274042 +435951 +435952 +435953 +435954 +445790 +445791 +445792 +445793 +574748 +12538 +38766 +38767 +57482 +453115 +453116 +57483 +90961 +446561 +446562 +211977 +237716 +249583 +249584 +38768 +642022 +2042174 +2571313 +2772344 +2793711 +2815771 +746543 +1072176 +1167696 +1213198 +1846259 +2026129 +1229186 +1525373 +2079603 +2602440 +2603829 +1972587 +318836 +1972589 +31612 +1972592 +380160 +1972593 +11303 +928297 +1972594 +318834 +1972595 +318835 +1972596 +1550518 +1972597 +1272960 +179986 +170618 +1256869 +1300113 +685443 +1435208 +1615798 +1972584 +318844 +1559361 +909207 +1972586 +764599 +1987013 +1272958 +1987017 +1987018 +1987020 +1987019 +1987021 +2170224 +1819301 +948741 +666962 +673459 +1002359 +1002360 +1002361 +1002362 +1094373 +666363 +666961 +671496 +671497 +671498 +1308859 +666963 +1802945 +1802946 +1802947 +1802948 +1802949 +2760896 +219584 +1288358 +1288359 +696863 +2137754 +1972580 +318558 +1560034 +1972581 +710545 +1972588 +909206 +1972612 +1972613 +1272942 +1972614 +200401 +1972615 +1272943 +1972616 +200402 +1972617 +1272946 +1972618 +1272947 +1972619 +1272949 +1972620 +1158190 +1972621 +200403 +1972622 +200404 +1972623 +1972624 +1620895 +1972625 +318845 +1972626 +2734390 +2021721 +1972683 +1972684 +1972685 +1972686 +1479613 +1972687 +2734366 +1919071 +2746366 +1978533 +380442 +1978534 +380438 +1978535 +318849 +1978536 +1978537 +380433 +380437 +1978538 +380440 +1978539 +1608146 +1978540 +318848 +380441 +1978541 +1608119 +1978542 +380434 +1978543 +1537975 +1978544 +1272953 +1978545 +1408144 +1978546 +1428456 +2169970 +2014931 +2560829 +2100727 +2740749 +1985688 +490110 +1985689 +1620893 +1985690 +490111 +1985691 +380435 +1985693 +318840 +318842 +318843 +318852 +1985694 +1158189 +1985695 +1348439 +1985696 +1272957 +1985697 +1620897 +2734402 +2495751 +2560845 +1923763 +2560846 +1923772 +2560367 +1921414 +2560551 +1573761 +2560736 +1573760 +2734372 +1552661 +2734373 +1272959 +2734374 +932699 +2734375 +932700 +2734391 +1756186 +2747493 +698672 +2734392 +2010277 +2734393 +1406950 +2734394 +2040592 +2734396 +1758878 +2734398 +1459044 +2734399 +1272952 +2734400 +1620896 +2734404 +864696 +2734405 +1569259 +2734406 +1272945 +2734408 +1491491 +2734409 +1569258 +2734410 +1620507 +258326 +576352 +701090 +1034378 +1382270 +1453885 +1969831 +2448906 +2448907 +2509279 +2593966 +2664234 +2713499 +2714181 +2730538 +2769361 +2801326 +2813545 +2839003 +1972637 +1775456 +1972639 +998864 +1985699 +2545470 +1985702 +32612 +928304 +1985703 +471285 +1985704 +1985706 +135656 +2364291 +2754374 +2676436 +2734379 +2051550 +2734380 +1168550 +2734382 +1211480 +2734383 +758677 +2734384 +1931356 +2734385 +1967841 +2734386 +1608109 +2734387 +1608110 +2734388 +1608111 +2734389 +2487100 +293544 +2812030 +1342375 +1985698 +652962 +152177 +1344952 +1354727 +745716 +2560384 +1980624 +2560386 +1956177 +2560389 +1064520 +2734367 +2497337 +2734368 +1905830 +2734369 +2152660 +2829853 +2747940 +2358214 +1980915 +453457 +1980916 +11287 +11288 +11289 +1147160 +1313165 +1916237 +1980917 +11290 +11291 +429314 +429315 +1980918 +103603 +1871266 +1885655 +1889242 +1548713 +1548714 +1548715 +1548717 +1548718 +1548719 +1548720 +1715288 +1715290 +1715291 +1548721 +1715295 +1548722 +1715293 +1884917 +1714619 +1714621 +1714622 +1881950 +1881951 +1884878 +1884879 +1897087 +1885248 +12455 +928296 +675389 +1340806 +2056257 +2760893 +2136037 +2016401 +2136038 +2016402 +2560753 +2116489 +2830720 +644609 +644610 +1985708 +1424280 +2018499 +2107712 +2596788 +2652327 +2776145 +1034377 +1977105 +1608091 +2501950 +1922656 +2501951 +1923481 +2509379 +1922654 +2509380 +1922655 +2509381 +1922653 +2509382 +1871345 +2746371 +2746372 +2746373 +2789450 +2509383 +1923661 +1883069 +1483724 +2501988 +1719050 +2501989 +1708391 +2501990 +1719048 +2501992 +1719049 +2501993 +1719051 +2755404 +2306887 +2692022 +2768771 +2734357 +1923188 +2734358 +2547430 +1884453 +1195087 +1435457 +1517961 +1708392 +1755734 +2040575 +2040572 +1931096 +1955139 +2034335 +2080823 +2108202 +2306079 +2461426 +2583295 +2607732 +2609074 +2651940 +2651941 +2651942 +2692008 +2692009 +2716744 +2735212 +2739775 +2767249 +2767250 +2767251 +2771455 +2776792 +2802530 +2819082 +1884460 +1608141 +2059675 +2230910 +2546224 +2546225 +2684266 +2746374 +2746375 +2746376 +2783999 +2792596 +2792597 +2792598 +2809151 +2501933 +2661622 +1903560 +2501934 +1922872 +2501935 +1802951 +2501936 +1923191 +2501937 +1923013 +2501938 +1608074 +1985710 +1926633 +2501954 +1922651 +2501955 +1923190 +2501956 +1923192 +2501957 +1923189 +2501958 +1922652 +2746925 +1922366 +2746368 +2746369 +1884461 +1608058 +2501942 +1608063 +2501943 +1923187 +2501944 +1922991 +2501945 +1608088 +2501946 +2773460 +2746351 +2746352 +2746353 +2746354 +2746355 +2746356 +2746357 +2792564 +2792565 +2792566 +2792567 +2792568 +2507292 +1608086 +2507293 +1922367 +2507294 +1922862 +2507295 +1608042 +2507296 +1923483 +2507297 +2507298 +1608093 +2507299 +1608099 +2507300 +1608092 +2507301 +1923482 +2507303 +1922390 +2507304 +1608121 +2507305 +1922857 +2507306 +1922858 +2507307 +1758883 +2507308 +1608081 +2507309 +1608057 +2507310 +1844927 +2507311 +1608120 +2507313 +1922937 +2507314 +1922992 +2507315 +1923358 +2507316 +1608065 +2507317 +1577137 +2507318 +1923484 +2507319 +2507320 +1923773 +2599622 +2712695 +2714894 +2760845 +2789419 +2600345 +2663722 +2689322 +2689323 +2689324 +2689325 +2707653 +2746339 +2746340 +2746341 +2746342 +2746343 +2746344 +2746345 +2746346 +2746347 +2746348 +2754856 +2789446 +2789447 +2789448 +2789449 +2789452 +2789881 +2789882 +2792589 +2792590 +2792591 +2792592 +2792593 +2792594 +2792595 +2796543 +2796544 +2796545 +2796546 +2796547 +2800864 +2800865 +2800866 +2805442 +2809007 +2830721 +2729344 +2508254 +1922663 +2508255 +1923457 +2771486 +300180 +483046 +980879 +980880 +485722 +587122 +587123 +1609158 +1631758 +1631759 +1631796 +41118 +51317 +434491 +573900 +641384 +767474 +767475 +913012 +913013 +1237118 +1357966 +1392101 +1437125 +1480698 +1480699 +1480700 +1481123 +1545496 +2050008 +2116467 +2587488 +2587489 +2718723 +2813181 +2813193 +2820734 +2830709 +2830710 +11620 +11621 +11622 +11623 +11624 +11625 +11626 +11627 +11628 +11629 +300175 +11631 +31614 +31615 +31616 +928313 +1095757 +1163668 +42764 +45219 +45220 +45221 +45223 +46919 +404768 +466143 +466144 +481886 +481887 +523743 +568065 +49891 +55096 +55097 +144752 +192848 +208899 +499556 +649188 +743685 +883876 +1437126 +1535802 +1588685 +1587502 +1587503 +2079549 +1642436 +1642458 +1912901 +1134579 +2022412 +2059312 +2201415 +2201416 +2479483 +2755000 +2838264 +2030986 +1518603 +2169991 +2169992 +2169993 +2169994 +2169995 +2169996 +2169997 +2010246 +2734417 +2267561 +1653397 +1653398 +1382279 +1653399 +1654823 +1672381 +1672382 +1672383 +1938698 +1938699 +1938700 +1938701 +1938702 +1938918 +2056255 +2301524 +2301525 +2301526 +2447924 +2447926 +2447927 +2447928 +2447929 +2447932 +2447933 +2447934 +2447936 +2447937 +2447938 +2447939 +2448017 +2448018 +2448019 +2707725 +2707726 +2707727 +2707728 +2707729 +2707730 +2707731 +2170175 +1223561 +2170176 +1672385 +2447931 +2461343 +2170177 +1223562 +2170178 +1672384 +2447930 +2170179 +1303019 +2169909 +1672380 +2764090 +2447919 +2447922 +2707651 +2707652 +2734411 +2447916 +2734412 +2447920 +2734413 +2447921 +2447923 +2560793 +2116466 +70735 +191288 +1227658 +1966378 +2175800 +2483037 +2507689 +2595002 +2603627 +2681381 +2684179 +2686007 +2686008 +2719116 +2737698 +2742449 +2746510 +2778521 +2779673 +2812031 +2839083 +1980425 +1776763 +1980426 +1980427 +1980428 +1980429 +1980430 +1980431 +1980432 +1980433 +2099567 +2660760 +2712895 +2802541 +2421283 +2746358 +2746359 +2813194 +2830714 +2560342 +2116434 +2560483 +2116436 +2560779 +2116435 +2675847 +2560517 +2116438 +1980455 +1511732 +1980456 +69243 +69244 +69245 +69246 +69247 +69248 +139032 +139033 +321613 +367400 +374423 +135284 +135286 +135287 +230897 +230898 +230899 +230900 +436675 +443745 +537334 +537360 +537477 +1085569 +1980457 +564878 +1980458 +1980459 +1980460 +1980461 +1400425 +1980462 +1679445 +1980463 +1980464 +1980465 +169173 +1980466 +1167310 +1980467 +1980468 +1980469 +1788456 +1980470 +469960 +1980471 +11583 +11601 +11602 +31617 +33731 +73011 +74941 +74942 +74943 +135736 +135737 +162161 +164247 +164248 +164255 +164256 +198799 +198800 +198801 +310790 +310791 +333144 +333145 +370830 +412620 +424371 +424372 +424373 +424374 +424375 +424376 +424377 +424378 +424379 +424380 +424381 +424382 +453900 +458667 +458668 +458669 +458670 +458671 +458672 +458673 +458674 +458675 +458676 +458677 +458678 +470916 +470917 +470918 +470919 +470920 +508669 +508670 +508671 +508672 +508674 +508675 +1054851 +1054852 +1054853 +1054854 +1054855 +1054856 +1054857 +1054858 +1054859 +1127365 +1980473 +990280 +1980474 +765147 +1980475 +74537 +1980476 +1980479 +943342 +1980480 +238817 +1980481 +1980482 +1145238 +1980484 +660954 +1980485 +1980486 +11605 +11606 +38998 +38999 +39000 +39001 +39002 +39003 +136358 +136359 +340093 +428554 +428555 +428556 +428557 +428558 +428559 +1337063 +1980488 +1001080 +1980489 +1980490 +11607 +11610 +12557 +31619 +31620 +44269 +72683 +72684 +93831 +147454 +147455 +164246 +164251 +164252 +164253 +164254 +279233 +280855 +350036 +374467 +381329 +381330 +453895 +453896 +453897 +453898 +453899 +929037 +929038 +929039 +929040 +929041 +929042 +929043 +929044 +929045 +929046 +929047 +929048 +929049 +929050 +993446 +993447 +993448 +993449 +993450 +993451 +993452 +993453 +993454 +993455 +993456 +993457 +993458 +993459 +993460 +993461 +993462 +993463 +993464 +993465 +993466 +1980491 +31621 +32614 +69294 +1980492 +401485 +401486 +401487 +401488 +1424613 +1980494 +96509 +96510 +1980495 +1314974 +37207 +42097 +44755 +46920 +379963 +379964 +47301 +83192 +59565 +159479 +31618 +37477 +37741 +38016 +103811 +104546 +104547 +104548 +104549 +104550 +104551 +104552 +104553 +104554 +104555 +104556 +104557 +104558 +104559 +104560 +104561 +104562 +104565 +104566 +104567 +104568 +104569 +104570 +104571 +104572 +104573 +104574 +104575 +104576 +124855 +42356 +42357 +42358 +74944 +86782 +104577 +104578 +104579 +170954 +170955 +170956 +170957 +172275 +172276 +172277 +93830 +104542 +104543 +104544 +104545 +104563 +104564 +135285 +139445 +139643 +164249 +164250 +169174 +249190 +261202 +261204 +367397 +367398 +367399 +286540 +286541 +286542 +286543 +286544 +289236 +308159 +308061 +343870 +414241 +425088 +430511 +436077 +443627 +454121 +458679 +458680 +460676 +462216 +462217 +462218 +462219 +462220 +462221 +466215 +466216 +469961 +469962 +469963 +469964 +469965 +469966 +470160 +496406 +496407 +496408 +496409 +497342 +497343 +497344 +497915 +513165 +513166 +513167 +515160 +515161 +515162 +515163 +516542 +516543 +517360 +517361 +528322 +560790 +560791 +560792 +560793 +560794 +560795 +560796 +587478 +587479 +587480 +587481 +587482 +587483 +587484 +587485 +587486 +587487 +587488 +587489 +587490 +587491 +587492 +587493 +640506 +640507 +641884 +641885 +641886 +641887 +641888 +650036 +654422 +659338 +659339 +666189 +666190 +691767 +700375 +714974 +714975 +714976 +714977 +745387 +858297 +911297 +911298 +934412 +934413 +937388 +937784 +1000586 +1000587 +1001081 +1001974 +1001975 +1031707 +1055451 +1055452 +1055453 +1055454 +1076281 +1076282 +1076283 +1076284 +1076285 +1093930 +1093931 +1093932 +1093933 +1093934 +1093935 +1093936 +1093937 +1093938 +1093939 +1093940 +1093941 +1093942 +1093943 +1093944 +1093945 +1093946 +1093947 +1093948 +1093949 +1093950 +1093951 +1093952 +1093953 +1093954 +1093955 +1093956 +1093957 +1100878 +1107325 +1116392 +1116393 +1116394 +1116395 +1116396 +1116397 +1116398 +1134037 +1174522 +1201040 +1201042 +1244521 +1244522 +1244523 +1244524 +1244525 +1244526 +1244527 +1246675 +1285463 +1303862 +1313091 +1314972 +1314973 +1405791 +1405799 +1417603 +1417604 +1417605 +1417606 +1417607 +1417608 +1417609 +1417610 +1417611 +1417612 +1417613 +1417614 +1417615 +1417616 +1417617 +1417618 +1417619 +1464144 +1519087 +1538453 +1570420 +1571455 +1577651 +1577652 +1578833 +1677947 +1677949 +1677950 +1779847 +1779848 +1779849 +1779850 +1779851 +1779852 +1809451 +1811502 +1811503 +1883431 +2072643 +2304450 +2530189 +2558459 +2559107 +2559108 +2559109 +2563836 +2650671 +2778957 +2022413 +2050012 +2050013 +2050014 +2052560 +2259728 +2651592 +2654407 +2749946 +2771208 +2793952 +2560748 +450605 +2560807 +1268011 +2601243 +2651812 +2501379 +1283294 +2734420 +1744961 +2501380 +1633187 +2501381 +660955 +2501382 +1841195 +2605288 +2555873 +2501369 +467989 +2501370 +1980493 +2560481 +2116437 +1340803 +1381104 +1453405 +1453407 +1453408 +1453409 +1453410 +1523052 +1526514 +1610817 +1615758 +1712572 +1714376 +1815512 +1857750 +1971396 +1971604 +1977074 +2034329 +2059308 +2304647 +2683623 +2789418 +1980518 +1608083 +1980519 +11594 +154120 +170517 +402052 +402369 +402370 +402371 +402372 +402373 +652961 +1980520 +248058 +248059 +1980521 +766194 +1980522 +11596 +11597 +1980523 +248053 +248054 +248056 +426791 +1980524 +1712570 +1980525 +1712571 +1980526 +194540 +498356 +1980527 +248060 +1980528 +37297 +487050 +1810952 +1980529 +248062 +2170061 +2170062 +2170063 +1453404 +2560465 +2170057 +2697641 +2737675 +2770106 +2795181 +2811963 +2509384 +1608068 +2509385 +1608060 +2746363 +2771470 +2776781 +2776782 +2776783 +35306 +35310 +537994 +35319 +500324 +1622279 +1678229 +35320 +552554 +2656737 +159141 +159148 +159149 +159150 +273350 +273351 +273353 +1138487 +1138488 +1138489 +365047 +1027467 +1027632 +1368616 +1402035 +1406134 +1406136 +1488575 +1543245 +1552845 +1608113 +1764076 +1776152 +2059676 +2219997 +2219998 +2304618 +2364099 +2544873 +2576440 +2746652 +2748236 +611707 +1819305 +1933175 +35309 +442713 +2748196 +2748198 +1933176 +35308 +611708 +1933177 +611709 +1933178 +66264 +70566 +159137 +1933179 +11574 +35304 +80937 +273342 +273346 +273348 +273357 +273359 +1093160 +1501396 +2303959 +1933180 +35307 +1678227 +2748212 +1933181 +1552846 +2748232 +1933262 +1927814 +2748206 +2748207 +2748208 +2748209 +1933263 +1678224 +1933264 +35305 +42159 +45269 +178787 +198421 +507486 +685450 +1933265 +35312 +1933269 +1678225 +1933270 +35313 +2036955 +1933272 +1933273 +1678228 +1678234 +1763623 +1927813 +1933274 +80941 +1933275 +307164 +1933276 +80939 +1933288 +35314 +2748234 +1933289 +442712 +1933290 +192196 +192197 +334520 +348014 +348015 +1633620 +1769592 +1933291 +348013 +1933303 +80938 +1933304 +159139 +1495866 +1933305 +35315 +1933306 +35316 +1933307 +292278 +348008 +348009 +348010 +348011 +1134389 +1933309 +118655 +1387354 +1494663 +1628725 +2571170 +1934100 +192199 +348026 +1934101 +35318 +2303487 +2303489 +2303490 +2748237 +2170053 +2748201 +2748231 +2170054 +2748202 +2170056 +2748203 +2748204 +2748205 +2170058 +2748233 +2170059 +1867943 +2170060 +2303488 +2560289 +11582 +2560292 +1642852 +2560294 +273355 +2560341 +80942 +2560346 +1856565 +2560348 +273358 +2560352 +273349 +2560361 +159140 +2560364 +80935 +273343 +2560365 +1138490 +2560374 +181003 +2560413 +1821545 +2560467 +159143 +2560477 +273345 +2560527 +273356 +2560528 +273341 +2560529 +159145 +2560532 +35511 +35513 +45769 +2560533 +150058 +2560538 +35514 +2560547 +11577 +11578 +796210 +2560550 +999729 +2560565 +80940 +2560573 +273352 +2560577 +11575 +273344 +2560583 +35515 +2560587 +159147 +2560627 +159151 +2560646 +273360 +2560716 +159138 +2560737 +45767 +2560741 +159152 +2560743 +159142 +1133363 +1318464 +2560750 +45768 +2560767 +11580 +2560772 +273354 +2560796 +45270<