ל4 H)a@ިq"+O\F|29g >%3SSTN=VܗL*-Id u؝+"ٯm )0mUx1w>=s9 x}Ҳoa} WYS^bǭ>r*[0z$- ŧ׽!h^jԞLZvǝߝDur%Ά0_FSEq.v (&;A`RtĂpao$9 qtJRS5D}dtՖjA9Y)ײMd F%c@@{أv>nQܛe-aS#QD鷈i]H'a`>tV鳩TQZ٢10WFXC02%cawJLʉd$Q xX%E4W(6Z=| hAmO:}'~pA IG Jr$J.QH0?B^' γjEWV*Dx9 ۊf촡=r*==XvLb@Y; k#oRIxX\'c0puq.Wiү{2<'$ Qs!9촑'QfeF#JbP0]Y9hU q+l\H*DsE^eqZ#?z}@+7 V/36KMQR6pywR^ 6orIy_0%1CQWj{M02'[5s`!pO5OM?.8IWA,v+pƱ8P8AZF,Re/4-kPuN*4Ua&>;L^Xu DCPPm, :sd4o&@I9]le¶Fe)&6q6Wț̎%a:$5#o'tH4˦P 1Gtc 9S66TGɸՑ]frj m_GۖMZ8i;D:}շ<ƺ"jSyik?|3;H_*+pa[mgLahl[dhmF1Z]dw샔~@n:u^qjMa"ndv#r]Xm8-s0nӮi.E^4-6ٛmK["pbfT*NW-Ƥ5Rea8L@j̀Qي5lNX W~ÝOo'8SS5Pql8t6ݭ38jfvᤩY[/Dwg z~{wrLGTDhw|c̆aljOp%iN*O^myGsY9Ό>Te _*S2SsuYV M9":`\vԼ:.\T~.fx+y #%q]`Evc"8O)GS_D~]yu4tvH w&) |({4D;RQ/"A95'4J 9I&QLG"<ؙaihkn:o!l5%l3IgrxC>WmP y&^hw"f_ͯu>kvṷrk͞&M+$#Ѝ4$E3eFf>}E9YjXg6hS+ a˸f?\,\Aȶz y6fz~,Z3K;F,㆝Y*CX(Ώփ%ĝ8o7j$ H&x*X{LmPqkɣa-X;H^ )da3AocƓq0;b;sF ZCmȡ2:kw499L Q$6!\DXQ-6DY'M EukUypъ"XՂAšYӒ 6vj5ɩMYG+%= "UulRx}YdY\W:!ͅPnb}yE rغ9> o/Ugk."XTsg=]]0`9f>utg20I@^1a-rKG>=->@g-χm7}wU~GAf0 鵩.TH6fj2ўε!"Gs^5״ygw9Qe\wb2pnOEgC \Ӎp+=+$a; '݇5wZя os}D .0Ë*s@ػM (i鞴"6S)@ݯ$vI0&Vtt~'Mwmg3U^|Ĥ|Y}pظ~l ~?(;%~|Una{Ń0_l kE1n.½efw#C/ɏe k'nɧhg}%XH%l3x̰Zt =@׍Κώ/!@#r9S\zuvgշz<8M+9n}Mj ]B)rzt,[hkn{JxX׭$_?7y&4 Gs wr}]yj3 f 1=bٱvi7/~ÚfӇ,YvNڱM8\OMZ@ !L!This program cannot be run in DOS mode. $<թRթRթRԩRPԩRRichթRPEL! @ ` @ <.rdatap@@.rsrc@ >@@FW T.rdataT.rdata$zzzdbg .rsrc$01!;.rsrc$020H x?EF 8 P ` p    !"$B`$2% ETXMUITŲYJsۯb&j`h  MUI en-US AppxProviderJGetting the list of app packages (.appx or .appxbundle) in this image... DisplayName : %1 "Version : %1!d!.%2!d!.%3!d!.%4!d! Architecture : %1 ResourceId : %1 PackageName : %1 PAImageTopLevelHelpPA AppxCommandsHInformation on the available app package (.appx or .appxbundle) commands APPX SERVICING COMMANDS: Get-ProvisionedAppxPackagesPADisplays information about app packages (.appx or .appxbundle) in an image that are set to install for each new user. /Get-ProvisionedAppxPackages Displays information about app packages (.appx or .appxbundle) in an image that are set to install for each new user. Example: DISM.exe /Image:C:\test\offline /Get-ProvisionedAppxPackages Add-ProvisionedAppxPackage}Adds app packages (.appx or .appxbundle) to the image and sets them to install for each new user. /Add-ProvisionedAppxPackage /FolderPath:<AppX_folder_path> [/SkipLicense] [/CustomDataPath:<custom data path>] /Add-ProvisionedAppxPackage /PackagePath:<main_package_path> [/DependencyPackagePath:<dependency_package_path>] {[/LicensePath:<license_file_path>] | [/SkipLicense]} [/CustomDataPath:<custom data path>] Adds one or more packages to the image. Use /FolderPath to specify a folder of unpacked package files containing a main app package (.appx), any dependency packages, and the license file, or use /PackagePath to specify an .appx or .appxbundle file. You can use /PackagePath when provisioning a line-of-business app online. If the package has dependencies that are architecture-specific, you must install all of the applicable architectures for the dependency on the target image. For example, on an x64 target image, include a path to both the x86 and x64 dependency packages. When using the /FolderPath option you can also include them both in the AppX_folder_path. Use /CustomDataPath to specify the OEM custom data for the application. Use /LicensePath with the /PackagePath option to specify the location of the .xml file containing your application license. Only use /SkipLicense with apps that do not require a license on a sideloading-enabled computer. Using /SkipLicense in other scenarios can compromise an image. Examples: DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage /FolderPath:c:\Test\Apps\MyUnpackedApp /CustomDataPath:c:\Test\Apps\Custom.dat DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage /PackagePath:C:\Test\Apps\MyPackedApp\MainPackage.appx /DependencyPackagePath:C:\Test\Apps\MyPackedApp\Framework-x86.appx /DependencyPackagePath:C:\Test\Apps\MyPackedApp\Framework-x64.appx /LicensePath:c:\Test\Apps\MyUnpackageAppLicense.xml DISM.exe /Online /Add-ProvisionedAppxPackage /FolderPath:c:\Test\Apps\MyUnpackedApp /SkipLicense DISM.exe /Image:C:\test\offline /Add-ProvisionedAppxPackage /PackagePath:C:\Test\Apps\MyPackedApp\Package.appxbundle /SkipLicense Remove-ProvisionedAppxPackageRemoves app packages (.appx or .appxbundle) from the image. App packages will not be installed when new user accounts are created.i /Remove-ProvisionedAppxPackage /PackageName:<PackageName> Removes app packages (.appx or .appxbundle) from the image. App packages will not be installed when new user accounts are created. Example: DISM.exe /Image:C:\test\offline /Remove-ProvisionedAppxPackage /PackageName:microsoft.appx.app1_1.0.0.0_neutral_en-us_ac4zc6fex2zjp Set-ProvisionedAppxDataFilePlaces custom data into the specified app package (.appx or .appxbundle). The specified application package must already be in the image. /Set-ProvisionedAppxDataFile /CustomDataPath:<custom data path> /PackageName:<PackageName> Use /CustomDataPath to specify the custom data for the app package (.appx or .appxbundle). Use /PackageName to specify the Package Full Name of the app package (.appx or .appxbundle) to modify. Example: DISM.exe /Image:C:\test\offline /Set-ProvisionedAppxDataFile /CustomDataPath:c:\Test\Apps\Custom.dat /PackageName:microsoft.appx.app1_1.0.0.0_neutral_en-us_ac4zc6fex2zjp PAXWW|WWWWW W WWWW@$AppxProvider pApp packages (.appx) cannot be serviced on an offline image after a user has logged into the image. Please discard the changes and try again. For more information, see the help. You have exceeded the limit for the number of custom app packages (.appx) that you can provision. For more information, see the Help. This operation is not supported on the current host operating system. For more information, see the help. `No applicable main package was found for this platform. The directory must contain an applicable package with a .main file extension. For more information, see the help. The license file was not found in the specified path. The license file must be located with the .main file in the directory specified by the /FolderPath option. If a license file is not required, use the /SkipLicense option. For more information, see the help. A license file path was not specified. A license file must be specified when installing app packages (.appx). If a license file is not required, use the /SkipLicense option. For more information, see the help. TAnother operation on app packages (.appx) is in progress. Wait for the current operation to complete and then retry the command. For more information, see the help. The package is not compatible with the architecture of the target image. AMD64 and ARM/ARM64 packages must be installed on a Windows image that has the same architecture. For more information, see the Help. The package does not meet the requirement for provisioning to the target image. For more information, see the help. More than one main packages belonging to the same architecture were found. At most one main package belonging to one architecture should be present in the directory. For more information, see the Help. This operation is not supported while other users are logged on to the computer. To add an app package (.appx) by using the /SkipLicense option, you must enable the AllowAllTrustedApps policy setting on a Windows edition that allows sideloading. For more information, see http://go.microsoft.com/fwlink/?LinkID=231020. 0The PackagePath parameter is not supported in this edition of Windows for offline servicing. Use the FolderPath parameter to add a folder of unpacked package files to the offline image in this session. For more information, see http://go.microsoft.com/fwlink/?LinkID=246281. 4VS_VERSION_INFO 98 98?&StringFileInfo040904B0LCompanyNameMicrosoft Corporationl"FileDescriptionDISM App Package (.appx) Providern'FileVersion10.0.14393.0 (rs1_release.160715-1616)BInternalNameAppxProvider.dll.LegalCopyright Microsoft Corporation. All rights reserved.ROriginalFilenameAppxProvider.dll.muij%ProductNameMicrosoft Windows Operating System> ProductVersion10.0.14393.0DVarFileInfo$Translation PADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPAD#Software: Microsoft Internet Information Services 10.0 #Version: 1.0 #Date: 2023-05-29 00:00:33 #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken 2023-05-29 00:00:33 119.59.114.23 GET /smarty/index.asp pageid=3233&directory=18004&contents=63400&pagename=viewproduct1&dealer_id=5396&{ACC6DF73-208A-492A-B7C6-CD70A69D46E4} 443 - 162.158.126.160 Mozilla/5.0+(compatible;+AhrefsBot/7.0;++http://ahrefs.com/robot/) - 200 0 0 468 2023-05-29 00:00:37 119.59.114.23 GET /smarty/assets/js/view/shop.js time=25233.57 443 - 172.70.34.159 Mozilla/5.0+(compatible;+AhrefsBot/7.0;++http://ahrefs.com/robot/) - 200 0 0 281 2023-05-29 00:00:39 119.59.114.23 GET /smarty/assets/js/view/aladin.shop.js time=25233.57 443 - 162.158.126.155 Mozilla/5.0+(compatible;+AhrefsBot/7.0;++http://ahrefs.com/robot/) - 200 0 0 265 2023-05-29 00:00:41 119.59.114.23 GET /smarty/assets/js/purecookie.js t=7:00:33%20AM 443 - 172.70.35.16 Mozilla/5.0+(compatible;+AhrefsBot/7.0;++http://ahrefs.com/robot/) - 200 0 0 296 2023-05-29 00:00:43 119.59.114.23 GET /smarty/assets/js/ns.js time=25233.57 443 - 162.158.126.135 Mozilla/5.0+(compatible;+AhrefsBot/7.0;++http://ahrefs.com/robot/) - 200 0 0 328 2023-05-29 00:00:44 119.59.114.23 GET /smarty/assets/css/style.css t=7:00:33%20AM 443 - 172.70.34.189 Mozilla/5.0+(compatible;+AhrefsBot/7.0;++http://ahrefs.com/robot/) - 200 0 0 281 2023-05-29 00:00:46 119.59.114.23 GET /smarty/assets/plugins/jquery.busybox/busybox.css t=7:00:33%20AM 443 - 162.158.126.147 Mozilla/5.0+(compatible;+AhrefsBot/7.0;++http://ahrefs.com/robot/) - 200 0 0 281 2023-05-29 00:00:48 119.59.114.23 GET /Sitedirectory/3233/18004/HP18004ผลิตภัณฑ์+Politin+รวม+.jpg - 443 - 172.70.34.71 Mozilla/5.0+(compatible;+AhrefsBot/7.0;++http://ahrefs.com/robot/) - 200 0 0 578 2023-05-29 00:01:18 119.59.114.23 GET /smarty pageid=3107&directory=15663&contents=55530&pagename=viewproduct1 443 - 172.70.142.252 Mozilla/5.0+(Linux;+Android+7.0;)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Mobile+Safari/537.36+(compatible;+PetalBot;+https://webmaster.petalsearch.com/site/petalbot) https://www.aladinplaza.com/smarty?pageid=3107&parent&directory=12899&pagename&dealer_id=2097&pagenav 301 0 0 46 2023-05-29 00:01:23 119.59.114.23 GET /smarty/ pageid=3305&directory=22391&contents=62618&dealer_id=5969&%20pagename=viewproduct1 80 - 172.71.151.63 Mozilla/5.0+(compatible;+DotBot/1.2;++https://opensiteexplorer.org/dotbot;+help@moz.com) - 200 0 0 1580 2023-05-29 00:01:23 119.59.114.23 GET /smarty/index.asp pageid=3210&directory=16956&contents=54102&pagename=viewproduct1&dealer_id=2097&{A5D00E45-401A-45AF-B10F-41F36B88B9D1} 443 - 172.70.175.129 Mozilla/5.0+AppleWebKit/537.36+(KHTML,+like+Gecko;+compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm)+Chrome/103.0.5060.134+Safari/537.36 - 200 0 0 1313 2023-05-29 00:01:30 119.59.114.23 GET /smarty/index.asp pageid=3192&directory=15675&contents=52258&pagename=viewproduct1 443 - 162.158.106.172 Mozilla/5.0+(Linux;+Android+7.0;)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Mobile+Safari/537.36+(compatible;+PetalBot;+https://webmaster.petalsearch.com/site/petalbot) https://www.aladinplaza.com/smarty/index.asp?pageid=3192&parent=1&directory=15675&pagename=catalog 200 0 0 718 2023-05-29 00:01:31 119.59.114.23 GET /smarty/ pageid=3107&directory=15663&contents=55530&pagename=viewproduct1 443 - 162.158.190.67 Mozilla/5.0+(Linux;+Android+7.0;)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Mobile+Safari/537.36+(compatible;+PetalBot;+https://webmaster.petalsearch.com/site/petalbot) https://www.aladinplaza.com/smarty?pageid=3107&parent&directory=12899&pagename&dealer_id=2097&pagenav 200 0 0 718 2023-05-29 00:01:33 119.59.114.23 GET /smarty/index.asp pageid=3233&directory=18004&contents=63401&pagename=viewproduct1&dealer_id=5396&{0EECB38B-78DE-4B60-B2D9-8F3F9AE0ECFD} 443 - 172.70.34.170 Mozilla/5.0+(compatible;+AhrefsBot/7.0;++http://ahrefs.com/robot/) - 200 0 0 343 2023-05-29 00:01:39 119.59.114.23 GET /smarty/assets/js/ns.#Software: Microsoft HTTP API 2.0 #Version: 1.0 #Date: 2022-11-16 07:18:36 #Fields: date time c-ip c-port s-ip s-port cs-version cs-method cs-uri streamid sc-status s-siteid s-reason s-queuename 2022-11-16 07:18:36 172.68.234.131 11680 119.59.114.23 443 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:18:36 172.68.234.196 49596 119.59.114.23 443 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:18:36 172.68.234.147 15260 119.59.114.23 443 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:18:41 172.71.90.15 50446 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:18:41 172.68.234.221 26304 119.59.114.23 443 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:18:46 172.70.134.202 41908 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:16 172.70.100.121 55048 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:16 172.71.150.208 61856 119.59.114.23 443 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:21 188.114.103.213 36996 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:21 188.114.102.8 29346 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:21 188.114.102.55 35348 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:21 188.114.103.195 50396 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:21 188.114.103.240 23014 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:21 188.114.102.47 51160 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:21 188.114.103.232 59300 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:21 188.114.102.64 61356 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:21 188.114.103.230 9762 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:21 188.114.103.212 44158 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:21 188.114.102.60 13366 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:21 172.70.143.69 16694 119.59.114.23 443 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:21 172.70.142.49 9524 119.59.114.23 443 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.102.12 15102 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.102.67 37328 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.102.10 45216 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.103.242 48616 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.102.17 57018 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.102.18 35024 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.103.220 20640 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.102.18 35038 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.102.35 40750 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.102.16 31828 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.102.4 26678 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.102.49 47058 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.103.241 57410 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 172.70.175.164 64578 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.103.237 23878 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.103.233 23256 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.103.205 45790 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.102.15 25462 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.102.56 58152 119.59.114.23 80 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 172.68.234.170 56524 119.59.114.23 443 - - - - - - Timer_ConnectionIdle - 2022-11-16 07:19:26 188.114.103DCD98 PA30ޱN? HD`L @- *ۡ@4OzDnll^D?~{ wa(ʴ<4uc@3C*Ǒ6ĕ4,ʼnI1ۥiJ8,^$HY6N:+洩8]*^㵮8kdIc1v]& B ߱"7>bGXO9cB[yLVVVV~Yn.㙕5dWy6ӆ /.@ ݲEyjuFY@W 4VePG G`D0"0RXFSK~u6h]uIAD#R$jVCRJVKE[VK/R-`V[@0a|d"!1M<#tpvbI}`\p@ 0wb H@ى1sқE8%UG'5gAhjgD])D;Zc&j=; c25j[ k;tq 0͏qmw]tn8uf :w=P"y]sw5/G1uF~g/2뒼࢛ jN#ʅNv7tu'admwgI =8und9Mrh@X65E椱趕B2)th1b &nXu9:@t8ABӜ A%k z@$H6ɘzCVD;94')->5DMa_&, $"RSGXoshn?:o44~fo '7ob#±jT}"Xo2<;2!*!B~I,'[$$$$bIx^uRM7ss1ި}y<֟(bM>ʢo6DDE!1*BͷKqg9)K?L(RNo}h)[\Xy6Oq jE㹼 $AAp{Sp?6-2c0{@^8oȻ1*Otv}|V<{LzL?VAt}dD~ޢ3a@;2><3hv|1cn2njt|U?fߜ}_%\MiEly'Mu}f}7ա9%LPD~ wq2OMyJ&@:1ԉX5} POu0dh<`j Faf0؛9R"!ϪQNH(:Ȗdm_ .dɑyN Ukʪ3ajl 6'h8~)(F 4D7U$ʃL YsXsJ#槫Myuʲh(A)*S D[9+hu:pzGay,x6UBxVfK1?\lgj?Ҵ_s\x}IC/ؐPaf`|yV8Fɘ[y彸&L ]63@嘘ؕ:gWҡfnؿ+jA+ɼgNlg\~Fl?9[ˡ=`"#ў``:e ɡujL|5XLrQ30(0 ÿ):-YZ9d!Y  ! E  Iq#'@gJsy_znf<ŝ2Q|1'<]9{Q{s9wHBظ 62<p:ѾP^™ShɝP<ꊙAw9Ev. wqGz'pO@j(!F=u/fj!r&p{GJb*-'E2׬#mzH틀rL mE*tlLD(뛙KnJ9b;|IN];#F<מ!'H &ңĪ @(fGV"೩F/Bj']m֓NRm< M}n `50S@N ?(FHcu\8_u|\̟_s;ϧ F~&HOgtLb be},tF\؈LEGסy-}>D>2jڑґG%r|P]ElQ\ȊDLӢ2: gS9y_~IgQ󻔕 C7e^$һz]3=HOW,r:6W8Zr-뼎ӓyx]ꖽXZ6*,n#vT=ZH= dգt!J BzC;=ԃ8M:=bSkzHFZ4#7|ojwbDC:J݃& t@ZաvxTBa7H]@6T(l{Vr swrXd(gbѤbE4i&ޗK{:sLyԤ}χe9D lIi`@O9^ ˠ= FN-8#Џ~?zKk #>+*l"0Y/.? }.u>!+ȼcIj>4 |E8Eݳ^,Y/L}̕HcJ|0%K㡵|˗Z>[+-_p|0|u$(2!|9^,К_T|ȸg|01FTNuGG.ЇMߋ}o]~'!|*k#@!䇬*rb&k倚ȫhOX:$j:,*f |4dNDu  Z&alB]Dr!V$L\G}[VY&#{}B&yY袺舱\ gMK׾,~YMfzhdLoYuq)ALγ#KwQ1m3$qf4'+ίt𢥚S jKhAKE$qZK,z"cb|~qqvYciFEaeKzZYʩeHZA`"2hK$侢-X& cݸ >LqIpPeեBKPgQp_+x31;}7Ծ7A;_^|_ߥ| xA5@^H2|U׋@+v8L=Moȿ_}//[9]/dpAo=đuL9<'ŚV(RyHe;\}e#R^Ѐ|{h{I p _SIޯ__>Xݠ>7W!:>qI>zpꬉPՕ*ÙxJEXj8:}g Fq #Ei x-khҷ$e1MOT(IưE]c(GodF$ O^3/C˝a{bbs A N?, ]C%%;?d* ԍAԹ-0>ICYl{-b[a3U x&A*%\J`3-(K(UB}+z,C TQeՠʼ Q ɬ1c^Ǫ}ݹWL:󪃥NndM!ccY-(0~r;s a"keXX5nW<t22Feʄ(T?# U sI6-i,3"RfW2r,JNH#5o$IYBO3u;ݔ09[ȁb‡s!9rp `h5 L|\5S*Or.10`(fQѢ""E7I%)6! Aގa))-+:K)Tŕ4jdeeRR&&UM"**d3Ԫ*UGU\է*QU*555&ZSQWGrSR)UҶy٠ҠAsf%OgYOj3i\ט n4&Bw(WTe"UYo4ɠlvdo)( 76%Sǥ[Cd÷!AoV6؉FMtoni6CI˴e2OZl[vrj f76bajF#Yj_)hGI41g\41moitg1Ka,*'5W/ Rc)B5Mt!fl 0]F& Eˢ\(L ߦa;ut R8,ζdWWр$ rl\6U٦N.e7ɦ/xW~*˱o&9ӒD7E SAIis3/OAf?{Db?ۃY?OD xD &Th#0.a sYsԦ vJ$f RWYTbTR;uI;:|t >O1000|1 0 UUS10U Washington10URedmond10U Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20103b:^,V0  `He20 *H  1  *H  0/ *H  1" m],֫w4&3;+#tN20 *H   1000Ws!"nXS ~00~0|1 0 UUS10U Washington10URedmond10U Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20103b:^,V0݅C- /0  *H  *,ILsNBKK5obc\lD0b']f,oZ7!ˆHH'(Szc"%8P9wުj"!ya:n^zB8i hk.{ܦY+[lRtg $9e~!OVٲŊ7AYyhj9\ #-||{OOf1DCDz98 PA30ޱN K ؃ + - *۳ 7__SGxHxxY-,niYIX %__栟"jth`%T:R7kB0/g$"n]S)Q !M/̭wdd@aڤzgW4DPpU6duKvf?_|s[Ͽym-| 0淅0ľyLp[|3oهm> by 0+gf'vr"le+|  N@X{izEД#545.˅khj?C 2#F>bVͰ}Ϳ]+?t?5]e~/w?7W?>uկ~~ I\%]A#Qi(  ŢBCQǹVh( r*$ ZDDCDCDC]D+JO?Ap-Wr%z部kO]Ih\hhhGkhk~Z t: Wbw@2=*\TihSLŦ©Q!Q!DD##!5<x*-~Q+mېjeFZ&T(QDD@-@ փUW6Y6쳙p6VvRv2Æ7+2l&Yl,3dY6j6baj&&g0` slvoԧ>DW\g\aISSti]+ çVUJTTXx.Td* MI?Y% O-IEN0$Z~ELiȘ$+I@` (U{ x48Uzxp7Ƒ`ll10D{ &Hm29#Ujê=<`sţi$9W<+^FT2H7YY%L+v@*Ɓ33MH1\;C! ULp<  CMitذyn jKVjzˈLPCAi^Z[pD&c >Mbq8J!y,L1uI0YF} nIab0Ђ{ *=,T}WÆe2 PqA%% 4BJiHSW*$XMLؘň*nnEU+d Z͝r%$0CԂHkxTFM&1UJ\@yLՃJӂ/(<}jt>U.>l|$KrT*b*[*{XER%mV`{U""`c;֦W"FRZWY&Vs wXK0m zN=R*z\Gj*!-NI:&Ci \r$` bh~biȳhYCc2.yd9d^( DE6ƑM g; J" {SEa%Z "؈&QD4.& A8+aʍC3, 9!+[A]̤*'d8n1LΘ D10u;[N,+@SSuX( kÚ bL U"UȻA˰sgU X (TΩl Q-rgTTaxsjqMrn"ɆI5%ÞlH"4aHx[6<:JVu֟kL]<q%PYyc$b`` 5ބZa68lZJaGFY|xo:68rg/q]z~G[ˍʠC8Iɭ@?[uܱέy;trw0?Zf`5%V[/R?Sr|ZNwf$ױO8S?'Urz>6t?{ѾŃagXp;!bJ CjࡦѾS Mb8r\(}iF5e Tw=]>qIri̷ p8サ^uכL 6Sa ~ȎLn@QJ;E}Q"3Vq{0jI*!Ҹ:O6hqv0ix?{6Lzz8h^nyѩVB'o}'| }pww *< oY J]<%42ZaJMmROE-Ro .^۱G*D#Zm+Pόp`_8d8 w B7/oa #x1)g%܅e%]Jwds) ^DFo _~:o [,*hSie ND|%u,oض\T-d W |L4dW-ȗx,Ur YT,z(-tO:gOC LIyNE0:D",C=t؇Qpߧ9lC>}u{C2)F[o8>[~SԿʍpCtn>o?Lu)m*E[ #R\M8<}'H,$|z5fLlBSOcU$\jFh yh$ wm_6 Q~PPan2;P_=}j- }mNz0mAsPZ,dܮJyr xչ\ܔ} ͭ f@v3k*"#H~ ~8.0`?rP'%s,ʟؖx4K5eW.ArK)ѭAZ[][ta]Y7k=?YowdnbMw79PݤCpb 8 Z57 c-w=.{)LMIf-pM ?g@sby&P㧌]SRΞݱʎDv&Nlv^AdmX>A5`΀updwn8g碔rvzHfA4Ux:ڹ 7Ӫ8.?0Ӵm)_?j:P-J@ރ߉lQ8"A~Wq ,ݑ_2zάN/?sw|> p'5r+N'=`8v”yrȌ.3 /SڃMzhՃ E2JOһhgkXVf0dfV,[ 'q(XRLHf=̡̑BA#)EmQN6ĭuxzVV^)72&} +(r"+rz]Ǐ…G]["L*xHSQtDu17ɦWK/ 㛙(z|52~ mfŦa5 #&1ݥw`SBoƇh=Aq\间fVkroeӳp H<Io%OGisH+,\%N. W)~I}Ʃ-W62WA]R}+!o!zٕ%*]㸋{ OǬ?!Ma>D>"sI~8~."׋z!GUqSUe-ѦLffeX-ײJe)jzL_IewD47~#qtuGsB| ڧj SX;.[x-}c1L> %)X)Q4/3,>zql6S3Ji_&k#_r%"ea,}zP(lby^3żO & D(6f0Rgk0#Qf:]<^/pCp`^:o w{ -a$1^ H[@(Փ2?qWt]7v1򺍘cb!żXȃ7=Î8 Lv\뛏{W ArFeuĜW R(7t` }# Yke/B2'3ȼ0G^ ӞWGǶm6 fNC ;/WN\nh1T.S,z-PwcN[W%:cFJA2CWg|t~9xz4(pyi xaџC17^Awau ,US]Bf1 M']n m/%`=`[v4$z~-MHM+9I< wRԹh]}ɲ1z|H-ؾ"B8ӻ0p*Z4gS^{x\_)I=tZߤnKlfIkL54i_,S*䗏F΃@Il%OħTapaYa5fݲr" xCXSªʲʣTuB^ADN|۩+l;۶UεοێbE]L.2.Jڮȶ+GJpz|Qmi;opۉd-NVmn;l;sl;#vǶ;ݹ.mwk{ݳ^mWvum}vUzeTիW8}O}OI?'S}Oi?ٕ݇VQV2_Y|܏?|O?'dS|O?ͧtgWZWFu[ʬ~e}q?_ ?'l0\p… .\pTq?|O) S}Oٕ^U?OI>٧T}vWzկO)?ͧJN_'$S|O>ҫS8|OI?ԟhQʬ>'ğS|Oٕ^ʬ>'ğS|O>ҫSW_>'|ϮTq?'ğOٕ^W_>'KOGٕQʬ}O<ʨn+~'[?_aTq?|O>ŧGl8fec ?/Om<-9*̹YYq>'D}Oi>Vխ >'SUFu+>O)?uڰ¦UFu+_ ?'$Oi\=ҫSU?}OitCiUsM6kی4}fTmF$SxTT2i9y(8ZߌNα!7F{V4<S3S3@Tew2 Z&inv:KaDe\cCf .6:*ʱS1jiГ WRVf1-2jbfoJ)OٰR6kv2jxt*qB|4H3vqz &f%=\4&1GDj@τ?1S&_E"Ɣ4ǃItM f2lf{7&JSκ5FXS<oRf[_Q}\r3vM-%Ed 7ڼT革fjK=j'mf[fS,,тh5oj(;{*inOZ-Ț>1zm '꒝eTsdt1O}-qUQ.\mEN-pbmL|>&|bXRNJM\W~Jꁿ^"訤(9 ^2N#ng%A$^2=̎}Mo)$B!vM[!&b;M /LYwkY$è곀c"[lǙiɷN)ŶloZ7sc% q;[Ʈ^Sz1 SQ54 _CY`+  z%zGӀQ6-XP-Jc!ƠPP@oR&$ 5h^ #4$u@,JB%)B.bÂM:B~sFŊV#4¡\IUQ@k)n Մ22]b`H8V*>ZB(f)_OQ%q'!+"#x uX @_^H|OY=g@lh =yx=gC}&X @Ӊz p0 CQa0!Ӏ >@4(5- >R 42*KJKkJkK됔AHa+V(`դ?R E]J0bՓ5ȉD Cǁ)dxE~ <.1C#PeYT. BR ;0a'$&pu$JT*tp+AA`)tH I% ' XP2@CFHRrd,(DP`!RG6H D*14>5N&MY@{|˞f>>/%[ _4_Tмdk oО Afן /m駠TzQhC~<`C4,p  pGux<`onb+xKo,  '}ܿܿw7ݿs=_ g}7;jkD LSBRQ#ʂ*8+>Z#' qJn;\*QTqg:\ jj?h%U؟ Al0"@v=gR`:]j)cg Y\ H0JeZ؇ԵH%$Mau (roGIeJn~^6rq5:֏!^t,ߗS`l䌞,av,iЪ1H&+1꼁 n hRKBU:۳ b. ]~:֡p{G|֭x5h:pcd~xtScG: tŌspOZ,Y"zQC.!NDTLcRuX6cQbF?Lu٧DڵЛ=_O3AP^%φzC&FkRe1v:\䜊?e_X3e<Y?cÅGU?^'Dn\E R;Yi+:&"ez*'35g#}c2|`V`ҍh F eo#ZЙ 7|BEY;h8GIqmҨsl׾^ˤDG*e)`y0XRʊ͑jb_qxmr]i<P_D&b29m% !+ O]=:*~ǐt%INAPޖNL(47'EnpM‘acИ [pte6׳ ~`~ H) &l|rcMq/^?Pue5>:K7ƳD:%Wsux}mXTNqSOǍ"pdYJ1&/ {jvFbmuP@ yS {*qRu= ;"'5fxΘy۟č?@F:|cFDvbѠUP肢(wU}yja 3@H"j* .($vÀh,gUP5D='kf!~ª6tE,1_}niʨ?]j50JsSWʤ{NX[UBFW\_ؗX00l+p0 AwF"&ȠV}EHFDvX޽Y\~SHhTtW|ZZ%4 faCu1s2/51 Jd6t9 inbuސf :Q :ҌN@f01H8%pO'O mpw +|lpn 3kpVpwfRc*"H8Šx2sUac :W!Jeo(>R!c0?mky%-F; ^{%guMROΙ-G2\"t]՜!(D7峢v2#jK֤Tf۵ǒe ^,tQa0N$&[PRR-\$o$R9ƣeTg2H3(> k0X40;WAl4JGuZh,QܩCP Ɲ"`m/9yO@^tZCa؆k@pGNCtF0Me>ƺf`œdz.+UddbH(ӼywskVTTO>U3a Z9 @]HԌB%G6%)+r8FZ)5zѾɅP} E!./\>H)n#Ep tyR|kU M(aNXRڑNNf{du %u.n7DžzrT\`Șb#^n'"7ᜥL8MIݰ4pִd pb0uMq!2@D(FaJcrP8ܳ2ʗ6utn[,ʏ p|qO=A.0ME ҙ/!\'G877./SІ@<"zO5{)&S0Ǩ8yUN];j FV֛`UL#*o 9˖{e;(AK<5 n4ϟ:Xdut> q"|FGr224i(XF;h!+іjӠ76%6|hFc=|%nhӮ kqqBPNVAѧ X{`ƣBٜe$d87ΉmdF?n{mh5¡Bͥ/ugr`Y[=%ň 4sR*3asЮ~n%K