summaryrefslogtreecommitdiffstats
path: root/ChangeLog.2003
blob: c586ba9822b9b80a38ff4e2cc1af734cdb337a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
2003-12-25  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/tclWin32Dll.c (DllMain): Add HAVE_NO_SEH blocks in place of
	__try and __except statements to support gcc builds. This is needed
	after David's changes on 2003-12-21. [Patch 858493]

2003-12-23  David Gravereaux <davygrvy@pobox.com>

	* generic/tclAlloc.c:	All uses of 'panic' (the macro) changed to
	* generic/tclBasic.c:	'Tcl_Panic' (the function). The #define of
	* generic/tclBinary.c:	panic in tcl.h clearly states it is deprecated
	* generic/tclCkalloc.c:	in the comments. [Patch 865264]
	* generic/tclCmdAH.c:
	* generic/tclCmdIL.c:
	* generic/tclCmdMZ.c:
	* generic/tclCompCmds.c:
	* generic/tclCompExpr.c:
	* generic/tclCompile.c:
	* generic/tclConfig.c:
	* generic/tclDictObj.c:
	* generic/tclEncoding.c:
	* generic/tclEvent.c:
	* generic/tclExecute.c:
	* generic/tclHash.c:
	* generic/tclInterp.c:
	* generic/tclIO.c:
	* generic/tclIOCmd.c:
	* generic/tclIOUtil.c:
	* generic/tclListObj.c:
	* generic/tclLiteral.c:
	* generic/tclNamesp.c:
	* generic/tclObj.c:
	* generic/tclParse.c:
	* generic/tclPathObj.c:
	* generic/tclPkg.c:
	* generic/tclPreserve.c:
	* generic/tclProc.c:
	* generic/tclStringObj.c:
	* generic/tclTest.c:
	* generic/tclThreadAlloc.c:
	* generic/tclTimer.c:
	* generic/tclTrace.c:
	* generic/tclVar.c:
	* mac/tclMacChan.c:
	* mac/tclMacOSA.c:
	* mac/tclMacResource.c:
	* mac/tclMacSock.c
	* mac/tclMacThrd.c:
	* unix/tclUnixChan.c:
	* unix/tclUnixNotfy.c:
	* unix/tclUnixThrd.c:
	* unix/tclXtNotify.c:
	* win/tclWin32Dll.c:
	* win/tclWinChan.c:
	* win/tclWinFCmd.c:
	* win/tclWinNotify.c:
	* win/tclWinPipe.c:
	* win/tclWinSock.c:
	* win/tclWinThrd.c:

	* generic/tclInt.h:  Deprecated use of Tcl_Ckalloc changed to
	Tcl_Alloc in the TclAllocObjStorage macro.

2003-12-22  David Gravereaux <davygrvy@pobox.com>

	* win/nmakehlp.c:
	* win/rules.vc:  New feature for extensions that use rules.vc. Now
	reads header files for version strings. No more hard coding
	TCL_VERSION = 8.5 and having to edit it when you swap cores.

	* win/makefile.vc: VERSION macro now set by reading tcl.h for it.

	* generic/tcl.h: Removed note that makefile.vc needs to have a version
	number changed.

2003-12-21  David Gravereaux <davygrvy@pobox.com>

	* win/tclWin32Dll.c: Structured Exception Handling added around
	Tcl_Finalize called from DllMain's DLL_PROCESS_DETACH. We can't be
	100% assured that Tcl is being unloaded by the OS in a stable
	condition and we need to protect the exit handlers should the stack be
	in a hosed state. AT&T style assembly for SEH under MinGW has not been
	added yet. This is a first part change for [Patch 858493]

2003-12-17  Daniel Steffen  <das@users.sourceforge.net>

	* generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bug when
	numeric scan-value cache contains NULL value.

2003-12-17  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclCmdAH.c:
	* unix/tclUnixFile.c:
	* win/tclWinFCmd.c:
	* tests/fCmd.test:
	* tests/fileSystem.test:
	* doc/file.n: final fix to support for relative links and its
	implications on normalization and other parts of the filesystem code.
	Fixes [Bug 859251] and some Windows problems with recursive file
	delete/copy and symbolic links.

2003-12-17  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclPathObj.c:
	* tests/fileSystem.test: fix and tests for [Bug 860402] in new file
	normalization code.

2003-12-17  Zoran Vasiljevic  <zv@archiware.com>

	* generic/tclIOUtil.c: fixed 2 memory (object) leaks. [Bug 839519]

	* generic/tclPathObj.c: fixed Tcl_FSGetTranslatedPath to always return
	properly refcounted path object. [Bug 861515]

2003-12-16  Vince Darley  <vincentdarley@users.sourceforge.net>

	* tests/fCmd.test: marking fCmd-9.14.2, as nonPortable, since on
	Solaris one can change the name of the current directory with 'file
	rename'.
	* doc/FileSystem.3: clarified documentation on ownership of return
	objects/strings of some Tcl_FS* calls.

2003-12-16  Donal K. Fellows  <donal.k.fellows@man.ac.uk>

	* generic/tclThreadAlloc.c (binfo): Made variable file-local.

2003-12-15  David Gravereaux <davygrvy@pobox.com>

	* win/tcl.rc:
	* win/tclsh.rc: Slight modification to the STRINGIFY macro to support
	Borland's rc tool.

	* win/tclWinFile.c (TclpUtime) : utimbuf struct not a problem with
	Borland.

	* win/tclWinTime.c (TclpGetDate) : Borland's localtime() has a slight
	behavioral difference.

	From Helmut Giese <hgiese@ratiosoft.com> [Patch 758097].

2003-12-14  David Gravereaux <davygrvy@pobox.com>

	* generic/tclInt.decls: commented-out entry for TclpCheckStackSpace,
	removing it from the Stubs table. It's already declared in tclInt.h
	and labeled as a function that is not to be exported. Regened tables.

2003-12-14  Donal K. Fellows  <donal.k.fellows@man.ac.uk>

	* generic/tclCmdMZ.c (Tcl_SwitchObjCmd): TIP#75 Implementation
	* tests/switch.test:	Can now get submatch information when using
	* doc/switch.n:		-regexp matching in [switch].

2003-12-14  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclPathObj.c: complete rewrite of generic file normalization
	code to cope with links followed by '..'. [Bug 849514], and parts of
	[Bug 859251]

2003-12-12  David Gravereaux <davygrvy@pobox.com>

	* win/tclWinChan.c: Win32's SetFilePointer() takes LONGs not DWORDs (a
	signed/unsigned mismatch). Redid local vars to avoid all casting
	except where truly required.

2003-12-12  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclCmdAH.c: fix to normalization of non-existent user name
	('file normalize ~nobody') [Bug 858937]
	* doc/file.n: clarify behaviour of 'file link' when the target is not
	an absolute path.
	* doc/filename.n: correct documentation to say that Windows Tcl does
	handle '~user', for recent Windows releases, and clarified distinction
	between MacOS 'classic' and MacOS X.
	* doc/glob.n: clarification of glob's behaviour when returning
	filenames starting with a '~'.

	* tests/fileSystem.test:
	* tests/fileName.test: new tests added for the normalization problem
	above and other recentlt reported issues.

	* win/tclWinFile.c: corrected unclear comments

	* unix/tclUnixFile.c: allow creation of relative links. [Bug 833713]

2003-12-11  David Gravereaux <davygrvy@pobox.com>

	* win/tclWinSock.c (SocketThreadExitHandler) : added a TerminateThread
	fallback just in case the socket handler thread is really in a paused
	state. This can happen when Tcl is being unloaded by the OS from an
	exception handler. See MSDN docs on DllMain, it states this behavior.

2003-12-09  Jeff Hobbs  <jeffh@ActiveState.com>

	* unix/configure:
	* unix/tcl.m4: updated OpenBSD build configuration based on
	[Patch #775246] (cassoff)

2003-12-09  Donal K. Fellows  <donal.k.fellows@man.ac.uk>

	* unix/tclUnixPort.h:	#ifdef'd out declarations of errno which are
	* tools/man2tcl.c:	known to cause problems with recent glibc.
				[Bug 852369]

2003-12-09  Vince Darley  <vincentdarley@users.sourceforge.net>

	* win/tclWinFile.c: fix to NT file permissions code [Bug 855923]
	* tests/winFile.test: added tests for NT file permissions - patch and
	test scripts supplied by Benny.

	* tests/winFCmd.test: fixed one test for when not running in C:/

2003-12-02  Donal K. Fellows  <donal.k.fellows@man.ac.uk>

	* generic/tclBinary.c (DeleteScanNumberCache, ScanNumber): Made the
	numeric scan-value cache have proper references to the objects within
	it so strange patterns of writes won't cause references to freed
	objects. Thanks to Paul Obermeir for the report. [Bug 851747]

2003-12-01  Miguel Sofer <msofer@users.sf.net>

	* doc/lset.n: fix typo [Bug 852224]

2003-11-24  Don Porter	<dgp@users.sourceforge.net>

	* generic/tclParse.c:	Corrected faulty check for trailing white
	space in {expand} parsing. Thanks Andreas Leitgeb. [Bug 848262]
	* tests/parse.test: 	New tests for the bug.

2003-11-24  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclPathObj.c: fix to [Bug 845778] - Infinite recursion on
	[cd] (Windows only bug), for which new tests have just been added.

2003-11-21  Don Porter	<dgp@users.sourceforge.net>

	* tests/winFCmd.test (winFCmd-16.10,11): Merged new tests from
	core-8-4-branch.

2003-11-20  Miguel Sofer <msofer@users.sf.net>

	* generic/tclVar.c: fix flag bit collision between LOOKUP_FOR_UPVAR
	and TCL_PARSE_PART1 (deprecated) [Bug 835020]

2003-11-19  Don Porter	<dgp@users.sourceforge.net>

	* tests/compile.test (compile-16.22.0):	Improved test for the recent
	fix for Bug 845412.

2003-11-19  Donal K. Fellows  <donal.k.fellows@man.ac.uk>

	* generic/tclCompile.c (TclCompileScript): Added a guard for the
	expansion code so that long non-expanding commands don't get expansion
	infrastructure inserted in them, especially when that infrastructure
	isn't initialised. [Bug 845412]

2003-11-18  David Gravereaux <davygrvy@pobox.com>

	* contrib/djgpp/Makefile:		Changes from Victor Wagner
	* contrib/djgpp/langinfo.c (new):	<vitus@45.free.net> for better
	* contrib/djgpp/langinfo.h (new):	DJGPP support.
	* unix/tclUnixInit.c:			.
	* unix/tclUnixChan.c:			.
	* unix/tclUnixFCmd.c:			.

2003-11-17  Don Porter	<dgp@users.sourceforge.net>

	* tests/reg.test: Added tests for [Bugs 230589, 504785, 505048, 840258]
	recently fixed by 2003-11-15 commit to regcomp.c by Pavel Goran. His
	notes on the fix: This bug results from an error in code that splits
	states into "progress" and "no-progress" ones. This error causes an
	interesting situation with the pre-collected single-linked list of
	states to be splitted: many items were added to the list, but only
	several of them are accessible from the list beginning, since the
	"tmp" member of struct state (which is used here to hold a pointer to
	the next list item) gets overwritten, which results in a "looped"
	chain. As a result, not all of states are splitted, and one state is
	splitted two times, causing incorrect "no-progress" flag values.

2003-11-16  Donal K. Fellows  <donal.k.fellows@man.ac.uk>

	* generic/tclExecute.c (TclExecuteByteCode): Make sure that
	Tcl_AsyncInvoke is called regularly when processing bytecodes.
	* generic/tclTest.c (AsyncThreadProc, TestasyncCmd): Extended testing
	harness to send an asynchronous marking without relying on UNIX
	signals.
	* tests/async.test (async-4.*): Tests to check that async events are
	handled by the bytecode core. [Bug 746722]

2003-11-15  Donal K. Fellows  <donal.k.fellows@man.ac.uk>

	* generic/tclTest.c (TestHashSystemHashCmd): Removed 'const' modifier
	from hash type structure; it should be const and the hash code assumes
	it behaves like const, but that's not how the API is defined. Like
	this, we are following in the same footsteps as Tcl_RegisterObjType()
	which has the same conditions on its argument. Stops VC++5.2 warning.
	[Bug 842511]

2003-11-14  Donal K. Fellows  <donal.k.fellows@man.ac.uk>

	* generic/tclHash.c (Tcl_DeleteHashTable,Tcl_HashStats,RebuildTable):
	* generic/tclTest.c (TestHashSystemHashCmd): TIP#138 implementation,
	* tests/misc.test:	plus a new chunk of stuff to test the hash
				functions more thoroughly in the test suite.
				[Patch 731356, modified]

	* doc/Tcl.n: Updated Tcl version number and changebars.

2003-11-14  Don Porter	<dgp@users.sourceforge.net>

	* doc/ParseCmd.3:	Implementation of TIP 157.  Adds recognition
	* doc/Tcl.n:		of the new leading {expand} syntax on words.
	* generic/tcl.h:	Parses such words as the new Tcl_Token type
	* generic/tclBasic.c:	TCL_TOKEN_EXPAND_WORD. Updated Tcl_EvalEx and
	* generic/tclCompile.c: the bytecode compiler/execution engine to
	* generic/tclCompile.h:	recognize the new token type. New opcodes
	* generic/tclExecute.c:	INST_LIST_VERIFY and INST_INVOKE_EXP and a new
	* generic/tclParse.c:	operand type OPERAND_ULIST1 are defined. Docs
	* generic/tclTest.c:	and tests are included.
	* tests/basic.test:
	* tests/compile.test:
	* tests/parse.test:

	* library/auto.tcl:	Replaced several [eval]s used to perform
	* library/package.tcl:	argument expansion with the new syntax. In the
	* library/safe.tcl:	test files lindex.test and lset.test, replaced
	* tests/cmdInfo.test:	use of [eval] to force direct string
	* tests/encoding.test:	evaluation with use of [testevalex] which more
	* tests/execute.test:	directly and robustly serves the same purpose.
	* tests/fCmd.test:
	* tests/http.test:
	* tests/init.test:
	* tests/interp.test:
	* tests/io.test:
	* tests/ioUtil.test:
	* tests/iogt.test:
	* tests/lindex.test:
	* tests/lset.test:
	* tests/namespace-old.test:
	* tests/namespace.test:
	* tests/pkg.test:
	* tests/pkgMkIndex.test:
	* tests/proc.test:
	* tests/reg.test:
	* tests/trace.test:
	* tests/upvar.test:
	* tests/winConsole.test:
	* tests/winFCmd.test:

2003-11-12  Jeff Hobbs  <jeffh@ActiveState.com>

	* tests/cmdMZ.test (cmdMZ-1.4): change to nonPortable as more systems
	are using permissions caching, and this isn't really a Tcl controlled
	issue.

2003-11-11  Jeff Hobbs  <jeffh@ActiveState.com>

	* unix/configure:
	* unix/tcl.m4: improve AIX --enable-64bit handling
	remove -D__NO_STRING_INLINES -D__NO_MATH_INLINES from CFLAGS_OPTIMIZE
	on Linux. Make default opt -O2 (was -O).

2003-11-11  David Gravereaux <davygrvy@pobox.com>

	* contrib/djgpp/Makefile:  Suggested changes from vitus@45.free.net
	(Victor Wagner)

	* unix/tclUnixPort.h:  added socklen_t typedef for DJGPP

2003-11-10  Don Porter	<dgp@users.sourceforge.net>

	* unix/tclUnixInit.c (TclpInitLibraryPath):
	* win/tclWinInit.c (TclpInitLibraryPath):	Fix for [Bug 832657]
	that should not run afoul of startup constraints.

	* library/dde/pkgIndex.tcl:	Added safeguards so that registry and
	* library/reg/pkgIndex.tcl:	dde packages are not offered on
	* win/tclWinDde.c:		non-Windows platforms. Bumped to
	* win/tclWinReg.c:		registry 1.1.3 and dde 1.3.
	* win/Makefile.in:
	* win/configure.in:
	* win/makefile.bc:
	* win/makefile.vc:

	* win/configure:	autoconf (2.57)

2003-11-10  Donal K. Fellows  <donal.k.fellows@man.ac.uk>

	* tests/cmdIL.test: Stopped cmdIL-5.5 from stomping over the test
	command, and updated the tests to use some tcltest2 features in
	relation to cleanup. [Bug 838384]

2003-11-10  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclCmdAH.c:
	* tests/fCmd.test: fix to misleading error message in 'file link'.
	[Bug 836208]

2003-11-07  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclIOUtil.c: fix to compiler warning/error with some
	compilers. [Bug 835918]

2003-11-07  Daniel Steffen  <das@users.sourceforge.net>

	* macosx/Makefile: optimized builds define NDEBUG to turn off
	ThreadAlloc range checking.

2003-11-05  Don Porter	<dgp@users.sourceforge.net>

	* tests/unixInit.test (unixInit-2.10):  New test to expose [Bug 832657]
	failure of TclpInitLibraryPath() to properly handle .. in the path
	of the executable.

2003-11-04  Daniel Steffen  <das@users.sourceforge.net>

	* macosx/Makefile: added 'test' target.

2003-11-03  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclIOUtil.c
	* generic/tclInt.h: added comments and re-arranged code to clarify
	distinction between Tcl_LoadHandle, ClientData for 'load'ed code, and
	point out limitations of the design introduced with Tcl 8.4.

	* unix/tclUnixFile.c: fix to memory leak

	* generic/tclCmdIL.c: removed warning on Windows.

2003-11-01  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclCmdIL.c (Tcl_LrepeatObjCmd): Check for sensible list
	lengths and allow for soft failure of the memory subsystem in the
	[lconcat] command [Bug 829027]. Uses direct list creation to avoid
	extra copies when working near the limit of available memory. Also
	reorganized to encourage optimizing compilers to optimize heavily.
	* generic/tclListObj.c (TclNewListObjDirect): New list constructor
	that does not copy the array of objects. Useful for creating
	potentially very large lists or where you are about to throw away the
	array argument which is being used in its entirety.

2003-10-28  Miguel Sofer <msofer@users.sf.net>

	* generic/tclExecute.c (NEXT_INST macros): replaced macro variable
	"result" by "resultHandling" to avoid confusion.

2003-10-23  Andreas Kupries  <andreask@activestate.com>

	* unix/tclUnixChan.c (Tcl_MakeFileChannel): Applied [Patch 813606]
	fixing [Bug 813087]. Detection of sockets was off for Mac OS X which
	implements pipes as local sockets. The new code ensures that only IP
	sockets are detected as such.

	* win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too when asked
	for writable events by the generic layer.
	(SocketEventProc): Generate a writable event too when a close is
	detected.

	  Together the changes fix [Bug 599468].

2003-10-23  Vince Darley  <vincentdarley@users.sourceforge.net>

	* tests/resource.test:
	* mac/tclMacResource.c: fix to resource freeing problem in 'resource'
	command reported by Bernard Desgraupes.

	* doc/FileSystem.3: updated documentation for 'glob' fix on 2003-10-13
	below

2003-10-22  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclCmdAH.c (Tcl_FileObjCmd): Changed FILE_ prefix to FCMD_
	to stop symbol/#def clashes on Cygwin/Mingw32 on NT. [Bug 822528]

2003-10-21   Daniel Steffen  <das@users.sourceforge.net>

	* tools/tcltk-man2html.tcl: fixed incorrect html generated for
	.IP/.TP lists, now use <DL><DT>...<DD>...<P><DT>...<DD>...</DL>
	instead of illegal  <DL><P><DT>...<DD>...<P><DT>...<DD>...</DL>.
	Added skipping of directives directly after .TP to avoid them being
	used as item descriptions, e.g. .TP\n.VS in clock.n.

2003-10-21  Andreas Kupries  <andreask@pliers.activestate.com>

	* win/tclWinPipe.c (BuildCommandLine): Applied the patch coming with
	[Bug 805605] to the code, fixing the incorrect use of ispace noted by
	Ronald Dauster <ronaldd@users.sourceforge.net>.

2003-10-20  Kevin B. Kenny  <kennykb@users.sourceforge.net>

	* doc/msgcat.n:
	* library/msgcat/msgcat.tcl (mclocale,mcload):
	* tools/tcl.wse.in:
	* unix/Makefile.in:     Implementation of TIP#156, add a "root locale"
	* win/makefile.bc:      to the 'msgcat' package. Advanced msgcat
	* win/Makefile.in:      version number to 1.4
	* win/Makefile.vc:

2003-10-15  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclCmdIL.c (SortInfo,etc): Reorganized so that SortInfo
	carries an array of integer indices instead of a Tcl list. This nips
	shimmering problems in the bud and simplifies SelectObjFromSublist at
	the cost of making setup slightly more complex. [Bug 823768]

2003-10-14  David Gravereaux <davygrvy@pobox.com>

	* win/tclAppInit.c (sigHandler): Punt gracefully if exitToken has
	already been destroyed.

2003-10-14  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclCmdMZ.c:
	* tests/regexp.test: fix to [Bug 823524] in regsub; added three new
	tests.

2003-10-14  Don Porter	<dgp@users.sourceforge.net>

	* generic/tclBasic.c (TclAppendObjToErrorInfo):	New internal routine
	that appends a Tcl_Obj to the errorInfo, saving the caller the trouble
	of extracting the string rep.

	* generic/tclStringObj.c (TclAppendLimitedToObj):	New internal
	routine that supports truncated appends with optional ellipsis marking.
	This single routine supports UTF-8-safe truncated appends needed in
	several places throughout the Tcl source code, mostly for error and
	stack messages. Clean fix for [Bug 760872].

	* generic/tclInt.h:	Declarations for new internal routines.

	* generic/tclCmdMZ.c:	Updated callers to use the new routines.
	* generic/tclCompExpr.c:
	* generic/tclCompile.c:
	* generic/tclExecute.c:
	* generic/tclIOUtil.c:
	* generic/tclNamesp.c:
	* generic/tclObj.c:
	* generic/tclParseExpr.c:
	* generic/tclProc.c:
	* generic/tclStringObj.c:
	* mac/tclMacResource.c:

	* library/init.tcl:	Updated ::errorInfo cleanup in [unknown] to
	reflect slight modifications to Tcl_LogCommandInfo(). Corrects failing
	init-4.* tests.

2003-10-14  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	TIP#127 IMPLEMENTATION FROM JOE MICHAEL SCHLENKER

	* generic/tclCmdIL.c (SelectObjFromSublist): Element selection engine.
	* generic/tclCmdIL.c (Tcl_LsearchObjCmd, Tcl_LsortObjCmd):
	* tests/lsearch.test:	Set up and use of element selection engine,
	* tests/cmdIL.test:	plus tests and documentation.
	* doc/lsearch.n:	Based on [Patch 693836]
	* doc/lsort.n:

2003-10-13  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tcl.h:
	* generic/tclFileName.c:
	* generic/tclIOUtil.c:
	* generic/tclPathObj.c:
	* generic/tclTest.c:
	* mac/tclMacFile.c:
	* tests/fileName.test: better tests for [Bug 813273]
	* unix/tclUnixFCmd.c:
	* unix/tclUnixFile.c:
	* win/tclWin32Dll.c:
	* win/tclWinFCmd.c:
	* win/tclWinFile.c:
	* win/tclFileInt.h:

	Fixed [Bug 800106] in which 'glob' was incapable of merging the
	results of a directory listing (real or virtual) and any virtual
	filesystem mountpoints in that directory (the latter were ignored).
	This meant boundaries between different filesystems were not seamless
	(e.g. 'glob */*' across a filesystem boundary was wrong). Added new
	entry to Tcl_GlobTypeData in a totally backwards compatible way. To
	allow listing of mounts, registered filesystems must support the
	'TCL_GLOB_TYPE_MOUNT' flag. If this is not supported (e.g. in tclvfs
	1.2) then mounts will simply not be listed for that filesystem.

	Fixed [Bug 749876] 'file writable/readable/etc' (NativeAccess) using
	correct permission checking code for Windows NT/2000/XP where more
	complex user-based security/access priveleges are available,
	particularly on shared volumes. The performance impact of this extra
	checking will need further investigation. Note: Win 95,98,ME have no
	support for this.

	Also made better use of normalized rather than translated paths in the
	platform specific code.

2003-10-12  Jeff Hobbs  <jeffh@ActiveState.com>

	* unix/tclUnixTest.c (TestalarmCmd): don't bother checking return
	value of alarm. [Bug #664755] (english)

2003-10-09  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* win/makefile.vc:  Applied patches for bug #801467 by Joe Mistachkin
	* win/tclAppInit.c: to fix incompatible TCL_MEM_DEBUG handling in
	* generic/tclObj.c: Win32 VC builds.

2003-10-08  Don Porter	<dgp@users.sourceforge.net>

	* generic/tclBasic.c:	Save and restore the iPtr->flag bits that
	control the state of errorCode and errorInfo management when calling
	"leave" execution traces, so that all error information of the traced
	command is still available whether traced or not. [Bug 760947]
	Thanks to Yahalom Emet.

2003-10-08  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclTest.c (TestNumUtfCharsCmd): Command to allow finer
	access to Tcl_NumUtfChars for testing.
	* generic/tclUtf.c (Tcl_NumUtfChars): Corrected string length
	determining when the length parameter is negative; the terminator is a
	zero byte, not (necessarily) a \u0000 character. [Bug 769812]

2003-10-07  Don Porter	<dgp@users.sourceforge.net>

	* tests/cmdAH.test:
	* tests/exec.test:		Corrected temporary file management
	* tests/fileSystem.test:	issues uncovered by -debug 1 test
	* tests/io.test:		operations. Also backported some
	* tests/ioCmd.test:		other fixes from the HEAD.
	* tests/main.test:
	* tests/pid.test:		[Bugs 675605, 675655, 675659]
	* tests/socket.test:
	* tests/source.test:

	* tests/fCmd.test:	Run tests with the [temporaryDirectory] as the
	current directory, so that tests can depend on ability to write files.
	[Bug 575837]

	* doc/OpenFileChnl.3:	Updated Tcl_Tell and Tcl_Seek documentation to
	reflect that they now return Tcl_WideInt (TIP 72). [Bug 787537]

	* tests/io.test:	Corrected several tests that failed when paths
	* tests/ioCmd.test:	included regexp-special chars. [Bug 775394]

2003-10-06  Jeff Hobbs	<jeffh@ActiveState.com>

	* win/configure:
	* win/tcl.m4: removed incorrect checks for existence of optimization.
	TCL_CFG_OPTIMIZED is now defined whenever the user does not build with
	--enable-symbols.

2003-10-06  Don Porter	<dgp@users.sourceforge.net>

	* tests/regexp.test:		Matched [makeFile] with [removeFile].
	* tests/regexpComp.test:	[Bug 675652]

	* tests/fCmd.test (fCmd-8.2):	Test only that tilde-substitution
	happens, not for any particular result. [Bug 685991]

	* unix/tcl.m4 (SC_PATH_TCLCONFIG):	Corrected search path so that
	alpha and beta releases of Tcl are not favored. [Bug 608698]

	* tests/reg.test:	Corrected duplicate test names.
	* tests/resource.test:	[Bugs 710370, 710358]
	* tests/dict.test:

	* tests/dict.test:	Updated [package require tcltest] lines to
	* tests/fileSystem.test:	indiciate that these test files
	* tests/lrepeat.test:	use features of tcltest 2.  [Bug 706114]
	* tests/notify.test:
	* tests/parseExpr.test:
	* tests/unixNotfy.test:
	* tests/winDde.test:

2003-10-04  Miguel Sofer <msofer@users.sf.net>

	* generic/tclExecute.c (TEBC):
	* tests/execute.test (execute-8.2): fix for [Bug 816641] - faulty
	execution and catch stack management.

2003-10-03  Don Porter	<dgp@users.sourceforge.net>

	* generic/tclBasic.c:	Fixed error in ref count management of command
	* generic/tclCmdMZ.c:	and execution traces that caused access to
	freed memory in trace-32.1. [Bug 811483]

2003-10-02  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclTrace.c: Corrected comingling of introspection results of
	[trace info command] and [trace info execution]. [Bug 807243]
	Thanks to Mark Saye.

2003-10-01  Daniel Steffen  <das@users.sourceforge.net>

	* macosx/Makefile: fixed redo prebinding bug when DESTDIR="".
	* mac/tclMacResource.c: fixed possible NULL dereference (bdesgraupes).

2003-09-29  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclPathObj.c:
	* tests/fileName.test: fix to inconsistent handling of backslash
	path separators on Windows in 'file join' [Bug 813273]

2003-09-29  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclPathObj.c (TclNativePathInFilesystem,TclFSGetPathType):
	* generic/tclIOUtil.c (TclNativeDupInternalRep,TclGetPathType): Rename
	to make sure function names won't interfere with other non-Tcl code
	(reported by George Staplin)

	TIP#121 IMPLEMENTATION FROM JOE MISTACHKIN

	* generic/tclEvent.c (Tcl_SetExitProc,Tcl_Exit): Implementation of
	application exit handler scheme.
	* generic/tcl.decls (Tcl_SetExitProc): Public declaration.
	* doc/Exit.3: Documentation of new API function.

	TIP#112 IMPLEMENTATION

	* generic/tclNamesp.c: Core of implementation.
	* generic/tclInt.h (Namespace,TclInvalidateNsCmdLookup): Add command
	list epoch counter and list of ensembles to namespace structure, and
	define a macro to ease update of the epoch counter.
	* generic/tclBasic.c (Tcl_CreateObjCommand,etc.): Update epoch counter
	when list of commands in a namespace changes.
	* generic/tclObj.c (TclInitObjSubsystem): Register ensemble subcommand
	type.
	* tests/namespace.test (42.1-47.6): Tests.
	* doc/namespace.n: Documentation.

	* library/http/http.tcl (geturl): Correctly check the type of
	boolean-valued options. [Bug 811170]

	* unix/tcl.m4 (SC_ENABLE_FRAMEWORK): Added note to make it clearer
	that this is an OSX feature, not a general Unix feature. [Bug 619440]

2003-09-28  David Gravereaux <davygrvy@pobox.com>

	* win/tclWinPipe.c: The windows port of expect can call
	TclWinAddProcess before any of the other pipe functions. Added a
	missing PipeInit() call to make sure the initialization happens.

2003-09-25  Daniel Steffen  <das@users.sourceforge.net>

	* macosx/Makefile: ensure SYMROOT exists if OBJROOT is overridden on
	command line. Replaced explict use of /usr/bin by ${BINDIR}.

2003-09-24  Vince Darley  <vincentdarley@users.sourceforge.net>

	* library/package.tcl (tcl::MacPkgUnknown, tcl::MacOSXPkgUnknown):
	Minor performance tweaks to reduce the number of [file] invocations.
	Meant to improve startup times, at least a little bit. (The generic
	equivalent patch was applied on 2003-02-21).

2003-09-24  Vince Darley  <vincentdarley@users.sourceforge.net>

	* trace.test: removed 'knownBug' from a test which doesn't illustrate
	a bug, just a bad test.

2003-09-23  Miguel Sofer <msofer@users.sf.net>

	* generic/tclExecute.c:
	* generic/tclInt.h: changed the evaluation-stack addressing mode, from
	array-style to pointer-style; the catch stack and evaluation stack are
	now contiguous in memory. [Patch 457449]

2003-09-23  Don Porter  <dgp@users.sourceforge.net>

	* tests/trace.test (trace-31,32-*):  Added tests for [Bug 807243] and
	[Bug 811483].

	* library/init.tcl (auto_load, auto_import):  Expanded Eric Melski's
	2000-01-28 fix for [Bug 218871] to all potentially troubled uses of
	[info commands] on input data, where glob-special characters could
	cause problems.

2003-09-20  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* tests/expr.test (expr-23.4): Prevented accidental wrapping round of
	exponential operation; it isn't portable, and not what I intended to
	test either. [Bug 808244]

2003-09-19  Miguel Sofer <msofer@users.sf.net>

	* generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to protect
	all calls that may cause traces on ::errorInfo or ::errorCode to
	corrupt the stack. [Bug 804681]

2003-09-17  Vince Darley  <vincentdarley@users.sourceforge.net>

	* tclPathObj.c: fix to test-suite problem introduced by the bug fix
	below. No problem in ordinary code, just test suite code which
	manually adjusts tclPlatform. [Bug 808247]

2003-09-16  Vince Darley  <vincentdarley@users.sourceforge.net>

	* doc/filename.n: documentation of Windows-specific feature as
        discussed in [Bug 541989]
	* generic/tclPathObj.c: fix for normalization of volume-relative paths
	[Bug 767834]
        * tests/winFCmd.test: new tests for both of the above.
	* tests/cmdAH.test: fix for AFS problem in test suite [Bug 748960]

2003-09-13  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	TIP#123 IMPLEMENTATION BASED ON WORK BY ARJEN MARKUS

	* generic/tclCompile.h (INST_EXPON):		Implementation of
	* generic/tclCompile.c (tclInstructionTable):	exponential operator.
	* generic/tclCompExpr.c (operatorTable):
	* generic/tclParseExpr.c (ParseExponentialExpr, GetLexeme):
	* generic/tclExecute.c (TclExecuteByteCode, ExponWide, ExponLong):
	(IllegalExprOperandType):
	* tests/expr.test:
	* tests/compExpr-old.test:
	* doc/expr.n:

2003-09-10  Don Porter  <dgp@users.sourceforge.net>

	* library/opt/optparse.tcl:	Latest revisions caused [OptGuessType]
	to guess "int" instead of "string" for empty strings. Missed the
	required "-strict" option to [string is]. Thanks to Revar Desmera.
	[Bug 803968]

2003-09-08  David Gravereaux <davygrvy@pobox.com>

	* win/tclWinLoad.c (TclpDlopen): Changed the error message for
	ERROR_PROC_NOT_FOUND to be a bit more helpful in giving us clues.
	"can't find specified procedure" means a function in the import table,
	for implicit loading, couldn't be resolved and that's why the load
	failed.

2003-09-04  Don Porter  <dgp@users.sourceforge.net>

	* doc/Tcl_Main.3:
	* doc/FileSystem.3:				Implementation of
	* doc/source.n:					TIPs 137/151. Adds a
	* doc/tclsh.1:					-encoding option to
	* generic/tcl.decls:				the [source] command
	* generic/tclCmdMZ.c (Tcl_SourceObjCmd):	and a new C routine,
	* generic/tclIOUtil.c (Tcl_FSEvalFileEx):	Tcl_FSEvalFileEx(),
	* generic/tclMain.c (Tcl_Main):			that provides C access
	* mac/tclMacResource.c (Tcl_MacSourceObjCmd):	to the same function.
	* tests/cmdMZ.test:				Also adds command line
	* tests/main.test:	option handling in Tcl_Main() so that tclsh
	* tests/source.test:	and other apps built on Tcl_Main() respect a
	-encoding command line option before a script filename. Docs and tests
	updated as well. [Patch 742683]
	This is a ***POTENTIAL INCOMPATIBILITY*** only for those C programs
	that embed Tcl, build on Tcl_Main(), and make use of Tcl_Main's former
	ability to pass a leading "-encoding" option to interactive shell
	operations.

	* generic/tclInt.decls:				Added internal stub
	* generic/tclMain.c (Tcl*StartupScript*):	table entries for two
	new functions Tcl_SetStartupScript() and Tcl_GetStartupScript() that
	set/get the path and encoding for the startup script to be evaluated
	by either Tcl_Main() or Tk_Main(). Given public names in anticipation
	of their exposure by a followup TIP.

	* generic/tclDecls.h:		make genstubs
	* generic/tclIntDecls.h:
	* generic/tclStubInit.c:

2003-09-04  Don Porter  <dgp@users.sourceforge.net>

	* doc/SplitList.3:	Implementation of TIP 148.  Fixes [Bug 489537].
	* generic/tcl.h:	Updated Tcl_ConvertCountedElement() to quote
	* generic/tclUtil.c:	the leading "#" character of all list elements
	unless the TCL_DONT_QUOTE_HASH flag is passed in.

	* generic/tclDictObj.c:	Updated Tcl_ConvertCountedElement() callers
	* generic/tclListObj.c:	to pass in the TCL_DONT_QUOTE_HASH flags
	* generic/tclResult.c:	when appropriate.

2003-08-31  Don Porter  <dgp@users.sourceforge.net>

	* doc/return.n:	Updated [return] docs to cover new TIP 90 features.

	* doc/break.n:		Added SEE ALSO references to return.n
	* doc/continue.n:

2003-09-01  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* doc/Namespace.3: Basic documentation for the TIP#139 functions. This
	will need improving, but the basic bits are there at least.

2003-08-31  Don Porter  <dgp@users.sourceforge.net>

	* doc/catch.n:	Updated [catch] docs to cover new TIP 90 features.

2003-08-29  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclCmdAH.c:	Corrected bug in TIP 90 implementation where
	* tests/cmdMZ.test:	the default -errorcode NONE value was not
	copied into the return options dictionary. This correction modified
	one test result.

2003-08-27  David Gravereaux <davygrvy@pobox.com>

	* compat/strftime.c (_fmt): Removed syst array intializer that
	couldn't take variables within it under the watcom compiler:
	'Initializers must be constant'. I believe Borland has this strictness
	as well. VC++ must be non-standard about this.

	Changed Win32 platform #ifdef from 'WIN32' to '__WIN32__' as this is
	the correct one to use across the Tcl sources. Even though we do force
	it in tcl.h, the true parent one is __WIN32__.

	Added missing CONST'ification usage to match prototype listed in
	tclInt.decls.

	* win/tclWinPort.h:  Added a block for OpenWatcom adjustments that
	fixes 1) the same issue Mo did for MinGW lack of missing LPFN_*
	typedefs in their WINE derived <winsock2.h> and 2) The need to be
	strict about how the char type needs to be signed by default.

	* win/tclWinSock.c:  Added OpenWatcom to the commentary about the
	#ifdef HAVE_NO_LPFN_DECLS block.

	* win/tclWinTime.c:  Changed use of '_timezone' to 'timezone' as this
	difference is already adjusted for in tclWinPort.h. Removed
	unreferenced posixEpoch file-scope global.

	* win/tclWinFile.c (WinReadLinkDirectory): Fix for 'Initializers must
	be constant' with the driveSpec array using OpenWatcom.

2003-08-27  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclUtil.c:	Corrected [Bug 411825] and other bugs in
	TclNeedSpace() where non-breaking space (\u00A0) and backslash-escaped
	spaces were handled incorrectly.
	* tests/util.test:	Added new tests util-8.[2-6].

2003-08-26  David Gravereaux <davygrvy@pobox.com>

	* generic/tcl.h: Added some support for the LCC-Win32 compiler.
	Unfortunetly, this compiler has a bug in its preprocessor and can't
	build Tcl even with this minor patch. Also added some support for the
	OpenWatcom compiler. A new win/makefile.wc to follow soon.

2003-08-25  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* tools/genStubs.tcl (genStubs::makeDecl): A more subtle way of
	generating stubbed declarations allows us to have declarations of a
	function in multiple interfaces simultaneously.

	* generic/tcl.decls: Duplicated some namespace declarations from
	tclInt.decls here, as mandated by TIP #139. This is OK since the
	declarations match and will end up using the declarations in the
	public code from now on because of #include ordering. Keeping the old
	declarations in tclInt.decls; there's no need to gratuitously break
	compatability for those extensions which are already clients of the
	namespace code.

2003-08-23  Zoran Vasiljevic  <zoran@archiwrae.com>

	* generic/tclIOUtil.c: merged fixes for thread-unsafe handling of
	filesystem records [Bug 753315]. This also fixed the [Bug 788780]
	* generic/tclPathObj.c: merged fixes for thread-unsafe handling of
	filesystem records. [Bug 753315]

	* generic/tclFileSystem.h: merged fixes for thread-unsafe handling of
	filesystem records. [Bug 753315]

2003-08-19  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* win/tclWinSerial.c (SerialErrorStr): Fixed a syntax error created in
	the previous code cleanup.

2003-08-19  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* win/tclWinSerial.c: Adjusted commenting and spacing usage to follow
	the principles of the Style Guide better.

2003-08-18  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/configure: Regen.
	* win/tcl.m4 (SC_ENABLE_SYMBOLS): Use test instead of -eq, which does
	not work. [Bug 781109]

2003-08-13  Chengye Mao <chengye.geo@yahoo.com>

	* win/tclWinPipe.c: fixed a bug in BuildCommandLine. This bug built a
	command line with a missing space between tclpipe.dll and the
	following arguments. It caused error in Windows 98 when exec
	command.com (e.g. dir). [Bug 789040]

2003-08-11  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	TIP #136 IMPLEMENTATION from Simon Geard <simon.geard@ntlworld.com>
	* generic/tclCmdIL.c (Tcl_LrepeatObjCmd): Adapted version of Simon's
	* doc/lrepeat.n:			  patch, updated to the HEAD
	* tests/lrepeat.test:			  and matching the core style.
	* generic/tclBasic.c (buildIntCmds):	Splice into core.
	* generic/tclInt.h:
	* doc/list.n:				Cross-reference.

2003-08-06  Jeff Hobbs  <jeffh@ActiveState.com>

	* win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus.

2003-08-06  Don Porter  <dgp@users.sourceforge.net>

	* library/msgcat/msgcat.tcl:	Added escape so that non-Windows
	* library/msgcat/pkgIndex.tcl:	platforms do not try to use the
	registry package. This can save a costly and pointless package search.
	Bumped to 1.3.1. Thanks to Dave Bodenstab. [Bug 781609]

2003-08-05  Miguel Sofer <msofer@users.sf.net>

	* generic/tclExecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT):
	added a Tcl_ResetResult(interp) at each point where the interp's
	result is pushed onto the stack, to avoid keeping an extra reference
	that may cause costly Tcl_Obj duplication. Detected by Franco Violi,
	analyzed by Peter Spjuth and Donal Fellows. [Bug 781585]

2003-07-28  Vince Darley  <vincentdarley@users.sourceforge.net>

	* doc/FileSystem.3:
	* doc/Translate.3: better documentation of Tcl_TranslateFileName and
	related functions. [Bug 775220]

2003-07-24  Mo DeJong  <mdejong@users.sourceforge.net>

	* generic/tcl.h: Revert change made on 2003-07-21 since it made the
	sizeof(Tcl_Obj) different for regular vs mem debug builds.
	* generic/tclInt.h: Define TclDecrRefCount in terms of
	Tcl_DbDecrRefCount which removes one layer of inderection.
	* generic/tclObj.c (TclDbInitNewObj, Tcl_DbIncrRefCount,
	(Tcl_DbDecrRefCount, Tcl_DbIsShared): Define ThreadSpecificData that
	contains a hashtable. The table is used to ensure that a Tcl_Obj is
	only acted upon in the thread that allocated it. This checking code is
	enabled only when mem debug and threads are enabled.

2003-07-24  Don Porter  <dgp@users.sourceforge.net>

	* tests/async.test:	Added several tests that demonstrate [Bug
	* tests/basic.test:	489537], Tcl's longstanding failure to
	* tests/dict.test:	properly quote any leading '#' character when
	* tests/dstring.test:	generating the string rep of a list so that
	* tests/list.test:	the comment-power of that character is hidden
	* tests/parse.test:	from any [eval], in order to satisfy the
	* tests/util.test:	documentation that [list] does [eval]-safe
				quoting.

2003-07-24  Reinhard Max  <max@suse.de>

	* library/package.tcl: Fixed a typo that broke pkg_mkIndex -verbose.
	* tests/pkgMkIndex.test: Added a test for [pkg_mkIndex -verbose].

	* ChangeLog.2002 (new file):
	* ChangeLog: broke changes from 2002 into ChangeLog.2002 to reduce
	size of the main ChangeLog.

2003-07-23  Daniel Steffen  <das@users.sourceforge.net>

	* unix/Makefile.in: changes to html-tcl & html-tk targets for
	compatibility with non-gnu makes.

	* unix/Makefile.in: added macosx/README to dist target.

2003-07-23  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* win/tclWinReg.c (OpenSubKey): Fixed bug 775976 which causes the
	registry set command to fail when built with VC7.
	* library/reg/pkgIndex.tcl: Incremented the version to 1.1.2.

2003-07-21  Mo DeJong  <mdejong@users.sourceforge.net>

	Check that the thread incrementing or decrementing the ref count of a
	Tcl_Obj is the thread that originally allocated the thread. This fail
	fast behavior will catch programming errors that allow a single
	Tcl_Obj to be accessed from multiple threads.

	* generic/tcl.h (Tcl_Obj): Add allocThread member to Tcl_Obj. This
	member records the thread id the Tcl_Obj was allocated. It is used to
	check that any future ref count incr or decr is done from the same
	thread that allocated the Tcl_Obj. This member is defined only when
	threads and mem debug are enabled.
	* generic/tclInt.h (TclNewObj, TclDbNewObj, TclDecrRefCount):
	Define TclNewObj and TclDbNewObj using TclDbInitNewObj when mem debug
	is enabled. This fixes a problem where TclNewObj calls did not work
	the same as TclDbNewObj when mem debug was enabled.
	* generic/tclObj.c (TclDbInitNewObj, Tcl_DbIncrRefCount,
	(Tcl_DbDecrRefCount): Add new helper to init Tcl_Obj members when mem
	debug is enabled. Init the allocThread member in TclDbInitNewObj and
	check it in Tcl_DbIncrRefCount and Tcl_DbDecrRefCount to make sure a
	Tcl_Obj allocated in one thread is not being acted upon in another
	thread.

2003-07-21  Vince Darley  <vincentdarley@users.sourceforge.net>

	* test/cmdAH.test: ensure certain tests run in local filesystem. [Bug
	748960]

2003-07-18  Daniel Steffen  <das@users.sourceforge.net>

	* macosx/Makefile: added option to allow installing manpages in
	addition to default html help.

2003-07-18  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* doc/Utf.3: Tightened up documentation of Tcl_UtfNext and Tcl_UtfPrev
	to better match the behaviour. [Bug 769895]

2003-07-18  Jeff Hobbs  <jeffh@ActiveState.com>

	* library/http/pkgIndex.tcl: upped to http v2.4.4
	* library/http/http.tcl: add support for user:pass info in URL.
	* tests/http.test:       [Bug 759888] (shiobara)

2003-07-18  Don Porter  <dgp@users.sourceforge.net>

	* doc/tcltest.n:                Restored the [Eval] proc to replace
	* library/tcltest/tcltest.tcl:  the [::puts] command when either the
	-output or -error option for [test] is in use, in order to capture
	data written to the output or error channels for comparison against
	what is expected.  This is easier to document and agrees better with
	most user expectations than the previous attempt to replace [puts]
	only in the caller's namespace.  Documentation made more precise on
	the subject.  [Bug 706359]

	* doc/AddErrInfo.3:	Improved consistency of documentation by
	* doc/CrtTrace.3:      	using "null" everywhere to refer to the
	* doc/Encoding.3:      	character '\0', and using "NULL" everywhere
	* doc/Eval.3:          	to refer to the value of a pointer that points
	* doc/GetIndex.3:      	to nowhere. Also dropped references to ASCII
	* doc/Hash.3:          	that are no longer true, and standardized on
	* doc/LinkVar.3:       	the hyphenated spelling of "null-terminated".
	* doc/Macintosh.3:
	* doc/OpenFileChnl.3:
	* doc/SetVar.3:
	* doc/StringObj.3:
	* doc/Utf.3:

	* doc/CrtSlave.3 (Tcl_MakeSafe):  Removed warning about possible
	deprecation (no TIP on that).

2003-07-17  Daniel Steffen  <das@users.sourceforge.net>

	* unix/tclUnixFCmd.c: fix for compilation errors on platforms where
	configure detects non-functional chflags(). [Bug 748946]

	* macosx/Makefile: Rewrote buildsystem for Mac OS X framework build
	to be purely make driven; in order to become independent of Apple's
	closed-source IDE and build tool. The changes are intended to be
	transparent to the Makefile user, all existing make targets and cmd
	line variable overrides should continue to work. Changed build to only
	include tcl specific html help in Tcl.framework, the tk specific html
	help is now included in Tk.framework. Added var to allow overriding of
	tclsh used during html help building (Landon Fuller).

	* macosx/Tcl.pbproj/project.pbxproj:
	* macosx/Tcl.pbproj/jingham.pbxuser: Changed to purely call through to
	the make driven buildsystem; Tcl.framework is no longer assembled by
	ProjectBuilder.
	Set default SYMROOT in target options to simplify setting up PB
	(manually setting common build folder for tcl & tk no longer needed).

	* tools/tcltk-man2html.tcl: Added options to allow building only the
	tcl or tk html help files; the default behaviour with none of the new
	options is to build both, as before.

	* unix/Makefile.in: Added targets for building only the tcl or tk help

	* macosx/README (new): Tcl specific excerpts of tk/macosx/README.

	* generic/tcl.h: Updated reminder comment about editing
	macosx/Tcl.pbproj/project.pbxproj when version number changes.

2003-07-16  Mumit Khan  <khan@nanotech.wisc.edu>

	* generic/tclPathObj.c (SetFsPathFromAny): Add Cygwin specific code to
	convert POSIX filename to native format.
	* generic/tclFileName.c (Tcl_TranslateFileName): And remove from here.
	(TclDoGlob): Adjust for cygwin and append / for dirs instead of \
	* win/tclWinFile.c (TclpObjChdir): Use chdir on Cygwin.
	[Patch 679315]

2003-07-16  Jeff Hobbs  <jeffh@ActiveState.com>

	* library/safe.tcl (FileInAccessPath): normalize paths before
	comparison. [Bug 759607] (myers)

	* unix/tclUnixNotfy.c (NotifierThreadProc): correct size of found and
	word vars from int to long. [Bug 767578] (hgo)

	* generic/tcl.h:       Add recognition of -DTCL_UTF_MAX=6 on the make
	* generic/regcustom.h: line to support UCS-4 mode. No config arg at
	this time, as it is not the recommended build mode.

	* generic/tclPreserve.c: In Result and Preserve'd routines, do not
	* generic/tclUtil.c:     assume that ckfree == free, as that is not
	* generic/tclResult.c:   always true. [Bug 756791] (fuller)

2003-07-16  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* doc/CrtSlave.3 (Tcl_MakeSafe): Updated documentation to strongly
	discourage use. IMHO code outside the core that uses this function is
	a bug... [Bug 655300]

2003-07-16  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclFileName.c (Tcl_GlobObjCmd):	[Bug 771840]
	* generic/tclPathObj.c (Tcl_FSConvertToPathType):[Bug 771947]
	* unix/tclUnixFCmd.c (GetModeFromPermString):	[Bug 771949]
	Silence compiler warnings about unreached lines.

	* library/tcltest/tcltest.tcl (ProcessFlags):	Corrected broken call
	* library/tcltest/pkgIndex.tcl:			to [lrange]. Bumped to
	version 2.2.4. [Bug 772333]

2003-07-15  Mo DeJong  <mdejong@users.sourceforge.net>

	* unix/dltest/pkga.c (Pkga_EqObjCmd): Fix typo that was causing a
	crash in load.test.

2003-07-15  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* doc/array.n: Make sure docs are synched with the 8.4 release.

2003-07-15  Don Porter  <dgp@users.sourceforge.net>

	* doc/http.n:  Updated SYNOPSIS to match actual syntax of commands.
	[Bug 756112]

	* unix/dltest/pkga.c:	Updated to not use Tcl_UtfNcmp and counted
	strings instead of strcmp (not defined in any #include'd header) and
	presumed NULL-terminated strings.

	* generic/tclCompCmds.c (TclCompileIfCmd):  Prior fix of Bug 711371 on
	2003-04-07 introduced a buffer overflow. Corrected. [Bug 771613]

2003-07-15  Kevin B. Kenny  <kennykb@acm.org>

	* win/rules.vc: Added a missing $(OPTDEFINES) which broke the build if
	STATS=memdbg was specified.

2003-07-15  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclCmdIL.c (SortCompare): Cleared up confusing error
	message. [Bug 771539]

2003-07-11  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* tests/binary.test (binary-46.*): Tests to help enforce the current
	behaviour.
	* doc/binary.n: Documented that [binary format a] and [binary scan a]
	do encoding conversion by dropping high bytes, unlike the rest of the
	core. [Bug 735364]

2003-07-11  Don Porter  <dgp@users.sourceforge.net>

	* library/package.tcl:  Corrected [pkg_mkIndex] bug reported on
	comp.lang.tcl. The indexer was searching for newly indexed packages
	instead of newly provided packages.

2003-07-08  Vince Darley  <vincentdarley@users.sourceforge.net>

	* tests/winFCmd.test: fix for five tests under win98 [Bug 767679]

2003-07-07  Jeff Hobbs  <jeffh@ActiveState.com>

	* doc/array.n: add examples from Welton

2003-06-23  Vince Darley  <vincentdarley@users.sourceforge.net>

	* doc/file.n: clarification of 'file tail' behaviour [Bug 737977]

2003-07-04  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* doc/expr.n: Tighten up the wording of some operations. [Bug 758488]

	* tests/cmdAH.test: Made tests of [file mtime] work better on FAT
	filesystems. [Patch 760768]  Also a little general cleanup.

	* generic/tclCmdMZ.c (Tcl_StringObjCmd): Made [string map] accept
	dictionaries for maps.  This is much trickier than it looks, since map
	entry ordering is significant. [Bug 759936]

	* generic/tclVar.c (Tcl_ArrayObjCmd, TclArraySet): Made [array get]
	and [array set] work with dictionaries, producing them and consuming
	them. Note that for compatability reasons, you will never get a dict
	from feeding a string literal to [array set] since that alters the
	trace behaviour of "multi-key" sets. [Bug 759935]

2003-06-23  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclTrace.c: fix to Window debug build compilation error.

2003-06-27  Don Porter  <dgp@users.sourceforge.net>

	* tests/init.test: Added [cleanupTests] to report results of tests
	* tests/pkg.test:  that run in slave interps.  [Bugs 761334,761344]

	* tests/http.test: Used more reliable path to find httpd script.

2003-06-25  Don Porter  <dgp@users.sourceforge.net>

	* tests/init.test:  Added tests init-4.6.* to illustrate [Bug 760872]

2003-06-25  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclTrace.c: New file, factoring out of virtually all the
	various trace-related things from tclBasic.c and tclCmdMZ.c with the
	goal of making this a separate maintenance area.

2003-06-25  Mo DeJong  <mdejong@users.sourceforge.net>

	* unix/configure: Regen.
	* unix/tcl.m4 (SC_CONFIG_CFLAGS): Add -ieee when compiling with cc and
	add -mieee when compiling with gcc under OSF1-V5 "Tru64" systems. [Bug
	748957]

2003-06-24  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* doc/encoding.n: Corrected the docs to say that [source] uses the
	system encoding, which it always did anyway (since 8.1) [Bug 742100]

2003-06-24  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclHash.c (Tcl_HashStats): Prevented occurrence of
	division-by-zero problems.  [Bug 759749]

2003-06-24  Mo DeJong  <mdejong@users.sourceforge.net>

	* unix/tclUnixPort.h: #undef inet_ntoa before #define to avoid
	compiler warning under freebsd. [Bug 745844]

2003-06-23  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* doc/dde.n:                 Committed TIP #135 which changes the
	* win/tclWinDde.c:           -exact option to -force. Also cleaned a
	* tests/winDde.test:         bug in the tests.
	* library/dde/pkgIndex.tcl:  Incremented version to 1.2.5

	* doc/dde.n:                 Committed TIP #120 which provides the
	* win/tclWinDde.c:           dde package for safe interpreters.
	* tests/winDde.test:         Incremented package version to 1.2.4
	* library/dde/pkgIndex.tcl:

2003-06-23  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclFCmd.c: fix to bad error message when trying to do 'file
	copy foo ""'. [Bug 756951]
	* tests/fCmd.test: added two new tests for the bug.

	* win/tclWinFile.c:
	* win/tclWin32Dll.c: recommitted some filesystem globbing speed-ups,
	but disabled some on the older Win 95/98/ME where they don't seem to
	work.

	* doc/FileSystem.3: documentation fix [Bug 720634]

2003-06-18  Miguel Sofer <msofer@users.sf.net>

	* generic/tclNamesp.c (Tcl_Export): removed erroneous comments. [Bug
	756744]

2003-06-17  Vince Darley  <vincentdarley@users.sourceforge.net>

	* win/makefile.vc:  fixes to check-in below so compilation now works
	again on Windows.

	* generic/tclCmdMZ.c:
	* tests/regexp.test: fixing of bugs related to regexp and regsub
	matching of empty strings. Addition of a number of new tests. [Bug
	755335]

2003-06-16  Andreas Kupries  <andreask@activestate.com>

	* win/Makefile.in:  Haven't heard back from David for a week. Now
	* win/configure:    committing the remaining changes.
	* win/configure.in: Note: In active contact with Helmut Giese about
	* win/makefile.vc:  the borland relatedchanges. This part will see
	* win/rules.vc:     future updates.
	* win/tcl.m4:
	* win/makefile.bc:

2003-06-10  Andreas Kupries  <andreask@activestate.com>

	* generic/tclConfig.c (ASSOC_KEY): Changed the key to
	"tclPackageAboutDict" (tcl prefix) to make collisions with the keys of
	other packages more unlikely.

2003-06-10  Miguel Sofer <msofer@users.sf.net>

	* generic/tclBasic.c:
	* generic/tclExecute.c: let TclExecuteObjvInternal call
	TclInterpReady instead of relying on its callers to do so; fix for the
	part of [Bug 495830] that is new in 8.4.
	* tests/interp.test: Added tests 18.9 (knownbug) and 18.10

2003-06-09  Andreas Kupries  <andreask@activestate.com>

	* generic/tcl.decls:  Ported the changes from the
	* generic/tcl.h:      'tip-59-implementation' branch into the CVS
	* generic/tclBasic.c: head. Regenerated stub table. Regenerated the
	* generic/tclInt.h:   configure's scripts, with help from Joe English.
	* generic/tclDecls.h:
	* generic/tclStubInit.c:
	* generic/tclConfig.c:
	* generic/tclPkgConfig.c:
	* unix/Makefile.in:
	* unix/configure.in:  The changes in the windows section are not yet
	* unix/tcl.m4:        committed, they await feedback from David
	* unix/mkLinks:       Gravereaux.
	* doc/RegConfig.3:
	* mac/tclMacPkgConfig.c:
	* tests/config.test:

2003-06-09  Don Porter  <dgp@users.sourceforge.net>

	* string.test (string-4.15): Added test for [string first] bug
	reported in Tcl 8.3, where test for all-single-byte-encoded strings
	was not reliable.

2003-06-04  Joe Mistachkin  <joe@mistachkin.com>

	* tools/man2help.tcl: Added duplicate help section checking and
	* tools/index.tcl:    corrected a comment typo for the getTopics proc
	in index.tcl. [Bug 748700]

2003-06-02  Vince Darley  <vincentdarley@users.sourceforge.net>

	* win/tclWinFCmd.c:
	* tests/fCmd.test: fix to [Bug #747575] in which a bad error message
	is given when trying to rename a busy directory to one with the same
	prefix, but not the same name. Added three new tests.

2003-05-23  D. Richard Hipp <drh@hwaci.com>

	* win/tclWinTime.c: Add tests to detect and avoid a division by zero
	in the windows precision timer calibration logic.

2003-05-23  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclObj.c (tclCmdNameType):  Converted internal rep
	management of the cmdName Tcl_ObjType the opposite way, to always use
	the twoPtrValue instead of always using the otherValuePtr. Previous
	fix on 2003-05-12 broke several extensions that wanted to poke around
	with the twoPtrValue.ptr2 value of a cmdName Tcl_Obj, like TclBlend
	and e4graph. [Bug 726018]
	Thanks to George Petasis for the bug report and Jacob Levy for testing
	assistance.

2003-05-23  Mo DeJong  <mdejong@users.sourceforge.net>

	* unix/mkLinks: Set the var S to "" at the top of the file to avoid
	error when user has set S to something. [Tk Bug 739833]

2003-05-22  Daniel Steffen  <das@users.sourceforge.net>

	* macosx/Tcl.pbproj/project.pbxproj: added missing references to new
	source files tclPathObj.c and tclMacOSXFCmd.c.

	* macosx/tclMacOSXBundle.c: fixed a problem that caused only the first
	call to Tcl_MacOSXOpenVersionedBundleResources() for a given bundle
	identifier to succeed. This caused the tcl runtime library not to be
	found in all interps created after the inital one.

2003-05-19  Kevin B. Kenny  <kennykb@hippolyta>

	* unix/tclUnixTime.c: Corrected a bug in conversion of non-ASCII
	chars in the format string.

2003-05-19  Daniel Steffen  <das@users.sourceforge.net>

	* macosx/Tcl.pbproj/project.pbxproj: changed tclConfig.sh location in
	versioned framework subdirectories to be identical to location in
	framework toplevel; fixed stub library symbolic links to be tcl
	version specific.

	* unix/tclUnixTime.c: fixed typo.

2003-05-18  Kevin Kenny  <kennykb@acm.org>

	* compat/strftime.c:  Modified TclpStrftime to return its result in
	* generic/tclClock.c: UTF-8 encoding, and removed the conversion from
	* mac/tclMacTime.c:   system encoding to UTF-8 from [clock format].
	* unix/tclUnixTime.c: Needed to avoid double conversion of the
	* win/tclWinTime.c:   timezone name on Windows systems. [Bug 624408]

2003-05-16  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* library/dde/pkgIndex.tcl:  Applied TIP #130 which provides for
	* tests/winDde.test:         unique dde server names. Added some more
	* win/tclWinDde.c:           tests. Fixes [Bug 219293]

	* doc/dde.n: Updated documentation re TIP #130.
	* tests/winDde.test: Applied patch for [Bug 738929] by KKB and changed
	to new-style tests.

2003-05-16  Kevin B. Kenny  <kennykb@acm.org>

	* unix/Makefile.in:	Removed one excess source file tclDToA.c

2003-05-16  Daniel Steffen  <das@users.sourceforge.net>

	* macosx/Tcl.pbproj/project.pbxproj: updated copyright year.

2003-05-15  Kevin B. Kenny  <kennykb@acm.org>

	* generic/tclGetDate.y: added further hackery to the yacc
	* generic/tclDate.c:    post-processing to arrange for the code to set
	* unix/Makefile.in:     up exit handlers to free the stacks. [Bug
				736425]

2003-05-15  Jeff Hobbs  <jeffh@ActiveState.com>

	* win/tclWinFile.c (TclpMatchInDirectory): revert glob code to r1.44
	as 2003-04-11 optimizations broke Windows98 glob'ing.

	* doc/socket.n: nroff font handling correction

	* library/encoding/gb2312-raw.enc (new): This is the original
	gb2312.enc renamed to allow for it to still be used. This is needed by
	Tk (unix) because X fonts with gb2312* charsets really do want the
	original gb2312 encoding. [Bug 557030]

2003-05-14  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclCmdAH.c (Tcl_FormatObjCmd): Stop unwarranted demotion of
	wide values to longs by formatting of int values. [Bug 699060]

2003-05-14  Jeff Hobbs  <jeffh@ActiveState.com>

	* library/encoding/gb2312.enc: copy euc-cn.enc over original
	gb2312.enc. gb2312.enc appeared to not work as expected, and most uses
	of gb2312 really mean euc-cn (which may be the cause of the problem).
	[Bug 557030]

2003-05-14  Daniel Steffen  <das@users.sourceforge.net>

	Implementation of TIP 118:

	* generic/tclFCmd.c (TclFileAttrsCmd): return the list of attributes
	that can be retrieved without error for a given file, instead of
	aborting the whole command when any error occurs.

	* unix/tclUnixFCmd.c: added support for new file attributes and for
	copying Mac OS X file attributes & resource fork during [file copy].

	* generic/tclInt.decls: added declarations of new external commands
	needed by new file attributes support in tclUnixFCmd.c.

	* macosx/tclMacOSXFCmd.c (new): Mac OS X specific implementation of
	new file attributes and of attribute & resource fork copying.

	* mac/tclMacFCmd.c: added implementation of -rsrclength attribute &
	fixes to other attributes for consistency with OSX implementation.

	* mac/tclMacResource.c: fixes to OSType handling.

	* doc/file.n: documentation of [file attributes] changes.

	* unix/configure.in: check for APIs needed by new file attributes.

	* unix/Makefile.in:
	* unix/tcl.m4: added new platform specifc tclMacOSXFCmd.c source.

	* unix/configure:
	* generic/tclStubInit.c:
	* generic/tclIntPlatDecls.h: regen.

	* tools/genStubs.tcl: fixes to completely broken code trying to
	prevent overlap of "aqua", "macosx", "x11" and "unix" stub entries.

	* tests/unixFCmd.test: added tests of -readonly attribute.

	* tests/macOSXFCmd.test (new): tests of macosx file attributes and of
	preservation of attributes & resource fork during [file copy].

	* tests/macFCmd.test: restore -readonly attribute of test dir, as
	otherwise its removal can fail on unices supporting -readonly.

2003-05-13  David Gravereaux <davygrvy@pobox.com>

	* generic/tclEnv.c: Another putenv() copy behavior problem repaired
	when compiling on windows and using microsoft's runtime. [Bug 736421]

2003-05-13  Jeff Hobbs  <jeffh@ActiveState.com>

	* generic/tclIOUtil.c: ensure cd is thread-safe.
	[Bug 710642] (vasiljevic)

2003-05-13  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclEvent.c (Tcl_Finalize): Removed unused variable to reduce
	compiler warnings. [Bug 664745]

2003-05-13  Joe Mistachkin  <joe@mistachkin.com>

	* generic/tcl.decls:  Changed Tcl_JoinThread parameter name from
	* generic/tclDecls.h: "id" to "threadId". [Bug 732477]
	* unix/tclUnixThrd.c:
	* win/tclWinThrd.c:
	* mac/tclMacThrd.c:

2003-05-13  Daniel Steffen  <das@users.sourceforge.net>

	* generic/tcl.decls:
	* macosx/tclMacOSXBundle.c: added extended version of the
	Tcl_MacOSXOpenBundleResources() API taking an extra version number
	argument: Tcl_MacOSXOpenVersionedBundleResources(). This is needed to
	be able to access bundle resources in versioned frameworks such as Tcl
	and Tk, otherwise if multiple versions were installed, only the latest
	version's resources could be accessed. [Bug 736774]

	* unix/tclUnixInit.c (Tcl_MacOSXGetLibraryPath): use new versioned
	bundle resource API to get tcl runtime library for TCL_VERSION. [Bug
	736774]

	* generic/tclPlatDecls.h:
	* generic/tclStubInit.c: regen.

	* unix/tclUnixPort.h: worked around the issue of realpath() not
	being thread-safe on Mac OS X by defining NO_REALPATH for threaded
	builds on Mac OS X. [Bug 711232]

2003-05-12  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* tests/cmdAH.test: General clean-up of tests so that all
	tcltest-specific commands are protected by constraints and all
	platforms see the same number of tests. [Bug 736431]

2003-05-12  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclInterp.c: (AliasObjCmd):   Added refCounting of the words
	* tests/interp.test (interp-33.1):      of the target of an interp
	alias during its execution. Also added test. [Bug 730244]

	* generic/tclBasic.c (TclInvokeObjectCommand):  objv[argc] is no
	longer set to NULL (Tcl_CreateObjCommand docs already say that it
	should not be accessed).

	* tests/cmdMZ.test:  Forgot to import [temporaryDirectory].

	* generic/tclObj.c (tclCmdNameType):  Corrected variable use of the
	otherValuePtr or the twoPtrValue.ptr1 fields to store a
	(ResolvedCmdName *) as the internal rep. [Bug 726018]

	* doc/Eval.3:  Corrected prototype for Tcl_GlobalEvalObj [Bug 727622].

2003-05-12  Miguel Sofer <msofer@users.sf.net>

	* generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix,
	disabling usage of tclNsVarNameType.
	* tests/var.test (var-15.1): test for [Bug 735335]

2003-05-10  Jeff Hobbs  <jeffh@ActiveState.com>

	* win/tclWinSerial.c (SerialCloseProc): correct mem leak on closing a
	Windows serial port [Bug 718002] (schroedter)

	* generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeat crash
	when overflow sizes were given (throws error). [Bug 714106]

2003-05-09  Joe Mistachkin <joe@mistachkin.com>

	* generic/tclThreadAlloc.c (TclFreeAllocCache): Fixed memory leak
	caused by treating cachePtr as a TLS index. [Bug 731754]

	* win/tclAppInit.c (Tcl_AppInit): Fixed memory leaks caused by not
	freeing the memory allocated by setargv and the async handler created
	by Tcl_AppInit. An exit handler has been created that takes care of
	both leaks. In addition, Tcl_AppInit now uses ckalloc instead of
	Tcl_Alloc to allow for easier leak tracking and to be more consistent
	with the rest of the Tcl core. [Bugs 733156, 733221]

	* tools/encoding/txt2enc.c (main): Fixed memory leak caused by failing
	to free the memory used by the toUnicode array of strings [Bug 733221]

2003-05-09  Miguel Sofer <msofer@users.sf.net>

	* generic/tclCompile.c (TclCompileScript):
	* tests/compile.test (compile-3.5): corrected wrong test and
	behaviour in the earlier fix for [Bug 705406]; Don Porter reported
	this as [Bug 735055], and provided the solution.

2003-05-09  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclCmdMZ.c (Tcl_ReturnObjCmd): The array of strings passed
	to Tcl_GetIndexFromObj must be NULL terminated. [Bug 735186]
	Thanks to Joe Mistachkin for spotting this.

2003-05-07  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* doc/trace.n: Fixed very strange language in the documentation for
	'trace add execution'. [Bug 729821]

	* generic/tclCmdMZ.c (Tcl_TraceObjCmd): Made error message for 'trace
	info' more consistent with documentation. [Bug 706961]

	* generic/tclDictObj.c (DictInfoCmd): Fixed memory leak caused by
	confusion about string ownership.  [Bug 731706]

2003-05-05  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclBasic.c:		Implementation of TIP 90, which
	* generic/tclCmdAH.c:		extends the [catch] and [return]
	* generic/tclCompCmds.c:	commands to enable creation of a
	* generic/tclExecute.c:		proc that is a replacement for
	* generic/tclInt.h:		[return]. [Patch 531640]
	* generic/tclProc.c:
	* generic/tclResult.c:
	* tests/cmdAH.test:
	* tests/cmdMZ.test:
	* tests/error.test:
	* tests/proc-old.test:

	* library/tcltest/tcltest.tcl: The -returnCodes option to [test]
	failed to recognize the symbolic name "ok" for return code 0.

2003-05-05  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclBasic.c (Tcl_HideCommand): Fixed error message for
	grammar and spelling.

2003-04-28  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclDictObj.c (DictIncrCmd): Updated to reflect the behaviour
	with wide increments of the normal [incr] command.
	* generic/tclInt.decls: Added TclIncrWideVar2 to internal stub table
	and cleaned up.
	* tests/incr.test (incr-3.*):
	* generic/tclVar.c (TclIncrWideVar2, TclPtrIncrWideVar):
	* generic/tclExecute.c (TclExecuteByteCode):
	* generic/tclCmdIL.c (Tcl_IncrObjCmd): Make [incr] work when trying to
	increment by wide values. [Bug 728838]

	* generic/tclCompCmds.c (TclCompileSwitchCmd): Default mode of
	operation of [switch] is exact matching. [Bug 727563]

2003-04-25  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclBasic.c:  Tcl_EvalObjv() failed to honor the
	TCL_EVAL_GLOBAL flag when resolving command names. Tcl_EvalEx passed a
	string rep including leading whitespace and comments to
	TclEvalObjvInternal().

2003-04-25  Andreas Kupries  <andreask@activestate.com>

	* win/tclWinThrd.c: Applied SF patch #727271. This patch changes the
	code to catch any errors returned by the windows functions handling
	TLS ASAP instead of waiting to get some mysterious crash later on due
	to bogus pointers. Patch provided by Joe Mistachkin.

	This is a stop-gap measure to deal with the low number of ?TLS slots
	provided by some of the variants of Windows (60-80).

2003-04-24  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclFileName.c: fix to bug reported privately by Jeff where,
	for example, 'glob -path {[tcl]} *' gets confused by the leading
	special character (which is escaped internally), and instead lists
	files in '/'. Bug only occurs on Windows where '\' is also a directory
	separator.
	* tests/fileName.test: added test for the above bug.

2003-04-22  Andreas Kupries  <andreask@activestate.com>

	* The changes below fix SF bugs [593810], and [718045].

	* generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel): Invoke
	TclpCutSockChannel and TclpSpliceSockChannel.

	* generic/tclInt.h: Declare TclpCutSockChannel and
	TclpSpliceSockChannel.

	* unix/tclUnixSock.c (TclpCutSockChannel, TclpSpliceSockChannel):
	Dummy functions, on unix the sockets are _not_ handled specially.

	* mac/tclMacSock.c (TclpCutSockChannel, TclpSpliceSockChannel):
	* win/tclWinSock.c (TclpCutSockChannel, TclpSpliceSockChannel): New
	functions to handle socket specific cut/splice operations: auto-init
	of socket system for thread on splice, management of the module
	internal per-thread list of sockets, management of association of
	sockets with HWNDs for event notification.

	* win/tclWinSock.c (NewSocketInfo): Extended initialization
	assignments to cover all items of the structure. During debugging of
	the new code mentioned above I found that two fileds could contain
	bogus data.

	* win/tclWinFile.c: Added #undef HAVE_NO_FINDEX_ENUMS before
	definition because when compiling in debug mode the compiler complains
	about a redefinition, and this warning is also treated as an error.

2003-04-21  Don Porter  <dgp@users.sourceforge.net>

	* library/tcltest/tcltest.tcl:  When the return code of a test does
	not meet expectations, report that as the reason for test failure, and
	do not attempt to check the test result for correctness. [Bug 725253]

2003-04-18  Jeff Hobbs  <jeffh@ActiveState.com>

	* win/tclWinInt.h (VER_PLATFORM_WIN32_CE): conditionally define.
	* win/tclWinInit.c: recognize Windows CE as a Win platform. This just
	recognizes CE - full support will come later.

	* win/configure: regen
	* win/configure.in (SHELL): force it to /bin/sh as autoconf 2.5x
	uses /bin/bash, which can fail to find exes in the path (ie: lib).

	* generic/tclExecute.c (ExprCallMathFunc): remove incorrect
	extraneous cast from Tcl_WideAsDouble.

2003-04-18  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* doc/open.n:		Moved serial port options from [fconfigure] to
	* doc/fconfigure.n:	[open] as it is up to the creator of a channel
				to describe the channel's special config
				options. [Bug 679010]

2003-04-16  Don Porter  <dgp@users.sourceforge.net>

	* generic/tcl.h:	Made changes so that the "wideInt" Tcl_ObjType
	* generic/tclObj.c:	is defined on all platforms, even those where
	* generic/tclPort.h:	TCL_WIDE_INT_IS_LONG is defined. Also made the
	Tcl_Value struct have a wideValue field on all platforms. This is a
	***POTENTIAL INCOMPATIBILITY*** for TCL_WIDE_INT_IS_LONG platforms
	because that struct changes size. This is the same TIP 72
	incompatibility that was seen on other platforms at the 8.4.0 release,
	when this change should have happened as well. [Bug 713562]

	* generic/tclInt.h:  New internal macros TclGetWide() and
	TclGetLongFromWide() to deal with both forms of the "wideInt"
	Tcl_ObjType, so that conditional TCL_WIDE_INT_IS_LONG code is confined
	to the header file.

	* generic/tclCmdAH.c:	Replaced most coding that was conditional
	* generic/tclCmdIL.c:	on TCL_WIDE_INT_IS_LONG with code that
	* generic/tclExecute.c: works across platforms, sometimes using
	* generic/tclTest.c:	the new macros above to do it.
	* generic/tclUtil.c:
	* generic/tclVar.c:

2003-04-17  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* doc/socket.n: Added a paragraph to remind people to specify their
	encodings when using sockets. [Bug 630621]

2003-04-16  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* doc/CrtMathFnc.3: Functions also have to deal with wide ints, but
	this was not documented. [Bug 709720]

2003-04-16  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclPathObj.c: removed undesired 'static' for function which
	is now shared (previously it was duplicated).

2003-04-15  Joe English  <jenglish@users.sourceforge.net>

	* doc/namespace.n: added example section "SCOPED SCRIPTS", supplied by
	Kevin Kenny. [Bug 219183]

2003-04-15  Kevin Kenny  <kennykb@acm.org>

	* makefile.vc: Updated makefile.vc to conform with Mo DeJong's changes
	to Makefile.in and tclWinPipe.c on 2003-04-14. Now passes TCL_PIPE_DLL
	in place of TCL_DBGX.
	* win/tclWinTime.c: Corrected use of types to make compilation
	compatible with VC++5.

2003-04-15  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclIOUtil.c: finished check-in from yesterday, removing
	duplicate function definition.

2003-04-14  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclClock.c:	Corrected compiler warnings.
	* generic/tclTest.c:

2003-04-14  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/Makefile.in: Don't define TCL_DBGX symbol for every compile.
	Instead, define TCL_PIPE_DLL only when compiling tclWinPipe.c. This
	will break other build systems, so they will need to remove the
	TCL_DBGX define and replace it with a define for TCL_PIPE_DLL.
	* win/tclWinPipe.c (TclpCreateProcess): Remove PREFIX_IDENT and
	DEBUG_IDENT from top of file. Use TCL_PIPE_DLL passed in from build
	env instead of trying to construct the dll name from already defined
	symbols. This approach is more flexible and better in the long run.

2003-04-14  Kevin Kenny  <kennykb@acm.org>

	* win/tclWinFile.c: added conditionals to restore compilation on
	VC++6, which was broken by recent changes.

2003-04-14  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclIOUtil.c:
	* generic/tclPathObj.c:
	* generic/tclFileSystem.h: overlooked one function which was
	duplicated, so this is now shared between modules.
	* win/tclWinFile.c: allow this file to compile with VC++ 5.2 again
	since Mingw build fixes broke that.

2003-04-13  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/configure: Regen.
	* win/configure.in: Add check for FINDEX_INFO_LEVELS from winbase.h,
	known to be a problem in VC++ 5.2. Define HAVE_NO_FINDEX_ENUMS if the
	define does not exist.
	* win/tclWinFile.c: Put declarations for FINDEX_INFO_LEVELS and
	FINDEX_SEARCH_OPS inside a check for HAVE_NO_FINDEX_ENUMS so that
	these are not declared twice. This fixes the Mingw build.
	* win/tclWinTime.c: Rework the init of timeInfo so that the number or
	initializers matches the declaration. This was broken under Mingw. Add
	cast to avoid compile warning when calling the AccumulateSample
	function.

2003-04-12  Jeff Hobbs  <jeffh@ActiveState.com>

	* win/Makefile.in (GENERIC_OBJS): add missing tclPathObj.c

2003-04-12  Kevin Kenny  <kennykb@acm.org>

	* doc/clock.n:
	* generic/tclClock.c (Tcl_ClockObjCmd):
	* tests/clock.test: Implementation of TIP #124. Also renumbered test
	cases to avoid duplicates. [Bug 710310]
	* tests/winTime.test:
	* win/tclWinTest.c (TestwinclockCmd, TestwinsleepCmd):
	* win/tclWinTime.c (Tcl_WinTime, UpdateTimeEachSecond,
	(ResetCounterSamples, AccumulateSample, SAMPLES, TimeInfo): Made
	substantial changes to the phase-locked loop (replaced an IIR filter
	with an FIR one) in a quest for improved loop stability (Bug not
	logged at SF, but cited in private communication from Jeff Hobbs).

2003-04-11  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT):  Corrected
	inconsistent results of [string is integer] observed on systems where
	sizeof(long) != sizeof(int). [Bug 718878]
	* tests/string.test: Added tests for Bug 718878.
	* doc/string.n: Clarified that [string is integer] accepts 32-bit
	integers.

2003-04-11  Andreas Kupries  <andreask@activestate.com>

	* generic/tclIO.c (UpdateInterest): When dropping interest in
	TCL_READABLE now dropping interest in TCL_EXCEPTION too. This fixes a
	bug where Expect detects eof on a file prematurely on solaris 2.6 and
	higher. A much more complete explanation is in the code itself (40
	lines of comments for a one-line change :)

2003-04-11  Vince Darley  <vincentdarley@users.sourceforge.net>

	* tests/cmdAH.test: fix test suite problem if /home is a symlink. [Bug
	703264]
	* generic/tclIOUtil.c: fix bad error message with 'cd ""'. [Bug
	704917]
	* win/tclWinFile.c, win/tclWin32Dll.c:
	* win/tclWinInt.h: allow Tcl to differentiate between reparse points
	which are symlinks and mounted volumes, and correctly handle the
	latter. This involves some elaborate code to find the actual drive
	letter (if possible) corresponding to a mounted volume. [Bug 697862]
	* tests/fileSystem.test: add constraints to stop tests running in
	ordinary tcl interpreter. [Bug 705675]

	* generic/tclIOUtil.c:
	* generic/tclPathObj.c: (new file)
	* generic/tclFileSystem.h: (new file)
	* win/makefile.vc:
	Split path object handling out of the virtual filesystem layer, into
	tclPathObj.c. This refactoring cleans up the internal filesystem code,
	and will make any future optimisations and forthcoming better
	thread-safety much easier.

	* generic/tclTest.c:
	* tests/reg.test: added some 'knownBug' tests for problems in Tcl's
	regexp code with the TCL_REG_CAN_MATCH flag (see Bug 703709). Code too
	impenetrable to fix right now, but a fix is needed for tip113 to work
	correctly.

	* tests/fCmd.test
	* win/tclWinFile.c: added some filesystem optimisation to the 'glob'
	implementation, and some new tests.

	* generic/tclCmdMZ.c: fix typo in comment

	* tests/winFile.test:
	* tests/ioUtil.test:
	* tests/unixFCmd.test: renumbered tests with duplicate numbers. [Bug
	710361]

2003-04-10  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* doc/binary.n: Fixed typo in [binary format w] desc. [Bug 718543]

2003-04-08  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclCmdAH.c (Tcl_ErrorObjCmd): Strings are only empty if
	they have zero length, not if their first byte is zero, so fix test
	guarding Tcl_AddObjErrorInfo to take this into account. [Bug
	reported by Don Porter; no bug-id.]

2003-04-07  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclCompCmds.c (TclCompileIfCmd):  Corrected string limits of
	arguments interpolated in error messages. [Bug 711371]

	* generic/tclCmdMZ.c (TraceExecutionProc):  Added missing
	Tcl_DiscardResult() call to avoid memory leak.

2003-04-07  Donal K. Fellows  <zzcgudf@ernie.mvc.mcc.ac.uk>

	* generic/tclDictObj.c (Tcl_DictObjCmd): Stopped compilers from
	moaning about switch fall-through.  [Bug 716327]
	(DictFilterCmd): Yet more warning killing, this time reported by
	Miguel Sofer by private chat.

2003-04-07  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* tests/dict.test (dict-2.6):
	* generic/tclDictObj.c (Tcl_NewDictObj, Tcl_DbNewDictObj): Oops!
	Failed to fully initialise the Dict structure.
	(DictIncrCmd): Moved valueAlreadyInDictionary label to stop compiler
	complaints. [Bug 715751]

	* generic/tclDictObj.c (DictIncrCmd): Followed style in the rest of
	the core by commenting out wide-specific operations on platforms where
	wides are longs, and used longs more thoroughly than ints through
	[dict incr] anyway to forestall further bugs.
	* generic/tclObj.c: Made sure there's always a tclWideIntType
	implementation available, not that it is always useful. [Bug 713562]

2003-04-05  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclDictObj.c: Removed commented out notes on declarations to
	be moved to elsewhere in the Tcl core.

	* generic/tclInt.h:	Final stages of plumbing in.
	* generic/tclBasic.c:
	* generic/tclObj.c (TclInitObjSubsystem):

	* unix/Makefile.in, win/Makefile.in, win/makefile.[bv]c: Build support.
	* generic/tcl.decls: Added dict public API to stubs table.
	* generic/tcl.h (Tcl_DictSearch): Added declaration of structure to
	allow user code to iterate over dictionaries.

	* doc/DictObj.3:	New files containing dictionary implementation
	* doc/dict.n:		documentation and tests as as mandated by TIP
	* generic/tclDictObj.c: #111.
	* tests/dict.test:

2003-04-03  Mo DeJong  <mdejong@users.sourceforge.net>

	* unix/configure:
	* unix/tcl.m4 (SC_CONFIG_CFLAGS): Don't set TCL_LIBS if it is already
	set to support use of TCL_LIBS var from tclConfig.sh in the Tk
	configure script.

2003-04-03  Mo DeJong  <mdejong@users.sourceforge.net>

	* unix/Makefile.in: Don't subst MATH_LIBS, LIBS, and DL_LIBS
	separately. Instead, just subst TCL_LIBS since it includes the
	others.
	* unix/configure: Regen.
	* unix/tcl.m4 (SC_CONFIG_CFLAGS, SC_TCL_LINK_LIBS): Set and subst
	TCL_LIBS in SC_CONFIG_CFLAGS instead of SC_TCL_LINK_LIBS. Don't subst
	MATH_LIBS since it is now covered by TCL_LIBS.
	* unix/tclConfig.sh.in: Use TCL_LIBS instead of DL_LIBS, LIBS, and
	MATH_LIBS.
	* unix/dltest/Makefile.in: Ditto.

2003-04-03  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclCompCmds.c (TclCompileReturnCmd):  Now that [return]
	compiles to INST_RETURN, it is safe to compile even outside a proc.

2003-04-02  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/configure: Regen.
	* win/configure.in: Set stub lib flag based on new LIBFLAGSUFFIX
	variable.
	* win/tcl.m4 (SC_CONFIG_CFLAGS): Set new LIBFLAGSUFFIX that works like
	LIBSUFFIX, it is used when creating library names. The previous
	implementation would generate -ltclstub85 instead of -ltclstub85s when
	configured with --disable-shared.

2003-04-02  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclParse.c (TclSubstTokens):  Moved declaration of
	utfCharBytes to beginning of procedure so that it does not go out of
	scope (get free()d) while append is still pointing to it. [Bugs
	703167, 713754]

2003-04-01  Mo DeJong  <mdejong@users.sourceforge.net>

	* unix/configure: Regen.
	* unix/tcl.m4 (SC_CONFIG_CFLAGS): Check for inet_ntoa in -lbind inside
	the BeOS block since doing it later broke the build under SuSE 7.3.
	[Bug 713128]

2003-04-01  Don Porter  <dgp@users.sourceforge.net>

	* tests/README:  Direct [source] of *.test files is no longer
	recommended. The tests/*.test files should only be evaluated under the
	control of the [runAllTests] command in tests/all.tcl.

	* generic/tclExecute.c (INST_RETURN):  Bytecompiled [return] failed to
	reset iPtr->returnCode, causing tests parse-18.17 and parse-18.21 to
	fail strangely.
	* tests/parse.test (parse-18.21):  Corrected now functioning test.
	Added further coverage tests.

2003-03-31  Don Porter  <dgp@users.sourceforge.net>

	* tests/parse.test (parse-18.*):  Coverage tests for the new
	implementation of Tcl_SubstObj(). Note that tests parse-18.17 and
	parse-18.21 demonstrate some bugs left to fix in the current code.

2003-03-27  Mo DeJong  <mdejong@users.sourceforge.net>

	* unix/configure: Regen.
	* unix/tcl.m4 (SC_CONFIG_CFLAGS): Use -Wl,--export-dynamic instead of
	-rdynamic for LDFLAGS. The -rdynamic is not documented so it seems
	better to pass the --export-dynamic flag to the linker. [Patch 573395]

2003-03-27  Miguel Sofer <msofer@users.sf.net>

	* tests/encoding.test:
	* tests/proc-old.test:
	* tests/set-old.test: Altered test numers to eliminate duplicates,
	[Bugs 710313, 710320, 710352]

2003-03-27  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* tests/parseOld.test:	Altered test numers to eliminate duplicates.
	* tests/parse.test:	[Bugs 710365, 710369]
	* tests/expr-old.test:
	* tests/expr.test:

	* tests/utf.test:	Altered test numers to eliminate duplicates.
	* tests/trace.test:	[Bugs 710322, 710327, 710349, 710363]
	* tests/lsearch.test:
	* tests/list.test:
	* tests/info.test:
	* tests/incr-old.test:
	* tests/if-old.test:
	* tests/format.test:
	* tests/foreach.test:

2003-03-26  Mo DeJong  <mdejong@users.sourceforge.net>

	* unix/configure: Regen.
	* unix/tcl.m4 (SC_CONFIG_CFLAGS, SC_TCL_LINK_LIBS): Add BeOS system to
	SC_CONFIG_CFLAGS. Check for inet_ntoa in -lbind, needed for BeOS.

2003-03-26  Don Porter  <dgp@users.sourceforge.net>

	* doc/tcltest.n:
	* library/tcltest/tcltest.tcl:  Added reporting during [configure
	-debug 1] operations to warn about multiple uses of the same test
	name. [FRQ 576693]

	* tests/msgcat.test (msgcat-2.2.1): changed test name to avoid
	duplication. [Bug 710356]

	* unix/dltest/pkg?.c:  Changed all Tcl_InitStubs calls to pass
	argument exact = 0, so that rebuilds are not required when Tcl
	bumps to a new version.  [Bug 701926]

2003-03-24  Miguel Sofer <msofer@users.sf.net>

	* generic/tclVar.c:
	* tests/var.test: fixing ObjMakeUpvar's lookup algorithm for the
	created local variable. [Bug 631741] (Chris Darroch) and [Bug 696893]
	(David Hilker)

2003-03-24  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* library/dde/pkgIndex.tcl: bumped version to 1.2.2 in tclWinDde.c,
	now adding here too.

2003-03-22  Kevin Kenny  <kennykb@acm.org>

	* library/dde/pkgIndex.tcl:
	* library/reg/pkgIndex.tcl: Fixed a bug where [package require dde]
	or [package require registry] attempted to load the release version
	of the DLL into a debug build. [Bug 708218] Thanks to Joe Mistachkin
	for the patch.
	* win/makefile.vc: Added quoting around the script name in the 'test'
	target; Joe Mistachkin insists that he has a configuration that fails
	to launch tcltest without it, and it appears harmless otherwise.

2003-03-22  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* win/tclWinDde.c: Make dde services conform the the documentation
	such that giving only a topic name really returns all services with
	that topic. [Bug 219155]
	Prevent hangup caused by dde server applications failing to process
	messages. [Bug 707822]
	* tests/winDde.test: Corrected labels and added a test for search by
	topic name.

2003-03-20  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclInt.h (tclOriginalNotifier):
	* generic/tclStubInit.c (tclOriginalNotifier):
	* mac/tclMacNotify.c (Tcl_SetTimer,Tcl_WaitForEvent):
	* unix/tclUnixNotfy.c (Tcl_SetTimer,Tcl_WaitForEvent,
	(Tcl_CreateFileHandler,Tcl_DeleteFileHandler):
	* win/tclWinNotify.c (Tcl_SetTimer,Tcl_WaitForEvent):  Some linkers
	apparently use a different representation for a pointer to a function
	within the same compilation unit and a pointer to a function in a
	different compilation unit. This causes checks like those in the
	original notifier procedures to fall into infinite loops. The fix is
	to store pointers to the original notifier procedures in a struct
	defined in the same compilation unit as the stubs tables, and compare
	against those values. [Bug 707174]

	* generic/tclInt.h:  Removed definition of ParseValue struct that is
	no longer used.

2003-03-19  Miguel Sofer <msofer@users.sf.net>

	* generic/tclCompile.c:
	* tests/compile.test: bad command count on TCL_OUT_LINE_COMPILE.
	[Bug 705406] (Don Porter)

2003-03-19  Don Porter  <dgp@users.sourceforge.net>

	* library/auto.tcl:		Replaced [regexp] and [regsub] with
	* library/history.tcl:		[string map] where possible.  Thanks
	* library/ldAout.tcl:		to David Welton. [Bugs 667456,667558]
	* library/safe.tcl:		Bumped to http 2.4.3, opt 0.4.5, and
	* library/http/http.tcl:	tcltest 2.2.3.
	* library/http/pkgIndex.tcl:
	* library/opt/optparse.tcl:
	* library/opt/pkgIndex.tcl:
	* library/tcltest/tcltest.tcl:
	* library/tcltest/pkgIndex.tcl:
	* tools/genStubs.tcl:
	* tools/tcltk-man2html.tcl:
	* unix/mkLinks.tcl:

	* doc/Eval.3 (Tcl_EvalObjEx):			Corrected CONST and
	* doc/ParseCmd.3 (Tcl_EvalTokensStandard):	return type errors in
	documentation. [Bug 683994]

	* generic/tclCompCmds.c (TclCompileReturnCmd):  Alternative fix for
	* generic/tclCompile.c (INST_RETURN):	[Bug 633204] that uses a new
	* generic/tclCompile.h (INST_RETURN):	bytecode INST_RETURN to
	* generic/tclExecute.c (INST_RETURN):	properly bytecode the [return]
	command to something that returns TCL_RETURN.

2003-03-18  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/configure: Regen.
	* win/configure.in: Don't run the AC_CYGWIN macro since it uses
	AC_CANONICAL_HOST under autoconf 2.5X. Just check to see if __CYGWIN__
	is defined by the compiler and set the ac_cv_cygwin variable based on
	that. [Bug 705912]

2003-03-18  Kevin Kenny  <kennykb@users.sourceforge.net>

	* tests/registry.test: Changed the conditionals to avoid an abort if
	[testlocale] is missing, as when running the test in tclsh rather than
	tcltest. [Bug 705677]

2003-03-18  Daniel Steffen  <das@users.sourceforge.net>

	* tools/tcltk-man2html.tcl: added support for building 'make html'
	from inside distribution directories named with 8.x.x version numbers.
	tcltk-man2html now uses the latest tcl8.x.x resp. tk8.x.x directories
	found inside its --srcdir argument.

2003-03-17  Mo DeJong  <mdejong@users.sourceforge.net>

	* tests/format.test: Renumber tests, a bunch of tests all had the same
	id.

2003-03-17  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* doc/lsearch.n:	Altered documentation of -ascii options so
	* doc/lsort.n:		they don't specify that they operate on ASCII
				strings, which they never did anyway. [Bug
				703807]

2003-03-14  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifier that
	indicates we've got a wide int when we're formatting in an integer
	style.  Stops some libc's from going mad. [Bug 702622] Also tidied
	whitespace.

2003-03-13  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/tcl.m4 (SC_WITH_TCL): Port version number fix that was made in
	tk instead of tcl sources.

2003-03-13  Mo DeJong  <mdejong@users.sourceforge.net>

	Require autoconf 2.57 or newer, see TIP 34 for a detailed explanation
	of why this is good. This will no doubt break the build on some
	platforms, let the flaming begin.

	* tools/configure: Regen with autoconf 2.57.
	* tools/configure.in: Require autoconf 2.57.
	* unix/configure: Regen with autoconf 2.57.
	* unix/configure.in: Require autoconf 2.57.
	Apply AC_LIBOBJ changes from patch 529884.
	* unix/tcl.m4: Ditto.
	* win/configure: Regen with autoconf 2.57.
	* win/configure.in: Require autoconf 2.57.
	Don't subst LIBOBJS since this happens by default, this avoids an
	autoconf error.

2003-03-12  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclBasic.c (Tcl_EvalTokensStandard):
	* generic/tclCmdMZ.c (Tcl_SubstObj):
	* generic/tclCompCmds.c (TclCompileSwitchCmd):
	* generic/tclCompExpr.c (CompileSubExpr):
	* generic/tclCompile.c (TclSetByteCodeFromAny,TclCompileScript,
	(TclCompileTokens,TclCompileCmdWord):
	* generic/tclCompile.h (TclCompileScript):
	* generic/tclExecute.c (TclCompEvalObj):
	* generic/tclInt.h (Interp,TCL_BRACKET_TERM,TclSubstTokens):
	* generic/tclParse.c (ParseTokens,Tcl_SubstObj,TclSubstTokens):
	* tests/subst.test (2.4, 8.7, 8.8, 11.4, 11.5):
	Substantial refactoring of Tcl_SubstObj to make use of the same
	parsing and substitution procedures as normal script evaluation.
	Tcl_SubstObj() moved to tclParse.c. New routine TclSubstTokens()
	created in tclParse.c which implements all substantial functioning of
	Tcl_EvalTokensStandard(). TclCompileScript() loses its "nested"
	argument, the Tcl_Interp struct loses its termOffset field and the
	TCL_BRACKET_TERM flag in the evalFlags field, all of which were only
	used (indirectly) by Tcl_SubstObj(). Tests subst-8.7,8.8,11.4,11.5
	modified to accomodate the only behavior change: reporting of parse
	errors now takes precedence over [return] and [continue] exceptions.
	All other behavior should remain compatible. [RFE 536831,684982] [Bug
	685106]

	* generic/tcl.h:        Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENT
	* win/tclWinPipe.c:     from tcl.h -- they are not part of Tcl's
	public interface.  Put them in win/tclWinPipe.c where they are used.

	* generic/tclInterp.c (Tcl_InterpObjCmd):       Corrected and added
	* tests/interp.test (interp-2.13):              test for option
	parsing beyond objc for [interp create --]. Thanks to Marco Maggi.
	[Bug 702383]

2003-03-11  Kevin Kenny  <kennykb@users.sourceforge.net>

	* win/makefile.vc: Added two missing uses of $(DBGX) so that
	tclpip8x.dll loads without panicking on Win9x.

2003-03-09  Kevin Kenny  <kennykb@users.sourceforge.net>

	* generic/tclTest.c (TestChannelCmd): Removed an unused local variable
	that caused compilation problems on some platforms.

2003-03-08  Don Porter  <dgp@users.sourceforge.net>

	* doc/tcltest.n:  Added missing "-body" to example. Thanks to Helmut
	Giese. [Bug 700011]

2003-03-07  Mo DeJong  <mdejong@users.sourceforge.net>

	* tests/io.test:
	* tests/ioCmd.test: Define a fcopy constraint and add it to the
	constraint list of any test that depends on the fcopy command. This is
	only useful to Jacl which does not support fcopy.

2003-03-07  Mo DeJong  <mdejong@users.sourceforge.net>

	* tests/encoding.test: Name temp files *.tcltestout instead of *.out
	so that when they are removed later, we don't accidently toast any
	files named *.out that the user has created in the build directory.

2003-03-07  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclCmdAH.c (Tcl_FileObjCmd): Fix the setting of a file's
	mtime and atime on 64-bit platforms. [Bug 698146]

2003-03-06  Mo DeJong  <mdejong@users.sourceforge.net>

	* tests/io.test: Doh! Undo accidental commenting out of a couple of
	tests.

2003-03-06  Mo DeJong  <mdejong@users.sourceforge.net>

	* tests/io.test: Define a fileevent constraint and add it to the
	constraint list of any test that depends on the fileevent command.
	This is only useful to Jacl which does not support fileevent.

2003-03-06  Mo DeJong  <mdejong@users.sourceforge.net>

	* tests/io.test: Define an openpipe constraint and add it to the
	constraint list of any test that creates a pipe using the open
	command. This is only useful to Jacl which does not support pipes.

2003-03-06  Don Porter  <dgp@users.sourceforge.net>

	* generic/TclUtf.c (Tcl_UniCharNcasecmp):       Corrected failure to
	* tests/utf.test (utf-25.*):    properly compare Unicode strings of
	different case in a case insensitive manner.  [Bug 699042]

2003-03-06  Kevin Kenny  <kennykb@users.sourceforge.net>

	* generic/tclCompCmds.c (TclCompileSwitchCmd):
	Replaced a non-portable 'bzero' with a portable 'memset'. [Bug 698442]

2003-03-06  Mo DeJong  <mdejong@users.sourceforge.net>

	* generic/tclIO.c (Tcl_Seek, Tcl_OutputBuffered): If there is data
	buffered in the statePtr->curOutPtr member then set the BUFFER_READY
	flag in Tcl_Seek. This is needed so that the next call to FlushChannel
	will write any buffered bytes before doing the seek. The existing code
	would set the BUFFER_READY flag inside the Tcl_OutputBuffered
	function. This was a programming error made when Tcl_OutputBuffered
	was originally created in CVS revision 1.35. The setting of the
	BUFFER_READY flag should not have been included in the
	Tcl_OutputBuffered function.
	* generic/tclTest.c (TestChannelCmd): Use the Tcl_InputBuffered and
	Tcl_OutputBuffered util methods to query the amount of buffered input
	and output.

2003-03-06  Mo DeJong  <mdejong@users.sourceforge.net>

	* generic/tclIO.c (Tcl_Flush): Compare the nextAdded member of the
	ChannelBuffer to the nextRemoved member to determine if any output has
	been buffered. The previous check against the value 0 seems to have
	just been a coding error. See other methods like Tcl_OutputBuffered
	for examples where nextAdded is compared to nextRemoved to find the
	number of bytes buffered.

2003-03-06  Mo DeJong  <mdejong@users.sourceforge.net>

	* generic/tclIO.c (Tcl_GetsObj): Check that the eol pointer has not
	gone past the end of the string when in auto translation mode and the
	INPUT_SAW_CR flag is set. The previous code worked because the end of
	string value \0 was being compared to \n, this patch just skips that
	pointless check.

2003-03-06  Mo DeJong  <mdejong@users.sourceforge.net>

	* generic/tclIO.c (WriteBytes, WriteChars, Tcl_GetsObj, ReadBytes):
	Rework calls to TranslateOutputEOL to make it clear that a boolean
	value is being returned. Add some comments in an effort to make the
	code more clear. This patch makes no functional changes.

2003-03-06  Mo DeJong  <mdejong@users.sourceforge.net>

	* generic/tclIO.c (Tcl_SetChannelOption): Invoke the
	Tcl_SetChannelBufferSize method as a result of changing the
	-buffersize option to fconfigure. The previous implementation used
	some inlined code that reset the buffer size to the default size
	instead of ignoring the request as implemented in
	Tcl_SetChannelBufferSize.
	* tests/io.test: Update test case so that it actually checks the
	implementation of Tcl_SetChannelBufferSize.

2003-03-05  David Gravereaux  <davygrvy@pobox.com>

	* win/rules.vc: updated default tcl version to 8.5.

2003-03-05  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* generic/tclCompCmds.c (TclCompileSwitchCmd): First attempt at a
	bytecode-compiled switch command. It only handles the most common case
	of switching, but that should be enough for this to speed up a lot of
	people's code. It is expected that the speed gains come from two
	things: better handling of the switch itself, and integrated
	compilation of the arms instead of embedding separate bytecode
	sequences (i.e. better local variable handling.)
	* tests/switch.test (switch-10.*): Tests of both uncompiled and
	compiled switch behaviour. [Patch #644819]

	* generic/tclCompile.h (TclFixupForwardJumpToHere): Additional macro
	to make the most common kind of jump fixup a bit easier.

2003-03-04  Don Porter	<dgp@users.sourceforge.net>

	* README:				Bumped version number of
	* generic/tcl.h:			Tcl to 8.5a0.
	* library/init.tcl:
	* mac/README:
	* macosx/Tcl.pbproj/project.pbxproj:
	* tests/basic.test:
	* tools/configure.in:
	* tools/tcl.hpj.in:
	* tools/tcl.wse.in:
	* unix/configure.in:
	* unix/tcl.spec:
	* win/README:
	* win/README.binary:
	* win/configure.in:
	* win/makefile.bc:
	* win/makefile.vc:
	* win/tcl.m4:

	* tools/configure:	autoconf
	* unix/configure:
	* win/configure:

2003-03-03  Jeff Hobbs  <jeffh@ActiveState.com>

	*** 8.4.2 TAGGED FOR RELEASE ***

2003-03-03  Daniel Steffen  <das@users.sourceforge.net>

	Mac OS Classic specific fixes:
	* generic/tclIOUtil.c (TclNewFSPathObj): on TCL_PLATFORM_MAC, skip
	potential directory separator at the beginning of addStrRep.
	* mac/tclMacChan.c (OpenFileChannel, CommonWatch): followup fixes to
	cut and splice implementation for file channels.
	* mac/tclMacFile.c (TclpUtime): pass native path to utime().
	* mac/tclMacFile.c (TclpObjLink): correctly implemented creation of
	alias files via new static proc CreateAliasFile().
	* mac/tclMacPort.h: define S_ISLNK macro to fix stat'ing of links.
	* mac/tclMacUtil.c (FSpLocationFromPathAlias): fix to enable stat'ing
	of broken links.

2003-03-03  Kevin Kenny  <kennykb@users.sourceforge.net>

	* win/Makefile.vc: corrected bug introduced by 'g' for debug builds.

2003-03-03  Don Porter	<dgp@users.sourceforge.net>

	* library/dde/pkgIndex.tcl:	dde bumped to version 1.2.1 for
	* win/tclWinDde.c:		bundled release with Tcl 8.4.2

	* library/reg/pkgIndex.tcl:	registry bumped to version 1.1.1 for
	* win/tclWinReg.c:		bundled release with Tcl 8.4.2

	* library/opt/pkgIndex.tcl:	updated package index to version 0.4.4

2003-02-28  Jeff Hobbs  <jeffh@ActiveState.com>

	* win/configure:
	* win/configure.in: check for 'g' for debug build type, not 'd'.
	* win/rules.vc (DBGX): correct to use 'g' for nmake win makefile to
	match the cygwin makefile for debug builds. [Bug 635107]

2003-02-28  Vince Darley  <vincentdarley@users.sourceforge.net>

	* doc/file.n: subcommand is 'file volumes' not 'file volume'

2003-02-27  Jeff Hobbs  <jeffh@ActiveState.com>

	* generic/tclIOUtil.c (MakeFsPathFromRelative): removed dead code
	check of typePtr (darley).

	* tests/winTime.test: added note about PCI hardware dependency issues
	with high performance clock.

2003-02-27  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* tests/lsearch.test (lsearch-10.7):
	* generic/tclCmdIL.c (Tcl_LsearchObjCmd): Stopped -start option from
	causing an option when used with an empty list. [Bug 694232]

2003-02-26  Chengye Mao <chengye.geo@yahoo.com>

	* win/tclWinInit.c: fixed a bug in TclpSetVariables by initializing
	dwUserNameLen with the sizeof(szUserName) before calling GetUserName.
	Don't know if this bug has been recorded: it caused crash in starting
	Tcl or wish in Windows.

2003-02-26  Jeff Hobbs	<jeffh@ActiveState.com>

	* generic/tclCmdMZ.c (TraceCommandProc): Fix mem leak when deleting a
	command that had trace on it. [Bug 693564] (sofer)

2003-02-25  Don Porter	<dgp@users.sourceforge.net>

	* doc/pkgMkIndex.n:	Modified [pkg_mkIndex] to use -nocase matching
	* library/package.tcl:	of -load patterns, to better accomodate common
	user errors due to confusion between [package names] names and [info
	loaded] names.

2003-02-25  Andreas Kupries  <andreask@pliers.activestate.com>

	* tests/pid.test: See below [Bug 678412].
	* tests/io.test: Made more robust against spaces in paths [Bug 678400]

2003-02-25  Miguel Sofer <msofer@users.sf.net>

	* tests/execute.test: cleaning up testobj's at the end, to avoid
	  leak warning by valgrind.

2003-02-22  Zoran Vasiljevic  <zoran@archiwrae.com>

	* generic/tclEvent.c (Tcl_FinalizeThread): Fix [Bug 571002]

2003-02-21  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* tests/binary.test (binary-44.[34]):
	* generic/tclBinary.c (ScanNumber): Fixed problem with unwanted
	sign-bit propagation when scanning wide ints. [Bug 690774]

2003-02-21  Daniel Steffen  <das@users.sourceforge.net>

	* mac/tclMacChan.c (TclpCutFileChannel, TclpSpliceFileChannel):
	Implemented missing cut and splice procs for file channels.

2003-02-21  Don Porter  <dgp@users.sourceforge.net>

	* library/package.tcl (tclPkgUnknown):  Minor performance tweaks to
	reduce the number of [file] invocations. Meant to improve startup
	times, at least a little bit. [Patch 687906]

2003-02-20  Daniel Steffen  <das@users.sourceforge.net>

	* unix/tcl.m4:
	* unix/tclUnixPipe.c: (macosx) use vfork() instead of fork() to create
	new processes, as recommended by Apple (vfork can be up to 100 times
	faster thank fork on macosx).
	* unix/configure: regen.

2003-02-20  Jeff Hobbs  <jeffh@ActiveState.com>

	* generic/tclEncoding.c (LoadTableEncoding):
	* library/encoding/cp932.enc:      Correct jis round-trip encoding
	* library/encoding/euc-jp.enc:     by adding 'R' type to .enc files.
	* library/encoding/iso2022-jp.enc: [Patch 689341] (koboyasi, taguchi)
	* library/encoding/jis0208.enc:
	* library/encoding/shiftjis.enc:
	* tests/encoding.test:

	* unix/tclUnixChan.c (Tcl_MakeTcpClientChannel): add
	MakeTcpClientChannelMode that takes actual mode flags to avoid hang on
	OS X (may be OS X bug, but patch works x-plat). [Bug 689835] (steffen)

2003-02-20  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* doc/regsub.n: Typo fix [Bug 688943]

2003-02-19  Jeff Hobbs  <jeffh@ActiveState.com>

	* unix/tclUnixThrd.c (TclpReaddir):
	* unix/tclUnixPort.h: update to Bug 689100 patch to ensure that there
	is a defined value of MAXNAMLEN (aka NAME_MAX in POSIX) and that we
	have some buffer allocated.

2003-02-19  Daniel Steffen  <das@users.sourceforge.net>

	* generic/tclStringObj.c: restored Tcl_SetObjLength() side-effect of
	always invalidating unicode rep (if the obj has a string rep). Added
	hasUnicode flag to String struct, allows decoupling of validity of
	unicode rep from buffer size allocated to it (improves memory
	allocation efficiency). [Bugs 686782, 671138, 635200]

	* macosx/Tcl.pbproj/project.pbxproj:
	* macosx/Makefile: reworked embedded build to no longer require
	relinking but to use install_name_tool instead to change the
	install_names for embedded frameworks. [Bug 644510]

	* macosx/Tcl.pbproj/project.pbxproj: preserve mod dates when running
	'make install' to build framework (avoids bogus rebuilds of dependent
	frameworks because tcl headers appear changed).

	* tests/ioCmd.test (iocmd-1.8): fix failure when system encoding is
	utf-8: use iso8859-1 encoding explicitly.

2003-02-18  Miguel Sofer <msofer@users.sf.net>

	* generic/tclCompile.c (TclCompileExprWords): remove unused variable
	"range" [Bug 664743]
	* generic/tclExecute.c (ExprSrandFunc): remove unused variable
	"result" [Bug 664743]
	* generic/tclStringObj.c (UpdateStringOfString): remove unused
	variable "length" [Bug 664751]
	* tests/execute.test (execute-7.30): fix for [Bug 664775]

2003-02-18  Andreas Kupries  <andreask@activestate.com>

	* unix/tcl.m4: [Bug #651811] Added definition of _XOPEN_SOURCE and
	linkage of 'xnet' library to HP 11 branch. This kills a lot of
	socket-related failures in the testsuite when Tcl was compiled in 64
	bit mode (both PA-RISC 2.0W, and IA 64).

	* unix/configure: Regenerated.

2003-02-18  Jeff Hobbs  <jeffh@ActiveState.com>

	* generic/tclIO.c (HaveVersion): correctly decl static

	* unix/tclUnixThrd.c (TclpReaddir): reduce size of name string in tsd
	to NAME_MAX instead of PATH_MAX. [Bug 689100] (waters)

2003-02-18  Mo DeJong  <mdejong@users.sourceforge.net>

	* unix/configure: Regen.
	* unix/tcl.m4 (SC_ENABLE_THREADS): Make sure -lpthread gets passed on
	the link line when checking for the pthread_attr_setstacksize symbol.

2003-02-18  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclTest.c: cleanup of new 'simplefs' test code, and better
	documentation.

2003-02-17  Miguel Sofer <msofer@users.sf.net>

	* generic/tclBasic.c (TclRenameCommand): fixing error in previous
	commit.

2003-02-17  Jeff Hobbs  <jeffh@ActiveState.com>

	* generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH):
	* generic/tclCmdMZ.c (Tcl_StringObjCmd STR_MATCH):
	* generic/tclUtf.c (TclUniCharMatch):
	* generic/tclInt.decls:  add private TclUniCharMatch function that
	* generic/tclIntDecls.h: does string match on counted unicode
	* generic/tclStubInit.c: strings. Tcl_UniCharCaseMatch has the failing
	* tests/string.test:     that it can't handle strings or patterns with
	* tests/stringComp.test: embedded NULLs. Added tests that actually try
	strings/pats with NULLs. TclUniCharMatch should be TIPed and made
	public in the next minor version rev.

2003-02-17  Miguel Sofer <msofer@users.sf.net>

	* generic/tclBasic.c (TclRenameCommand): 'oldFullName' object was not
	being freed on all function exits, causing a memory leak. [Bug 684756]

2003-02-17  Mo DeJong  <mdejong@users.sourceforge.net>

	* generic/tclIO.c (Tcl_GetsObj): Minor change so that eol is only
	assigned at the top of the TCL_TRANSLATE_AUTO case block. The other
	cases assign eol so this does not change any functionality.

2003-02-17  Kevin Kenny  <kennykb@users.sourceforge.net>

	* tests/notify.test: Removed Windows line terminators. [Bug 687913].

2003-02-15  Miguel Sofer <msofer@users.sf.net>

	* generic/tclBasic.c (Tcl_EvalEx):
	* generic/tclCompExpr.c (CompileSubExpr):
	* generic/tclCompile.c (TclCompileScript):
	* generic/tclParse.c (Tcl_ParseCommand, ParseTokens):
	* generic/tclParseExpr.c (ParsePrimaryExpr):
	* tests/basic.test (47.1):
	* tests/main.test (3.4):
	* tests/misc.test (1.2):
	* tests/parse.test (6.18):
	* tests/parseExpr.test (15.35):
	* tests/subst.test (8.6): Don Porter's fix for bad parsing of nested
	scripts. [Bug 681841]

2003-02-15  Kevin Kenny  <kennykb@users.sourceforge.net>

	* tests/notify.test (new-file):
	* generic/tclTest.c (TclTest_Init, EventtestObjCmd, EventtestProc,
	(EventTestDeleteProc):
	* generic/tclNotify.c (Tcl_DeleteEvents): Fixed Tcl_DeleteEvents not
	to get a pointer smash when deleting the last event in the queue.
	Added test code in 'tcltest' and a new file of test cases
	'notify.test' to exercise this functionality; several of the new test
	cases fail for the original code and pass for the corrected code. [Bug
	673714]

	* unix/tclUnixTest.c (TestfilehandlerCmd): Corrected a couple of typos
	in error messages. [Bug 596027]

2003-02-14  Jeff Hobbs  <jeffh@ActiveState.com>

	* README:		Bumped to version 8.4.2.
	* generic/tcl.h:
	* tools/tcl.wse.in:
	* unix/configure:
	* unix/configure.in:
	* unix/tcl.m4:
	* unix/tcl.spec:
	* win/README.binary:
	* win/configure:
	* win/configure.in:
	* macosx/Tcl.pbproj/project.pbxproj:

	* generic/tclStringObj.c (Tcl_GetCharLength): perf tweak

	* unix/tcl.m4: correct HP-UX ia64 --enable-64bit build flags

2003-02-14  Kevin Kenny  <kennykb@users.sourceforge.net>

	* win/tclWinTime.c: Added code to test and compensate for forward
	leaps of the performance counter. See the MSDN Knowledge Base article
	Q274323 for the hardware problem that makes this necessary on certain
	machines.
	* tests/winTime.test: Revised winTime-2.1 - it had a tolerance of
	thousands of seconds, rather than milliseconds. (What's six orders of
	magnitude among friends?) Both the above changes are triggered by a
	problem reported at:
	http://aspn.activestate.com/ASPN/Mail/Message/ActiveTcl/1536811
	although the developers find it difficult to believe that it accounts
	for the observed behavior and suspect a fault in the RTC chip.

2003-02-13  Kevin Kenny  <kennykb@users.sourceforge.net>

	* win/tclWinInit.c: Added conversion from the system encoding to
	tcl_platform(user), so that it works with non-ASCII7 user names. [Bug
	685926]

	* doc/tclsh.1: Added language to describe the handling of the
	end-of-file character \u001a embedded in a script file. [Bug 685485]

2003-02-11  Vince Darley  <vincentdarley@users.sourceforge.net>

	* tests/fileName.test:
	* unix/tclUnixFile.c: fix for [Bug 685445] when using 'glob -l' on
	broken symbolic links. Added two new tests for this bug.

2003-02-11  Kevin Kenny  <kennykb@users.sourceforge.net>

	* tests/http.test: Corrected a problem where http-4.14 would fail when
	run in an environment with a proxy server. Replaced references to
	scriptics.com by tcl.tk.

2003-02-11  Jeff Hobbs  <jeffh@ActiveState.com>

	* tests/lsearch.test:
	* generic/tclCmdIL.c (Tcl_LsearchObjCmd): protect against the case
	that lsearch -regepx list and pattern objects are equal.

	* tests/stringObj.test:
	* generic/tclStringObj.c (Tcl_GetCharLength): correct ascii char opt
	of 2002-11-11 to not stop early on \x00. [Bug 684699]

	* tests.parse.test: remove excess EOF whitespace

	* generic/tclParse.c (CommandComplete): more paranoid check to break
	on (p >= end) instead of just (p == end).

2003-02-11  Miguel Sofer <msofer@users.sf.net>

	* generic/tclParse.c (CommandComplete):
	* tests/parse.test: fix for [Bug 684744], by Don Porter.

2003-02-11  Jeff Hobbs  <jeffh@ActiveState.com>

	* generic/tclIOUtil.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath):
	(UpdateStringOfFsPath): revert the cwdLen == 0 check and instead
	follow a different code path in Tcl_FSJoinPath.
	(Tcl_FSConvertToPathType, Tcl_FSGetNormalizedPath):
	(Tcl_FSGetFileSystemForPath): Update string rep of path objects before
	freeing the internal object. (darley)

	* tests/fileSystem.test: added test 8.3
	* generic/tclIOUtil.c (Tcl_FSGetNormalizedPath):
	(UpdateStringOfFsPath): handle the cwdLen == 0 case

	* unix/tclUnixFile.c (TclpMatchInDirectory): simplify the hidden file
	match check.

2003-02-10  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/configure:
	* win/configure.in: Generate error when attempting to build under
	Cygwin. The Cygwin port of Tcl/Tk does not build and people are filing
	bug reports under the mistaken impression that someone is actually
	maintaining the Cygwin port. A post to comp.lang.tcl asking someone to
	volunteer as an area maintainer has generated no results. Closing bugs
	680840, 630199, and 634772 and marking as "Won't fix".

2003-02-10  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* doc/append.n: Return value was not documented. [Bug 683188]

2003-02-10  Vince Darley  <vincentdarley@users.sourceforge.net>

	* doc/FileSystem.3:
	* generic/tclIOUtil.c:
	* generic/tclInt.h:
	* tests/fileSystem.test:
	* unix/tclUnixFCmd.c:
	* unix/tclUnixFile.c:
	* win/tclWinFile.c: further filesystem optimization, applying [Patch
	682500]. In particular, these code examples are faster now:
	    foreach f $flist { if {[file exists $f]} {file stat $f arr;...}}
	    foreach f [glob -dir $dir *] { # action and/or recursion on $f }
	    cd $dir
	    foreach f [glob *] { # action and/or recursion on $f }
	    cd ..

	* generic/tclTest.c: Fix for [Bug 683181] where test suite left files
	in 'tmp'.

2003-02-08  Jeff Hobbs  <jeffh@ActiveState.com>

	* library/safe.tcl: code cleanup of eval and string comp use.

2003-02-07  Vince Darley  <vincentdarley@users.sourceforge.net>

	* win/tclWinFCmd.c: cleanup long lines
	* win/tclWinFile.c: sped up pure 'glob' by a factor of 2.5
	('foreach f [glob *] { file exists $f }' is still slow)
	* tests/fileSystem.text:
	* tests/fileName.test: added new tests to ensure correct behaviour in
	optimized filesystem code.

2003-02-07  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclTest.c:
	* tests/fileSystem.text: fixed test 7.2 to avoid a possible crash, and
	not change the pwd.

	* tests/http.text: added comment to test 4.15, that it may fail if you
	use a proxy server.

2003-02-06  Mo DeJong  <mdejong@users.sourceforge.net>

	* generic/tclCompCmds.c (TclCompileIncrCmd):
	* tests/incr.test: Don't include the text "(increment expression)" in
	the errorInfo generated by the compiled version of the incr command
	since it does not match the message generated by the non-compiled
	version of incr. It is also not possible to match this error output
	under Jacl, which does not support a compiler.

2003-02-06  Mo DeJong  <mdejong@users.sourceforge.net>

	* generic/tclExecute.c (TclExecuteByteCode): When an error is
	encountered reading the increment value during a compiled call to
	incr, add a "(reading increment)" error string to the errorInfo
	variable. This makes the errorInfo variable set by the compiled incr
	command match the value set by the non-compiled version.
	* tests/incr-old.test: Change errorInfo result for the compiled incr
	command case to match the modified implementation.
	* tests/incr.test: Add tests to make sure the compiled and
	non-compiled errorInfo messages are the same.

2003-02-06  Don Porter  <dgp@users.sourceforge.net>

	* library/tcltest/tcltest.tcl:  Filename arguments to [outputChannel]
	and [errorChannel] (also -outfile and -errfile) were [open]ed but
	never [closed]. Also, [cleanupTests] could remove output or error
	files. [Bug 676978].
	* library/tcltest/pkgIndex.tcl: Bumped to version 2.2.2.

2003-02-05  Mo DeJong  <mdejong@users.sourceforge.net>

	* tests/interp.test:
	* tests/set-old.test: Run test cases that depend on hash order through
	lsort so that the tests also pass under Jacl. Does not change test
	results under Tcl.

2003-02-04  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclIOUtil.c:
	* generic/tclEvent.c:
	* generic/tclInt.h:
	* mac/tclMacFCmd.c:
	* unix/tclUnixFCmd.c:
	* win/tclWin32Dll.c:
	* win/tclWinFCmd.c:
	* win/tclWinInit.c:
	* win/tclWinInt.h:
	* tests/fileSystem.test: fix to finalization/unloading/encoding issues
	to make filesystem much less dependent on encodings for its cleanup,
	and therefore allow it to be finalized later in the exit process. This
	fixes fileSystem.test-7.1. Also fixed one more bug in setting of
	modification dates of files which have undergone cross-platform
	copies. [Patch 676271]

	* tests/basic.test:
	* tests/exec.test:
	* tests/fileName.test:
	* tests/io.test: fixed some test failures when tests are run from a
	directory containing spaces.

	* tests/fileSystem.test:
	* generic/tclTest.c: added regression test for the modification date
	setting of cross-platform file copies.

2003-02-03  Kevin Kenny  <kennykb@users.sourceforge.net>

	* generic/tclBasic.c: Changed [trace add command] so that 'rename'
	callbacks get fully qualified names of the command. [Bug 651271].
	***POTENTIAL INCOMPATIBILITY***
	* tests/trace.test: Modified the test cases for [trace add command] to
	expect fully qualified names on the 'rename' callbacks. Added a case
	for renaming a proc within a namespace.
	* doc/trace.n: Added language about use of fully qualified names in
	trace callbacks.

2003-02-01  Kevin Kenny  <kennykb@users.sourceforge.net>

	* generic/tclCompCmds.c: Removed an unused variable that caused
	compiler warnings on SGI. [Bug 664379]

	* generic/tclLoad.c: Changed the code so that if Tcl_StaticPackage is
	called to report the same package as being loaded in two interps, it
	shows up in [info loaded {}] in both of them (previously, it didn't
	appear in the static package list in the second).

	* tests/load.test Added regression test for the above bug. [Bug
	670042]

	* generic/tclClock.c: Fixed a bug that incorrectly allowed [clock
	clicks {}] and [clock clicks -] to be accepted as if they were [clock
	clicks -milliseconds].

	* tests/clock.test: Added regression tests for the above bug. [Bug
	675356]

	* tests/unixNotfy.test: Added cleanup of working files. [Bug 675609]

	* doc/Tcl.n: Added headings to the eleven paragraphs, to improve
	formatting in the tools that attempt to extract tables of contents
	from the manual pages. [Bug 627455]

	* generic/tclClock.c: Expanded mutex protection around the setting of
	env(TZ) and the thread-unsafe call to tzset(). [Bug 656660]

2003-01-31  Don Porter  <dgp@users.sourceforge.net>

	* tests/tcltest.test: Cleaned up management of file/directory
	creation/deletion to improve "-debug 1" output. [Bug 675614]
	The utility [slave] command failed to properly [list]-quote a
	constructed [open] command, causing failure when the pathname
	contained whitespace. [Bug 678415]

	* tests/main.test: Stopped main.test from deleting existing file. Test
	suite should not delete files that already exist. [Bug 675660]

2003-01-28  Don Porter  <dgp@users.sourceforge.net>

	* tests/main.test: Constrain tests that do not work on Windows. [Bug
	674387]

2003-01-28  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclIOUtil.c: fix to setting modification date in
	TclCrossFilesystemCopy. Also added 'panic' in
	Tcl_FSGetFileSystemForPath under illegal calling circumstances which
	lead to hard-to-track-down bugs.

	* generic/tclTest.c: added test suite code to allow exercising a
	vfs-crash-on-exit bug in Tcl's finalization caused by the encodings
	being cleaned up before unloading occurs.
	* tests/fileSystem.test: added new 'knownBug' test 7.1 to demonstrate
	the crash on exit.

2003-01-28  Mo DeJong  <mdejong@users.sourceforge.net>

	* generic/tcl.h: Add TCL_PREFIX_IDENT and TCL_DEBUG_IDENT, used only
	by TclpCreateProcess.
	* unix/Makefile.in: Define TCL_DBGX.
	* win/Makefile.in: Define TCL_DBGX.
	* win/tclWinPipe.c (TclpCreateProcess): Check that the Tcl pipe dll
	actually exists in the Tcl bin directory and panic if it is not found.
	Incorporate TCL_DBGX into the Tcl pipe dll name. This fixes a really
	mysterious error that would show up when exec'ing a 16 bit application
	under Win95 or Win98 when Tcl was compiled with symbols. The error
	seemed to indicate that the executable could not be found, but it was
	actually the Tcl pipe dll that could not be found.

2003-01-26  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/README: Update msys+mingw URL to release 6. This version bundles
	gcc 3.

2003-01-26  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/configure: Regen.
	* win/configure.in: Add test that checks to see if the compiler can
	cast to a union type.
	* win/tclWinTime.c: Squelch compiler warning about union initializer
	by casting to union type when compiling with gcc.

2003-01-25  Mo DeJong  <mdejong@users.sourceforge.net>

	* generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel): Invoke
	TclpCutFileChannel and TclpSpliceFileChannel.
	* generic/tclInt.h: Declare TclpCutFileChannel and
	TclpSpliceFileChannel.
	* unix/tclUnixChan.c (FileCloseProc, TclpOpenFileChannel,
	(Tcl_MakeFileChannel, TclpCutFileChannel, TclpSpliceFileChannel):
	Implement thread load data cut and splice for file channels. This
	avoids an invalid memory ref when compiled with -DDEPRECATED.
	* win/tclWinChan.c (FileCloseProc, TclpCutFileChannel,
	(TclpSpliceFileChannel): Implement thread load data cut and splice for
	file channels. This avoids an invalid memory ref that was showing up
	in the thread extension.

2003-01-25  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/tclWin32Dll.c (TclpCheckStackSpace, squelch_warnings):
	* win/tclWinChan.c (Tcl_MakeFileChannel, squelch_warnings):
	* win/tclWinFCmd.c (DoRenameFile, DoCopyFile, squelch_warnings):
	Re-implement inline ASM SEH handlers for gcc. The esp and ebp
	registers are now saved on the stack instead of in global variables so
	that the code is thread safe. Add additional checks when TCL_MEM_DEBUG
	is defined to be sure the values were recovered from the stack
	properly. Remove squelch_warnings functions and add a dummy call in
	the handler methods to squelch compiler warnings.

2003-01-25  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/configure:
	* win/configure.in: Define HAVE_ALLOCA_GCC_INLINE when we detect that
	no alloca function is found in malloc.h and we are compiling with GCC.
	Remove HAVE_NO_ALLOC_DECL define.
	* win/tclWin32Dll.c (TclpCheckStackSpace): Don't define alloca as a
	cdecl function. Doing this caused a tricky runtime bug because the
	_alloca function expects the size argument to be passed in a register
	and not on the stack. To fix this problem, we use inline ASM when
	compiling with gcc to invoke _alloca with the size argument loaded
	into a register.

2003-01-24  Jeff Hobbs  <jeffh@ActiveState.com>

	* win/tclWinDde.c (Dde_Init): clarified use of tsdPtr.
	(DdeServerProc): better refcount handling of returnPackagePtr.

	* generic/tclEvent.c (Tcl_Finalize): revert finalize change on
	2002-12-04 to correct the issue with extensions that have TSD needing
	to finalize that before they are unloaded. This issue needs further
	clarification.

	* tests/unixFCmd.test: only do groups check on unix

2003-01-24  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclStringObj.c: proper fixes for Tcl_SetObjLength and
	Tcl_AttemptSetObjectLength dealing with string objects with both
	pure-unicode and normal internal representations. Previous fix didn't
	handle all cases correctly.
	* generic/tclIO.c: Add 'Tcl_GetString()' to ensure the object has a
	valid 'objPtr->bytes' field before manipulating it directly.

	This fixes [Bug 635200] and [Bug 671138], but may reduce performance
	of Unicode string handling in some cases. A further patch will be
	applied to address this, once the code is known to be correct.

2003-01-24  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/configure: Regen.
	* win/configure.in: Add test to see if alloca is undefined in
	malloc.h.
	* win/tclWin32Dll.c (TclpCheckStackSpace): Rework the SEH exception
	handler logic to avoid using the stack since alloca will modify the
	stack. This was causing a nasty bug that would set the exception
	handler to 0 because it tried to pop the previous exception handler
	off the top of the stack.

2003-01-23  Donal K. Fellows  <fellowsd@cs.man.ac.uk>

	* doc/lset.n: Fixed fault in return values from lset in documentation
	examples [SF Bug #658463] and tidied up a bit at the same time.

2003-01-21  Joe English  <jenglish@users.sourceforge.net>

	* doc/namespace.n (namespace inscope): Clarified documentation
	[Patch 670110]

2003-01-21  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/configure: Regen.
	* win/tcl.m4 (SC_CONFIG_CFLAGS): Set SHLIB_SUFFIX so that
	TCL_SHLIB_SUFFIX will be set to a useful value in the generated
	tclConfig.sh. Set SHLIB_LD_LIBS to "" or '${LIBS}' based on the
	--enable-shared flag. This matches the UNIX implementation.

2003-01-18  Jeff Hobbs  <jeffh@ActiveState.com>

	* generic/tclCkalloc.c: change %ud to %u as appropriate.

2003-01-17  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/tclWinDde.c (DdeServerProc): Deallocate the Tcl_Obj returned by
	ExecuteRemoteObject if it was not saved in a connection object.

2003-01-17  Mo DeJong  <mdejong@users.sourceforge.net>

	* generic/tcl.h: Revert earlier change that defined TCL_WIDE_INT_TYPE
	as long long and TCL_LL_MODIFIER as L when compiling with mingw. This
	change ended up causing some test case failures when compiling with
	mingw.
	* generic/tclObj.c (UpdateStringOfWideInt): Describe the warning
	generated by mingw and why it needs to be ignored so that someone is
	not tempted to "fix" this problem again in the future.

2003-01-16  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclStringObj.c: Tcl_SetObjLength fix for when the object has
	a unicode string rep. [Bug 635200]
	* tests/stringObj.test: removed 'knownBug' constraint from test 14.1
	now that this bug is fixed.

	* generic/tclInt.h:
	* generic/tclBasic.c:
	* generic/tclCmdMZ.z:
	* tests/trace.test: execution and command tracing bug fixes and
	cleanup. In particular fixed [Bug 655645], [Bug 615043], [Bug 571385]
	  - fixed some subtle cleanup problems with tracing. This required
	    replacing Tcl_Preserve/Tcl_Release with a more robust refCount
	    approach. Solves at least one known crash caused by memory
	    corruption.
	  - fixed some confusion in the code between new style traces (Tcl
	    8.4) and the very limited 'Tcl_CreateTrace' which existed before.
	  - made behaviour consistent with documentation (several tests even
	    contradicted the documentation before).
	  - fixed some minor error message details
	  - added a number of new tests

2003-01-16  Jeff Hobbs  <jeffh@ActiveState.com>

	* win/tclWinSerial.c (SerialOutputProc): add casts for bytesWritten to
	allow strict compilation (no warnings).

	* tests/winDde.test:
	* win/tclWinDde.c (Tcl_DdeObjCmd): Prevent crash when empty service
	name is passed to 'dde eval' and goto errorNoResult in request and
	poke error cases to free up any allocated data.

2003-01-16  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/tclWin32Dll.c (squelch_warnings): Squelch compiler warnings from
	SEH ASM code.
	* win/tclWinChan.c (squelch_warnings): Squelch compiler warnings from
	SEH ASM code.
	* win/tclWinDde.c: Add casts to avoid compiler warnings. Pass pointer
	to DWORD instead of int to avoid compiler warnings.
	* win/tclWinFCmd.c (squelch_warnings): Add casts and fixup decls to
	avoid compiler warnings. Squelch compiler warnings from SEH ASM code.
	* win/tclWinFile.c: Add casts and fixup decls to avoid compiler
	warnings. Remove unused variable.
	* win/tclWinNotify.c: Declare as DWORD instead of int to avoid
	compiler warning.
	* win/tclWinReg.c: Add casts to avoid compiler warning. Fix assignment
	in if expression bug.
	* win/tclWinSerial.c: Add casts to avoid compiler warnings. Remove
	unused variable.
	* win/tclWinSock.c: Add casts and fixup decls to avoid compiler
	warnings.

2003-01-14  Jeff Hobbs  <jeffh@ActiveState.com>

	* generic/tclClock.c (FormatClock): corrected typo that incorrectly
	conditionally defined savedTZEnv and savedTimeZone.

2003-01-13  Mo DeJong  <mdejong@users.sourceforge.net>

	Fix mingw build problems and compiler warnings.

	* generic/tcl.h: Add if defined(__MINGW32__) check to code that sets
	the TCL_WIDE_INT_TYPE and TCL_LL_MODIFIER.
	* generic/tclClock.c (FormatClock): Don't define savedTimeZone and
	savedTZEnv if we are not going to use them.
	* generic/tclEnv.c: Add cast to avoid warning.
	* win/tclWinChan.c: Use DWORD instead of int to avoid compiler warning
	* win/tclWinThrd.c: Only define allocLock, allocLockPtr, and dataKey
	when TCL_THREADS is defined. This avoid a compiler warning about
	unused variables.

2003-01-12  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/README: Update msys + mingw URL, the new release includes the
	released 1.0.8 version of msys which includes a number of bug fixes.

2003-01-12  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/configure: Regen.
	* win/tcl.m4 (SC_CONFIG_CFLAGS): Pull in addition of shell32.lib to
	LIBS_GUI that was added to the Tk tcl.m4 but never made it back into
	the Tcl version.

2003-01-12  Mo DeJong  <mdejong@users.sourceforge.net>

	* generic/tcl.h: Skip Tcl's define of CHAR, SHORT, and LONG when
	HAVE_WINNT_IGNORE_VOID is defined. This avoids a bunch of compiler
	warnings when building with Cygwin or Mingw.
	* win/configure: Regen.
	* win/configure.in: Define HAVE_WINNT_IGNORE_VOID when we detect a
	winnt.h that still defines CHAR, SHORT, and LONG when VOID has already
	been defined.
	* win/tcl.m4 (SC_LOAD_TCLCONFIG): Subst the TCL_DEFS loaded from
	tclConfig.sh so that Tcl defines can make it into the Tk Makefile.

2003-01-12  Mo DeJong  <mdejong@users.sourceforge.net>

	* win/configure: Regen.
	* win/configure.in: Check for typedefs like LPFN_ACCEPT in winsock2.h
	and define HAVE_NO_LPFN_DECLS if not found.
	* win/tclWinSock.c: Define LPFN_* typedefs if HAVE_NO_LPFN_DECLS is
	defined. This fixes the build under Mingw and Cygwin, it was broken by
	the changes made on 2002-11-26.

2003-01-10  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclIOUtil.c:
	* win/tclWinInt.h:
	* win/tclWinInit.c: fix to new WinTcl crash on exit with vfs,
	introduced on 2002-12-06. Encodings must be cleaned up after the
	filesystem.

	* win/makefile.vc: fix to minor VC++ 5.2 syntax problem

2003-01-09  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclCompCmds.c (TclCompileReturnCmd):  Corrected off-by-one
	problem with recent commit. [Bug 633204]

2003-01-09  Vince Darley  <vincentdarley@users.sourceforge.net>

	* generic/tclFileName.c: remove unused variable 'macSpecialCase'
	[Bug 664749]

	* generic/tclIOUtil.c:
	* generic/tclInt.h:
	* unix/tclUnixFile.c:
	* mac/tclMacFile.c:
	* win/tclWinFile.c:
	* win/tclWinInt.h:
	* win/tclWin32Dll.c:
	* tests/cmdAH.test: fix to non-ascii chars in paths when setting mtime
	and atime through 'file (a|m)time $path $time'. [Bug 634151]

2003-01-08  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclExecute.c (TclExprFloatError):  Use the IS_NAN macro for
	greater clarity of code.

2003-01-07  Don Porter  <dgp@users.sourceforge.net>

	* generic/tclCompCmds.c (TclCompileReturnCmd):
	* tests/compile.test:	Corrects failure of bytecompiled [catch
	{return}] to have result TCL_RETURN (not TCL_OK) [Bug 633204]. This
	patch is a workaround for 8.4.X. A new opcode INST_RETURN is a better
	long term solution for 8.5 and later.

2003-01-04  David Gravereaux  <davygrvy@pobox.com>

	* win/makefile.vc:
	* win/rules.vc:  Fixed INSTALLDIR macro problem that blanked itself by
	accident causing the install target to put the tree at the root of the
	drive built on. Whoops..

	Renamed the 'linkexten' option to be 'staticpkg'. Added 'thrdalloc' to
	allow the switching _on_ of the thread allocator. Under testing, I
	found it not to be benificial under windows for the purpose of the
	application I was using it for. It was more important for this app
	that resources for tcl threads be returned to the system rather than
	saved/moved to the global recycler. Be extra clean or extra fast for
	the default threaded build? Let's move to clean and allow it to be
	switched on for users who find it benificial for their use of threads.

	******************************************************************
	*** CHANGELOG ENTRIES FOR 2002 IN "ChangeLog.2002"             ***
	*** CHANGELOG ENTRIES FOR 2001 IN "ChangeLog.2001"             ***
	*** CHANGELOG ENTRIES FOR 2000 IN "ChangeLog.2000"             ***
	*** CHANGELOG ENTRIES FOR 1999 AND EARLIER IN "ChangeLog.1999" ***
	******************************************************************
|ږAX~M@T Hҟ^;)5#9A\Kyƾ]~~ SWI1zK 33z3H(Nz}@*yElMc j =3lVh#$^b <E4}MQZ'3l<+"z$)[5P@$|޶6S&^ql6ȏoᣊ(MZ*~E| [O _lng3+<:[(LNXe /JIqًj8z Y3 $ξ8ZqЋ($uQW Sݎ hCrE L8V;sާW}X-̏Qz=$ScWۤkP/ָT87v06Eg#'Cְ{f0^]ӧ:^;T8cM!M=Ϭ:g+аᘃ֋`j@ˋmXi jL|*Ld`O⫻yeHZdFbG3垸}6u;rck܌_q$`{J~xo7ϠD'KU||'HybpW91e-S:ɷAWpq k[ ah7J3FHfAcYa G/NgW"zS*~fvvs+ҋK1dG@~@DuCM A轏1? H]>HLB;4ÐxͯZ$罩#o ;7zq3'3b>u18qsd~K/By9[r~E<351mH=!{t<5|kCwġկjfwh"e[^1e T89+uI>;IaGiHM e"&9,HӼLw36Q9J@r3qRh,($tS3MiY-O9! n3.mOs.> yf=2vY7IOavۭ֙wky -n]IDz] 3,R'h7S_I7FL&V^ny2fzDLA-8J 54, OLl[Il?Wh,r7altY1`oHmNxk,!.;˕sihx7̗n4dtKYNӨ]˩57 u gRF?X4͛s:^o]v{;KpktUsQ# &&x+n+"i5n2'F9 <xIaleuwS Mfzgn =cC(a/{8۞7/5Ms;*weu}mP:r7dV;ְc!;UΜݘ.fg.LxiNZK1D}i'nڳׁftcYM+ ߆4,~$ې맆vَ͹PS~ŏ{-:-qlh>9ḓKVCK~ғÿN<:š*dn'W8vDVtrȱҵZS"R3gyrkRv)X.kف{٬q.6c߫^{LH{jk[=,JDI:d}VtnEN>LB NF3U=4R\z.z.A5`޿o]?tiO^cxz ҿ驠cKĊ},hAvyI%L2gQi!&MM[Jܗ?1^]1M#bD|Ŵ]=G˵psNr/vBe>׻ j?=\hK.z9sM/WZF\k+Ӧ ahl2 3WaE죇|:ԍ}?^Ё |n&}Ěܞy{:m1N$=+Z ~vI%<6ʅnpYtNc+ G+`WX2a튠&uGqf f7SqenwMэ(m'tؓ 20G_`dxB;ݱǯ/ynQ=O!b0ƜV%!܁ςm&{"EBgEÞԇ.vIǤFGfk8a`<AЂm5"T:(svH~fp mÈ F9l!8pɫoJcqE~G 7 !?78$n> m ~!>>sB0lM׳\oZ><oj~`?3\q4mzz>z?ڄ$ơ#ݳ469Wzq1;zG2k}f79G#!򎜾n~ GMoh>JbFcdOYuso9zXl7oČH8 x;g՛Q05>nC$ò:J <ؑ}Opb2^)z7FI63rofæW^>J:sޘnb2*b߳&ɾ{7O_;&?`?̥{?Vۿ*lԷdx[ ˥|GÙxUZ{/ywҋ9Kә}:&vn[:7p,H4wI'ʞ܋ed/y7vMcPR QjʿJ vrd4Q ChgKh}sʛΕw{Qoq~q܈ K:o#ID*ڋ($ǭ'4wזS泌w,_v'kKJ;yEZpmjDyq/i}f: 73;}ZqH2$>Fp7طٓϰ y˲EZJΆ ,;ej;LU!-XS<䚓ӷ19 t$,3FO Z:<5j 2\c5*Hz0@ $Ac-Dtb5)6٢BYeo,9}؊Q8Fl.Ԛ~wnVM',ӥ]Wvϑjh2C: h2+vK2IJQ #{&jMIi`՜FΚi>btK wI"F^/Br{uc>N""@)R:qBfl-1+*'RZer, NS- ZU5ns~QsTP9ND_6|z;-=qt}s{{)Y{rQObH+2(wo>n%_5:ȘLܔQg4&/: (}߯?=327,}{V}{9IiuXO|׬S,yio c*f⚮XZS2hk%Lzyڔu)<훣W-:Yb_D@JV!8q1UQrtJF/ 38ܯ37wLf'p{'5_5[$c~/=L]m F:W'ƲŲgq"?26=R3Q2iWkWNeuמL7^wwY֓՘Ko_=~x 3Yҵ;|zt=;K7+HJ~Y8Qt}>UHONuRZetxtGVbꨧ]PpQI׆(ԚPS}y?ZC*\qj޼f<6i$Gn(K$Lme.ZYK Y u#G̢rB!]ll&Tb?oEg\4r }?!|ׅwK^MN(ҳ.Dʘ"ٴʢgETsB-<<(68XVUBPmm1GcQe(_b%ⶰFhlEZ=H7zFg2:S4)ą[%k̡+c JHoc##_G߈#$GRU fS-0ѿz{3Q'Ë32ś&K[;ezQ::\G ̙$>ì.*'JSY(ćΆ[uhkglѿ9ًތ|?+oK eXx/=ZC޵㽩2wyqv~=DKp~'o3T_G[==. vk\/Y87 7XLҞrr[ՑQݻAiDԯ`R /9HO*2~_/%$boݽ?o Yn NW Qf9V\gv/>eq*pjjew1֮ow_ܢKqw3+h1|ɹidd! !P$5+!NcxJ6ʌAD?>(=T 軻p5(Vς5<)Ldy~ة0d1kq!p.aͺqg)`Sm8hf#Ap;6v@|d782s:Y+~d܊s4C|2.Ȥ[j=ea Ϳ&1~ǬQ28m*Ǣy丨!l߻<_|]$_C61!31mM_҆1r/1Ē$#ptCsJ?w~ 3rUCI&d 8~-0ڢI<6 T$D栄L*\Hk la !`ySJQ; ȍt2/ZU8Otc_0jfy=^v '{:Ѱ?a[(ܓdeq$746pbp؉dxuQQb/}F*!ˍOX;)pC?Fu> 9Dyx^ۙY&'-&êҔ}lFI kvu"9G{0ploA0md6m՜y{sDӖ8;{^?2{k;`u&wy;INވɝ{.;xa7-8 dNeH\@1A۞0üL}.r E!nHN]O_iӁC@ID$lG9k#H =KlQ m3 -wjͪ xLg]uAu~Gt.3ّXuuAcIO'w.G\0W(dd 3ȠI4eI82)$wk恝MMԑc H.D۾åqfԨr7-ctL$ U^BMg3 7Sc6b_r`Bd=8" !O,ApIc4dajq!ʸaRZ94QC!y)ؓj,AMކ@[jvׁu<^s^G5X}\_Rkaێ@$R)=/AfC5Y>CJ ItqDx9ܙw& @aܷc$o+fJsInM qކf6 hGHQPf|3XWzCq$7#I4Ɋ @\r}cqv/d/Fc&ݳϼ|2:i>g+G-'%SHwk IgO[.}ތi_oq;sYj.J>KǷw'lNZ]%Gww.}9t˳^ݧ uIJg*ˌ"=r]s;4;\PߐG_0Q >q~w= _! mẖq<i P LTnTD6Z ȻoE8}P,ܿ0A#BW2!C&5ʂI0 lsD`낶3Po29Nd6P"ߗb[=xy.D::{X`e~:tL!ջ &(ӳ88~XO틨w7GzI[ݧ=|?On՞JnI- %XAM1CÖP`Ƈ<͚;!Q1#o;=G X{)  C%?0|o\WyDA?ÖZf <|ri< KF""dqn5ݚE_n^W]SеgAe)|NI~oؼb ߇Hnsu'<-BJa0o1w/-ĺu^Do=x={ >b9ekWPw^: 0{22fcZ|ORbo!?۩v״YÉ{z&6L`ԤR* s{V7x)צND&q+FHB hS9\{CF8}~頻{="F3Z9M<jկbﵲ"dL ؜v޹ʵ9L6B0Y[Z]?j?? 6ɂ]2!_7NpI<||/o0}(+ъwgX|0>q<# ݎɓ$oWvaI:f~mӵI8)Ld~G4t]R]B=#3&sݕ<%2i.Ems#Eߴ5Aށ;clvi=}ͩk8J QX8Co[͎+ i-%ƶį)CSd8'N5h!~}gOR/[ $?\%_ͧAN4Ia{~Fаu+q4qݎQ O5 2)EQ87?7$5:#Y )Di8nlnv?<}9֐#D 5I=^Jhxe~^ο:Zį#WUÍ-~txw^Tyu~\Ww5ϰv_cddԳzrBj.?Ϯ1ު8P8.(-}5j7A."8&HnfZooI9~Vk# JS)3zΌURɝh y *d7{ ܢ&}i3ffwTffg9o- Tɗ_W2>&',rvkv:OH[/? zost2ک(O O"#/>جdjNo,}w]u" 4{A-{ omT4R<@o]#lǪn="r w4nY|30=@#r 1 e=1f6|yCCh]ٰ&k_5Xw]u;cWlDFR8IA:FXL+#S~djp~O+$ZwP,e)d-ki^iӭ=a~i7u%؆͉{|cFnYqMWc|P:0yJGo؛1 >'rPco!ϴlns Az[q'Fl7ub+Z!R^~INST=j G%DR/C)ff7{pvJӉ&K#?Kpl;}&r?ؐ8LCy$/w^g|Ig㻜h!1l}oʎev =024gnH:9,7:^#,Íwκw+e3䠔vNPgfhuֳ?}R|YO,LӠS4]LB}{|㯖qo`* PVؓwzšd%[bu!M_V$cȒ6on1Su]E)38n-|D'_YZdBbOQhoBѵfjxʴKs_K@B;ffo]|ɇa>ՇCEלIjuf.JTVU.u퟿+wgkyJt';,&-Nʙ$%zM "z@ uđNڧcr{ãr hLލ)rdhDZ9uH\HiyZV|Y9<>l"oݜ%i\iMZSe jDZ뫑$(TADOPRBE"ʢln1)(7%|n(~JV@:\Ǯg}ݜmO]^" !:-*1WTY-<${fɴow|Z[ hmAQ<ʯ V; 39g@ѬN;fL% .<U67ƼtWHZZ%6e& (3 LdqO/] G2C1!liJTɌ}8OogBǘw9DxGwV|L:6$$S9~e6XC?&m%F<8fޑ`LsyjCE[l*!|JXyZС2džիhTI*Qkw,ڗD$Q7|ƟR@l LHuucxPS'^ ҜE^zgu;C:GIe)4:RAlH*&kI˔\)3<9ޠ S5Aw4zV1ѩ,P9ZE͚lprv)Oopl]&xK' 0~?M ȤTsđR49d&܈mF{L~?//hz'yPyD"Hupf]KS؄) |Nn% wjirwίG]9Rgj2o6We9YAF`}ӮH~}n_\{8A2ɐ;N3CLc`ʁ^ɭuc$qmf ֣@&?@5pL; JZR*7I&&޷CgcBr">/TU?ל `o?gd(dss7᾽ޏ%Y YĚ9mS>-{?rV/*ߓGpL7%|'h t}Iw`2atvc*QO> Bn>h^b+>IB!}>~aqpF>"&acj#NF><&,(Cy "=DkH% rcc|F!Uw~=NB1ҫ] @OzygN%578qfnfQ#\3<|N)j?+\|}Zq_ R`1eW4V:ܳpzF3&vK҇{'ָ6L}/|>&GN"ə?be)RI =b`q`!qƁ3vbvIOvO?$*I1%%#˯NLġL % Qm3DxN !XQ $."m(JaBR"t0 H ЏAAJb?W<(>Ǭl4h&$N!)AЈҋJk='-(:F(e\QHzG>.{f>gc'>^}<=}OY_0m%-BYx!H ~[Qlc 1q>ߔQb٢*ͽj3/עco3TGh\I#:?75T~7wJ|!J}Y@}E<$u}^'8KUOQX^YTIGg\?3v?;t74ղ_籫#v&ּ'^VUsO͘9<D[M _LJ67 >?l c F#lʇVONj(1Xb?e:S?&َQ_ׇžw?cPA  ,$dK 0!ihA鴐xv(<73J>=ȲRԘT 1& cg>lkGV.rcwLog q\@eĬ }(ؓ]˴lz!xT/g}9_?dŘ?6 1QMHd QrDlV( 84vt QJR ]PƉ:}$74`ph>CB([ᚓ >a3 ̳F% V/trLr>[Iۀ# d$?/?/ h]9ED|zf&_G]j<Ӓi@h_ f0Άi*H{' /CgTmaOA?g킅܃pLp/ۀ }׻E!ׯ&7=t T'XC$̖7?1~9-!M~Snư۶c(=-L10i'z'tQO6JHl< ϻppdn!&yi8Jd?޺hC?Vm?-E `w:*4,I0491*LfȒJIxI3ta u.*9H,E?BpK}{Ǜ`$;;@d@XYϟ4NT(}x2u?h n7|8> $a8V&4Mۍ}muwM ќnܛ y {0=8%VmRj.7C<79  An{,;TzُxFi4 #J M :S_Y aq>||cy-􄽡@ QuPȵ0 Xm5 /Np`&8Ӵ<o tFNGf+-'?} c 8]{ç n㊳!!&Y <a fl`ٴF4bCC4ۓLcjlop<6Mdà fs"Affv=fSxpO w=>nדwQCIOm+cO|0#E}c~p0'& o$M 8 Opy̡jm 2|3'+n5T T10EOMq1XItp62fRт y1E#"0bueɘ59|>:wЅ,(xJϳm3S'`1@bef. I &Xf$Duj]]0nOT ہ4/ڡtwH276pHӖeӡn_M LC7hd?QO3؄&& Ǚ!Q $RS);N?Dm("d.C}PBCK]:n7& Z}<ٔv :,dDwi(AT# ՠn b@dBH kɉ[] b$,쇯N*("}$ D3Gg`  t~5ˣ}_?xDݠAA^; vqfc#?9vaʿ;QV0NP=o R-B|N!pٟ0u'.@92|IS̶?@A3)~h͔0mDKhIy է͘& ~:72q0f1$ U(Hu!dP" pl<80 53,΁7@Bq$:d`;øX{=ILcD_0)!$tj1`~_no:NDAi|QKq($ n Lm8@/-kև#Oxz8"1(p\?Xut `L7ȕg2 @xX" MI iJ)i !)"#c0zLϦI2IbYˑv{2)ޒlB`#,U?Qw&e?-X XFj 4(PT(ʕ%jS5TIEQ> (#,%nH hFJ@{x |[K }_"?g.f>aoJv+>>`j

8TFCߗ01zRZj]&H7}Xw6C$lǥ Ea6Y3:Ʀ ?\*c 0Q3p&@13F>xytp M}m5H$1l0(L2]oGk}?~ Xv5jRahY S~՞P !u6I"rMT}a)xqH`G0O?sʁk%VSsf)5;IIl7(%v0=6?~% Z?'?g}4UDUU\Wt$ OMޥ}% Ta N||tH~<e=Rϴ$s)7-cbq` 旌J⿉QO7?$3VaO *&`s`}}]$k&AepX*Oڑ0;pa'p /hg//SukFOjz6`"Nj474s43JdI)NޏI'NaSp0'jLܖh(s.cBPęq CM-/-yqCC\ٴ"l>gx 0q80`ts ChL` !:Ҕ06oPӈܟk̳XDȌ>B>d+>-@s=.;TUUUTkXwzvTCC`wap#%]aIPy` RO[_dZ cQ#G AH. ~_ó~-"DܘP !L2$M^"-* rb.|-V[앁S hX?"6?=,?0 =O=#O02lb;xzu"2wJcdٽzS2`@ @~GG:6ff&Ql04$`R` j vCMpɜw4n,w356` 4ßk }~O=@e@{ ?콆"c; d'l$bIJ,)osxHX``h;AU509F}|#>=k鲌b/FC5n U~_# їDZ=a*rAݜM;7BZCk&f&;3+׺Nͭq_ɛŽf / d|($╦D{Vқ4M;ӟPD`&鎯ģe=Y>F*OCD#-w5MZ0jgo,yRr# ĖO;[{;A`"9ʹ nk?Q&D&X>} `7v4nAUi.w1@T1n!fT37ܺdjͦacyDdbH6ka M . `h oOa>=mœvm4b&HlF>:>VaK>b̐2؅=[!" b1c;C H15AQQX':0F\LUm * ) *"`)"&)Jd?j>y44, " 6FgGK2P~} 6@|`~!ȡICU ,fMTJCh)atDb旺cm _pf(&+!50:Z%I?u @`d?xjeOosA+mQ3̚'`LMAw9Ha'5H+AD(òjiC:T=zi AU'e @ ZX QoKip.`HzQMґQ@)}tpYf,1Bt 1Q8s~hv2YZ0 .!2r-b^%r[NO$Y\9ξ(OQcD"k>O%f5P~75u>BO4(Xĥ.,:O&>O'XoWvI4"B~ NKmMՕLX*U&+"_3 QN{8&(- ١5'7:~\ ڤ;@GFM~<9¡V=h;pt63 oFm@ZĂp+h=6ҥZXW 87B*M !/>qb~ B|~rbꄬ?Z57`_Fɭm6L KS"\?1ēHIXGrr6Z!LU[&"B$`hb% Zvbehd& A TU$~{D PA0LRK@ACPBCRWbdX&$i)d%jiB"b5yP1%4U4MPDX"DR4'A>OtĒGIAHS$Ḟ&c| &{ivSA!J?BhMFmU9%qd "(J:}.ftRRh,L@ ^v)?zRD|"%QIE` 7 Q6Ez>)2C ч<‡XQ,C>C!G? N_w!7~ e݁6y*|OV'^1l9^,H Y6ݢ]Lw:_i`>cU? b\ԵcSȇmoCk?#44}G3D6>sq9xe0J0g|Y8 ST_ZT1BJYi>FcLLfo!\l4w8 5ɓdϫ(E,AKMUBL1=OXN*=sp_msT |v݀bp͠DªA8:U`u4MG7(@ha7iJT;'jێM5SE\$,>7,6mݠjV2)03 ?^̩C qüp4_XPaǰ$ Q3|pѻ9Y5<='D: ) MB؆ݹX~7tovoIDCoß_WrBq&lS3~OgKVTcHᛅE&(Ck\fpSaPoc@zZdM62OYl˲TY/s,Gf`(6G3ŸL'D3uAWF/K9H{kIyJ\?ѩvp3˗Z`H<(dE!?$􋇽m?z0ؓ6mfg?Ӂτh3{tw Xц@$?V`uE_MJkPCz=OYmqz%:)b8G. Q)9C:ps:و8D5M3J!/U-0rL1C:.PH }(? ϴQȅeC }Dv[K~ItT -Qpc1WS8q 뀹cFzFM 헝[&x"g|+kO6ձ2dz:Mʹx=V%0i3 0`fnTL8q;'I4 >n}&erREAQp#Qc PFM1"2c|=3FF-]g]tWo>Xϵc[ݍCI8ctkɆlრɰ (,DRS) @9TAw:?$pF/[6vl!|=چtJyLWة"Ynѐ ^}ɕD|C$)1/t1$H`UXD``% u!BH҂*Q(*Uqo$OAʧit$4íϛ<# ^hąb|ٰ&L)7BrEF&04ġ>qDΓP1 pHh -`1#~Ԯ0Re*Cj,&2OV4M3]A֟$ꪒ^ |ƂHKtqM;q`< ^(X2 /P?l1ug*"ԫ^ɡ\B*UD0DHn4xۙJnvqM>Ϲ=BV)} s2y9KL3*a9e6n~}e1E AB$njF R#e$#?X{bWop]~MtM_up 1 b߹{ѺPݱ(nfMwvqzF Ǖm9zwG~Xߟ˿.K.~܈WSmylp88aC"fB")-7.{%3e=OJۮ@tfT'*۵s\۱̵2L#7`,PG >=T@wc&$%P=$r/ri - IlO0H#=0xX=_}M Vᯯ0x¿]}gMfRb-E\[e1ov3ä '$ܣH8w-9C BGH9 \E1jege ayt֙΂~;q,~E舡R "I ͹փ|!OoL=aBl.OY `2OFC qps}A ~oadϗ?u+B(n>O^Upo?^1?!~fIJO=`zÐds&4'"?<9D_^v OG{CO(l3 F?0rl@h4^$|[J$3ȴH])O~}@įspp4+I0H!D&5%Vx~hN=߲DR.XeSV$I!$'0iCo'96TX4Cj~ӹwq:гVk;ai~';vӝQKD,G6IiI|F恁ħ/jK?6$ką(9=%Д"rAc"$'AV(?~ TOYI(xc4C!;T=Śm$! Pճ;ȥ0?w!'nņ"cK.DIvpH n$"uZU_T*.k-߁Ed.ݛj ׳)0|kHty 9|#f*`vm 1d5ؐ{ X ZUy`mKr.d3v<2wp!#7q7FIsnLd"×1 $+c '{BHCHtmtH+1@W5KGLIc 0ɩR2nMT5MY[ƃBy6.ϙTΨ\`. 3[_p2.>9X Fa~#R33PtpCtQAƁ%@i*3[>zƛ>T$\gL&6qjU`*J߲ ɃaB?dXӗt*xTtOn}2NH3យp>^M1P$&fgeRhtTJADLKDUnI1$_lD1&"(fb(ASc#O*bdܐz!(RɎ8Ot 뉅s 1d)&c"Sh[ck$ B"Z-4:dJ87sb)MAY;D'V de܄܄hpo`d_0Nl}rP%%@J8㯿 - D*H;0` o1/.f7Q X n& @ji&!لڠK0`OAX jJy`tQ0v;"At4K )$@Fqˌh ))6jH/AAKTE A^i? "#$2w'N}z{$>ţ D"$L?Lh9q3! .ؤInǿV 1,>:Q%| {-aXh5:,%6@s~4SYo\0~^ܡiؤ;i)(=HPx {d0O\!ģT ׃=JMfL!%S2TB0D%$= }{>H $Lkf@=Iv m"RK!XISM0NC grQZ{:`,H b$ xJNT<6"ADADHDDݰ+(R$J"zsyC0h1:j02Er;Ɖ(j0XxxzK11,” H`$Rh)̂!i7EudpGj=Oc*rhcfvR$G[I,j!oB&$AYdl A7:Yd%mli`pQ)cfZ3Gcb2a&eL0qIm@!KbJ%ii b8 BIw(ݬ!ϞWGCgѤ9C%=rFd=ԁ| )1r0" wпYr`%heɢdhjmMDDLfYDx2!7H ЎMJ`Hlc4Q8>R Q0U$0BR?Џ@}=m k+-X#} 'ybTb qB5y$O<'qCFt!]? cS5ٻI:?Lfi@Ʒ4Gc$Xz;&a&*l+$.jMDY!HA\W}X4+^E !OKFฒeԗJ*2bd,Qєrְމ.K@ZK/]jm1fd m Edl(pNMY5 ]X! Zz4Ywn +lTK7`%҅+eU2z.B1{׹[9nz(yoTw j% J&wmD@ ,Feva$>g hDCW5㲟 "q>|0/ "| !'qKy2l2{{=ŖFDH-tYjH,3HЛ8<]/^(dָi>fR,À%Ĵ=fi3O?I$Q.DT"LHR?s%ORERS gT0˗SDQ5 Єl, 1%Rd!`!() $N1·"Jh`H +DiЏģ/"2vAN%0BĤw( O} ؈B Ӏ+✸C:Py[AbDsptz%~lѢwC(4 8;KtUmp # Ip9ؔü bB>AiBdx(19x"Js/n$I)"J4|PI3k,0б B!@D:Б#кUP%QLMy)֜F> Sz߻DEHŸ`>+d} @ؑH;w0f':P3 %k^2ASE;hDP8@#2)( h 7$K =>0l8Ca 5 s\xAPP dT{2' p "0,:?h\1{BtrM)LTL! 2% DĎ b9:~Z?;>_#>>gXD'4{γXĕ }'يhۙH?G6/ pGqL2@Ȓ`O2BIb 'FROg!d (H (Ge5UJH(C@B{C×Y\=eߜ4&1vJWw'~Uv (E>K==aZY!C>pͤNcRH"CVma+z'2"#|t oԱ1XDCK69Cnz? "i#qLDz$'v l1ql$?zOOr a)ȗ` le '/ KH41+E/(< _%x% O.?8%Rh'`i}}E_8 Chy{/a'OJ"7/1$@aDDw?T4 1_K?e#yM5RyR@,2D) $@/]%""(F&NpCA. JA0N:*\L0bb+veI,USrS"bh9D˪*]ƣ4a:Wq xb'༓ii`*}P;yp\9=@!R{+RbMaC( o2 I8e1$ĝd*ly1) X>܁kӒ@aM a@N Rl7XQq` ˈ". RcXq>():󌾖>vm(JPlP2w(=!IH>0 ԗIWve|4ZQ9=Ɗɯwa#`)3 !DN'Qxx &A$(ĩq0NG[!>H2d;Z$&`aƃz^4NG!@eAlPhB%( )MIDJD1hTĔ(<Tx0Na!O#7I"lga@K*uEݔԑD$ T4Nƙ!d6M4+-U(pFSl&JK(D FC`?+H"Hw{:;."ɉd)mE?Yt:! &awk`4_?57n2(x]6CHp$ 6|zGhV #&wut4\n Obc!)$,p!nt%T*+KZ8X :'0+]@QGŒR!7$21AځH8ԧcXfI0Ap3Er9͕RBJv+.I lZD8ѣB(tH.9PZNYJxQHG} e@wAp(-YZ@?x4Ix DR5ʳFH8m̖rbHF"е IZΘ>uH҅$py߄6>B\:o|o Ǩ>ko;$B`aomUkNM|3 jeC`OdmCdR-1"8WnI/%]7CU¢樍xT)MtWQm2YX#)VR1M$p0z2^@&g2TSV Iؖ+JXNrdCLO{FP(1J%;lj^Rj7\r2^ n #1$pSil =HD3"0D!3LdH" *HS! I A4 " x{78JiNp1UI|{f 8A>*!}$RI ~ ,{}gި'CIͧ3 !01"(JOYڧBP"Gt&mlaBR.$)Mb3$CGÍLoz, Oa p!~cRP 0KHABo}ЈG5Q'fR$孧i?t2B@:J X vd 2Lkhb ]NF)4D}S gA5&RY0Ar!eKfu ϡ_Z_a Ҝ]AQAO!_ vOc:=}R~a7FhSdpF_%V&59/5w'7bs#z4R}/ma,OrSdѻ@P&DZC~ !ۛ:JBtb|dYxxh C#RffSIA (|< }UTf&:ktMS1nN(*~ys!9<$hF?q1Jd :L'VhF^y ~ysrla1ϰúnr0O1 Ïhk+8 8JKN{pEAx Fe%ֶ=q0s"'q!SX:`NLdڝ3\ij"b`70ȧ><%c{D{B9ރϼ5h)H* ʉA`ӢGQ(:h+A:3U8:pޕ zFG4qɿ~MMOJ:Z lN1g\>;wedrځЛ#bp!==ǂ\Ap脧34ۜ| !hOHzowՆ^ )hA}Cpd>}/f.Xkڕˑl1g 웯&~Hk4i8;wnG}#An2F!i8 %{!"g&=E-jT0qa Pa LAP!,fM D`67Q 'jr/I33X- ]\䧉ϫ,=7iHTpHJ4?D)DD$IuAB1<2քsp=S\A&GCIqޕ˜]1$\AHc "žNtρ…k͌(p׏M44DSIM^}<HU%(!*H q(Hh H1 P !Hm'J O82|3 P~{!E 96bNM qLDNhoc*7x;+rԤذbP^p9Z ]1 5(kG3p;P?^ 8:Q=˟?PL{6i$ϐ͔YWt|ݷ4.oSMnh۟8Af6'cnWNOa7n%F`Є 1TooS~ 6sэqcSAKܖ fOq} 8tgǷՠ0iNݒPQA0=P17x7F*h bHANA?֓Bq J7p}h1 `}Kb aa]h UR"!E;@БA{1 CC)h<&XL24 ٭du†&iUN`4"R!@Pq+(oYGJeAxfrEҒpP: švyyv4=(OWiaEy%@!=gw'@ϖwz 8)0cgpRD RPPVD"f$W h$2û{C_D" Lg `wKCB-1HRJE*"#ET2$(llqw܍Y찴FSF;bC$@v(BG ; P\m]N6{؄WE 닦j4HIT:ے,K:ټFTciL%ΨkH ,ud)çoO۠Hj*<'[jj jE6-9f& i&7Z*Em]& , q jT+Ñ@XrlaB>d@ 4I.dq` @~] "2h;#g< 84pcy٥e-b}#`W oGC֕";KE8*,vކ>&%b)iZQ+̌ChȚ38X:C* cWnNC!:"&j,.aLb)<@%sí2li MN-V-i{Mv0u%D*Brp*&vx/Cd`>!`*m{B͇J=$Rm4,pKɠi (&~4Aۅ1diiS,}lp`ILCmҮ:WoIcl72{?}&lБx Nꄡ"{n+2B ZppVhx8  j1ERw&3'3K}ATu U(~.)]QWy)MTqɢ$%6Lb c~:GBFdo+x^]_} )*//Azc< j>Q4;?(!6`EeÞob x$ YrxvFX@:5d2z;2.prd8аC,U6־'H3԰-|NAٳ 6mRQ5E"|}rOu,#MN$y?yJ y*o6`(w&>UҔ Д4RRCHH J I@%"D PU#J"-J P!J4RЁHH4J-4P JD%Jm^82U`bbT`eԑh u< V ;t1!vJŪf{G$LHvgoN f›JLb{ȹ >kU"0|RR>~?O~_~/쿁3i?}_+w~_ߺ~o_ s?/_;S_g?M_/?>? dO)V?U4AP@FD`įF%A:!sHDD0LU:J E/8dF&V`du  mNB&|EM$"$ 0ILw1HQj|* /ᣳGJ*@{\X|$?b4 CB" | "zSNXC AP qC`@y>L<<)Gn;p@i  e%x44Y!' :aP:!,@(bI! 5A*%=it.I(\0xBhT2H<؉91+ A݀N*(."V NTσۄy;Qh3ifo[B@BjE8ٙ%.|#|RJ]VQ1m7TmTxAA¨0C{g %xtXƣd'={k*i( 8N kmdEY ]PzYf~OO Zb(~pVrv/ z ^,C9z%5WwyV*4)l(Zܴ]nofl@>綹g4 Dn?0AQrw@8$uTz(^Qo&B&;ez\zF :2qR-c%1}O8#)񁱔Q1Pw$-,Bi|L%X4ժ Q"cvhZ/B`2qz𔔺2DX tOkOfKFs'v4{)>ڄbZ @B`h LxqX$tK뼵{$"y‚y7('5(5;Gb N:.ᤠDA\,7CqȞWdR؛y}py9)]:jLsb)=$E)b`()b1U|ƽ%uCS`IKI7ġC^c'@hSNa|+L{SMJD-)T z^I֌9'A5Q#29Z1M.CVGK"10oj PDs Js刀^m`pY6ۢS%+ś]Q57aM |h!/z0K,K[AWwqM1κ5+Cv =ܞ: D Ĭpub]N vt[ɴ (D0 * kOGOҊH(?;A``R4F!DthoM*T4bJr'M doA8 >r(͊ӚJ!+3k+L k 9 RؤA]=[`p$K%?`}f4zN]FDz h)!G`?C6!JwT-(, Pi)D=6,+(YG7 Ft+C#a)S PH--Ơj3krlD+CɄj͹Xb Pk14mXZBhSEyK 7ԇ d^ˌh]B]h0(ЗmC>FO zbҗ]SmtiRuW_I<o@ ;E7d'(|DQ"E%MȎ%MV1$Х-[,:&0zߧw .@ /"I[5 #N ri3K*C?+?Pf1D&߭Y'p&G60"HMlG{seN*}&Mޯk ,+ЦQ?ϜPS&,^Y3R=l&N tJ+?`?!Ila8M6C[fJ? mXdOt4CX]SeJF:PA۠p7>\KNTBh?0g #( Brc[xIoşkW'Ҟ<iaȋy@t*(bf$4'c ¥G>㲚cp*PVd&D(n< @X!D=VHC,L=PtFX n@t.ɰ&h)Ҧdj( 1E0=IF189P0RH!pq"ZF`x?ẟt`H,@!s2R}a4.MeN2pv9(ыA1/0a_#ρ8OpI荈 _ǼM4XN1MlF cv 7m("P#nE_b,QWL0DDFZw*G>[YOM%5{>N/ԇtpTNī ["dDTħsx9uأu*oG oahP6ĄYLz;HPy5xTPiuO0BGk/_B/=bf;Ӷ03āJD@n"v"tx;ya#rG#t즂$ |hnDqgh0j0`D&2+\6Juz %4Z 8.֪=618H815cvhrt8dLB(L:_~}DPHXIK!mֿru ,b2bB?`l4 .aC }EN96C2hP!c '-۸p!rI]5lRe&vu"Ȝ)iXl90飨xrәc3i/P\H]'Μh*cC K-Ŋ괭̬Z5:|$@0b{ɘG^pAb3M`nCb4C-Aj:ף1fۨKTp'z*"xZѾHYb!iYآ^6Ġ:5ѽ+# r"U49Z2g*MYM9-PK鰊Pb"bqD=i4p(|g3GLR>y|UssFȚm踵׮=1H4ĨBVr`"uڿg뾣HE&7ɷH.}HL^Ȃyn'b*d-ӄbc6 H3ʥ&Rh'XE#XlK;5ɮItPE|>oQp.$\z(OC ;;"rM|oqmL(҂y6 "9V:nm>Xpev M4o" wgIwW4dL* ̫}0dFrSpInDE!Wև- OJW\=̻;^BX˃V:Oś|( ˇy$ qF42@y߯nӹAPtu3['" ES oQ:Y%r`yo`(LCr9 Ο1DGPB @+ڈF dpǝ1 QA4Co׌<^pR=pl% ka[4 KJըHHDz0*&mQwfe 2z+/nu* T]DJ vLyuh▅E2CcbҔ$U=tga%6KXǘ3Ƅ$)8d|Y/)T%TDvaplh(Dp3HHBL~fY94ae6 ,&9)D_+VVL5 NK=L"Pb3,F$fkQj4ː6 oyX$}ìRaI\p%}>Qt,S7̳<6mvbɌf2AՁ0JYO丿aA$pZE:"J!"#ѣy̓^GuGYk zx\2$tg`bĘ"͐8eV-kJ#L{fˏc*MPQgh::bAewތ9'QEFT'`iaX}6wƨ ٶ[S[5g6g&݇JJyf1H6$8Y&w6022dkP8J2|ckϚygNd<->0 *}u%gLH$J>h~*Σf߼pϭ-߈O|D M 06 f}A5FFD0V=ld45_)dUmݦi!$' @aˠ5̳bJgeqhc_ni~Bx\ZξȤq (>-ȊAA٘0FNVwom e,DB t$d7dK߇ %Qrōz)C!m=?}Q~ x-͇D;*;g0@LF44fN><-D,QB8-!.:tmJMJRMFgЈ]({wPv)khV\3 zAa!">G|PK"v!'ty 8D8 >W?u@>> Y@4=Uf|AI"nKh  "!:dA^n1m7!nDTӭ4cm!429!hL K^.`MLTS!iN!3+ {<{PB{fgu,L9ƛd2XQDbTW:sA$f! SԓLNv`i@m@o.ڂ"q~ F\b PBPjII14._0PR) gFa7PR#F(BndF7j( j溜-&yU& s,A5 BQ& ޻+᪨O_=Kԫ&@b5詞 YЂ5C l0 C;4h֝YUuVΑ d(V(U"^ Nxc'MPQ` #Waa+y1YS(J&Cg}kHh(ICB~2KWW{7A`3=w+KޚGK>u5kT) Qk|ăS4g2B';ĎO&WEׂQfu+K^sF<J -(kS~%7`y$.ar~PF^8e{ 7Bft#(;9(=*WϊΥw<&6uI #D0$_47x kC;PQ|\,ݲ5 GL8A&ơZݩ%@ ^VD/ѹiq˵>ҭ`ˢ+!^ZahP^jȢX)42nԉ\9!JwTu =wl6f/S #f@jW9ky:,R78ny:Ē U -?41ߎ"}:W:v7D,WJ-d}dzj+E־ՕÿPLyDTg#* |5]N{,Is0tXm(6òrU Xo,S߱r{+]ۋGˢ}xTcԙkYF mXztaQ+HgZlhb33S^z9:Q#;a94BC:F5ST뛢'LDƣ8ySPN8E Iu1,}>:PRBaLymYq"$ܸؒ%N&3gQ"!&$x%MEFPԒlZ T&4⽯ϛL^2Dt"Xz!LrTTޫEҵ}\l# lf$QȑKǥOP{R}M>s@PC;}u=oHf䳔eHJ'A+ UǤOԲPu%Qq$ Evɞ5&-Hj",=Qh&wAl7sEu}2Eсt/|:Z/*_~Z:sﻗ :-d_ݔJYr3vmf4FuG,hW!( 1OK(gFf͎5{gqN}ìJ:8lQɓ)s%Q4Ot=]6tlgup6#SZ+ז.>~$ȡP.fҚ}LdޭD.h?jKŊ(\׿z0vN$Uz>_⪞8eTݞ9F$f 1F_<ّ~GdhȈPZ #0'Ӎ| <4ba?{m2"n5W &M|qg:/^EFC'!)1.OM?Lt4Qcӻ$eȤ8Wb $kMRա #w3d]EE ~lqe%$ks KJX6gCs~+чb4LD3 L%\&JzL镄=-0DG]^>ű8%InHԥ3,K=Q,h bk}hZg eMBCA^b *`TU+d_찯*RٮO QE"A~F FɓI`Т̴I6ݰ dv#]2..fѳ}' @kR+򨣭e.zLf8vB4k$D¡oьEaTL0dٛ@ښnFȎPA{Q \ҙFG o.G~L֩4 {U鬗4o \jfwߞU@plƍ \Qf:} Gu>~߾Nugsk˾5[muC(iKT E~&“t=J[Nn: 5üȰJ0HwKυP4Ǒ6eb%dۅ\H'3[bI>G8cX޹Tdob0S"BB\.%Mq$++O{he7:FW zOXjosSlHXw f.h'Cl6LsZأfjuYj4Z3͗ N (p0ҲTлu$ZUx,Q sʉQ`*hQz*uQ1gFѣ71ʀqcrZZTI:.o5kn׈i!G8+vhkwzǝs$넧$u#b48FTse-]{J&?'{ҳ~ʌr?T$ߦgu?:T;WLhġ9Og8m,fYM-:R::'QL^ 'T積Kc]j8!JNl/[X4+ʾ5~WmwhEohRJ)"3x6N@<ffƚyXbƙ^paf7BTbH4 &Dp% VPDZ&fɤ0D kP$K߹{Ϊ]H 1e@ttI.$YR ]KA.Ŧsd< c8zPQVc5QEZ! Er M'{tH^C;e=C./Np͇{ h :of}dY䧠䰑-A?d(:P몎FDBȸF:u{FϚqJquD\snΦQ?Th<:,_j)um̬Rħ)UJNfFc@O~Ls.(nGN{,Kǭ:`JO6s)""1f#;I0`tb)".0UBF~D0Q.:m\q MWfI>{LKxMWBr'~ .Дppu۱UU&(=h` $4A8.CFr9W<.࠱:U$&4B Ԛ.t=7lkX_>P&0/wẓK(5牂hG De:4e L "Lb bbApL-?0J hR}: uXLDDCW@kJJlRR>d4LH= dú+H0-/j$}?f2@>ϖ hbzJ44LjpA0uHD`'p$ZhNof;Is)]jq}!ha PhCgAA5%1!=HCփ/ >̠G҂:s#UI';n`֣J!dM8H Ƥ3 0<@5c d0O2CĆעZ42"Ę'W=oL ~ <8'>+6TtF!zɄòFKN_p| ?2t>R8>iz0kD5gŖyLxU)Nl6;\HԏT€$oL P`^e<OMkX,ʙR6:mty2⥀Ta Cއw-Φf)ۗe ̋UtM*hZiòL5,գ}*L͡}FTXؓI2̠Wk3P=la ]YQĝ}e| =-}Y(ʖ*%P}*Tt-{xt3$q yrb#.əq N½&"\g#DQXZ͇L䚄{蘗"VUuTJP_̈́xɏ"B_ˌfMHqyEBXiDXӅ0urn{cs79q0Nbrj* &EJ$OL6] ,BrN'}G,D'Xe&T,n|(nUf> ٕUZ)S',pRCVl @@ 쐻~O"X:9hL@! E!m[P{z%A!y~ξJ~}~Tv{3evɡ[EdNb6 C'. biV LCIFKQz(+EG\G?v3MA(>HR8&-$Ei|qwWI $s. synθS4O)QNQx"љl$D:7 qn[iq/M7^}p.iah҉4xQE0o#)cadVPk y'HzNJ g>5;;Q ĺ {GGZ'2B8XL#YP}{ǭU{'zǪCQpz_czRY[+eѣ\]e*(EO"WF'/#vk$|?-$Є?t<$slD>&.cV FkRd[in֧VBL֫OP1#ܗ'ϏB f mpSYy%Ϊ1",(B_q(%SNP=?[+3=>8֧#r q&~̀paVMq؂Q"h?1 $Dz8zH;DW߷+$;bLP6\iN}AwHIu,XE1h((0ɢAH}iPvWP< 4ΦB$ +9 2lp5 |L.euW\jBZ۽ô"ؙ 4Ca(퀣TOݔ )'~+ɎێeA5J>xBC9J hdb NA<"bFzBq$"PQ7ܶQ-nO7$:H,@02{sSJ́v;W4CR*bSx$fiXDO \)@Ӟ(E4ҚOW1ҼJH ! ipXϪ hz(GS,$q9;]wXbDܐNOTy,KAbنfsؠkXNc9!Aks.1\ÅNj& rOIvx4i䰱  <Pӂ BGI1;Q=O>HX̩* X<=qI*R$IY@D"uoGq O4N y_u˹Ft6߬A'<~clOGnHA13~`sN =o0#8S?2@y ._5ppd;:QM8I{ocT`Qv}@0;@ @HDH{'a)tfiP*oG|6Q(&{D:+yhrmLgI:N:5bmI"! b{W$< (M SĔQE r>$ { 8BN'H{}T?clf%Sjhǝ,4P.Q8b a6116To/}PWwɠ;`,DTJ1r_R E45Hf 7&' IC pN\ddevK!5f26ȃ03AABoL;8=:}履R0jS|y}e;K9sS &;a=&Wn1wO1M1&.D+Т hXRȍMK#6#_`(I IZo,u:؎qeL"(G$7= UhO(7A87R B1)0"D%1QzcN7Vk~V |У"#\w.}踁"p* bI.E#eb?"AZY-s'q?2p7=hhX{ *`a> 4bHV,PãQMɃ9̩Pde0PT `{c0f9'L)sz)ԉf84aUDZQ")EnbAm:҃UΆVja1Sy0I:Ti4,HS-SC)2ļ(O1R` ئR&Z(ABͮ!*R$5-rLCqs "8pra!0'ʬn[5C](#eЁa)a,!O N̞gZ3sY>)=P@ 64*W`6x7QI(B=wTN}}BE˒ C5?&X&bJQ#?y929Za`ϢPhA ֜PtW&؇},|P% FEtPX<h] aYXQQr= Z#G*nF!ge!@쇈RllB!]\]]TVR/ЖYs_sbtI(Gk17ɸzڙ1$f7ofK^(ͬWZB RZcrf Qʘ/{)aBI'M8E$pA-q,;| P:X8cfѪK 5qǩ%F$68FܽS 1 4ʞaa;\kpސySYt ;(^yFΩW=t4yF?Atd 2WvӋ1ġw'I(P_h(l G=\trK!1hq8%k0'8Q9$3E߅ݘ7E pqGN4HF qH"!npF Z{">}z3>PH4 g~O4DOW494xTHb!g{%G[z[&wS0ߧZSD2K$fElM]:LKRw_`8Dؕ|UUiQ0h`L (l q?Cæ'\^(s2gt5g ! Tprr ~ChP…/oP/bIځ[B;n(g:r6Q *-6Ĥ+JҥE<f<$aA)i:᐀#B8>}.hS7wp-U[Pb)j% W:ɺғi2*Do0.FS ]4Y RPDNs{|"Ʌw0#;>cBx ,:alE=J9ǧ뚍` P|.wBY"{I yA$ t $_Pqン9ܗT- I"k) "$h B6a 27$TSELC!iH];.hb" mlw:d+VU~iLJqqJ˶}Xm-qaDϞLJ^z%lpizZDRGVx3ko˪SG_dVKYӬ4y'O8nZ~o-d^3 ~\Zp5453ޏsQǻXHבމ k|(DHiuRxVb2Ҩus }w\;;ROg8xzqpz&)xLGHսn1Цpۣw1c{2xb 3"VmuڸL3 z'"h|n7{b϶ {y##ȳ*N:*)Z">uMjyw ʹ*ڍ=eKX"ѝv|Y=^N<2qdʲ5EbEiSy QFz\}lg vJ_sz}"<\}iW{޽g ܸK};g=wr˞ϑGѻP S =8pj=Sm\ɴ+%;[GXnR;&:zs;{io’8WFh܎ƍu},e &ۖ'C'"a>bj;kЯ1uEnω&Nغ5/Ú^83K-jZ>%]IɖODWk';!F&!iTQyNF8en>;Pۓ3]|Y5hI^U .{4\mm{BfOE0H2:pXj[-ݍ/&i 1(:0d߄p{9JR*U@8t# g3ƃ,"Sb4Rl22EN5քR6]6HE=R7nGEMER_}ξy=0u>bBux#$ꚭ\ C2n縠.1٦O\]}MFn|ub:9Yҹ=}cЏk}UIFf+D-uh]d2"{ZqjF@_9]l٧UD4Ɲ(i=zףuݥEhEGF/jI)#x |zPW"}wL U2ƁQI ҧS}!3Ԡ{CC⧢?D O}{mKDIFUGcXjYݴ0hĐ"Y;K" pfY)VB*BIDs#fa)"Z*)RЮI'QNd#\-׳eڛ2O埞wDh`Bމ0YoX'D%@tȉoA 9S$1.! 6::8m>cv#k9e-93wdq8MV4n!7dE{$>+p%IQ0LɺHQ3l:3şKN'H]gT$%DTD$A,I>Jc=4sઈ&?%tHΨe*cpP⩱&"l[ДiJ&"&"ZB<~8#GMyHHKRTB?NB("(B@)BĥR5I U E%%U%$KHPAA-0HLAT@JJ44#HQEMT%)T HD4, LHPU4D% SMSDT )$ OMyr`-%,m W9Q("dYG(zʊ}xd56 08)Ć?g bi(V.]10!8FSqR"0D#  45b§N $1 hNMDCCH1*$F0 JFm4P4D-(D P PR@C. Ҧi$HiB1MS-ik'сrv`KIʩ1펇%YQ!5J"NIU:P\d#쉓N ćjB@O}nʽG< *bW inyFσ4ޗa+<:,ÿ$(CdjzQ' ȗt/7#8Ƒ}[ |#esĒCC,]!E Qk$(mi6J4"cC\ȁoG JT(":MxpkOEv!7~k*yҮ\mNWNv]hy|a) mk-.t[uw2P"]Ǘgwn/KqjȈ,sQ1ET̃ tZxeJ<%|1 d{?L 2 1NbdF& cfW$'@m6k3PHGLd bZtLMdq!AD΃1 q ZHPcoBn6 -6 8ZC)1#g&8~FC[!<9j ä].4EDi0`\TB+E%J'/q'Ga(z󻖐-+F(%%B(R셥P@yc0f"eS!dYRLoyrLPaeMO=0C*FO"m 85n5S׆9,V57BYs!J|d0QDDД:4 Q ,@c@Іd#[cJQHSk)I&LbtbB+ݵMw8(PV+ld 8&p:p،Cb&\z˚(t6oULJ#5<KR4>$IDET~X&ps)&ʙ0'cMo#FL;ej2w +&#@KD TfA&41 .aA=$b\0?Q(P= B1 '`Q (=  B(~!#{L;8!T]CA**f &0B"f擸Xs=> `{s[g.ܩ[Cؒrby+a8M A#/Dl#h11:87S#=/o̅Û]Sp&$ "܁4JH2 D+H/aA`:Ӓy4Q~[mb%L?dԇj2[hB 80!A gy8(H|ac[Rx!bN2(眧 ?!4HDCȔ*2XOpRH 9fK jP[JX-PP`PfsC9 Xt -A2a>)=ɏOGyI r 3OR&Raz_k3x$_]=c:z2(n=7, X[^_Ce xRd9(XCwo&L@'STyz0 بVpDD|`p7|az0PҔqw=Gyφ DvH& v$" qM|V@m>'$$,`1嫌P1kV:/)f&fguuѡUs.Z뒾'Nt< Ǡ`!(P8s@YEh2T ۭR,ӫܡM;/!0s!PrVv˹'`* ͞s7CxHJej$*& u1Yg#5SW P=Xv&ٽli4q]o6YA3=MI 2 B}49#},wDZ6f6ZA`q֭V5uF$ @1(đ SAJQ0Y݂anC1v$8x u`s6Єֶoۄ \8q=}"3/љ:wpBx(nA'9}'#}N?w6?4Nz=$<T1 L1m!X8/2 b) C2nA:[)b"ݗ ,2KZGɼNzNТDD@Ҕ@dN8L_w̨Cq-FdN4VTcb9ONL7˜pNcķpE/B 6G 0M'|$\C!uJ /]NA @H&C0sJJYy^tll FEِc*pJ8J.v;1zD8T!^ vc@`;e)Q/7%8tG/"A1X81)L @Liha*$ր)фBVR&`r:Ǜ㣪r ;`6qSIr `{~PPfi\D_~ݐ+%% s7g{ :x1WYLB?l#@yĭ|G(:G&*0B.H t=Ptq"AzQ2D"ҦyZ!o35l<vؤ IcӀ1zN0xRp޾O1{3axvI1n!C,T;w^g!HmMvw}N^o<.ޝ怱ab_n`O`t}i|ĕyġJ8 uc Z'Vz Q#KtJSRR~>'Y xM >fD1Կ?>@@Q d؀轉wd;wVǥ<*Z\"7u)~$IJIlPb]ݔŶBeDL:L. kAǗ#Rtgm靋Pi4+\iZaY&ԧp0(=ClݨBmOF!*C}LfQ6#.& ~L)B)IѿT#נ{ Ϙ:5jɘ5A)Ȓ#jDn$M鬹Xv*Y-`jyhDw% !/V0xM$Z/&n# #eb T@Z3M%! q$HbBB4A#Ҵ ٝZ.1'd!=dL%IRSC@db &&Z<`sdN tЙj#=j ΉLcyeh)0EI" rVN[mUxeDՀbLa1ŠbIF!tmgh'sKua,4cS Rq+2W'@ЮlD~/̧i"ZdgC{Ab Z+0IBxq}x ІNX ?k 2vas'1ҪQ.*ULӆ8qq;,D~yI9]?Tv bR$v:andtJ(LGœl%âI0ER DчU/bMwsWj%(5-m(s88UGLs Q SIyE^>:j*kbiwi#)d R )ihb_ 4R4~4R 4R4/IBR - RREJR"!c T'XB A"Q<'ߑ&;=-o+!% BAJ@$ #@1 e\IE U@ĤK%"PICDKCT!4 F%$()(J &i"PV$Bi V hV(H`*J!(b(Hj ) Q*R *& bRb* B椁 ))*)a"JF!R)( &jiJB& ($ZT FJB$ZVh)j"% (HHDJP)""RI B*J fbfV(I"")fI @*%Z)ab($ >a4SJ!HPQM%+QD4I- D 1/@: B" ))i $ Yfb(j$bJhR)ZP" D͡!) `((R"R"H" hZVR%R( )  *Z) AbBbhB%b""R$h&j" "ZhJi  )J hZ@(i)*""T"BI M#Z()?@ Mz|G30dަ޺VC3Lcr7Z[,=V$"D$("%LTEQEDCIPLc0^9ZCY =rbf:h֜;$;|pp;=Ѐӊd34#!bp[[&GhI4Dh̔X3BRēE+mMdinF I:FRh3b54Z4v;4D)L48>ZѦǒA4^c# )GR@'Z Q@K4D- ( `GE#/(=JSsoTqp:<`qQO9 4KI -G `IIDF~ i 2@Q$DL$Q$DRK42#DDK35$S-PMDDQHD-LD"DA3PTA$TE2lH*" "T"" hb`B&BJ)*"f ]ar{a#q8}g=\t2D |#,~oVa Y$>}[ȁܧ(}zMéSQ*.`p{$rƕ@y8 J(2燴p "<)Ӿ63 :BrR B8Xv#i`pV BvHj2֤p(c18@'|D"Чg.ϫ†T~&ޝ*" E !:Pl<y58li5GBV2 hcnc><^8; ÓFu8J=m&f '{5w!vRmI=!~',`a6WVyˌkO3_^Dq3%';n OнJQ8a>~a"ѵ7 #7O-f7yXaRb 4aa2U?< 5X㾎g3gCm)KQ0y Ɨ@ǔ~fi(?/- 1Rt@i fiH!%a`% NmS)yDJS|I+}:S$: |é n*OPRM,MZ:%Q1f|oqԆUHe+ф790SzI@ХBCaZ\)qA~>'g!We"h@9O e0Q퓆CtݑS-oQn 7d L6IGE P(r  405P =lTt*FjRq{),GJCm `_H rQy(=a{UEj #Eh*Ǔ4b:t!8sO{w"XOD>dۑ pQ``o1se dr7f2 $%!B(ff`b$ pb&%SrjNr(b+$? ;qk8 A/z27$0>3% Dbf&I@O^=ADă x++wn H# s`'AbCBFfS([`B1J5.]EҚ)]qTh-L)JL8Qf4"e&CDn٘;BL AXqBP@>MdтMB)JPAH(JDĂ f_{Ǽ†"Vwc%"i?/#w؃t1)G@j`(` _%}";‰ q8 }|,-԰cȲutn)Dl [J/)=ؐ>!}Gꉄ凪{Y҅Oȑ0;!J@} 'k/qU3"lJ_L } '%({|ŝs'g1RbMzB  3eeJRАPg$ZS ieB ,$e0Y9s9CHBoOq4 =ZPaJ>dbuE̱c8 =>Ľє(R c! q3(P8v̛Ht u=.RDCF/Vp S`h:HwD9 e|AOB_Ho_L'Jb_p^a(iXR@.D:I!B-+HN!CJҿǤ>?* 8%4@v#MU "[  dF @G !eOE0!IvyIHS `,@ScC.JîԎDDu$>U (/:xvQG,䀬'Q xIAEHD ?K鿘`xO}C& !d==zҾ(3. *l 0ۜOz?ҌkX C]jPmocvG gGǵ 'r956!q8[̦NJ_UYl`7`%;<̀dž#j9>i (&QRaH}}`>a'=R"~)O@cvDĠkKmK ".4i>e0'(x.5̬M!}Xo.%H%8(j~O7@GU57ܫt!_{x)@ѯ"0p}>9Q~5V?WCJ *5޻;،Y/ 0 3I0򟯩pD;s*ͤLYQV8{5%I3D ELóT% 8 &qb=_m޷ ׎/]W&V )PJy$=䘓chv ;#2N,g#P!lE&Z"Gfe{PJ-nDgH:-Clo1[,K2F-c ;u{޽rٚ?K}zWQ/y~Z]vs9Һ@E^^$=*PP>ỴX1]QPA B iIȡ]M^~Ο)Gkw?z'~eYdW'ˣ@,GWy5نSDFcb aKB5]9\bԒg꫏jڹת:ّٓ1OkmJ:FŰQruJ#L9rF=Be2Jr_×}E|EXDp:H!2`e}Y%>kiQ)Ed6xt<ni2 ٤EE},_=gϭXt ;$C4A'ɂQBfu_QO,H>F Dq)kt``HpTi L!p`&jeF+/$j֕BЭD*Aգ1vj!D H^Wp7=8ڑ]o c IA/!dBpw 鎀bnsڡ D:ca#?qx%=QRMjOG;8ߧu >(XT4'#ߟ|Qi x`'1SNq!F9> =5} nj`890q%NWh1_UN!Ī<;%"c˛ƃ#(㰰FP;$0Ĕ>P"!JLM1RI |a., w MH{G gACdf ST#\H`1D?4Q+ X%ba Jr('j2Ac 9)1~c+!18G:6IA&ϐM P"IDH^>;|ћ2 DT H1'IA5')FM(he0P}?ım0N)0hO]'}lzFH7Ep/h1?#.>nZ90L<WhcoE߮gkD,A! 74%FiPii M:V&"D"PJ%M & ) @(*"bB "JT⣠q #"A PPRLSH-$EPRR BA HҴ@S5 D Њ%  )!UAIJPWlUHJP(R"R4 *iB%` JZ ()")"& j)*J $h*DbJB5:?cP LI DMD$~R!oFrBawO~`}QN;A ` MOB?W8wGQE&\o;$ъ1 ҕ$?#Зlh0HR4E P443TDTK F%ЂPD@$14 !Jᔖ@!4⠍=`n2dS͝8 _i4M>g*µF1V$հD"AXbvdGVٟ>Y@|kn0jMɋ[8CNևH1 ;<2,d:B$BlhF+X/T!l E8)V$@mɰR <8o YtyK\4d$9 mATEB*jI=Sql]&fJwڟH #HDkj[VVpgY5ݙRg.fԘ0!uI7(rE1 gVە(JVÙy~1x"`?DlQTJ<62CWAʡњa' e-cOWi͆$9!&P:c P; Oh׎7PGbRivDn. A( ͳ!ҧ438X+  0Bc!9P&  h`m(HHыGyc`BN@vP8f`4^ǯoo%+!JjWEJ4&@0gJOq $2zze3V0C"C8,hoA?~I.p.ATN};;cXȍ`0(ep'r*$@D1)HB?5?Z 6dX"S'i*nLR!Fb 0P KJxGɵ*K"ĎM%XCa4Hm1Z4kEh80qi(#H;EJ)N@IFT;r̼-ښ66-B)4nd40_^&8q,0$5#E޽zF۱pG!}gRr>BBK{#iCT&r$*t_?2;V; !|kt;#)2`je 4cQNlC~>cECB*P"J@8Ȏ`1z~TixyO]))2v2a4k_q=g"ÄĐI*Mժ-ab *G՞z} e4kbwkvhFO1OBbCm:/$/D#&2ZԆ'MF"lf ʅ1A9$d0a l&̋(/4黎6.`f |38{̨{݃(пfhmIƾ{vڗ C=q͂N6M&>3pJJCᏨ3oull [((D=d6RCN '`_ln}0PD4KCKTQ6MFA4D18ƥSG8 \0"$=#ª|ƽh N:JmlET1$Q1( Xb/Y8;{sbݎM4l=,0S|YNj9Zf<(pr&XPDqm3pӣmzw&S;*oGXғ6A6D Cj'!P6mQ@c'g*QZMa|xTuVwK}LH=YgU+P2ߤiga0dbvmt~H؀x1# o@?ԄSCDž(q @<Hw|}iھt;%b^ĉD"=aޛJtWɹC?^%|a@-*A 41;  !_fPY|>Ɔ癚}$?cNdISU(i* y<)go}NiCq2d=q6+2G3v;a`=7X )LH:%:2x}@s݄n}a!OAt7 $Rdܜn(laˑ/Dv"ObI 8ٯ|paʓ8w"t 2\i1"9k ~~۲lv`CdެwуFB" 3K)ASh?8VLa2҃q`j/İhga<7>xs 9pF*R y f8k3Ki#JI&(nu5:R\(pQ<Z֊֊%QǶE:jJ*P0,kiJ =/<`bjqOvvr[LD<4|W/J0&B )D(ƑpՌU$Hj i@e%TJR7;aƥކ+ ,b{2pskil{$ c m)>Dz9.x77b1,)L )4EK.^%U# !pA+5d0@3I^(d:ťkq@% S{ C%wGjO{tI @AByjIb֝,8Jb#A w`PEyJ*&"m)- M!AvXt(&xjdEm2S6IqƉnIɘx[G<q)wk݂)+1DdU+S1e_ F8إ?:R,=b`Gx)&D%'[fI8-x,Rrs1oĥn,Hg(LAZ2^APN %a$0eq"(Q(Ǹ;⯦C]@& e U))Bf$ՈHgzie}$u8Bi gH Pm%i)L|΄IKnQ :LƒHiM`F'PHt<Mz0KXo %D38LF6y O> p/} $JIP@C/?Ο=A 0j`gXpa‰f\CDZxHD`{}'^xS !jxOaP/:T{kK>L ڏ2!)RҌcm?4-[(J0bnr¼fN8JR1zyO[8J,惢Si: ζR>` XfÉ;r%K` ȵ&t;%TWNŋn j-El[SN$xQ[P(E*!,(4C$&~f=3ks'Hzlu$ctĊKcԩzj"4DwL.Zm-Զ]Kim.wb-R]KQ%EԺ]Kiu.[Ku*: Ժ]S FAN$f崾Ժo|^Rm-`[ECjb(D1*)Rss<<%(6L=Ac81&B~S8jN<A1DP3Tx3(p*^8},4fHs~Y4R8T?vr@SPMgNa!Oã}JՆ!΅:B&g*MO qalhlws x1<vt1ߎYO SAdRLRE RDP HVI F~^gΈBZ0M&Q:,԰%׸z)¢Saښ0»:X`MjH {O0iG@:W13!Lь ;Aۏx=OQPřνٽ}z 4ϩydH<ᎎ&Xo> a"SQYӾR(6BR^4<]hMRJ0A>$(1]O{+E&n7q@p:j8/"RCIs.<_xx0*CHf4Bqa(J|.f$ eC5+v+u;1y^P02FŜ!* H@tħxcȿ¾ʥ(R E 3((j WkͷB.<` ZtZ2HM%8 B`Xt4D#QJuAL& @>WC>cuh==MZHzOt| bB=gEHIC;$`8ܥXd*^pnv>GNԞVr9GC!; H}19__8A!81pUt*|"p{{9|TQM4>(\4pуDiu"G $1@`B.ISƿf(2,bZhܺ; eFɭ9Y#Kk1zhgf4AtkKFIEYSQMp û$Wz;\2x:DLKLz.P$L³PaX4G Q(.Si;]РTfs+n.FC`J|M58NN![e/֙K[M҉`hB#ۂN s{`GN$rMeA%8 rQS=X7BPDRIRQP}L/YqA89{4wr>[3ɞX4򄵶O莄}Z*<Š$F~/'HbJ8jЇ [Mie8۲M$DuGE|lfՏ-b ܬ59)C%7Q~no= P1*ڜ7 3zJ4L6-m<)-QQ0v Ɇ x9U,L/#%7y/19Z·u,mjs,0u)KdEZ,ژȧ#7wuaIV$5:o|=NɝKuYK "öt$H@@A4QUw~~"㩦`g|P>T<')`v<^FFV_ C{E;<)msz4 H@S/@"'' ^S0y/u^|F1'D U8R2 SlX48 ;#trbD:;lu9?q6u\K AĊ`~}W? `rn*a x}^'z( A)B@i ( : ݣlbl7adMgz!`x[b(QFXL&hJ> `*XB#"F؂4L]rUI)BbCRf#mD%& %vсSˮY#OܞG2SFq TVÒg&zETT$43HC0IM!P!M!B{(X*"c4"0JJV PBHAC@'P%*@kaQ_*(tXA 5!HSc$AKтc'6g+Ӥ'RAO5|н8 b׫GϛR49f"۷ m2raQCg].ms5۷m3EEC)14E4LL-DM @k Bیd5 'nth%I2Ayy:X Ҡ4e{T$64Y Qf)gPGI|^rCs@>xP{!_ eư,%(,8z8 T%U/VbCJ)i ț=]oQ*9HzYVit:(vbJVШ#DSXJL}>;&z_Ŋ5|X!wl8D4ax}g%>9z <&]=41^ XP@ @/zO0$6wXKr?6z8u{ݵ#eY_ZS[qTf"c7<*fH(cpEG@Pbofc`" ѝv0KEJ$JXci@2&X@U=̳|2qT DٓG ۾ <ԢWeڃqXey6}PB %d0i,)F _*j`nq M0^4“6^`ü9[I0`IbMͅ7fl`$BBj x` 0KpMP8V)6"&Pă7A8&"C8wIMR!LO o8&Fjjt b.[)k#? d9nm2$ۣQ= &RsCUw591:r3ݻMn(&rl gisc8\Ҳ8q&b%5!wÎ{qGQӍ -6*_6gC;K&JƎ$}FCmʋS578cqEa4Yʢ֡s&-`bD(W09#,MjT1bskIPQĽNT2SU:ERz4GCb|h{UqƔ>ʎ'QPdFar`Uƃ<47sQvP H^ ocR2A3TՉXWh@&8<5|a)xqM@ ͙dL)yw>*<4$ZP' 7Fy;6MS謈rPw0T)&ZbV( ,X`!BАA9pZF jj-ZDx 9nґ쇇DI1I1(-4'3lG$)d$X-N VJ 8rksm`ԕJ:0Q Hvb62Mʦ6:yx侽bޑ:bq_:wxd* 9Av &a{;"->I-Ov>, 5-bD'5y:3gKo /v<vNiZ 7Q-q"D$v 0&y\=yωIAN*<#1bk=MIx un'HO/UNE$;@&h.Ȫ#1 5QX &rLRb;`u)Q jl}>Cf&0{>6.^L c]ǎ0!'D'T<qm%jv>7#1MhPɑ7g/Oc݉Ltm4sv-(2"4Z8H C*"RkD[]gڡnMAՏ"G1bSl@`>dϬ\܊JI4o$R`d Z-%ci_ |_}󆊂}(ECmnm&,d}{}ԦoL@P"L9ڊ@k7gaC3=Li!a٦yR}:kg TA;4f4`8£~6( m,&^~C'QɺN=Yta/_.a9,E=I{ :"qk+ ۑF~LTU^3]囪BV.88v5 ;ٓ9̄0@꛼YDJeC G$OϪg??fmKF۬/g23ͺo7P04lC\Ou~K$T2Aն̫\ɼM@E#=]*zf*ɦMKI8gdڄq=厸m lR6jD)"uZ樟NB#P!,@˿%m&(& Ix?+ΕL0)0Ƈ᨟ŵ1AIA49Q^ JOJ;N;==,iPE30Oކ҆F ϟyy`DꉁF4l |yv3bzI|y. (!XPs"ZG`THfHc\+ˆ u%5[(pIF0*&& ( ib&BcWϒL(?!dGz ^Ԥ_ǔ!TkGjy>B/䔔 _%t|R{6<#R!|*Z"Ms 0YԜqIºCOh!Zy  "RgD̩):Z"HD؀^#[ @+x8z/ !JMɄ | mׯI>yOwQo-)y]CJ{ ){i O <ݓen΃݆dwXF씞v xyqG-U!<~v!j8 1N8(%>(½ZU \C1"&2OEKvji,m MT %N-|<@{͑&.(&9xEh/b"?=ZNw{᥈Q*e0xKХ4"$R &@@i` IF ١ "$L@Gd_jbSP[t> e}&T  1y. Ij& Pf)m)n#1IE&RùHǕ `SPW,Smox` "*eJB&*H"`* &fN+FIj"6h*J$fJfdd(8j4 ( H% h"% ("(F iB"$"jd&) )" JD(i` P#eP 'h=KIQ!2T”QMTQ,3կ؞a[O8tP/Rf\x\zmOAqD^0=1Aoʊu'h RL}bS 2wY(!)]M0Tu ()R%a _qG<@ᇒnR@aM/>&4f\I+h ~6TdVS TҜXJ/CٶlhѮCaH44:!J$peNB~2 !C1A"W0t Ny᪄B >r<*m2P6DAkoe5Q<#Ly((iJH&wȔm",|.DRMɰ& TicA E<7mKQ X\Wf6)9iSXSx A C7>Q}6)4~0iҧ';s2ff!\ l_^"y/(r1t_S򺍎ews:i bCָ$!7$|::W&i#}~Q@xx#|AEPltbĮ'QT'CBBh1H H @ĺ#W@&<H"˱P:8/}ScrAX j2ɛZ:*P4XwȜ%"P!C fIϾs!ߵJV=)Z0 )p$5CДSOA͊ѶHд?v183'Ć B'luw`{@gOBg/MOdz!(lGyo=ıWviܼ:MD awM0$MD&P6'bC&~$˥L3B22*`xeW{H>=)0r~'|K `4 dHĆ(r|=IОcT.D ֜K@GXq&[fL&BTɌh0 x$AHPNrv*UtǙ5Dۍݐ1o$EOANGy4KǩЏ#Jt.@>_A|*HB&Q:b(*Tp4-f O$18G+ҨqzR4ۓb$1]f82йiE"x,8On"pM+Jcȸ8e/$DDSI 'AN N*bYHWWJd4Yi \rODOp( Qv˅v,,h:SG|JA,4 J&t^eH^#H1Z g :"*N%Ә/. Ѣӓ##J^0TAkX ]VΑ@\V)zG8{c|Crү4,F*NbAhs'ǝ|IHiyN0CDmh5 hX*X<  B,*k#^'pMut8vs4)hRe:0I>} KD "I LC c*)CxCŽP%7Lt!5jfsɚC6wphhhqCaT0Q0]ZY(eyk8o۫M%2bOM]nJbgQB#ieO6eoieJu,,, &*~88,rItFfBaO*i -,:TPFā&D Rgf80!l`5 8`_ ك3Cu>PEa. i~] PfM%#3An&їzntg+ZAQ0D<&Gh8!>'?Dy fJTB҈vpqi$AAC8tJ (`i 8a9MݛeD4K:N$7g'`mt#WT V(ي\1Q̗P90҈tAs.0 Pt uh8RZ )}[7;,DҁBEߐ9g2ɶ abBV4D5_q danW\aBĜ2M 'NBxhd Bp PøXLGoo)pLt#4q,đMB_RJ:@$1!H1(* D$@$@*&B3=jic9I3]fEv;c4%=>4+HAw"YqLP(7_xI* i;C:Rcq&>J4"A!W%s1` pJpB&&ٴpyq'/W:|X| ."8fk( 7 ]>hYA b߽h4 ZW|{d!P̎t=`QƧQ?4%I1i#peI@cpH!8 /&@q< aO>P9P=nZ/Z}/܀"J @4PH!+F"")(on0 +hm݁wd=HM &ˎQzS/td<=b!x^r8@}ob"qy'Ӑ:=Q9Ip}TJ4) a3eqCgl>04(R2tSDq!U}2@(  @h|>px9fB B堖P`thčkOnsbb""iH"d` IH09" 4If|vDĮY온6+m12AւA,cflC*-2"H$rISf a8f *dbaxbS@=h]_`*PDC@*(D0HD1#0Ӥ`@/IuuJ!!(JA!T)DQ )ZD U \hJ$R Rĥ*4е4-PC P7bAٗ{Cm!i>22Q(odYӸ:ǻu-\|U#H`L2LL0&=Н}aA 1>]^ c!?$ 68"(Gc;p h.grX .de?t~}8 'FdIFyIOW􄠠`'^̠Tdcr|TQ1 ZCIGxD8F̋sa%CqOx@RldP^ . ʝO )N!Qlc04v~ʢ;<ӡT.wS'S Рj +x,=#qt`{l穮?Ca%>0b)5:fA)O}.|ffM:kx1Q `9]$QF${ä#E ib$:RQ=`VHn8|rHx_񐘀KGJ蠥)ΗpFC'1^@Q0G )&@PT4tt#B`@d^9t+A!b4R>p=Ў WM_CLI4]hRt+!v~, (¥ fS(Gn!$9C†JCQ1r"!KHSG!t4yLA* .Cz`Қ?ia ü㰇P~0:/-㴊B>rq^DP8f1z;#Fʝ Q J m,hbM(e1B(N`ЇB'ovn ٗ LPF1C{oh=hN4nC6LvsҌ}Z+NuИڡ$BsM΂0-)$hY:^q⛉ PiJd_GA/+ { 8=`؈hz6( s>ϭ|gA݆BEQ^|y%)w.ֵJR D&L?vD*A^@IػмH K:=J#JH_F! nkF}[} ʟc2,KB=F3+bh̑J%-NAJ^0*d9<٨ju9MmLGȂaMY }g'4P@PWB1Ɣ]SZ&7psPA~S - fZdthJ"&'Q% ޼r8rv &Cxv9 dKR1fp K aS Dovih@FPQےo.Z܂F8H"#1g?Doݎ8cTPY DV&Su[5gmB I2x؂P]dsmvBh**(%aJ *2'<*"lF=$TQ@Qΐ6 (C5̳#2sn;N4a92N CkSnu暚Ü|O{>cE=s*6m6>RIV[e˽T7lQɣ90@c1trY3V o xbb 'e'b×v=  P*Ad{~^)hXy])HK4=֔ThB/Dd0CJIAmPɢ3S1 4 ZczHL݌D]z4QDO#."fX;g4adhIxor|!=72;HD>lƤ,HB$L3HD1ir%P=ADx"GYkN;GZ=<ў_ }؈hHд6!ĢB‪PʆQP{%d* ;>2l*3C $HRQ82t1NDA$BR1 D 4ҐBDDCa7cݎ8O;Mfn'\/`S?'Gop'>cP8(kO[Z[m p443(aSITPnƓ11r@5iC$4a]ǰ4;_1ei .@A&&e7v@7ehI2%٨^Zr!6T6DH?u =/"?/sLm`1"DD}(+"4bcKNC_7D42AL14ĐAMAFS%,ALMa_Ch(aHz8:|}U97 aAK R%5 3% IE0KJ@ R QE3AQDDBQ )֊R"s'E `R(5gQdԇ&-!M 2&-PΝPbR @jt1 "kEd`ĐRJQYQ~]2^Nz OjP .}P ZP*D,/q!<#̦I i62A_# **7txƊ tpp4*! i78@raͶtk=^)w\O2"[{nE177sn} Čro}~O?]"8?@wk37%S DSLL8,jZ? p@rY bGć  =#\D$ d<n!É45ْ|2h,o/p5wp ]qŹoh% &B$8@TUp\bPCdrxxxv:S@FxyGN74PbM&pDgx[.Ƃ7 >̆ 5[`נo;8HEDXKd G`i,iN%ۈ5ģ׮GO<}`Ȥ$E@@ @FhS0ʥ,pÆgh9цX(`K26[EB1#GՐ"980I9JF<#AQ=`HBK''߹)!9B?RN'3IL΂S=HzML0;~$=5{h?r}"}oX.Zje߶ G0ܤ٥6E12߁V=!PUzGAP3)C AA*y[bYjZ} my;dP_4)ө:@?"Nq΢F.Dȳ';۸{ۭۤBqN1J$$"rˑ)ۍ&4ഄEAxl„mRDl<,u5&ƭ+~Zߍ8K"TcqsJc/dkFeimRfUˏ5CJa%fi0* Be@4GDq"u9LAs}&xEͨfw <>(Gh;RK3$9&C CA˃23ܖǰv>73Sw}RKgs@ˆ J蠞e"0P2`ڱA V֢g ˶ &֦lY9 ĄPHAX Lc*kH_%P!̄Q% C W8I c hL SRn>:8?oHf)BIB'3~\QbXQa`)3ڟ JNAJDD"h}$y2S;9IdpNXm$wI9^NIg=kZAOQ+^hɓB}2JQD"î{)P $NrX[-qd7! 99b:-(Z4.{̆ҎvDan(]Ft 'gݵ]x0ao=p%% SƖN Ą=hǭ )ľpz lf8\ChL Ĵ; fD97yAA0w Fkkȟ 4xv顃2GOv1c A  h}.'nhxZµN)I,G$ վ󰯤?`7 .fl;uÇf& 4A>q}8O,;" dE 2nˆ?2wXB)"|r@ ݟ#(D6HoI4jH- %J…p6M5 l$QPmF` "=CEH<(2rIx6|űɓ"+\^NCXC D%{!|z xm%uBbZY&Bd& dmtԤV׆ BD8!K$D|P0p=9= ^P5"OO<t94܊U$XT7Ix_vg/ZDD@I{;UW%5i[7ԏhg@ u֔;K5W&e<%|1 A 7q%բ>[hq klX hMf>'C8'vtRNs 1܎8]2Ǡraw o x݊W?uCEcjӝƧEyd 6ŵA EPz|q s wofy?7"}!  D@A0yS5;c?N@4$r gn])>fDg:qJ_W)3(IVQԩ wMaḏ +_]4:[.$ݹqk.D}'';7zu)APӿ`!B(>k7 w.q= Q:րaJ:Gّ>GRdX߯zun[ĬSHN>I2N NYH( F-RYN$)D5-w,CEEUvrm11$`"eJ( |eVmWx׷ݜL<% qXfK -"QM1,ATHbD3A0AG%RLEL1n{Cl3BQqUӢ(|# Y"/tF gQbXә;& I1 'DBSRs14yQfcF7ǐfgn8hjH-b ǘM&!| L7l :RJF!%ZSM4DK41)!(&Hi Q66ցN8˩%1 &BQF5:"VB`b.8qbf"ΌAEAE-%,Z$BҒLDTP~}_bRRx4QAXpo:o_yNdh@:%]:1 ED2D} ;0 o膃!gftY͏N@dY$kuaޙ&Ѽ8&Ţ$aQ`[v15 d ~B_g7g,- a-FR H5[ +Xif֨?N\w'7a*1q3^<zZTe66*NwTFyrJ}&OWfqD) 2S]."R1JOKCF } m`$<,42a$3 Z,rO\nD@^=^&SȮ BAHQ>`YceC 4Z2@}J=lD/ 7W d))P&$"4hINhѨ@;LX,( O HC/t@k0I3U韼3s449% PT<|#QYg =F |Q% O/y?=xAKJ!+QĊHVU VP91! .zzt?D|:03d܌ïn?8j|%`).|w"Uy[ƕ?Jw|&YJ iKh @_mv=S=yCG,JbԉQەIjA ڬ,B=G *7yuszCVL.yNؘ"&jI+R@Ïi R"ڰԋ >6N)`0p b)N%48Ѣ18Y c J@: L6M(8j %.דuwbRh l9қ) nYe{,H!CB#sBыdщG㈒1 F6YS<8E`dž t8!JSQeaKE Þ"G:}Έmd#EKJB4[TA'OgSI:14`Y)!R !Ĵ/>\!ZX=J#CaF%QL.NBVDn%ێ^yvq(x,d=Q@ i\,<#'xLF1A. 0u.78|i"(1`Y% !`;cG_"rfbb.1N9ĩ%p5Jn c@gsZY(NXRG&IBed6wCaxy]TL:qH"MƓjaRz&h9ԜqOCfO;Iq) b2 Ҧ$_)j`wBm䦛͘Mh4v`0{#CB~tNxJig'G;Fd$?:y;{,N&ac~ D2qhN $ 0s&rCo/KYʘ`Q'IOnyvg1ɹހ( R9TNI)kIAh?D`8 @a$&ZԄXʛJ@wߡa{Ӽj}=,8Eim-M *NANE(CXE9  ,GgT>;ܯQ ~k?:c#fXlb@2ܿtɬ?>{>iF(L`|ڟPX@A^'ZL B] GG-zd9HbOXyhA̡XLAd C{nJhߡy:PIA AKB )!Fp`]ɗp`c@ԸH(NDPP SLN 8aS\0Onh2m9R:dO?8(_QXEBL)A$JT4%L;dI?/:G: QAC4_z!o=HFTӠ=Ѥ;Y E(fb?WLEǕ hCCXJ (X$%|Q<@S4Ȼa}vxpi(w!a&6;.gQJeY4&MBzT,(j~)aJ痄?{P}'j'QˇP%d8EI%C AjХ&đJ1?1(PJP$uqфX 8T ,oʥ4dafPG1 x%f*$Z!B >Z ?lsOݤq(Q@v8%a+`@sL0"ާ?%`_<5]; a8M%0M @$IDBr]A @h  1^`}G¨{Qy6*?\83x#DB ]&iHlb@Jy)JU49)ɿW(4[gMjdC2X@@2 h 4A ,J Rhе)"O`}~OWAJIU#АC,@0td8'|. X (B!h"n?Q!R@R5C@!C@Hb!DPh~}|{ Ϲ?ΦOR]:~ s~%8u2sX?XGA e2>{\'\"CDe/P8Q); 8KU@EBH!2P@ K EQ4  .&`&** ѣbHd0_vk#I m_hoHy$ōD ꂊIѦ+>UP~T'NQzFjqg(+`$Ar.b 4 >QEPTIjNTo ;+ʩ%se .cE ̲aF<9_\]#š)GUTt"cɶED'RMMZ[P gl͓MUjѩdq:=t+ Q_;]V6V >di(1j襅. rɝS틉X ۊeAe`;Y00fxb9#n;EB:B^6nb ~(ɃH0]}yVFA*9:(B"D|"<6b*K}D %_g< Cs9[:cbә Qr0xlNTXOYRz ]MDy%$&'hX'&Du2L&!I2T% 0u0KO\Yiu FporfS6nfSf gZ. mg|2jTEEGC+@cM&S]Y;3E15QckkF[xCLQ=(؆؏gPd{>vUQ̹;ED&=mpnJ@os)z+t4nD&#-+DF8'Q@ͩ3E œYSze:yRQ2g6ZRH.GK)yHaxGN4V0=F.3ht\('BKVKf-ҟ=;Œ'(wFIQ>+~-K(Gr 3^ؘ6,wS4jcԌss;cdzݹNX ڊ&;qR$x]}#C[]v"/N{q%5hlpuU*r+6d-ЩX_$3籝|1NTb:$hoGe_dt:Բ_e?>*0jI! f͚C5032jTzO_t}ָ{fn8Yr#^ک>A~*^ &!7HMU] w7/ 2/wZTsG4Q7C>Te4#b$1~ xx1W2|o }fGvtVdN۟S.JU佯E8hE%$ݜ(SAUaJ=R"=m$k`AQ!Tf3ڌG(8j1@CmA5 Z8`NRv[ʂBU'yo@6A}c& =WhѣQ|,CX> 4 JNCQoe8=)XsJHN P=tΫpTM0dECBiI)D(/cE| }SSr`9IBZ]“I[ B0 c][^:暗s)7,7EhM -fi6k4Rë"FM6; 1Wf4GTT Am &6t{t0.q%Se)Q\Jh;)A1A(3"Ҵ}(.Er]F!C>ܗ "[d*pP\;ӏS_gNhf˘\CHi #á}zݳ=򺪖.ʙͷhI_ΰL%FϪy~џ`xYDCQGÊ nNbqĵ砯W$B^'WBZEOB"ZBZj(Pu$ *ҏAڂUDO,tpٳ.芽i:DjP|r`.)v%lԣGc ={<φWRUPLfLXhЈ,OOjlȥJ(RA8}.7% (jw:P$VU9? N1@u)ĝ]A] T8JSqȓSd(o80򬯶VQP$5gcZ4G ))>xdʓw}a/#oB]B(y9LKG2japНd?joQC'}ʎ` `)zO‰%T8$~)Te)g@MB&Ҵ6!ҕ옒CʽQ:bqp\R(a *_]KCp;:*L%rn1d@4Ȏ2;je9sdZhj QdC ;ʘQ@G).\'3 P,SI0te)).3i#T%2RNIڞTnЕL-]ȦQЅUd^7BD $RRUq2r5#LB8$EcyΊeokHh~PGQ8sϢ|5(\U,Q@>>%Q]Ke:o >py߲[zP+{IJ߅)9ՅvΧ5F[gk &uN1PIfz6aU3jMC lvB|࠴12)/*LLHGO( D 0GAt]dBVHT}I5gd*/U.\0ژ0 3]. T !5A&9h"f/2C_F6dROY78!:lW"YIu/C巧b3Ҏ̥eجMҙ[DH[FlfmL'*@ ՄT~=8CV"c+֤"TYRsŖT&~j/M(1"D8LCƢUY7-LJ:NnUSeƃV^#43Anq3-T1d8n]|_71Ҋt@Ty)_?MI4aA3ɌSN/jBg/s:|:$FM6$4F f S rl,;U>i('Ub}LfkQ2'̣"eգc'(Ոf̎.P`3 zWUJ~V5jA["yLCp2G}^,'I>3'sǩנF͔N+AlȐtp=k5Vec[:)HVny&CJUR2)t%XYN ,st{aQ/[ΆR;;`QתDk뜄9};{ kԢY(a(Ɖ4SB8eIEWX}‚IɴMM7l5;sdM64Tf- qA$wnW.0'?kTٔm)G' 4+ I{UG8s5)Ҡjη%G''ם)%kTd0bÓԏ{n_R¯;0J1H#dǓܢɘ]!:}ZbXŸ+4E 7Ln(^/.Fޙܺuq#ޟY V"[" 2!C$1w׃F*#٤>UAkP0J[9p$dH#tLtt)&{x H#Ki:t=,_㹉eH{P;Tox>O*ð0~`Q5 +2>UWO禎$٭ CH;ci\zݏ< .$l9[`(iaA4b$\(r?d:&L,.na<rab5Q0D X0 JJ\IAו͉f"GVΣ LA`rcLTS}FHX1ܞDdA "!ןox1z&qNBllgNfP %Ġ9BVզY4%-3Ken64@̘ ׯ8N8E|E)dG;oc,v4ĄyS`a G94/0hVd(0)7zA<IK| BZ(IޒYȠĄ@| $HT!6DRz= Cu(2FJXkE+Yꅊly`k_\Mw'"(v7xC>GsX(t' !xjnWՄ$NT 'RXdО44O/d ;SI" MLuNtMQa RX;B'{ w :AT|φX ݀&4PE bJ{; b0p֥ H#X"1Dce`pf;%Q&q 0\ƳH (\(P9?x₼H#C7ڦ`|cTJQ79Jv31<{Z Y zJ&߀g[&a"RɛK|4niԴؤC|L&e5GEM;;Ȉ™0`g:{p~z xzH1 -.-cb')ǹ~£arćBnmDm q"`3WBD(vCZFb:N > {9iO)Cǝ%>O {܇zOV]5 afUZ &V Y)[@^hxm$S~4Ƃ+Khjq,_s<#0 B!WߟL\c$b`^ y`q9:`> H~ %J! ji ݉vIOqG,u9WR`tStѢ$`ZLKCpkli:aIUc P,kgیz !@< $*M:Ź1ܶDK 5KLΝS`IRSRsK%$*ߜG+"2D런g p`P!i=`$"æWW9c%>'àkU|#&Z k'bcgI11D|s@8"䥒/1{|dq'푌 6>8P엓 :~rzȘ'ᐠlE1 ?ELJ*_6 "Ye Vb$MN %)!l!F?hXVO %1 33m'R_=yWH:}yt 7&;$|Q )ѓfVAq dP04p2(3;ОlT/nމ<ڝW{d7=?.[85QD il˅J 3ݤ>Kǧ&#9'vCϸT:jB;AFHme c#xu hN HtH`MJ|~I,O'OHPPRSlbV! !S@hM$%1h1D- T12K$DRAE%@71TCLCN`3ŢƱԔRTDcURFʠlffBACvL?>vh6 &H!PޭZmcl$jD"6G&ٻ-E|{{|7 wi)Ml GXyK u|m4TO^'f .Ȥđp$N4ԏNŔ4\&34Q L!!-jݳ}}y~9$KQ-`Ĵ}_D>Γ$ðC|0!.*="@궀|$?0y*mi $ɴ7U#A$s].L4,aIħ4;mӣ'$0su7&C8tĔ@n>%PNA4 HQ`6 4@A>jwALA18BHf12?59B  =cWa^2}aF3q Ǫ h"fX+q IC$u ·s"G!֛O\%|a @Y )lݽ2$M>2uuwHȜ ?oLPt#i)LB8Md: 3+d؆h# ~B}B{-dw4?/_~F:́tQq&JaNty!!ʏ oѐIbFPfs~QCs*z2 %@ѓh N\AkHhŹ@@LSq)_bMGrI ᝏVjv9d9t\_9}*{S׮ͤ :ONw#Ͽ$|ό D`|>xڀ |@  h9v4U]>-&Q=H jF2Jd/n;%JZ)A@b_T INm,:wd Fqd>!~`bB ò9&ٔSvIOQOUPCq 4ќV}yI$ړ^?>N|%$l  bTH 'Sǘ|4ncpL X |NsfZi&̂05_̱y+4n3ɞ26gOYTy/gE\j7D EY"fZ"0#!&|D ɠZriE64Yľra>iM{JY4[J^Eic`DʻI>N~+f^u,7W>hdKQ>3@bMh6jjY2[fϚ_}{PkeuUۣ5~y;{MSqI$UG6G9^=)vb\szY^Ի({\Vn?o:/Bޥ3OB/X~VgRW=vPG ҇' ]QR%ZFA;#"Ip;Zc z ;.cҲfbנ bU|a A& \Cfbc[`j&UZw5UZ rPB5Ur-V*g'v{: T_V !i&u3k"„(5'Mne&ìE2t;;̾w`$UH%Snþ]6AʧQ7k A\[h5SeفU83t=.^6Q^LS/u"L$ HQhl$ u&0ZʭqNӮ!1? ms&y{dǐ]8Bw䓆Te^:a6پKduAᆎ/#xEl!c>Sp[G_ Q(;Rfh=_4ID]Ch9fHeYCp\HhI߂ M!#Z)Xh7fRj\Tl}Z5L=:GVYT[g}Z9͚/Pxτo&+&KzVox]sFJrw#{qv!f)XZv͜*E#6fIL&Q-(UХhCN6&jI5ڰ\ٛj)e;Ieњ2E(()B\`ފִʉa䖣vAF,zVО348rl@E*YBT[,th`;6e "bme]\t4D;͝tfY|1ϭGF/Od9`P]#ѣ:x#k~JT'mRSLN~{֥/S]CƢFvvLÆhi7dǨRu ޏ 3 K6>)-d B #VyЪkZ4$؛(C:osy76{o]Uc6S8@C.ݝEabش-Wv)Wˆ^3b+F(+l80jlt+Ur2ԍh:f8FnMq Ha,)ii:t0i%eLc8ԝrnZ*x.9ݛU X븛$BاZfFѹPi#Z]{<"븕 >U׹Ό1^StAE8J51\\AqK({{~}Lz68pE_$җ2 .8hf$`蘘 zR=nuA > }Y!A4k8ctf˞h*0)(QBG"՞o5Tn*9d3Y(B8ԡ]GdKE%u{zپ9$ 'Mϗ)!p$x. 9SwҭMf=yd(J^G.U)'vcĔG)uyu]~{0(Yv)qmo0P/AڑŜ숃/7NM<5KH&5]f%jeE6E(w}2ERV)(C|qdQ-D_9Ba!d,GRĪ%ȋ%LmMy*eh$w(8E7QtWBuN 5$P1)j;y :«E 8.;l;r8X>I[(1H Dmx^`8"Vm8Y:G#fbFa1PY#01 (3zx;E(cG|\(QFG\S7/Zջ,Kal=6bei~Ɏ釖w 'zf(*PPH& 7^Goq=<}}lIPHn YA*s7I']r"{7eJLBcP0YO9;ѥlggT<{*&>$0Hma-& Rw1W>#jZ+tCb);+.dOi{'0D-n9,?6y&>RD[eGBD% (SQjD#$Jlᶋr S H7ct_&/HG| x=oL3Uӄ aXYd3S]#'3눅z0 i3چ#d =6u}@⺵E1n-O9yIVD@Q:+@Lv+ QSss1]-]F+Sʲ9tn2I)SXQ)B b /kf 6m D!VZ9y#9 *qq]Xm#!Fvj")NHDdZ4).;f#/U8Ej0N62Ѕb9C$ He>r6l00uZU@Ҩ*y,[QFfhTY+fyaZᆠD$i2vF*A-HPB']Bf5RfYFzymJmV" SUN)+=En<Fv4N4;4Ҷ_mvڣSmY(J!ǽN5UjsOB8,~"0]X.<-f֗HS+1&R&Qg|UH=^񙮦` R >#-(Ktᇘ:u͓7Z]|  #]FaCT(Ja֫\NVbTS[f򙆷U]YuvׂL~l4.ˊE/8%G}ͽ$s0Q9GZz{L-/{ 4YD]G,AZp>) `gpnֹc4y'f<w}-,A֖'B z= ?EDh´3#ǃ3vaf|XuheYI(iPJJMWe :Aӌ49pԿ#x^Ƥ3=+;o'yMw QjLM,e##f}~leP`:Cl pہL(!I"7ngeIC8Q0)?9%A8Jqd$>68p)BxwyaȏTIμJ/p~ဈ("aa@H &C(J XED[PU adQ[ bN1566# d_v:y:$i!Z A9 #CеCpL7J3Aq0zGi(:25 >5eO$z9 tiG CS@  ix \hS2 gp{֚d!{Bh9 !J d]mE&x}.ٱl& Hz7Y0A#Ě.yM.Ѫv'hgzy(qYk؎͕3C1ܷOEPp@γ(x,eOt˜x2I2PD4)K4UݰyK8n1\^FZMнzpfgh=HS&P^],7>p^㿁3 ֌)AN6 p ZTEH2aa"Δ4Ch4v$ &JEu?f=3?缿eO{Ž 8zk ;ƉROrs x! äU (&e ]2MہF9V]Уj.X^ӎ: 0%̓l5wBfSXT"(UEbZpbЂxUeȕ%>=nC_ZImb*p% ŚdLchAjI")H"hݙ7Emi5x;$K;u 4T*!9ѲTAX;fCl^  '2 x|˙J%"{C|g`$`R(I Bjbj"YX%5a$$B0S$K(]GF/u,IQM- TRvh x]9a@-9)=>h@t!0na )*XDլdST2Hrw ep(s]ղٞ|?i0Mӎ,>m&*$)i% t'/Vtb$"!HɲbL.`tؐbTtrUY}_QshU$"K"6e M :̎Pd CP94Ҷ#Mq^≠ *QQ`"Kr@wDYBn#{.ۄ©&zx"eZ`#johHh H\"& h-zpvD#4DFh! `+$SAӇ;@?lRԔJ9{g'!KTjL!Y /TKF֮/})oqQ"FOQd(th!@䱿/(,A])Hq{ߏd|}.;(`$^|qFL7/mUlD)4X1Gpoqm x۸D A`=32wz[%Ulq2y8H$2[LH|, ힲ{C竢 AaEhy1&&>HȱHoދ]04idQIYyְ`rÃ^{tt1#TOz9Mp;3 0xKHhP+ & 7i?@LCXp.!A%kB.) |aᙘIB]krP[m$Q!$U*Ig95@{& w73\mB(kYM%11 ޛF l5^Z#BQD1'# }T"ҤE!MHDP H,O= B (R%CB*J(҂RDĔL P4 D J%M!H#6眬H R5IB* *pJ@"TХ(8IүtHK*R УSBCPH%"R-4*D PHJ(ҔB DP$B\!IM{%T JDzQ)?H4+HR-tH.h+@Fi MPuOt(++B*P!BҴtjF( JiдAJ1 RR$@4 *R4t J%"qP+J 4 1+- = ~[pyhs,iJ2MqPؽFNгȒ"Mg3˨Q C#9 )(JAKr| })(t' @!Rc3!mEn2j:Z0)f&r4 d)DHj4J ~ah0E(q(h Z̧MPu"v:{T;E=&!}DvF)5re ({ %@2 C>N("P~jh̺)( bd4%*}r?(A8b#H/1 3`M5 Ѣ18A9"w r{x$K `a d@V$cۧFJ("xJtgP-O `VZħSV'j~Y5X b>) T0b>@gJ!:OY^af9n%7Wք ).*ݔ,f3I ͹RWl0 )LxCz9ЩncE^N! 0EȍYP0\2F1攖!5)5sdn188Rœp{"eMM8Z[9dP(ⵔn|㦠ITTGVHpq>Cd@h>n-6AөQVKja%Tdž(e08)IΈ$G`ӭ^룍sqгv 5JPu.3NM,bg$4Ml1v18~S;m*'*=Be=D J Rb GcA3AťCqDO]P1`RIlTۦXb N 6bqWF6-1%c"EF]| # 5)Dv+:(6 l9%:wqp' p/@Hvv k&LBIM&r ''7P<(UtS'PQ*X6̱cBX",v=! (`G5(j TD"}VcxC= E:=̧y0M C _mSdlXqR+j>hq `(<*AIGbN1j )W>)lTNАz$uULL?yt`B! "Ҹ J5 gbĿhqhҏHbZl">>K h&!DM䎄|O>UB:Љ($'׍>dTfD@tK)ĠizQ%^1"G<@ZNi2H$C(zK}~AG(- 01s"L'.wz(cx0L Am aPV)ycwI|t(=>e%0WRY&nwx)YXi1p >gE܇КQawa6Y3 uv<{+P/ܷ!uð̑nv8Y =0'qaϑS~ B>~r'iQ3%h5 l}dtýb^gYpsqqzɑGop􇤟!,y7a,c,h}a&иg`po0I0A{O, Ny2zה v@oqMm@sIL}ĉCG3<^QlD™ ^8 ɧ:O8/CUR&مв;'NBS">NtaMt0N$Mb lMhWq od!$|YVƄzO]YaJ.dO4z<=`7dr,(ک.uՈ"}X3E\sDZۃaw 7Ycut83LԶ!O*oL-;yYnm"+Ԍ_GPĦw`*#rI15Q&w HP40B% % *ҁ;.2]˞}:8WB(n`r尩=hx?]>Qa y4a{Se!bdݖ>иةD4fm^G&BP)HEP#}/g%"& |I1`Wq̻޳b *o };MIp@fTw0~9r̈́ s+f5L93 gwa˸ke'U쇾|k!&Qls-5?þ#{$_Є.oʓҍcQ'+Y׮k#9o!CEټ6"{lQ<疭Gc;l7saJנɂ un9:w5OBrN2/+kQ ìhR5y6V7i'yGZOsz]Ӿ~pp 7޹DCI JK1%(@ASB40A0Q(@5!HO$bQa}W@BG @HRp=R> @v A\cs--^HQ/GwDfz#;;i[)_@ܣMz(h؁y;{aNh$k\~s8BHc_RboA20+hT`'(84_bWŲ+ ѽgӬy=?Dz Qj5Ar$u!` /L^:PzU8>JR28ԀS_w?$?BuAM) B yCWR? `LRaw_fKk ȯFG>b\E6[AJem$7~U $JDpH̥?"r宾$K3+ lpȹ%8^8B BbT?YLFty!%ihy(`aXIhչ@?zCb (jREB%R)ZBB XX*I$JZB&9'GҦqʇ:m8(9hwOAd% x"'{g .ɃOJІW0J,AH@/A # ($}'2M1aC._ ` 1=(N8M(CvQ&?D 8T@]Ba2k&4U:EH%yǬF&0Ǐ[K,~5K;j("Z"3XWvZk`df@Xs0h ~bOlO9nCX> P"C0BǢ1=Ne1ѯn4R9c qB!1%!Hl$&CH5q|:S ;w) Iɥxy)lGoL`&tj?G X8[+ƟPC"(y+ڂ?*4LGs%ـB!|6kl^l> \ZSb\uۃl΢>;XW71,^#Q¡l]#8O'>|yRAN*i"cIgb[f5?, h>7٢(, vC0LM&ƠI]/ >c!:(П`ԩ' j@J~ܑy(QCTg MJa{q:pha `:AAG0q%fPüHrڨӜ?S@D `#A?Z(a8?'qgyk\}O z0P=z=sCŭ:y$w-5њ݌A36舔Mԡe+8NTmQtj1m71Aq:,vCjh"ڊ%( s؃]:O\[DBG80ڂaK8;ABi|GΔl6b[JdY( Ibqh[al=`b'e, & 7{6NBib&M``!5pQP+@I B I3)J0/x|RL 5@ m|AzfA1>}ߛ35G}9ԚQ3_w o91DٸPKDE$& ^av0 b^O R<Gd1G{Su DG6W@>R.6:ΕRC*8%ą?|;[uӿ+KZ]At Dᕒ0 Doж}ֹCdm a"oI{Q'&(Di쳼. nuBG"%@pB9A⠾/"+>W/eiZ35?qP<ə";N;c%K HPDBTkoaL:! YE5cQQml6b8"m[M|F bWImMIESMj$W2@qiqY=';+^w={ZRR)`̺˴*I'^4a ")S IHRR\w/@ɔedDt?-F axjb6Id6cd4m,1C> W&wR[cmg!!KDP?a m }yAxJ4)hq{wI6,fTQH éOW*Aamc1ݴUֻzLS1d8Dfۈ&5L$=|p&7=vŚ8Mv=Ŕ|:\U,E$2c @O%S=f>Ȍ3B' &5jt(Zs4sv3n]#Öa@YXb l*CHDD)aLX):hlvi yR* pUmZbAUwj3!>{w4K3DdSA=$ܛoeܕ@],3 ȇ %G mF蘑Gl8cQx#&dC٢\|&fwDhB,hQDt1 p\ {CX[` >؇ Xa. `pdtHc <̊{r(P{}t ('s X~^ϻ#tS~>{ϻnp(+~H=D>z (y b1 # i2ChSGK4tXZ<&`go>c jB!ZZjJByN)f"S'1#ɣ 9zC҈SZbJEb]5E6fiZdI DbA_RRGYz{C"G1dMR&.=HOz$b7ggRMR v  /J" &^nÔXϯZ g xu2/Ħ;6֊/\I85SJy?k%BSux@PiPġ)@D)._cnN{ G.vRcdzbS2'A ̘$Ig \1qQbΔM&Q(o#$bX"#ܳ$9u伡ؽg0bbb, Z,~w!B #2!3 '0eG .ěGt% C$1@>- J2Hm#bB+a=ufDQaCd,dxڂ`Mn-0F<="ПGPQB(86wwV=;v .O*p?)(@ J4"B#Y~_ (F%)bU[tAF,IzO'rI>!uBRLD-(IFBHDBД ֠zebuZw yvy06~=NU8CY6e'֧aDz`m8t )1pGKV9>/.,wg:ϳ҆a=dq ̻ACw{|0'/]e0 ۊ boNGBRCȆPPX9_ڢlX&iUUUUUlgt+pk!(||6,5FnmI5ʃU*Iޔc@&{w: ⪨c;5<| pj$}~6nЫ*E#(T57KJD<hP/Π3':LK 'nYi9 2m'hG,JA1YclL 5ãpa@⁢ˌu|7ӌ t\M(R`!fCCiЈp#DP& J`~4w!FO"XI%LS!c @  ,L@˧݄6vm5  :$$ tïz7f B!Xji{ŋr@By q!'6⠧Nk*C!&(;a_ǐJ3)b-yi1#nAHs):AVSCLDk4a -YŠ l%ȤQd( E@%z\u2=/xKKbQ4!V.DDrM5!!MdIcf06{C*IX\jԴVa2wbڄI)|~qHP Fb4W s,pBή @q?FGؤؘ}˃ CQ誉HPԥ'h =wɓU\R-#)nvl`زk微Dfa2BjaIH[m6Q-j]iQ $ON[Si *hu1LWm1GLL 0 {*I-{h"[Jd4hu)'\MBZg,%B@+{>L>77$)\Gk &0X;rVyW3){djnm{&8A^=@)kO' hdMB}‡P|*B$BJ! V}&;i"`4D1 PP" PB("BL#,C|^f2[ȋΦ!rv:E['ܔegQ$}> RI Cgp2)E(w$0h7[d J ]p7иCT"mIRJ T$ޒmP3T$|o(una0@)DP8?;) @f1/Q3WG?AXluhT"G(U`';vlcc`A]Rw%(@~?8OHytь <6%ҸOxm5Wpsr\ɾqY5,0g((!!IF՘=E't8RXi" 6D@2,h3+*@܀)膌4)@mD `,!9k G Fl"FFLgu@d62A䘖/, _w- :G7UAB"* ̊X:0UKjn]6g%ج0@KIU3BDIERD4D4DAlXr^Iwb3AD2Ug=\*Yac^!}㍒|&0^> `}{(h%BPg d SQˤjT !s $MIx"tAW0T@6'"}fJkh~Ah@fX[gj+bJ"ۅ $%.FرOmLMY,HO*=RBg,/0ʍ\7Ao7F]N3#03>|_} ټaQͩ]7p58,̜8Մ&ˁ7la|o&&`!.*1ASjZ!F`Ym5G0Tr^?3IR7?H0?''4}1@LL QT JQAMRD8~ݠ$cɇbMAmAD+uSE?p vp|`ܒADaxGfɱ<s%1@r]UUD꜄hG\1̩|0DK"I3Iד[χe? yEO.Hh*NSyBee %!Y?)4|ۂ2S<L0^I\I?YAЎ97O/g_|۴2!AD;N6dQc4T^>_m"pw&9 2.AR (.LO<&9:jTr 4dwkRJvwJܾk^;Mܬ@㾜;'/!$?z9q rȹIt,߻y|ë'\ Ɍl{~FbevN.=>WgVǤs掔 d^}8KG'']Ə@5ϟo/3yC S s!gDzC&g>@yGytltĿz_Ǘ#&Kw/i f{U#D:UR dI?>19~?_r;:K}eG9ys>(KSy2;P̙j IkL]coRKOIC ]fz_A#!xKoΘ$h">bcwSoML`S~Bڿ'ibN@jI0sיLpm/K{N-7;%"|TI3B_[kXS畏 Cxx$m$׉-ӕm׼shyhB>< Ѧ1i+~> \LV<޼yTvяWH w>YcҋυIˇn"^`o,$~CI"]'Kim)͹{O[Ia{OnpGi@jA>yl't\ENcy2>sI$>*X|Оs?-lD.y}rlڇR!4Րzte]OI?un^,i_۰eў:pVQԽ7xʙzU4tiƳ?w 6L$ݟ q`9,|E3vd4p6HԹ <@TzGo yä \W>)̓I߯in4a8oXwPhpEL\D2=.,#DwvS{+#/NBR>²q??zQ٧"&=ܺ MF8Tf/9E "qi\Z 񍳾}&m$_dC=25.d7NKיӴ;s>-(;v4xJ>^'4EHBoN_g<:}QNl!Kr~U~^.izR>fvTLHmgτOSzJ1eUi$~ώrĸk"oN2 Sz?^e>rEgPwݛvv33v(lɾp`g2A959clw1Ҡ8)Һ_7 UF?f+CX!uo*=%Xd 185Rǡ0칠Mn86)N:]6SȖ)T)SK;C&C[q~qJ\ G;K[Nfyyr;.鶸Ҫw%/i!^ ғӍiRprU)˄_ >MoACFQ@#&p q@aS 4MTלFr}u$F'jbne274dLLjI1Hᣞ}tuNz3=Y]LcTM]Wy_ 9r"1 ;RK'Tcԋʐdh|*ƘT1v 8 &c޲耛ϴb 0~91U#ǮE,vP1t^tTB8* d~%S>EXooOzչ|XۤRI$%6=nlD;BkM=ŷ?b\mE;;O9'(ڝ/zvJݕ#G Kϖ`O5Un^/t֑%/V={JSx4JT)+I@**T]$n\`X1$7pvҔ !mmֺLШE MV4`TmRJB )Q =mP lmaM5%vFLVUۮ"G%J$"fѴwuh@E uɤFC5-wA HPD5SfյJ2sm&]hkY[XhP  +DT`E (%BBTAl={ޠ*Q45UR b 5vyٸ:;{w݅)@ӟ,ݮ3APRj*9]pqh)݀ hӏ{PUA[jIRIM ^ƲѯMOO}YflU f3eQssƀٮ3{Be'wuVm-U{qHNy{7_o5kg{{O|Wu[붆C۪5*o z}}oOcЧ>l5{@PƪJGZV Jev M:@RֽtVQmPJ@Gwz a@@fiA,s.WقݭX}[4C+Gуn89 Pww5ye@;=(+ւaGɄ{C6 a<O(F6\aM,3p;klT|`5b̨cmT ( h Mʼkz4۠Y4{y@>(TGʍyK=Ϯ} g{2_a}_|}k_C}gb^|哷}ewe<2}Q&ᢊ5@Sv'Aݸҧ=u4Jv=hNjjA׻MyH[p@ӷsݍzfs{)[1@l[׏{}g}-u[Sl}^*>BA;h;0'Te:az4(ͷgע BRBT}w) CE YlѡT-VM>;lHl>^7ֽdզ-0ɾYAFcҡDW@ }zƭaj  ҀӺrt}T✬V\=#wh#C`d(tbӻ>٩R)@[pBh)USmT>iP{O/s;9]Y7t"MS,m*|ULp= tMݜ Pq@:mzt4 644@;v3un]Uf=0]sl" 4,a`RWcG0{Ĩ9 ^&Ug*<Ǿw` hOvH;}v@ C\z2+{ΧaNllA/X*P$=Wh7;c>vU\֞w)r]{SNծ{Ƿ{ok_}#{ܡCXh $-R UTa@@ 4ѦF hfI@A"S563FSC@ $)!F xM4C@) 4zѦF6biGPI꒒!#!*~&(S5Q4 hh4!H@ @ ID ~RhPzAi" @M ))(F$=OP@#Aѩ? !PaE? :<D_(Wd&M ~ZUD!'zJ <Wٳ_UEMchr4'ҕky޻whYUXmN^[˙FEI#,M񼵬ְᕩƲu3d)Y{ C 8VڥKx1&/ EnPq֮U,RSIV<˕oRvK[̶\EI@2QX3زHmJb-+: 0Utѣ4g#Vӻn5m*XͲeΚۻMڬ`£ -$D.-0 LjSjbV##e!Dڿkմ[*iC`'%idE&WA:'iL @(TD  *~~Gww=!R)ZH(,ڒr-偅 +*[)f4,5fP2&`SDd! M(DDu]PI UEaA# j.W_n46=]zۧM4[6]epaA4GBr@,Yc &wnLl`֦Z* $a'vadPL0dJLLdj*,۩)Ji$I׻ouݭ)EXBeJ$($%S5-4 DI >?n*xʦ;^a$5BpBxʊ"׀ ΐ=Bj3>rxU._{%?^ l2lygX)y/etVѸ{'}Qg}/EEALd߳uwFr_ lUobHj EJ_Mү2=i߯.-/^Fi$ {?9 "E^5ԤG9O$5vFY%buk֘ w)pd{i2TDIt73f%(X_ Da)|чD;D (u._bn ^-XV(m('"2v7]3/ys* \5{qc푡K-lVS@SHWzEW'>jiDDᾝDA%z,ATL"3:$饚v.Ϻ3X1罡A {ܼ6fWf?0A=\wpu;trp&mv|[n=k^{ ӿ:J|kP]L<˨zUIh,z!nRLF :w~K1a)9'RqMڎQ S8' ޾+\0EQa P|!4e9:td!W DR"-)co!؃fwd@k#9SiiZd7Z)XX]A"q z:fhۛ5j;rJLΉdQ-F &#e:7Q5-T%qU#磑`o98 elݦa)jf zw=)<eWEb~رc칹s57alGGos#3/NW>nk_Z[V{pZ]_ݳSgۭʍFcTI%4ftu].|w"tuR=;!2D>]}#"&{{%r)mFgSYXp( 'kQH&$JSc ѦHI);IFM!_eEkY44Msr/6먅6O̸߅ݛabhm3IdeuB"!nܜק ͚nSW;89a%a:V뭹mtst4 ф8LJDhK_ߊ5DD T@9 D h\Bh hMhޚ(@D'1>Ga04OeX%RM4] (e "@)iTO@e>ev't&Q4SQ64@c=TfH7xpbCbFB-COYLIILrO) ̄pOXM!D0100L-b$=.muA!ZPMzQTQ:J"oQkkX"V E3tQ|]R֞,B ‚ sWuc>H !"4 wO桊H?H |7M}?$ρBUaTO11Q$*8*cm5"+j(ٿ0 7s [_M^P*1q"AB\385*OW# -KU@sIy0f2vx`ˠgaJD -ah)vC }g=L+FBHmyF*[ȅ)L5r?ERH(/7Eg̵4"}uCIAb#A@%R!"Tw;r*p-(͡!,u2pLPW֚٣0`!^9= )L&X?3<x ҥɑ1δw'|K $F$9N%{-7{φh ^Q>^y${wq eɹ'CoXX bj!L' Ww(io>1rǕGMŝ\sɖQ"ٲAM/C{f*P˲q`vݚR% 5(QrPYύh n!}gm0$#S"&DjYDcC<2FND.`#fC@!.mcf4] cGeO!XmyysiĊ +ED#&~,R~_".pKP}"(!#2̟;4y{~֝2Sn~炐UY2??WT#b/6cϣ i(}KO *Y4Z%o:wkz E`e@NORhB]M#_ۯ/BÑqH`Kĭ-<R[?3/a4ZSE22d& ÙBvU;ݑۢCǙ_${{o?Woo}EcTBPwGU>a.l00?P>fK`Ò$O8lf h>bj?D(TB1Uy[D, (>zo:1$+v.( }aӉ$G EiTIJ^?=s癀nb1o&C` kX4 2&AmZo)*u58 1B JA9_ @EGaF~WgnDͮv Î",(49Tf~W!CqlсA0!>aCZɼ(50_^Oמق[< _\RƭE@ғ OzԭXϙ :HF'hU hDiBPPN9)HCT}o; 14aI2HSy-j:TYPDcM2c".%N˂AQqe2YJnݣurݛ\*ݫK b]AYkB*(3X]u`tww{]w]]31i64=<QÌI)[d?#]|kݦGES,j)LJ[H?fKоxg5A*wrl%GIb藘r46a8-"^4Vhu4*u6TMi _.U#[W [)Ajߥktڲ.[c4E%d4hQ*bԕQQEQQj̭bmV-l[&O^| OC@ 5yXD cR7a &$ O,KX,DŌ I򇛫$URKyVhAiBJ"S]=QSMhV솺lIZF*cT)Byg) F:ڢ$f1<#H>ޤG4tUk~;{!ƚ$j5mGPBo/ /*'U%N+D=?SxmQ,Ժb^ QE$U$qiߢˎy >'g{XGJ *흸;oEolb$xQ7HqTخ8VQrEo@;ÄN 4v:Dj @P@T">$ xr)_}4jrTmb5W"[6@#S!5XW+L[(LϖQEcFVO-ТE9mʯ^or1Inm}!X%u9h#!բ4!;O49q/1hݚ'8w,}?qfYb|`I۪_)ʮUsUS͸i"ڦ$81Y6kUj(>T %L~Eꇁ*z41/;ψC z1.Z"Pm5tѲE}B_D8JPdBD$IAK6dJf#T&K&4.ۥf^E4RRIa4I^-Kʤ:IE$}maoܽap`JB~F-ߊyJMI'+ T}gxo 0X`"agw43ǷtG~KtU1.%ӁǷ D)DD{,"`^ĆRt2K{İC-yt98 !@BJ7χ=Ǭ|W$y=D@P g`V ` @9!EI_iu(\H$%I-tt!2baz=aIwTÔ٩Ry`2zG3 EHoѣ%Gw+&ds)k Äb$vzxPPAjÍ x ^d_Kpo,Y(dI⫊J.S%WꙪqҔ'F'xˁ)f3_$VYP1B{$0]ɿz|Bm5H\LЌp#PFFXI'U)N/36vR5Qth2.}YF$S' Ӂ7:ψ]C| ~l˒/ uiHڬET\gcFNkY#]\*㺅߾L\V8Y$9,fB,L_?]>Eb6ˡ$CE̺BkZubbjh4 b@LQq{iTg~/|a+n@#,.s#MW3,[%aԿ2)(5c88:~"BƗIXRQ㉴$q4(pH$劉{P:z5LXzq5L&g@tEϹ#ɎPzo,A(gCj,xPuk_lҏubKfF(p`NT(HS[GOq SY:_"YUv0fV@$bgmRES?, AMTh#ܨMvcqd8dʬmI/˽c#|<*ʂb z,I2 i540OdR[j'FP"TS }q?5~1.y-LԋQQaAAw%R.%x .E)pvW9wY;Jn%cb2$fx4F{f C5ߥ&c VWȍ|\{\:O)BA£=뻭he]n]%<_U&ޑ3߽&Z&lo-*ZP> zq_-w-.5Bȡ)C:2 ~6X/bxˈ-Rl *Bi͍)QJ/ % MDV~ 2* (:` ҬSV(};rx>UvvHIr %ߞͭQQgp"i%UVxЩQEct bCU>:=35u`LQc f*.S2cE]|?vlP E$\&DaIu T@bcz-9aBZ71%-3 fi?Sig׭7T C.dNH**,#BK1Sxg *)%,5%yvU^JQ:Σ%qvD̷.J2Wfo 4E@x~j]G:q4aMrw/~X_;--MáZb:uu,bq0,8G Q*Ja C1t-"* hVJiH}+j-kcmr &ZɎQM^r'>-<>IId^ď6L!uN^y<}NP 1\1 =u doeB %k-4[A3K()&[H  \;aѽH/˜h8>_&7D{qC/5R }sM23Y KuoNۚ M)\ fBP ҚꬖR@\ H)Uܸ|$i܊?b転=~k1~᝸(Qyϣ5 O("],L%#++׃C*Y\?|"n"tc7u'tK$/+ |$:0fݔEQ}5ʬUAar*=Z~J7)`XR y嬺z{O<,o ;:f1TLƦ'6QceW[q75JrrkzzLv? ^/*1Vǧ -&$_eYNʄv3l_Zόܞ|ltp_5eڽp:T(TFP>E[*ՉqWG dx x4k& T{"gnEf(%EМiT9tQ3T -7X\mr|#IPڱ1(IzkEI& rѤA#lam4Rq_;\,IӸd5̶X>S1@n$"JJ*pQ Hia20WdݮmMx6Kg[iI+-SJ@"lN8ԣ%)M׮Fx~RxSFi0R_l )"mi'<Ɛ_0_F1Ú:!\;H8!K "P ((ua|2#dS!`T ǯ~f *yGB*6\ j??gQ?a} y:zah6'D/֓):GAzȹb#CFK)齌˪a4Q*`OvM`Wqa>#~#.t>OGR"xJ:<'q1?"R%{zmxng9]bPϤ| Ϭ7?bE32d)}}Go^baB 6nR3l1H}ʿ"\{sߙwFt:Q]@4H"ҥ% 4.r\3BD-*mUwmdzĨRtq&bT)bQQ % 2@r)MHh IV~mtM*$$&RԦ5?L'hM2@TCrDIFA >35ZjQkų*SZ((NtB䫄D@dB()G9P1 -CT%5A)phqOXR Mޔ$~/j]sM̜l?mӐ<'DlC~΄:w_S@_y\}y|ǑkM$*@Kp~Y>E^ B{*qsnSl&p""*8zZ]S$Gi# ]Z1ڡ ?"qw~֒(޿_ 7Oy~Àv>(7aU$It> m4J!LX[)r7@.qJd (=N3c3lw.kז(tq Byu{,=(+lq"oH`fr*/vt{j %TF aRr帑_,֢ILrMɅt#pmh1#t\hRqwj:v `)<ڕD!ZO'm d]U; Sy"|"*0*XFH جy:Rbg?Zr;rS !C}Zs3P7rr4(@ a1Ek7Z K%`(_Sώ%J;J@Ė]ԠWAf75z(/G8#=\ܬ.];u"]~ȩFTGLkIPtlJ8ܮEԺ 4z7Gy-յ ؽx{k*Eʍ׉JFԹ M#Ȃ65uJk约RFDYLjpɳ0&x[*Q%)oȗSJLT+%,Ni$1S~RZ4<1Rb ;II2w H(WJ M)QZtoZ.rŷ8V A` DŽ>J$dΣvU0E`-$M-!Y_%&`|S*)"g0f18é`j1)X[[ӑF2ÅC4:y~VI6)E/n*$L%+?{z銔~|!z$Zs*`VI2UeqiۖU 9\fG&>Oƨu #~Fwv+٫ajJy~Qqfg8#'i?ʙµ*l)LGA,kpʂ~&!#?Ƚj7R%gEU"˺|s@-Ɍ0M)$yR'#qω;Q-1SÛ 8$ṅ%пWEW{9wTV0&oWIG:jj%РK:?wOޱE\[:,`=OM^*MAs=fa&rc3B(C}bZa+":&w* c&Dg^g^?9OB̟X?6 Yqԑe)׶Y!U<=jM2_$cUpy4T֞K7^"<#LNdLi+۩Kdi8NZRQSb[:BJg/B%v+2Jr$Pr$zEwkJS8 |[n䌑"Ta/ibG漟6فA5K"5Q3*)FBR~5pK"Gw*>x]=6%07#LHbіpJ?@gó:QθۼC~'q/,ہcj?Ծ%kw_qd)s ?5>$0XaLYA"ol[n.RLT{m*x*Dd^'"*LANŨ::'yO*e)I44=%~Q&Y!#@CewA $:檫NiUI9:Ko> U&!@PTN{(n+ +L%rQ*S ܮ|g@Q=C Gf`vnލAg["S6U9?, mS@!ixxϺ~+Ӆ^"6StE!|.`T A:v0TopthVk!bobEDId:]/-5teЪ+29ROO+L4VheROdOv\ӵAX""_zk}}(T'r75ҷ665&P \u J~D[_Y lq 9~Y.۱׭۱ft|9L}ر*"FءA-&b*<>>^Ϊeyx :̹S|E|+TT'DO7deOTGh@/KB#K_#*۽ЉgeFU/m܃ S@Io(,PLtnôh/Ϗq22s| ٻ,Ml]hqၴH¥_uq)ƼߊΎ}l,҉d1go)X/zúFgg9g Dx!l]-alEF1IYbN|t_xל;C7JR |-(#IP8(E`4 ~nvy)V0[}lU_p5hߏU(!0@QN k$qi9@TDPTE⨈{qA; /䜇ahy|c5;|#znn,Kq g"J# 0`_/J ?w`ؠQUxhABi%u*r}b# J9^(| b$odo߮!NG5СES[U|uc1cQ}aӵNnP rs }>bI(蔉IDlͮ[o\DX"M0BtE!l+ZY$X G(ByߍY`ОE]?[OOz3jT6ͯ^X.|p(`0)"gRU0$ \ 74pQ2|̮%XHFRH ۚ+I`j6K'"y1 ,Q 21XLG:37i^Sc66퍢x6:#3~^-GfB1-=eP:nsq*MNQ;8C] QDA Qv,q}cx*1Ϸ#ӮLisp|O=0t`IKDO13?TSq`vLH@h 0!sS~$AVC)GP(o J)l?]<tm9N_R7(8)`Q.9ae79",nh=[ȏPoVkh ϐRc cpAqk ?i*, Iy͆p%YR4!}58?D1{ Gj0q3@5s"bPP_i! m3PL14DE98s#F& G̭[X52F;gZ10@³2-yq Ԋ>xECLbpئR1%c'`$ˁ|EUPttKgB*x'=Oipp!_;(XQF(͌lϪtrrj8"Gp.b=_A':C,aTU0Ƥ ${v y6!|QAT sLfatKqQvÍDbX9^3X#+~;^ÑA{g,~7 A=OV&v*nLDpAo Agc *#7뿾E>d0b|9h71طnW֥θVdꎸo* 0,}TcV ۚL+fUoӬ̅FJ=Os]v g}=­3.07uDj_^g>$ܤ:SQ7siraHօ^קO7{;%sg}؉OwQ5$F㮉${7ҲV]ω' /#  ,EtQTHFVζ!G3M0_$g/[L+ɢh2d]z&'LAukč8%s-4 5*p'8r3,M$0\`gZQ"r#CK# F8YatX9VTHןꡙzؐܜŕ#204#=U$9[TE}GQ32/zZHA2&seN}YdǧY|4~}՗fj1H5B\p.2z.aK+ypIz 1߂qハmƥ_DH`lGx mY܆WJJ(' :Ic1%8sr/!rY90]úvͧD*Դ?pX7=1s:ݼd\S.LxIkwGUU4X Z;psUQ0sS6G;0+x=ih$ (Ԟ=(F᜵x+^(*zNy_s΄y# s2Wb]zGk0eb]``"hP 6̶J;Y{54tMGZ uE u>3C|C;%ȡQ2z" 3W:;(-GS4wԹ 5Jv#98 $-(Lu1*Nf|AބB\*`vnu ,Q^D c`(7: `ߣL^Ty%ٸ G.9U"Q\EDߴu޳ (F2=^V*(aq{]|-JYeѲZ&.gMCizNn9-er&xaQdpb!w(Src"!ɜ!BDeGCǙ]yѦ`654N$7MpuCaňcC"^lMoӸ@;O~潐|3R"°*#1saOM|7MnsC/AD"#5}}RóuT|<Z;FUQH'b V 3Qk{<]?pkfu٬++ 7]FV"BIED©(5꾍qYA /?üGT40@R*A.mz~FUszLhb rL;3 E8_} *%"gz]%j-Uf'Yk-&}ݹ ʺf IAHG7C%1#HH磌ϗ.11M4FHHfYUDp+%ꮾ&+d𠪥Q20"f~fE]GҞM ADŊ+Ud_6g" p$QEKgګusgv~`[`\H;b5'x66y2˜АR8`T8@zpS L^١ϬcLVn^$ZfdeAkך #mctnb5rNHl$[Wzٚ>"f RDB=:e9(jL%HF Ou l%Jk@>l,O]jAJu{jz!!,9h5xm߳7as ?2t9lf` XyR?g1R"3=19߆m RĝxF 1 GZH$1hA[$m|#U$s!qS:kFv4 ?$X{SskD>eRˑ};/zf SPZ9rςH|ݝQt+7orӻ=11ᏓBtGL . }##peɨtHG<;ouE=q3YfB b9ioRyB'B|)LSӠۭ`.#*NN}oq?i:Q)x3Jqs+6=#\v}9)dD7>:̒vXp؏4suCIq6HQ6P]ԓJJha)ݟyhh?:S-7NHd%*QRn4n) :&&i %v&&I.E'&IrI2ؐXYN6츶^d$"Ku*u{vۂ8y!֝M^NZٯOG$ӌЕ8:% Z:($REIR\:-wFTD!Zi% %t*UL/56 + MŔI HX[$rDYuW0T$d"Cٶ2veYV)*+EqC6h.j^:Jȉͬ`YIjQT2ץKr5]Bԑi.BS}L83qrEIlCB&HD УUSbn|0+&eʭyg=Kk0NQ왏>Q"- glLE: 1=a35Hؓјn6l2|OoSOu4ٟq=M&P:1*w _앻3v/ 3xT㘘x%p{ :2ςhBpz"!GOS@੦E2QbqVC,=!4֛y,i!@U=912dR?=i)G"T4zB[z4r} Cy'ʸW,=()21;d0>朙:aqᓣ*Kzġ(v?<;#JuByI}>o)!Ϟ`y&~ 9Aa?`Y YDÿ^W2wQTT мԂ(]LMů$ؓ}l>~|yC5Ì'#Yּ7ҟ1[IC|W8w4:Hm;20$6њDab~N0:jNמڊ2 ӳLbt!oU|AQ.'t^ZXܚI=GaEH|BL:Wq}fOm V1.d>ş+.-00oR0FXz=4\YS=딧9K<)_XhwiH-AH.6IAH{ٝ+UkzKJ\0*'FsF.W q)*ٽ1'N14eJ+|eL6e}Zґ vO$v&8SNh# 7B0A Wbuac`: f, 診7 9|QYYs6TާcgNDJJ U1[X3,V5%Xi#n>Yko2g :]ж @xų #P2C~8B3NrQO"n`wA`|bAb!(Yf 6Rs-#Ͼ1~%S fem P3HF##]jYVlu1^q QSنx1ѣqa_,\=G}5Yd5gbC"I0:*a \0bMAK(}a6Dx(m !w x<Fj2`dfQblZLaQ|Yqm ƀy)ݰϘĈ4$m b@X ' S ਻؈xL7aJ~/Y~צOP40cf@f{f$%w`C2S]zPP5"H)hᘃps_t,eRa(gq~5~ pa^f+fx]6 A)h(M̚l>.y;[M(Ds?{30E-\n Ohj>ܝسI"+!a)&~ Oٳ7b?OqO^:u?2/ML ۜi9bh}4{hfR_"tld̿7Ac)#02a dv32gdY|ʼAL_b)WF9t66*2_2F23Ŏps,*AKubVz|h϶P_KHWU5 -DɕuD$GW8"FDS5/J=W< otlkHT7jUf?O}kߖ|-VR\H}<9 + 98 MF 5Æry (v%IbUҔŎ?G("`d(1 a; O';Q5bFN&yՔ=ԓʵm,+HhQnĢ+z4zZ;yPbˎ?K u*#+bʝrGL Ap"0H3^>ˊg~%' Bz'7S&;\_Wizx9?ac%c؝ X#/q?^ >[qr~^'='4MD#=%V"|};dx!{e2$c[c2&+UL_я6LV#{Nv"om̤O\ Y@y2!ȫ6}kgҧnDf9gQS;M%w\aV9+PgSNEYY*N̴T7d^/7_gz@O{]Q%8ANڡ͟կ~4tczb0xuCpFIJh_̉\vLAPB "ݹ;"L֊^-YDY BLPDm1  -+8Q=0D;4 4{k]azP0Am̨b%JQÓF-x"@edW%SE7R6v'6S *<0=.cgCt$[`Lʓ.sppPt^y򱕆aNfD8MwA@(>A[{ 1K3e!O2<<`LpAugT?ҌHhk5hV?@CJ 47 Uv 1ҺF5) xCseE|.@"*zjo2֦ʙ4bW"5+  T9$" ] Ο>Ɏ9B8(N^AIia-"+(sSGe'1a[ܔH~\;aC2&] TW^()HZHPTLR^ 6|1R.Qh=|sÝ-J:E|Z n!q ؎T|DRQ^=I̋gTOS$(jHf6I}Kd;coek4aKM(YPE0uEq,Ԍ{&/ϖ3slwO1{X)pcAUK,Du-y3͊b؏2Ь"wMXAjǚ _&D4k~R <%BTSq&TR+vI[)}}:3DdFg;$a̴M1#ʩi 9Ez?sVF.^R}s2k BY_j:rѽdŖ1VLa Gt7#ηP7 GY3Jiy?i5 Ycʓ>PTX#¦v#}w4#B٧tzI-UJ1njG=KaGZ*x`lo1ژh8$&#) a]mXrdb(&ؾPVQXr"x=){zXs}15 ,a9\86/'z R(12"''c%JDKs-GU~SS E4+C8E`f-F^i e%1 ?qr똘EYUVF,4|*ᨦ& sBL0]SRĭ&D`?q⠃i+kү\Y)9Q'Dldnxꉟq{>Z;5D DH72!B%Ox*ǡiy``Si`9W<:tnr}&'&"orJY/F/GV2Y*eF2rBeKRm`l<ּ!HI̗gEtPH."VsyqM >,J)xuR!< "ږ;SU-2uܟa|yk9.ha Պ߼ybI>S`3?'"(Z.ba$0rO{5fpwbJ`ԃDmIjKlJERbn_s Ypamޝŕ9,M,܂ku,ؙn"c2v8$5qk_$A&D%uL?'S=B=4.Z<.8դD"uR5ȹ6I^iZj;*3ax G݃6n?N^bz <(+ b{KJ%dG5=6Qş(BR !_Q4t$f@S)39lg* UdSz?gdNQ#̢TQ4,ۂI\O$> Ҝ(T\scX=Q(d!$!߂lذearX=yYEJ&}tu1:5yގr$ E?Rg`ʏ6x#._[,5Nl(k T{4 O@֭Ҩn{o%1c=խQ"ۯy/|L ba^=YzHzgB\bj(дHĉK‡ah< ް$ʔk>!SY0S_|8-QR0(.̷[C2+~y߮ 9Ho4FժvDL;43ʈaˍX..OR 21 )1XTFSf! GH09>I`( k_3P!~7+֜#5~hl6 bX3Z_ a9r+R\quy.JB{'G"1s!ř6Nla-,#y|-$BR?=( bCEHqU=0'&g3u7GIG߻2MWB^.?sPq@E'e4B6LUEZHb2urw"'~Fu٣W=D++hTz_o3}eaְI*A"-y]H$M /[~&.VP/rqEeSqaXXi r0i'Wf̏qGgx $\w 8K6"ksI*qH`1!8F:V ->=lT!JU%GSȦvZ3TQ);Ahaq6^x^0c>xby,E ,Eam$R[0$=ST&RY>[>*QP)^>?w4&C) q g&q_k,]+VSIY1v! Šr 3Tr91'-ϊ|=3gJ3x*.xL:ph:0 H(ͿV :=<:͹C6EgR8 0Mv&ڜմK{s(E&9y(0Cjv榹١Ɵzp3/f:<8XЌ/f&Df"d^݅l[$8J5EĢVp3R)xV! qI`ERgjWL`6ݍ($U).UO6uQu' |:փ <:ƞEhHjzu(5b[Бט8Q)40TP3bw*X0^-ܤ T7S*i8:҇jjΧ`WAtI5BdMI3+EU%2A`~5Wiu@p}'dRt`JAIӶ> ՗ue{= Fr  ށ"qlv DA(|,"e@yDX1VQ8B]C| C,N#?MTtԹ$VSŅr1ܡ#bϩ hq2b9D=q݁v\1%$?Fm鯢QUфbzS*˺U#r4XGZ gA1c'DɼDnbJ2Lʤ8r;^?Z''uߊ@g>f#h?%'.YDr1֩ܥt.R 3|\eH,ٲóOY"G,dg8ȡ|vtDd?{'M#n/ N\EFH ™y&ʄ"UH }m%S1֏|Z׬$wZQnBdz. 9(``E3lprknA=&1BGpbgŬ"b$,&(I< p4иYAEE\F:aӔ7i%ٜ3H*+GV5lY8J,l'2e'G\JQUFV\ &X/CbhgZB'S 7Q#P\E|e :GL[2la-PcR)I` {|~^F),U?uqT#ÊxpnnQE6 -ן"YVQn-Ga*%qP}]QҼ/kPo⎦\~-9gx7&J#dH թњҕ>Z{K5T ͢Py&,><9e ?.k\uq#(B:?RDxdTBB0pә' (AK:O/ʹp$;?B-3M)|{F'-/p4M.)i;;d4gK.vԝ7>iNSC>|9|Ǘ‰@aOx7`2ِvKW @" 4yG%(]`|pR6  r#XiFEwCn>~T?R_ 矛H*#Ӝk*9A&^EOզMlr:;'5!$J@D"L,[X(%6ɳό3"2F6idƋu] K+I|x 90(@յ UI?F7(`L *Q9 R-F{%+p݃n4*-]v JX!CRDd nPuXi z =-QJUw ļiMm뚵I?Ɍ*ߪhмs8Fٝ}AEr >wd _ɹFT-8a,GDl_FM"&L$*c%)NlsDŽN| q xrMH32A¬l(]?^%F\~/"྄k4$$~h?4qTɨ-aIjEɔ"$x`k9)eI*Y}DItrROAh5_۔FE)Y r'0Hj%w¿3|;/.mZ 0|USH}6:sPBYCVTjnɹ^0Z}(io\Q>PN#2M0vYN*P>R=p 6(P1KFF TG>GGּ)Us+/&ޥ@ LQHc&M>GȔѐ {4KﭤUHnOÏG%f8C( @YφJF ~%D dߥƱh2Atf1eMn,uehS)2Ri vIJu5G|+ "UG~y07F&\HklKV,,qRAlWJkx&之1G%AC)粒&)ELV>aԔq$&1ަy>pߊO~]$$cR0"ȳ@ʴFC.nҺہ#VuGk 5Ge#>YF\QB=dA@YF$ c P:Rg3!K*z  =MSpb_P؎֏u 2(倦a}嚞g_:4"*` Ҹ(`x7`Jãq=+տ* Bl=U2/i$b$얲GzfaG0yp)d"}BWw^*1z<ݘ><|G'$T")'ZL 6$YKME+Q;2*M1=H^ӟОY4Pr+̆Lq3g/b ;C؎$}Y10( <)%NȩlrK e#݇V:$S5n9wy7&>fLg,QI 3aC.لB`e=NMj$EA6 #NDiRTDDMl?îu{4KMcx?ܚ 2g31sRcc£N>%91[ .Nx7XSYf,d> a$lbC[YfY!"0b$HxIzK?4**$Sˆ;bQܨ 0@j!Y2tԟr&8:8-c wKA Mp#Bꍓ;#S*_q,KȨe ' * ] gj?34*Z d,lM Tg_rj A2q[EȨ nX_f^j<y/}@wX Sq=ŔD\LE(`2k1Ul4 ɵeIF}ZaI6t!DE 7FJ8|YRvxx_gC!OZ"I${R*CRL(~V)c1I͐}qCKС"EL/#yByÝgpQF1zN-Ȩci<?+'leqќ_z%ӹ;k`T1Pqg7 HE%cUĹ , E%s:XV*y }P+fIbUj:iR׭|X%K\2 ڙ xn.XSoq,Ocv|g͇GxX}vsG$7QzS+̳]z:Iۭiގ)raeE0V!6h ئ4"ҾőVCSϣS[eNy%|M $b2@cr9K:TTԨ(y‘.Q#4~kiiFl::93dD֙-. B$B^0ys/*g1+4g+ϑiލe(УiVJ C$2!RcoۉVP:qE*>~E3cJ *~{8\1FGlD;f䲇&~ HexeXvp1D-2zivPVJ=f{G}$*ȹS4'ĵ R0"4)D$}"nG;'dN*^/ lpԨg]z, La 2|S~5}KใEl 4T%5>E"wh(3 7{QR~"a.dIf}gA’iRlle P]x,I" lDS6Wﻓ(ح@J-kC c0͍fV"ɣA :G(}MdJN .,'p"?Tz $~O1u |@I?MϜWDȶ~ *j!+-FvYhЯDx04ș$53C\sPAg},PfMX}iA1| i fqGɝx2`5\!e {M9w*#(ZhvOvaDhl4I3ehm] ꓴķ[|-:`:89("HD "~+YeF|bytzƩkޱZMEѥ1 @25>ypV_w^Ltb/>:d7;fl6"EL6TJԃ#DzAetlx|&0`bLs E!2llڂ ";TEɉEG-ӂqxFbt8y=xVڌz(*^_j%5fw EQGctjJR!G'Y2pR@J itGM#VvXJ@;{E.ȲRv1 6 \ǫ)˖TURpc<;M{gY\Z-)K%[oVpq0&?RiaB>Nd }6vr!ۥ0ό fb$ BqQ~C&ZEJ1B@!MX{e{Ohu:‰񢀋d"*fzw5bHi j1"SP;DPADlc-b"1͌M*AuTI1Qrj6aPv?B?EJ4I*aHIC8t"rdɸtZ:_lU X]XDžv]ۤ"A۞QT⬒ItnqQGb(8(jMS suRg&9I^'qŊrt.%s1HHIa"ZȞьW b L'3)~3%pyJD½ & L2MHVdSC$&Pd4J#\KY7iC%.(nk(Ek)L{GW1a0p^u{RP "E^R%`T'BHQCa?57!)DXJd$QE82QTRq0}፹Q$Q"v4Es 9\2|=EɋN82xJпlLnb7aIJpGgίqG ŊQ(;/n=Et"$T*q#(VjD VHوK:6EhSWfB4a!F0$ lg%|5+f(B쑆BStQE5nG8⨵j[ M I=^ Y"욏QϚT\9hb8WB3ZVJ ַ6fEÒ (?-n[{՞5$Xݙ>4f} 5~("M!ʺbE2j(JOٕUiQ B ҥ؋ZB].H؏X1X1bA7 Dc=qࡈGtYoD4Ƨ2InDn>9 ɐ:,`7q=+P2qS#874A&Mdz"Pwٻ^aЊ0zRZ^Q;'-. q|UEtfuyh~ڲMT.N4W7peVXw1" Pnȳ<:<+vI *8ӫ xJoeQPĎJ CwQ=7>a. .Vdԣ׺斨~qnx<=4rg6#Q7Vs?*7I:F;\OgJQjnjTzI$fFwH7Ь+E J ta6 VGqq ,2Qgy"E2gR3dQ/uFEOEM>R]c$M ]5?s\$:x==Vx񫒄 DkFOm>égz]A/Qᣏ.rrH/eIē搙QQ5ǿ^wF1DQHBݱJG:#HmR(LK!l")G1&PI<x".t29sM**(]I=x|YGrE(UQaKK_dxR(SP$DHcy)]Vǔ 7r"01|-&~ehn ¤[#9Kܛ醳 %KB*T<*K>~!tqQ!xѳLPό4d‰;)P䨘Ħ9]( hZ}Z+C#u^3Nb9)N`9(& r34p%: g OiT3NTO=/9"'ɇa;>|-#fSvpNYSc AEjT'2J5-$j:NpT|[K4 ViʐG{$3b0e߮Yʳ_< "6OTIp|vQqLLs 3:hu^Q: !`{2Sb)Tg8@fb2cxv(tQF3jLyUT ddO\&G-%udB'$$,@BV7)9HTArOy2p C*sЪpȱ!fXJ'fsax΋}fD7ˁJE،>v}P13P9riDrt3(Rz=/uʛXe*S8]}Xȩ&lH"ADrAzhbxt:sEZˬq[gvt;P"7~6T aE4O:R$P(Q UC|}Q\݊$P^n3T\}b}ss]eX΅! ML(KQ @QCr%!%8:qsvɆQcΏM4f)#H! 囉q$=C5^b,\+R:F3E!*DR)*|ʸ1st1ASeVȟ OElUmesYdښFgEb7l~#~!>&/z=o'k /Yhd8|=+KE;LH|n+-'r((#"\ei=P}a"NLqi֔a;KE~5.?~;%IJ>uҌM0cX(,fo:✽=) 24j#V4T 5MI#DeQ+3Qu0iXs*LQ{"?DD313J)V0zR p9俁޴MNQNbJqA5U D $UEuߌc$U8V<.0bɭ:e jAqkh* *^L*0 Fqrt,L(N&/n$< pBqv_}EinopzGnџ# GućvC5|M *j Qw ))lXR*HyycJgmUցg"rJ(¬탌)78y#V#*^]Æp"cȊ!H1$UG,8s*iM/^|Ôj.$ E&AeN5'QVq}ا:&/ 1!yd4}6FQ-7ΆS(5$J&~DeIUHi\XzR383IX#9ӻH| pZ"6Qb&Ǜ%&on1e#B4LPwmMɳ>i w#w|O+;Qz ~" aT/ 5r;P7qSs̎FC:}<&pw+ψ#];Moz8'3*'! `3q ›pm;ǰShGB*$eMv2Pü)E@=z()ΚR +'@SE0.0T-롑L\鼋76j#{ f82K—f=![IY(+9&^͔l}˜uבσH^pAҨΰP{GUO3D]! B&#So$2W1aؑHDsP8akg Pz6^yRy>,7c0{$[q P[bn  yHE"%@>qN= x?v*R+w|hnȿ WiOq@"uDQTj1QЖ6&43Upby1QN ~1٪>>#E@NmW7[~'v ,^6! V-sbFS삩UBd33E-Vc9A窓h3 UyF RyB*H\Ϥ 9_=LytK(ӍeIƥ 4fj/e*C%QTR)0j.C;5y DÏ| 1#G|Y @BG -ٯO1}V;ϼ~% ]EN7&JIET<`!#, bM>1#A}͌T.6 \U&(tLK>aUeQ:rfPڥ,:0.S61[KαEw:YQz4eޠ1@h>Q*I}GȂKKLGl 7<MÖL yjO#8džZc9# F7yPlYM,P3U'{S l6#'AGAO.<~+#}tqq|mppf;ދ^ᴄ:+H=#[N*_)вGrbU\^)Q^y7K_]5_\`iHms 丘Uy7l4J5Ƥ㒍"cF:>3tJ?4R;ϔqT"b,1I2gEsn^'K Ȋ:MuJlĆ[pc<|f(ƆEhK@90ì2y32vZt!x2 r.Qni:v2_c ^{d&TM6UQ]H E8UH}Jy4NttWSplywK.spklZMaOkFMs\jtp\"Dt"&@{Þg@7}q6q3U.jJ͹ޭVwUj-UXe:똑"FTw9ȈؓKr*Gb)&::z4,r]׭qzc9KEtqG:2;^ S%3ϛդo&MMTXJ8C,1 c1*7Ե9\8>{5iE%RH4EB,̇hq#ItXYEܚ?&/\l._ϓ_qɀ#Fx&wbaEV0Z,2r+>Nv5$^GWlgsJ$fQH\` 9%\ (Ԝ<>u͡H4LB&IF&Epʵ8W 3J f(ՈF0ԣY(`ŤG>l`LbF첁+Zֺ׃*$ơE8;V I-O|ThL3lG=] . MσYHVt.G;ԕǜJ,JJ\M4/ox)_{gx6o'?GR"O/kžΘ)Js#fc[B׍Ε.+/]Juf \TnB"Lh"hS(q{c2(=B#e|z;(zoCt3J6e{j|܌-ct~ ,2t# {>D' Rka~+ }hg3("s"Gg7951C-;BNuY4qNLd$iFAV~7$pojdOf19X6S $*ey֯89;hRR y9.<;8u#z']R8A#\a ,',fFipL!l|xĻ0=zyH8Ygk ʏBNSDhEq k` Y(;yܚQam}^K{>DqTȨYaMiW(bfPir;$^,tLTi="%-s p2{4;֪MDgEh:59|iE)sG{999:(ד$BL>ʾ,n.nR8rrHGpbu#B>p1g$(+5Ax[KG;h|EvZ6O(!^a:Q&# Φ%v1r|H/GF¼m<##$~fuF?d\<$úh;Zb$Rf&@Lb@Rbn刑!&'0+%uk;OC9r Q$I'>3̂f,1ЄK_\^ÔS?Y[(K\*PЊEf>puYVYBEmw}OGˎOLNՊ/THhy+_9٨%lz/!Of]хݬآ8Vࣿ y7uz$ߧ]ߒcJ=#|tLrH&0eY1bZwU/jO\sYc$UP]>;P-+&h3Gkwsil4k ZMV&"aW"Kpd,10gjzlD׹<['ДGWesHxtYWȞvL(E(Qf4$*I$# \a]2a7g;jTj_CpR ]5໊k¹̤}0(, -i+DUA k9]dqF2?c3Œ#DuTI߃3毑]˽ac)0eo3;czF:a\Iԭ.(EL$0.Jߖ,)0qhTą&[XOթ佞 0 8ҚfR(z%~'#̉Fy䭓*$bN$uL̊?ܚkPKbpQy^JcZ -m1Sh:‘o)y74($BUZ9=Z+]qKNT! X^E#j :q%q$CX\^x5Y#80yU *Spfqʮ39+'ǮĂ`+98;qXo[ɧյ+> : f xf p\d -K"RA ?'~xZgWGнnyٿ%C>{&M_/|#Quna}}3 c4# ލW&ݻHXax^Rp9a\Tաwj)]Ω\(PT0tZ4)YE)]v"P0X\HURD"dScc\l⻷^a:#;Q50)N48YHqZc)ZCL^4y$OS 4]Mb|KMX'"`bʄ*)iWE4z(kffUZ羍q[@%;&.$MN8@Z1/" $LF.wƤ¥Iܵ^2`v;+C~1Y#/b=ěZ1R 1E5+n_cO!3$)m?ϛ/\nN:4H|Fq#-E3bTq}Yt}245['2J+RG2x3,Wŏ@t5PHUnI1W(mHG,YP֫G9w@e rtUX[{.1YMU"img|`/6-nLє#& ̨Ѭ"D6!˫EE3*Kg"d**%!חG hp<.%PhSuF!Gw5uX6X`1cZ[J}8vprB5x?}c"]:0˺xąpWS4SR*0V{,M 8b \$^0Ȭ)F3n&$@ЊU='o`jO߃Eyd.H`]?u)% N ,fMXuDb?dD5gf'Fy(:'~n޺2H?Jr6XaQ]T kA)g,'E^7drzSA4[m, 2& %E\g$ଢMVps_)NN<"&{YΦ-BPBQA\9ggqt(}gg$ZCT 9\=}OB"B9IDB1(Zw0U%٣^$"댾9'CMl*KHW(]O*.ʛ?QҒheD17Ou]T]QD|ak> =J ?5j.JQ.*٘QDTz,@?'h+1 {:*1þDmrU2uThR^H<A:#V!6Esg4 6&oڳdB drYѯPm1 D$# sZ4к2 S᧚+#"텼K2pP/Q4 )1\O60qC+ GƇ/D(ق2glx)¬P|~Cq+@6YN$ ,p|V8+R/P!'I EN EW&BoR-"s>jM_Q6opp<_ЛS <#`Xؠ_8Q`Ig벉ݍ AE!#I0:)eAh}E=\AO߮c8KXGZhiokPu"ywhZpZkx8Ul/=(dHU'&e ^b g7`lڰrKѠau='hNj*}# Fyk|e TaŒQ#Co,hU]EX1WghŕGIf1HB5Ķ{}b,/'jc+>xÃEwtJٝމۍl]Q߳r(2EF1Qs_07Y?v7Y)܎)&Rprg+~4EmEYrawjDM cø1BӸ2`ts<;io dxp˹/ FfTisgE_VN21 )vD 1p){Ȫ^>K=̘reR]dsB |SCA MssUDQ˄/+@#vi~vPP3<+c;{-p8,)H h!2F"$% 2&\J%Ds.1`G*h xS;C&RZ~K^m$B>V(ܛ,xpJ鑒kUuegw1T"NpI:g(Y9.زfei7? ^Eas܅0\P7=kNe#S<Nԙ(ÃTCp`2Sj9uM.}cp^m% `DE^7`b]AgD$(G~6mTEY]ݟ}nh ҄Q'\ ۫ag;)!M92 ,RB*$z?) dI"7 }VxvIkW!\G(6J" .:(ĨJQ:1,Gy!dO7l38G\r6Y1o6y6dKBj1D앃d|ЦXRC^#;#(%Ib tR 1r> ZY7ۓO ?%nE -LLAorQ8WWzIeR炦+ @PZ>H{E6Q4ut+Zv(kS~H~@՛9e6Y#jJPic wDT&jư-ܺz<MDDP9ؐ *":22y͓" IaXg1UZ$ANz$; ?e&A(D|x@1$LHHso~Gq23xŋLjW&gG=.N==|q9{Bh_H/Ou*z*f,HBQyԞU2LU.rj:q߯))!EbHTȆc`M{xn7SǴndpR_~Ɗ5;oiOQ-PwX/WuZVVSǬo4ju$~O/&}>"$L_6]~63 |س@)Q~5~IDGO_ŻézFi;ۯL/GG|?ڿ={$vg坸rGk|O7[R^ԎfcPʠ)>S9 IȯbSDUPdm6UTFQf;l^Dz6a@ZaP)5`] WQE2o^1v?'P,'?:֮:‡AUFB2~c|"E߉~"w'+1fOtvXXLxD1~$5/qwEz c=پ8-3o:Tۮ>ۆ]~hGnS*R2TR\>6P+Ҙ{l5'?J$2\/px]!S?᚛daͪDH1G_neER,3H@~Ij~o}w6AB"_ŐA %?6PP%4Atswz@=ty W0e,u[I%/]qD0‚1d 20 R((H8OJX%GoonCq?*5%&V+FgȴgS3ېUxd*" '_{y>P?f?1_w̿g*ӧ7P gcǣuIi.43ИMu&m Ooj#-T|-}]PAOa4*_/ڠm&q48x Ishbw Ii&F՜89k U `HsFM]'f +;TODxUED%bCd2UWa+(w WfIy濞e#|'.eqC7/;x -z_M92Y=8~+~^=GD?>$QKCK=E"գvQ{<Lm9/pce'mf&,ik@UDpzI7wM L-D3"C2c1!VHz|>{6ݝDʿBDоٕNJhم6Zf'ߚS5/7If#i26s+΄]T~%k bRDLEU 'K0)6EQNMdfZ ~LG|ӻcQNܾI1r6̗ٿ_*}G?e^]F?|OS0~tG5<((Q OB(Q~N).p<҉]o9UpuX:tFc&5ӭb,?:0QPrnUp6l ac"ĥ-T'܍ξ:ݝStHW^ Toz_rQ n60H.JND3H"} B.L*SNΦV߾&\[lkhFQϣ{BOuR.~Hz2: cRPWͮŷ$ }Mĭk 7^]965z9lt$T<ȸIwZsFs$H\bjHKGsD7tm(Qoȁ9&De+rf.Nٕ$ 0-H^b+=L\(Դx%㪌@m%M0!1HJ\ͤL& H y0~:ڤU|T$8\ IЌ~ $:2$e:d> L*QP9"893c@emEUQ1hDA!10p*ZMKp NN%i iSNxRDϯxUz=|ވ1Y?}l6XAB (ӯǦ?g:NCsdg*JkAeuA^#֙q#ۆAhA1:&)t@Rc%Q*!P9gm!>&SHAJ }{EJ6yBGbw,ӄ%:3OسFQUjk=BMk!6 {y@bH; R{Q=ap0 @T.n {0_ڡ5-0RNShLCc1&ʞqDPT]?!~|?`^<>"/TT|`SdžHyTA>~Fa ~cADt76S"bE~rUW@(8?&7LRj#@x!Ed)ɘLA9Tf +*E$!.\߬҂3_@Ȇ! !hy>O~~gGrGJP$~nמLP@h+@|uBDMto4G4JOgiprdP4 :X쏗w:9 'ʫ?鿨OL;=>ZCYХPJy}7D b8wac xLAi-t؎d#3S!y1^ pQuRza 5I=& k~J ,lv#)5ɶVk$ gTs']q?E)@EPT(ܽEU۴&qZL)#V$ο1AޫSQ[fxPlgowݖ$ (**q#쓿 `~-~|8;99#<~~MMyF;u͍OTBb"&_Cj ot}d;z!>}}jK_ܿoS~00>n:{R.zIÖBd|QFL~'cH|z| ZpkoJ  C#ᱶ'3u|B~pQ?hq#OoI1cë>NLO[JjVTiV95cū0:6>Sjm7}52<=?ٿ/#t!c\( @a+H&t7qeıdO"3"|ї`_8iV0yÆmrcՐ:[CMF/S̭'9Jy'ʶY5(@X/\$i?&!*Wl j8=Ngt!r"b*g'g2PL5j}D6fżX^a'>0,M $k3jOYF'xc϶[?oq>A&^:,my+JR5ac2SX7E( ?g.f_ݷkXs_N /a4> H*N\X=$,5L /LUUV/'Hs5/X!VN"Uɡ =QajHS١֪JC呬p8r'U)U"@zH[d#iy좩TB(2|h-V[`W԰<ʯC6HxЩD!cߘI7C aHLQPQ|<ր7""=Ĝ]T!ԩFLVE*Oם#+9 8]ChDDGS AC6\Q2]N cp*^Pg{Ĉ "zJ2501S&C&ӟQSҨK+y jࡹHD;$۹x1!AGX?^{L U#'Y3#(7GqC t7oybwPr攋H'0NaHZ >NUNGL[*]\TBĚ)h>ʺ>6~};t60D0ag?a(/Ԭ*`gh @o8;[+bց&}gdϋ$!BH-HS O(EQO q2ܢ̂}~܌ ??#C=LŒ*gSvr"sJ7 xP4))N#cNF>_$z ]U`}pS#%X gI zOBFNüe!z v3e3Cz8sn®V^l)bv hیacsā]ෘβ98QE1c~W?I{o)ݒ)_N"윐ssqYg^8/DzY1%dҷr+sOI+7ncXZ$NnJ_wOw9vbG=$zcǼ0~?`n8X_чD^Q[f  w!w2xN~u:'?0Y ֓FNGoX+?ƿ{>ӡq?YqLtwz'u$> J.DȲ"6U'@tS>|Ҹ)62|Oʟe9Q@5aB85c!;;mwǻ^^}JF6@:|3|001{HHj_磊3LdNifd}t+j;<zQRykxv(M"#quf|\+;>Y-ٝaXk9FpZ?& i5M) bs1"+H8yyCU:jIg:$eb$H_Nѓs Y؜M2 bOKF2 QҋFK؊6O>f6~!DND$'7hY=S)yFT9D']rVi Ǫ?M,ɵȎ/m圦/%\GA@<|X^6:2 li$i2'cTDw#HR=ir^l7]$B@h%b rfXE4%ǃ?Bd9/{9,S$HWVxUh)Sbc^mQQ켋6?a>츀_PjE!`RT@yհ/-kx>F3|ڦVщt3ށSQw|SvkPuNBCnן\)Xuu$5Q?qvN/ؿ~ O3kVI_ j;h"ĖÍ6 G[3iqƱ:@VC]>E G˄+30);rDġS K(逎8THy p qs79 UI)A>)JA~,)~%Dz" 5e#uZj7S(B+Qc|cYS/}%+F3bXP)@nKrKO ;p4u `˸+5DT;pY|XT h7Szse䋨\RDX9}J/w:nf~Mq9'0e2sq(:n^dlZP3#gJN"DMLTI6\bঋQ,p"z+UBD;.JihD.CWATC3 SfLЦ? $QWy0 bo|Hxq_pž1L0D3GǭvB 7)/鵇So& !"duU%bEPQx3m~1o.(!󨪈ɎAR G3ʡ*80 WDRk'?_"~^c{|$0<Ƈa$(p PO*b$ b:&%ПyuE5 &BA i Q/Tr~a_nrQ9{Y*'iSasџ h#1X‚taEU2+ -Q yƭ CΌ8ŧ,!Ĩbx CoHOo?Ty@q^(%9_B$y Cϝr->~NxÈsc2-n0Tz8 ðV[0_:"7!$GFp #[O:EP- Ĉ[9-TGIsw4uYb[`6Rls Z %Q2U^fqO "7TI\N=;%NpG'm'qO*l~ѷ*fZ"Tx b9ZT Rd1G|:3ڴ9RrkY+j`dUuU3 7_a蜣DQˈp}GwϾvjR U>9[IY^!N0- s.9žz]6xn!|=o΍LծwV#bZ|osTVzY:'8-EA &x湛\]UnB}}'3ƚU~rWevmsޓk >8uю{N P3Q2iT?:̝4W<ު_9vwkI IqsUvHdhQt]!E,]法jv^|qOSTN57;sf(Ju޹0 5>͓sohU!qj⵭Ey Ή=88pԐS'hca'=fW'c߲#''3|O??{HhֆȨ 8f 2FND0fk˳DlfԱGYXHc=0tŇDND#~ tl$f&&m9_oucs3a`t_b,JV& b˙Qi'9pR^d[Q 4fxt֞;Ytpe=q6 @U!8na^#+M0LeF|9;߾.Z9+_ޅ âk>@~yH!Lu&lhfӷ!ń nmƎ7mTTbz8K S#v7n𒣪S"DK*Ru eqγݳHoqpb}yO% 'EEE' BērffdPDAGNj?=\y|6׬61?ZA#kۏ0OߠJϮЪTs92)5u?WK9PT!d" GT n"o%"܍$Qd&G_?/{?͏ ̮n{w,{W.%J>p>#TN\,m:랕MW*ԧp>  BH=G yb@ PЗAӪPq@y?]@kHsAYiIR W<8!2>o’RBrYI6ٕ++JF!UQa]>/?4]O..ӟQD4$QD#U̮*iqbmE7]E"jwS̀ S'鐳'^Zr(#>GϡC&}O+>QG AQ{S.䙾X:Wz*a*MVkaX0$2R U C4>i2nHx]UC@ {<"zCmK3< ޟ="7ڌ97LˡS H own} = %L&%ʂ@T_?wuߩڹfw ~ 8/ˑt/^Q4~wr%4C@jl2qL{~N0Qc<ÈQDřHO}>gO_9[5eLm@lruO4pr Ấ$%Ls(MKd L<'H_3(Ԕ2Nǔ{.yF>K<Ќ?EN.I*Rn8cHɤ>FMEF!\45ͪ,^R>]@+WD[TE.$˵ߊӗ)E=h/J(4 g|c>S^ou J>|b+/X o7 ~Gn}i H_^n)_Qf>37B~tfu&T-RDR©b/rFxB GBg@ nP&0`_se Rbd+X~& خ|N%)FO BɀbR>F4>qbաuboFeG8Z(]4,OQo37qnͣ>۫weagNJrEmI|ʞh+dUQ欝fMqP7^_iDlbmm+@sKF 6d\k;Ɉ(uq<8o9usڟz˙NI*һ=U-S'b>.+6O7qe<~ nTo:'Cxȭ`_k(|@i0)h3G G%l -yʟڵc~3Tk5vLz;"ރ]^6*mȱ;p-G.@@!q h]Ay֟!riwe<=`@:LHTC* uU"C.TQ͹vLUQT dEJ+y@@ʦ$QS/&|4:zOeFDxE!2@,+,H)H MHgbAF 4@+K'!.ϟ_*z\xT[E'N=' q5tZ'dn{W/qBEhC,A+fɛL@ؖ\ZP4 ib2ue)}~WhGara>Y5֓B3ZG׃S6W-23# &:@T(}LQ'D(&~LЄI\[]yUPv_<@Yru:P/N/1!i}[Х*M6}I9bivxlE@y?d-8?D ԮEH 7PydUPa hxT_ f^Z {S/1d6DEP]U$~D7K_w`=Ggz9Č gHS(=(5ڱ灥H7C(xDS5|hqdjBw<,`YiVR[ J*z،UJs'duIa}Cj~vwj7 4 A9E"Bhct8d>Nç >zSSs9*5ze:/D?m@: wc.(l* "_H@80mhB2 c`6 " MPĢtZx'C#ȦWFJ|?Džb{{A?~ D^*37"P9 8q>q[Ϻm)qdSZ1§YDgOi)[ cuM-%Y% bۥMi4=AE c&q0(fW˹jhIYZwkn= ^ tmIU} W]r F2@r4@SG@b[Y,/\ H$j m ڃ#Gꄩ:r"/; L:qW)k&EDuEVc<Ŏ_ 4Oϒ?o!"&w$"H{a@AEQDDN07}Jg8o0Ic92S1hu3Ok`\޿;$'$z"ibH0{Hy$#KH+!=Y"JǨ3?scan+1"E!'A>~#b91)H*,ΎIkT[7؁ uEQN]"t ASA#|k/AR>;y~羟0`̣'!O c!S/Ġ`cS!R,"Pj'sy܁T3c 4i&t9G'`< ~JXh&gi LQFLRk\+| OvQ&"&_'LSe/^/*#VJ3 g!:= ˴t=`A("I7Ry<2x[y9Ah"w[/)f Ȟ?)?۔y2a$~W7ӽ ֗R=XT!(h8O ?b!0%"L٩_BIq-D^/i\DD|xf܆}ۨW%Lts7(6F_]fPSD6Zb`ĝT6?':ksvx5lğ"X_ab~g~ۯooù:U{\C|H-@-4$ۻ}0z{N;U+.@f d,[(²RR(DPHl=zsXUoPl)xXE ;n$/2Y{זswC1-@>"IqcZ&*쿬TD ";vA':J4!Z(1*3'<#pTwIFLYgWwb*I)-XZ"L Ҕl t XvwB*"6=.pDdws2={H%WbI13xuC΄U/8"'P0[tyQl91OUEO`qyh]/ߪ8N0|Q?|zw>NL G #&MD 8-G*GDA"1MNeI%G;(i|n{=/T\f=օm?qI4C 3qX[۲ {GWSZ(> |!x $an!ىߧ|+ݣˊ]srE_:#I@N[):pCz~/VQϟ5M%)tqU)B!d>rdupp8ל 6[:p:ÁGi*>HG 82Ecq0)3x @uuSN>d5GbS @[,}G^޲BG' }j0_nC>#x""?4z!ET$S^AMMTF+48DE:ېwQH bq PXY>w C67, (ݰMòBxc@ z YPE$}|2' IhR~W&hIIE#5)my ]Ѕ#Q&Jb#\pphk줨'vT32_SFa?b1P+ ĝ켸67R_lj)WEB\Ed,IR*kB"._NUS)P>Ԕ:˱PqL~Ul#1=G/^U}>uEHȂj@{?=x?Q +Ynf 3e) 0[ӞwO7c88ءM~C |`q2_,Z XʄHt{,ڥz2 *P! 8)1.^([fa02`YmY`4՝/mdl7DE}\SrǗ!> aAUjrؔ,: ("QKI} aec:RWr𬦷 4Lj#/R;|Jcb!ŎeUyyO"ir$)( :h74}=b05Sw|&Fi @zYv0|%";Qp! "%>XQ?l8B䒈P)5lQh X&K#ZCCڛؚ#+VL6S|W宧=w˨VB/]ϓS}I~uYV9CC4B#_D>Pnw/5}JWKO团:A6 ;i!Bd8k4y8 7Z>Cc2tNa4"#)wFm G d~k'c;4c):$isMLv[sBP` qg"G𳍔!nI>!"&_d@LE0J ځP1bdQ 7VSd\Z!H!L)478~{Z{#AM=hX|H"TQr{X`FdQ a~ʚRA7r%3Y'\Ɇ" vʦb¬JKj5eAnR6!n UQ/̇z䨺(@!.̒DM CbD1=DIHsg%Pםܓ_#D:lܟ6i]"Xwiꀈ. D,@őSRxʗS9‡>#ފh߯#,r(׊E3Vt(I(o ^0fIj?4|Ѱ(N ~ Kiy UZoN%2I2Fj DZhe 1*& 'g :dA{1Z={=hPXgG5fl~"Qf:GRS!G D2!"2C& C8?{ ^k=JG54^ !Âk3 ?~b@9QO?0S~HoH1DH!n㯗k|mS) ])%uuv2IFJبlJaKIF( &Ti*$+&t$iŕr̃8NgVzᚄ b6צNJBQAE;` uyGsvgEB MŠ8"ߝ]tNB0?%~R{㟨plyJiף{NQ^kt5YDJysEU]u][3Ԧl?D׺|P>18#30ə"pʤɢ,J-3^Q&*\E Jȉ>?>n "!"6FPdI(p0Kl݄QA%(4"cn#FW٣RiJ"O DZx9M1Trwdh{QPp2&'=ADZlGnq(+LS g' EIwp_N1K}~J} F 4>!%" BfM9 ACfA(&Z31G[Ј㝇x̣t!M L"@f!{<|Onҧfce)J-(U2VE)N~?N c[lHe[jA {= j L,;P%nhMdf1Œl4K%I6e׽L,^Y ]Yi)AcDZ#fvF.-&dKH5ˤDk&J-RKWkR/uԒ&Z46HezWRe0[ V KIbIgIA0 j$κWHmԥ*&TcIIIdz[6 .JMwXӻuڕIַylwHӗf|yzPs;2&{&ݮmC6kbkY)M;a "RX;┅k#_u))3KjT|քF$ d}ppPb#"G3C4 C1숾e )&fppP`I8$ # YA,&~ !Bn3rBݩ PblR[c%Z%zœy!VʔvN 4(TICZue1a$} 5TS20<;oBHD͊s6y!}$ѯhèH},4Q,t)342e3EVfd;$!zhl(h`<^t1N"dѴY*|\RR@L9]H" '`|y*Cڳ`:QQS鈚"*Nk^G?i9P4?f''o?ͽYHB@S&t?"_w?yXLi}VD SUp0FG.T\siD zfQy3a!IML_%; 2PUT-)C% P"eqV@61U࿨Y XJ:Bon Ө/B@0\  =p9AΥqiOĖcZ|F/V R1'N uz%堔ZG};Vo`$-EjCHp ?"9G1o1hD0G)׿8UAր!Se|ze5>'jf$D9$"X)ɄqH'Fڮ8y[K'cb>>%hH%@6stP|q,B(Ri40 @MWDjU"DuuTmV`%tBbG@x;Ż$h~ġ2ژ`Zj)/ fNS$*eUEıu*dM=^< qs{,0 ?>(@)Rh}H LOHNgOq?n:~o[&TW `բ )b8HVRd'I͠ԟ,=n"tzV9'E!*"Op8#1bd*BJ@ ĢJDs"i%!MUQj1lcFMQ)@ w܈h!$ xRnF -1vgsBNv]o-拥bh4Q$m}M)uû&- ;wWt(\\J%+_mFJEEbKRɯ-wmyZo8-)((()<1;H>P4%)@ l#}_3fǏ(1&"%SB=|g]!GSf͎@[pG!J)DMf'9!At u@fs7oYOIH2S;J*;1`D!QX1.ޣs5Ё@5H ̶@`VHPOԄшL̅b E!`{?~},%h ANn[qXXƷKk9T'iܘ*9?D"ii1Flâ2tQWZ\ϑ<^">Gǁ( ǚ=8%7DeID(!Z`n 0ݘ! &M$?p1ISl@s,PlB]˜P@EIJxKm.l`?.z0aD 5Vd(ւZΆ-f :$MI 1L& H v~4 )Y^Y&!DC%E^YvqkES]h ˪Y%I4= 5,MZ KÎ$vx`M{34b֌Ѡ7._8/"ࣜJ(8:FA 8%4'H)I"M$8IMկIwVPwRdgYN۔bQ IIDO7┡Col(B+K0!$2Ťcb )b6KE:cmuJRɢm)lFIjIɩ6RU%QI4jRjŒe]!Q&i[.'qYXTQëg@4". k|dbɒoFJS5%RqCLg 35S*RONDa˞wlq~cY|d* @Oy~]u܈|L;q^`w)t Rt>3`\D882,Oɝ "c$F~~f"cC*j6o=TQ&\?W} XL$MV>sR}%呮;QS :AN,2oRyR30&K(M{¨rBo0]˘b CCHHU{6|m H y#tK.1ଌa+Su/eKDJ.閃34EaQ,? ZHSK?H!~O ]gnjxoGcx[*0xgk#"$d5&4RaCD;!2paEDDD W_^G* ??E 'JOO }ŀS'=?0@C_<$G4ׂ[ /zOҭv:|C]~x"~Re? O0Œ@bXK @c$@Ht19%H%I3`~q'I0MMJۭ$W["^I%W^뫪RObRDJ%)J"%'u|뮯K$I$J(|#@Dr$ƆEI'cz$(Ìn"0) l.!lB`D0E 0!I8!Q&P 5\akaAON C2EY¼H@ȯ%%ڱUkmTJOAHATA#WBH j^ @H 0YBъSڅH(0,v݈)b>hvT PB4Hr@艔C" @^(0xl/Y D"8%CpS-2=JH.PWD!R$DiI 6ɺq # P)! nK_.W}dyJy'nq6J΃xfP؎b1 b!H!(9#*ʂmtA~XχTl6A9gSvޯĈ7 "=!/"޲@(u):b}ay"[v~~v,񿾚7+O5C l-PxGv3DP PEpٓFtp%Q0`r!0^<@ zϺ[b 1`P]i/!o)Ch5M" C!&RIFvuсI3Ml.]}~( PH? yO 韸?Pg&>t'$!mIHv")BU;%;KiClC;1#E[# @ 1roy]miwl`Ev 4a(L"1BJ )nLB30.L%e#޽qrS)N]5sv-$RcED#-u"*^GvXj 9dʟn{VjRFIN`L~t40,4ǔ6Cv(!aFZMb`P=!y֫*#TNX&i=| rmgA]fCHP"C*AKeNf0֔bMr@ޝȞO{!ԇ½^ QWMnm!Dk[hr@P>4ю;䌚Խ-d)=gcBГBCVu:P>rkEN(rp( OLÐ`#'%ϕ'AD4}KJ7feBWI!K$0NǥTvԔ?G뼏~ilr&DN ?~$5&2`g?LTCx hYB X d  bUʋo9Cai;a\\Vq(nCR4Ji^ܺ*zہr}JXYf]6=h丂(qX˜6BȅLeu$(5,`D ^K[&yTdae$Bc&PXu>z6J"ưJF0ګ$n_ VKTL20K4H?ؐDS%>تc""Ik0l 0²kE 6|>5톹kYMaN9֗3eQ@X9-tV!(8vY&Lj;  2vJDνf ͠ĬѨSyVDB *$хTq-h Ƀf!銄YFrڦNjT)PBHQt>,KL2t _Ǭz3$0" V<AM$LEDPPBD, o[ 0dsgZ8e  { X8%&VZ'jSLD$r`T͢%1҂DK(ޒi͖kK[LtE!%1GU Z!kp#8BIB554C4<с*,PAENo9sJ= 0%>%ʼnfFBˮЁRfN! lQMZВTID@2AZ HGAh}дYd1*{]@#qo h `B̙$Ŗ8Ƴ(b!H4#LK"ȳ*-ZmQUno5z H $k H& #*yQ[Y[|m^ɮ#|d(9vJfb=H:!J)<צzUbFW6ܓkvodEOX N'ou@k2G@d֨^ Ț 0 &bo?k?(T?rp Ipadwv7#BI$L ?i(c ȇ h7%xc&<;=|BdDV#*|d;P{4 ; Qd5pR 3 XQ#p@ὀe0,QiCot߸d&yE3)ne.kJe&"{tv=qܾL &$ꑡ.S}tzHGhֹ<C(9IĂPe :yfh&̯n&J>; eQ:F0s?<w $8;tYq?t4lCJlS("?xho؉ RS4=ʁd@t:H'l,ŒCi?S$Hg^ 'H ѠBS!!S`R  J<@P!(Re BT0!X@0s#*2"R! r5+XN,rRmht}7BT4B %Nwt TM}nʐ!yo;PE q} R]DISC֟0@@R%DA`'(!KK}%6$?ׯQ,rXa*bf(;,)Ymb(:D9B!R]EƴC[֭JjFQfec'ࡲ溙nmv.w }WUF͠#:ѡP%naE:朐wH!lE{' =D=D> p)`e)?T3 bBaA^,LݹX*; %,7R%6d+OtqdaZJm 9Nc 0ᔥ-qhNIO([T'G$ Kb2KHPM¢.%ӑZ5_Luynpe򌈀V"8$Tui#k>Bm4f؄(i1|zF 2QJ(?Ƙi# P :IDᲖ<JX $6lMD[ݣG0 HZCF< [!4[h|=G:@>ITȫE-mb5j̚PZE"UD((Zj(BA/Ti ^=:@G.@DbRE53/\2s eڔP(mO$НO`>hT@"%]&]6"Q$q9 r(XH;A @3,2 ZSD!baC뚄 B'8I/L5w֒ jBIX$}/n뉫-p]ȜTkZk;aJ@O4H&R$\dlсPi@"A Bl!""CSę?Ff = 74!"A t_]h6kFC]`Y:gkI1/1 ªT$ zv 9GkR^x$]ɝ8b1أڙoʳiHH'еGEze: lHMA dlvYDG'qvs5ԕK! qF ,w#TP#XLh̝C DH.A@Xs[E. 3H:P' pƠӝIɎؑ՞G'sN!ӼС"Ti{$R;0W *5.Yf Ȗ(˩N_h%͏Rzmٲp5Eihj! 7%.*iFC}O+؂=_d>gox7J^F_փ$^JuvtaE "MHh*YES`b ]?6ps.j9L+?1H~@%xLֹ̎h;jM@r@1Pp`mC&vƐMf>8`)hؘ>VK|ƕeh8P9 GD2(P b(t>YӶi`|ayFo);Qjc?_{\@f=qӿ[5?/?JDED8*A8AP޿Q_O9Q;w>fy'33 XR552 QPO}I,fKoB&,(!¼W4iÃ^b> @v,}é _P (?@Ӂ!4'2Tx <Il~cO`&Go!KMAhE) rMH a!H4(ңCjJ6ʪ" \2h"_*'_øJ"R h|%HY45E~MW(Sd!\حljҫtJ6FSgnId1`+C"A0)6 'N$ W|M"9@;伏"dFj_M hCo ~[:K>sqM_p;L.BOu}O@wb^D!{_͞_tÕ$|zz{`b)C%(ȍD4XKՋPu,fa!x @SGJ^ND AlCM)I 2%DSTzY!Ֆu hJR%O|dG "[Q q-H2Rd FNWV[W i&k]QN?V&Ÿ*QBdLBa߁E5$TES)1.wEu[^OaU&X(֯+lkTTmdEh'b=zGeK`Ff45HҔnR"SWdkO0 yyG!Sd?›q}IokXm|dS1V3G< 9BH=  R}GWZ1:BP1+pتoQD(HPDQ`DˡBE sUUUC]?|4[C1>1a0vtxc:Ogv!if&!de4զkL2M!,RDÛ>%+T sGD4#_id 1d_]z "G2 yb!LE5Q8 {4C;=M *zρ IJ )A*#[hB0/YҐ!hNr]yri_n=觡op{eIJn#WDn}"i?ٗԆ잂C`|ԠVVQP(rG@ڳdHDPS0P8U K03n<QeD£mX)LLkR(`wQ>ϴL RB@ "k@}Z֍E6صFZ*cU֬jk%TkZ"R6"k4$lLsQjW.dDZiM2b4 #XD( B%]f5Z `TKX6MuKq#Zpܥ D.KB-"$(DB9HfKD-YDV$v8:0DLI!` ql(, !x)F 1M.)dc|[HhmmJXŠi++vMNw&|K\ۗ;7MtP,YŦ\%3ec仉X̑{=Www\gRtĐ"QVn>FvLbl%I| K|(ؕ4i dc ^$`QQ(d  [H,.Vj0 m@˩ fgHQ( 1I3Y4 6Ev N}s:w<0T)N#f(/SO/!`P9 >aėDQ,E{9:h|:@tNj~I ~$r)M@ÀAL4.Èz=  h 41ĝh_Z6SLAc$ 5% lˑ`GJjRq{=DqfUPp2 ~ЌS69),hHMTlm,%*wIEisBM}j83r ATCu`W&5Tъ~=p|d:y͛AAo|dpZA !J$"zwu]7QܗjIQ^gTK-,- Q T]k%-v]5“,%e+tYk)XH$[4WyW*^7".4h&*W^lJI&!&X$oI7; +D(X)X0)AImtѯkHV\ϾGL? tMP,B]ruj)i {|+jq( C#뭀pȠ(ȉ 렘ߦgX|z˺Rc! 8*h`l8(&?Yh!@cKJZRӤ%'أ h'ѣGIȍ @vXV8+3R0Q̃Jn98Â4NHvμN~;ꓖIA,d@!xxJLfL!ʅYxVD^*9H!J4 ((#B;Qb TlkQ$4PĭЩJAPm[%),MQjTjEF؍h4VƵF5měV,&IVJ>]A0PZ a -ȖRM[C~'|7t%>=%C2WGBlB (/RCSoFJOS|,]QLx KFҝL*U@٫$1IJE$E I BӉ%$' y5PRPА("TbM&ZIiB]`&>)?({;Bv C ~vE PI?K2'94v,]xkCĥ]G8({{d/0IFSb"IrVhFGP Āl2G))~2.C!!Z)*r UJiYcWd)$0SrGPPxdJ;B2CJG&5&<25 3Ih~uP*E!dX|+F*ĥ4(!]@ hnxdBw>Ax/>$$}G~ ?WO~?Og_7Os?_?/~~~w_>w߻?s~?g[߿~@ ~' F ~XvgQUIhC gӆ>"|Ҕ*lCNKO;\7@P1;()?h!#*AE~!ԆYbSЄ0p!(0R#zReZJ£'WRoN*k"#^tE? 1N HnUb4+ A!Zr2(!P:D^0^t!6` #*#9= )Q.7vdZM205(!B1 +\]{t,iD$6Βf\")F'!Ik0@vKS+,$mݣryK#2znegdޛa S %2)vˬ!bMf$o4@@ԦLEQ5XL]&.4gTQF tD'/xtvYp&#&0 $k fKa@A2Ò %(C * ңSPlX5sgw1kԍ]!n(`\d, G}ySA;";]>_N9=E: J9.MJF   puOϼYc7󁀟4z_}`R3xʼK§S@DVYpP]|/8Vpt|NLG:x'pXrJyRUXTTA GUL$D>p)4Sdjb/8L6RHCz,@C0aYZ8 R7 5tsXu4[Țl٣Xҙ@]Y,1Qqse4M4@T&$GtZZSwFf]1)AGKGx^GSp9{ b_r[K%FA wq.0IZ"O([ N+5\-|iBu29)%krUcXZ&N uNزSR M`z7dP҈XfLK1Av8N'%[)Ųj+#B6ѓ5:YI4,5]Fp"Ra>IĐ0:;av;!q*.`B!WQHH\0(;"ˌX6GΜ&haR,80Bs3PJYз}WPf^4am֑ mȟb *äF)"[ih@z$_VDSe5MX܈GK@S9 =p4p&CCI̺taũ :ѵr*`)0¢.nyÉ fpĔ6Tن&{wrTHۚRH&i(|tKI!R[F\5 `hZSdg1 0#Afg!t.RsD76c"0fyJbWC[ M(s}{CИFuK2XI4l`S g 17q"l<ni4t|f XWu(S+ze60lnA 2$a21c9CYPVPNäV ކCxf*G8 @L uJM@!E&ZiK+U(q=rAkoƮP&':Q(7طP% ')YRrJs.5A>`8Hu i"d '|TnCǐ)wdN.G] #( Q&RC6Remջe(ٲ-fQ#q!0grg: 8&JY.!+RHTB,̇jprO29AN RA1jVݬ mLԲbQ `0\4HL4I[3}6U(1WICI$MXdQ1>,0"SB<?@P!1I1`cE-A@ A%p| =Ok5TK#Db/יb1 HLzǩYS999uYMK1rA+k?Psx}G!;(jR0 gk  (Mowsu;$ XN(;Y,KA"JXI9Jo!=h!#u۠?G^@Jp`{PKB *,ȞL9!qSwGp<kXO>KRuCWz϶(#@^x&BW$ RFpr"hY98@?a CI1:z .SM^j^tk]W5;ש6^j[SF4iQwle$DVM]-5ҮfBvYd {gN:! 3u}=ra_QT&6F=O4aPۻJ=!䫓*!vHDЋ L.1b- $c]i9&K0nyaLD~"n 'OinK_[cbo`aX{# ! aPWkp&$$]&Jsrr n6B-kl|nIW@!DG$(㏚5! [ן $=,~} ur BP}z*HX&aܝ,p0DS:SPI4z0 XJ(vh2I`N)Z X}{~-j =ӎ0M"Yj6:<02, ج$f睘X)% bqН;AOFM vJ=|TU,;U+ " 6} "DQ<` PƱRdگߕ5PZQIPR&ɒ5c$2mTcRk$RkFhmTQ)DbDT*)"FY1ĤLɚIlJd)R),I#dũ2&XIY6YMd&[k͈k%b)T2ŲbYIIJVMRXJK$&fbb*^.E'^!M挦!bN'3FX%)Z`7XząQJz!u}ՓAp} zstcr@`@58? ؤ }H LbBmRAAFOD6ba=GSU@!8L|=Kod*nÆhevɝe'NS2 (X)kE+fQ9p1Z MDlPi@mQDH84W7 f 55`c h` NҐ^I<}xd7yIA J C{ΛOw{yƵIO Et &{2VOsZPm[6cB7~|8N=.|LvAO|p='d|%ؔ Z<1x(*(vD7*]@$}Òu@9|d(FdzhS y$RT>:Sdt&~)Ić;X9Nh(!ݫ 43{Qڙ{Hy >x3|dg;3U=(-ː<$!Og|^5fttPQ5[SLzȫ&XJtՑ5-&-@S5I-Q v1_Y'tt!h4T PnTQC$j.I^4a`dA[ ̙AQeC L=W;'n(A0ҞNAWP &#{ >oB(xB (!&IRv}yK'NRz LEtRaF"[A{N؇t~]A@DV"9qq٣82 dm ѡ6q`eP 1=hB /aKg,8 ī ྩ}v!#b|WX\h'+bQsNYb\a!ޞL7YJ| 8Q:c[ɑA>CDA;-Gh6'SZyq0p%@t9%E(:b?{Lz1 Ӊ@M|J@"S>FLjKcn-S5GkFKh]BAƦ`ѩ;o\A?u6(՚e(('wPځD+tPhtLQȣ>Mhz;ঋT&5$õȂk9eɃAڂB,m8A;CɞcF~gٮN*N +$G`.Qˆ؉N/wE̜#Q٘ثBčK[."- @8Dt|,mRjS7GdIqtJʠ^2mtndY vwdZf͝UjI7q#Nܝq6lgIm2z.j]dǴ1zM>Mz=Tw^=MiGجywAT~ .Èh!-sI*!P]fu2#"JNcywH^H<$Jw:=^"VtwL2C=9sa;ט 1Dx>C'Q!*2N0txpYPl%Zm,:tPAƽ)(x^5O-1`DQ옝Hg"Ma((Ծ=Fo'uY2 (GO#A&(P0<Vv C$pDxD#980%wx{B^zac5NE裝hC *V$[Pgg nVҸx3ty+ɜ 8 !N 8Xg<,ݜV2/N$eTqӑ€s0)Fp)TM  +h|DžD;I5X { &#DIb/L yE|a҃ :,2Qy*5HwZ P1i-, Cx( @RU&5mvuufǙ#D"Z$ Ү0&bf,{MlǿQ㯉uBٻF#J8A8+b@[2L.Ԑ,6u+l\U%Hª9>1Q ˊQ* uۨOGhj) uT"3ѫ$2xj=YkhaBH&[zݚٓ<XCz>}4yolTp4Bp rtT Mtϒ9|{7ф" *'#2-lfOfa(! lrf~ +p[cslv&(eGI>By/F6)GMIsC8"PmV " Dx9ubxF {\$5fqR:Voݣs -)>H P3}o A#L": +}qZ0 E A9GwAnD] (@xCBPiIF/v\!Dksgc.] AB'9:&&#PY| aiL:hY rp+lPҠ);TC1:Q2ijJ9uɺaM ߰zHd:gvvʺxBrH%)܈1D0"q6#6JîЪOn xH;Bbr _>FTɤ\atxuxUk|#\%LCA7G^GvxQ!DG]+ѣэvptyQI%YFY01[~43ZMapJ' "hN={:zw fp0&)0fاDRGbNF!2|g qC {S<$4Ace3]2D`3a|g,: 1zGZWG" mK:V2 Dxvc"eL"&IH-EŚ8/QE|yoA4,92`, y1zut6GB2CBIcM"*! 85dpCcgىgh=˘"<7[`R(Ӌ1zʼn$CLC4]yXaZ,pJ#LGā[Z0,IyaJ]T)ՔaO}kcaxf̕f%p^|s%5PW4I%\9th#\kf#f#6w 3Q'(tDB%TpS|QrP61ID#4N^#aR> V 8X..TA'k5z<$=P dS <`Nӭ!O#eNldSˆEj<#j6iWLQ GE2G"3u "7 #É"i52#BB7"q+e3 /Y%iaТTXGpIȣqTfA0aAuעh= Q HjȞ'0#sݖ_>ٸ5v859z䩉$#'$D]]hWsG٣,YoՂ{;9s]p.uvNV3eFȝ@q8eSYqnEppQv^98| ^;57;F='אGcd8꟏N{<3z6]m.5O-yʃ@1I@_POX|WHyE9K;s鈒OPtTQxtEr%K8GGy\k =\qF`y^r 2J"BoPÄq1uׇ ˏbx!pkh V쩊air=F, VhqQ˾,vy%L~<x5>霄 jxܚ ^'z$}RMD ȝD!" ˃o,"l̂sD7Lb n[1Pn 2sЌdXIZR(2Db(oG 'm8!N¡ я-uA!83TG*"_yoiHIѾL5JDGxaׅ^JDɇ#) =QieMRʲtTь1\HgdĘ JGщlY6v\iEfC`tIH oߌŢw쳫䗞0͵=!I!#iV>>;Ш!<zx{:bhmQ8BpI1]-ϣ(B,JHMKB}Wr)z1j Q~^4Ymb7>rJjoYf:x/hhYպltɾStzJ5}doOX  IS|JĺÓ ]_oQb qoG[زT0n&S2͖8^KC8l]pQrtQc"`A|vT;| dWE<"eg(&A~Za2rIjMF1٢:GDGgNεyN`:e2Ine3 |; *Q0saXkeTuC'G#casZ;6X RL0a9^Ď{dvW] ΢9,9j ,ģ"6ٶkΗS!e.kI{&(({7n/'NN\ Q].}&f \[͇~0R,UFg"jK$(7agB4|f8 0 C7ȰoY7&|T!pW!EnCش,DOgz7;Ye^xrE-<-١Z+kٔ3nMkG5rfvLoeҒg**,%Q`)ʖs<3ZaqŠv"";F40*<xd؅;=:8ӯ:'Uy=#\gO7Q~GpL>c9-em1휣I $El[2u)w8s3Nx;8/! 1,G!`‰t!ROEo];Vvi!YRi_ _rvX>I8?ΣF(It>&f, q:k<U_EQN;\M٬;$Ԙ'ΉXwH<IV*$84os{sQNZ<чlo|8ow;w+.F,9s‰/Q)$#񇳳atqLDTDTIo4B3i$%$=A0 V! F20&6Yf[ݐ@5 QBP"ʍV3J1qѨt?D%5fń,A*#k9Ҍ˘7CȍT$R5a~ i-qƗ\^dKM3rpvl[ ^:c4HÀe_|i>1q&ъ|Kf*)\8D(c:634ng7Ȩ͈^8\pdr$a"6ʋpx޳\B Ly"%(wx>|EAnC[$«gaѡ-'z  h8QM m!A!7'8lwG! fW@|%:'pa83UI2~bu%JPns>`0>؀>@#"/ޟg]?v@"KF?i*2poҟ>CAԇZ]U(4Hf(nE L!Gr"e DHm!&ϑ;2b:r&:!H52F Hh5P:".jxXrFuE bAmE*ˠ4Bw!$À@HP6>-/ }Ju;U1A'RVDv)q0ʔQ5 jβJy\ `0.!̨%H-SF֓@(냠hkq"`,ՙV:2Zo@{zrZ d\(HA< NW,#$ $(kIlyaLQ<'V e^C\/vH "iF[, n&ͪ.2f:l!"{2$BcdH>Zj711p[τBQ/XpOXz'TXiP`>Kd‰TP C6虑(g'K`b &3ް8\h|ѱΌ4{&5'4Y%bL9qo7!A6b#K/2#TOc:y6ɠ[1e\ &Hr :+ah;<FH1d :A8L ӡ뇎FV^K,HTfe% mJn4rniYiZEU‡tz4:EtI)|e?5ɜiU>JGw7 %pX8TDyP /! &p%&g \ Oy߅[donXZ hںTGEb3ctW qP53,acnݓ$0m5^CY% c|+=&;`1:$  .E"E2Jj% Dkz˰q"(nD jW}j6 PG^ו2/cpDi -GnT}nC}g|?fql4I GDLQb,^?B;<Qz5Pm ꔢRyٍ]-zM)we$&Frr[X1C6#YI_G}1TuߎLh)Li+jNQY*Ca֣ۢd>EmԠq'?.J^~w10RQQ3h $O yp?PaDq߁c-b(-Lu(jʼnR҉ԭ`,>Omxy"W"x}`TOi)=Zq%wHP4(PR:_GA0]k[x0&BNsSmPB M샎>P#8<~~'sy+ʿ{Gܚ&&.|y;vM1'}axވoO s=x#@h-o)j͵}!˦ҤiuuYn-,li׽wMzy2QJ׮e"/v=vҺb[b9LM;K,U=aW;$sP نq (5Hd$DRS=Dkw*f٥=:[vSlK $N,EDpsf0E.O*.nk_м;3(+'z9A8 j' +0B*iP JT)S ct轘v1;~y251PJ8dPeGy/Wi$FmD)Hd1&sȌ,b  Pa{F $)MUW XYQ1@Ģ r\W Z6b``3mńI(fWz3L %iQ,0L8@PQzAd5%DzBuXZ0jaG#dHP#DB%?q=q~,EM}hb@pΣ0p(Oܺ_|Plw" $mqT:×N)"1J?McZB~F,OJkR4 K~h(M MozHp (UL[ɃeJ4#q Da֗4Q^lbJRb )T=K;#2[M^l8w ֙Ϛ4K+޸U!IxhR=Ҁl7 x t1:n xXg.:iEm&ኑ5='tFI3 ,vʂ qFb.i攑 A0PP#r[#hF)"Ii(tGyNDǃߧN;hw!r!'Y;]`P9d0ޚF2n٬3[ubuԯoΓ(J$|64#hJߠő! A';T^ekM Tr~fe`;HVQW,C,̕DF_,(҆ w\Cc7E)Ԍ (j`RO)7p5>*fL@ JRs1Q5P$ph8B-fSvŜ2NY58֜duoi|O42$4exky7&(`x<59b%YDbtOyQ@h-֩vwb^lj ͻ ݆#Fgg^$¡u\B:I!幨UlU$CF\!B jQ%e< A1oM5KFrt1St3Hy<%4&ȜRkDJͤY;S✪{GTZo($.$Pb&my@FBrj%7ڒG0G=^[lJMT8,=`[cz:$5Q5C'f@q6#W}H䘘ࣶJ̹$2ѳSߪ=\^dUJlxUu9fsI%aɽ7 A\TOF>}:D$N-1Lʘғ bRHYLiLdIe0T=c+^ ÃǤ«YCxY7}f|^y֣UrZMw5(H^*u>TR.'ѥv4<7chʂQuَK&TjIN9t$Ő4,-˕m6i$eL֤\;( 'A5{'G 9 )9 *49L̴ҕFɵ%-.HaH m=}džB6[̓%7M6e#0ev.EW ҙP}:AE *x4[G{_P5iQt,LiJ1\}ﺟ9*.$B'eE HAFT͜Y6 .\ 1)¹ʫ,LK\|ж\28hɖfC,c|Te٢aRNXW{єu}Ώh}I\ՋQ:M9!̗ r0I\Π{x+|'՚{:Hc`VLDhCzts,u="J2c5vH$cfc[\!j5ɳ}'Ǎmr`’* $*u|WDjA&f^$w`zj gZN:+5#"k t3\dY/,%/bPT>O{" `j''*3PS1:<`$68Ob=#z8=IƅBtb rz鶙%5\Ƃ9$gєjZ#%E`abhbaxk9C+cS2- RuXT*`@`LȀ^Eɇ;ťqPp9Ïi|",gf1BSQt34tɟ)j8DzPlD7G4.$͆_EpH|I[&]PoGY_Gfnɘ4,fCfNIA(K\iEa~8_>;9D!JIiĚՈ<ٺ:p"8X1Ş$믬מWbq³$g<XLȖ|3f#rjyS丛M{,w"B|DΜTr4khӣqIԞdC*~ҩ\f:M^0ՒiP:%HzaW(Ѡz|<.e w"J ʰI)֜[_<PxZĸgJH^[e*̩]oFq;6=og<^|+5{he6C$'شlY^:YVsԕKuhe l3&YB 0C \NEegGgG*w!HebOH}f9(@rPEC 'ㆄA|XppqGA 0C|>!u;D C@&Nߔ6*@׵XaͩDˆ6X(,Fܤ[)HD0u D?$H!]W䨘VIz_;ɒʛ~q-~(_ م,9ptF'*qVBz_9!Wv ŧmlF^9ic;(t ڱd5x qn zOA4A)@p;@ Nr2 6($ ^ßy&݆:C-P( qAQ|f\ FGƶHá"WTS8s\͋z<gf2jY!V~[2#Lq+Z,LMB2Q,J@cK J#(j,sYm6iT qS,}(`(@nAEOr!b|pLHSUDE ":h(*"La!% kk-]5M|RI$zJ0%E7;S&(ڿ[~U]t"DF].]w#C*RE%)RɲڔLḎ6I%ETPCROO+tA RQELT:iCP&!0GI %uMH}$2!gb!4lE3BE۔oulTdET8;D,BY[(uco{Rt~<6&5`B @Џ"C*0=d/W6)F0â=)&JP^NF 4;]#ѩ 4ώR TR!2}e_k|j1jcFLmG?ɔ,aR1pjJ H39H,KmB4}fYQMB1 BĠA¯tD$vp|Χ:|"Hu%yx2Jꝓ( R=A$( 62z\ˆ[ch$0p "k4JIp_N"$aEN rE""2bax _)Ʃ*̩*@ Y2Ab`RdVLLD7dU>G4$cBQZSTlڷehi,Y4mwjآI\X-&VIm t2"Qu# R@nFn6VMVK^{<,m5UTQO2&93,,Jqʆ X,xh N:K*7d1Vut`IeY0EMxc%EaTJ(F=d4&]̒ DJ^bfa7^N-- .-B7>:/\\hGI"IdD즩1a +38*5P#lVӥL|)҂'8,4HyBlo'~{dEQ^Q5b]%€V30G 艈^-CL)ڇẳ'FkU:sTV 4h}Y֦f ֝ 떉2I463. F9*,G/o+wE3t*UlYվɐQgKAhZʧYf!ۭ}$npiש'#$!')$5(iKO?}ڀĨT<~f0G-ԜP= q"3%ɈOT#;-펽ǰ?i;;{Wg)|Q}P:u<:۷ʟs 4ߏw*T 3e r POp;/9?FRG"C*d˙f!;Q&v3N=A> NCAO|{袲%7Ziz6G&plMP`#btPK v hܔS!D$&[3%tQqh1Rfh3G;' ]0[:T:d8ꅋK LAQ "sP0%:9`HLZ gI<̝Q#4"G>TF@^~k} -pп }c^-gƯ%p"`Ӄ-PDƥL(K KWz?+VG۲sMi4]& 1:x>DDY筟:ïzzgͭ/s=<= y2rW+IIT(5lTLTԚFnc"EVH!-:G<~!#HȑX= DJJDJD#?& ZCdo@!$(R0SrwR(hhbR!RH)Q::pK) H'} 7-y:l*Qa& 7C 8lu CJ} hMBD/i1+Ɣ-ݙrDE0HϹ j=ޛ5F2>RMtR朮À/R W#@~>:z$VO:93ϒOC A~,7vt=_U <ȯwvͲmLW๬kQFdf^m,E%.Jґ1!sַjJoKWn+%Z1}-nZM}Z,Q ")}AfsS.M' h;]ۍ0o&K1 &`}\ϠA2P;B U;#ִ P!"M B$!Q,ZM]-|XW5[ljP T $CEp&E BH8!QHT*@ri"7Y]:tΒb! fS#SVHCH$M$#bBb!)YrrɢhH-ް($u}IC0'S=D/hOk`W Yt^1 /n`ijKv*+7w$&1l[6,u]4&Fmbȑ#`PL6op$(Rx=tn"teCBZAIx)e(^48tN:`QDSO//@U$ X#T%eEE%ɎLf_,ax1|P!+}R) j%9/=Jk fU>j%w88#h7`5=dPM=FկdzkIbJ,l(ыB@R4) {`=ca݆]88HꟄ@RĔ w ïr'МQ0a!}~ q$Hփ+AO{|T>Hl ЕPa).'}*%|KQV['a'1,HD)q҃ӁuǨo/B-;̭A{`V|6yIBY`O~O3SgxOb)2-$]/6vK5r4Hi ]>i۬dҢ{ܽeC.P~LPP%H4HȪ4$j [FhQlTm[do9*2cl֢-bh֓ZhjERѶ(ĕ%%DmQQ-LdR[$ZJU,"dJ$QYEJi"j&Ԕ5FƲVTX%Lړjdd,D2jQ&mDXYlllMEKV ŐUX bQRmdԕ1(դŴkck5fbKI U2ɲTkma&4 EK*ɵh-bSJ[XF4hI%A!h"Im$$Yf45l3RE(٨զ(&fjDdMZ[K5Jl[&ɊC&ce,V5"*̢MPX+MmkPfQV*6&61(KE)Z&iSJbU&QTlIKdU&EXlQ&Mu6CLEbdR$-!kckE5II-LɬFlQbJI)*lLi#EEde5L$-JIm-mj-ZƊ-I%4*صb$&ƤLbLmLĥU% L[M6ت6ۦݛF+Z5*R%bĤ%+5FŔ5V-lVP[U&;Wo`sC M}tm|2T&`v'ϫA:D"'t$n^>̬_~=vbKۈbSrt4dJG*]vX.&74;u1J3ugurna۠]Mعѥ˹F]n%E #h JѠ^%"N4*`D`@JAB;^ t4x7RFDQ`VĠ4DeԚe% JZ0u lȍmL0 L$R$}VB%"EJ@"xA&HLKMl6lmM0@K=@1=BD/^1AEcLIl4l{ߗ 0py>-wR% yh?S-JhpQ[vиda-Q)f[J2ȔlQiLXEc54c3 Ԛ$F0fMI&46l#4H6IMSjXP&ILL 6Q 44fY6ZHdI! r|BOY~0 <˼.xCx# h}xECIz2)~(1XT Mw30P` 315h&d< ! j( dĀPs*b) GZ~MdIzWtF VȊI*/ꁂzogta &EC =f#CLY(fG2q4~:p#9p z^I1տnb'p~6/C;=}>|21 1n9yyLE ADH}L4a4=fa:fphqkCݎ"E'U:c˹OQ*d(c|.w(/p~S  rTWBQW#`@<(ad"b3 ,DK6E2)Fa4$4 IBaR^(U./4%A0:M\rB+~NjR–rh 8L$ ;t!@OP I d=U-p?(c /HM0u7e2D,pdR̤ [aJ ,9@T!DAJ3)ɲc) B"Ձt8H" !LjI($ga(\ IˆNU"9X8JLce̙_Ì(ɜ hC[\#E.C@ NyvAnO"s|W$jBj(n4:0nc&ݙ{ p1 T\UDmz)o@"E@ϴ8b^Ϫ13>I3n nJeʷ݁?5|(ZWK޺*^z椌S(h%+xg WPhƇkḇL Z%>K f'f"Ur&Ei3E5AYِ5 p:*m4T5+ [)>e~N} Ǎ#уS@(q):Dbܡ5i8^Lhk5S&bFŬ#;<+317 Q`.E:)q8ѢI%RF bP00!ӗ[̛5^띙Mo~rǼWʥ9?4/a4!f6ΦWkƴiuKn<-+Gv!>˅P:wd T,D:0F(QC;(8Mϭ0'dz1W5I&0RLZ+Mj Y-F&IT}CCHVA/%ڈ j^…a ? >Cjzt}>}lEHyAG߁A~&$8Ki <{"pa~ǠPx2=%@ C(g_ha*u)%%IY6؛rōd` )}+D& ?#aUj _KEo %(M]gA=?X Cǜ5'a CJzfE}1G%zϡ.꒒4P8f0*b-`H ʱx M.Z%ɡQpd@GL5Ix!X REO,ڎhhd08 8&UK_{'TF"L JA̔ ̈'ݳ6YJqRID-ʦj鶍ymb'r`ABl2‘ r0@{HSG|P+ 0ju )RP 1h/Y?qBlꞯ/tL$4! s}!ڞgbw:1\ MD+(%1̐~#{2i2CslRjJ,W׿Dz̑1P~;kAc&r|1 HU+-afdZ"2"ܿw#r# bϤV@. h}{7|C ?) a`/"Du9PEI#HE$afB9h]Xa- y1"JxJ1† &C Ad: < ѴԳQ:8e( ɤ85 N4O1GBrA)x%%#72F(DID2j# Ȃx7e!TKvv c(h=ҔeeRK:i 0P(:SK hvF "iK[Ӟb"~Gߋ\"䈇BB-!uyضf9vN>V1?U0Mxe Di:nEV^,7l ]n1AA2깂|ҙmQvttwQ-2%%[%UvѤMkf &Tr'_9D!WI͸ SO%[dzuXi0ip%Ul*{OO9,AI<>($$BDCWqaawGLC}׺ !a=X,_vky)qྑz:THgޙagg:\"c|dkǢMS.. ˌ橜|GSud_DqsPYWq ngn "8ay&ty=051q4 QA}'k"SM3 ƷC{l,&Q_%u޲rdgHWc5E̱ɂR R<**\ ₷Xx( 㹻%g| ,E]icmxc? L,DA*!K6NC >*v OߓJ (5 Ǵ&E$T(+d c$ ) ƃ$W>=FN2Cj#}'J'O> ˻f(%IxqםR'{[dNydruOWS #"{RJ:Ѱ;PucUs]I3g0ݕQpH8.Mm_|OYi JYTrjKD"o ARcxHBUm$RМJpEo HWY&᎞X%G3Og;D4U%q$sAq"q|c$" OuELBke<`ˆmQ/+^)tģY0r$sb<Yk?ѳC=y<#I(HveCG[$8b.c߃ql='ǖDdȋ5.JmAˣV}~ )2nz\Mls﬽C &gYht*,\gsZp`pjGktq8jdoDDs|'0¨%jIv"An4$O=a,0A릠t(P٣AJ[F{ڳob6(8Thq̍"Ii|PK4GQ}ϊЂ=d“ه%` )r.B Tڊ*f-QH HVEL6l:Mbó؎iP"tL)ӓRJ| wJ&ۛa,F.!k;C8aɴ䘁"  2*l٭ Y&Y~$`G##3F˹,1 ZN K %8=Έ"m9$*F 6UM5U'ď 3gϼ k Ƃ|CN{氨!J EU :(}Q2tzka^ @hR 7u@#`T{;{J TOW=}xjv <**UQԖ6=*"R h2k5|1 "}:i %B5$cBBʅIB1,H%X8 In 2>:`N';ĎHaߣ08:98&fi-)Jm($\8C!8!H\JNJJDm>-t\W/UI[I>] ~Wn1=O#):oG/t%%:@d!'272 όP~Ot/R.Hi5d.Т?aa~:\*:shSH D1bDӴcIp!ЫPD?}V| NN" R$iHF-/ݛhI$ʊ5U&)hZ^L%)dLͰfk%FQQdɶѴUhj$dlܼrjTLE$ZKY)$AcTlẒ[Q4ʢIL*+Ei4l1EM6MZTWLb!F&62U"!JD¢%ͭW-cIERjMH2j5Q6ХZfmZ5mi64ZfM6Jfmd#&Ri++JZ*,&d i)ZLmՋYEIE#C)H$[05h&5-K%IhYIhTj-DZ()hڋyȇIP) DA2DIIPQSŒ}}G';[b8bA4B2-a?>|c-.Ɔm*c(x(F~D, BQ Ă Kz Cz(#ߔZ";lFf/p~NU#""1P8k8bо2 @8L5fJ&,I[!7s $DPB("a.AHI1CЦBpN45Ld i6 vĶSm3XA!B̓ a+K̮e$RKnwtQnZV[5Pii*O=WS2jT)Z☐a!TDI &Ah* @J%Kh4B*$E ~#3u*櫗2cliM\9)˵mʙ,[[VTh%ӵr]a5-&iMBU%A!enkrдtѶ5bcR[Etm35t6I%ؕF Q todh# $!fY]hFaH}?d%,I98S1 3 ROyEXO}(e^nN'gz0)F> ׿szĈDPLL0wa0'G0!ʫӢz2f:P;|-{% IUpǚݔVۘ A RA&S݀EQёG=,yIC )9 eBwFcBjf"%!!$+LU lS2o@"WV/YZ _r^40K5t+%J(Rbd| 'o" tV '8?='^&130E3@  O{D`ï~|uQ؈o.Iu^6@~ܝ<JH,tM+nd]u$(liD bF{k)ϗ|?S bj[;J$ *XY>A}"OVaޓaL?EK>$pb߬UP4;l \aDZQP (#לl>>O??l @@D *{?؇HPXix(xaX9قc(al 3.]wSR;we<'͉+(ekG9ޅ *E,{4jjD8EΘӫ:;eA*QQe90Z4 "0XXLt*lW)F ,!A+$1U-#pNN8$9@FsXYJo* i#D (ywo+. qdZL7 &$ڥ]/ {yx0;%W_y֫ľo IH_ dhZOd &&^ A@RqcBҝ^S;O }tnKB@ey1LQnD:xpp dwN b(=`kKP(nPGFS᥃r=(fJFcɆ]E& >B Х6}_g3FN{΍@c(l1 4|)Ƭ]VY驉l hم lsD5KbNH`BEMƜx4K8 +i&#R NTh* pD݁FljDӳ 9܆6ah4ܯ̌h% 4oE AA+2ꧼDHst"U!f%`-~%c$RdԈzCdv,ۛb؞RI IӓZNps&qr+ aDP>#Ԇa)g- 9%&=ea| (*`P!$ӪiܟX(u%0;4,LL:7 50bĴZP[iA#%#f$hӬatܮxPPŏDl> PLCTQ&< F#EV{pP5?vcIB¬,QC-p0Oi%%LJ]!lYТ'%+k(wB*(w,Mz)SvUkFM:ݐN`Π:qd+! "a`^|lٷZ %)RƁ;ePCJŐMK D}X<%ѻѤQFE&Bm %UZB"xTkpѰLԺR ihqi%\ىd0$< ;)#0(F<%B&"ʅh AK*RTScʱC[pΆf%'2!CqDXHa $:%Ʌ""-bn\ȻeF'u'ew]K2edFր3Zh_>=-؜zq(X*DsT*W_ f1E|v/]{L[`nDcb G~_&0%Сv>K &DGymT)E1a?ŘbEd!epZ9IB"ddΧԜ'"\-%KGn֮ YGueQ)^rU8l\crq^]RE$[(bGϭf Ċ EBS&#,P6 !=<(h4BgdY1G$"bף`HC2"`""QZvZJ5-V*ɵQM kIf }DGnt{RReJ1JF svmD@pShaIM呁H"LH΄܇,BWP(!@F ]J0m`}0i ?Pk —^٤wNtk$ ə VR")d5fܓj*Х+#A _gx}n#M ?2l` ˢmǬx3SD?O>~%=в(٦,uL-FD)/j87ɩeݧ G3$G&MDܐ2hƄU+$QΚQcD"\]G(p]vpְ-i'I(! &!jj&F!z3#Sk\+Cy(10dl4ҟa4`bRE1iƮ0fVuN&ti6c:GH*,1ԔxaDb0nZ&k: fYIҚn!qyNqC:\ rdEqQ!SM./), TKJ\䢯۲Q_[tܤ(QHA9B0MNBe28mu\$Qq˄)N{j% aCRqx I8ɂhN)%܆#WJM{D2rE pq)B\n*"nݻ@4ɧDo"Hx`0I*2,uI#MH4KEt)@#@H/& -X鹔lʇQ.8Pw҉9 欸G J:w^U ZC:Ο5,gԺ/f/p` XJLFLMl>>|ƍKJn); LI7`=.3CFh"&'0uEE~>"BXa}Խbm%8L|Hi4A,$EL$#'Iz.޻s0dm)O(&ܡ.]Vntuc,- 0))h4 lJ}5׾kVI|/U(Hjv s*PqnK@P"9(SWGB9nߊd\TFلD{[0ɺXs3Ee"_GwFr4Jz{Tdح\Ņ VPQG1AϗE<[ԝcCD`|9MGgy ObXE0;X|9@E$a$,,߳kn 7'Xd9K1%Xf xz|Ӡ+z,CIu1$ %8(Wc*3D,g|:Nw, bjk  agOF [w\p]OlCЉrdP>Dk{X$RTD{$Pc;ztمF&Gf%8TX~,}Ki%,1r\Z&@'G{B: P}֓t$X"6q5ͅIDєBv#@ghu FQA;wH"(%҄CԱm),qA>]|:H٘ VxAv&=ɩ'ȓhB "lȇs!Ky2U.հNX>D3ѽOz`-&A3QG $x88f7# 4FkrP h|==0Oxo1Gc8@j#vq'L$*&S > ("I*0Efra_'1L#fރJP4(B(T @rAݰz1T0ɘ4A4L(ق$@%i~ "#0BfPR@@#X,OǹY2*~_TDNyѠZ)?Nx8ڙ1d]yNa6RbĒ`1 P13STzd'4 :7Sf%\j9* 8ۋEDd3 ]G(Y)2&huD3dAET-FIdۦHxk 9R1U<QRqqOI"I(V`UcF-t[cMhBu'i`L& (P1Dc I<`F4p:x%p⢰20I,2FY.\OzFfqr~-iS% „1%_07V|PƓg*Kx28VMV4 xj9G*,QU zu Zg9ak) Ủm( q)P*hs4@P0P\T2$ 9De< A"4Y5.ix%1{[gj "<;~㼎8lPbFK)bK6ebH0B"V75dIhr`,:Dp1WrdiV47D-0*nM͠ol3#{QDI<ρD1a8҅.<iق:4h@`R@"їЩ?Sz!0v?ph@2YSSv,GC SZP$?`"uJZ{ KcǙiݝU:8/"@Դ?O$4RJdԱl2M]^醤D`Z6߉b|@p}Fx#H':،O#ءؕdS⼘:NO ,5Hyh=[(T/gv5 TCӝP.pQUh%CTJA)Ou#"fH:V%k/9yR i/ fFf%bRVVBC* 3) @$$0!=`!>({}m@1FCeAUZX>sm%d Q*4d5*=1i)AQCT2jnڻna9B0a*JZ &QDdɈ`ʊƼW颴erͮ4eMڢ/N35Q餂$Bע25tu3H׽W |]Dmٛ%z{I61OWjS^MOjjE4iISJ[EQc&,[s|K~ T !N׽$ْe]S>BcQ{K *! t;% K]YeJ6i,E*g me`hX8JR,(BlZÜHh%Ye`[%Z`E j#(w- aTp&eCq %CDٕdД)pDoxY3rYFQFݎ yu'#6/2^t^yеb6ⅎ)w[$,՟9QiTIS&dPdFVh9ELB=Lxą}q1MX> =W܄b>"u8mQ?"!x^;N>LD}|~9.IQ9OzCt4bIgJ"LC aN~%uQhCKIdHk!K&Λ_QdL-FգVV@S^!xFO.A C@tHJbN rROhp{Q6lɰf!CpMADS`S))l9Ap豄ĉ6]Y6[ Te&ahvQCC_Ip13 f(!jJ 8&2Br;SN4oF2C2V,Ĩe&8:BuGeCT٪Px+t3eIXm!nb!gpZJ &@q#k E #K FP9~j*XHl7 C(:Lc PJt 6A )m HQ&r'a 'Q ([='AktQ))P0:hqJt9nƒ%fA.~&1ӆμRi6!/ZĥDDMJkGprZcqIIVC\7ĢRPS#Ujf0R,zvAe,3,d@e! /qصf=ɏ:cb,s.|a2|cIN/iS@l0`Fdlje%B:4aN=w%60Ћ8i15ҁ];icFfJ0g-NQ&s{:aa *tAеy֐& R4CZ2qf+ :#JDR^fjJ*RKN1eEP2d%BRX”@ʹ)eGfLfDgT4&j1)KtW8ˤwMya]( /;!zӍNXC7aFtM:%hH*B2MRt51 , [vh("Vl!Yf:hnɮVV76w=bXCX|wvQ(ňڕN Lq a+Ko(ZkDb"3cXɠ'67ԦToI C&$YD9J{3&IGO!J&ȡ^HC9*@oJrCfpَ`lb 0C& \uEH$CDm.HRJW-QQ^bW:GMIDM#VD*BkFQŨ Y,&((E ~v˔]5Ԍh&ϒ׬+^%P+ @"@XCi-3]ݡH` (QJQWuepnٺƠmt(WBBpu9KlU&9wKMLft.8  vaԢ`p S!EdR% 6ڶ[@ HÙӢka)1,TĮX 8b;Jag\gq{x&ffǒݺU%6eFGj#<1曡N4;XiD,Ac”\d mRi *nbZL&Ev:m&5Om.YѓF.9ԘNXn2L0B"b%ef ĔelbS$ƞˎW;Ub[Ȉz̅d|,91ҞRL86$N`c84GZȌEPK1q!Qo#0,ѣm.1Dͳ1 iBdL;geeRQJ8`)lƺQԛ:5M!)ojaDvel^ˣFW0hT:9 '6LyhTRWXhLq`.Ibb!7I \MԌ* u{[Hf$#蹺IL:ad)( %ʋ 2f$ܼlf7Fk/OP?Ez&5a4XW &MKtLT))CJCH2?+E0U5kCF# ]LYT'N&HQQ$mpI +F0 ~tBp & %B6< B`9t5QJ'd,Y#IMShr40d繓b0؁X"C"ef"Ȉ)YYXQ 9b;HB<1IetIVbOrc ËFR%4Ѥ鹵ۛdsKP VhdBVȈ_7i 8>"BĆM;a^#t2f8 pXf]80g}{7!'An #a~O䋌7h ܤ?u #vz^ۂ虖2Qh̀SLh*XQ\ !+D"A1j6K62Ym!vL]Hlo).z̀:*!O'y_^ϞPnQ#u}%Uɣ A#-8ՑHm!43\󒚼ܤo**~2`җ*a?snVJL' ՐI*F 21:mJ0 [mO 'x\XfFP>{3/D蝄N\ {Ӄ2F#5/@;^ENV9O o'ik~+'IR Y?\`gd.W/ )-(gEUT')Œ0ۆ20?fKD[%iѧ ^HK%S]۬n@lɳdS aIP(˄l"vNS0f0:뉈wKts]YQ]ʺ̲jd,E)6b>b"RRId`r$Sk`~dҞ Am M+A 46$$8[ R D(*n]r u Me!fCHMku)D2!! H*q @1 DIdd)K)=1f 9Ll&H9jGRLk1LTԚ!!)=U毎[WI\K.5ޛOQJn4k.S%Hc&0,TѤFEjqk͉7 `y%Iu̥2 Z šJhGd07 @j\s 0k 30qHVjH ٛ]Ӫe},;GL #+ JA4B%h ,4ZٚPY$'iRˆL m 0MZ tw``Bȡ, 7Á"#$.28NJRfK0 NLTL`+ [KJ3{i&BBtH & ȳhP" ̰7^jj뮩,^[J!h!#)C(&eDrf)ibx(@cR]9 "kͻeӯ]kDT&Ņ8`˝u.Њ,Le4i)D͹JN)4ƈ.1(͆]ܒ˖2VIafW.Tme2ĄdH2HhC,ɔ%&I IM+dj_Q *%mkulqMKזH6ic)$ҩK&Tk,E!eDQ1XPX.Ym-F QaP(#!J&fm:20J!EA ASj)O-/`l\F F3 \00/{0(s _#^*&咂G@l ;8\$("DAJ:~?oP"QGp3^4h_('S:# $_y<"4P̕ӊyz'ՅY @|P:l؈ґ$ %MYѪJHɶb| L 4`(>c%Ս ,J5$J)H"DQ (4""P1)T"@4dAJJFk%ֵVjJCE-&Ic.!F` QSm ?HA @"TBĈD"P$$RSBTTD5kKy !Q*K :a $K%))Hz 4`Bd`rEΰ4@N(`l2=ĉ 1D@ܺN4p:zJoA7]tfRUmt5")?ѹ]T'SZlsϲiS @rUr @hr\&1"vbYDL2Y4эIZ~Q1`X &dpWGyJHyD@ _|@R.H 8T,q!yW) .:y}a>!!@!`с1~[Sq|z 폾<׌qN"P끄HùC " ˻tR`Jd+nlsUF#PgC #RnyXrT41B#w &DHɇ8hL")VF#H~@r ' '>tqa5bPBA8o뮺' 6L!Dc4F)ȋ8&gP#!b%dxOn.:C ԅpth1b"Xh),eM r?Yѻ' 0XĸqBRo$xM5( QK?lSXQj/HP;0͘\0#<,V}Oh(aY _M,3 fdR1S֌MwV)Y!F McكvF#hfホ4j#أ;< )n"R44,S:x{Pn BvW.!{UؒM8Y@'7D?!/na^t*#v~X\d\UPR)!cdp0s ".KB,DB~Ww2Q}n[DjutR&sz%%`1^=Sʌr+DAԙvuy@ PM|`dtE1%4T>:BC te* ,߈#'=H#0&\R&x9jCd#U2ɶ)4ww8R- V_-nfڊ*ewVSI{o8Ն1Hdɘ-rїf B$IgpP &ZԱ!ùek]bS]:dņFV`4})$ S )J=d^aG)  Z"ړk5RmU$Z6&ZeZrr$W]}a@C&AH Z@R!"ThHiQ?  (AHQ[bɪ d֢֨bi0ZpihE % [MUQc[T@3MМ~8s!~|o84wt 1u dN1h9O _o`EIMRX?H./u<} d6@OC$F$0QG֖V &K(B#p`ؖҖ"-WCCMn^]軮ۢNQ ;a8tbf=] B,K$L$w*0I+R[EPVѵՔеJd0Ck PD.Y0C)yoZ!݊aD OLR*i})$d\mG iֵ#1In\" _iE*a;Lc)P70ҁ͌5 (dR:5jڻeQ*J뮸%hs1(1 C|m0SITQ "E4HHx[։C6N[l'5 YIj F&2Xe%]e5HSj] 4"~sLJL0mutE% Ո!E'Eѯwcv@~Y 0,'a&AR*'If^LޱLbwkr/˙!A@G δ LMb9OdRt1{B C)j2.@$REhfJP#|SWWP% Oޯd=DC 4SHS2{\QpTbT M$RzyX=)OC!_;t&Jy KPsL 5@fu09%t!ޢB~<=:НÒM{XPQD Vi G2q*bi%0BJS6y Z5&c\[~ʗNBr(+۠xMS@"&=wra:m8O#KD DD B#H,B|(T0_)tB=#uQrQNP.&B=PފWhC]#0}Nf\@B%B"fhH OO+@ҠChþT %nYWe&I&A/d8C&C Y@蒍0˸%4 f#=,-z\vAC1@@C01w 8NT`n /P{O3r t1)”̲(> 02O\|[#L}Q XjH=Q!0BWXX(Q)1X 2NrAc'60)ht СM9_xxx%_evؾJ^mJK:oF4EO2qi"c0J(i $bPݎ ME6u)䦯"u(*)`I1ԜƝ&xn:L)@ʼnhrh3NIlРO3``*3#Kr؂#\IAPNd0dT@ &2)8%fHӮBA-%7aqPNdhUN(o8`fM88tb Lz6S5C4FX q|NcdZ"!,RLTM% .!D *vLsICK%E`Fܸlsih&2Qs!yn4`PaFuk)QKs1RLdnm3hyҤF7RjM}-6V3ԍm!0:8cURH0C`,8z 0,UJ bP0%D׏04aj\3T(uLh"*-aIR u jCquL(%E%I@Drqc> ~q#$@BICQII|l8zDpDFjw[%JQb"cGt]t$ |Z&2jd0x$$INFn%CϞԪhz۷Nom:0 ~5Iy`yu DIHD S @r*IIȿ$D="M AeHX\g"yz }'cEG $/ w~{:!9(Ob z–[G  b\] ",AʔHA_s8$)HB$HF|MbH#>s^Bt3/&v<036TahY(@Rs%A L᯼4@5>0'jjpj6z=z>\ CD GQ!G@8v;!}{AR^k%E! L y'RM]RTWVtQHx"?hZ-nn1*qPa)ɒ'ϰ1@/G$!RGF%tzRR&% e6mc%a EP ]W$O#fn5"N]Qr:rY-r\&tq-2,hNwwss2D+c$Rd9s=ߙ󡡛Dm,L[ 3i1&!h!(#!:01 WY fRHRhcuX T` vɨl?GR[TtU42ha mgB z=qp~3N(a>^0Y=fVQGfMwFͲ[x@Й3P1!q83IrKfcrgzHR' )2$1#D*(j{B Ҏ)1.tynka) 4>{b~w@|~n5:A4#(rrrNlCl|Qy[̔k:l?#2M Qv}KM`upBCe?$)ݤLގ8$#8G(jUK}zuꕞQۓ-dOBjLsiY$YBf0L*⊺H-QR7N&FM 5JɣR璚pІ"UTk} "&TCCb#?edd|``khQMЄk2I_0j=ȟ>"PngBH39 2ʒ쀩;IdE` W5w)ؒHy=@ caz&w,Q4Yx={`U;Kh)CDeGI< 2bduMRb:Za H6S^sc_R7i -д}E>Gq拨ziWC'4PD5Q44/[gh O[)O#/"=`4gЯ)Ӣ5vGb%4ynS9nDfe:0VMLƦ76vSQ(JbϼDg'b@%%ȅ4QԔծZ*ץoJ+GATPFv%:@u;  M}k%TdScKlZ! MhZ eP?v}@c8üvD#*N8ld Rs.aOoPb.H nZ5{dR,U+i)*va0d=PQER Sw,iӗRWc{0D;  6O|;q#Cwq #DDp,@> ( }iPXF% +BեR#l7SRsiҺ㨴JN6CFQFL"haP%E7.b1I髒d*K 4J`Md=ic*U!)H6{+P@OX:w'=Ͽa R%PYFMv8Xq}~n?R~(P L!#w$y7ęmʐ~:kR+xԑITl:QHDZ< @_z)?ѝt 2wcm 0’t"M/dFJV@աm2C>ttolG-1/X7&5K5qviӐpl)rA.yX*Ig^ҰkG|"!K} @~#~Mh٨%>-&KTPGa>lB{gA}>48iƄ%A85=$x ()?($c'>hjB>(dݿxB\dY8$Jfa1qO~JD'`Iq[ڧgyz}J`HR _æ;&6AA@D` 4=0b@noU"<$z=濞u+rd> Syg# |[_zͳN8i3%Sxس$=3CP031%ME)f~QE RvهPE!CK n f_q%}9--ɣk&-kF 4HRQ@#'90E!JNzՔJPB)̎m !Š7.)l1D8dQTC7LIDh uJJRA3= 1)ee)%@l0;=]94'Aw;G'E'mLJكuↆB-!iEXHW귪Er6.nGJu[K+tW# ]NLK ӠIusw]v6%#Hb'DɅ %!$ta #_4G/Q7!W3A6졂l$#Mݸh&E.[#$K!, Mb}G0қ =F\'ٹ_W勢f,b]^ wf;zB Lg/ڃbQ߯8B?l2?+ѥ-.$SŖwuOEALb"1rVؙK79_&c>PG݌m]5׬zeO[j" ۄ.B=NSBhDt'i#1D1JQ8qK0?P"DyA%iL 8NCZ$ߺCOb149 T=l)0e5UAAf]R A-Ab #2Bl8Ifi2$p a -ٳ3SZT1E!b,ԯ6P_i1a55o\ ٞ{FIHZBW$ᅖAYŚ9AF%UWi@X2PP@qht2Ɍ,%z覦_5(ץ]1j5yr[kDE,Y$l$0S*5e%RbM-|rkW6fdli)! )Sd4IDkID ' ,I fLZ2SMW˫tYDk B2аA2q3duE1 J^^2onRY^uѲi붺%L5ŤjYΖJ{s,e0 ؄`bCtu|ޗ]7=7tt^ɤww1]m[-"4$ĈjQc9ÐNC0ն(X@*#Du ,iKxD-z®I^jEa?5e27Bkk-&R5MfkMҽv,NLFu렵ˮ)|d8f9b1%"%!I%b 9!jj鰉Qlw]L%]6:w7Iu7"}+֙>K6:h%ndF,d2҈c(/Jn9ٮIbƻۻ1˚(ȴE.-ۦ);21$%d+Bj7+I1cm%duQ^2KbѨj cI, MIݺ2Kc6(s;zwS[Ě1T%^M ,j]$!7BCK4gM;bduRŲT0X3 @1õỪ4HT4Gc} :r}p,R`wb\j~6UH.O"D!4AHkBГAXD`KdO)7㘢2/]yk+ %\l{Kd,Edѵ4%ҵt]i"skjY?\MDpT }8Bw6h 3be)% Y=XKa^0"%]ɬ!HTgӆF;R9%i| 6a&jM-"i),0Jrz`3!o?Լ'B`a"o F-g]Jb?XI G߆JP޵_Y '" bX 2Bߟې;C"t>w9BSQR;7 GIOB":Xv(3 0rkW %6*Ktz!ʅ Q> ,8iMFpSa&,3yᄳ!M!:YChbS%7 c<"(G:QˈmdxAd(&fa`=]`4P"Rj9% JJD("*6>TE7uN"03#"K!EC%D&{  ;Ow u 11L $ J=evh>kmT^_][;kbkR tMiIa)7&1p$FU**YW׹]mHIKv\=/$u hC&e jb؁ Rs inNtܜkzvR!`=d"" 7Tj)T3lf fbF8ԠfN\9g;v^R"Xhh'UI)^U3j}? """""(==,%|vRVd~nQ4iK R3ayNBw$_) ' "ơA_# C @wl$`cآg39Ev 0w;%AIjwCH'C RDD"RQu)tN s &(=5$d(lK42Mlo~BR` zoAO(M",1 !hјuؼKIѺ+8C`DP=az0 ~UsRJئcRKxORIA:G!>$P1,'}xzx>FSuQBl;!5c-UvMJ:_3@_հi @R @ PKacHe|0X6>'Z@f_LD "#ZБHh߮_Yހa!*%!^4'pjn'&.g&l @nDF4Ag/G6=` Z13We%AY6LRVJTl&Ա %1 O}~g ГLQse?jG}OT=!y Bn>F=@/i_)"a0Y(H1+@!ĮAB<ݶ  >9ڊ0 KG/?HLH+ILS@eJb&C D"zH 6XJkcԽDHIh-tb2~pN]HgSPw3!@Ft1Cdsq4ML0j!. 0M06n7JQhPPd'RQ ي)+JLCM $@p2ȁpAM1UW0ݙEcI[s[JbGnp  WBx RziVtO\sQ>!"@""%YJ`'bH`n p )?]c`0;e  d'SR(w2Bn&@H! ]xNHKݨDV22F4kIQU 6iL͵l1pԼJ pKS@ \Btt** YK  (@jH# uDkM*51-I8JҌ@x}RUSBC|COpHwIJ z:` Ƈ@}^^ta Pq"m~d/:%ÓG8kh\Х)M-(pw!$W/)|OCjI'& @@8uPBh L}nؠmҨcZJ#b֕}M\եV%cl(B5h\0$Gw; %WƮURƙz]6('ƫ%NQr[nusU*1>I67Ϟfm@lmssD p0Aa{kzRLTl;9d5&3MnkydHŒ>o3oFdj:ti$OL4FD U" . Q"L4& @zМ%_(mv#|9A Qʺ1ۺۻ]4R;I3\Rٕeϯt/5]$4pn-``.(BCF#FF%uXF+vU$m+* J(с@BвTn Y:h)e؁4Ll 𜺺߃o6ޖ $ZY`h?(R=`O8Ǝ>!S|Aa@a\'DKD"DJVj*R)(RBQF{ bYN5D Ҁt2QC8붺i6, ,h\ƺ 8b1ƴJ2IV%,q#%K)Fn=w5湗rh)1/K;ށ?pB1˝:]5}t2P)H)*jX30dRE3R[LnI^a`j1SbXv,.Z؊(IqՔg`:Nw$N1QLX6Qζ#A%4#9%KvP&TI .,d;I5(E3@@d,ăCI'^h*L.E *1W4h8I%UIӬE8(&T8TV?KS2JS$0*LlOk4xٔqē ^y/'QED``Ż򐠩8Gn(pYlU+jCA``CSs"Mi(]]$$sBЀw7Qr6>[4Ƭ"s!|:!( ʍ\]ر]HlZ(*%1$g,|1wVKfQ 21RqFg/ƻ 6.4ӹpM!(>D>H쎍&IdVU6[&+CI(CODiPk*.L^ 1I= ]ލ$(6"XI'Hr8*Y4+(t!GBR5"$GeQj`T7֔C `l:C QB4!%>'-7iOdRD6>hl<73$K7<$&Py/M\F( x QXma%dζ(bL`1yf%A0<3FrQ.vOտnjƛl/* AQW&?OcB 0_&]B)b\قTV+q3~6R,mͨ#yQ$o @"IZ\Ff|Y:`ؖA!%7LI#~5G".~B'ܿGNDˏ 8FK@!AqeЏݹ&Z%FуsB<qQ|Db'6QqU5ˀ"*\"ɱQșdV1tyaV_wjj"QCPbAR /ftuLb5ԖWwƈ"!)Y~B5 -8Gͅƻsd11kF䉈I+WJ'=5/Z,k*X{QT.I E߹:Ezl}Zr\g1g(gIXW \6*Z${][TRLxycт9E: FNgIEJ us&D$ ;7z y]jf#dN[84M|ۖXé\ !EKGw+WQp}$)Ey$GS0cQT`&`APk(o-E-_K=.7 eƱkJ ],#GeUHG5< 2Uݍ)^[TCol^.8149;[- zW6S'G9X(sց#",rXD A80"q~hҀ< #plI<r^2-BD3 utxH,0UcQY(%ĢtTP28(bӈ)rNjFz|>Ql ?TzK>mtc-xwLB$ar%c*v%Z.^ήk8Er"8rn n#b.6lx&4_ $մ4! Q==ޯC]]7 s/ƼFl*.2E(/b&"zf|u% "Nȹ=l0e}7L P t{w2޻]. 5Jǒ J(qfaiX7IDL1>9HrURIWJ1uѲh0^vDS!JP,Ht5Qb(wF^~gEӂ\ LU(c%7SMQGze,C^Kl$ Tkp&x$ݔrÀFariKХ ERHQ2NHsi+֦ NxQ8H^Nrˎ[ILq);q1RpN hjpa:ZߏGXτz7hk溶3fCW&!|*,$*'8(a<7b@P'R}\86`PGeHvpi>yϹ졌6 /GZQ2F] )ay42NҊ,'/ ԛ$%oL:N.hr#9DP @FFMl' &;zg8WAebbϣ8)0=EjC^ʎDXb:چx2=l9[qQ.4! Gav5ZfxQHK`%)!<-gh$|&no3E  ., Kh/51qM*\IdULYTxV,:kh&Y%Pk8F1o7\w/5Cc3f㦌F=jc(EIčI3C{&rЄɏ ٢g͛ Øu"cR% *:dmK9XiL҄d0MFF"2.њTUơ UTQS㦌=H=-ݯ˥|*{zlYK7p?<;ӭcЈ_$hlܰW b5xn+㇍S͜jć=`gLk$-wgb#,<[QB.X~Cgv$4m% 8=2uɞ Vq+rV2LY{bPrC>/Izznh1ѱUJɄUIzњf C t3VɏjpE+Ms]0:{9?pQDexncBDB#M29iS i֌X5=Щ8ґ+h}(=w~72AO|6$BS1qa?Qmrr| pb#g(brnHyCjOs]bшˊB'"E~${h~O\"˸tNk3jՉwA?,2Z'9$ϳQCxeq1hM'Jn|c_ 6)Lj+u.{!1V,c@ˎ,tX> 3v$u@"e/ A#(2TaTf@{78qrصEubw>&KӔ;Z,b=a4]a}aBZ&q7=*[=T81vz(GVk{;l#T=^6:E]=ّ#EPfiG*UKzDm )<;rmj28H"3R90¸1ãi&tZb05ŎUڕ'n]ɳx&C+8]u&sD D`G5**;5'zܝITJĥ=2SVѻdsnպġCO?4#|%C➱!QCHU"47l޵|q9#]JI ĈOK f0ltUL'b,(:&EG'A8ɛ6GrH%~X+BsX n ߹% Nfǜ3TaSEU<"lW@R @_٣AiF"L=F^JecF*XLz Wv|;LrV .1'aQJ2Y\.H̳" d!n;SG6{,+2˚F7'BBX!֌Q2)d\Œ (qJ'Xe>/L0!{ ~b2GՉ4?}'QM@?Eb5 'CLt9ATSmK hZI 0;y㙻:s, |&}'DѶ(rc;'0ᄔ|);)Ca,JPL%Ѳ"jȆ 6 h&dGR*X&+1j^3OU -bqŘLq$;1J2ӵ<qZHZ DZTQI,!@[Њ)*hŽN ea)C')0ѫͅ XYt5c ʘ%\DFȋE;.fofQfR%h1J(e'3 Su a$`x1;iʂuLF 2P@\bQ51jaN -=ɼ=4M{XThf)r ,.ـ-j5:2Ce= QA!"09=h !%fQXi" '}LW7c7q1a2f"IJKdI4dҒ5Jξ{ϸ耝HܙCfXfeY6;蠥a4ºf`, 0YtLI]ԲU_Mz͓yA0KiirKehؓ|Zר0Von6vU5S[E(ˤ*ar82TPX0byI-,R1MC zDF#WQf aD@`B"rfzЪ3RģK!@tuWAPu?;d׍4" 0ܞaE߱:]%z/E$g!\""HJQf`&]/ܢ}9?oc½H)( G@>v  HyIE2o[|$k~%E2zj9\;&,֤* rR2rt<T@/wxhWTj,fOѧԏ!`6Ϩ}O[gFcJ}cͫ\&9n hc׭낌aN񖘺&rm=I!S (8"S#d(ҢФM~ (y$ClacqD5*SA>/ vtWi}q! pT ϮԾ0J%#Lui"aȈDӸ8HmռFd#JeQ3&eQ2:Hf& G|c8ꘖ3(b9 )|:aĞZ>>"%?H:'~|!.DAu*$%AJұD !qQyb~H\IvmMСG#Sh2x=VAU]YEA1(sKBOz˧v - Y>a"ZM $̴wcēog[b)cK0%#'i}4(JDt_+2Vs"FQl-]'ϿdIEl{m'(:u P7ٟ==SOB{2)H&"CWۧ灂Aa Yz<'gz'/a4}= r^LK@+m/QCn DUBZWm*%4EEe\n]dPYPPTg^ U !\`skI{W>\Q㣁di ̻=K#J럱^&dz(ev!VT;G1A&I*!i@ Xa8(J00JTHSvC"YNАrBG.rOZ I}q_ ;Pr!֩BT$@5!PIJ)  Ky؄@S>Utp>7c^˛罇TDQd.C-R]TҒ]܅e ]j*2fR)BR @ඤ%3f̱5d+4,IF"j֔ḻ$$dE)KF]ɢieƈ  }?«{O0)CFUHIH9K@"@ QBI8 EHe)B G ؔ~#9CN? U  2EmTQ,C&&\YMCs2QHCeZWSIFn¹MK4wՃf;8qCoy*0AL71,(ūT::y !#O<ӣ,&̽ɴ@(\طfQѓnٚ\3-cZ.nM@L 7M5+2c3LF(]anGz6:4Ic8҆MH PܶBQ( !zΡJlPSJcwɣ7ZSDf0e\M.qʩ0spީ8F3M$.Z8zA:ubCm Pf`PB, "D$&0r-Bw2@(6*$bTv+B!9 }D!ė\AE5?jAiᐙ'19I|\ 23O^8a L,Vz| ҵPjE "G@Fזyoc[F@>S7=l) zi:(t;9d ^%b\OOB $i=VM\Hф}oCiFMx6W!9]4P'@,BPR%PBPQЊ9Dtd}'_Wl4`fHʓ~5kf:mCir.Jti)8+ww 0'􄈟g pPO>e}u{S(>O;eb b+IڤXX \]I"h^iQ[KAKf )(RL !uxT(*$+_?{;<\cGDKh쒝%$TR-wj.Et,jHt݃U@S4D?AN脉}ׇLp8u9a&]H 0U>CAV~ Ed IҥJ0?i"!q]KB }gkjz(V13Fe%,,~w#(" AQ$Ee$"bio/<\DpaQ&aƒ8-+{›ftL&+fPdQ`0؉$D䐴R|b3\=$A,ؽUwU69VLl8MCc^CQ.C#g4DePJaE#EdXm$=e22Ul3z"SPaDu`r /ZbDzTYHCU!Hp^"fNL)ŵ>]D37"HqbsWUlKogtSXs2,9:]O~vbOQ E;_'SlYeu{DxRPJ#)dؔA\DR"=ֵ;~Iy"I"XݏH=\G4`/ȦYdcZQ)םÖ!;LGxh= e-wxܖdc5%uŤnI'55/'>`,Rp=^R|'Fpx' PɅ^|RO49mZ: ^CADpoFZByrNlDM7'J#oR)fwsS"Z: \(.<024~1',42i1].C1aP袅! Ye.Noh":<<0#] h!Aud.y.+98'1 5sM֎Nyɑ`h[(oGEehB-j!}Śt9qnwgE qkS42(@9U[ ϓ sqSVPUr;Y2]Hb76(.+(H 5$5b(ѪcCh\(b-j`Mѧ$jI|)1DۑM8wdRJ!D̞6^(^x2DC%ġ˲&N ,j$.Ss h4hVH0j%3 gPUl֫j)d^`fHD DQqM q((*JP(&`[,(r("D =2kGmxAan*F$G2G94ayz9E z< 2lifyQ#9Bw72tǭǞ G!h! l"f4rO`:Òy0Br!`2a qKǎh @xPIHBJVqQ|εQcŪYe0TGF`vJe %sAm44;y\8|Jcqf [߈v2IG.` C6pwE 1%V $BC1Gz&}j+BIKuj3=b \Gύ 񵡊7-Z,]fewvPít+6&AJDrj B4c0أ4_}Zex\b5 ,%[Q#Ks쪔S:#`\hYwDH}zfos2kOMHu(F`Hx}5b11"*Šм F&LOjb%ϦK죌bGu82 A#&%Qh'! )ZzY|lZ4)I\"vp0|;|͜ ɝNF!\bKXQJ`p>إYhv-\?o8<ϥ܎hPEGdԊ>pcGaz a$ ѪH$:c=l`@ZFHŲQR{&#\ih95QU/Wt`uy*99>]S&fAb8Q4Axl=6u|MY m`  9 U·ē .L'"qO5|4_Ng&D|"HFHYAMn;0+^'*Ň4DN @&e~;&!'،QU?AےjfQAgJnCbJUPnuE:3'x r:5 RJ~ +& 9-9 l00W8AaH8) v_Ğj@Eޢpu%.;wmLM&ui|Uq U w'ďsd2 CI* FDGkaqY"HjIF@}E-1"4ĉT{TMD31ADHMb_o<␠("TgOe%HZ 6qN%0% ˒|$10Ƭm{K[I6kҔhTD`ҍ)bGĢ4'2,H0*#hT~<" &MHPS6{j(- YS/6 Jhv4EcqO% TI "/VFU$).ْxd+f4ѡn8 `b'Z dfIzXb"{l RGtbz%EN2-&G¢Y)M&=8_fu &Y\Ij%o`vc:XfZlѳFŧ9B<iLEƬ (nXG ,rﷳ8(j#c;"=꽥@h{0t'2{pSzɳ'X r~ê ?`|O6B>>5I0C"JtyFQv#faDP1ݚʣ s5kEB6kH&Kcs'2C@Htf|;#S k6M,֦$޵ Q<CIMzA!| 6n!mU ,ȤQ PXL P(4 jN@WOF?cC]~Vi/ih B.k7CF#1 ha`5Drml7MliܳYYFO}I^ K)ĸ;fNdF^h7;vCDoAB@T`"@0e hQ)8a!";^O" HR6i1XSFԊ4 @Ҕ* ! )W/MmҶmT[i*-QJUV%V5IkKIQZEhi TcckV[ܹQj*ߺ+nZ[hƤsmE4"QbZD?ÄTJ$N]"E"%ThhSW2"@1*()H4B4JAB#DR(RM#JQMŊɶ6@-*Ё4  J4)H4!HāJ lCDJ"B8LhڌjەEְZڡ6[Il]-Qj%`zBP9@$LpJaZƯ5ZKmdդ֢"-&+hX6(VMDەʍU֢j*Ŭ[mbk5RTch%h\bŨV @D%'>ѮRX[mV4!M& RX](z #R`?&ئhC’Yc)ؕƿ=CR!!kB&䇰QbRLY58]2Ƀ些pb"2ļqh׹']X(%hzaGj?ge;%q׳$!CK$Rxy ni6D?Z+˄ \c9:8)DMmpSnI"(=ۼ b!p}e~u0{{hÃYױGq/aw ?;Bꌦ)K-&d*@S놋8_p-G[b44@Q$8| H&ɕQ&5TUڰ6ӛ&5TVDhah4 D;(\4oQwFEfV0|QQp4KfTbm"3RILio{K>`ڢUpeJq0QAX Qjd)9.bRI(J,R'X*k,1LX 8J"3*'l-1FX !G1 `Q&K8O>^J[63ݞNl=u! 3(F6R&5J [AN M}nS[yf-!D'0Lҏ%uc zuxi^kp(PĔB $K 0Ik)B aY%@lskb5De)4Ztkʫ5xhbdZkW*htJhMZ BHS%p\5)V$DWKjr)Pyꍹ[魒ZܵoM+6'vѪsjn[Pa*a#JRa*?\p}<hh2rwϷݜt%I<[7 K~i?A?\u NqwR Ŀaѐ,K'↾$s g3l,aJrŮQu6*[6֦Y9 bK{ )L3&01n{y#9<ӀGHJt_`G` mV,p,<D Qp![Wx$>LJri4tlh%HN z_oo ó|J$'{2CGSyG qlBj"S(Ip}phϐw+#Cf* t"Y v93hH* J! ()3[LIS6UIi2X緀ؠpKH0!〇(ta`zF5 YFQK8!2O)ˈ:Ŋw!=ggo/vU~(M;a$S0rV\J5IT1lz))1$ 3f\s(6pK ŋбaxLX&ԻMnLp]MKh=%:4lb=B¦8*GbHqw+E8C~ݢɴp H/RQ w F{#SLq"4$n j"C".ҩ$DpˑѢlv`Eő %NɝBi$ ,H(ǠR6a(9ۈr-\7vY޴tx)ɱ04qXD0ha(~ga ^њ(QUЩSr%.(,)+"e),3 R$%TF2JqR1Y(m&1 tQ!1LB5wPK&؛MWF^VbaFfg@T59k}T֍!iOzXg*3"ےj'Њ*}<b#4)ʴrR0J6åM2ÚMe&ɹ&b)Xle(Vm42t!!Gأv3M@Y 4Dd>:tQFƖN TQBsĉѠFkAQ\8+WTDN[.4QjB@b nF>c$BRDe!Bحz[i5v4B~v7ęĴ…:|L<ǁQy6K:4@e8pu; r t^IhXOԡ2X]'Č*C RO "Q%;Ϗxd H"@]$%ܬ[~k֌\'] D"CgC\n鬝uݚ@J2v0!@JDBU _%6ko԰({oy'(D{B.gxw' kdqs P#P̔Y)#ҔAi0dFiHah& Jo S,%Xb jQ,+")D+$U>~pc R@ Ff *n4 3ÂpH.hp5*!YX,0vdg Grd?Gy^jd0!GDJkK!:BAB ) |O(S6'122T)J'Sy<N!S> S}W>񵬙IPggt('M=yZQ\4lh%3 5ڽGg,g}8$XIb(eL,$D %A>&GkX GY ѧ0b|oi \(Y q#Q ]ta$/#88B 5L\M !8*"sa8r-fEq2؏Bn7x,gB*G<_T| 0󩫕NSFZvale1IrK 9|2kfѭ_箊֖O]Oԣ#Z6#{N .)U3soӔNBPЎS8ytt;';/`L) Ƿ 8oa'I>;gzR f[ŗ) (2WNx%28i4jqN0-tEp-I3 (zA1*4mU*ih5>b`9H* J@SG2O?v&Y! $(Q0S "J@Z"S(! k<L4bHXT@RICGVLx36q595D%HA)`pצTyr[JCxp"~rIД HE AG&dBp dR ??2TN10=ϗU=~{yQ,'wPĤ+4 {짻A{dtLvp~C(D9_)fW꜍kWwZؔ*` *E*>%""Jfdf3IOsmٌdjt ( 6m:@Z4-MLKEe,J~ ]+IFM&ԯ_u~ ,䁀%{Ӄfψaœٯ3 5cCx*s R@%4L &M%YkEKlj++J>R6 @4L/$*D$J+B#̟DGPΚ%?悓u ˫cj0-Bhp4yù9_l|N=$ڈgJd*u50d% JEBPr<@PЁH|̅A4#[!`d"a"Fe Ϲ:Az3>(U|  ;Q0 BIK31ل显z@@tC|v#}Knܚ]FĶԟ1؜h 8`B%SP2eɚ 17(@fx@|`+|HQA :IBih89y7}zHldA[%#Hk`R:Q@lzmn]?u2i=~+$(u(fsu)FFfLwk}=뉖6Df ʱ,K P$E<D'ĝ|\mb[rZKcVڋ&ūpRvA MpXRLEv 4/)NIE!2FP܃'m˒ds,*I +T!DGnyuG_xh{o>JWa>%RKe JV뺺DD(h4 .ARjzdN4#KHQij JS2:n}+ot)sefRt"u *,MAFnW]7S;K)TRa ,XRN`C=@򟸌")` "$'v@3Ǽ#<q`SR. mpr`CIA'3RyˁqA!Ju,C )PCއ!Dڟ_ z@2Ld]tP 'VTX˸p& H ~ɳK=h $|l%0O5qDP|Rʒ.o׼Up?)̭~r4{@Ct%!Bpk(prHda&|eaF(o[Mye=|& 1,zaR PF$_g6u w}<zp'O]0gdY@DfBn^ -93 5mWKq˫Xf[JrI6C+ m0ԾJn31_;+;SJXos/! kA(rZ h3[@rHCB8CKL}Һ$"HmbaN !r=NJ,@ : 쮔fuKL)~>]m]LJ\BM36bc@߳T3hÀ`VZNx"SQ1 ^C]4UwW5̝ 1 w4^oOc2$A]蘿yeˁ+\hc(M ``F.zVB+Ge] M cjgϽjZ"Cb(hN7僝1h|D{ !R )U{i `=zï:8\ 3g) qzyA v oIo4&|KCˇ*6tJ: :[HP Jx"v(PZuXlMk,` jNKq K#W&h 0/'S:HNOeQ, fUaUdDӒv C| ;!/ 3~@!J:Of(م/'IQ `TW}O{ 743d"8Q!@T =NM{!*5'np d ZQ6FQl 2>ouc>O 'kX:wǍΕh v%ZB%)J Kc_>'^NH:Iu_jR BtKPf" }~DEغz )tM,kw0(Dd#"bd"k[l)nͮtܚM$[?Hx.Ϸ P U%WUaRiđ+BD^B?H_i_u `3L2vvi(\#@Cpp$"(QCBMGNfH3 > tfyP.=: 3]w%tJRt]`J)O`A my~˴HΟ} djV-nB|%֓S)L@O0HG0LĭwC2ц'&q\%)&΅g&6 XB_lErU"J6uf6{G"=C$5ES!dȄwBRks-,hJJaԐ$`(@}Dĩj*f)ЁCRQB"Ы-V+d5&lfBu"$DC#݇.CJL!* DZ)㪢h"b |%2@|C0y}c,B 1|aߚ(Y`@7jCv d! &$)!A41Z{㭸X~ߖou[pCdNшu8a>!뢋Hq⋷#4Z˚h9Ip"P ]I4(bEUG& /9(++G)cvK| %"41HJ0JL-"T "s?LӜ ^"ʁn `gpdRM-&le DSe3EI̦Xʆˣ!D4HeA4Tpрp 1e#j pRb6DE ] DO7pfDb,PfhFõVCU`"Ưλ)P[jz{t0f1dPҡ '$6fPiEN`6<38RĠ' | W[8`m%ArɢdUۮ,+~FĢX #C*\` (Mx0W'g41:$FNa\wc9e@sK\e#Y~t U1!#K  b*a_(HTqZ?BB(JgXT?t[bP!(S?Y~u<*v3?IjXP%I*7y)yJYѫFLJu{l;ͽId!t5ԍO,H${ :QD|ͦٛۦ': cw+Al:t;OMcw' ω{^ /n@K@DQ{{=:V͗H9nPqqs0;*=80(P/K>yD'Yy@P,@1!:㞰ԊJ) R#I *H F"AA) Dhb"V!aH"Q "Ibv9aPz pMX QlZe,1J%,!yuS -!B4Lb*=)J|_!??jRTiUn9^a=r|p$]F ZpQC6s +ԃ6USCQFfxeY 6I{'_e@a+EBzp&!H/R2 Ѫ.?S4̧OQ}"`CYay F'f#DHpa Rr W!}LJ*0(05f=cY` uϔ(~o\??N" gL5$?yy~DH v )DdjZA2-)*2B̠4!D^Ftdِʦ̕y|g|)loUregrO#4`);"I ND`iNu ݔM%'(qq?1,7q$L0HFFHD 4b&IhGݳyC'Vϳ-nc¬$ؠBNG ȇbcRyᣇb(ʊ*AʐoC9)JlQcMRccJPJ H%cuLt9P (7abiJQb@ 5u)f^KIb}|rqgJIHe"nJNmhL:G$ @ Q)MhM(CK=8+` L80,FvMQ"<$Ad[BA$jȳCrzAJĔ'~_zbpS<dȲICȌ~oU׊'yocоk<뙦"" !i" !J\!ˏ>'#BIӣGӧo̎Z#B2X >Ox{!7-- QAH-#L5#4}@" COƄ$)+Ieu˪]Qć 0 V Rҥ)di&- ;(!e?/.VhOxLc;~nZypEx7 (P)LqYMg fE)E,p999־:3X{~Cի2ԐHa}Of3#R\SdbX"edpi֟b8B8$Oh!A5I ,a YEGL<6iQsA76Z0Eus7"!ZBr(rYPtjH H#qA= L\3#R# 'g2/]5n!3Td(\R&DzC}K>(ɔͰ̯^S1W^ ( (YQFPT" (Pq 8e^+dLRZV'1EL~!ZajȌ)v?ƁDRlLL,UDg=UǢ֯4RqB#%[̱mwz0FHDIC'nKGVB.-Su E)#E2XCq!!uٵ7cVQ`"ȂAϔó߁LQ2,u۷F8`oQAp Z a' HdخkEOVzw4$E2) }c3jbQ̍"gdjvc8DE(8G." ݛ v7Ώ$GO)L=)_~'P UWb"ebD˺Cu;z&8R,CArV#Ul5kfos#S#:"f$9lNq")̯#) u0z!=>Vo|  G9ז ΫjJbO/˖^Qў'B1#j%YSAbQ,1I&xҢqA-->rq̊&İ0=RKB+R0"=>t?~A:fO13\$D}݈c+sգ֏mM"¬q1y?*0ܰ<$㢊꩖H^&__A'CD!2>r H")w1:St`Ӝ TɒM8"jdl4de:MȻ(gb!(Msxs}C*{:zɤ`Ř (cwK5ǿ<>N ;0GfP"4YYj@R$IKh2dց4aR#Bej$88CٱE"UXևU#*BJ;̩%= kr)hGRDEC"Fjx ybH./ynVŔj$J̙ Suvvj(6,32IELJ݉&BTSADA0NfX"J08 ~.hDbAW_<[=P/WS aؓrbeSqË+, 4rɓҨ&gg~,#U M0׾wtgQPS//MkbotS%@l݁-U+IŻf!Tc5ثb\h‘ P#9NwSUPssd3/O(C'*-<.ɋ??w<<|?bu;wB:|j >ӿh7ph)<4ƑF ? I"1{::%4u:>ay 2O7=r>QȜ;>p|8GYDUQQT_g8T,J\bd6N *nTG;d#GLF3ӳLC ԧ|3#̻s׃TK{k=A1HꈇZX*Ў$O0"{=[~EOYMӿN~9ܞؤZ<|te5"g&Q<شc"q9+1 ⟬yr&"O]/G%&"vzDN;zT OOv?ZWt9Ow9~f̱vFWY}{q:7CsἘpc&X⽗hGt.>=;J<:9KvÿNU];PUVb<)rCNc!ᎥReŐz-xNvx6(>)ٝ2;V; E6(pJŘN)Y|I{4/9'QEv \UQX]ͨ.e;,wUO =8nuOiΟL a^Iڵryj}i#`7FpU!b%|nשO0*"_I3U2 r̰n;3c'O{Dqz sN Qݾr$)ơv:,AMiD9%%;xDO_<)(#oFQ= :)9V]F1J *htS3͊/K8҅xgFaX Z?lg}C4ܑeq?WȦ*z ΢9uMUUHu^_i0X#b|,tCdxpR͙,/^*Dl#(ao<|çXXC͎qTe_:bpyo9hV|<#&ȳHGM<8=o49j{mI?v T +an~6XW u^ `}kvT9H'>3g<4O-_ T]܆]ʧڞܛ|nq]H=J lͽ#&;.y秠CL@3F5}n+ՔyCTڈ!CA}JUM.,C_ėIC&3ENDz;^F v!? FW64&jSSz?8 Gٷ<˔ 2u|j*u{Dت'iㅺ*{'hDASٝ=\heKI0'h\2s99) 2~| <ߊ!x{oũZ}dìtS(6Ғyt$!q9ǏP|VmY^5SChL4I  m<轌ҟU?ǻSq34ayw GqbXR"zGՉc Hʟh(*,-|Ȑ<`ʲPɁcIo @&(|cЩ3<0,E?CR+؟$5O)QQ }S+b?w)-C!p{M^ bDJXn\*E<-eaR]HT @V\IDGE;Mcdɩ4kSbfq,"F3",Ez;b<0j);3`zOOGsR*ulJ Ws_ǖ4`\qFn\}RH:Mo>\8\y^s<,Pą>Č^9oc,B z>w0cF0YZ=f/Nhjqpfn]EV!SMO<]ub*QO1foAzZPÃZ{L;ZiQU,{=#L=|1HnuJJmc| W8c6SbtLJS?Owj:պhc+H r82QWԸ +Y)2t&ňŽ]0ʟu-N,4=QT6vPh:nd_:jX[x9,|qƊg ٭"P8#(T LNd=Tsl0A\;^$5qf*®dxvyN5ʥ>;MQ|"u<QyS'2?woQ8 ֚}m^,?|)O:y(͂=0O& !Q{1R牀yG#L2?SѶq5\T87뫁@HK@~<Аxן S?? (c A1lD#ab`ؚ:":%ہO.q$/с0 ll{],x#aKlg2/.$F3T{B6QTu$|h{/xCq Dd92T0B!oI=lpN a$ cA"@g`\[ ȿh?iLL+HxļnnR*AQCdϚRZt׍9˛&[* dqjK]+iT%A'ȓbNv/t ?b| ޒDtS3:L'0И0)—!?v/0P_LX&%\c|"'~GRyd I" R@J^c,11†YQ0h弛 wcr'Δ3Fd_0|a3ma;wqAUfaHgtVp'y ͏C6MsO3=o|1)uBL"oHY.cFчyA@bW/ص Y>磦(%C|3YvqH! Ȭ~ }6*"SȾMw'`Np;01X8NDY*xh̨!~3XQH"usE2A lp)Aab(?Fs6hD,)aoݷBAL'yGZ {`sjJw~}TD{ b+MGy _ cDCNo4<1RT_DxpTѢw4o^Y oTr'qG~(ҘfI0A.: ^ˠwaQsXS;<֔u9]7:vBJ`vzdV*Cb`I奧&H-&34|@6ó.M/[ NF5%_6O]aQMlY˯2x Hq$@: ;Nb'2BCwQ {m.G) ,r[1Iu޾2 ;g^^-Ƿ5<9cu}\r|E†k~R1k U趄|aB'+3FR?/}>RP l"?@x; c&)pLyVZSCOnT)bL!> ~srǯ3\>j}ף/,nCt,@(ѻT U7λw:{ӽ^6eIWw\l]ճZ(=&;ѡvݶ|/}iu{oJ@Pz`;{لم ;wEoo}}g|_<"܆޹n;}r^sh۶PtoazG@cwvG@N}} O|7zM뮻oj]( A.ihۻz룻/`9w;j6=Gӻm,uVT%9k69ۻnٕ^lcEURRks,5Nw׽鈠&C^( ۩%{itiB;ѧR.uUݔ^^NBogQA A轶Ao}5z} ћ5*Qjֺ]jhuE"Nc,몈nT@PLh cvoCKtoo{;=Tt5gu@c@4 _v,V;K]ӻz ۼםw9btʻ0D@5@oFPClclµҮG1w$zPtq)hUh䶼B={s^|3m}oYwg)˶F1sr|0=n[׶UDoyזD{vט7*Kݱ¥$;2ضꠊ\w:m;Y{=:qyet : |v^Y0yݮI.6>]=n{ǂqyٞoVm vo.v7.:o.aw%:}w9zYmxx'vklCwm/-zu[=rWT*AI;/opowN]{˵7jf6>vti{nCRL+6aJ(X>v [Ҵt S|=^7]7.pᆳv{٦rr;۹2iD w:n]%;\o۵kn:h{mnmwgލQ]#ֻ޼u4 θ=^{Wkɻp6>}gv2 >;wz=s7sǬwwv;mמgopZ8 y6ݻp{|h-3} P4(Q 쯷/f:h@ DPَFqk@Rۧ[ޡdzxT4h쾙+ܠ;WKJ{f˯(=XJw=|>cџ{X iΓ^(<.w.mo2ٶY[SgW͢ۋn}7n@7plc wZvݙj=פov_]lquٚ0ʸ NZrsʋut:4wm%;>ݸtCCUdy"}'6]tqvN3]yjQsGm}S-vqw>JwݮwVUmΪMj{>!>{@4Ȁˆ3!.vܪV[nrVRX(.mtt}jIj*憁Wْ@媭JET h: ()s/y֯vݢPh5\[gsY}U)>P4֝vduiݤ|.A^ HTP!*D}ִ)GmFڗ)\guf뻘2PeG΀((F[Ԓ\y9һgwwBT4eK,;y>BZ;VS(vuZseQ*\otu\[_NG66Mcj$Z^yϔP_ A @$dhiP !!iL4ȏSI1Oi1쩈@hFA"!LM %<Фލ%=GOJx =ӵAO(2;뾘"Jb/0^^)׏;N8IQ_G¯g4W?Ч-Qo&4]Eb#- -{ WwE3 z"srJ igL)M%KH7-L)"'j"D&YVUJZVjT$*UEdX)jƭK lYJY ,JZ֔ԦS{*R "m,BJֶE% TYKZBjK-DJ"V+k$VAkXM"fhEJRZYU*jŢ"SKjФJ DKME, 4XlKdUfE$%UeHQYR--RĚ9-ݓ4L$TDCI-) %- vTVZs}\2[YkBS*$DZ TRa)Q)jZԪTȒ5DLe[KV{-UhХlZZi*-HVK&V%-,1Y-Z(Ύ[U)IIjRJJVHTLڥZ)L-Q-e4J&Xfbfi6Z45Ք"%IiREE6RB-[bP&5D%IjJd&"a hqI[J%DKURRʊ֓Im)[m RVE"5+Z$jXi+jiZȂUco?dl̩³"n-"M[mNgfvdmcm&4/ugYzwnˣRE_yi س75KZ$Gih92,M[@i# P014A.JJ`EՅf7AmJdP0vڡe;9g=F܁w;or; .6v.IspKZjͪMi9>Qr5=>"1A~ ewž bKcSe|e^ 4 m 8`tl`aI~;F.4,vvW lOsti5j+ik/o9ƊaLN ,%fiePc+C3fEh̲U#4ijHiVd,*M U b1dERHa.*hXiS)IDKK,Jjb[T֖QbiRMobYZ}Yiebڑj)V*Q[8X)֖""%kP Dj %eBjM2Z4jUVȥ*R5l[Zڤڕ)VӵZE5k,ebSRd54ZDJDeHT4#V[(r"M>tRAP?Fu?Al+)e(P2W8daL,-*I4 VTmE+SR+5mRJM)k!V%))c=[+5-V-bZYFՊKh5i-RZԉjZmi5cYjֲLuE5jK*ٶ31`Z $˞efʾ;cߝ(Sfh[nѓU"5$K?.I% [V!40c0Ϗ2QJ?w⇛_tȮjYAey;џCWS1Sk@Q~L"h?Ǔ[,}|O\3R*\՝ d;ΧK{Ztfܣ $%WC{PCkV%G=q~R؃ oT8#XyA=#**e:M[{MSO"Cql:|55&в1-yezq >_M~{|3_zz!8Ztw:?bJfL./1_[Y>&_;Oi-@XUwu"pP ÙJ,[md.l/A}<@lεgJ@ 1_?/|g|& s+9iaGlBS[s Ef0>v(g:8f>0 8sו@ь]t?S "hg,FdzLuG~vqi8ZaySV|kګ ;[p")B:=}q+'y ❶w cO~:}ydzơnO5!3ԇa^dџw>Ft"g4egȽ}04aPQUKQܽk)>~^"՗ه dvt#E~Sv-K[q!?]s:^c}pz lt`( Ǧs~,¢J:7ul]:+5ͨֆb*BJḫ/1R"LȌ,T~i2n&i6~{ηw a[k**TY>i$UPTUw u:][8ER*7bۤJ*Щ=3ݽ{)z/:ؾ-sj1$|L5g ʿ$D1B~sVFg>?s)cZ¦9 ͵R%wBOCDVaSG!zeٲIb5+ٹ1ݜpQ^fh1|r˵y8oÈ40⹄i](j& -O>5dTSDbD,~NTt*RPǵ0F'#l/U=3E/|P'or<]X>G53׫jkubh#{b:ȹVyymhq}zi쎟7Am}671Cw=a1k Po.3A;;BK Bց8@#f03^5Ҝrt8.F&I +J?K90d@"k4_3~LOt1'S!P=yvM3 QѨW62OzB?(( B >DĖG^F5S0w!&E9 GY/?7bJ=`R04k~Z@йtd_yBnAD1CyBK{w\_jtgf.30Hkj;8X-qQ'-Nw(?យ:ڊ(( Pd l3KFE<*^͸kԾK}ǍfH0n4у]GGKU.ciE[&xa##|(o6T$3X"OH:}Vsq\2z\`ַM#ts8J+cG<#-iধRRɤ^~" ݐ@#|El JghcD^1W( YBصJ]WAD&))H7Ź''-nz[¦tn]D0ZHa4ST^)FF etM `G~h789 æow8;?{7;z`~0rۧ;mق ;2dM[8 |@5~xEV1w(Khy%f NFM(S82l+*Pz6)qnHoWQW\aaٚn @ރ Ⱦ!DY&ڕHׯ1 8ƒ\+9LNm81eB*YL/:SZ˺>걝/0/[mUJzճIUxSZ˩}g\Ou̸#H;4[sk}1}fs{xIdo{jb{A+´.3MzYjG2'rي*bt5 |2+n#Q@B~dgtR8=!I0L>O}:fAD؝mW<٣PEwU&&(F|s4QPZ+,*I9bX4VWs4ډHy/Hi0J/oz9ԑhba՛1C357 ^lzÉoˌ1j3߮xDhpbLXXay4/]7جɃ,u-Ldl.dXwV(H@I" ?!XtU^~n!ԡ|Xo+CշB{\>r(;vZ@EPQzl|PZ*|+m;!dEly*~IAvGا O2?wBl'Ot=@DX`_*C\fo6Κ$i@ $1m4G&+TNI!=?=9y!xٍ4身 9B8x3M]Qm#">zAmRBcgO}xþ߱=ٶ qP5vF"ƌK)ڬ5XNŠ<r-êJPeսaDl72Dp}]k_ +=4h20JUg5J#kd]?eR(A̞:,;y/OYu68<ƕJlX`q89׃i3gmW5+Utf):_<ըID"uk*vgL1q?&>N ű[;8Ҩm-{kOv<R{j~u46)F;#|"w%`7/1"8n.um0`"5@<>3^Ko$!sAQSX>2W\W@I:=ӗ9#1;%;W/kUTtV+ZU~'f:=N͟Kp:v{~~ԥax HB'pB²RG*-64Ĭ`V:: X%Q6Ni1H}ꈚl´}LM8Nt0Nbl!Ļ7gĄ%[柌[8VWz,ĪR#ڦl;`AFR&>Vj˳#Xϙ'M*@SmhH5IهS Rb0 `FvF#p^a jh&cXקXnr7396%\0H1j0{:N8 D#d_2*͹7 0 ޻;05`:Y8䝪/$zy%?#vQц$91?.K祤ϳ-YOBسotijCn~d;ՙlͅa5ruK"G_Hi5zVZE6RI۵Rwygқ.dUJK[VNY.}q1j)MC (8v^{6;Jשcn55;?wuzԪ)yuF:!׼s=dRd (*Fl^?>:G0i}-|mwRO*ꪦ ⿕URd[F~":j{U6rXh)䪪6-wTaCg{a^v!52_¸/< X Tz$sࣛt徢J0~?f o~'f5y=~(qy몢fIqǏr8XU$IG$Uj3 AR8oE)pu1䧫T)_ }#oE5>^ѧ{m]kC}wjV&A<Ѻ r}jO^HJ*[Mz]cltD׏5""W-r\Y5mmo/ +/.K¥+i]gE5JfczmuUJǫU݊'WSvKk6Xr'LmNگte;Ԕ4g~;tz%8cV:tOv+,j˺7]75@!D˨O_ߧ~_Wc{ ˋ-XaǾGr ]k|iUy!V)lKJ]5*djswSF*snmuUxpkvi=g .ɶg(.O[yߍoݴsaS$ts;}ky/"R ×7| K,~QIH=zR>Z r :DDK@ǶUaS(*qyW_"䬁E:2)+?A_v"xΈ$ci Old${>wEyUQUTCsvy9NQ>8_5 BXD ))2)G7 8Ȍf~b?ech&To/+enwIMO0l?0(HcA?{;p *;)XuSeJޟlFjcT@{" PR [!dʃxz>((@A/(u(^V@Ё< ))0"DrFȚ%arvo~V-:O)}Cш 0)"YNLx9%ņDEsx.2"XLaCWliŻcÆW,x=ocgrlƓhGfX([2"Ϙ@Db@ )BS͢؍Klicv}**ѣiUa4ǑU4SUQU*_WxدK6°xZFV_0aceY7&%'<\yWJMquakg2O71Y^p:8,W%>kZ5kZ֫Z֧Zֵ:ֵֵֵj>UUST 1|8 &FRϨ!1:)mQ-][6gu.US%ku#ʟMVJ_y_2l讟e-ʺ7\)e* MY0%]_28!EKڶtڈ(s kuVO##I|V7Y(υoZ'%JXk1Q|… 7͟5~x=7I S'_@@d hM8}R_J8Ϣ"H`byʐDA$TB/`7DV=3kt$/,ezIG41$q^=~Vldqfr1XhޖUZua_kSU,keUqJNU_3 0YbYWMp5h6qptSpYslՆFu'Qd`朕*׶?^ZUi6{X2eBV[ͤWfRj ] MR M7cYYՕV*5֪1m1~'n[քG?vlgOnDL1Df.? M!q+TmU [tbK$%?'kՅTp\Hsٰuc\y^϶Kʒ]*x~FfȐW .W.:.8תsn5%QTri8Eݟ[ܵx*sou x>{إURSrB^Vwgf {B4dHaQACVU7UfWB$*p^U [ؔE6mξ|N~*aح_mp.kxE11\߃}K5j4^K23g_GLXU?k+;igى=zO2?׏x5W,5[5_Va;9s88x+α1~vԥ8#q?ƻ򍦊_]ǥ+kSmӭiIEVwijUR(ޖMXhLҝ2|{;tc.*|()gR]R.&.5W5m1p"l63LnoD>*3S!zL3 1x`Šua2aE?ԩv6S #~4LY+ZF֎Wk&aYtAZCǞ?jzcJfy XeCmD k%e(^ZP]DqS;&E(Sa+ 1ф)BUrxO$j~13 5䒞9"zj9lPfxZr){ӷ^>N6*ڪ!֕C'wk?Ik7d&{e]%B$r@r|pI0Y0Y$2 4_8{p˗ԥٕ9 l7Ȗ>"D* yF.9[3-- @cC&H V^\*bdHdT㥽f%ZGM-*8Dvݺc,gVtpYF '&䓴 fbLϸuDzFH0pQgB.@v5BR1DA @t?i2]7 PVSSY㕚dDw.5 !0zK=+\D0VXZ "l!TH(ץRD*Gq+$K= $~v'I ?S8ȌӜQScKz"KN ܦ ow&G??ǎ6v a袊)v`"vko=(7AYQETA}`ߔb+sY`zh}`dss,r] 6ia[ 7X11j*!Wr*"]s'{0W$b?4.ݕi4qlh:ڶG>\tlwAhSlBH: ߑ${`oQ9Ƒ=%i&mgLefNNe9AE? UEYPJcYHayI{κvpf8ArG̘s'"C'1qd cj9f/<ސ Qh įW$OCD́יȒ'J\M}N<6$b)aElvf%RU#3B¤/t߼azmI3CE<>D i6S;#d=׾Gߑ%fPұڨ!2ቺieFҢF'DQ^MrN& v>R })/^ 0GBXy2Q/ V Ol&{"z&5̫;M LB綴cl'DTD| =!]}Sklx͓)X/ke6AԤW<I)~x4--.1 Z>[PnFِHL Es9YAY+yFᓸ@Sbq2LJ $kE%E$d stp;؞Cꦿxf/#5"rڳ4rݰdZRe $H}nWNj+#zϯ$,R!h| m}RI6y?J̉{N4^g !E 'TvtWX}(  Zp>8 0QSP1{ƥ/o+swAq>jZ8cfXᅟGMM) HM;ԩ# v,h1b f'ThN9ˌ-|΍v c mǣ?:RaS۷zK~ `^aFQa?:IIĐZMك[F'Jp9GK-=#*h,E@%w9dT ԭ(Rq# /;zٿnɛ唬㜄8DiMm棼;d0Pϟ̓&1'3?5m ԤcSL3;8,XNl}/Vxc4SGvm>{Ww[ 2"_" 0 `+&b4_j0} ~#T,q_< ʒ@J5Ɩ>?aCĚJuf3:0?7b@ :c7 RX4nor2mSTdq;E1+@ugUc;uC$q,U 5b :V8fY*J$2()PsM%piPz6*XE.t \|sʮUg~ tlrIhY0=5P`̸,r!ʥ4*C(%JZ$UJFA@S: ,!(Hg oZLm3|uҢʸ~ﻐ=;{ʯ=|)ݾ6@euz4..$*#8R4eRshhbp&}ͳh5:"G08Z %G50o Dᴒ:K`CW:Fعdd.! # LPr xdTs@-3!$ >ge`g`1ϩ8L[sم>{^1;1?ns"PZ(pY<|;$%0l!S8`` ci9 B" ya3yF F*e^X_ȼQW| aBlnQl͵q0 !Fǀ F f{3 C.TTƸ b֊DR2 3TTJ}Oe7)(_3K <ɾA=`L!2(\$<pjlϭF>-H7Ǘ7D1?>h/^"f+P3km^fL%&qꫦMClI6tTFF]W1L?ۙ+oN+Io%F.Z(6)qkjsp =k&LO~ꮵ:w:,T%䯧`_'eP"R'zoqz뤬We9z# 굪5d,~_d'OyᅺU|νF2.T}9OV>n`ڝoID\\G,\0_4]>C-= M//߇;YTFK̽jYI1="԰c+|UIyJQ'%q;':7 @BZu8K~뾼8:<̿Ĵ~ayj5-kQ !m(DGCG99ZDU';*Myr kz;u!a* vi4p |mL^CWrC!9b-CxVCs !<]ap:fF{ݤ)q&&Z 1ͻ8{h%>mp%f#o,B} <+VUk"rv‘H& PHZy59|V VZ Q=nS{ QṠjAGc9ӆ1OTeba<-c![ ,T@jbLRY< HR8z?X+c#H˄ mYHaaKq+Ro3=z-oЖ-lH$B E'´ " WxCwu? P#Q8OE'Om')VoktݦMYr1h =AIVӲC dS74vF@CJzcȜ""#빮;nZ:os 3,(~l/*Bs!hO|K&&1 J$Yb=lr?T?(vu қA>:QyS҈Wkw[n֑L`:mA-;l51Y]QcM7ޟLCTG*XdM?//n^:K^='A~znrG jU_00ூ*xEPB,~ތfuPU5"AUaهm-g?V)A??T6 d)GaܣQEQEQ@>`o-J79O9Ė[p 䝵& qq#i,nq ?($ìTuME@l6Ȳ=~y!3O,A__a61&]fT1>~#ld~LL[+RHP?w?;Ϭ:fO^ RxRgׅ})@{=h@󍸬逅D+<-@Ad 9izĘB:z>t15 nQSw0N\m%j'mUUUtm* 1rC君N:.TRAPe=CjDy>HaiPCw_*Jm^ɆߞV C= ƌIq1-L=z_us2%p ds: EQ *L9GF+ p&ylF}[9MI=;zW,O,KCOf"-{$ф\xC_#[^J|ƞSHex.>nږج,WD[&uJ@J4p垆ؖҼRXs>Zd: N_䆾?n 4!xbH^guATd T=tB'=ic_"6elPmni)Ԗ A2-ENS˭Ne@U]:; I4"bc >0OQ9,yv:=VuzUWYƋ$og?+i)sYLiE=>ڍ@9A\?=ш1i-C~qm[BqcX3Mvo4undF Uo( mj!w 1!^mu2xڕ"RDG+ ;ߋGHߣ?)i`q`í-Oe?[Q9bD FED 0w 1a|JAYh[_N-iȥ~R4scF#0dj=uO,EESxϩh9Jy:+j<|+vvz$DKӷelóCY!kՓEx\H>DYuШ? E۹ΖǏDGyeGC$/rzHHWda_MMayۉ;YY*g^ f g쥶eTZSvuvCv{~:6 YemRa>W:WOuݾۮyAtM3ZNšB (j*-q^kOYq-g6 V˖2Q/kcw>i2Ydds춍ƭVfffvk.kΘG=Mqd.Kֹ.K-/HS+. mZgl]{}[]zG]+iAl6ɭl>^ϛ)Z6MUZך= \z7GM7=v;#EG?Ohxr$yK E}:[k?aSM˴ٴ ZF q snDkiiJ|[qL )MbT &6iLtB܈6c)6H4$G10ͯ@w9cNv^}}֕ DwV}rKЮz*Hc)nH-e.gi JђsfmxV01#app n=q1{Fa5 H=%L_lpl5E(-6>SIQb.aYжS\R8#;MbOl0XY+wռȳZ8/SW*mK6刜Xde 5]fqML%"IUb_kذ-2y#gw&yB:*IJ_oSz])wBdiu9',KhQS!lqPHZᷦCK}d<* >D<E{G /Q@/~QHsRXw7Jm۳¦yCi:*EUg7Gr5|1p{dx /6qh*@PüoKۮKȢb({c(l[% 'bv CPɣ6}{}O|8ŭjGX,{a|X‹JwoCypYL;>? i]&2St<&!gl b_ ]] XF-DTAiiFS)RzSd󁨹/a $QuF!Z6vC  rHQzO;sQ"E_ * T{t%Oȸ>;'|3y$OŖ +[9U6Dq?)D; {y?qb@R~ij0VF!YPi"S?|nnVuD(1D4RqG^g!uHȘmw3gYa;*7GϖH/<ب*<ϱQ:{?["}3FWֽR^K~gY.4 Gw~ ؇+$Ʈ됭曶̈́nժ'Gpq(.lȈ'S"&k TT@]Z/\8]fezHESqx(ARWcKI%Fr@\)Yd`10 RC)!SmSOr!u4j|{صL*h\a:BS@X'rL4Rw,#B5yހ!J>^ԧiLyJ (D$F/r|̊'1ja>?H=]Tp㪪מ=#Rq +aPf`-~;@)f:87rOA|bS@@Tѓ"$Eaxs'ܰҮ:`3 %j-+UNGS`HoOрOQ+SZ7,bcS$Y',+4%LF/"v뷫U/Ib''TGpg̬tհC⟝o٬\'VyDA5sDAfVU|FO*Vc-y9%E 8|u{\$ h"xRBemBUc 0Fw1@P?u8;H~s͓>3ckml٘_FC%y|5^R2o\kc1x%@]~y>~М5?oU 1RCyd崏=L.V#_K_]EI0P`,Ҵpᬰp' ]T`p&֗-EۏTR*GZCVU _ެS#ok4ȎRUN( ]^|ϝB@zTx4f9B#w0dzq[ٗ_wQ5$)Pcöi/ _L Q%J[UI"DA<9>%H#FNI >&LlhH^'rK؀D_rQ;$WEjCbcqhU¸EDϛ;Coh9S?~iJϢO;;!av򛋒! ] n"ԩKu3g0TǞ#N < B(qBG=$4" ,$Dd>£PbXXuV1 @$@./"01\6w1WwFO7.[>)9f5[OTO=@~gQ6cCmͰWdц :Ta}?nlF˩X#l^ݛ 7ZmAm%NVI $!'1Z 5yQ,u 7 YLlc#cc !Mߣ́`t?~4di >޳81(Zd\AcQ'AF""< Cȶ' aŠ``ykFX<3G|gs^Jt:~W՚߫PE$XtR\*HAXR0׮$TlzoJd%:2bގd$hչ}enEI"לtAi,Cp49-{ё, vB nDg)-[Z-lErKD-,v xi4SuΌG6;,Frgʝɸtg.`;c]9ɣpqMrY=F 6(VqN~q1!A$" d%Ѡ1 $Qoۘ/ډ2$dPߗ;|٦iF$C#&LugolѱN}TL߈+ҦX`FpD䤃IxFaD9} ;2$dƇ #Py>$,پ pĢRHسs@\É du<:96J_md[q̐ӑqSCKLH;x'UŴ{fGg=8`h-k?r!q! <$".=ɸqV0xRKq0!-8H%eF`PD(aˏ]θѕMDnI((.ȝ=tBc(z<12Q#' GrYG$DWЅ/tt8q`Žp8S}>חn;"oMxÒycuB2NL E;3=<ň(A l7:*LR{ipX)Q6Cwۙq 4ծ>^n*$SORtbL[B$CIjJjU&ۡ:6dzo@xՑ)ިBYg@9DZB8rv+&:k;6M+"+i!ɹX֪+8?ME0rIW3B)sNCE:“*rq,db4-pm7ϓi9+ 6|:p`ΓL?f),3s;# ݑ0ǑG~=OV UT|e%K| 7aSlqڟg2x>n̟HqD'g}z+!yy.)&G+ F1>un`Zp tk$ePp@11t`ٵz|\rU ==ѐzʓc0R$*(ƻ74)FJc a3FeJXT1(BJs\#4h6SR,ljl f5h*ebL=FiXq3 @ a5IdeVFL 2=h5aL0B 5\I Pcbl0#rgуQM4:BcŽZ3}cX}߿?C Ru 30B# n<&A bɬ[5"1 Y6]lQȢ IِZ7Dpr@\>$G;D' g}zgG72kM[jIN]/ZU nVk K iCEWGm@ذ\7݌Wض En6^&5)>|t#J뀲:SɸRRk36gBrC!y&),BdXЄRK[[y"M"KcҲšDГgT^{1Acܦlfʰ2;28; $;6ʭ%rEyЂ 5u0z*a`P$E83gن0PNG:YMXƏ&3C(2R&.2y)ہɒqpE4)Fc~8$#K1L?P1έŒ`UE$2ė_d3VZ8 ͬΪ^" ̈">0LI .ORJB~#^R2cM%,m]fHlTJJPQ0nU -36. zȔHAѤJ٬{JÑ!Ieq8ĩro7z=H@DC參 uú1= 7 A5\ȁh7/T151m^t!M8̐:8&B 2bEN&3#m 9# pIDF|0֝q-(8e>җym['>/ڭ14 UYBX LE DPH|5ǶI˫%) S5F3d+cR^T\mmxvٙH/TBe'nX'P( ( q>^~|f;b]Td&jK53*#wD,2ǻؔ{0!SC}|75ȪKNrD *]d\ f` E E&PcGRd8"~2*/^"Ӻ2a$ԐlꃒIǻex4k;I5>Q4=o촰'A*FjՊ (i =7бW0 I\b@Wp\+'mb4}^{Nk.d V+G8dajԛ%^jLAM9vɓ3UKF7ATfYtbin`.aNqM5?C eӛ԰qE$4#5A:JR᪂j(0ЁdѾ(l&5/$R;MyTܱs%R#3Ƽȑ $s\gi"HNT{98x]y+ ͤS1 F,!# 96&&ۘ q-,<7 X |DHebx#]_% 4QMR;w#+Æ>G665ߣTt[ ǔsM2HP u &xq^&hG Gbv&tXgP̮; !:͆E9Rkx/')!67cܐ9 $/,35u,z`T<o<1<\SO&9ک&c $K/5>gP;lY #=E`X6At$Ә6,$3Fd?9b5sуb( r~f0kcp˒tvY;c{>]KjƫbvND9)ñ#tU81㸹ˆ-v2xˉ)qv.ϟ8iBq (LE̮7HbTH 3H (8*Is"D=_=D#'D(R5 eq68F"ʸ{'7dGȊ-~B!-uTag58FO_^E,!!ynnN$G b>WΖHPu/"ePƉGʂS'gi2Xy=}( E(`;)QϭdȜ9eeV;_G/(AAP8*(ptF)쉆#0š T-PP]6[+7JEWMIF +u/L2,ihfE)a!MJgN$Ey %4J7.KYL \&Ve g $%LdsSCg?7ί WU30ݏ-!79Bf^ <312/qLY^JMk&W9lw s:9-*I(wXPRpPy-(Ph H]!7BAIg))7u"1EQӐ?w4g%aw k4Mb Zсъ7'hBDA108G kt?Ή5؂jff^JB!nfWV#ڒWg62E]껲QU;X\F }=4q Fp6(zԩb,ׂhV r\K2iG/)*4|yU,p32k7tJqș,CI TNϵMO:J Xv!ϳʫGIZ`(˃#*@-tjT-P$Wo!YUY]'RsՌxٲj&Un;P ߗM bv2oMkM |Oqh`$6Ag9>PzAq"cH|`Cuvn:;""vͣ"8֏l#[u E@dX[TGxEG3W6ߥN-RùiهJٍy$:,迀@U'a0ɍ;uQATf,1l0"1d갺_f%yH9B(kKNjQF`pDZG'.9Tc 2gsinuE 4aV[`vI5g; q1aFf>p4FSQ[t)O; yzw1rzr2C 99MeaX81ֱ&>0hdFZx='b;{j1= H qwqݷyBJ ?L- L5:Y]0fVk-K80v⃊ I0ayx|P$sݏ  !; 혙'85s?ƒ0PoLMd5J'R+[6Y഑#m$7-<k1)9Gz9Lq|]干)-9J;3W50s˘TF[LNS0Sd eBDY{IC tV>'&pN%#5 :Ad.)fNL{Õmd.,Kgtei3C/ܹW-ݶ}%?ܛC>AC/_^8iKrǢ,@`(NNf>9ne'AmDJO!E | Kɑ!`m=HvC1a}ǀrc^ޛ+0+)U*M;@[s]P̦n3,-xeYf"#ގ6dGfbPdڡ)a}FcRH6i3:&nZ19;Xx+.a%oq)fѤ ˎprl4H:lJVq"XsRyl\f8ԅ"76 < +O5mr/uhö1pQE{KKزY:1e[oI!!Ukʥ+uϡYd1 !8yJ=-q_!{'Fi L*MLbtPд4qjˁк *V3 vYe+tOn&KE۰NGtEt㙑j鿧.=_--HZcu$ TdÚh׉o4$0/tn l.ڕL zW !08($N zh1FAV?@,p7&92_Tclӑ1J𨽍uH0P킋?3-E3Qu"\JXȪ|nVwoV5jB9Q؂̠`+d(PEs3u='BӮd꧛m*Z9hU - $s@cFȩA#Ys`lTcja<3[v o(wvgdlI#ɒG􈓜{Oe/-PJmpgƇ߼^n`:2izbApMm>Bk ?~Xq(+W\6_ CZ[K_z{;MꄍupWy= ϣh)(ݭkeի)֫|8f8DcqEe1.&Ũqv8Wqv|hFwDh}OHjH0 **lJG904XV K =ȀC9:踲j\W4)$@˅Ep޺DA*&AJb 1Z1A:׌'=?Jcc%Q;#Q'1.->!鈃RfTG^(e@Ȗʓ%C *Rg7T0Z$Dӣ쾁.;4&D`+O*?phT?lβeYH(ޖj Ukmd!6nʦ[~GKL"$m6l}c(v* B QhTzRh(z~>0EshCm my,H ƨW^(ʩwI$ĭvд GbFLSO'(FCtf@*P($&^zIs& 6oelQb(%,tcXE:6hG-72m)Y 6б4 8qaw7Hz=0rJ=e.Q,^V̸=t`DR?o J(Aa;$B['H i]Z-~FwVƁ:a$Vc:ƓY* У @G`:^࣫}찥CwMWc0wɪ6`?tEXb Dd z RȝRyMKȏEcU mRi;*mv 13ŞC䣭l}wTv8|N > (z.BJ9K[ 18&G<*C"VJ$ #l|cĉf0/2,;@yqC6VJp$?wvY=3+r9Kq!uffqCGWe|;xM3*e4#iI(A؃ߢ9!GP. AN\PMZ "0y{E}D?s y(6!,][FP,!I?YQX2\)!~t_N>O hvG!JNPj0gR;.dh1 Aiu"vӚq" ϝ'(@*Ptj (jRt: Bi 5pP"B㜇vZ'}ycS9F{W,H Ph$z?7E3!E膑4vm㷑n ^!0DYL<3*0sel`,RVgASg;,#2nTq J:a2ju6 b^• Tm5f I`f9T)#@dKr'rޜsJC b5=mZ|9rgdUGZ6G< ,u8Seډ(oN ۃ.zɡeJ$:94Iȉ;ܲ}GA(;qY,TU%PU"YN4"ůQf ۵d(]9Q#[*Zj:{+1̯le(:Ҵ ",>؎ϭ7辻vvAL ^oJL­/c\b.Ȍvp)t$9r"PECp`V\ @NlN-_x\Q @$"! w!4s}"@b9B$ZD*em MZ*VI7p(-vT@3@<#r| cwGTibÊ*V)[u⌄;=*ZM<(Dx =o+29aơB$ӒR NGdnNM!Crd9:cOܮdEUQnaQ } uD.Sd*#9d:HW25b|FR Щ۴SIE5Iɬ;X)M! ۘI>,ԕ]YcrlO*xqoR2~9JF'\4HE"P9.Ì GR?_A"7Ap GFL&zq)%h)aHtat sE=Hr|LJFV^>Đ O?i0w/esg;3-@,$9gPJgm!Ν+HHc G3NxC aj*CmX?σslnXX :͇LPt9ѡDB(pA;DΒp6AF ,Qx/vE&kTQ#{}{(=5 O=?TaɜQ'cX~V.$I$I*ȟPYy4r]x0P`q: l,VNf ɣ:G:= 뽝^M1RGE- s2GH]hզ,#N>%:q FP"eLz|AIʋ)A6AJ_\օl ˚4!Q%p0tA;#$dQ*"$\t {,"F2ZI$MY~Mwe]/Pb~ oΏg G(uĎdq:fɃdC3 ŚDwdaF苣g|K$Eqؓ-X>$o+ߎn KbQG)R(qAFʯ ( ޝ:FQߢPa1񾢸dT-"Hc(kyyЛba;`ь˴ <禧+?ok EQ%֞crXm)7bHD`xЁKHEBjF)1h D՘8a‚ H9$q"D\iv%S]@m%IuJۡy@$bAeQráz1|D@5*%Y[ʛ?}09OMwGx[+`3 CCWQr9lUU'MZ,qv s2#u4B%F]gm0$Rۺ{ ߧHC[lQ. %6 Jl|if@.$j ZbxDwbDm1$9Υe6y`ذR (cxH&B$G67jڥ'(y>dlLF e<( i1xUsGd!@;X5eܗ|î3ťXTdu$LRaaDRÖ|kFt|Hj]q2M 7|aY#i6ߋ}O3ǾG98sXux+&C$\YMG㟅=' d֞sRH>ツ> iGL4tF%O)~pl bcVѱI]IQQUj|%q'Xn̊# pSEĿT1^Ok$0CwsKK̚A 0o?$m%Bd/l<pt蒹GO|9ջmGL7{Xʃ+.b7lsH-]YWbK0nKA}OJ dZ?A Ȼ.#~`#G8ՙq04F/U g/{1% 4yX˸&$١m1ceb"vORRo,% 8sYdtk.HZp\4!Xɔ X)A#Gi sw0rh(Q'g<q?*ZNiLD&bO0&ievrPOO!#fKDDWo'x tm(Fvc$ >Z5cg;܆S2?gneRQlH_ e E(LyeLCOEe{L?;ϣ>7Y~ cDZ*)Dr Dor96|TD除 L(vjS2IiF 4!~w0qd&4~Cħ,0Śncs'^O4 / H!}Èt!tІ$t9Кtc Ig3[4ᦚbS{4񓢐;3)RB1 y/Qe,2mgw=(cH oSg 鑳<{"Ihɨ$l\`eN`X5?#eQɀ}v!z&[G֛B{yF2 x#OI^n$rHQD)~$cqU%k'6annjF6tF4(挫IkΎbS3Ja'sD&(2Xy9Ý5!x &.jlcyg59ŒHh8!Cd$An:lxQ<hCl:կ嬼dBFY#P \a\֎8?YɁ BC(c"c0d0K;v?$) /`fvR>4*4 JcZY({"'|ZHdfą\ǜ덦ݔz1'ti G L*C ;%~L2"ܙr]zPf C7z`ܛK4O-rAE%l`aqqłlH!wt5Xn}qm4YV C|(Mpr2&C*J3oy|$s}B3pR| +i!Rd~5Ã]$ق(PeJM%$$ɹj X,H6w%NKé% <I|VܕGdÞ Nłe ĔJ(rFJ0XP[_T@Sqn"0U{GN G_ tL&]9b\R a8J?kxP:0s]!`DD4©&:#5ܖ"V3?CPN0Y-h z(HH-Hs"[$`e.$Yز*g;!A >20אʻ)SÂ[SA2KQ3P7vx)*nwAAd#hڇ4 %}Լ0~5&J*5MFYn千i}IQcv_$(Ӹ,~`ώ yvI(Ћ8, 6[B!H:*6#C9pF$/Q.~YjHÀĵR^5Iu#uw8Qw&}g y<h| 5Fq vEzɏ3%MmP"8$)0*5z1Edy0ZA(W͞+A}Y:XQ]K Xqeob-AJ(9T;~뽘٧[8b:ja4 vuNaQM7lps" 1sKMr39ˏMh&5{a2w`d*6^8MU0z4c&!H Cw@Mq +Q91qre (EqAv&*p&`QPC7re%X**08wA$dj xgމ0[lGay1 s規u4rtPX42G~E+9TG eaa`9 mE!?lE>*]Av;HrEaܽ<4m;H@a#b(kۃ\ٮ،5C9EgtЬ*`r>!=1*ƟAA,@Z6 9hrR cACX1Ec D@-5jTle6AD,avd،8fk .Gi`%od{ ؐHIB,.),8U͗Jk .`Ҧ7Xpщ'pX A5@hE@.)+&)%DQD02YzQ4ԔcOkv>\xKgyLG S _6{H"z$ȂڈhH&̘yI51aƃ mYL"j;\H\qpgX(|Ort'T&Au_"Ld%%_w?.'எ4i2MQ y&geh1cfc)4B"'exmy e ޴Ib>H~#60 qB ޛ @U}NK GcjohgƴdK$3w} j=cI&'G8q1$^ݿUϲZU"V6T&˖7:6Ζ#cr9"3; 98gƸAo6YAGmG$[=Y$IΒO*מcn8<䳸D&6_s qt,jHteTTfOui,Mp.*g0 %=ڛfHn嶐roYfms7apYl Jc jf. QMff 8 o tN1]q81RQ~$x6* aW9Uw~GQKڸdRZ;xLpBJ#0`瓍bĔ k-Gӝ, !C6)2Bqx p@oHBf P$)L;>.j ev@-RF PnvDPD0@B>fO_kDiYZ,jLRcgZS(^Pڢ(!H):ԸsMF6kF(rBnhkh%ff!wiCS,21(-A/Jao])wrvr8BW0š9nq*l J@>nC <Thz! tF!uAV@unsB3̅[BbMp;*Rs~W{NK+="iDzTDDQQ-֐>KΨQq<Lʆ!Tơ/'m[ d}k9#^N=lAhsK@"t P*#"DmB :r+8Tǭϸ8xŅ  l!1oCc'F$i#=&EpΌb0->DJ~m~ϛr#(N 5Ι6Ue0U5j z=EHib]hA#/H"WS29yP^Mh&ȟ{JU@Zr~,eRRK02xDBȦc.0B'HZNK&1ΤM2б2΅b @ЍKT, 0loo#9]R˅'.^c6fnƬo}#r PDF1aDTI 6-dgr74b%zS}B'q#H3\I% jgA3Zqb8E;MY$1h2*Vf#۶tb3sW(<ԭSydL<-5&))3WW3[T!YQhkx8Z/Y,1I^(((EaJm^twǖܻ#LbXa`MitEFcj!SlEc!qr ʡelX@upc*0Wfi1b6#&M7Aoiz?CC7CNWo{po/*8^aUUU>nf)Qi3GW B>] Hc))O7 %Dm%R‘65JhDj Ì&HnlXrBNd"QH9tuT/rdZ0)q]nfRZ`R,@`JؔN 'g_l s>i(LL &؏\tI;deFE)P$B"s93"JrxGS!@ FPs$%ƒߴ~{Ĩ|s"z^#Pb-{Q?4U$"YT5dahlU`3T$ZXIqFzF ¨%2s+ Z0妮E&4DJADB jʉTգs1޼hnh~#5)8^OVMl˝Ibp!w%GEnMP9Xo$TW;דMR>VlfKӆbrHM`gnpH|pB>( Δ(ms'k%r6fph5splL?(<A>  ;QW9H$l_{`u;`rFt=TƈyݕP?Ved Mi$&R~SC %:nrH$'ϑ1w8}/O-䑣- [%u& vGʁtlT7 5c.sMvB2scA#!mL2Q2I (&* ii81pA4@0IF{by6t\FxTnN,&L(DdzE X`Zq,&%Oq2s$rvbgb½ fLѧ}N͊Mo>Oc'bBaے($|YQ#㞤C0v  -=c3'$yv]bH,q#'k8&0%k$YiE`D;Z/h{鲆Dx݆[U\S]ZxPfN"|G}z0IgsC8>H2@^`}Ǔ\8B3|[U4bPM}L Gc4>2p AaByaJ,wϼ90ttjo.ShG'a۪&^~\;4dN"sdg=zI_A ODňeTY;dc( #BWݢхbEZ|.m2S';^$ v6 ͊ܜ߶_)2Gцp9n ipXуqG簎\xI6I`ȢGngA$OK$C64fx(&}hf=ķ )ENbN|-7upThB%\G!lr D2$ӛSc.c'=v L ,ybKq6΅'98"Du;=lFeo՛0;9o.l$wח, 9:L1oCXѭc&`8հ2;ifF̆.&JxTGO1| Lty@n7=aٿ|;r En_fɼGO*dQ^v;뿩ݟ7aN=tc׊1]$,ӱ" Ĉ|/Œܜ|hU=Tfľ5o([2Mb)WXs!9:5#!Ah( 84x$vsaU8D8xs#xd3&pv!, `0G]`KH#\e]T-dp$KEQg̚!r=# ܣ=w&ZP?dw9z0z4͋{/k΍qPcRQNCy}9#m6GS>= 2Xۚǵق6KѤ<͈ ӓR"L??'mx9rew< "0tQ2&\1 +,цEc>0qI( (=[fM=ø;8+-->g'G(AH1r`Anm`"8d=!h9(KI&,w$4HvN0w]D d,@)"(\02@/?Q笶S`pjʒTKDGmaAM" &"e4I1bR*K[9M&\fd\=1ow<;Y G2FloL.-~n়2 Ȣض] 0gȥdnmLb <!-QQRlT&W3^J"dJ[}TQd/x:[MQMr"u" djx =ud=Dn zn:^l磢1gQj)tigAqA׃ݲBNʙ9$q);F|Ǜ7#Ū:/@/^x 1#+DV+aSk} PҘ{uFqe Hgwb>N. slz)iQmaE.9^sdr=zȊqؗ4I8 ;KNG}"CQT]n3=9hCLbb!EdjL 7g++ksI+HX#ʺ[~#k>DHg$11nbHέ[n@uG=f;Ҭ @WGljG1$Yw3JY[f03ZwLl7z1\3ߓf*Ò( cU$ߑ : !EvU3DaB&8R|NoL zq{#T0'Qn'|"eh>dHs4Lsh( ]YF#̇C_>d֪/oZčnHBL 2&3yI׭>4wi7 |Y!@vn7!|@i`㏏a&@dF Zf+:f͹|dPqqHNqC)p+,[NRec%/fsbC9&3i,5L1(QP1W5I4* m݇ =tKYU Q#[nt`NX>aN,Jk&rQ7&DnQ1Ó=͙Uj0T ?}$$4ЄH|wD8L6p[o0hVeRqΑ?UIw;UbH#JH(Drȁ*D5@ŊT )ZP]"%ElEjFQE="Ķ0XP}Шo)w#yRNbi$)PFU툁9-' N  2. i2CBUv$̥ޖc"@#pK `Vqz=7  pDwGCcqN8 AGUx!~PxᳮEс8Xi߬KYJȔC8!A|}T{ Jؐk_!qDt+bv8kU~aVw̉iON90*e_, 8{fEQ:5{9q9mZ!ivhVhfFM!ŦDed۝6uPQBv.!&%H@MYfe12bI9[FN\1aB&+ E6(Q`pw{?fNKܚe6APtW%R TAbqL5rQfa%[7ዷ:cU=; mR e@rP] ݝ'3NS2eh:px=27PL>9IJc=nvbґ$D@} dnyu~$YJ FQn^8Ln#BGt_d೧Mᙆ@@5rd4dW|;ed%O'F~EFTbN[\1F௃O ύ8|+󗭧mJB4+&%vSb0VX`*To" kQB0v {K6䩸`K]? S RB"D dY%A?"W낀†J(%Q 7FܳdCdIyA$s_y(NaXӣþizw^HwUdL m[->#''8wr";NF>dK7sKВ,4`_[w>nsU>%X3݅; P&( BF*33$P&P!z`Ch ICjcBȱ""C6C9&S&;x4'̒O[x0YpAx;*clWWaY8WUDjNE_m1#}k)X;T<%zf*E^\4 HR8! H_?Gqފg#ձ $ ̳|iZUdA 3^`LP`C'EMe$j=?z T@b!~>3^ T\?0,}}}̍Dγ ޴y옺P \踢w{morzgW 'G)|P"Dp|?#ĭ#+Pݢ8{?wg5u)C-a=y5?RnJCyupMb֥& {Ϭ ||p6Uyé`$! 1S"l_iiY_''şP_wz)]-&e{"fk^c"'_;Rjrַ'ꞟkrɫ;V=26,j)AFZ(̮ebKE.սXfS|ԮrrUwme{pbAW(h[aȩ4K0!IF&Lq|pJԐX69+S{ݼSJc#1c:0ڐӎ=fHc<:˾x/Ӝ\Z4 o?>^J9 iჾʽ GK9YtU{ʵ_6˩y{k%e/6@>aHMbd/"HEap^T on.ϫ?zu|J|//?e~ޟjw{8k㷱#c& πyLaN]V<1V-p4ȩfuivW i\7~B L>yUs|ok@/9Z'Ucsz b*bǾHh, 6_υ03 yk$@.kf:q?O%zY\~4U_D?&[e∛" HPaBw08%|<=DRY)t۝* )O3PcQt?)Yu*$& +Rjvvv_W__Y_9nQb6QOT=v g2/OTzz~ֶ`UR}61kf߭ơ7"`)>r_7*-]>: ;7zr3JfO&`#?4;]P#rGYUyF~X axlQ0{.G Ә-̪WW ThX|d QTqĺ Hc67¦ œ)XRCWHoĩ-%N?lΫs_ *٤!Z1b]{  y8[uꊌ3?#~cy|%&J /UY3yS34>gs9 00 c)m}!P?*JZ| {yL &c[ 8QMB ?0U8q&G)#SNqhCpg(T5ccw؏>e٥-1-?TD"HPe_ǧ25"d"^'/TD(6/э-<~>ZASw4׌}iKp{~>kҾ[xVEu'/?,p;Vgl+^Ů?yY6>cw>4N<u{Yy/}*#O!귍~hE* eT+oO_Ovtqj2 sA`L ,/s( oUo3"d2]=*RF@aˆ55@?ǦnW+WX%bEd[UP8H?YM|[o" Fd8 [Fq-hMN#-'b#MfDXrǞr%="Q,LCJPE|We>{?-SBzej סy39YSvgCjTNo9+ys&W0b?Pd`DbJsUyn*e53ZrigXܺ 77,1~.I = kǼ(t4Rn,F#uR[;4|qӱi1*Tj=sI1< |K|!V"s:!"S&9tQ.ИPą!ї+ Z %CŎ‚CiP;k%40ҿ?*lfO>Y]\=660vEabqLg# caO!FgwPb`p5Q&t&dHa,82@04 {XZs|ңz3 )%5yu%Geb~볓GkS:c 9 Qa$5D`KLgM{MdC|i׏u߬Xj(g@E477-e0́3ߗb[3zB(J]g^Z)oL CF  s?QR~xCcVw!:7;n"DJodz'd%=#}CP9pXKgc;hy]1ĩhyqnدν6NcG _ڐYS ;`gC^ZBQ2De55Mvwcg[8ZJ8<|fʹrQ%J(b*" AMT(JRq NG[1YXBl ̡Gg+ZͺTDZ/gzx?GȒ#h7 Ǟ,c!!ih=~y'q@,1-8JT6BIٴ]933=+u^ȂMm2]͏xƹb.k]#.p Ђ\$ilߑOu}©+."Q$'R0PٺC=C3Xi G+%šǛVA P@4Q`mVrx637~";<˽w=Gb~# RsvsaHrV-#Uڠ>xa-nL\nLJ%؞WbgZ>:vɗq[z dW{KO"iOD[T@=@U/t^pw6RӥDzĊ' .C[pH"1j!S/vv}`3"b}. @߭L52%3*C[lD޻^; _Qсז%S2D(p<QIĎB:Ԩ_8}e%K<2WfUU\I]!rD.vO0GahE(P!Χ ͍L}CӒHH/VzMb78|0xkjfEBSE%[+7*V]/d 80&c;NZc+%Th#L%Es\ T13 Oٖ×`YF9J,kj,)@&DiԊ}1K)8k":(h3L 3ni(a:B(wG݅j8. ~a&EC:nFHv'5=}lz]@7p-֒`µw{a1 ,;.I=p1H=KmEiiR0UkVHu?2ju*Msm?hG'MW""^tɨQù)[ݤe<9Q&Zw:G"=?<.tffSKI = P뮲P D~@̓P EK8VLca1Y@R$ Z9LGg~O1B{Aϡc-c cV2`C;8lz$'"(dF8%f H߿Qt|!,'!;5H>|\Z|\xGo1T#L ij,!v-6cӾBBA&dZ"^a`Cu7O30R 7`o <S ُh6gY)`P4Vq13XB{fGr[r#u-:h)QG}xUGK烀0𡋉"wr- n|=ޫuc.%R֑E!͑РVIU>E䮒Mrat+eV~mޭvsC.{8x0Gtw)K,ZP#G3G1M;>GleɁm&޼` DAB54ڹiC:?`R[C +Xr1bPD%>+DUrӻ6yxە6%'N'd<6ycG{"eӿ%sQ]Nu4je:z+TʆJTB4<¾yɝ]S[pӻݜzT)X"iE1B7czj'ݑd6##,eff-?6c%9-_G}IywѭL߂}ٗA8D+)M!Ξ JS]ܖE*o'k/xoEo@O5|SXȮ}*C*^ڮ& :,;G:f{ E,3 ~^Vv[Յk{AL|tˏrJmU7NL5-ZNk3䥆b\"sr.zG`TQ(;-1+Ek? T"ule6 pqx>\ÿ8=}ⅴ}ֈRrɝjTBݙ3َ¼JةK6W">*>6m:PIjLl"iT3)<"v/tvYD-F#,D hu?ZB6İа2Nv;$l 'yxF *KY]J9GJҩXv+ "_wgVY cUFe=h )TEί, KE&3uS60a/=q)WIs{R vâ]\)}@.~oĵXbn׺a$zW*t HCvhN9*!֡ڵ#hRw/Cw>3szڞÿVB>";y2tM fqS2;ivd6l b+i 86("*>J;5=$Ә>}e=5=Vnj!}#2zifgdz(^3-Gv{wyhFgc̘%v*JoUAHݳ7_4Jo]=eJ9j6В{F~ ysQ4=!#y+rs՚2EjlM8žPVQe"5O*&~ C>odlH A*`D3ё:%zejiW7Y"u|j[4([uft̫8Իo)$Tl՛׶}yPиhM"VC!HlUTeATdr txŊɛ"JPQE,@ [AWj(+#Cu{F9LHD+IOBR>zOLTVߣml?shiM~Xl$V-ÿ B<p9ѡKV,nvjT"4vt[f*aǻF7x&0O"|urާ24c {8p?; ѷ Chib#05b ~\";O%aJ6"r"l"sA^ޥTii3YLbdiJ(fhh`P}=ߙW]'q(LISS wmcʺ_WOI=8{`"N ?F"~~~M4茟=PE"* .U竫樐DIVCu8Xu0j!d#:#ZG˟o^S&&m/Z^֟~S)dF:݇Y՗\f2:'}~NV,DҲx-2&LdX۶B9AcTUÙQ-'1#v y{ʾ"$oHF;ӛ*Ӣ䶑J *}}WxQ-T}CQ<Aih"(hz6w#/ Ҩ̋ <ےt1+9 p DA@LH%LslS aY6>XlcdzhEGÔA$=I7',\tH,0d@z~aZtAĭ<и'nlR XH*h~R&Ӯ4&I4ǡ$·C`l+),,*eLu4׮̻lǩ+!Vh%I)p{Fü7H?5ߊhhȔk?x@s#lx)^׃8lj8T̪a}GsLIeZbFm3 ]؆|OyY#Hb8a%Ct)9ot1y9(djcOH(Qo_Rjegc0*wxCCt,=]'"OL<2?ks `"v$lwQ& *_?CǔTeF}Q)cUT˶U1M$zu$k1xU$R!Sh8M  Չ)*שF~{mF~+mTtl&e8G Vi"UwSpS:u g"g@R(ED 1ShXm, ' %C A6O!чd x3Wnٴq|{]ki(8AL.2!2! X|?Wa~3 ̈s}w|؈~è//>A;ԙ|L* p!^*('0F_?(M+_|yM~D@DDA)l-e\!QZmq!PtwODB%~M #bcoutw N]⛍݈'.CŜڽDDI"*Np g0$RGABQ9i_ur݆jw")(Vld-Gx"w_j/P)p͹Ю)1{`=پ1N%XL`f@PB*`#kwSaQ[lL$bGcc7^1A-1a"U QìVRGyvs<z9g,4$8݌̼BDu:H\4cB{Ty^~C&̆H;g,48(ގoA^Rqju9ȱC`Ƈ3EDÚV':B F&dy⮨m)Hh>Oɲ/qޣUCC691Qآ aDDÈʌMP-ҥ sV5$*֛ހ'fO1Ɂ f)Dşh N,)D,6F_EH@Q`WxȼJ~3Uj0X#$NOc TdN3C2|Z +`g@<g1:k{D2 Ԙ@0(g=>z9zRg(TgS]M=O8OaDȎ9b֎kT2="dC(V/gg~lĉ"+ɐ~<,Y9 qAgcr%W3fOgZn@d(spkȥDԋ'+eNueWŵbJGCa;`M m(;=ڰDӉ&EiJL/:H2)j˖fī+ |nM=I6Y',y|9/k8][i` ur.YѢa"M|`'J4Ch>q8]YbaɗUc'Z'abf ZgN³ͰIA͢In$_:EױP O1#(](b)&ά !#H<@xb6o{D#ց.2)B*/&8>ʁ%HR4H#h(?^ . C=:˽"}h2 K= 8n:0ď Gx# Po2ϰX=%U90~ Om!eo^k.-QgT9 m'{:ȫR" 0_ZLGSIq%`z O PT '1yakDv1  ă'#Z Riw;>g:%Ň螐, f9p~< 8&Ь@"JQܖq?<$yǼζ j%#4b (bA|CV?AcPʿDMH>!N~)~qĖMoKѡ_TqѢ`D4U)a)p@8intÒ=W~## ¦ gZ6b PLq6TBB 4}l~UR|X:6Ojٶ=' nhB?`~PE=PJWqWm4o?Nß(J _]p/O /pПjYy?1|n}D=ao̾x]{^nzL92uz¨fڀx | 'DD7v.]a\j A &UQ̆ 5t@3>-CP߼t TPe&0OhGF9t`tx( ,Eșoap"ZoG9[I:!̓Rt7>`8Nr|J=J;< ImCMDBﲄhqD3[d sE=st| F x;v0E,֐tjC/X#wUY, )Qߢ_5:nTT'i(ϝ\-ZȶljU)U4_ ߺG/e,:5: MYs]*jײȤil1g3tU]k|teFR=1u%rfe5~ORNn~'vf#&$0 &qF̔{HdY?N}N9B4h <xM Nx6Ym9YQ+K֧.r)G$O"O雿u(VoW$a^i0TDފndI>\'Oy#ZjDD ߑ̭7_ 鋸C 9u<&Q,MFRttQyU!̎K܈sȰ&vA#'slO"l 7]V4G^k?3؃̣$E,pC ɖ)~T5*(P$HrF?XsD<̔yB$͒`E#9$ )FA}AE">]gLyHuŐd,DvAvyGh,@i)[nSV,ph:2| CJf6&8rE 9slw0d 2YxE2(@2|pzy0G&?hR2܊ !Xp0t10UT(AaH)8G@Ȯr?ik5}Ο[F$'O|Iqհ  zIv?}"{7@yO0 qW g{8klC⭛:}^ a*D "؍s~ẾwWa!" ;h,<  /Ðj# *(r~;2h깼\}[ [crlaDߨt.%iG=xxbe=u} YYSx:QbB fe֒נxAJC0AP8:CV Go/wT>+%$<`U/빩kZ)ZJ&'  VYjڛI㎴ai^>VD.48Q PR6jf1bDd9oZCx${Nu7UJxFKG}'n'=|I>k6^St:˱J u*l!z򨖘sN-Yୱd~3P,!::Ԇ)k*sY\=bG_kk5*fd=/Q+ UBj#;n{XSحꊪQd&wn; 135x3PMmrz1YS4TT$bq- 1EhLo(24{XNNJ@C}ɑ=[g&ʑ=ţDH"tKUaD!lz>#":n. U8~XUNgnod/=LVɶY]EUD<(w<=j{qՕƙ2bcL(2gY敖?1+ۡjMFTÙưM!Hxl411t&ofc/-O\_-W2*X>Ze֤g'w]w;#@έl^x pOG[{ v[u^P;:-N’#CD.5 TET|CA6b<|U!=Qe.gB/_Hvt==Ƴ :AK#f:8Eabj)(8?|yv|gU 60Q+WycgCd"?n>Q*S@%IJPT̵"RA}b~g?hׇ!s1pwa?ۤZڴ^ի'qSWM:O;y"DVquիyW;J'NJP-DjO~?',gݡ)/o2A[zH|y uR!sV *UHg}MuY"PpB ;ʆ}=,=ˆub $Cm7 ĊQ#Q#T2,HRZ~4<#^05cM hL1.>P3{r@YqѹapȘ_˾-iu;M ŽOZתHW,1B!pl:pwhˆĺ3d_]yC4!cg:g!#D#j|኎aE \!e)GF5Zw?Aٞrt: LRg bYkfeUEeHkm)Ф+4f&:r'h':s\[CW 2eȳ?*o'?u_|)RU-}vfC+j+5ba;jlz0_=O_gM_% >JؕQ^Uw\* R>$A;]9.b Xd؞/>DR[ca$dPq 7㴜qL jC/ 6Q@Ik5ȆdԕkC!4J?|sr2i,(aF@BUKABha)ItH3#:CmvV5˴yؚGX휒i3C f_.nn ݥe -TNΏO"N*tv&Uųt:Hw,PXѓF)1Y_qº};s^Bv0] ECFgI3a$6`Gԃd1,ǻF%jQe&ڈ<BH/[c~$ ,0rc(Ĝ`LDFNs:'irls+<3 '`\Q\=wjb TZU ïvJ&bQC5`M|6 }N*K|,K=iYs33=lޓ&JU!(xڎqY :ANBbÞ%Ávx+d|jԂϏq P M?Bb)5*<;mYEEEaӾfHV_Z?z8V~w\ 5iņأ@66R#/i!޼8 ;aʀt]>1Rp6r-Əic,3~7ˣ8M8̿C:.N.OiuţQ#h~H́ytmfk1 k /b6N0^RW`:+T OWS|y+$`Eb<+e1Sxe1R^ zo@*({ƬMF*SPㆻsX"'7'!37o~(1?`2 pB5]mRۺ[ DDS1ꪌ,/灐ahvGhDv;wMSXGbS׊l8cK=)d>aX'go"11@U`m"Hd2 Ƽ:wya}Kθ%I: ϋZ$G@Y]#KHF?|_J]p"( " Fb>(Et)XAh:ڶ8* SV[vld[6yd{~ҟ<# !.ݡɉ"Zjպ,WM5_ U><xJ&u BdܣZ9>HQŧk t0'=ي|tӆz1y2Hh0)` BɄcf8ucm!aF;4zKh5(Op" _Q"H'HO3 u &I9@%W.LcNJRWyAS { ?smzZaZ< )!AVCHWb:C3`Mkͷs+NLǣ'GF+= .&5dqTC9~=HvUL c;ֿ vAN4;!ںMYy}%OeڹSw1j3IEDqG[yk Ah1pV눕 8}3 PC)ѦO7 Z<$oeSsBf#k*dV CKh졍T + (mtȖ98sb\' A_m4cwQl2V7~Cv7] v=|*4TD@ vQM6;SuZ<]&I5%/;Kg}9mR_ ~)>0fs2d3Y2?Χ"Q;$C }i&8\%'\_ >ve.]\)Y K55 xSͰDP񈉇Ua*1qzDwfE=kG'[Kbk[l- kO8_#f/=9{QTqC}++2}7_Dk5* jՒy8a!F 񂇄^SQNX V LT6b'yϔ=Y1N: (DnB`t y: j^Ju,ۈʼWߖ'k@(teq4>fLX2V,Q$ҽ* q^Zg8Súcbۼ&N|9Iˑ+ !%~dUb mu BW,q$"kY^3bcU=wSd0Wi]J#!/@q|Ο=xy%/ 7>5 J2eZ"Vh/'* TP )[s^|~}~ke,/x(+1 WB=&aY V٦3'~jl۶Y}-sWtN&c1>=jT5rb* m h5S2sap#Ϊ%fuBS7 !"$nXpDukt5}8ɭ3$H^tAû}þfc>N#@a-8}iP| 3pH5o2Kf mPT`6UQ_1vyM,"\" rzS>f.ëw4?'K+zxTKW޽pb*15U4wV姘EBI~:Fy3sOеbO,qt{ǭB#Fw;riFbHKI8 (T,jFøy}M/ O}d#$Ol&Dpɩt98 ~4EY ,ibwɨJ"{*[hʳ֣(9 O6?9l%;ǙYKH.aC9hN}V9 10rP@XUpE(Sy)3q"I2s?GJP(;/zlUQoỶ!oL͢n^?/e{u 70 F0CO-Э,'54ce*b5ٰ^j{ёRUӲ1LS 'y~1)N~}QL_֒5SI9?C%#yv=8nbXH5\&џ88L۲ĤQԣ|v4?h$Gcۿ~5H)'꺛z2  Ȅ-jH,>/ w;!M ƐpK!^M}QoƕR gYmĵ8,oQ_{/Ei>:Ep6HY?Z?nsVV/f ga.NN~3DEY+D nwCR1(ic./q:]¡Ya DÚ#urzD D@~Hew)̱&),-g=r]`ŵ*Q{k6JJΖ1PZXTN'<>*OdLRt;J^H5Ud'JSVUdKn~RO"fqq_V/66vl5_/9og 2Y&Z!%f` go7\cu'X+ &JOI"5n} ]qǬ>)$ 8='C嶌A-+ J}|z#~%Q@TGU7TDL. "RrcSwc-Y dd݌}>xMUqr}ƨyR'wKBp`*Xf =J{hja*?UQHaY?]'~BHq6Ŗ)/(0S[~?7 [~OD?s,,Źg -ZBt,+;SjTeoʪ@IMYR#2Me9bg)Ip:B 41WeVOW?|4g9&C[ȖqpwH#U/;*p>?9OI'Mi|#M=#`rAw'X.*+S`sgWw2U0^v--,BUYO|5Ԋ$?.Ya5#9$Eçd.XUʝZ+fq|G\ʧgZosXFneL!Y]TT탯F+KҨ[eLp#ᬄ)iߘ}N'NqvVbADgEUŹEjg w%,q 罕i7kH:j51ԭ׹ ]~҄sJw$A7^n 8ED I672a`%O&D5=: ::jYy>"7o9fGO?! ̱ =ƥה蛃8Z:NMWcJ K쬱Uhe*L#Dek\r oLeJx1 uii++ +_KGU6WagnXbҶri̕Sf ۱"$/7[3ڎvso~*nmo~6,,sx }*~{ݛ<\7'5;GSWz4?MM}bOA!rn7tpمTOc5 !i2=N7M,=zeV䶸Hxmo5sh6UI9C%q2*$),F#D5k!CaQ@RH/Ia1LsXneNïfJ2"kJV'HP}M*_FS*i~2i1Rьoӷ- yo}xyya}T.:\H۪g zpTBVV"тݽO>rL ֜j62#e2V&8f$2'vqĹ~?^'5l;+aJ𳖲w:}%/ pLȰaIS2"$K%DOT@Dj4$i`C4n6a?ʏei>JĿ'v>ݷ~r3 bȡ8(*<F*ws&w+K+)>ʐT\h9Ll0fC lDY{. ]gs(JX!S8 I.FceSi 2?f|6=7_c&HpJD҆}in֤oyqrÉI 7 O]Dk0{ODD.i{ǻOʃ Is}cI$=C|L>l,.x46½4 |;9V/&ACQjf&oDV|qe~6RU=^[Hi*">sDDSC)=UϾ\>;iXB5n@\~b z?u pB$tm| & Km{|w-ɒzYDd|B$bAأgOP4 t< Z}kGHJTph~M퇺GTD~"2Qe9x?-f?+$MCk:Kq B< ۣ NuFO0BFg?ø<T&)tf}&67N?u~='˿$ݞ mo-?_ !d)TRW62;iYXMm5>n hiKdsL}sq5uBݮdZieTғI_]dW߁U%3 1%E]ۖ}ez[HJ< X8dT ɊՕox|cKrJMcg-OlKFtۭ QU0ԭ/pm=7V›gۭ+c6E.o-P#@B8hSPДJLq+2[gLܶaXVnDnQݞR R!HBHJR:7*48L51vƚ1%XXw;m+[ t|I#,|ކR`;IgXE³c{9ta&¶mMX,Pm6RQʌYbi*זޱ-6ձ7[Tf XbhY9:fC_mFьf޳ӹQ#Y)D6Tk[|M_Ԩs] z4R7TWZ0Yj]BVc_3CUjhiI?8-p~~,wSIROI > G^}Ӳ0;_'˞6]^J1L23ͶenlL=t"ULκ֫)②㘤B4]'>785g{g-TRH%9* j*UG@|Oթu%="~G-CSw2j62) 1ծ|⌫qf`1GtlO\ߴ:{ryy_/sWpNzgϓgTeGGIp`v| +-Mp #0nNkm]Z=~dEG÷.I`Hh`wlܿ-G-ӻNFiu,v392}n!'5m;OZV51BϺ'YNi&aTt8wScS꽂0<mߕ:MM*,l47?pqyye[Oè'\g9>[h X0߯L<4Q$Dݎ`>E.FsLwC v>!q6Q7S3 jF.J>K3ЧC{glxCL!G%0xy3/ptlueBg?ǥ? IQjSYu荼11#0 V Id#$yGƺpBD?U|zh')OdGS;-9";ci ۇTMxq4`ڀ2$ /x3@x8:#QӼ0R}=O߃>o3[EE-7-qVECbv;-.IOfƺT|~(ˑ|8G3eFESU?(:#ڊU@kD]Pց%OCe%{jWKeZ{sn)<*U3WP+`td!|4UEǯӱ.GHk@:?:ɦnﰭEO~,![7tfتzdiJR)J^=I$RI &:͵ pp.BFq)?4 7)-)1ROmze?p?2d9Qgm5?Z+Vka1DJ"pt][t#|z)s-W|1iwxs,VKNXȱ&w/ck9WXƗM؞'8UUP{׆~~Lvq#w=tFP e=r`?O/ӪGQۆ)m-E[ -V`[imm[ÀT.t;2Iݩ$*PLh"h2u{6m8j[e$p'7$gwq(-LOXg/ X}é}s [B4 sd" "Bd؍;qm^1;{㻻M@faXuE'G;: 9Zo}wm>iTz{@aKf䙵v)HߊPj"\>jYĝԜOWC h1%a^LB`ybeKZVkZillU:u+\:=|eD?`CdXhAȘ0[o8mrLh $!hx˰z<;:05tԚvUTIm4$㳘M '3.}%q!f?ni\Q$֞YPՈ ?D%Z=F.1KŽ-`?yfa">zMX,プ-EUkp&k6cV` ymi!TslE1tD`Id`R򂏩>!DaS@uZLMryaY"69L *:~ݕ3YANt5vUUA#36}^q2. !z9$QN}3vKHH(t'ڷ9p{B" )yDLQᇰ5!`jDA!F/lQL섣v07PԶ( A&^@iP$CzW[4K%OL`PܦSup]DGCQ/]>}h.! 1wZ`7)>"=F Uh$6Ό&CdQf rNf`a'g ̊YŒqqCI/Cֵp|=dC1>MM*=fA@4YQS}cgt0ٷK+*m`9:rQݔPqĨORF &C&9GҀ~uG!Q}e7]J+] %zNʪ (]}uqIo39=s IMhM`\0sJr9:EAFp_,6qoyK3 t3$(0h"RC088RrC-sc* *S\4ұU4eJMCy:N`J5N1%wI6صPO(x<뵳Q4čHR1AnhgN1{8NqG 4afIv=iˁ<:]; 4;H;+HL$5VRS45~&=v]H&)9fl@oɭW X2BІv<»Go'a׭SHcdZo" 6n/Ϗ?4UZ$JzI6|B5*M&)\=xMv9-G;eGN2TaQ9C8^7a5GC2<4ːwpdPEpŌlざC5;dKJbKjfDɱu+H%iD.f ҀqSk[N啑5&ic<'YU/b~;I I Ox[߆<y=b7׹,I 3T)txU5bv:|z._vLb^"wa"him;/3$ĺj= jNqomG;A;8|*Jz::ɂvyzTvH83=;a11@d  ʬ4j*;.)Õ&o5U%*'+trI#2ņ+iܝSy{*<<Ϙ"kl3:XUZWp*!Qr3"DD/QMiR,sRv7o[0tdwNq17;~4ZT^NKdZ]b5A\3 5nFrI$"|nZFZ0^¬?LpYۭEEOD<#[v99*$`9*z[m{H)HV0S 8/YaGs<˓#xl\96wi޽j5^Mm@ G"0hjفM cR0mQ ͚lvC FAٴ(V;UlH+ͥ8?PqJhc}daMKIJ^~OG"tmjGҧhO)Q!Q a6Lْ?,fW 5U,&Mĩ%Jǻ ZĠ\~r7Q kc80GXX1N$lYY%Yw U*MIb$8m}:eywk8=¬~0_/8>5A`yI[s۝6ĐJ!"?R;"s >Ht{-mSfC$+vңAva)=w*;z-s!Q*;{N:OB:1kШh yPv}LdAvFPƛ>JdACEQ GvZѿydr#p9@6s 'I%WyUKHNu?ؿ!ij$ļTI4߼}= A|{IU$1 ʰ=EH>99$un2*B TcT##9|Bh؄QdȝWlMu5 uNc~[<┭JU)TQ}'b:Q}#ǰO m׸%;EFTpu'߀q NDY25R:{V# U TXbKWk&\H@DDQR;uQ#x3{=9ܼ̟2vѾ5.֤:mgZXaH8EIJT";7J{*td$tr_i7DNGbTSL'%͵f;iz ge[fAXf&ƈDô 6]CEq8@ۡ3u?:!ʰ:B$ZijRȑ3HDhs,Rɴ~}*ҿE"g'n x}aޭ4EN/)aPfgdd5HlekO٥MOɏ7tW& x$ (!B(z>[ >_n|6h%g獷dz]ekW`p.;4<3¦@rBᙓ@y#Q'IGz[_-fƔƕ Z %d=/4{{)s]U%$FLi@}iN0ȊO".\P5!2 c5r~wl|Q>3p4#:i!]$؆ ^Cê\ F10!.tHTR !@Q| $!t]J|*ﻤs," TU %K j f3]䁝=ijSrkh+]/V(pg zQ!^;2u͗ a@Q4LaX+ / %ʅi`vZiffVST#tFH}hX\ꕨ\$vFfh$ȼ^+A&#eGQ.b S0D6p<S-e@T30 (i0@qہn/HDd/6<[aX8bb1pKMR*Lu~ Ii'NgigZw{z1 m#9|ǡz*| ,:"/CM={WFx<{. ^G]嵚wDL@:Q6H=C Q1 AĎ>oE pQ>0{M %Gyh7l-in[h8S@#l&X+PP-J\Z'DF Ȟq]pYC`iᆔm;iO p~Os̑OS|[f4֍S4b'ͥ0(1/.A<Β{Ol+:s!3Bkny`myHo&u#t9"=g`#/$߿^v!w[ 6{pBIA"Ǽ80be"Q}|η'\: ,-}O w=1tN<_@p\*;(BaG)Ծ ~ 萎0AdX!w8 lsc`FU [t֭6QTDu7 )pkBBn4&8^;*'o#[J[UVжKj [ #] M}8󋄺o$ۿ*@l]vfh*!bm[p;*Y iZBf<aSI8ifѧd.F"UbP C&g$z+;T`3k=^6P~ɽ< B?nAޞT=R28|Pl/6 O[9xE$j-3b apgGnIʏN*> UFW^ =E/RDDB I,R hd)ScDU‛ ̂#P |OyN~I߀P^|AC)]N 0ٛP{z#"LU 쫸o@6W3DY 5,lܝ6mfʳѨǪs"e,Slyɓ{ sX6\ɓw<8{ë BTwxp۴{4i^ioɞ:'%#gMϿrEEWDu'C ?Z:zxv4=>:<&cc> (`t{G=2~ i2vZme/rRCDTG81ܓ5KPBSMN7o@ i7!u*DD[9SEQE!V)[}YݾBRgJVVڔmө5-4!QJ~Z|p+7(ir(#"6%e-JUʥUVJZVV$jZBUgle"Ĵ\3m`!@}7-RgM}_ඔPc,)džy3\B7Y# g oJVWYh7w4)#m:sM$TsΑezd1z7϶cbR˰388ȃd3u%QfϻGG_A]5!2@D˹rET Z֔8Nؠ TFA75jI1"b:wd l85qLBh#|p@DgyV( hƚk9(8cN0>|h)ЧgD"^`HcL$Ǜ7 @zӣNdv\ kT9n5$GEM¥dV% 7qpzdx#Вf$ٸTa+rVI U!K9xw燫wFr9|H8(G)5eDa*a*5Ǘ s`Mp)ʼxtShP $GAXW9Y n<ȘL(op}cT0gG,i4&Aѱ*ZrVFɥjnʹ$',tD 0_Nu1}=}gׯ$R+itQ߱Q<{Ttʍ*I ׉!gc~DQ;t}!wDDvS^6h ^@}U}kYwX01h孂QL]yZADpF;wDA-՘ao *yi**Arw4tL "!̹iݘ7q0b$Azu˻~޼Tv=&lI EP3Ӂ PņŕdPPCCxߵl3~Fy)^tqͽPzVΤD!z*yCڡʑ/uFr5}9@O_xJ" m9^*$&%ejm 1%"RC2;#S*9uw;!!!&3(IE'qYhpzcxb!۵4/4>;oӽ2j7Ttl" &?eG@fc.mֶ(n8&{!&.lQʎb ,n1׃' sNpGPM]\%.|BcS5D:yba 7͟g6[3 갬КNq0UUPWnK=d??sM̷0{0@ cTaCs6}hY'=?wJTl\`qi!2 aj`3O&gqYIUidS ifq,0~sUeY-4~ `)P#~:@R2{V27Na<r뺍NEZ]ͦmkz56>7!BbH\=Xon#j;nffdj)pknoDA,)9{ZVD0&ZZCOiN6G{Jx@ftݓ2bYΏN0 :g sǤ2%9@Hy"8o㶐4VOowGgi1sًA%hAi^# oܽ5֊Et{[iLg|p5 ހ` fXǁ|SKO(CC7NDaKf<ò-q(t0}3 {FA}]]Gv*2 [wv2q&!9_:Y{$bEB$.㩬Z^j8FSǽQqcy;Z=71TuTz8*>~Ag^~,7x'Ia3ufc߰GxpI!xuV AdUgP8{bNBHRPal.sz9\hw1gBÿo+DJJF3OMqΘ3E3soգ¤ Q< @O<8ho2Ш&-F[CpMZ E+"7==6Tv{;G`XSu9`GS gFz-/aʼoQj0MjNn8^J(a@RXt\hTZۤ1EeVvA\mi]Ph=L7WVVplwi))!*3H;5=vH#|v08۷r:&RuIjaUSϞpW. sΩSͥG(NΐB~b~,Da+d:-%78ɹ-'JR!-*V[I$oN%%RZk~=Ifikii*ֵsw-(7T;=0X[KoF*<,ޛu96A1܃ v8nd=tZ6dN /ZvnWQo 'q-Ω mO;{n/IY "*ښC*FPZӥmu_O_c_s+HM*ikK+LB-ܝ@=L:hOʺ\HQ]Gb Su8oܗȃ,B.<->N]pI6{ܩy+ MyDcPwzo݉+tzYAD_<"+SoLpRH|`D.=6=;Bi!kw%p%$G7&xN$/o)Cz fB>M[pDv#ŃyS9A9f&&`2A JQ A>9]ï-R AEa~ϔOYI}H葍'ϟTo&۱I\3<c}C[v#7*UY Ps?fVoPZfW%rfX|HBBOOV6]QM. B}$iueG%]yaMrdlGVB)?P)k|)!KQ,Xc/>G^PH.#v DЙq賥&\r? &OyB F!i3(@}7(".2W# HXI[8r8G|ekD*`V.l!lPUdb!/ɲCΛI)AqVP=SxHQޞfr#ZOqW̞̔4DeAEI </Z[f<34ӕ "tcVgcF4fvڌJ3a46:#`8v]3yz`m$p^]OJ|'O&61Ul f@ +KyE(ǬjB8TDM QCC|6߷M0rθ>Gi3AU?ޑ$a%fK BR!E"2uW$uzC?~{q.=hgEqGiQOMs›^yG xC"u s2&:PR>V>`QCEHTСraqsf)z.g)ŭIKn ì~sq{KγGRW1N8y?=! 1#́~et00PCe2gg+H0.(wwNǯ' och6O\CQmY?F@I Hg3FX4zLPP$lL7jI'蜒rnZ(i 6Ѻo?6Ӡ#$#$}7S+"xVI1%#fB=MC[0V\4ǻw>S^#»kՑ}NNщ?gHaVY-K'~g敉j~Ø n92$b1a*T)X43HI6jI zrU/k3kR>uH;L@IT-%g7NF9ga]̰?oyC(dVI*:ܵmV²$ֱE$ &M46DM""iDJ)TD#w||ohoOO[4߶DI #/9$},Gaq",sx!ziՖsqd Y$:JG)/뒺DaP+q1Yn&qqqHpQ"uJ#csUqN>]դm3Bw! R.rBSJr Bb9}SmE7 Q1h/^a.틛9~ː1Z XP7?r!qI 削6ip4PQ" `cG<%==UZo:d>KAM 1R%.kOkBJIcw.1KݾcB Qܵͅ)|Fe$G[euΧ\oTc\3P0' ZuBj5ta$S@۰7N6rR녂,ҋt|".;hDU%RZRlRZWtވ$QYF""8n^l\u X]Q%4PvUSbɼFԣM 5jSxyVir+g$bNi!&#-o%! 2|2(y.oe?[ r$Ȣ RR%C*|ɥf :VS٬u'9 Y#TOW0P [iZ-T$J?[?rSҵ|MWZ;z*?%m٥*W\qc#϶5 I&e/ՙǑzCTq>ʽq^ B GD jP6b^SBgVdDZ1"Rb LJ4J׳٪kwLaZ/9IyA7|u4B6Bŏy#bڿӓ'Nx*,Qch1JWB@3bOU%b+N\_jj#ݼtNC'^fCmUUQ Ղk[Y 7KӀ1[*^{mK=^Sݲ#8q DݻtB+G% g](nx*Ϊ?:]uR7 77??јAFUY75Lq,Gas ΤZTΉG.%Q%i^p-,NU-Qv-TO'ܣA$\bsWL`HZ%]k7*6@KYׇ7=L;JjSY`ɩᚤfVm1[7cz7b;p\:m۴`a*&A3',.t(m\5IgnDo"3axR$7B bd$(^Vt&l 6d3ۂEWqԚ(@RD\d]wW:9@H_[]TFVh35*aڛ"s 5LUʠT{o en6 ЛMBPUUV7h:߆Ui7垮Fh{8"{nfkI #(<Ub3^ǻ/f֣a*S5"^bź0񩌮V"|Ǭnhsm>Ԕ@L%Ug 8 )~&C$-M MH,Mp)qt,6ۀTlaЂ^&i{lACLDpT"(I7U~^LRn~]jpg- Ť]vijC]*]YX:I wvj'Zn}'RФLIrtfl5a<䗊Н-ݶ6*^& ީsVugqF\>7ɇքvrTpuyU//)TՠUkQ#_]c!lmPrG^k+fܖd'M.@֢owdz햓DEvZ^*;G iSV7LWuW ,,& LRbV3Izm-G>{-i0$J7=f Yw 6$wJIM(/7 u'QUQ?J?m?y>C$}kwh!zP.XrA:z0lu+v@=HfBuU^<fpL<#z*bH+ hՊиSz7e(EAMB6!8n1ѯĻj(ⲸԈzQSRZc˴q ; ,<~ ~c:|ÆT`jjLp0F+0=RްM2mȰWiEzLo /ݜ뛦;I`: χJwl)XA+M%z4ff\8t%J=eumRkU隣wP܎a'UyWג~ÄcwE-fEbUUy|YyjR)9 BQ6^G{%Ϊ*[fV* _D<-YܭJr|YƔFZ; azv.eD|V1[Rp81xD"LF}BSKT3 K`INǫ9~*.s;;W WdiJ|e6YdҪГ$.^nm9nmn,{r9h1Jͣ{oN[6hTn*77j6YiU{;F1zҫ 52 9$چKo2R`"E "]EUQUj=8% % 9ǢANt^ #J -" RB^8b#1ܪah`wݢ[ҹMrE$˗m0'ad?#s [j)4&ګXt8AI6r%Iab& 0O`/We}M*WFUs4O읯(=/ ?dY  mx_U^Ӽy6 F'ԋ.1W{9y_Ӟd$ y1"sw)v 7[ffpvD_|,BKMfB:vxT&2ۼ;= un/~p2CN, cz #Xn y2yQ%q[.gX;V;½-/VG+iDp@e?}g}+ۉq鑍*_$핼pR"#6Cg +<nmɗwl׿R?D TѕЏOp얛Iqq$u G؏qӰ6eG(dNΆq4@hmМIH,Q A,O [ ,،Ƈ"4ꁴq3\J 8RbebUa]TY:PK섷](:4X͉r3恒TP)Σt]t?2? UUH6~;I;~ɎW)4N%㞜;};$`bDAP։K?W}}wVOѬX1k,sm*D4j6e$/lnK/!&PE {a ;%2T@,)%7ؘTPPBTi$Ci?ANuɭC(S>hH44.$=a@t?48} z'Eirv1gsF~txA`LN|='aF)h;j;qAjΖ3YZ3%w H8ܔ}UP3z ut,W N} ,>t98^KL4)v0 ı|1\`rE(Bd2IcR#}x }}<ΟlU+V~c1{wPe-KI'O>s}MT?ڛ+gh=?]S-Q-cg 4Ĭ)`G*v[ӒۖdՑ6$shEH>!ITC)EVIs?} D()G"۪F 0>Nk_tcF m?dMVT,hV΃cG КCD1҂e&uh[ eMV *6#I0m$KM[E)}>wبb$W Yvs 0&dPU7 /ȅh=/yw:ha}ƌm 1F5d֞X-SV|SD0}Aј…^ UTO*>ڝ}/qklwuvJ~$zXja\PȬR%d zyr̳<$?^/̀ v]yI\& 0!IswMƿ\-16KƎ*|k6R4Ep]j$~,~:i5=cnnlsqcpP;(⍃ckZx ! ( e"C@`ޣm"9ͼ`,l4Kt)KI%S/sdǧ0Y9#0& I!p!?i ]ݹ5eZm*E7LfZ:Cx&1ٶ)dW,ifL2] *ksp3pSKfǁ!7K sNRc@e1ea`KF>y?qS!"#{GFXi7D39f "ifp1r8ciqYD#L&R5a ?gW[f4<S. ̩*W =4"iaZ~3`2 Q cV0њ\5 h STd43B"LkC8 FC%`X T.ƥ=X{GCAf4ΥBA\Fe0ьf8QO&"H= !N!PUO7BZn> >J0(P+HL$$C@+&y<6P~&diE(kIon&H+2/y,pz<Y`9"&mMfa m$r5mңZi|7nM"9UɋGFٴ˷;-[7voL%F# "i&@ֶLe(m[5Uk*O:HG-E6#ر1T,*L(1g0ֱM|I 1 AJxLaP5+]j7 q- y6v\sZMV%Lh@1G\3㺎JT:* `.[8&zEh͉fm^S @M6r K33$r 9@)%'|N5m`JcfusccB-$"C!H ]4E)-r~k>IfŰi/bIUU6¬Ά~6]4u7p?;u0tT>U*R)?#懻6YU.DQd`NJ?֤*;5JBV IZ{ ~~#y#$gHs D's,OpH>"; S'3pǹ䆦OYПAHd`ƈ@Ud`͢M`S2˵*U,Nr,v%1WrDh'Sqmq!ьŎ)zdNIPby $m#$-HU('7{R 7$=G_! EրPdW*;iTl*|ihLM L`rk|L\dؒ@\av6ܦH]cK.;/JG- 3ts`{.B`A:J?`AJl,S%f# -~{WǺ|Q=HRO&ǩ}1U7a#Պdb6T| פM8l/CT:+USof>g:5$+4Kf;Ѽ$ 0߄f{,٤]M>͇#9!$PD PbF $#s Rm^H 6Ɲ!00i-OĊqZC3#C# Ӊ#6nMm9W;3Vj7؝'Mf&S%-dU&IM4~噔Ŧ[DL((+cheYcKm80'I Uh߆! ҮTm&ygkdY$?_N^MP}G?*Q%Q* _vy*LoVIV^|>=C}$|Q6>ЂǶcooo=WPH@џXώu:hz|n_? $)ab` F+n)XQԨ V a P>c$C J.}&3 aѡ#s/,yxsGUJUKuëuiTc1ob"$&hzoƞʼnUjU{Tm~7󭏈\kc{'o.ݷYhw~]xfh܃_1GƌIEؐDESC FC0&0 6nr"ݾ=k(ĴDH6Aj7B 4KuGkt'RRC{Ģ >ĊMGsnMDudjebk#fߗ X"4lL]Nlc5Rڧ,2զV>}7R+,l}Dwo(mjtA\hku!K(4qRrbLRf1'I2c$2Lz"YY!"eUǕ&@BSSAmaqpǰu 5ʠӊQ o~{l?[53lI|S8xẌPADR]>_ZŶ^8Tĥ*CヘQ2gX5Lk& vӕTm$ȚNͲnI^X@QZnLIj:q0$X i2HnwcddfUQj-qnMPєZu)ΣƟ&7="ؒ0Yf*" 7TBUd NEE  i9z+@vk;3qd#,A) Hb"%?,<$?G7kI(BϨ_C^gfT{}Xsʻf̼!_AdBR8CXӈ⭰ ,/C^H"  96G&a 8mÃFP "Ù4&.taԌGAXA"Է@ 7N&,VZlǿ~>2G!sL H >z0zaPtS{ܳZ%KOnQ<>ߺYbDIM->?j J oC6G7<+SLTTH{Y }B"K[m#Y*&ŭOc=7d;?/VxR0VE ń*φb tG3lzڳy']9%*5iO8W7'*e .X|#_r5E(?Y⡧輖FbPr-[A*ΰ-o}=#O$sHL1nEL*Mn1]{d@PCFF0G5H,mU%$e -GBCO?[s@"HR?\@OMa"x)͈j]Xع$DH *a*eȔID9nLfQX"v bdL;\maen R"N 9rOPҘDafdBJr8ù U$ge1-|=f2$^g<6X5}fô >K&0!>n5~|ؓH 6&Բd\  $l`=7%K!Ua}xtc$wx'<,0_߬']@&#3حFtH້!HS'X #a k !91}`+sþ=x-*QTUJJCީLbuJ͝@s68*"R|';;Q d~#iD&' x,67 zGL 1P/Ԡ`/ s@ajEIZ,bk-lVʓ*ZbLVV55kSmcZXhQM-BD*P I#'cq$w?2,ۚHr'+;mHKmrٔ[D"smݳ5vZIibG''ov艳pyq;* vǫ8ăkPvc WΟڹ\}q7i޽~jH:C6A!鐕 Fcu6B"FB'eVLi IX$a#!iGIQ!֣z>&$Hp1 IjY8w0cZT6z ftrJbJ V J߇Y=w䦪AaQY0rb]DHro@l=SL>Ruu#e%UE"Bӽ\ ~wөʡBVbh Td%JZQyzGc>~>o)<{ΆAE+|cY~C# )S O# E /)}d%XȒ3K`ā:ِF1TGnØFC(z` Y{ 9M=O^8#\n"hG{h'Kt l@u?_KSDkIQILф( J*cZ[@6h,gx00(LֆT26&^g>'_$+F[%3 6$}^ל ;*Sm|u^[w~[f33ĐfV@BFL{&vb*9X >Chَ߬ *<ζ)/ּ"FcZkdZ]-ZFUπ2~u= 8<''c0$E ]x:-M$&<>hTjIhf`6jgBLH󭠤 qÐOQĉp%H !G"zK"2 JOi;G/JxGܢ= &+#chmHy͹mƹ7Ƿ6ɶiȚ9tKo.Ss+҅cdu Ȗҽ!!Z|wD퉶*E)i<r'G2rlbM82$xuN^hzʱ %acH̄Tx4sVOceT>9rvӝt/n{yϟ\>I='[r՟mq.DqW/krA:@ "D~NLxv^⧏˴{lYRR=2Gc|rыK&)#69-O鿂RU)*I꒒e6@ v8 ix1npKH/~B{Mkmwa[_WHXʳj\GoVZ\.{Nlz ;_}2qK=!n˙<= 5 ,kݝ&]JӬ1d7]S7O!ܛh$=O>!Ga:D_Z x/:. {RLM*l8N~.WQvĎIli.pu[_<ǽa鼗ݔcm|%8MS.Eݭݸ:r֘5 4;a/^۳iF8jEF[Wi*~ OJ=qq{X+>| );ԁ 1!CBKvĆUɥ~7 J M2^^zUɉ8ndR(V&$;a?Oh!@ЪBd9*Fbb6)%QX!;,*ZI?Kr8b ٣AgɏLkMe)V["ȳc0-U}5w0?v:b;Jۏ9Ǿ\mbC`.Jpֻ!|i1OG/Zr}{`Y0=\Uv9I>zd 0}@ _1I,'S {~~x~g}Փ9g¾3LQNeWVI=쥥hOlf;y`d&~vp =na!">?Br"$ٻ]lXwǤ _y1CT_@l[7sd؄_(9w{f"I*"&*<Gew# RƊMMovO! M) wGwfj9s~ߕuY,1ULūO?}.ЇXc-LO''8 2IJ6u $lܝ8 ïȑpHJGܴ)O<]ȴ]~kb~|RMjdqvgwq!U{wלx<X5Z QۉT `lh‘W$j2N!ipK"R^bқDBHIQ3sL Ƃ<Ōrk_>ӧ+ГnlKBqQ(-2*TƩSc\d.i[7,ݲ$np`HQъd=C p_:4Qs ,9ZLEA5F8W禉BF> 9uoR'v|IZ9q$Qxu4bL^Xf8Y'D_s;yzdi.3F $َ+~lne*\U lJ Q*H0ž{$|J mMA23*PBLs$IlN~Vϛ)ε/gorQ03Q+k:cC7L41 ciǍ󡵘}ɹcwe ThB!Jq[䶭_iҭM%Ğ>JmMS}9ZlϹ'89e0"gRQ" XZF(P5,(y em椉dk6VoQ[4XR}'ɤ&Y t2)Ly"B dOG-$ nnacu@%0Y 2JRf]#WZ(ώ˓ sr=Qfݳy=γz%4U%ZY0gxdDc&ֿM"1xAeL}qG!>9h۝~3ZA-h߯3I乨pG:pY#mQQ[)a̜0kURY7)UfD=Hv3[,fXE.0! CaCLf:;HkҪ:O]L4Xr3]E 4KU*Ma Y^g^B% rrrV%Lc` 4!"C+Ź3Qoӛ&? nC|z>&!$dvu?A$j`yegJxfze [guQiT ЃP4ǡ2:en݊{xX 8^)'R4&";+$ &0ȧ',Ȃ/d#fQN,]!T:+F8=gjჁgu%u0h2ة"s c j\H76@j6G҂ C|l:.UfChJ=Y"Ud i8P(,K?( vq7S!JS|~51N/}&b=8۠;@t$8 GxtTcņ⸱vȾuREW  =0@5nG=f|NZY$-;Ǽc奲ZO[&׭v[pyoQ%v|;ܵ`nl?7EdDSkP &j`r1 )>c6wg"t`> hZ7%L"1GBu yDEɄRTOXG Wɜ3muUwG|G~id0wW>.&1ˍhRtXYToZY[AlmLZ& bcF T#Ěiw6jqM&~['Si̻ikܭMr]=Z0~T4/zq#C)b-yy`X\;ass*b =:I 'X I*tI[lE^fFDP[#d6WIC2cgf6UaԄ#|N'>%%r밒*` TDD{ &j{%)i< $KdDnq!!!"#P3K8 $xb؉iH]%E֍hXht@8F,oDA ;;C)6h&SzA3uM&ΆmCbcY**IK|ev~\pW(ʎ<>&)'\n[\NsdWIX݆YկdAϛk4qmwCgSrl%dT,ŴĖpٸ7u'849FkjUݸmj21S#PiܿymYވ7H$͗sY8v(5eJ<#YkxOb4\\aCF"\pE˥H)g$FnQfjtSKnQXs'Ecʛ0*,sY89g*#y/3m'Myp)p,ʩ+V<켅{jDsF4:y \6u cxype&j#q!6S. EeŹU2{M\Qr`LiCVzlkGjF$8;!lPxP6ȋv'|D`$#n7<dx*^ [C ҅ Qmdd@tS"DIC+\;4b2hFL#8hrf$v v b6 ;9, 7 D!d4i8r@TM2=8cJ쉏 حcqYgB,ާybpፘZ1co/.ri͝j${ F}0?RA@ٜ͟D|ks0=oFGxfw;v>gE 5΍8-;th4lF/VwIQuւ^\iƄwb0>D0[ ffȱ&q4A$9 4Qds䳜r7:8!;e| +8C"p0V 9!$ókEQWV9J1pFV&sSqM)fp^ d| C1*il@!;ěd$P(6m.gLA$>qE6R M25 A:0IyqCNeRb7hJ$t^,ךt^J:ƙ\K W>Ǝe 1s!z6M`$LlVbu- />#B7[ؤ'F$V73K`@N8+VQuٴ6TwvBLzk:hwu޺=)heLR1NzGIS÷\f= ?+:Su&W72Hv@'(G+xWxk%/+Vd(8\ 퓔1 ptMn^Aq(CUKӻtWg\j[tb4cWK12›ʍO/ ei`9hgvm ڀWCԲه|<4 3&rH"G7$fVz"59 )`8qȤJ{kp„$dNqF 7o&4t)uՖlJ (ēj.4ho`V=r^3j ä ID4aq;AusEp8]0!0_0Q#ebD@#Ae56±.\^ ªWn㲝;>DO Ġ]\^TRdF(Op0b{;nwLw28!3܌6MfA%~MՌBh-y 4Ac0 0d2b90+'7<-^ɒV}Pg7I`Rt׻.Pcc_ݣғ~,߈Lshư)Ѭ:Nƍo^/LQxq-t1wuI )=7MBD RZ&^4v 0Z`l\ y:x(PqHq768v}8)@i7$W.@"4&ѡ!pҲ MK,GN1vC\fǂೣ|hՖ[}p,rAQ .rSA9f;A8P#&ͱ!3 P*M5^{eV6G|:$o#~ԓ7f4lEF17ֻGU:9 9MZE hn` )nh[ƔYd 5 -;(b!`&S ػcfF͚csΰuxrIPkg Dѓ 9-3{>>|ߧ 99sˏ+ہą мFD7;!3_hNRA&"jj,t*uutY&3Y>) NjnLdsFdr9f Mn zpTG$f;Xemd\"S2v4vȏ-où)vZc Gb1gF<; dT Ib@ۢǒՓ8jMF Em9G&;6O~:6xO\U^GANT!&nZxL5wo7y^b&'68>`eƹTS 6lÅ&0`I#9 8'ff6IE=K9M@8qI:/F<30Z4q Cg4PQ2dH(b0yNrM"CMf63v|j Gdհdg+9cJЏ3!zMDLQZs:ߚԅٿS2pdvZ&f=$L{bSV8W zaMABLB0O-JŬSE3vcHhMB&L9˕#!I;9h$d> 7 (͹ɱaa)g&QӒ/?փmѭl"3 0X`ي Gb t3JkfLG$\Hrْ\v@A䊀q 5D]cϹkJlYS]ӭl@ ".;lV$r?O.vܔaY6Zc17ienfY5$ [ r-+uuw͜t7Ŷt/ZĎ .86ZptSf (i.\*T` 8SvIE4$dW`vGB," v còţ ,D#w6e|ۛw4͗Pmh q`Pqf 2dL ɴlYxЍ1EH!lFSf8: vnͻ8ȊGs'bkC !v!0OG:rk&x.ְN$<ص>tl~12L;*C;D@]Z06ޑf4t*y65 h\f7y#`fNZf,ΟL,Fj<gCԝ08>(2N5p8r62q & 'G*wNT- 6"AQj>H"d'.9&&dAv68fj 9O,;P_(` ɂJq[S#:7$`bXq<*Xկ Hw"]laLh١`F06BTm"/!FȘBSgf!Fhq\g*so<ahvh}5`¦{a٘e;4SФ۝{":›uv7BqSACמ9443& h͛,jal7t |`{qN'8r]`ۡ6 `t]464>Y#6C/DfrpDdnw 8i-SiLr@К-5؍L6MLel c`ЃHv$J0V{8ˍƊYNI{6)䓲 H>g;Y1 :ƈ 6?; Ĝ 9+O4!4l*zwfaR ]NXldpȬ7r%IxQdL-V-7$"C9lj@.4;5Yd*rᷡ g! O& Cs6xMX$̋~D7љd!/%)p62ٷĔK#\b,9jBߎx3FB- %pebʻ;3~̎t&2 󄠧Nڴl[BYwf;@9& ^Qh0ͱ3=AL]Gk81٪.q"ْYoY0Xa ۍB*Gn31ePl 7G#%!AK&AN(;tN7RxqZ*[7K>9mg>73 m-F8 +i08N * ٘,ac .6rx/EW<μv\<5F5QJ@@C QSɠY,)(ru0[X,`bZB92ِ8ѳZ)NzQF"MBH LKv!v/t\QZhFE<<:kG49Ȉ! Fz0ȁ'[dh8`C 9/ɚU7 ;0R5X"-HC֦$6WHmR|v(%ܬ*`T938M# -=VI̺6%oCLd&l|iDh6d1@l=  [g$T>l& 4m"G+{,nl0CzaɳJ6Q;QAsG IQr%"Qm-W܄ f <s't#6{BHJP}c0):B(aȘAM7swyu8oASKJ;ȝ7=~>NwK!2&IXm5:'A% $hԄYG5<\?wn98r rEpFlCzd"6I\*MtY,lx S"FK;?(׉N32AcN|ˣzI >5g1D2IwMB"]F(^Bg&:q L˾fgQCh*&#cN#"[0@s;9t_H8IQJb4lM̐I}gdR`}8z.e-&-v,ch:;p9p\)#ddCߍ Sbqޱ2!1"hsd!9`vy9 (ΠcDWDEAIv(4eڅA\8nh ;ZGGX-x[$ƥ-`,ns!E"6ysXnoGF pGP3=L$t={ϲ\2aQѢ6КhnT',ߟ%z16;LQ~sC&;=3AL,̌U*3T.}O}23DdۧԇUYLt:ae3mM(km孊ı6y$E,ZXKl$??tK]ӿ}'CtCZF T) С'm:hRJ%5,2Nv*(g00d~>mu&1DHÇCdqtOS~_ L`snsWctSޘ'cc-YzD<w{rPhmq1T3g.jӾWE~qtd.KGf8F0nG~p6p,m2cI:3z'tZ!)O hN&VA%AaeR؅e/?cw=k&)*ҔLRzO|ʪC [X *z)0Gm\>s*]h3Jh̨![Ǭ;Z=xrVCˋM[VEGs)=GIac*1Z~Ɯ0dg!3 cA0"4&;_9;ɨ~褍NsWY;7SΚH܋HrM-!ݽRSQݜ;R)?pgosɿ0u$@*'F_Ix#lODӁ6XT$#xǪ]M;"d갰į c9dJ=6PʝVs9-6$ZXKi%[,.P\ ñ\i숊@}D2? ?'6 V{H}zH - 6m i?ĉ3Z[bSRHHĂF`d ]TϼR$ N1H3!IA s|uxi94NY>g9ϮdbC.ĸB"~Ŝl;USZq%qa\3wŏnsGui5I*2ZAQ_-=UI+:\dvQ:Nj%DD;2K*:BaG0rUpp, 0q 8ık6~iHD4EPT#$8o<ېv> k^0v~uAI_(j# n:٨נ*p= %~LEMn؜ukp"6³̉=VSO?L}#wG}.keHiQ:gd94nY}}z S0wGzY8,}c⫤%lI1ߦh㈊Ј,p#:7`slrv~&MhsVJx#0qR<vD,?ެZp}tvLRblH"¶r9J{X8ROW vχ:0 4MIoF:mdBI97`'ܣBrùf!B'c&LB(Qڛ:scv9cgmDrh͘dds%03"3cRcDșCA b4Ws#Cr,M'b*I0Q4d5hZx~ܪ8sOcd;dКΈ4?91i;$\&b"rx2dr,)ofQEHUD[h?cdIZTA<8pAP ٜWF`ӒsGl9l" 9,DQ3gn33G8afI6Yr94P9FL̃ 8 p8Fd(ӛ7c&Xlay.6UH[G$ADō G4<*P#Dj 47vsoQ7)Rc(=bPdՖT\K: ;t@(db  y_ntdx2\ cthѓHɐ ˒" B&A:ZYûopCs8$ pz H83C2CӶüE(d2!@.;_cD#ZB2P&HNQ9QA&bڄL '#\y$pK E;؊TiDSs&d! k b73f,6pQEIhPꟑzI\ΰh%Ӣ5M0,LQ GCSHcE(wՂ)4YQD`ˮf.%zĶ j#4>9\qBBKI^#w8'%K4eJ;Us#~XgS'J<0/5Ƀ e%ÎssJlHrb,`6Q/;' `߸"PŐ"0C"Zdxd((0YT@@1*JAh#rF A4w-a,5E_@'dn`:P{T)<Ĩq: f^faFX>4IXH7@aLv"Da^ Tـpoq5#FN{9 ȭ}{~w#}!aT3N&4핉}[DDܲS4dsYԻZM7UY Tb>8}_UT(&UI*IRJ I*ÛtI*̍1=5kV "JXbX>igsc&[|'C5ؘ K!SKe1ԕZL ΎhIMoM텒 '΂z<"*PhHf% ODA")BDBYţQDV"1.#6"90Gl;t!#i +T*(j'"beB*b45Q+\_@^(n,)16bJbh b}Qyj0XQ; (Zj&`BHڭ&A-ؖM0Qf/C2BӈxڵyS;ikf)Ga\#x}& 45h~d{b>nj_G(N$sz~3W.oдN}LG=/>lD2ź?D8ťluXLkns" iIOfGb2OF$HtXC$&K&YfK7hږ6DJx&vϧ{6s'='VXSo#bɢ?ןlm% Ƶm2iOb _zwhܣkщpuLCNDߌÑL "PC-2rSe$$z/OՈ'!̌Hl4ښXճF)=Bʩv" ;yb"5g YF>LdC̈!}p&t}|G( X YXNV+BD4ĶsZ7=/Q"╿t}wycV>@mKufbd{M%j՜M$%-vHEcfZYcY;$ՇFΝF=k'e_0D0\l 5ٞ[f~Mh$"B]аH[g_cc"P/C[D4voqqS8b ek?,NdHF[w uasPs282CtCDT*2*3;~N=jS0 hkkf:iֿWSuUSg8ΕٻjؒVMeeOLk i-^Lf}dd?' 5Mf//{HEN;BJI?ws-N݂Fln` V>m>iA{4a V+Mcwqfrt9cNgbyղDa(TE%4:2,X:]|qv;BEwe[r;NnsD\הNږh=4n809hysͺv흮mmuCлgWv㻵'{%qne-喴$aEYxwM LVbSL0lp7ܘ1T>ȶ[%t;f9.XrvqvsYݫlܲzZ.[-wӎyjLU7HJ !gǺwf[m3=muힶvܢsN;.O=㬐c+da1F*vdrkn9,Q DQF)Pg,c=)^]9f-{ӻZ]7-jnLI7Y[)۝ +iܻӎVSdFڍNl֡TM8snu&ώz'fMs9⧗ z;; _=C9=CÿgQD4~)C$Ty=KɠL\$%X_B$X"}Y<)&|64.F$,TDG@2Z?^HK;|>"M#BXa8aZG3DbVȞL}L|દ c '$mCQ6}$!Ȏ1. bm _34:h pFyT}t>k<桽T̑;&R=$ݛ'G CCQ&s 12,WٍĻೡ:rE`j;`V|fl̏Ms:~=7 =);d~ͧ;bO>1=6;0!CܪE ` 2ۡfK CaB='GlA בJ'pt"A`MWsyQaGݭ3&l;a55 )  .O/mv8Q[aQÑP !IJ=OrҦ'?`71 bBd7R歳RVK9yQzu-[e=(k|FmKFoMa,Vc FVf2a;z  uAp;нC<Dx$r4h>,,R3SiNL>wU MwH}9H{6T?Zmm!ϥ5vMpSݳݻ>jd;Tj'}8O7e-:B2begWeng?d|bRi<^J`ܢ*VMGG@xCq_BD4JlSY0d~FbzjKL=Np1Ty`j4Ij\JH;ߠFW}ƻ2Q&*#vʉET:&KAy--3W+9ǭgx@RBD,K@DDq`DicIOhGۍ4Љ@f8HaR)&JKx`v696 !gk8FDMSr|~/r*\-+qͺלHr%7'-r3Q4=\sL|_(zUOEexuHBŠBuQƚi[ҚwsO.(ִ&"8|q~}6M>yt"iI,ϑmu- Dے0/06G8ޡ !sco59:*9YV$Yc9̉i2rn2잭S1JRvXDґ$5Y-)61?jvw9HM4XNXi)Y9jwl.rY喍9|󜱵nAY*SVR 9mƘht8cM&MTARQ~=_0*fKymqZnJ"gsh.n)@8a#dE,[*KcfA1Q(!QM]Аh'&!އgXtV;iS:dI40B8hhALQ K>eR6^/G7Eq-FK#^FvG´e=l^LD4Xcj\"SsXq$̓ Ҡ2ogݤ 6dڿ.iSds! ؎z W u*ݏco% CA<60C Gx>p(+ ݽ(x-wGlK,Y-LiYe䤦F,!7+ʭfa^δ=R#t I^R?CFjx>`*lH;pKZZtoD8HzaW!AMj#NēƝW'7~ Rآ+12z/Kwo'Ӗ,(J2)-e80JK`Q+&$4dc*Śc $KTi_0$,'{QD(s4%hjj"i-4q:vl<%ZD(N tV壑Dab"#UNm]mV$v" X&Axp'm,$JE(_?{ J ZRR)e*jj"Y EV֖VUieYbRIm IkKDE"[SR *JUj%d5+-б._; oƻ5WR6ۜfyI=} /sr$|HX3a4N"h B}I%Kfߟ<ےQX@(5L3kxh֑9{0 Ƅ:ef(Ш'F!e EOzG I&!&rOM: H DNu8EĚ!H1٦l=$VB=D{jD}cwp7,L9Y c> En (EFR?P"@#*p<9UbHYX>[\{{Ho b]u]_{O=H6I;yՄnNb9%: +n]uoy=عv/I"Vg/,}cETߔV8ݩu- efql8+ ,7G  tlHҖr0tHY ,QG7ZR'OȊ}>FdrbWrg,yl;mjfuYQ'$}# IjUHFe^%R;IhT8H|b@J{a8`O٘נ!( Gz=F2I -a~XLƈp4 ~98d!TٲfKz={Lf{i,k)T?E|Y9b[qP[Vݜ(iםiV,mU@\ Ѧ1I0!$`<(N}&67>_]XN:989 "^J R/6GL8Z"`b!"bxOz<' A 89O1o]ϝ+iOƍ2L.&M>gs^C >)v 0 Yfg?ifI,ܬ>E'X `4%%OTSB16>cƳ!F&8.߿/,(?fDv 2`ciXE62MZp %, }%ˍ#қ+J{!W~cWO>$`+J_6Pbz$ϴ?'a'X?%ygc&MrD4Q C$nX ,Ye#vU7$M*k&8y;9vL|Ll)Z xJlBL+i3zǓ<+I;Bxp?mp2NVdNY>3{N,<Ά+~9ZMƅ! ŭ 1Z 4t6,#oVcT|D)QeYK*?q?j; @v,W6!i0b7| q?*%-Ҟ3{XX=f1vLWј{#W̷wtjU#wNto|Z-(b{Oy?}-3 =f'-^r{~~ LoxE; *: ,5]Y1`ovѴ#H:-x+jTIcbkZ7d2~q6w+}A!wd f ԉޣ!ML+CW˸A1t1[ Z"&R" 2YZ2I>o ~aOSyJTӅn1|N$lBj /REQNS>R:)AᏱKrQkcGY&>29/C$Qshk%qfMz|$CA!,;#LAD 'cH6D\3m $MQfDlvfCbv="H2 S=АXx ;[&SCqͼ0&(VI [I.玎t ylYyefL)5(0[A쬬3YЅHdɬXGA}atd&djhvdɖʆ"yEtHלe6 w$*[Xu. GE \e$& $<>@&z't1BP-tPA ݰp\L,N9Xp0ZIJ-&QhCtb(p[`M3(3f B4;"  46T -Ӿ r]RI`Py$/e$Kv9 x0v0leY\ Я\AꜳFrsW[ g:D<bYm!0Ec؉A@"8dBC! I!ĸ$v6\AEO$G< z8m%q OV"֧v"xdTe1ch9.HNu]n]Fra3u`Ar!XHa ބb`v[A#R6dF%pژ#!'nBf$JჃ1\;,M웸kebyZkԃL&ׂ)M=R}@>t}= dj$66Tgi~NWPBRT>"C<#xԀxr=f9mbp~{WcYUaܣ8{ gTUy(Kن~}iJ(${1,z;~ő*ʌY$IF `l T~F^Hj;L1gSՠцꕼC%Ep ,;,ߍoi{5,ٹ" x]q Hik|nfͳ`r:4 v܇Vդ+heb3N,(^ey RAaW~#Bv%E)m}Qc;Pv*#³q`,ӽ[/1tmֆ@"2ys,8[~hBdCV}Β|k<~L},pJ/hBbi&(d)ROM4cS|OY$bNZ#;>/)NN A/i<]6mlʆF*O)QRFZ-C #UF/JwَC"/d=IW'cXq(o}]S!JbCbrGNM}Ux[1ɝ~aucy(4&7 .Y[7]Kܮ62I gɌ<;Lr؋j+/*M>Im)(Y=˝wbCS|! j3SOYs88i =|Q7iʙbMM'ڙrsQ4'2\Saهȗ~{e x)O_ll&ajO/M> ߒ7RNoicJW'O_SGRFj}k' _TMSﹺN#($HD҉WfI"JD7N]i};oI[gr:K՝5.wJu[vGqX;qՎ%"L֓?g/YF_}B=Wv谎mi~qI}Ѵ2ʌX`SwM8Ht䃱3ت !|9s 4nh8`bD~i͒¿z~=v7Z̑xJED(ލ2e1RJ< dȈPwahǢf-HiC?PԾ!<~S5~z,'@هWr6X}>><_sG|jJKQ4 0cqm#bj˶cDR9dDɯwۙdx5HhlؑϹCgcf*ыGJ0"ӄerZstgGc BCǸ ܩ%--$w1!e0 ;F(cIv}9Wժ#s!ARy`c(Ƙ96J5L! E 4qm9w9$7ԤcCI5GJZ2Ҿ/>-h}yWNB/OsNI&ݩvEp_1TAH!#`ĈwƐDF$QnD$▄"&JbE 70٤Ƈc LTA G>'mv8d IqSFu$Ul-ւE|'"l86g8"1ɇ nщSYEk@\prAqȗqýQپ=a=ʅ ϸxofHGct8B1Vb(q#.vPQC<ћUAV xGdfi%392" Q$lJP,bX"@VXDH4@X|$ ӟ bp5N%h6y8?>kV0Ԕ`쇀xD./ d|C!:{6mCh;i6y؆v<,4;J1ߌM,*I蔢 ”l>G ͇$Fc1A5%Xkp4bf>1Ȉ+(]h`B)Q +X҇fЊ7%E`J,jSe87BDqMf0ɣXQэ !APMfbacXCeNas&R7eZ\Lqu evR^4AP08Gzq4Д,%:XcXdV5L81`$P) a:J BDRƝ`( L!FZD5JdF(HfF3F6 54i5hCaC0Sexfơ@meA2eÆ!#չCLՀ$#cIЅ0hC!@ A!lh@dR6J8&tXPU2!"d)Y#4X(pu8P Nw3m,GCZ҈Ҋ [AD"dAQ2R2YyhˋXeOxvS8r}^w74ݧ4:-|l DQBFD I$I L9c ! 2b")<^OMY7kZzITm>_n@{ ;yw>g I[;wkW,M),(᬴?Qll&lr@axdm'>G ;b:x/@CJ .&!/G|9!um5<3Pa"W(rP 9)S&+ۅ!UZ#0cl`|X3=Kǯ^Y79Ȩ3XR )U| jǀO٢D|6OG=L\˧lcLcc^ Db+φI_@CaDM #{,23ȃJP9\H&*=j~ 51`Ùx<^),U{(ǩJf8k0&ĺ,zwgX>+[Y)㯆 {3>cu,?f21M\nyQ!DV N'Lk ɺ뿯~#²϶.8sP(4J :]d-a;U8۟c6[i1DE/sС*&̇iFI}2 1hcYrfe6+nI'tY`]4$wYnPas Iw<ͺ9^ A}PXbBB1Kh^~f D,ǡ}6=̷,l'Uvi #F:n ٥{J#^{Uq^ݍwna;wA[li{d6y}5;TGqtmɤ=F[9A$ PGf3l3i7 Ա[4d;pʈmv62OȈfզ*hm4Ƿ=gI?nētIiWl_0<ՈbUaUK ަOdt'|s'rϻ{q#,bUqf$nI 2fۘ,,0mQA2$mm$y8[vC)|En-!@cK42VWNP`Q1T+cC+t(ZKnN,B><в 88)&'A4m.r@d!aep) (pH0HG.{oBOm?D0(0GŒSԜ1_i9ѐP۩>$fX @q%"R/v+*؟т! ؏[l^MY39>B?_kHƽ:MHh>q+AOH1d0S|- m>rFG M'̏t;/˗:dȫ&02W_ KV؜78>TGK%&3[M_,Z9^ʰh3H(10ch2)4\5C*Ҿ_u_wYd$饵(ҥmfI'H1v}?WY{4vB;Zw!J+,(k9ǔCfcH0%SJHrD)$| #&ѼG*:(Q,HWK?[=*OU&+=sLN O9JN.Ϧ8Mn}GŰg,l :G 4$&I(ȇ"!|hڮf,aRM136‡"2 2:q0G^H}L3Dt 2z痩6;@g jɽSs䦶иTP&[X wjԟ3\F i2H G y֠4l5<u^, 4& ME9opwש=8LC0A$vU a\:F/ ^ 6H] zܘ0?/vdГuzkMy8+GB;F(JjՒ|`Bb28'L{XDT><>x6>"GCV@j{S557-bΦ=lI{υ;G%wj6wh6MTS}}ۯqEl.ʍ{xb=`Ntwč3@r"y3[& _l%CL%!OQüH~>#+dd[Xlf$ibZ *t4{|HHymw#,=oG9O[kIO|nZLzͫrǻm,K[u=㷣eE|w*$y;)DA 2ظZA*fogŹfϖQe0AE8FjXi8tw$*)ZI#߂☎+9ቀR`xC\GWv*`mz8ׅa#<gDc i1~MkJejj32*qdD’pD PFTn۔EڶVZNK[X99:։]帵uӝ,ÜKJO}ys>,Vb Q"IShrK$DEge9j,'U;K$lHշqC2E+;<z [;aZT*N=/{DnnD76JoطJۖ4G{knYXibԊۓBς׈b>r5`*p6i]l#=ī5 B)*? $~pNZ6" D>IIuÇItS[i}U"lBD+*a*}Q.:n>وy`v߼uN'>Iz5Jwdb=gUďŒrJ8 1#+QIuX]9RBrI6ME[db,"K[fBY6nanٱByN&HMHD++lςd8:5JUX)bFI*bf6LQCb#w)d'sV.gnw:8:9g9Zܝ9n\s]JdGx"M~EXуNy=h&t}п tNY1(^ߟZt|QHS4"QoF{պƭ5 u[4qv\{!V&$[b6?;XҷCJSr)dQ4CXn#կ\F0cxBwz=[U f)>Zm,[d'I;V6 hr !ܙ#o-ۗ֊ PeA+TidɽY2kR a: *pʩJ,UJ:S3&ghOYk?>f"nsݞNהӃ J6: 0B$FB"91S\g#Ol&0ƗC1ğ11bb;î8% zk!1!AFOC)f(nm'tk58 j454GX=04fJSCH(c@wG T6Ķs܊>.rs[7(rr`V#M#TъX"^B} ӅrQH Zd[ѡ2;7{pR=*mK+N;yȧYY{V=7q㜜`㜛 1{SA>˛n|` lql>ZPP@?9>,2Qگmyv.Aaa",t^0VcK-s]W1t2jȮd"1 G~Б~#ωz9+82~IE?QG$9H{^f#q˂m2qs)Z-2&5g2xR ;91 @ 8(0&6Ia 8C˰"! 7EU9}L!Q3å <WS`flgbgYG`'&ޥgN& Uw&aJ X ep]VNqm5$q>?6=&J+OȪ/8tD dwF$#Ӗ\s&I( G 4Phf|qַ|F%H[EImVBVqdGGd+TfIRFTb*X", ;i>SIX0V{Mk!oDKiAjiHWB`8Q't q}/F|1ZSz=/rM3y7:m^RM(mGQE%WnqI6IdjңnFnbjQٔ!2Uv%]6$ӄQDb)ujyb(yF&S 7e ƍw[}-c9M,Luo&y<{n!ōouowoл=y8[m-6ړ7'ZA7>{&&[|MdyigMl7ųE,H(ԅ` ;P0*cCUV bH 6r?,l!, +Yy%d8 EKH5)HC$2L WTn+ +""dY-nJăҠQA|ܴ9yyɵ $;2 睺՜O4Dh b }]>41^?]8sWʝKJLUA~WQ{ʼnltDLnJDxj5ctg7臗ftm=aZ;EˎmO&)hA2XR,!B dg,=f$ wu1o jM=DĪĮF_|HxsxM?K{ޔ~ilH 4hh!?lz$""8dܝ >twz٧qs<{sZ=3m;{Yr>w_,^e L$h`(1N|N)Ϥm(Y3$1﹉K*ǣqf&O>,k+e-;k䦖㝴+R>w mpZBi9nNIs5i2LeG9BrVyv󷽮Vrj۝6ms{ew6>G_㳂%GמkqilE)&(U=ɉ6 DFh#TDpdZl`7Dǻ|3=xʶj `ЦR5Ad le8fp ℆RL:pdV]1bomz"&VK~ܷm9vJSyll9|.O[C鬡oNޛiZ-2tY[nX)M,s96Ii "Ȩ$pEI8MMc(ȨԂa#V!vă !WwdݔzQ4 4ۦ}!qK$S:ͷūo!a8ܝ||#gXz۬Ѳ B t*@nf1\Tm"dg"|wo|L"OrP}>LvW8m1TOvX=Se'Ė}.zdwNrzP`$db5"O&Gz- )T?A! cˏ#YaP0%AUܐF@cgD=E@iFvm>r  3{Qס#9KВ];l4T-NErw~@ZZ<,bϨUZF y\ 'MlxCF %`P6Thlcj $I},eor%{9n91Zt [R󩶋Fi>8my`AȠ4yr2X8":4mHF,"Qi31 aSE?}*HCp6@c[.ҝ6VlVVNRLU:bٚგN9>^+ИA]8a![(*QV66Ʀ./'Pe$"DaP#4&60^/EM"ŞΞWf.\ؙ&1yș1!Ǝ['RXW*ǵƺqC * ݠ&؇cσ*bWR%Iw;wNccIEaQ, r,r{IZ?&0];/wYD6w^| &azrY͢T SgygIվ2 ˙@;!re2P'$g36lr{(gg2 أg熭g/|=ŹF;'GR;ޜTOG,Œd=K7Ǥ|[xgƌ&Zەd6H$ge;N/8ow\葢$Tb~x#BJ8%JMHɘ43]}~z[7!Пp+jdJdݙ3,K[Ktkl^1cI”B4uiOs!ut-U)c:yxۏʟf s/(@@%B{\9Q.rﮞ K"IRHEdLU~dbTD?$?cܕ[Gw{ޮTEM hӏNĪ P?D\41[zedI:gĵ٦K$2m-yK!Nsu@!Y Z~; *nT!'k K7Rd_i\7;%\Zu[Ӿ2R*d* SYds#$c+C5aF1=CJE*ѩY,j5PjV(djɱ! 1ܮ06QNV $J>bz%@ ~Ԃf&ͨؤ"fI ͔6՛i,fXV1lvt/ՃqycIC\#d7g(B OCy~/IBT#?<T%)d${?k)GL=-ujUui{o H@RB/=r\ 83Ec6rZ=_Q3xA29䫷!GJ?;Y${ZXL*#,* Voy @?, G]uz@Dr>9|J>s{!59g-*lH;6S@P1w@z?[V+3|lZMHmkmZF+4,l2R>6E6R&uri)14ARHJXݴiOّ7Q⧴woeGJeRjխg4v]Ddg9,i6G7kU¬s?3Fo˶n"j)nYܭbYiXYIóFEQsM$,ofV(̡a99c6rne;JFk:s(:X10,@Lb&m. "k 2s$F;é4HqiWc4qh,{ũh~JRD8t5rRD+%^0`RH{|j*,p!WKLCk(ȟƔn޴r&Di`M4AS8a<Oopqmns2mszTՄllpY;:wD[;Q>u$ֳ i6d _l,C|ԍҺKV΃ 7Z_XJ5"*%,9; *(ѨTFQ(>-$*ةb ꓨ!TyY#!;;FUg4S|Jzϊ2GSwu<õ-e#FNHGk">b'-6,?)>kٳQ6p+ěW# +e?$Dt n[0qSZ7l E_R݀'2*j6\_~v.Xywz JKكY,ݼ<~HʹT*i\k`|q R,0s:PG==->8=?OD}xRxz=xѲcݣQs?fnUC\e bogR|4b*ĒI翞<[M]ֱ'/3O|N䎎L>Z|s]BMT"#Io$@UI#{ D# Z$ApE0hѡ 1M4`dXb1$ΐ)ˡ1dnc#t#\l4>1s}H#lYKuyIfU:YڵVѝt1jȪ{!ӦA:7ؓi&V_:1Q4)FLH •ZJLY0ryR¦6FXòHPTs3I .&A2 sLlU6vDhɥ!"1ZfC$^zah0eJBvM>q'ZHw^?ȼ'eᓓI6XlBwa$L;{z6YutlJ_(6s6u?m$9my?l҇!Z#`{E*~9)ND;d ^DsRJ+Ҡ  w5H[!X Tё&4i LJƛ dz&4\3I6^LSi6qx_GvSu#y>NT5&;~JK"ѕ!um"D%mb'U%-e2YIl"O^ĉb-VcqcWYiT#X8)$i_%]o$mk||=zflEK$inSera>o B&wDtiqA3a )*QeZ0ߕn+k4=tSd D+q>Y' h>P) 9 ~?_X`ğT%lB)'.dT?/ؐQ%d'æ ӘBdlDĤ{5*1M'MJ jCySP.ŬȈoId'Q AR6 #m"њLHM% ۙKk[5О㑟Fi2Ҁ$9n?nL%\$L5bv'@SAd~u埦D8vbcA|X)!GbI Ii$D։- :(ڇiCOjj) c?,sg%kk؊v8af.Pǧ9g֋ B"`_Lij)@*Ph$aZ{$Q"K괙dt S-̉XVLWz7pJ"c ,$dvj[z*4JhzQ=h{aZCqFy(JTj`J#d4??}55}u!)|~ϝcXچ_zX#(t`,.ݡS|,PS+M89L$&\lp`,J< !/IѮGc+egX[6jڰlpRȧxqX1%2a1 dEm{X{0_MaPFlM.@xDYf1)Aٳq T8Mzr ;ATG C40ANZ'\`#jtUcA`cTA$?@hwBM=gy ;'+ǹ]q'lp?ZC{>#"D"!(acXJC㋕"d[XHI9dRc =ȉ'bihM2-+3lU<óec%TpZ^k!#0B£gռ߯#cRKmKGBBS+vt IZsm=``*"ZCK!<ӠMd&Si'an7wbcmxc=*b_]gNGWPY=ۘT{]t$=}<#I+œ!bȶf1 AG GYO2x>1d8AA>$qTȖ;#bة b!bdMbcLdzuJGpl $yhwh"HkNPBX7# {Qz^$Ȉɓ'oDVURI1|_)@K+ ̜&7 tCY^[ &XŒc 8k3D;V0 8tbU%'Tf X;b~Y_dӑdæ؋ʬA~q"k~}9Kc F#]Zw!/nZMHo{7|êG߬i>NUO]a\ A%SLVo7IdzS6w!QlKy %Jm>FwZ>d|c!==p&MZLab!ģfW|*آu-#8y_ ""RSl IQEGYua,#ͤIWWjY$UG\"R[E;2/bu6JbҘzr;pDaJq#s 0+s>%&8N eELmmJ- AeKvY쏝[oTfczLT+v/} W0 (%w\>V'׹JVXcx2k29 0uwLchoJӓgpH"9gC:q dKT#3 4 @[ _!. 3}!_NZq~79Ȅ" _/0_9Ha/CBWGy" k`G_Y 7 ȸ K%d$I,8ylUR4 )lH%FF" >3c`_۹)2bD/pX #R~w6ku?}E_]#Ûr;< %FSj5BCjf B&qiR#JQhw$v*\+eh(۵v1囥';99c-RMjUlz7Q]:&֙j-~UӼy_D,1vv1z$Əi*Rc),!2J)jӣ봅!>68HAPK p# :j f 98H;C2Q`܀?T*̪oCOf¹އCzdhOUOfSR$hQ\;T,1$IL)<|G%hcI7?Q*(cJ@OK+ll͛]ʵ-nzٿ/*k^!X14TMJdIf:c)Le$ƂHF|Z#ϖäyvY,=$y94[wN;h&I,YRIRkrڄIE;Nnȗ $$ h< Xʖ˩9I>󻳷*i4F lBKCB `EXC@0pIe4{~iHQv"+]QV@Nɣc=]؛j F12ጃ{խ-]V_jcXJcDliޚ h=f149[g[iL20c}1G 9+fqt4m {Cf kkA~6ɀ⧌+K,긺VEX5AQid}G9mTX&;P7{"ao[Rj1:6Pa,&Ic)#: QDZIy FfzB3$PJB ev6 g bxB4ímSnb-A3$;\ HԇI811x"QJq%1B%/ <Ήly--2fH֤b1|4UC6`ѡ5 AGY,QkߺY#ԓ \D~}(L)>`z$ ۝Z-k>m$I'yY/aA>h>H@G=^~GЋF\6jb#NY6y::X{$ť%*S<3]5{+^86ņ[iTV]QYYmIY\ώr:NJ$t/M"aF>K⟤o67xxJЋy!xV =߰t )c>h>JbqSeʽPU1ڎ bz17['0cXW  ;6I ,3mvçą܊渜$&Shޅ;Cf^]I**Fʧ!xNFpo "i1RdƂeQGH|@deRnV?liE6戠5$-h=6Fsj4ȱ:ȲM紟\w7+x|;S|t|JķD&ɤ69Ƕ|vy|oi#&N8BB\xS"!8 4h2#*d.ţcG ػqC~[֑BČch0vOQg74FqPijB,@cs pICNR'I\ 8oN_Vn/#F;DžNj;'}~ r**U6̝ A`CW1 /wztӹ,\_!Zw G=O{OȪϛch;uInvy⽏"LXJ7CUgI.ݷvn[R^Dw]VkFs \5ɵjuss-/W![Hj6ʼn}Do96gifpoet!!6*ZԛFM'{6^Zc Ha#Y\C!>c󘍫S2G?%l'ʾ } ~I2-uć%JXRiKo44@HdfHYe,c|3 t`ګڨGaH`+تig2<UC*d{'NY5sR|bT}&^Y3fPAG7^CN=Jy'5Qf+(IAon[HB`PH*N=lN[(X.AĸB 1*kcmZm1jjVMFl,Xl#elk%ԸjQ J<OJIJ#iU UT: > Q?1 {C֤lC~?5YwA뤿O$!G9+!ȏ{⟄DMD$H(zvJy{Cxω+'RIJV"8Q4b!˜FYiS5k aZV#ZBRU[VR֔IB,Y*S*Y,XHɚZYEcmlC49-b&n9rg궡|v],EUkE3kw'gV|M;|śew}/m6v‰rv!&#X (ƒ$eve 1,j!$ clQ3VZ֒WY `XpQD9jWY1[gvG7*S\s7Y9K+1dLfse9;7.Z.ݒZg{\[:ۖXws9:aLrX[mrsvkgvq[[>4VZӭ59ӛs:۷vnZݳ8mb@Ym-';lqC;Y2 BXح.b'# 3ܴ$9aË&Jg "vŕ o:p?=$HL }'Ed9\&*Vl惕 xWgVU\vypYu$H9o16!B*(2 wyrY kݪ:Bܓ֟Fmn[zcnk{ry7B4tˏ 'zϠhęV1#*=%&мrY%*_g6aIFeeA9]T\1Rd#ȽGR,.bDC3T=AtA FRHo"-)w2gz }9N~os/~#mY6*CxTڧ~iZMYξ:>Rzw-x8ElqI?.r |pc:ULyCF4'u<",6pi"(BEb7e<\/L8%3A\(:2rd6A-N[cVK UgCEX.Qt;lafب CMx3 A pXF2H9j-54lx+X3J*:wB ,0Of-݁EypC.FxFƒlx% ~ S0Fz)co^o'qB لפ(O"CMBZP=7G9)C$#lN_jt* T2<j&5hy5&>T˃ĵLfݣG L8,ǂ5AشlzϢSQDEAl[^w6GH8lZ7d0@v)H+dqtN#Apv;lMΊ0z!B84qxvG 'EI={| /1 ֈ ttK^cvR3#Sob5^ EOe%]5KVzC ':Ihao#{̎0ʼnČaUe9lM*iQacaαӆXSSk692)TWx+V)vt' P9 q-ݵ tP0 EL.5h}}n.F%C>[1 O8 IH6Q z@r&c 81\3Lh(;aiHUP9(Ħ!BX;h ld0f% !84n: ZМSfTihA7HJeb8pv8,wfi9 fc`-D5 TARw"ayB 88"|R Ux2 A嗃 8i4aiN Ar2N4a87@Ͳ8$dFMUB-$d)t8#Z8"d1nHs.88(YQg]v4m7<4lrC`2dlH9LaY8fԜ4L`^[9,d0#ة@4@HQNH)7b wu~]Ϩ|.g'ct$G#}ޢNB%6ZhcLj<-QW,3RKWJŴZ[猾E)!sHS̔ @xr,&W.B[&s񶎞aۖRhR'c$BA&,儔`4"Z2Mg"ƻZr6XkczzV,AN h`;gm̅Ј8<:F ^~[n_,9o4YRƚN^L/ZMdIIgu9LN8 0Ń5V>Gv:2l)i DkX*#62MHCfZl?!P؃Hv `~ Wnr Z`P(ì"=⶗bk5L#Ҥ3 &x{fs<ߓӸ̍SQdef4R( C(8LMZ3LLDș6,lm.FAk6  V^ TD!veV5 ڰVA%eְmL0™`H\  kKSXANhѐ43c٣AHo,EM$@І4U"Q0E{٨$J0+"dĞG-Z[tLΉAmkK}'b3:^r#;J-f6c0x+Q$BJP99 =|GWza)`*J3jٍ& 0el [`@j"?ch٭nKQI%̹d[%$i-Jd!44ӣAi 2IL&6X``ț.ԡ6^NݯHEս{ݜI?p{WEcT9 hF/{OORא|[D,mM4ۖACOtZǬQ[rzʷVHq ~W&Őma5(붚(z>}7?۬&i$ioם帙7p;M)9H~]+}9'r=Iǭ(+sM$L4ƫ# 01AaY똨V,6)oNf=ZʨkbnGy L[evf%[HCCXL\̌MeQNT) Z(&*X2i.]%=vqڹxHDђ9>>"hBy'$>?!WM*UIg}eYqQ9:j?f& W_Q;pb>H8CAOn d )J$ܚ1.ѿa%>߬ظy>RD9 DTITC6 8p'xJD2,>?~bC=~àG'2^8 'ِ֔”]pP”zi(1Hp:aFEW%"R~?pTCe PMA$Gr@d *-Q֟6Kjt\ݦ'p̣?0s/@>wvr妮l߮ϗvq_\<$p$z dxɽU%;hli.?yIO+جW%O,iwC>\ 6I֏kb3 ib}hy$; 'G"! ?MꮻΉ?ń`pa Վ'~ceWDd#JXdU<}z܄_ב;?LmF 4PhqNI!AT-DD aFƆQǍU*˖;/zt= jFhf1bO"JIF qVmv9]s69ּoMRq>uilbG6Tfn]9vyUbbGF:>þ.H$}֟qφF~_aWNS&,]G*?gCA$2q)N!1) &{®\ g>χ19|^^ 9yCeT}z̦JV#dPDe,ze)}d=ce!܄;04rt3.S{&i-ɻ!S:^1%@lfdI!9.1MD0A2;8~ Oʓu~bP{'o~F|T[lP:"Ml hҝUfI%#H8U5dF*GPNT I!yݦf͹ZեDZ[fZh6SJ[,HPԥDB[K)%E5tj٬LեKiS5*UHm4MOb&ߌH$@iZ7H$I;7m,Ȅ" ha)CˆSfR`eO\A}M[a4=Am2نh`ƠʮPdlE&tMZ46eqdCMR`0u0i"cQQaKFR A@cZX]p"z4i`fX8,L4Z5AqѐD0Va5tSU f Е L94BoE T6IjEqU3X2c)1aQE]̤! cщm]0"ɣ1AU 4kala&7*Q%FSG8"`6@JR  8d*+x߰g[HH( ( $lbm?%F)JzLSl86kkv>y}Bj(KM~\&NfA>6>3hiOtXtǵV7e 9EձimXm&XDbZđ#ڸP t,1|Iw}Ba`V0щ` a2y@|řx}Dp^Т _s^C"IhKb!Ѡ>14N8GNԑj!_:t+|G0=O"`T kn'.]SbBu5 7ַ\bGފ#:F(Oi,=LJ@//Z|=~]\Q!^H`5fCH ӫ#s\ y!DJC#VlC{+m3_sȐ%{aNG 5 =I9mnXWcOmFOy{DJhC@3~B4L:˲GEqN]o)\M}Œ:*rRT-oe)`溓?0NNI!O#fN>OGŷEݓZ>crIQVC#g.\cv>x+ >0љ" qH0jʖ'dRM\1Ȍu}5#{S9{SXD!q!/&L_&Ry)-:<0Xa$rY%'55B!~WSleQ19̩bxoڧ֩_۶|VZ+},f8p){8:+v#XAP]猵|*69I2qYO'e af:jaT<)w> Nxo)] $T0(=8ql஋}б{*f_KxfsJaciz CɰUi +F!xَ_ lychhf(u;0f] A6cO΍-*MQ1$ôCܬx(sgGsh'KK]Q(a'-0 6hS^7urD?Am'՜玈A&M$0-fI95ErwC@Q86K4_D6) Bgdzdy;&fJ+]XCH'pq?"2Rb':N^]J0X놖A0u nFH{@vM *笚1S]4H$#x!;T&Аb|d VCh , Y -I, ʨJHɼ?'#Xl (Df,MG.oM\uî$'4&L (j[*hBSIlѤag̓sp"cmcB8yob#݂j6-fj$(">VS"1,V(4&[;)[/k$8qOE HM@j,C"Fn),Ȋ9kfpL`"O KH!sˍg(,ᒝLFi Mro`LI!&d!jHn:P1|9{2aǮUu45Y[1CN5N nf’R8 i̱MHT0)=Yhq46FL5ͳ$4ѓxd)rf*!͎!GCdF6lhKX)N9 h12"I0Ceo+z4l4OPKOsa?ٷܣa4V;C5˷D"[Bf;d<hLz9 '@4p9q8K6`FCp#! YʸIUf !آP(ۭb!Z,4F4v67-6ga@ݜPx-QH`Yv0cBtkL3e‘'=6o@Qa O!+yIP2ώ688I G 2(Wlɰ`DCrO ʃnċ1ѓ Iѓ(q&pve΂EnsM7p?]89o7=GstmksBw߈QIA:$ႮAopB$s*.L&n fa$ 9g%hByw97&uUh!"b9!w-8SdiE1 ŁXJ͂,0`kDYT1,8"#fRg/RP8@ipq{X)2:u" HqpwP?LE!,:`vfD6g~ BhD'j,v Dw(䝉ޅ#)fG73h2єA :Uoዤ3 odA"$퍝Cf Ȅ&\4ÐqlA(ha U ܘ%#"Lq9惣%Gňã.ð Ͱs#70C$g hw9/rrqݙlr>D[Ht<6 0XJppx%v!ɽh&9zLȰd-F#& x8ALJ]d$9㱧M;:*ndr-fW6is*Q0M1jl5rQZxUH# UeEKZz#f,x.Yִ3;,(0cqC|΍/]sL 9'kS>qLhOD >{ j+IZdq+̹rŚ$׆-? >)x:0iR=Dm8t6`4Hm n' d XL6a".FxGv4z1 ȬHq6(0CqD&+'6 S) f0_B(kF49<CЇ rͩ NЄVv`I\2=<M2cM:vѱBHBHy5rDfb]FS[Xҭ& REXu1iwp!;#1>ZLPiMパ@i(mpNå 6ЎHp<˦B43Ǘ%mQEqC cqk?F2y|J]L99gYvΥrp#0&e*M[:~t!ڵ~jH$VNz^\;Q&&Ӝ󔓮e0S촁e"[xp4M߼3aRR$[23$cFƇWT* 4FNY:qeCY֎ʸ\9Im!3ED:A*gml*mamMRc SsM;FaUrlC /%,D0 -#I LyJSfiw5~߂hz3QphUj?s#4>I$x0/&O SC sM a>dUU304'`.iNwys`!K0*"iB*/E4JPD,rI; Sq7] lIcזI#:r1v.ݪ9 ni ]y6aen.H"&Pl0(| AV*D7hNmG9G9)$rwig]W=QSGA`l&p7EUUUUxa3s5zSbX}/6#w1!܅ g6wUX=[9dYe %sN7OؽcBrBpw@ESjX{0=o JD~F Oex}ʩVzk"㻟'rڻFRk_OԴƆEJdegt4 ѯ㈑*ڃ lr:m]&74J[_]aL ̫1Dza5"Z!Tm@NCcc =5żH Eb H̵ ;,@C$ duJ۪lQWc ݉6;ݽFn{CuXkoo0t #CC+B]H>c!iZUHLiff[h3%H̭Ƭl*X)FJR!Hg!f)ْVKd-& S lI#Q%Ab!Ow3H%,ma-IFm6nDʦi6g6r K1M[9l&jټ[b)ci% ?XRK1XDCS6մ)%XKFV ْ+5l%lidL$NVcؔ9:HrN{E9yg*G;l'm,{_Qݾw-VD7\ݳ3.g< V]ڸۙ!RM~PwXBnJSfq[{gI!WrNJv~G.Rx$q~8jTOyc{~zq:t!va:&OhFr?j'V[%K{".b;w~>-6E-jrDU8w\st7{Zi S2rdЌKp!PpTrdƜ)hXQ% -8r F4aقd,ͶD95G!enS[7+2n݋fKM1lݤidrA"@&^ɝ6X@ABJc`Z!YO<79g<ۼwCaI [TU hJCXCJ, 4mh\OQ" ”)$QyT Ƈ(Ƣ48(j5u:RDx;!e5n[k5CAʐihcI"HJ<0 4+h1!T(ֆd*-D) U qy˵Q&EӒ6B2A2 "f 4[1 13!bh()%Ƞ!c , Ap+0lijLXkU70gC@pjy` F#kJMlt>GbH&'~%% nEHLph;K= >y[L]I2s"Sa `U ,XVd0q0¦LkLANJŴV6I:73DIȱfW{x 25(R-It:[%,t]+-پwg-ucoXH|Z4(2B,m[7'&4nr&e6o!(XgP:!2Hb>yDR6鏂7|K>2OwS- φG^E%gAAv.›`dbxaV"= w{cF@>LB+\iWƤʟ.cr$hz->B$zPqU~ ;Bi`Xe]p#3c/;E4MS7k>?mM'ۨRi*Z:6*aNG<"@ AQ"-* wk*桡{9 * ]oC3,5űYjKZ&i53 JҒB@#*JUT=J+̝Q0ܝsH(R"l- w 1Zk7萿A1G' xu"GZZ9qD[rKXO/O'&LKmHe3=>v<R gr+JD%f>)bJH z8 #z(wm:LQ 1,4]Cg,za꬧cyK1V 1;b0$A_S}|h9t\vU>,BLC`)C[<hV#kb!C3OX3xϥx♼uC`ؗy;яk^dI!CXhƊM%뽷!Lb,v,zӃ`ald4ZL}: T CLLlBO%kz9VYvI6)`v%OMzIzz Cٲխ2XL*YLmM)J !$29,%^CQwMi,uT>rA4!?xGVSBPtƘ,(,\n$㳒Z,.cSGyMF()E@{Bv(mfl'%DQ$hvDi>8 w)F/Q!eZ $)BaӕD 1O} mԕj]f1y%$8憭퓹n]:jjN9كAT H$3Ki}Qfpe'oɶ ,D# P8KƉ!3P1"{`:!!$OX"J??Hǭ 4*TOw @C4PA%alI zw>? k*w9DQvڠ` nD#y~S$3+1ZM,,cRH#r`4ax /L0-[TԋTImSԓ0l*٪Zm>%=92]N͍b6A2nhOylRRTțRT# Q"C@z=ăJ!BRYZلS2YHt} @]_Tgϻ)i,}j{u8/lq '7jDUhZadM]h9ejHFՒ)L՛dP6IVSk)lb91U訟C'{9pv4bzev}"(T0s6DpDi_Q.u] 4Pr}Z0g*-'OMȈaj2o&D-DFWfȉ_I?ƤU#۬-l,K*)ET1TVa!BWiZXt%)!^Oax6ѝ?oa(ؚKt"Rv,EZAXv&Z.q!=,U@+ڢW (RQ`vHGh0Qӆƌ82@e,Bm l4MlWNcYe_nڶKt:IMQ) -g-"[>vHNKl1)QDHt7#D+ H(b~iS}JDi^1JOSG"Z>hZ )(яt4AEY~@a͓:H fƁ4I%G8Q=!Z%_ Km $[7M;??ZqX'#ԥQŕiJ}9D\vi[N98λI;j*2df̹f3@A, wj!G8%M;Kk-1J)E>yhO޳yG$J&"ImwpjS5fJlGv^9Hj(Ħg>kDU4,#bdG_ݺ'Iڸe$J6hɎ[5at/Cqp>:_?BPbyܒr uM̩2{ 4=11ـn@? }܋( ؆q%Nj)&B!EXҸ..v㣟C8!ltc鈟H{.xNl'bU 1I:|0 sHvBzljl s#?pH0M;֯k<'+6Z-C7} ^YTOW/{gikO{߭4p£w~ul [=4(KM&H,Ԝ q_B }yޞo#.i:7[t%F}#5(B)A};sPs{Yg٦BNM[w8bYww95;g>|<:EZoD m$*˄ Ta\R4 0i6KzY,"|02912XB2. a%.wս[$ػ`D@=(.B*0Ή%RZgd۠-L{ e&c2z[7ًj =}f an;Us@xɯ'Ÿ֍ 1ihJN$"(JtGtj¤d;y8L0i#CI> ŎYbi(Ѹ xS#0LK$ ))`[8 BUmXcn"skg>xGiq$ `vwxFx8L $A!XRY$['zCɲL|l:óup`:YHrImY&RjUȟg$#cTȻ6SVI“V7Fwy{y_6 !ad4a1dj"|IQeM!,ăk}H}uXάFj$= $B$O90"}54t<0lY:>G cp|is3i M'!ćq 1*t,VZ[5fs4ؓa"~;Eb[sy3w״DLOw !"(hYGCB\x8֓Ǎehڑb|'JwݜRnnA1|ě 40Wz8p#*ݖPL@9A3ppH6f&0tHGש7ioĉ$d(4ɋXj*OhH#DC9;Xmw+gw?;:惕llldF#ܙNHE&D~x[~<o$VymW%A+P]@X:CG%?$Ed$e)FR2=dߚrϏykAag H>ҋj3 IrҺbYeB' OWbvcc^Cz`6}ϟ;)[H"I*Ywa$V܍T5H`hhc9?-U1>G,l{߹iLYchxBT޺]#m-l,U"w s~oS"bUm9r:w-Ǔā|_Nr"b#O?[vb`bnHb-I"M[,̙fMDXH4(2&go34l 8$ Z!̫!&AK|ܐJ)ȜJ@F Xn~WD?LHزC稉C?al1ih(yq{ 3QXEt"b )rg }~#6+)s& $IúXjxGuit˒}s5ܓ$ő""ke S 2[fو>J:q̙2\ik'J-c>(<:!m=;CF ځe 2R(H,N;ģ3IJ";ȸh9vW.͢$BL4xF)sb|*6e6eeZ1[iN1VS\Fh:PPtc*6B:8,F fN\!t1.2-tTfM2 dX=X-t{pd g`:sbPFrݦ d91ҲÕoC!4kd5So D",P,N9a-=LQѓ 8dFJ&2@iʒٲLб2 c.pw;`iVcKk.ࡌc9K\P(_CN:+H l5 B=qȪAS)x1~47i(ʒ G*0#K%,XbmPssbΪ9me2);1]J4+B(Bv-)égVAw32i6&dY6`q"rp7KPkC@.H\0!" 8&35OLmC?רx3c(6Ca\ixț&pmlkZ zh1lM{A>kUp<p>Fbd%CKa >`?4XgOdӻ l 4 pI Pg + qrHkkhO*4 -O"aN$#I)tpSk4-0bbc8pLzC@'*Q/4QF'tSs< zljtX@4ĶO,aX֣KUK߶J3oOCmM4 O = D~UUbH 1ǫ'5hjҴTKn6HHwI!$TRpv&ƿR Hh<1 7~L='SMIK.ý])KHbd鋙=1$Gݙ5GM'f#U!RSGhO5OEIT?[7&Hic$ mCS@!)-Q#ٵm[fVm BƜ"5E1 lI]>$E;=@g8dB&;:s6t&GXu70쒅Mp>#v@,m[emY#HK79;eƆiKq/V;kq C>b> $(ci;~E;`H@FF$^ "y/A7H'yi=x0yZDuzsN 'UF>+ݎ{$ Wtc7:*8:d:jqGX\UfBi]GZoMFb(0H+E+!!gAЇ,— R|SK4FB&i$IM"Y_ŭ 1q#sI7$D 8a9BrcZak4&nSM;hlZ*(GRʾ/`Tx vgy6Q!x'̇9 )`$'R7_ȹYf;Hj!c< -a Lњ4iXRF<$ C?6 S"9[bz%2$@⿆!uJ#삧Ok55C]dbɚ˘)=RJWQ?{=UO&E7h)Lt4 vaA/-̔gCc"1uJ} \aSJKl&y2HN_*iy}ۛ|gL~zϨ-(90ACT]OɌ'ri;S<=$7x/MOXX{t/qtoKg|&t>#Zȅ"nìn, Xᐨdq?)ZβȠECBFjtV='ݷuqy^?D~Ϸ&CH p~y3cyvZD g+簧3A r7V@`>Eg*: f;F?Tl m9 s8ĴAhuTPq\dDЬSc#r 9[kVei}35+LX39I͡q;L)ieVFuy FLZviBFa6j98v,PS!OQQYhbc"DXŧ&GA^EF!K a 0hF[8BڥB_yPO/TV^^c7 $(w}{('2ļ1" #!Hg*#ne5 ς` ySݭ5WsP:y UU(vO}PRXyu7{ΌjG–|uuɖЍuujZ:Z۟y)O}s@inW v7suݞ{γU.;k9@;mǠ )XwK}@nUO[ݓM4;  I=LfTzh= L@B M $Sb=H6 6dH$ SbOS&&Fh`#M2h2@ I SLJ~Sihd=@ I!4 L4mSSiM4S4S'G@A& 4a)ǣ?j~V\ V)jqg! ƀryYDBU wњQ}$S5DR .t{\['Q'Ste!E<&M[s=uGگ#q8-S&ٽ3Ѭ{wH?gc w2 BaM@(/>Wϳ(-%g?BQ ) 'NM{s2<t`Qsk!DOA^xs5<Фay\c=C{P"uT,ֆ?6,UḰ$B/v5p @KՁ:]A򚨴P [ڣXجq'2/Y9_e\߮rqZ8[E뎼4鰺f.vELfpOM2hQJ!"EU-Uτ#MũMP͢q1^Yx)/aEWf}Λ`!o;gnXxN$/<RAd?AI=@P@J2ǯӺ|]͚)_rAA$/@}!&H*FT(LOݒ9_=z^04pʽ$.T]+)cS0gAse6ZJ'zLP1Ni/.^4}v4l BZ:*bB3$4ˏ{qY~V>Wb?:Q 7]ts=:Q)xr`fAIA 3[$7&!cd(XPjsVٚ>DZOw_>XPp (EobIAi UGOr{ ds5~# mdC}k^!2ZnZ QmN ?\eAz)Q/t[!s˟=Y}Rl\Ny h LpkwOi>p*up =$l,^࠲;!O3QUBA:*(9 z}Bi^R j3G2 䈺 x$iZLj7fT Pr;;@r5oӐNofx80CՖjK2ҐaAcdfxzlǡ\#x/ \YC^AU*2)|Sp;B/t8,㶰R DW H.Z%~']E".;<9v~Ł[g".>< ~9%\p\$Ydү{o\JưN4"}=`4TT6,~* Y2QYgxKݭ \ q!'>\4ٿ+N}0 Ý]3GFsRtY llPrlvc=YSur`_Nn+LZqdt=8TT{ p'7>U-S>lwџ(WM^ 뫻yw#$PMC_=/;h|XuUfɛIBqkr18졉m0tbu,䒹#FOBAAM+Aj.SLjJ](f086\~ud|=RZjpI鍣\_30ƎWzݠ6U~L3}b/\:iVQi7`۞T RFYxuJ@2O 0}}1#| ^UG*njQ^h7 IÄttn+) *c{ ݕ G6R`FTL8}2hXCl@$@z$ 9i|Ύ]q<}ִ8$ <2%f!l+ŭ8bBv 0>^#t}x qTRlmN&[˫2VAG 3FNљT4hZN! "&a@4++|.|.-$3KŶd1P,: p@8Ss]3hD[ay_y-Q[VVM7tC쐗a216Cң|Eh3(uuDǢi4!xxJ0NyO)Ft*V珲$Q (P(#1D1qQ +ʂ\s 4Fl+RYr 1B)ic'Pdd&cv6`ʽM5亍V27x@TQV(rFdr#nv٨ؿS gb6h=T;C9{܅%Kp$pC<ei%,Kh_.($F&tW{ 3bQpFС,o u GH4kr8"Tqf "v2T%rJyvh>ނI)RåMiAwZ,^k@`vd΂0;J0ITheeZ<]қp2q1F1^ dPJv-wHI̠]Ii{+[h?YΞ0*ZdFPD]!W:%/xު؎в9tDꬲ(eKx0ٔV{܃i*un@a̠3#`N p pYveEl\qAaW?峮*46C<1vr킴R>'⨤(i_T5s uH[IqLT2~T觇X.cZ DJQG- 4 .:/pxX*nQYB_sqnI_'x2nz*9y[~T=4rKB `AUŵOe<[I͏0].eq$j>z> D/C ukz~u_u~{SwqO1ԇ>?2(bԖ | <{@H0K DBCh%Us)eo , ;К?@0͂j{xFY|쬬<|`NOڑXYtK>EȅG7vu1C%j039(YE` q: G8;!ZA$#uR 貶QM$ Y;P(,1è3uT#A@$u{$AbGoj=ƃ@"0"Nl鬹J嘦sO d `zS+6ʤw3*UDkE(Do pQZ9zZ˲tB:pa(7G#S0  ЄX'w@3 Ev:Cj {GZ| 8!Nj7GfGҎmO ~2x_[o4`We\#~7 Pᘒtu?ppGڹ^/nrkOgVd!uK=n\':2%m|伯pgNXsǾ<ǔc$D .! A!&* :fª&dwt !މ&22(/,#|k'oA/\ǝܱǐ嬆lQf"x؈}pά6]*UQ}D*1t-n1@('Cz,0 POFo#`M*TWsD2!\澏3o'j5};?G(%01%4,7 1[|lBԷmwupa"_z/,=q-fxv=F wZ;/KQZs0c۩C?AK0E-bn·7 4 % KiB RmJu<؅dêt={!2L:Җ{ny_jQ/z*NҪ0 [2 /'3g3RX;*SI0a9ΕAAD!:ʁ}4#: d e'}42*i$hj 2AkegBɠC+R |FfeAo: Q4 Iluh8`u]#qR1Ab ׿ou~5 Ɣr,t}Nd_i  S2L@U2@LAԐK(H C zxBB Щ GǞ܎??|8} FI 2ʍv?0kQqTFL;{XyJ~$DyrVyIOY$l{sܦsQ[0 kzp~l/|r$@.2(~>Qh}e|[d0BBdmzK<<8*2+9|&1fz}P;ǡeˡ!?L̂|1%y<O[N}JP'/d BCոә: xtb]8vl#`y{,9 G>^ڎI(s"%1GD<^^9y?=Gvq uñ4w4 >Le0F%wxꞰȳ0G_ ;ewXxx<@T0 _DYߐ{YoI?oJ/̈ywOl &pe;/MQ'}̋f `I25>۠"q5nT^FJΓ\h c}t^ ܨ =0`~B\|!1Wsʸt BC8-$Qmm TY3Cf%]wlɵ \?f ?<.w04Fs o6Z%qIR.y{-ǫyՒ*CcKௌ6SޑJ`CQ(H w6$c ~1h ^}_-=Lvfh܉k =Cˢ٠0bÇ RD 8 @j1d6{oG}VOhV@^K[ܑɰ I@#zI\FY>LS qޕ)#¬{/Iۑ exԕqb"aؿPD@ЂBv=422xmBV]eMOm`A!dHD| VIT_ OM740Ӱvoty CBM }}S[b(}p|ڃ>=ug*)#\ԥ8HizlOHc 8#Ԑx lV$8LSЉ|Hņ7:ArbM@&ܔEϠT9׼hRd=5iJHUc=ZWǘS2A}0JB :y;>/u[O|+"L a@Q8f, \y&ƅ,&g7>J22 |̍=TQ9GzړvK9Yy!𛵵tUh2 nh1}rShGL_/dH@*$O&NKQBʁ$8duZz' r#WΣ2eֈi,Z(:P<;/RZV|'oUUI`t бeFp$[qֆjM{WHE`>>`u" [+ fgy݁ׯu9U*R%J F|6@T D7xJB\n54d:<7d\wX")%/DaM`Gisb呴i4A)A0JAIlŔ(00Ava3f,cǥP4XKncfUwOLvlhoq7Ú&!A0hbo@hgN":hT M@Anlɹx^"'$d 1%ePGf9$ꢫ%c(Z%Zc5Dkڃ=y-h U8O ,||fS*CvD3`bXiC@ }ͳWJe[h$@P? wqi;3ϯD3?wug;`<95b7V$8VKࠝKFM֒$ZBNB)L}\EI?KWAAJR[M(pkpkmjP]m^L]wB-SO(mA33,B eiMie[ʴ2M8[ NcN#Xb%#fI B1"̓%^&nH!Fp6^xL*5/A7eJ&$5;N֒Y^+y o% R^AK=3AnV h@,Q^plh cR+-%$Rj9:AP:_ NDX9,[Iq24*8 r\.2Q֌{<P!y4^**Xbֈ`Ed Z8F )5W(Q€0_ :RN♆V^0ңeQyKj&b1X]0 ѪJq$Ta8dlN ᙕzJ9ed6ē+("(١ $;3a+ᄈ Z&AL#| \78{ 1ui)`7mCD{iG^I,n%`Gq#|OӋ۷ _B`Iꇪ%%dQ)Ex.>IyIt1 R*°/`cu}dT( @Sݍp$s99UpI>>j}2N ]kQ hPBR=E5&=>âl4V9KO *`)r pm`c,M1 61x>c?Lfñ۫[|996|L=)uKǰ#˕9@.=e 絼]@qN;vRAdPD W P5sKudHݫR9Ans`YLq@#ˈ쏀aB WMڔL2$1j+AdÉBH SQ!]}0qL{LFsיBrȆ>FYF g&j(7lfT@$ pX6MM{9FAnbDxh[ZR5FiHa/#`tD h=Sui2 ">k8nHB'H2 0zjS \nۀ 2e0RE`Jy'CP\<6YN6e0|[*|Kضv)n>zFs&avz <{өD}}$^Ň{IG2.I48)v)\0cbJVò}xQcgMB6:#CȭUZq-75k(Ǡ2ЀOpR?P[!:?[X Bz>"]% x0(pL'<{5^`)EGX$!"c588 #a|XL=>1p;{TQj]wY-'29ĹL"<,doh5,7CsY nZ1D?{vgZ7JѝP@,0KԚ$>R=#F" b2|f@Ҷ[ffʨe/!C x;Gar,P\y4ZjHmwdz׊w^ꥲ&(ba2#(X.ؼ`d7TkQ$᱁~K49$ 7|>9) )U l$)JRU%IHo qAɍ䑑8NC_7wuEUplN-m^ڮk(Blp- sJ SKcu9lx({ d|i-GE_&Wݙ7'O}'ue4qq_vy8r(T1W<aujT(!AB 5C{K {mj$OTGR5OC\,p]ޯ| v<{=I5,M$cz#S\0G%< 4| s><~Iig(zQ̔a)20[ߦ `A8̼H T7' M!c ^v}#c< ,l 0Z[-_kP`l,8Pfq=hp9gۅyS.FSd2w7)N>0:vn;{M I&;!EQ` IPR^ΰ֑-.7p!zFE5E/2`GD"*3yZPCQ CV7\u^@RC'dXJrgz,{ppʤd&w,e$'%(PQF[D^l⨃#1&N}D=b<׮ %֕@\1@ι+ò Vl{<A(8D `=Ӆd"d$#=VƯ|X`M{q݋FTi˲gH @2 fn/Ԍ X. ';A^.>T/}%ow< 7l*151EYxd+#J[wlvpn%A0MϕOU-=1r4ݗBTg\ܴYkp8w m:8\c}! 4([{VK"Zwkݫ(F8mr!(d`Z)`9pKa`*A@6i=i͈1p e:Hՠ+D6XpDnC'&XBA2170qxAAo}p DHʃQƈD͵!At&ק66$/,h9L@$Pg ʞ!EUUHQW;[QK1_avO)xftvL= G9!wB8N}CUVa1Vdll"HE3kiԓٵ??0ˊ y9b)n4RaY +"fWLnB5v `5./{Cٌrm8" n2YqLY4f-pMLNa*ѰB)M4evG7ԫ,ccUG^]iecP? #KP<r`,! Uga0%q%CtA AN(Z7r}f_M߭Zg^yOTƍۅ5t9shϑ[4X.hHk[*Ц=h;@82r8qa9:RSu`e]]sNNADPQ@ATADQhL$u N)`Є&-,|߱N[L l!f "E:&QIF̞c+}vUyHBĹLKX5l;DTb*e%̓?"}I4}ޕ iKRظ⪱X a.c;2[w2ZAЅNb:Ն(lF&dvf'訞ӂ 49G:LÃ{LvYC rN8y!qwOhf2CK" jV -nǵøzk(kpUDg}+N(9b16P_ uDPܓ7i !Nvpl>qoHey^|pp:3KE+%*CZNf(J"ؾ,O9Šk;p4`@8ZY4lm +w`a.CT!7QىC+`v8L4* $0O h6Yu^@lk W~o ی6{c.v&!(.⃸nLi !#ʬ/e{_U|$.OO.'w_G,Fo 11mS oezVbBkS!Q@󢏎hMYhgM#@M7h r_t#C=uV:8r(0&@!>=n$]wQ.5Z&LչSH8h\5".|y]E0Kh&)D &B($9è уZ*1b!:ySckPʠZ*tE•KA-JفNUQ?4oaR"{;+3GB  3:)E8`\amI-|擪T]߿U7j*Hƙ 6f`#$f˞_ylLk+N>qTҿ؜$1;(;L⥜XexO#+d"E!ҝN΢H3ʴ¢AU 2+U R J4$9eŠl9PD0P;kyVW#q(Mf5uP$\q9~? }tH^bwW^l p$v+ġWp7]. j#l[5; MFMX_<-YRY+ "%}abV'#FfZͅQf*31&綪 \c(*@=y xRi>ãk[A?3rd=HePWKV^kLaAq%AHP&0mEhgX!L<6QP<_h O|R$`V%{";i-HӐ0.R.m.µ[F&xf2 UbF3 GvWD@dGUYY b1,bQ?OF4݂(':2wػ{ær6Xm)Ӳ)²CuՍ A )#zElPkd%.&XWAeuLD˖ 3%Xkc5L`=ѪؘML#, b2,hNЅۻr\kM?<ǰ^d̤nwiii" s2pa: xhZO4lZ%چz^:Vrd,0B#^uwvY4!fgK**0xp.6DdEM8Ғm5jNNCk1fĶz[x˨˖S;&ÌuNdCXt1u!A\l8^LX.nU %Z]d9"J@ʕb&I?F؆u,&ӳapvCםt7DKpҖu]3m73\\tbZXiKQVyg|J  /D"$kB'Ƞr$ݒSݣYg:. ]{I:^Rqqp^i*lVH?wbآ汭?g^& BJ`;xঅZѓ[BBfFCR)ؠ+k:BF*f G %Fv^C('zϭ /@ux ᤵ[+ފ^G%,q@P3NgT:82(4?pW8'p':!磎($ 4>D{:>!, ,aK7~Cۙ5MY/ L4 @J,[!I/g-}¯ɂEʃfwPKX}:@)*%|vb/>I7u!' w$LF]jV6cXU#_ 3̨2N3(.e # K=I0kFCY(rfՁXYDƯ0ָ4#vJ#MJRv,MVVF,#J1 ,6XBGA~գb2iI.==LH^DHF@wHr٥y?a|zUTkykM{['4%# %yyiMƈu iK$iā#0P6]`3CbLD Cm8g'(aQ?\y .p )