Internet Draft Authors: XiaoDong LEE CNNIC, CDNC June 28th, 2001 HSU NAI-WEN Expires in six months Erin Chen TWNIC, CDNC GuoNian SUN CNNIC, CDNC Traditional and Simplified Chinese Conversion Status of this Memo This document is an Internet-Draft and is in full conformance with all provisions of Section 10 of RFC2026. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet-Drafts. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." The list of current Internet-Drafts can be accessed at http://www.ietf.org/ietf/1id-abstracts.txt The list of Internet-Draft Shadow Directories can be accessed at http://www.ietf.org/shadow.html Terminology The key words "MUST", "SHALL", "REQUIRED", "SHOULD", "RECOMMENDED", and "MAY" in this document are to be interpreted as described in RFC 2119 [RFC2119]. Examples in this document use the notation for code points and names from the Unicode Standard [Unicode3] and ISO/IEC 10646 [ISO10646]. For example, the character "wind" may be represented as either "U+98A8" (Traditional Chinese) or "U+98CE" (Simplified Chinese). In the mapping table, the "U+" is left off to make the table easier to read. Abstract The conversion between Traditional and Simplified Chinese is one of special issues of Chinese Domain Name, which is one of the focuses of Internationalized Domain Names (IDN). How to deal with this conversion successfully will directly determine whether CDN makes good winning or not. This document explains why we do Traditional and Simplified Chinese Conversion, gives a specification of such conversion, and suggests a solution to the conversion problem based on two rules, A and B. 1.Introduction IDN is the requirement of internationalization, while it cannot be regarded as the real internationalized without localized consideration. Although IDN resolved so many problems, it also brought some of disputes concerning Chinese language, which are still in the scale. Traditional and Simplified Chinese Conversion is one of them. 2.Necessity of T/S Chinese Conversion? The ultimate goal for developing Chinese Domain Name is to help Chinese users to access Internet resources in Chinese without changing their own convention. It is the truth that majority of Chinese people are not familiar with even totally ignorant of English. On the premise of respecting Chinese users' language convention, how to easy their way to access Internet resources is the question need to be considered during the process of design and development of Chinese Domain Name. As we know, the most population of using Chinese is in Mainland of China, Taiwan, Hong Kong and Macao. Officially, simplified Chinese is used in Mainland of China (current standard: GB 18030); In Taiwan, Hong Kong and Macao, the official written script is traditional Chinese (encoded as BIG5). However, to ordinary users, we cannot request user to distinguish the use of two scripts of Chinese. In Mainland of China, government endeavor itself to generalize the use of simplified Chinese, whereas traditional Chinese are still used widely for the questions left over from history. For instance, people use traditional Chinese characters when writing company name, signboard and calligraphy, while use simplified characters in formal document. Most of the Chinese can recognize both of the two scripts, for most of simplified characters come from cursive traditional characters. And most of the single Chinese character can find the corresponding character in both of the two scripts. To Chinese people, traditional and simplified Chinese are actually two forms of calligraphy, and this situation MAY maintain for long time, even forever. It is natural for Chinese people to regard a traditional Chinese domain name (TCDN) and it's corresponding simplified Chinese domain name (SCDN) as the same one. It is reasonable to let people retrieve a corresponding TCDN and SCDN as the same destination. For this reason, it is quite important to achieve Traditional/Simplified Chinese conversion. This is quite similar to the situation that the use of English domain name boosted the development of Internet in those days. Making use of CDN and achieve T/S Chinese Conversion is of momentous significance for generalizing Chinese. To facilitate culture exchange, many converting software content-based had been developed and used widely. This removes the access obstacles for Chinese users to visit web content in two scripts, We now provide CDN and achieve Traditional and Simplified Chinese Conversion between two scripts. It definitely removes the last obstacle of the Internet users and will surely promote the communication among Chinese users. 3.T/S Chinese Conversion There are mainly three categories of current Traditional/Simplified Chinese Conversion: a. one to one, for example: U+98A8 (TC, "the wind") can be mapped to U+98CE (SC, the wind) U+5099 (TC, to prepare) can be mapped to U+5907 (SC, to prepare) U+908A (TC, a side) can be mapped to U+8FB9 (SC, a side) b. one to many, for example: U+6FF1 (TC, the shore) can be mapped to U+6EE8,U+6D5C (SC, the shore) U+53C3 (TC, three, to take part in) can be mapped to U+53C2 (SC, to take part in) U+53C1 (SC, three) U+58DF (TC, a ridge or walkway in a field) can be mapped to U+5784,U+5785 (SC, a ridge or walkway in a field) c. many to one, for example: U+85F9,U+8B6A (TC, friendly) can be mapped to U+853C (SC, friendly) U+5225 (TC, to leave), U+5F46 (TC, to awkward) can be mapped to U+522B (SC, to leave, to awkward) U+93DF (TC, a shovel), U+5277 (TC, a shovel) can be mapped to U+94F2 (SC, a shovel) The definition of the T/S Conversion is doing the individual character mapping between traditional and simplified Chinese. T/S mapping do not manage the semantic mapping, why? Answer is that DNS concentrates on identifier but not language word. Conversion between TC and SC can be done as four different levels. The four levels are code-based substitution, character-based conversion, lexicon-based conversion and context-based translation. In order not to heavy the burden of DNS, we SHOULD do the first level. Or higher the accuracy is, heavier burden the DNS will take, the consume of system resources will get into an nonlinear increase. As to DNS, the special essential service, we SHOULD do the code-based mapping in DNS, but not other three level conversions. 4. Solution Since we choose to deal with the conversion at code-based level, then how do we deal with the three kinds of conversions mentioned before? As to one to one mapping, we SHOULD adopt the method similar to that of dealing with case folding of English domain name. Other two categories are more complex, it is necessary for us to analyze the essential of the issue. The distinction of traditional/simplified Chinese is set by different usage regulation and different user group. And the requirement for conversion between the two scripts comes from the request of communication between the different user group. Therefore, we SHOULD solve the problem with regard to the different user group. To different user group, the significance of conversion is not the same. To simplified Chinese users, for example, if "many traditional characters correspond to one simplified character" (many to one), they can understand and use this simplified character to represent many traditional ones without offending the regulation and convention. One domain name in simplified Chinese and corresponding domain names in many forms of traditional characters SHOULD reach same resource location; but this is not applicable to the situation of "many simplified characters correspond to one traditional character"(also many to one), because this is not according with users' convention. One traditional form of domain name can be converted into different forms of simplified domain names, to simplified users, they MAY consider these converted domain name are different from each other. While this is totally opposite to traditional Chinese users. 4.1 Solution of one to one mapping? According to the analysis, the "one to one" is more simple. We can adopt the method similar to that of dealing with case folding to solve such problem. So we SHOULD complete "one to one" Chinese mapping in the protocol of DNS by using the mapping table to avoid inconsistent mapping results. 4.2 Establish two different rules, A and B. Why do we use two rules but unified one? We should establish different rules to fulfill the conversion request of different user group. Especially to the situations that are not "one to one". Unified rules is easy to manage and control, but the rules are based on the conventions of different user group, so the conversion MUST be based on different rules. Certainly, the regulation MUST be pre-established, and SHOULD be consistent world-wide. Managers of different Zones MAY select different rules, while they are not permitted to modify the content of rules themselves. 4.2.1 Rule A Regarding to the situation of "many traditional characters correspond to one simplified character", such domain names in traditional Chinese form should reach the same network resource represented by one simplified form. To some extent, registrant actually get all traditional forms of the domain name when registering one domain name in simplified form. When typing each traditional form of the domain name, users can reach the domain name that mentioned above. Regarding to the situation of "many simplified characters correspond to one traditional character", we adopt the principle of "first come, first get", provide the only traditional form to the first registrant. 4.2.2 Rule B Regarding to the situation of "many simplified characters correspond to one traditional character", domain name in such simplified forms should reach the same network resource represented by one traditional form. To some extent, registrant actually get all simplified forms of the domain name when registering one domain name in traditional form. When typing each simplified forms of the domain name, users can reach the domain name that mentioned above. Regarding to the situation of "many traditional characters correspond to one simplified character", we adopt the principle of "first come, first get", provide the only simplified form to the first registrant. 4.2.3 Implementation of the two rules, A and B It is quite troublesome to implement different rules in DNS protocol. If we adopt different rules during the process of resolution, we may need to modify the current DNS protocol. Therefore, we can firstly solve the problem of "one to one" mapping, and establish the mapping tableíú Regarding to those situations that are not "one to one", we will leave the problems to the registration system. The registration system should establish the registration policy according to rule A and B. Correspondingly, Zone files should be configured in accordance with the rule A and B. In accordance with "one to one" mapping table, we can partly solve the conversion problem, other tasks MAY be accomplished by multi-record of Zone file. And that, some tools based on rule A and B are necessary to be developed to help to register and configure. 5 Other comments About one to many and many to one situations, CDNC is testing many possible scheme to find a reasonable and effective implementation. we'll set out it as soon as possible. And that, there are other categories of TS conversion, such as mapping to nothing and some exception situations, we'll give explanation later. 6 Authors' Address XiaoDong LEE China Network Information Center (CNNIC) NO.4 South 4th ST. Beijing, P.R.China, 100080, PO BOX 349 Email: lee@cnnic.net.cn Tel: +86-10-62619750#3020 HSU, NAI-WEN Taiwan Network Information Center (TWNIC) 4F-2, No.9 Sec. 2, Roosevelt Rd., Taipei, 100 Taiwan, R.O.C. Email: snw@twnic.net.tw Tel: +886-2-23411313#500 Erin Chen ( also as Yu Hsuan Chen) Taiwan Network Information Center (TWNIC) 4F-2, No.9 Sec. 2, Roosevelt Rd., Taipei, 100 Taiwan, R.O.C. Email: erin@twnic.net.tw Tel: +886-2-23411313#502 GuoNian SUN China Network Information Center (CNNIC) NO.4 South 4th ST. Beijing, P.R.China, 100080, PO BOX 349 Email: sun@cnnic.net.cn Tel: +86-10-62619750#3016 7 Acknowledgement The CDN Working Group of Chinese Domain Name Consortium ; CDNC Lee Ming Tseng ; NCU, TWNIC HuaLin QIAN ; CAS, CNIC, CNNIC Shian-Shyong Tseng ; TWNIC Wen-Sung Chen ; TWNIC Yanfeng WANG ; CNNIC Xiang DENG ; CNNIC WenHui ZHANG ; CNNIC Wei MAO ; CNNIC Kenny Huang ; SINICA, TWNIC 8 References [IDNREQ] Requirements of Internationalized Domain Names, Zita Wenzel, James Seng, draft-ietf-idn-requirements [RFC2119] Scott Bradner, Key words for use in RFCs to Indicate Requirement Levels, March 1997, RFC 2119. [STD13] Paul Mockapetris, Domain names - implementation and specification, November 1987, STD 13 (RFC 1034 and 1035). [CTCC] The Pitfalls and Complexities of Chinese to Chinese Conversion Jack Halpern, Jouni Kerman [UNAME] Internationalized Domain Names and Unique Identifiers/Names Li Ming TSENG, Jan Ming HO, Hua Lin QIAN, Kenny HUANG draft-ietf-idn-uname [ISO10646] ISO/IEC 10646-1:2000. International Standard -- Information technology -- Universal Multiple-Octet Coded Character Set (UCS) -- Part 1: Architecture and Basic Multilingual Plane. [Unicode3] The Unicode Consortium, "The Unicode Standard -- Version3.0", ISBN 0-201-61633-5. A. Mapping table of one to one Now, we just provide the mapping table of one to one, other tables will be provided later when they are revised. 7691;1.0;769A 788D;1.0;7919 7231;1.0;611B 8884;1.0;8956 5965;1.0;5967 575D;1.0;58E9 7F62;1.0;7F77 6446;1.0;64FA 8D25;1.0;6557 9881;1.0;9812 529E;1.0;8FA6 7ECA;1.0;7D46 5E2E;1.0;5E6B 7ED1;1.0;7D81 9551;1.0;938A 8C24;1.0;8B17 5265;1.0;525D 9971;1.0;98FD 5B9D;1.0;5BF6 62A5;1.0;5831 9C8D;1.0;9B91 8F88;1.0;8F29 8D1D;1.0;8C9D 94A1;1.0;92C7 72C8;1.0;72FD 5907;1.0;5099 60EB;1.0;618A 7EF7;1.0;7E43 7B14;1.0;7B46 6BD5;1.0;7562 6BD9;1.0;6583 5E01;1.0;5E63 95ED;1.0;9589 8FB9;1.0;908A 7F16;1.0;7DE8 8D2C;1.0;8CB6 53D8;1.0;8B8A 8FA9;1.0;8FAF 8FAB;1.0;8FAE 6807;1.0;6A19 9CD6;1.0;9C49 762A;1.0;765F 6FD2;1.0;7015 5BBE;1.0;8CD3 6448;1.0;64EF 997C;1.0;9905 62E8;1.0;64A5 94B5;1.0;7F3D 94C2;1.0;9251 9A73;1.0;99C1 8865;1.0;88DC 8D22;1.0;8CA1 6B8B;1.0;6B98 60ED;1.0;615A 60E8;1.0;6158 707F;1.0;71E6 82CD;1.0;84BC 8231;1.0;8259 4ED3;1.0;5009 5395;1.0;5EC1 4FA7;1.0;5074 518C;1.0;518A 6D4B;1.0;6E2C 5C42;1.0;5C64 8BE7;1.0;8A6B 6400;1.0;6519 63BA;1.0;647B 8749;1.0;87EC 998B;1.0;995E 8C17;1.0;8B92 7F20;1.0;7E8F 4EA7;1.0;7522 9610;1.0;95E1 98A4;1.0;986B 573A;1.0;5834 957F;1.0;9577 507F;1.0;511F 80A0;1.0;8178 7545;1.0;66A2 949E;1.0;9214 8F66;1.0;8ECA 5F7B;1.0;5FB9 5C18;1.0;5875 9648;1.0;9673 886C;1.0;896F 6491;1.0;6490 79F0;1.0;7A31 60E9;1.0;61F2 8BDA;1.0;8AA0 9A8B;1.0;9A01 8FDF;1.0;9072 9A70;1.0;99B3 803B;1.0;6065 9F7F;1.0;9F52 70BD;1.0;71BE 5BA0;1.0;5BF5 7574;1.0;7587 8E0C;1.0;8E8A 7B79;1.0;7C4C 7EF8;1.0;7DA2 6A71;1.0;6AE5 53A8;1.0;5EDA 9504;1.0;92E4 96CF;1.0;96DB 7840;1.0;790E 50A8;1.0;5132 5904;1.0;8655 4F20;1.0;50B3 75AE;1.0;7621 95EF;1.0;95D6 521B;1.0;5275 9524;1.0;9318 7EAF;1.0;7D14 7EF0;1.0;7DBD 8F9E;1.0;8FAD 8BCD;1.0;8A5E 8D50;1.0;8CDC 806A;1.0;8070 8471;1.0;8525 56F1;1.0;56EA 4ECE;1.0;5F9E 4E1B;1.0;53E2 51D1;1.0;6E4A 8E7F;1.0;8EA5 7A9C;1.0;7AC4 9519;1.0;932F 8FBE;1.0;9054 5E26;1.0;5E36 8D37;1.0;8CB8 62C5;1.0;64D4 5355;1.0;55AE 90F8;1.0;9132 80C6;1.0;81BD 60EE;1.0;619A 8BDE;1.0;8A95 5F39;1.0;5F48 6321;1.0;64CB 6863;1.0;6A94 6363;1.0;6417 5C9B;1.0;5CF6 7977;1.0;79B1 5BFC;1.0;5C0E 76D7;1.0;76DC 706F;1.0;71C8 9093;1.0;9127 654C;1.0;6575 6DA4;1.0;6ECC 9012;1.0;905E 7F14;1.0;7DE0 98A0;1.0;985B 70B9;1.0;9EDE 57AB;1.0;588A 7535;1.0;96FB 9493;1.0;91E3 8C03;1.0;8ABF 8C0D;1.0;8ADC 53E0;1.0;758A 9489;1.0;91D8 9876;1.0;9802 952D;1.0;9320 8BA2;1.0;8A02 4E22;1.0;4E1F 4E1C;1.0;6771 52A8;1.0;52D5 680B;1.0;68DF 51BB;1.0;51CD 728A;1.0;72A2 72EC;1.0;7368 8BFB;1.0;8B80 8D4C;1.0;8CED 9540;1.0;934D 953B;1.0;935B 65AD;1.0;65B7 7F0E;1.0;7DDE 5151;1.0;514C 961F;1.0;968A 5BF9;1.0;5C0D 987F;1.0;9813 949D;1.0;920D 593A;1.0;596A 5815;1.0;58AE 9E45;1.0;9D5D 989D;1.0;984D 8BB9;1.0;8A1B 997F;1.0;9913 5C14;1.0;723E 9975;1.0;990C 8D30;1.0;8CB3 7F5A;1.0;7F70 9600;1.0;95A5 73D0;1.0;743A 77FE;1.0;792C 9492;1.0;91E9 70E6;1.0;7169 8D29;1.0;8CA9 996D;1.0;98EF 8BBF;1.0;8A2A 7EBA;1.0;7D21 98DE;1.0;98DB 8BFD;1.0;8AB9 5E9F;1.0;5EE2 8D39;1.0;8CBB 7EB7;1.0;7D1B 575F;1.0;58B3 594B;1.0;596E 6124;1.0;61A4 7CAA;1.0;7CDE 67AB;1.0;6953 950B;1.0;92D2 98CE;1.0;98A8 75AF;1.0;760B 51AF;1.0;99AE 7F1D;1.0;7E2B 8BBD;1.0;8AF7 51E4;1.0;9CF3 80A4;1.0;819A 8F90;1.0;8F3B 629A;1.0;64AB 8F85;1.0;8F14 8D4B;1.0;8CE6 8D1F;1.0;8CA0 8BA3;1.0;8A03 5987;1.0;5A66 7F1A;1.0;7E1B 8BE5;1.0;8A72 9499;1.0;9223 76D6;1.0;84CB 79C6;1.0;7A08 8D63;1.0;8D1B 5188;1.0;5CA1 521A;1.0;525B 94A2;1.0;92FC 7EB2;1.0;7DB1 5C97;1.0;5D17 9550;1.0;93AC 6401;1.0;64F1 9E3D;1.0;9D3F 9601;1.0;95A3 94EC;1.0;927B 7ED9;1.0;7D66 9F9A;1.0;9F94 5BAB;1.0;5BAE 5DE9;1.0;978F 8D21;1.0;8CA2 94A9;1.0;9264 6C9F;1.0;6E9D 8D2D;1.0;8CFC 591F;1.0;5920 86CA;1.0;8831 987E;1.0;9867 5250;1.0;526E 5173;1.0;95DC 89C2;1.0;89C0 9986;1.0;9928 60EF;1.0;6163 8D2F;1.0;8CAB 5E7F;1.0;5EE3 89C4;1.0;898F 5F52;1.0;6B78 9F9F;1.0;9F9C 95FA;1.0;95A8 8F68;1.0;8ECC 8BE1;1.0;8A6D 8D35;1.0;8CB4 523D;1.0;528A 8F8A;1.0;8F25 6EDA;1.0;6EFE 9505;1.0;934B 56FD;1.0;570B 8FC7;1.0;904E 9A87;1.0;99ED 97E9;1.0;97D3 6C49;1.0;6F22 53F7;1.0;865F 9602;1.0;95A1 9E64;1.0;9DB4 8D3A;1.0;8CC0 6A2A;1.0;6A6B 9E3F;1.0;9D3B 7EA2;1.0;7D05 58F6;1.0;58FA 62A4;1.0;8B77 6CAA;1.0;6EEC 6237;1.0;6236 54D7;1.0;5629 534E;1.0;83EF 753B;1.0;756B 8BDD;1.0;8A71 6B22;1.0;6B61 73AF;1.0;74B0 8FD8;1.0;9084 7F13;1.0;7DE9 6362;1.0;63DB 5524;1.0;559A 75EA;1.0;7613 7115;1.0;7165 6DA3;1.0;6E19 9EC4;1.0;9EC3 8C0E;1.0;8B0A 6325;1.0;63EE 8F89;1.0;8F1D 8D3F;1.0;8CC4 79FD;1.0;7A62 4F1A;1.0;6703 70E9;1.0;71F4 8BB3;1.0;8AF1 8BF2;1.0;8AA8 7ED8;1.0;7E6A 8364;1.0;8477 6D51;1.0;6E3E 8D27;1.0;8CA8 7978;1.0;798D 51FB;1.0;64CA 79EF;1.0;7A4D 8BA5;1.0;8B4F 9E21;1.0;96DE 7F09;1.0;7DDD 8F91;1.0;8F2F 7EA7;1.0;7D1A 6324;1.0;64E0 84DF;1.0;858A 5242;1.0;5291 6D4E;1.0;6FDF 8BA1;1.0;8A08 8BB0;1.0;8A18 9645;1.0;969B 7EE7;1.0;7E7C 7EAA;1.0;7D00 5939;1.0;593E 835A;1.0;83A2 988A;1.0;9830 8D3E;1.0;8CC8 94BE;1.0;9240 9A7E;1.0;99D5 6B7C;1.0;6BB2 76D1;1.0;76E3 575A;1.0;5805 7B3A;1.0;7B8B 95F4;1.0;9593 8270;1.0;8271 7F04;1.0;7DD8 68C0;1.0;6AA2 78B1;1.0;583F 7877;1.0;9E7C 62E3;1.0;63C0 6361;1.0;64BF 7B80;1.0;7C21 4FED;1.0;5109 51CF;1.0;6E1B 69DB;1.0;6ABB 8DF5;1.0;8E10 8D31;1.0;8CE4 89C1;1.0;898B 952E;1.0;9375 8230;1.0;8266 5251;1.0;528D 996F;1.0;991E 6E10;1.0;6F38 6E85;1.0;6FFA 6DA7;1.0;6F97 5C06;1.0;5C07 6D46;1.0;6F3F 848B;1.0;8523 6868;1.0;69F3 5956;1.0;734E 8BB2;1.0;8B1B 9171;1.0;91AC 80F6;1.0;81A0 6D47;1.0;6F86 9A84;1.0;9A55 5A07;1.0;5B0C 6405;1.0;652A 94F0;1.0;9278 77EB;1.0;77EF 4FA5;1.0;50E5 811A;1.0;8173 997A;1.0;9903 7F34;1.0;7E73 7EDE;1.0;7D5E 8F7F;1.0;8F4E 8F83;1.0;8F03 9636;1.0;968E 8282;1.0;7BC0 7ED3;1.0;7D50 8BEB;1.0;8AA1 5C4A;1.0;5C46 7D27;1.0;7DCA 9526;1.0;9326 4EC5;1.0;50C5 8C28;1.0;8B39 8FDB;1.0;9032 664B;1.0;6649 70EC;1.0;71FC 52B2;1.0;52C1 8346;1.0;834A 830E;1.0;8396 9CB8;1.0;9BE8 7ECF;1.0;7D93 9888;1.0;9838 9759;1.0;975C 955C;1.0;93E1 5F84;1.0;5F91 75C9;1.0;75D9 7ADE;1.0;7AF6 7EA0;1.0;7CFE 53A9;1.0;5EC4 65E7;1.0;820A 9A79;1.0;99D2 4E3E;1.0;8209 952F;1.0;92F8 60E7;1.0;61FC 5267;1.0;5287 9E43;1.0;9D51 7EE2;1.0;7D79 89C9;1.0;89BA 51B3;1.0;6C7A 8BC0;1.0;8A23 7EDD;1.0;7D55 94A7;1.0;921E 519B;1.0;8ECD 9A8F;1.0;99FF 5F00;1.0;958B 51EF;1.0;51F1 9897;1.0;9846 58F3;1.0;6BBC 8BFE;1.0;8AB2 57A6;1.0;58BE 6073;1.0;61C7 62A0;1.0;6473 5E93;1.0;5EAB 88E4;1.0;8932 5757;1.0;584A 4FA9;1.0;5108 5BBD;1.0;5BEC 77FF;1.0;7926 65F7;1.0;66E0 51B5;1.0;6CC1 4E8F;1.0;8667 5CBF;1.0;5DCB 7AA5;1.0;7ABA 9988;1.0;994B 6E83;1.0;6F70 6269;1.0;64F4 9614;1.0;95CA 83B1;1.0;840A 6765;1.0;4F86 8D56;1.0;8CF4 84DD;1.0;85CD 680F;1.0;6B04 62E6;1.0;6514 7BEE;1.0;7C43 9611;1.0;95CC 5170;1.0;862D 6F9C;1.0;703E 8C30;1.0;8B95 63FD;1.0;652C 89C8;1.0;89BD 61D2;1.0;61F6 7F06;1.0;7E9C 70C2;1.0;721B 6EE5;1.0;6FEB 635E;1.0;6488 52B3;1.0;52DE 6D9D;1.0;6F87 4E50;1.0;6A02 956D;1.0;9433 5792;1.0;58D8 7C7B;1.0;985E 6CEA;1.0;6DDA 9CA4;1.0;9BC9 793C;1.0;79AE 4E3D;1.0;9E97 5389;1.0;53B2 52B1;1.0;52F5 783E;1.0;792B 6CA5;1.0;701D 96B6;1.0;96B8 4FE9;1.0;5006 8054;1.0;806F 83B2;1.0;84EE 8FDE;1.0;9023 9570;1.0;942E 6D9F;1.0;6F23 655B;1.0;6582 8138;1.0;81C9 94FE;1.0;93C8 604B;1.0;6200 7EC3;1.0;7DF4 7CAE;1.0;7CE7 51C9;1.0;6DBC 4E24;1.0;5169 8F86;1.0;8F1B 8C05;1.0;8AD2 7597;1.0;7642 8FBD;1.0;907C 9563;1.0;9410 730E;1.0;7375 4E34;1.0;81E8 90BB;1.0;9130 9CDE;1.0;9C57 51DB;1.0;51DC 8D41;1.0;8CC3 9F84;1.0;9F61 94C3;1.0;9234 7075;1.0;9748 9886;1.0;9818 998F;1.0;993E 5218;1.0;5289 9F99;1.0;9F8D 804B;1.0;807E 5499;1.0;56A8 7B3C;1.0;7C60 62E2;1.0;650F 9647;1.0;96B4 697C;1.0;6A13 5A04;1.0;5A41 6402;1.0;645F 7BD3;1.0;7C0D 82A6;1.0;8606 5362;1.0;76E7 9885;1.0;9871 5E90;1.0;5EEC 63B3;1.0;64C4 864F;1.0;865C 9C81;1.0;9B6F 8D42;1.0;8CC2 7984;1.0;797F 5F55;1.0;9304 9646;1.0;9678 9A74;1.0;9A62 5415;1.0;5442 94DD;1.0;92C1 4FA3;1.0;4FB6 5C61;1.0;5C62 7F15;1.0;7E37 8651;1.0;616E 6EE4;1.0;6FFE 7EFF;1.0;7DA0 5CE6;1.0;5DD2 631B;1.0;6523 5B6A;1.0;5B7F 6EE6;1.0;7064 4E71;1.0;4E82 62A1;1.0;6384 8F6E;1.0;8F2A 4F26;1.0;502B 6CA6;1.0;6DEA 7EB6;1.0;7DB8 8BBA;1.0;8AD6 841D;1.0;863F 903B;1.0;908F 9523;1.0;947C 7BA9;1.0;7C6E 9AA1;1.0;9A3E 9A86;1.0;99F1 7EDC;1.0;7D61 5988;1.0;5ABD 739B;1.0;746A 7801;1.0;78BC 8682;1.0;879E 9A6C;1.0;99AC 9A82;1.0;7F75 5417;1.0;55CE 4E70;1.0;8CB7 9EA6;1.0;9EA5 5356;1.0;8CE3 8FC8;1.0;9081 8109;1.0;8108 7792;1.0;779E 9992;1.0;9945 86EE;1.0;883B 6EE1;1.0;6EFF 8C29;1.0;8B3E 732B;1.0;8C93 951A;1.0;9328 94C6;1.0;925A 8D38;1.0;8CBF 6CA1;1.0;6C92 9541;1.0;9382 95E8;1.0;9580 95F7;1.0;60B6 4EEC;1.0;5011 9530;1.0;9333 68A6;1.0;5922 8C1C;1.0;8B0E 89C5;1.0;8993 5E42;1.0;51AA 7EF5;1.0;7DBF 7F05;1.0;7DEC 5E99;1.0;5EDF 706D;1.0;6EC5 60AF;1.0;61AB 95FD;1.0;95A9 9E23;1.0;9CF4 94ED;1.0;9298 8C2C;1.0;8B2C 8C0B;1.0;8B00 4EA9;1.0;755D 5450;1.0;5436 94A0;1.0;9209 7EB3;1.0;7D0D 96BE;1.0;96E3 6320;1.0;6493 8111;1.0;8166 607C;1.0;60F1 95F9;1.0;9B27 9981;1.0;9912 5185;1.0;5167 62DF;1.0;64EC 817B;1.0;81A9 64B5;1.0;6506 917F;1.0;91C0 9E1F;1.0;9CE5 8042;1.0;8076 556E;1.0;5699 954A;1.0;9477 954D;1.0;93B3 67E0;1.0;6AB8 72DE;1.0;7370 62E7;1.0;64F0 94AE;1.0;9215 7EBD;1.0;7D10 8113;1.0;81BF 6D53;1.0;6FC3 519C;1.0;8FB2 759F;1.0;7627 8BFA;1.0;8AFE 6B27;1.0;6B50 9E25;1.0;9DD7 6BB4;1.0;6BC6 5455;1.0;5614 6CA4;1.0;6F1A 5E9E;1.0;9F90 629B;1.0;62CB 8D54;1.0;8CE0 55B7;1.0;5674 9E4F;1.0;9D6C 9A97;1.0;9A19 98D8;1.0;98C4 9891;1.0;983B 8D2B;1.0;8CA7 51ED;1.0;6191 8BC4;1.0;8A55 6CFC;1.0;6F51 9887;1.0;9817 94FA;1.0;92EA 8C31;1.0;8B5C 8110;1.0;81CD 9F50;1.0;9F4A 9A91;1.0;9A0E 5C82;1.0;8C48 542F;1.0;555F 5F03;1.0;68C4 8BAB;1.0;8A16 7275;1.0;727D 94C5;1.0;925B 8FC1;1.0;9077 7B7E;1.0;7C3D 8C26;1.0;8B19 94B1;1.0;9322 6F5C;1.0;6F5B 6D45;1.0;6DFA 8C34;1.0;8B74 5811;1.0;5879 545B;1.0;55C6 8537;1.0;8594 62A2;1.0;6436 9539;1.0;936C 6865;1.0;6A4B 4E54;1.0;55AC 4FA8;1.0;50D1 7FD8;1.0;7FF9 7A8D;1.0;7AC5 7A83;1.0;7ACA 94A6;1.0;6B3D 4EB2;1.0;89AA 5BDD;1.0;5BE2 8F7B;1.0;8F15 6C22;1.0;6C2B 503E;1.0;50BE 9877;1.0;9803 8BF7;1.0;8ACB 5E86;1.0;6176 743C;1.0;74CA 7A77;1.0;7AAE 8D8B;1.0;8DA8 533A;1.0;5340 8EAF;1.0;8EC0 9A71;1.0;9A45 9F8B;1.0;9F72 98A7;1.0;9874 6743;1.0;6B0A 529D;1.0;52F8 5374;1.0;537B 9E4A;1.0;9D72 8BA9;1.0;8B93 9976;1.0;9952 7ED5;1.0;7E5E 70ED;1.0;71B1 97E7;1.0;97CC 8BA4;1.0;8A8D 7EAB;1.0;7D09 8363;1.0;69AE 7ED2;1.0;7D68 8F6F;1.0;8EDF 9510;1.0;92B3 95F0;1.0;958F 6DA6;1.0;6F64 8428;1.0;85A9 9CC3;1.0;9C13 8D5B;1.0;8CFD 4F1E;1.0;5098 4E27;1.0;55AA 9A9A;1.0;9A37 626B;1.0;6383 6DA9;1.0;6F80 6740;1.0;6BBA 5239;1.0;524E 7EB1;1.0;7D17 7B5B;1.0;7BE9 5220;1.0;522A 95EA;1.0;9583 9655;1.0;965D 8D61;1.0;8D0D 7F2E;1.0;7E55 4F24;1.0;50B7 8D4F;1.0;8CDE 70E7;1.0;71D2 7ECD;1.0;7D39 8D4A;1.0;8CD2 6444;1.0;651D 6151;1.0;61FE 8BBE;1.0;8A2D 7EC5;1.0;7D33 5A76;1.0;5B38 80BE;1.0;814E 6E17;1.0;6EF2 58F0;1.0;8072 7EF3;1.0;7E69 5E08;1.0;5E2B 72EE;1.0;7345 8BD7;1.0;8A69 65F6;1.0;6642 8680;1.0;8755 5B9E;1.0;5BE6 8BC6;1.0;8B58 9A76;1.0;99DB 52BF;1.0;52E2 91CA;1.0;91CB 9970;1.0;98FE 89C6;1.0;8996 8BD5;1.0;8A66 5BFF;1.0;58FD 517D;1.0;7378 67A2;1.0;6A1E 8F93;1.0;8F38 4E66;1.0;66F8 8D4E;1.0;8D16 5C5E;1.0;5C6C 6811;1.0;6A39 7AD6;1.0;8C4E 6570;1.0;6578 5E05;1.0;5E25 53CC;1.0;96D9 8C01;1.0;8AB0 7A0E;1.0;7A05 987A;1.0;9806 8BF4;1.0;8AAA 7855;1.0;78A9 70C1;1.0;720D 4E1D;1.0;7D72 9972;1.0;98FC 8038;1.0;8073 6002;1.0;616B 9882;1.0;980C 8BBC;1.0;8A1F 8BF5;1.0;8AA6 64DE;1.0;64FB 8BC9;1.0;8A34 8083;1.0;8085 867D;1.0;96D6 968F;1.0;96A8 7EE5;1.0;7D8F 5C81;1.0;6B72 5B59;1.0;5B6B 635F;1.0;640D 7B0B;1.0;7B4D 7F29;1.0;7E2E 7410;1.0;7463 9501;1.0;9396 736D;1.0;737A 631E;1.0;64BB 6001;1.0;614B 644A;1.0;6524 8D2A;1.0;8CAA 762B;1.0;7671 6EE9;1.0;7058 8C2D;1.0;8B5A 8C08;1.0;8AC7 6C64;1.0;6E6F 70EB;1.0;71D9 6D9B;1.0;6FE4 7EE6;1.0;7D5B 8BA8;1.0;8A0E 817E;1.0;9A30 8A8A;1.0;8B04 9511;1.0;92BB 9898;1.0;984C 5C49;1.0;5C5C 6761;1.0;689D 8D34;1.0;8CBC 94C1;1.0;9435 5385;1.0;5EF3 70C3;1.0;70F4 94DC;1.0;9285 7EDF;1.0;7D71 5934;1.0;982D 79C3;1.0;79BF 56FE;1.0;5716 8715;1.0;86FB 8131;1.0;812B 9E35;1.0;9D15 9A6E;1.0;99B1 9A7C;1.0;99DD 692D;1.0;6A62 889C;1.0;896A 5F2F;1.0;5F4E 6E7E;1.0;7063 987D;1.0;9811 97E6;1.0;97CB 8FDD;1.0;9055 56F4;1.0;570D 4E3A;1.0;70BA 6F4D;1.0;6FF0 7EF4;1.0;7DAD 82C7;1.0;8466 4F1F;1.0;5049 4F2A;1.0;507D 7EAC;1.0;7DEF 8C13;1.0;8B02 536B;1.0;885B 6E29;1.0;6EAB 95FB;1.0;805E 7EB9;1.0;7D0B 7A33;1.0;7A69 95EE;1.0;554F 631D;1.0;64BE 8717;1.0;8778 6DA1;1.0;6E26 7A9D;1.0;7AA9 5367;1.0;81E5 545C;1.0;55DA 94A8;1.0;93A2 4E4C;1.0;70CF 8BEC;1.0;8AA3 65E0;1.0;7121 829C;1.0;856A 5434;1.0;5433 575E;1.0;5862 96FE;1.0;9727 52A1;1.0;52D9 8BEF;1.0;8AA4 9521;1.0;932B 727A;1.0;72A7 88AD;1.0;8972 4E60;1.0;7FD2 94E3;1.0;9291 620F;1.0;6232 7EC6;1.0;7D30 867E;1.0;8766 8F96;1.0;8F44 5CE1;1.0;5CFD 4FA0;1.0;4FE0 53A6;1.0;5EC8 5413;1.0;5687 9528;1.0;6774 9C9C;1.0;9BAE 7EA4;1.0;7E96 8D24;1.0;8CE2 663E;1.0;986F 9669;1.0;96AA 73B0;1.0;73FE 732E;1.0;737B 53BF;1.0;7E23 9985;1.0;9921 5BAA;1.0;61B2 7EBF;1.0;7DDA 53A2;1.0;5EC2 4E61;1.0;9109 8BE6;1.0;8A73 54CD;1.0;97FF 9879;1.0;9805 8427;1.0;856D 56A3;1.0;56C2 9500;1.0;92B7 6653;1.0;66C9 5578;1.0;562F 534F;1.0;5354 631F;1.0;633E 643A;1.0;651C 80C1;1.0;8105 8C10;1.0;8AE7 5199;1.0;5BEB 6CFB;1.0;7009 8C22;1.0;8B1D 950C;1.0;92C5 8845;1.0;91C1 5174;1.0;8208 6C79;1.0;6D36 9508;1.0;92B9 7EE3;1.0;7E61 865A;1.0;865B 5618;1.0;5653 8BB8;1.0;8A31 53D9;1.0;6558 7EEA;1.0;7DD2 7EED;1.0;7E8C 8F69;1.0;8ED2 60AC;1.0;61F8 9009;1.0;9078 7663;1.0;766C 7EDA;1.0;7D62 5B66;1.0;5B78 8BE2;1.0;8A62 5BFB;1.0;5C0B 9A6F;1.0;99B4 8BAD;1.0;8A13 8BAF;1.0;8A0A 900A;1.0;905C 538B;1.0;58D3 9E26;1.0;9D09 9E2D;1.0;9D28 54D1;1.0;555E 4E9A;1.0;4E9E 8BB6;1.0;8A1D 9609;1.0;95B9 70DF;1.0;7159 76D0;1.0;9E7D 4E25;1.0;56B4 989C;1.0;984F 960E;1.0;95BB 538C;1.0;53AD 781A;1.0;786F 5F66;1.0;5F65 8C1A;1.0;8AFA 9A8C;1.0;9A57 9E2F;1.0;9D26 6768;1.0;694A 626C;1.0;63DA 75A1;1.0;760D 9633;1.0;967D 517B;1.0;990A 6837;1.0;6A23 7476;1.0;7464 6447;1.0;6416 5C27;1.0;582F 9065;1.0;9059 7A91;1.0;7AAF 8C23;1.0;8B20 836F;1.0;85E5 7237;1.0;723A 9875;1.0;9801 4E1A;1.0;696D 53F6;1.0;8449 533B;1.0;91AB 94F1;1.0;92A5 9890;1.0;9824 9057;1.0;907A 4EEA;1.0;5100 8681;1.0;87FB 827A;1.0;85DD 4EBF;1.0;5104 5FC6;1.0;61B6 4E49;1.0;7FA9 8BE3;1.0;8A63 8BAE;1.0;8B70 8C0A;1.0;8ABC 8BD1;1.0;8B6F 7ECE;1.0;7E79 836B;1.0;852D 9634;1.0;9670 94F6;1.0;9280 996E;1.0;98F2 9690;1.0;96B1 6A31;1.0;6AFB 5A74;1.0;5B30 9E70;1.0;9DF9 5E94;1.0;61C9 7F28;1.0;7E93 83B9;1.0;7469 8424;1.0;87A2 8425;1.0;71DF 8367;1.0;7192 8747;1.0;8805 8D62;1.0;8D0F 9896;1.0;7A4E 54DF;1.0;55B2 62E5;1.0;64C1 75C8;1.0;7670 548F;1.0;8A60 90AE;1.0;90F5 94C0;1.0;923E 72B9;1.0;7336 8BF1;1.0;8A98 8206;1.0;8F3F 9C7C;1.0;9B5A 6E14;1.0;6F01 5A31;1.0;5A1B 5C7F;1.0;5DBC 8BED;1.0;8A9E 72F1;1.0;7344 8A89;1.0;8B7D 9884;1.0;9810 9A6D;1.0;99AD 9E33;1.0;9D1B 6E0A;1.0;6DF5 8F95;1.0;8F45 56ED;1.0;5712 5458;1.0;54E1 5706;1.0;5713 7F18;1.0;7DE3 8FDC;1.0;9060 7EA6;1.0;7D04 8DC3;1.0;8E8D 94A5;1.0;9470 7CA4;1.0;7CB5 60A6;1.0;6085 9605;1.0;95B1 90E7;1.0;9116 5300;1.0;52FB 9668;1.0;9695 8FD0;1.0;904B 8574;1.0;860A 915D;1.0;919E 6655;1.0;6688 97F5;1.0;97FB 6742;1.0;96DC 707E;1.0;707D 8F7D;1.0;8F09 6682;1.0;66AB 8D43;1.0;8D13 51FF;1.0;947F 67A3;1.0;68D7 8D23;1.0;8CAC 62E9;1.0;64C7 5219;1.0;5247 6CFD;1.0;6FA4 8D3C;1.0;8CCA 8D60;1.0;8D08 8F67;1.0;8ECB 94E1;1.0;9358 95F8;1.0;9598 6805;1.0;67F5 8BC8;1.0;8A50 658B;1.0;9F4B 503A;1.0;50B5 6BE1;1.0;6C08 76CF;1.0;76DE 65A9;1.0;65AC 8F97;1.0;8F3E 5D2D;1.0;5D84 6808;1.0;68E7 6218;1.0;6230 7EFD;1.0;7DBB 5F20;1.0;5F35 6DA8;1.0;6F32 5E10;1.0;5E33 8D26;1.0;8CEC 80C0;1.0;8139 8D75;1.0;8D99 86F0;1.0;87C4 8F99;1.0;8F4D 9517;1.0;937A 8FD9;1.0;9019 8D1E;1.0;8C9E 9488;1.0;91DD 4FA6;1.0;5075 8BCA;1.0;8A3A 9547;1.0;93AE 9635;1.0;9663 6323;1.0;6399 7741;1.0;775C 72F0;1.0;7319 4E89;1.0;722D 5E27;1.0;5E40 90D1;1.0;912D 7EC7;1.0;7E54 804C;1.0;8077 6267;1.0;57F7 7EB8;1.0;7D19 631A;1.0;646F 63B7;1.0;64F2 5E1C;1.0;5E5F 8D28;1.0;8CEA 6EDE;1.0;6EEF 949F;1.0;9418 7EC8;1.0;7D42 80BF;1.0;816B 4F17;1.0;773E 8BCC;1.0;8B05 8F74;1.0;8EF8 76B1;1.0;76BA 663C;1.0;665D 9AA4;1.0;9A5F 732A;1.0;8C6C 8BF8;1.0;8AF8 8BDB;1.0;8A85 70DB;1.0;71ED 77A9;1.0;77DA 5631;1.0;56D1 8D2E;1.0;8CAF 94F8;1.0;9444 9A7B;1.0;99D0 4E13;1.0;5C08 7816;1.0;78DA 8F6C;1.0;8F49 8D5A;1.0;8CFA 6869;1.0;6A01 88C5;1.0;88DD 58EE;1.0;58EF 72B6;1.0;72C0 9525;1.0;9310 8D58;1.0;8D05 5760;1.0;589C 7F00;1.0;7DB4 8C06;1.0;8AC4 6D4A;1.0;6FC1 8D44;1.0;8CC7 6E0D;1.0;6F2C 8E2A;1.0;8E64 7EFC;1.0;7D9C 603B;1.0;7E3D 7EB5;1.0;7E31 90B9;1.0;9112 8BC5;1.0;8A5B 7EC4;1.0;7D44 94BB;1.0;947D 4E98;1.0;4E99 8288;1.0;7F8B 556C;1.0;55C7 538D;1.0;5399 53A3;1.0;53B4 53AE;1.0;5EDD 9765;1.0;9768 8D5D;1.0;8D17 5326;1.0;532D 532E;1.0;5331 8D5C;1.0;8CFE 522D;1.0;5244 523F;1.0;528C 5240;1.0;5274 4F1B;1.0;50B4 4F25;1.0;5000 4F27;1.0;5096 4F2B;1.0;4F47 4FAA;1.0;5115 4FAC;1.0;5102 4FE6;1.0;5114 4FE8;1.0;513C 4FEA;1.0;5137 4FE3;1.0;4FC1 507E;1.0;50E8 506C;1.0;50AF 507B;1.0;50C2 50A5;1.0;513B 50A7;1.0;5110 50A9;1.0;513A 4F65;1.0;50C9 7C74;1.0;7CF4 9EC9;1.0;9ECC 5181;1.0;56C5 51EB;1.0;9CE7 5156;1.0;5157 886E;1.0;889E 4EB5;1.0;893B 8114;1.0;81E0 7980;1.0;7A1F 8BA6;1.0;8A10 8BA7;1.0;8A0C 8BAA;1.0;8A15 8BB4;1.0;8B33 8BB5;1.0;8A4E 8BB7;1.0;8A25 8BC2;1.0;8A41 8BC3;1.0;8A36 8BCB;1.0;8A46 8BCF;1.0;8A54 8BCE;1.0;8A58 8BD2;1.0;8A52 8BD3;1.0;8A86 8BD4;1.0;8A84 8BD6;1.0;8A7F 8BD8;1.0;8A70 8BD9;1.0;8A7C 8BDC;1.0;8A75 8BDF;1.0;8A6C 8BE0;1.0;8A6E 8BE4;1.0;8ACD 8BE8;1.0;8AE2 8BE9;1.0;8A61 8BEE;1.0;8A9A 8BF0;1.0;8AA5 8BF3;1.0;8A91 8BF6;1.0;8A92 8BF9;1.0;8ACF 8BFC;1.0;8AD1 8BFF;1.0;8AC9 8C00;1.0;8ADB 8C02;1.0;8AD7 8C04;1.0;8AC2 8C07;1.0;8AB6 8C0C;1.0;8AF6 8C0F;1.0;8AEB 8C11;1.0;8B14 8C12;1.0;8B01 8C14;1.0;8AE4 8C15;1.0;8AED 8C16;1.0;8AFC 8C19;1.0;8AF3 8C1B;1.0;8AE6 8C18;1.0;8AEE 8C1D;1.0;8ADE 8C1F;1.0;8B28 8C20;1.0;8B9C 8C21;1.0;8B16 8C27;1.0;8B10 8C2A;1.0;8B2B 8C2B;1.0;8B7E 8C2E;1.0;8B56 8C2F;1.0;8B59 8C32;1.0;8B4E 8C33;1.0;8B9E 8C35;1.0;8B6B 8C36;1.0;8B96 537A;1.0;5DF9 9649;1.0;9658 9667;1.0;9689 909D;1.0;913A 90AC;1.0;9114 90BA;1.0;9134 90CF;1.0;90DF 90D0;1.0;9136 90C4;1.0;90E4 90D3;1.0;9106 90E6;1.0;9148 520D;1.0;82BB 5942;1.0;5950 52A2;1.0;52F1 5DEF;1.0;5DF0 57A9;1.0;580A 5739;1.0;58D9 575C;1.0;58E2 5786;1.0;58DA 57AD;1.0;57E1 57B2;1.0;584F 57A7;1.0;5770 57D8;1.0;5852 57DA;1.0;581D 57D9;1.0;5864 8297;1.0;858C 82C8;1.0;85F6 82CB;1.0;83A7 82CC;1.0;8407 82C1;1.0;84EF 82CE;1.0;82E7 830F;1.0;8622 8311;1.0;8526 8314;1.0;584B 8315;1.0;7162 835B;1.0;8558 835C;1.0;84FD 835E;1.0;854E 835F;1.0;8588 8360;1.0;85BA 8366;1.0;7296 8365;1.0;6ECE 8368;1.0;8541 8369;1.0;85CE 836A;1.0;84C0 836D;1.0;8452 83B3;1.0;8494 83B4;1.0;8435 839C;1.0;84E7 8385;1.0;849E 83B6;1.0;859F 83B8;1.0;8555 83BA;1.0;9DAF 83BC;1.0;84F4 8426;1.0;7E08 8487;1.0;8546 8489;1.0;8562 848C;1.0;851E 84E6;1.0;9A40 84E0;1.0;863A 84E5;1.0;93A3 84E3;1.0;8577 8539;1.0;861E 853A;1.0;85FA 8572;1.0;8604 85AE;1.0;85EA 85D3;1.0;861A 8616;1.0;8617 5941;1.0;5969 5C34;1.0;5C37 626A;1.0;636B 629F;1.0;6476 6322;1.0;649F 63B4;1.0;6451 63BC;1.0;645C 63F8;1.0;76BB 63FF;1.0;64B3 6445;1.0;6504 6484;1.0;6516 64B7;1.0;64F7 64B8;1.0;64FC 64BA;1.0;651B 5F11;1.0;5F12 53FD;1.0;5630 5452;1.0;5638 5453;1.0;56C8 5456;1.0;56A6 5457;1.0;5504 5459;1.0;54BC 549B;1.0;5680 54D2;1.0;5660 54D3;1.0;5635 54D4;1.0;55F6 54D5;1.0;5666 54D9;1.0;5672 54DC;1.0;568C 54DD;1.0;5665 551B;1.0;561C 5520;1.0;562E 5522;1.0;55E9 5567;1.0;5616 556D;1.0;56C0 55BD;1.0;560D 55BE;1.0;56B3 55EB;1.0;56C1 55F3;1.0;566F 8F94;1.0;8F61 5624;1.0;56B6 565C;1.0;5695 56F5;1.0;5707 5E0F;1.0;5E43 5E31;1.0;5E6C 5E3B;1.0;5E58 5E3C;1.0;5E57 5C96;1.0;5D87 5C98;1.0;5CF4 5C99;1.0;5DB4 5C9A;1.0;5D50 5CBD;1.0;5D20 5CC4;1.0;5DA7 5CE4;1.0;5DA0 5CE5;1.0;5D22 5D02;1.0;5D97 5D03;1.0;5D0D 5D58;1.0;5DB8 5D5B;1.0;5D33 5D5D;1.0;5D81 5D74;1.0;5849 5DC5;1.0;5DD4 5F95;1.0;5FA0 72B7;1.0;7377 72CD;1.0;9E83 72EF;1.0;736A 72F2;1.0;733B 7303;1.0;736B 7321;1.0;7380 7315;1.0;737C 732C;1.0;875F 9967;1.0;9933 9968;1.0;98E9 9969;1.0;993C 996A;1.0;98EA 996B;1.0;98EB 996C;1.0;98ED 9974;1.0;98F4 9977;1.0;9909 997D;1.0;9911 9984;1.0;991B 998A;1.0;993F 998D;1.0;9943 9990;1.0;9948 9991;1.0;9949 9994;1.0;994C 5E91;1.0;5EE1 8D53;1.0;8CE1 5EEA;1.0;5EE9 6003;1.0;61AE 6004;1.0;616A 5FFE;1.0;613E 6005;1.0;60B5 6006;1.0;6134 603F;1.0;61CC 6078;1.0;615F 6079;1.0;61E8 607B;1.0;60FB 607A;1.0;6137 607D;1.0;60F2 60AD;1.0;6173 60EC;1.0;611C 6120;1.0;614D 6126;1.0;6192 61D4;1.0;61CD 95E9;1.0;9582 95EB;1.0;9586 95F1;1.0;95C8 95F3;1.0;958E 95F5;1.0;9594 95F6;1.0;958C 95FC;1.0;95E5 95FE;1.0;95AD 9603;1.0;95AB 9604;1.0;9B2E 9606;1.0;95AC 9608;1.0;95BE 960A;1.0;95B6 960B;1.0;9B29 960C;1.0;95BF 960D;1.0;95BD 960F;1.0;95BC 9612;1.0;95C3 9615;1.0;95CB 9617;1.0;95D0 9619;1.0;95D5 961A;1.0;95DE 6CA3;1.0;7043 6CA9;1.0;6E88 6CF7;1.0;7027 6CF8;1.0;7018 6CFA;1.0;6FFC 6CFE;1.0;6D87 6D43;1.0;6D79 6D48;1.0;6E5E 6D4D;1.0;6FAE 6D4F;1.0;700F 6D52;1.0;6EF8 6D54;1.0;6F6F 6D9E;1.0;6DF6 6DA0;1.0;6F7F 6E0E;1.0;7006 6E11;1.0;6FA0 6E0C;1.0;6DE5 6E86;1.0;6F35 6EDF;1.0;7069 6EE0;1.0;7044 6EE2;1.0;7005 6ED7;1.0;6F77 6F46;1.0;7020 6F47;1.0;701F 6F24;1.0;7060 6F4B;1.0;7032 6F74;1.0;7026 6FD1;1.0;7028 704F;1.0;705D 9A9E;1.0;9A2B 8FE9;1.0;9087 8FF3;1.0;9015 9026;1.0;9090 5C66;1.0;5C68 5F2A;1.0;5F33 59A9;1.0;5AF5 59AA;1.0;5AD7 59AB;1.0;5AAF 59D7;1.0;59CD 5A05;1.0;5A6D 5A06;1.0;5B08 5A08;1.0;5B4C 59F9;1.0;597C 5A32;1.0;5AA7 5A75;1.0;5B0B 5AAA;1.0;5ABC 5AD2;1.0;5B21 5AD4;1.0;5B2A 5AF1;1.0;5B19 5B37;1.0;5B24 9A75;1.0;99D4 9A77;1.0;99DF 9A78;1.0;99D9 9A7A;1.0;9A36 9A7F;1.0;9A5B 9A7D;1.0;99D1 9A80;1.0;99D8 9A81;1.0;9A4D 9A85;1.0;9A4A 9A88;1.0;99E2 9A8A;1.0;9A6A 9A90;1.0;9A0F 9A92;1.0;9A0D 9A93;1.0;9A05 9A96;1.0;9A42 9A98;1.0;9A2D 9A9B;1.0;9A16 9A9C;1.0;9A41 9A9D;1.0;9A2E 9A9F;1.0;9A38 9AA0;1.0;9A43 9AA2;1.0;9A44 9AA3;1.0;9A4F 9AA5;1.0;9A65 9AA7;1.0;9A64 7EA1;1.0;7D06 7EA3;1.0;7D02 7EA5;1.0;7D07 7EA8;1.0;7D08 7EA9;1.0;7E8A 7EAD;1.0;7D1C 7EB0;1.0;7D15 7EBE;1.0;7D13 7EC0;1.0;7D3A 7EC1;1.0;7D32 7EC2;1.0;7D31 7EC9;1.0;7E10 7ECB;1.0;7D3C 7ECC;1.0;7D40 7ED0;1.0;7D3F 7ED7;1.0;7D4E 7EDB;1.0;7D73 7EE0;1.0;7D86 7EE1;1.0;7D83 7EE8;1.0;7D88 7EEB;1.0;7DBE 7EEE;1.0;7DBA 7EEF;1.0;7DCB 7EF2;1.0;7DC4 7F0D;1.0;7D9E 7EF6;1.0;7DAC 7EFA;1.0;7DB9 7EFB;1.0;7DA3 7EFE;1.0;7DB0 7F01;1.0;7DC7 7F02;1.0;7DD9 7F03;1.0;7DD7 7F07;1.0;7DF9 7F08;1.0;7DF2 7F0B;1.0;7E62 7F0C;1.0;7DE6 7F0F;1.0;7DF6 7F11;1.0;7DF1 7F12;1.0;7E0B 7F17;1.0;7DE1 7F19;1.0;7E09 7F1C;1.0;7E1D 7F1B;1.0;7E1F 7F1F;1.0;7E1E 7F21;1.0;7E2D 7F22;1.0;7E0A 7F23;1.0;7E11 7F24;1.0;7E7D 7F25;1.0;7E39 7F26;1.0;7E35 7F27;1.0;7E32 7F2A;1.0;7E46 7F2B;1.0;7E45 7F2C;1.0;7E88 7F2D;1.0;7E5A 7F2F;1.0;7E52 7F30;1.0;97C1 7F31;1.0;7E7E 7F32;1.0;7E70 7F33;1.0;7E6F 7F35;1.0;7E98 7391;1.0;74A3 73AE;1.0;744B 73CF;1.0;73A8 73D1;1.0;74CF 987C;1.0;980A 73BA;1.0;74BD 73F2;1.0;743F 740F;1.0;7489 7477;1.0;74A6 748E;1.0;74D4 74D2;1.0;74DA 97EA;1.0;97D9 97EB;1.0;97DE 6769;1.0;69AA 67A5;1.0;6AEA 67A8;1.0;68D6 679E;1.0;6A05 67AD;1.0;689F 6809;1.0;6ADB 680A;1.0;6AF3 680C;1.0;6AE8 6800;1.0;6894 680E;1.0;6ADF 67FD;1.0;6A89 6860;1.0;690F 6861;1.0;6A48 6862;1.0;6968 6864;1.0;69BF 6866;1.0;6A3A 6867;1.0;6A9C 683E;1.0;6B12 691F;1.0;6ADD 6920;1.0;69E7 6924;1.0;6B0F 6901;1.0;69E8 6984;1.0;6B16 6987;1.0;6AEC 6988;1.0;6ADA 6989;1.0;6AF8 69DF;1.0;6AB3 69E0;1.0;6AE7 6A2F;1.0;6AA3 6A65;1.0;6AEB 6A7C;1.0;6ADE 6AA9;1.0;6A81 6B81;1.0;6B7F 6B87;1.0;6BA4 6B92;1.0;6B9E 6B93;1.0;6BAE 6B9A;1.0;6BAB 6BA1;1.0;6BAF 8F6B;1.0;8ED4 8F6D;1.0;8EDB 8F72;1.0;8EFB 8F73;1.0;8F64 8F75;1.0;8EF9 8F76;1.0;8EFC 8F78;1.0;8EEB 8F79;1.0;8F62 8F7A;1.0;8EFA 8F7C;1.0;8EFE 8F7E;1.0;8F0A 8F81;1.0;8F07 8F82;1.0;8F05 8F84;1.0;8F12 8F87;1.0;8F26 8F8B;1.0;8F1E 8F8D;1.0;8F1F 8F8E;1.0;8F1C 8F8F;1.0;8F33 8F98;1.0;8F46 8F9A;1.0;8F54 620B;1.0;6214 622C;1.0;6229 74EF;1.0;750C 6619;1.0;66C7 6654;1.0;66C4 6656;1.0;6689 66A7;1.0;66D6 8D32;1.0;8CC1 8D33;1.0;8CB0 8D36;1.0;8CBA 8D3B;1.0;8CBD 8D3D;1.0;8D04 8D40;1.0;8CB2 8D45;1.0;8CC5 8D46;1.0;8D10 8D48;1.0;8CD1 8D49;1.0;8CDA 8D47;1.0;8CD5 8D4D;1.0;9F4E 8D55;1.0;8CE7 8D59;1.0;8CFB 89C7;1.0;8998 89CA;1.0;89AC 89CB;1.0;89A1 89CC;1.0;89BF 89CE;1.0;89A6 89CF;1.0;89AF 89D0;1.0;89B2 89D1;1.0;89B7 7266;1.0;729B 6BF5;1.0;6BFF 6C07;1.0;6C0C 6C29;1.0;6C2C 6C32;1.0;6C33 724D;1.0;7258 80E7;1.0;6727 80EA;1.0;81DA 80EB;1.0;811B 810D;1.0;81BE 817C;1.0;9766 817D;1.0;8183 816D;1.0;9F76 8191;1.0;81CF 6B24;1.0;6B5F 98D1;1.0;98AE 98D2;1.0;98AF 98D3;1.0;98B6 98D5;1.0;98BC 6BC2;1.0;8F42 9F51;1.0;9F4F 6593;1.0;6595 7080;1.0;716C 709C;1.0;7152 709D;1.0;7197 70E8;1.0;71C1 7116;1.0;71DC 7118;1.0;71FE 7962;1.0;79B0 796F;1.0;798E 7985;1.0;79AA 603C;1.0;61DF 60AB;1.0;6128 61D1;1.0;61E3 6206;1.0;6207 6CF6;1.0;6FA9 77F6;1.0;78EF 7800;1.0;78AD 7817;1.0;7868 783A;1.0;792A 783B;1.0;7931 7856;1.0;7864 7857;1.0;78FD 789B;1.0;78E7 789C;1.0;78E3 7934;1.0;7921 9F9B;1.0;9F95 7726;1.0;7725 7750;1.0;775E 7751;1.0;77BC 7572;1.0;756C 7583;1.0;757D 7F74;1.0;7F86 7F81;1.0;7F88 9486;1.0;91D3 9487;1.0;91D4 948B;1.0;91D9 948A;1.0;91D7 948C;1.0;91D5 948D;1.0;91F7 948F;1.0;91E7 9490;1.0;91E4 9494;1.0;9346 9497;1.0;91F5 9495;1.0;91F9 949A;1.0;9436 949B;1.0;9226 949C;1.0;9245 94A3;1.0;9211 94A4;1.0;9210 94AB;1.0;9201 94AA;1.0;9227 94AD;1.0;9204 94AC;1.0;9225 94AF;1.0;9200 94B0;1.0;923A 94B2;1.0;9266 94B4;1.0;9237 94B6;1.0;9233 94B8;1.0;923D 94B9;1.0;9238 94BC;1.0;926C 94BD;1.0;926D 94BF;1.0;923F 94C4;1.0;9460 94C8;1.0;9230 94C9;1.0;9249 94CA;1.0;9248 94CB;1.0;924D 94CC;1.0;922E 94CD;1.0;9239 94CE;1.0;9438 94D0;1.0;92AC 94D1;1.0;92A0 94D2;1.0;927A 94D5;1.0;92AA 94D6;1.0;92EE 94D7;1.0;92CF 94D9;1.0;9403 94DB;1.0;943A 94DF;1.0;92A6 94E0;1.0;93A7 94E2;1.0;9296 94E4;1.0;92CC 94E5;1.0;92A9 94E7;1.0;93F5 94E8;1.0;9293 94EA;1.0;927F 94E9;1.0;93A9 94EB;1.0;929A 94EE;1.0;931A 94EF;1.0;92AB 94F3;1.0;9283 94F4;1.0;940B 94F5;1.0;92A8 94F7;1.0;92A3 94F9;1.0;9412 94FC;1.0;9338 94FD;1.0;92F1 94FF;1.0;93D7 9502;1.0;92F0 9506;1.0;92EF 9507;1.0;92E8 9509;1.0;92BC 950A;1.0;92DD 9512;1.0;92C3 9513;1.0;92DF 9514;1.0;92E6 9515;1.0;9312 9516;1.0;9306 951B;1.0;931B 951E;1.0;9301 951F;1.0;9315 9522;1.0;932E 9529;1.0;9308 952C;1.0;931F 9531;1.0;9319 9532;1.0;9365 9534;1.0;9347 9536;1.0;9376 9537;1.0;9354 9538;1.0;9364 953C;1.0;93AA 953E;1.0;9370 953F;1.0;9440 9542;1.0;93E4 9535;1.0;93D8 9544;1.0;9428 9546;1.0;93CC 9549;1.0;9398 954C;1.0;942B 954F;1.0;93A6 9552;1.0;93B0 9553;1.0;93B5 9554;1.0;944C 9556;1.0;93E2 9557;1.0;93DC 9558;1.0;93DD 9559;1.0;93CD 955B;1.0;93DE 955E;1.0;93C3 955F;1.0;93C7 955D;1.0;93D1 9561;1.0;9414 9562;1.0;9481 9564;1.0;93F7 9566;1.0;9413 9567;1.0;946D 9568;1.0;9420 956A;1.0;93F9 956B;1.0;9419 956C;1.0;944A 956F;1.0;9432 9571;1.0;943F 9573;1.0;9463 953A;1.0;937E 7A06;1.0;7A6D 7A51;1.0;7A61 9E20;1.0;9CE9 9E22;1.0;9CF6 9E28;1.0;9D07 9E29;1.0;9D06 9E2A;1.0;9D23 9E2B;1.0;9D87 9E2C;1.0;9E15 9E32;1.0;9D1D 9E31;1.0;9D1F 9E36;1.0;9DE5 9E38;1.0;9D2F 9E37;1.0;9DD9 9E39;1.0;9D30 9E3A;1.0;9D42 9E3E;1.0;9E1E 9E41;1.0;9D53 9E42;1.0;9E1D 9E44;1.0;9D60 9E46;1.0;9D52 9E48;1.0;9D5C 9E49;1.0;9D61 9E4C;1.0;9D6A 9E4E;1.0;9D6F 9E51;1.0;9D89 9E55;1.0;9D98 9E57;1.0;9D9A 9E5C;1.0;9DA9 9E5E;1.0;9DC2 9E63;1.0;9DBC 9E66;1.0;9E1A 9E67;1.0;9DD3 9E68;1.0;9DDA 9E69;1.0;9DEF 9E6A;1.0;9DE6 9E6B;1.0;9DF2 9E6C;1.0;9DF8 9E6D;1.0;9DFA 9E73;1.0;9E1B 7596;1.0;7664 75A0;1.0;7658 75B4;1.0;75FE 75B1;1.0;76B0 75E8;1.0;7646 75EB;1.0;7647 7605;1.0;7649 7617;1.0;761E 7618;1.0;763A 763F;1.0;766D 763E;1.0;766E 765E;1.0;7669 766B;1.0;7672 7AA6;1.0;7AC7 7AAD;1.0;7AB6 88C6;1.0;8960 88E2;1.0;8933 88E3;1.0;895D 88E5;1.0;8949 891B;1.0;8938 8934;1.0;8964 76B2;1.0;76B8 8027;1.0;802C 804D;1.0;8079 8069;1.0;8075 9878;1.0;9807 9880;1.0;980E 9883;1.0;980F 9889;1.0;9821 988C;1.0;981C 988D;1.0;6F41 988F;1.0;9826 9894;1.0;9837 989A;1.0;984E 989B;1.0;9853 989E;1.0;9873 989F;1.0;9862 98A1;1.0;9859 98A2;1.0;9865 98A6;1.0;9870 866C;1.0;866F 867F;1.0;8806 86AC;1.0;8706 86CE;1.0;8823 86CF;1.0;87F6 86F1;1.0;86FA 86F2;1.0;87EF 86F3;1.0;8784 86F4;1.0;8810 8748;1.0;87C8 877E;1.0;8811 877C;1.0;87BB 7F42;1.0;7F4C 7B03;1.0;7BE4 7B15;1.0;7B67 7B3E;1.0;7C69 7B5A;1.0;7BF3 7B5D;1.0;7B8F 7BA6;1.0;7C00 7BA7;1.0;7BCB 7BA8;1.0;7C5C 7BAA;1.0;7C1E 7BAB;1.0;7C2B 7BD1;1.0;7C23 7C16;1.0;7C6A 7C41;1.0;7C5F 8223;1.0;8264 823B;1.0;826B 7F9F;1.0;7FA5 7C7C;1.0;79C8 7C9D;1.0;7CF2 7C9C;1.0;7CF6 7CC1;1.0;7CDD 7CC7;1.0;9931 7D77;1.0;7E36 9EB8;1.0;9EA9 8DB1;1.0;8DB2 917D;1.0;91C5 917E;1.0;91C3 9E7E;1.0;9E7A 8DB8;1.0;8E89 8DC4;1.0;8E4C 8DDE;1.0;8E92 8DF7;1.0;8E7A 8DF8;1.0;8E55 8DF9;1.0;8E9A 8DFB;1.0;8E8B 8E2C;1.0;8E93 8E2F;1.0;8E91 8E51;1.0;8EA1 8E52;1.0;8E63 8E70;1.0;8E95 8E8F;1.0;8EAA 8E9C;1.0;8EA6 89DE;1.0;89F4 89EF;1.0;89F6 9753;1.0;975A 96F3;1.0;9742 9701;1.0;973D 972D;1.0;9744 9F80;1.0;9F54 9F83;1.0;9F5F 9F85;1.0;9F59 9F86;1.0;9F60 9F87;1.0;9F5C 9F88;1.0;9F66 9F89;1.0;9F6C 9F8A;1.0;9F6A 9F8C;1.0;9F77 9EFE;1.0;9EFD 9F0B;1.0;9EFF 9F0D;1.0;9F09 96BD;1.0;96CB 96E0;1.0;8B8E 92AE;1.0;947E 933E;1.0;93E8 9C7F;1.0;9B77 9C82;1.0;9B74 9C88;1.0;9C78 7A23;1.0;7A4C 9C8B;1.0;9B92 9C8E;1.0;9C5F 9C90;1.0;9B90 9C91;1.0;9BAD 9C92;1.0;9B9A 9C94;1.0;9BAA 9C95;1.0;9B9E 9C9A;1.0;9C6D 9C9B;1.0;9BAB 9C9E;1.0;9BD7 9C9F;1.0;9C58 9CA0;1.0;9BC1 9CA1;1.0;9C7A 9CA2;1.0;9C31 9CA3;1.0;9C39 9CA5;1.0;9C23 9CA6;1.0;9C37 9CA7;1.0;9BC0 9CA8;1.0;9BCA 9CA9;1.0;9BC7 9CAB;1.0;9BFD 9CAD;1.0;9BD6 9CAE;1.0;9BEA 9CB0;1.0;9BEB 9CB1;1.0;9BE1 9CB2;1.0;9BE4 9CB3;1.0;9BE7 9CB5;1.0;9BE2 9CB6;1.0;9BF0 9CB7;1.0;9BDB 9CBB;1.0;9BD4 9CBD;1.0;9C08 9CC4;1.0;9C77 9CC5;1.0;9C0D 9CC6;1.0;9C12 9CC7;1.0;9C09 9CCD;1.0;9C2D 9CCE;1.0;9C28 9CCF;1.0;9C25 9CD0;1.0;9C29 9CD3;1.0;9C33 9CD4;1.0;9C3E 9CD5;1.0;9C48 9CD7;1.0;9C3B 9CDC;1.0;9C56 9CDD;1.0;9C54 9CDF;1.0;9C52 9CE2;1.0;9C67 9791;1.0;97C3 97AF;1.0;97C9 9E58;1.0;9DBB 9AC5;1.0;9ACF 9ACB;1.0;9AD6 9ACC;1.0;9AD5 9B47;1.0;9B58 9B49;1.0;9B4E 98E8;1.0;9957 990D;1.0;995C 9B13;1.0;9B22 9EE9;1.0;9EF7 9EEA;1.0;9EF2 9F39;1.0;9F34 9F44;1.0;9F47