diff --git a/CSMPFunctions.lua b/CSMPFunctions.lua index d55120b..0a77c76 100644 --- a/CSMPFunctions.lua +++ b/CSMPFunctions.lua @@ -136,7 +136,10 @@ function CSServer(Port,BodyColors) NetworkServer.IncommingConnection:connect(IncommingConnection); end -function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Ticket) +function CSConnect(UserID,ServerIP,ServerPort,PlayerName,OutfitID,Ticket) + pcall(function() game:SetPlaceID(-1, false) end); + pcall(function() game:GetService("Players"):SetChatStyle(Enum.ChatStyle.ClassicAndBubble) end); + pcall(function() game:GetService("GuiService").Changed:connect(function() pcall(function() game:GetService("GuiService").ShowLegacyPlayerList=true; end); @@ -176,11 +179,7 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Ticket) end local function Disconnection(Peer,LostConnection) - if (LostConnection==true) then - SetMessage("You have lost connection to the game"); - else - SetMessage("You have lost connection to the game"); - end + SetMessage("You have lost connection to the game"); end local function ConnectionAccepted(Peer,Replicator) @@ -217,7 +216,7 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Ticket) PlayerSuccess=pcall(function() return NetworkClient:Connect(ServerIP,ServerPort) end); if (not PlayerSuccess) then - SetMessage("Failed to connect to the Game. (Invalid IP Address"); + SetMessage("Failed to connect to the Game. (Invalid IP Address)"); NetworkClient:Disconnect(); end @@ -225,9 +224,11 @@ function CSConnect(UserID,ServerIP,ServerPort,PlayerName,Ticket) SetMessage("Failed to connect to the Game. (Player not found)"); NetworkClient:Disconnect(); end - + pcall(function() Player:SetUnder13(false) end); + pcall(function() Player:SetMembershipType(Enum.MembershipType.BuildersClub) end); + pcall(function() Player:SetAccountAge(365) end); Player:SetSuperSafeChat(false); - Player.CharacterAppearance=0; + Player.CharacterAppearance="http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..(OutfitID or 0); pcall(function() Player.Name=PlayerName or ""; end); pcall(function() Visit:SetUploadUrl(""); end); end diff --git a/CSMPFunctionsModern.lua b/CSMPFunctionsModern.lua new file mode 100644 index 0000000..be79fb3 --- /dev/null +++ b/CSMPFunctionsModern.lua @@ -0,0 +1,255 @@ +rbxversion = version(); +print("ROBLOX Client version '" .. rbxversion .. "' loaded."); +settings().Rendering.FrameRateManager = 2; + +-- TODO: Find out why this is glitching +game:GetService("CoreGui").DescendantAdded:connect(function(Child) + if (Child:IsA("BaseScript")) and (Child.Name~="SubMenuBuilder") and (Child.Name~="ToolTipper") and (Child.Name~="MainBotChatScript") then + Child:Remove(); + -- print("Deb:",Child); + end +end) + +coroutine.resume(coroutine.create(function() + while not game:GetService("CoreGui"):FindFirstChild("RobloxGui") do game:GetService("CoreGui").ChildAdded:wait(); end + game:GetService("CoreGui").RobloxGui.TopLeftControl:Remove(); +end)) + +-- Load the fixed resizer CoreScript + +coroutine.resume(coroutine.create(function() + loadstring('\108\111\99\97\108\32\67\111\114\101\71\117\105\32\61\32\103\97\109\101\58\71\101\116\83\101\114\118\105\99\101\40\34\67\111\114\101\71\117\105\34\41\59\10\119\104\105\108\101\32\110\111\116\32\67\111\114\101\71\117\105\58\70\105\110\100\70\105\114\115\116\67\104\105\108\100\40\34\82\111\98\108\111\120\71\117\105\34\41\32\100\111\10\9\67\111\114\101\71\117\105\46\67\104\105\108\100\65\100\100\101\100\58\119\97\105\116\40\41\59\10\101\110\100\10\108\111\99\97\108\32\82\111\98\108\111\120\71\117\105\32\61\32\67\111\114\101\71\117\105\46\82\111\98\108\111\120\71\117\105\59\10\108\111\99\97\108\32\66\111\116\116\111\109\76\101\102\116\67\111\110\116\114\111\108\32\61\32\82\111\98\108\111\120\71\117\105\58\70\105\110\100\70\105\114\115\116\67\104\105\108\100\40\34\66\111\116\116\111\109\76\101\102\116\67\111\110\116\114\111\108\34\41\10\108\111\99\97\108\32\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\32\61\32\82\111\98\108\111\120\71\117\105\58\70\105\110\100\70\105\114\115\116\67\104\105\108\100\40\34\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\34\41\10\108\111\99\97\108\32\84\111\112\76\101\102\116\67\111\110\116\114\111\108\32\61\32\82\111\98\108\111\120\71\117\105\58\70\105\110\100\70\105\114\115\116\67\104\105\108\100\40\34\84\111\112\76\101\102\116\67\111\110\116\114\111\108\34\41\10\108\111\99\97\108\32\66\117\105\108\100\84\111\111\108\115\32\61\32\82\111\98\108\111\120\71\117\105\58\70\105\110\100\70\105\114\115\116\67\104\105\108\100\40\34\66\117\105\108\100\84\111\111\108\115\34\41\10\102\117\110\99\116\105\111\110\32\109\97\107\101\89\82\101\108\97\116\105\118\101\40\41\10\66\111\116\116\111\109\76\101\102\116\67\111\110\116\114\111\108\46\83\105\122\101\67\111\110\115\116\114\97\105\110\116\32\61\32\50\10\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\46\83\105\122\101\67\111\110\115\116\114\97\105\110\116\32\61\32\50\10\105\102\32\84\111\112\76\101\102\116\67\111\110\116\114\111\108\32\116\104\101\110\32\84\111\112\76\101\102\116\67\111\110\116\114\111\108\46\83\105\122\101\67\111\110\115\116\114\97\105\110\116\32\61\32\50\32\101\110\100\10\105\102\32\66\117\105\108\100\84\111\111\108\115\32\116\104\101\110\32\66\117\105\108\100\84\111\111\108\115\46\70\114\97\109\101\46\83\105\122\101\67\111\110\115\116\114\97\105\110\116\32\61\32\50\32\101\110\100\10\66\111\116\116\111\109\76\101\102\116\67\111\110\116\114\111\108\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\44\48\44\49\44\45\66\111\116\116\111\109\76\101\102\116\67\111\110\116\114\111\108\46\65\98\115\111\108\117\116\101\83\105\122\101\46\89\41\10\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\49\44\45\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\46\65\98\115\111\108\117\116\101\83\105\122\101\46\88\44\49\44\45\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\46\65\98\115\111\108\117\116\101\83\105\122\101\46\89\41\10\101\110\100\10\102\117\110\99\116\105\111\110\32\109\97\107\101\88\82\101\108\97\116\105\118\101\40\41\10\66\111\116\116\111\109\76\101\102\116\67\111\110\116\114\111\108\46\83\105\122\101\67\111\110\115\116\114\97\105\110\116\32\61\32\49\10\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\46\83\105\122\101\67\111\110\115\116\114\97\105\110\116\32\61\32\49\10\105\102\32\84\111\112\76\101\102\116\67\111\110\116\114\111\108\32\116\104\101\110\32\84\111\112\76\101\102\116\67\111\110\116\114\111\108\46\83\105\122\101\67\111\110\115\116\114\97\105\110\116\32\61\32\49\32\101\110\100\10\105\102\32\66\117\105\108\100\84\111\111\108\115\32\116\104\101\110\32\66\117\105\108\100\84\111\111\108\115\46\70\114\97\109\101\46\83\105\122\101\67\111\110\115\116\114\97\105\110\116\32\61\32\49\32\101\110\100\10\66\111\116\116\111\109\76\101\102\116\67\111\110\116\114\111\108\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\44\48\44\49\44\45\66\111\116\116\111\109\76\101\102\116\67\111\110\116\114\111\108\46\65\98\115\111\108\117\116\101\83\105\122\101\46\89\41\10\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\49\44\45\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\46\65\98\115\111\108\117\116\101\83\105\122\101\46\88\44\49\44\45\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\46\65\98\115\111\108\117\116\101\83\105\122\101\46\89\41\10\101\110\100\10\108\111\99\97\108\32\102\117\110\99\116\105\111\110\32\114\101\115\105\122\101\40\41\10\105\102\32\82\111\98\108\111\120\71\117\105\46\65\98\115\111\108\117\116\101\83\105\122\101\46\120\32\62\32\82\111\98\108\111\120\71\117\105\46\65\98\115\111\108\117\116\101\83\105\122\101\46\121\32\116\104\101\110\10\109\97\107\101\89\82\101\108\97\116\105\118\101\40\41\10\101\108\115\101\10\109\97\107\101\88\82\101\108\97\116\105\118\101\40\41\10\101\110\100\10\101\110\100\10\82\111\98\108\111\120\71\117\105\46\67\104\97\110\103\101\100\58\99\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\112\114\111\112\101\114\116\121\41\10\105\102\32\112\114\111\112\101\114\116\121\32\61\61\32\34\65\98\115\111\108\117\116\101\83\105\122\101\34\32\116\104\101\110\10\119\97\105\116\40\41\10\114\101\115\105\122\101\40\41\10\101\110\100\10\101\110\100\41\10\119\97\105\116\40\41\10\114\101\115\105\122\101\40\41\10')() +end)) + +HeadColor=BrickColor.DarkGray(); +TorsoColor=BrickColor.DarkGray(); +LArmColor=BrickColor.DarkGray(); +LLegColor=BrickColor.DarkGray(); +RArmColor=BrickColor.DarkGray(); +RLegColor=BrickColor.DarkGray(); + +function PlayerColorize() + PlayerColorPattern = math.random(5); + if (PlayerColorPattern==1) then + HeadColor=BrickColor.random(); + TorsoColor=BrickColor.random(); + LArmColor=BrickColor.random(); + LLegColor=BrickColor.random(); + RArmColor=BrickColor.random(); + RLegColor=BrickColor.random(); + elseif (PlayerColorPattern==2) then + local pantsColor=BrickColor.random(); + local shirtColor=BrickColor.random(); + local armsColor=BrickColor.random(); + HeadColor=BrickColor.random(); + TorsoColor=shirtColor; + LArmColor=armsColor; + LLegColor=pantsColor; + RArmColor=armsColor; + RLegColor=pantsColor; + elseif (PlayerColorPattern==3) then + local pantsColor=BrickColor.random(); + local shirtColor=BrickColor.random(); + HeadColor=BrickColor.random(); + TorsoColor=shirtColor; + LArmColor=shirtColor; + LLegColor=pantsColor; + RArmColor=shirtColor; + RLegColor=pantsColor; + elseif (PlayerColorPattern==4) then + local pantsColor=BrickColor.random(); + local shirtColor=BrickColor.random(); + local fleshColor=BrickColor.random(); + HeadColor=fleshColor; + TorsoColor=shirtColor; + LArmColor=fleshColor; + LLegColor=pantsColor; + RArmColor=fleshColor; + RLegColor=pantsColor; + elseif (PlayerColorPattern==5) then + HeadColor=BrickColor.random(); + TorsoColor=BrickColor.random(); + LArmColor=BrickColor.Black(); + LLegColor=BrickColor.Black(); + RArmColor=BrickColor.Black(); + RLegColor=BrickColor.Black(); + end +end + +function PlayerNoobify() + PlayerColorPattern = math.random(3); + if (PlayerColorPattern==1) then + HeadColor=BrickColor.Yellow(); + TorsoColor=BrickColor.Blue(); + LArmColor=BrickColor.Yellow(); + LLegColor=BrickColor.new("Br. yellowish green"); + RArmColor=BrickColor.Yellow(); + RLegColor=BrickColor.new("Br. yellowish green"); + elseif (PlayerColorPattern==2) then + HeadColor=BrickColor.new("Cool yellow"); + TorsoColor=BrickColor.random(); + LArmColor=BrickColor.new("Cool yellow"); + LLegColor=BrickColor.new("Pastel Blue"); + RArmColor=BrickColor.new("Cool yellow"); + RLegColor=BrickColor.new("Pastel Blue"); + elseif (PlayerColorPattern==3) then + HeadColor=BrickColor.White(); + TorsoColor=BrickColor.random(); + LArmColor=BrickColor.White(); + LLegColor=BrickColor.new("Medium blue"); + RArmColor=BrickColor.White(); + RLegColor=BrickColor.new("Medium blue"); + end +end + +function CSServer(Port,BodyColors) + assert((type(Port)~="number" or tonumber(Port)~=nil or Port==nil),"CSRun Error: Port must be nil or a number."); + local NetworkServer=game:GetService("NetworkServer"); + pcall(NetworkServer.Stop,NetworkServer); + NetworkServer:Start(Port); + game:GetService("Players").PlayerAdded:connect(function(Player) + print("Player '" .. Player.Name .. "' with ID '" .. Player.userId .. "' added"); + Player:LoadCharacter(); + Player.CharacterAdded:connect(function(char) + if (BodyColors == true) then + PlayerColorize(); + else + PlayerNoobify(); + end + char['Head'].BrickColor = HeadColor; + char['Torso'].BrickColor = TorsoColor; + char['Left Arm'].BrickColor = LArmColor; + char['Left Leg'].BrickColor = LLegColor; + char['Right Arm'].BrickColor = RArmColor; + char['Right Leg'].BrickColor = RLegColor; + end) + Player.Changed:connect(function(Property) + if (Property=="Character") and (Player.Character~=nil) then + local Character=Player.Character; + local Humanoid=Character:FindFirstChild("Humanoid"); + if (Humanoid~=nil) then + Humanoid.Died:connect(function() delay(5,function() Player:LoadCharacter() end) end) + end + end + end) + end) + game:GetService("Players").PlayerRemoving:connect(function(Player) + print("Player '" .. Player.Name .. "' with ID '" .. Player.userId .. "' leaving") + end) + game:GetService("RunService"):Run(); + pcall(function() game.Close:connect(function() NetworkServer:Stop(); end) end); + -- ChildAdded is being a retard. Sorry for inefficient code. + --[[while wait(0.1) do + print("OMG",#game.NetworkServer:children()) + for Index,Child in pairs(NetworkServer:GetChildren()) do + if (Child.className == "") then + IncommingConnection(nil, Child); + end + end + end]] + NetworkServer.IncommingConnection:connect(IncommingConnection); +end + +function CSConnect(UserID,ServerIP,ServerPort,PlayerName,OutfitID,Ticket) + pcall(function() game:SetPlaceID(-1, false) end); + pcall(function() game:GetService("Players"):SetChatStyle(Enum.ChatStyle.ClassicAndBubble) end); + + pcall(function() + game:GetService("GuiService").Changed:connect(function() + pcall(function() game:GetService("GuiService").ShowLegacyPlayerList=true; end); + pcall(function() game.CoreGui.RobloxGui.PlayerListScript:Remove(); end); + pcall(function() game.CoreGui.RobloxGui.PlayerListTopRightFrame:Remove(); end); + pcall(function() game.CoreGui.RobloxGui.BigPlayerListWindowImposter:Remove(); end); + pcall(function() game.CoreGui.RobloxGui.BigPlayerlist:Remove(); end); + end); + end) + game:GetService("RunService"):Run(); + assert((ServerIP~=nil and ServerPort~=nil),"CSConnect Error: ServerIP and ServerPort must be defined."); + local function SetMessage(Message) game:SetMessage(Message); end + local Visit,NetworkClient,PlayerSuccess,Player,ConnectionFailedHook=game:GetService("Visit"),game:GetService("NetworkClient"); + + local function GetClassCount(Class,Parent) + local Objects=Parent:GetChildren(); + local Number=0; + for Index,Object in pairs(Objects) do + if (Object.className==Class) then + Number=Number+1; + end + Number=Number+GetClassCount(Class,Object); + end + return Number; + end + + local function RequestCharacter(Replicator) + local Connection; + Connection=Player.Changed:connect(function(Property) + if (Property=="Character") then + game:ClearMessage(); + end + end) + SetMessage("Requesting character..."); + Replicator:RequestCharacter(); + SetMessage("Waiting for character..."); + end + + local function Disconnection(Peer,LostConnection) + SetMessage("You have lost connection to the game"); + end + + local function ConnectionAccepted(Peer,Replicator) + Replicator.Disconnection:connect(Disconnection); + local RequestingMarker=true; + game:SetMessageBrickCount(); + local Marker=Replicator:SendMarker(); + Marker.Received:connect(function() + RequestingMarker=false; + RequestCharacter(Replicator); + end) + while RequestingMarker do + Workspace:ZoomToExtents(); + wait(0.5); + end + end + + local function ConnectionFailed(Peer,Code) + SetMessage("Failed to connect to the Game. (ID="..Code..")"); + end + + pcall(function() settings().Diagnostics:LegacyScriptMode(); end); + pcall(function() game:SetRemoteBuildMode(true); end); + SetMessage("Connecting to server..."); + NetworkClient.ConnectionAccepted:connect(ConnectionAccepted); + ConnectionFailedHook=NetworkClient.ConnectionFailed:connect(ConnectionFailed); + NetworkClient.ConnectionRejected:connect(function() + pcall(function() ConnectionFailedHook:disconnect(); end); + SetMessage("Failed to connect to the Game. (Connection rejected)"); + end) + + pcall(function() NetworkClient.Ticket=Ticket or ""; end) -- 2008 client has no ticket :O + PlayerSuccess,Player=pcall(function() return NetworkClient:PlayerConnect(UserID,ServerIP,ServerPort) end); + + if (not PlayerSuccess) then + SetMessage("Failed to connect to the Game. (Invalid IP Address)"); + NetworkClient:Disconnect(); + end + + if (not PlayerSuccess) then + local Error,Message=pcall(function() + Player=game:GetService("Players"):CreateLocalPlayer(UserID); + NetworkClient:Connect(ServerIP,ServerPort); + end); + if (not Error) then + SetMessage("Error: Connection failed"); + end + end + pcall(function() Player:SetUnder13(false) end); + pcall(function() Player:SetMembershipType(Enum.MembershipType.BuildersClub) end); + pcall(function() Player:SetAccountAge(365) end); + Player:SetSuperSafeChat(false); + Player.CharacterAppearance="http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..(OutfitID or 0); + pcall(function() Player.Name=PlayerName or ""; end); + pcall(function() Visit:SetUploadUrl(""); end); +end + +_G.CSServer=CSServer; +_G.CSConnect=CSConnect; diff --git a/RBXLegacyLauncher/RBXLegacyLauncher/ClientinfoCreator.Designer.cs b/RBXLegacyLauncher/RBXLegacyLauncher/ClientinfoCreator.Designer.cs new file mode 100644 index 0000000..8314e05 --- /dev/null +++ b/RBXLegacyLauncher/RBXLegacyLauncher/ClientinfoCreator.Designer.cs @@ -0,0 +1,207 @@ +/* + * Created by SharpDevelop. + * User: BITL-Gaming + * Date: 11/28/2016 + * Time: 7:55 AM + * + * To change this template use Tools | Options | Coding | Edit Standard Headers. + */ +namespace RBXLegacyLauncher +{ + partial class ClientinfoEditor + { + /// + /// Designer variable used to keep track of non-visual components. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Disposes resources used by the form. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing) { + if (components != null) { + components.Dispose(); + } + } + base.Dispose(disposing); + } + + /// + /// This method is required for Windows Forms designer support. + /// Do not change the method contents inside the source code editor. The Forms designer might + /// not be able to load this method if it was changed manually. + /// + private void InitializeComponent() + { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClientinfoEditor)); + this.checkBox1 = new System.Windows.Forms.CheckBox(); + this.checkBox2 = new System.Windows.Forms.CheckBox(); + this.checkBox3 = new System.Windows.Forms.CheckBox(); + this.checkBox4 = new System.Windows.Forms.CheckBox(); + this.textBox1 = new System.Windows.Forms.TextBox(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.button1 = new System.Windows.Forms.Button(); + this.button2 = new System.Windows.Forms.Button(); + this.checkBox5 = new System.Windows.Forms.CheckBox(); + this.button3 = new System.Windows.Forms.Button(); + this.checkBox6 = new System.Windows.Forms.CheckBox(); + this.SuspendLayout(); + // + // checkBox1 + // + this.checkBox1.Location = new System.Drawing.Point(9, 34); + this.checkBox1.Name = "checkBox1"; + this.checkBox1.Size = new System.Drawing.Size(307, 24); + this.checkBox1.TabIndex = 0; + this.checkBox1.Text = "Allows players to set custom names"; + this.checkBox1.UseVisualStyleBackColor = true; + this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1CheckedChanged); + // + // checkBox2 + // + this.checkBox2.Location = new System.Drawing.Point(9, 53); + this.checkBox2.Name = "checkBox2"; + this.checkBox2.Size = new System.Drawing.Size(307, 23); + this.checkBox2.TabIndex = 1; + this.checkBox2.Text = "Allows the launcher to set custom IDs"; + this.checkBox2.UseVisualStyleBackColor = true; + this.checkBox2.CheckedChanged += new System.EventHandler(this.CheckBox2CheckedChanged); + // + // checkBox3 + // + this.checkBox3.Location = new System.Drawing.Point(9, 73); + this.checkBox3.Name = "checkBox3"; + this.checkBox3.Size = new System.Drawing.Size(307, 20); + this.checkBox3.TabIndex = 2; + this.checkBox3.Text = "Allows the use of the Local Play feature"; + this.checkBox3.UseVisualStyleBackColor = true; + this.checkBox3.CheckedChanged += new System.EventHandler(this.CheckBox3CheckedChanged); + // + // checkBox4 + // + this.checkBox4.Location = new System.Drawing.Point(9, 93); + this.checkBox4.Name = "checkBox4"; + this.checkBox4.Size = new System.Drawing.Size(307, 19); + this.checkBox4.TabIndex = 3; + this.checkBox4.Text = "Allows the use of the Character Outfit ID feature"; + this.checkBox4.UseVisualStyleBackColor = true; + this.checkBox4.CheckedChanged += new System.EventHandler(this.CheckBox4CheckedChanged); + // + // textBox1 + // + this.textBox1.Location = new System.Drawing.Point(10, 173); + this.textBox1.Multiline = true; + this.textBox1.Name = "textBox1"; + this.textBox1.Size = new System.Drawing.Size(310, 194); + this.textBox1.TabIndex = 4; + this.textBox1.TextChanged += new System.EventHandler(this.TextBox1TextChanged); + // + // label1 + // + this.label1.Location = new System.Drawing.Point(9, 154); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(100, 16); + this.label1.TabIndex = 5; + this.label1.Text = "Client Description"; + // + // label2 + // + this.label2.Location = new System.Drawing.Point(10, 9); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(307, 30); + this.label2.TabIndex = 6; + this.label2.Text = "Check the check boxes corrisponding to what your client supports."; + // + // button1 + // + this.button1.Location = new System.Drawing.Point(165, 402); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(154, 30); + this.button1.TabIndex = 7; + this.button1.Text = "Save"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.Button1Click); + // + // button2 + // + this.button2.Location = new System.Drawing.Point(9, 402); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(150, 30); + this.button2.TabIndex = 10; + this.button2.Text = "Load"; + this.button2.UseVisualStyleBackColor = true; + this.button2.Click += new System.EventHandler(this.Button2Click); + // + // checkBox5 + // + this.checkBox5.Location = new System.Drawing.Point(9, 108); + this.checkBox5.Name = "checkBox5"; + this.checkBox5.Size = new System.Drawing.Size(310, 25); + this.checkBox5.TabIndex = 11; + this.checkBox5.Text = "Loads assets from servers online"; + this.checkBox5.UseVisualStyleBackColor = true; + this.checkBox5.CheckedChanged += new System.EventHandler(this.CheckBox5CheckedChanged); + // + // button3 + // + this.button3.Location = new System.Drawing.Point(9, 373); + this.button3.Name = "button3"; + this.button3.Size = new System.Drawing.Size(308, 23); + this.button3.TabIndex = 12; + this.button3.Text = "New clientinfo.txt"; + this.button3.UseVisualStyleBackColor = true; + this.button3.Click += new System.EventHandler(this.Button3Click); + // + // checkBox6 + // + this.checkBox6.Location = new System.Drawing.Point(9, 127); + this.checkBox6.Name = "checkBox6"; + this.checkBox6.Size = new System.Drawing.Size(307, 24); + this.checkBox6.TabIndex = 13; + this.checkBox6.Text = "This client is a \'modern\' client (Mid-2011 and above.)"; + this.checkBox6.UseVisualStyleBackColor = true; + this.checkBox6.CheckedChanged += new System.EventHandler(this.CheckBox6CheckedChanged); + // + // ClientinfoEditor + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(332, 439); + this.Controls.Add(this.checkBox6); + this.Controls.Add(this.button3); + this.Controls.Add(this.checkBox5); + this.Controls.Add(this.button2); + this.Controls.Add(this.button1); + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.Controls.Add(this.textBox1); + this.Controls.Add(this.checkBox4); + this.Controls.Add(this.checkBox3); + this.Controls.Add(this.checkBox2); + this.Controls.Add(this.checkBox1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.Name = "ClientinfoEditor"; + this.Text = "Clientinfo Editor"; + this.Load += new System.EventHandler(this.ClientinfoCreatorLoad); + this.ResumeLayout(false); + this.PerformLayout(); + } + private System.Windows.Forms.CheckBox checkBox6; + private System.Windows.Forms.Button button3; + private System.Windows.Forms.CheckBox checkBox5; + private System.Windows.Forms.Button button2; + private System.Windows.Forms.Button button1; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.TextBox textBox1; + private System.Windows.Forms.CheckBox checkBox4; + private System.Windows.Forms.CheckBox checkBox3; + private System.Windows.Forms.CheckBox checkBox2; + private System.Windows.Forms.CheckBox checkBox1; + } +} diff --git a/RBXLegacyLauncher/RBXLegacyLauncher/ClientinfoCreator.cs b/RBXLegacyLauncher/RBXLegacyLauncher/ClientinfoCreator.cs new file mode 100644 index 0000000..179acf7 --- /dev/null +++ b/RBXLegacyLauncher/RBXLegacyLauncher/ClientinfoCreator.cs @@ -0,0 +1,206 @@ +/* + * Created by SharpDevelop. + * User: BITL-Gaming + * Date: 11/28/2016 + * Time: 7:55 AM + * + * To change this template use Tools | Options | Coding | Edit Standard Headers. + */ +using System; +using System.Drawing; +using System.Windows.Forms; +using System.IO; +using System.Diagnostics; +using System.Threading; + +namespace RBXLegacyLauncher +{ + /// + /// Description of ClientinfoCreator. + /// + public partial class ClientinfoEditor : Form + { + public ClientinfoEditor() + { + // + // The InitializeComponent() call is required for Windows Forms designer support. + // + InitializeComponent(); + + // + // TODO: Add constructor code after the InitializeComponent() call. + // + } + + void CheckBox1CheckedChanged(object sender, EventArgs e) + { + if (checkBox1.Checked == true) + { + GlobalVars.ClientCreator_UsesPlayerName = true; + } + else if (checkBox1.Checked == false) + { + GlobalVars.ClientCreator_UsesPlayerName = false; + } + } + + void CheckBox2CheckedChanged(object sender, EventArgs e) + { + if (checkBox2.Checked == true) + { + GlobalVars.ClientCreator_UsesID = true; + } + else if (checkBox2.Checked == false) + { + GlobalVars.ClientCreator_UsesID = false; + } + } + + void CheckBox3CheckedChanged(object sender, EventArgs e) + { + if (checkBox3.Checked == true) + { + GlobalVars.ClientCreator_SupportsLocalPlay = true; + } + else if (checkBox3.Checked == false) + { + GlobalVars.ClientCreator_SupportsLocalPlay = false; + } + } + + void CheckBox4CheckedChanged(object sender, EventArgs e) + { + if (checkBox4.Checked == true) + { + GlobalVars.ClientCreator_SupportsAppearanceID = true; + } + else if (checkBox4.Checked == false) + { + GlobalVars.ClientCreator_SupportsAppearanceID = false; + } + } + + void TextBox1TextChanged(object sender, EventArgs e) + { + GlobalVars.ClientCreator_SelectedClientDesc = textBox1.Text; + } + + void Button2Click(object sender, EventArgs e) + { + using (var ofd = new OpenFileDialog()) + { + ofd.Filter = "Text files (*.txt)|*.txt"; + ofd.FilterIndex = 2; + ofd.FileName = "clientinfo.txt"; + ofd.Title = "Load clientinfo.txt"; + if (ofd.ShowDialog() == DialogResult.OK) + { + string line1, line2, line3, line4, line5, line6, line7; + + using(StreamReader reader = new StreamReader(ofd.FileName)) + { + line1 = reader.ReadLine(); + line2 = reader.ReadLine(); + line3 = reader.ReadLine(); + line4 = reader.ReadLine(); + line5 = reader.ReadLine(); + line6 = reader.ReadLine(); + line7 = reader.ReadLine(); + } + + Boolean bline1 = bool.Parse(line1); + GlobalVars.ClientCreator_UsesPlayerName = bline1; + + Boolean bline2 = bool.Parse(line2); + GlobalVars.ClientCreator_UsesID = bline2; + + Boolean bline3 = bool.Parse(line3); + GlobalVars.ClientCreator_SupportsLocalPlay = bline3; + + Boolean bline4 = bool.Parse(line4); + GlobalVars.ClientCreator_SupportsAppearanceID = bline4; + + Boolean bline5 = bool.Parse(line5); + GlobalVars.ClientCreator_LoadsAssetsOnline = bline5; + + Boolean bline6 = bool.Parse(line6); + GlobalVars.ClientCreator_NewMapLoader = bline6; + + GlobalVars.ClientCreator_SelectedClientDesc = line7; + + checkBox1.Checked = GlobalVars.ClientCreator_UsesPlayerName; + checkBox2.Checked = GlobalVars.ClientCreator_UsesID; + checkBox3.Checked = GlobalVars.ClientCreator_SupportsLocalPlay; + checkBox4.Checked = GlobalVars.ClientCreator_SupportsAppearanceID; + checkBox5.Checked = GlobalVars.ClientCreator_LoadsAssetsOnline; + checkBox6.Checked = GlobalVars.ClientCreator_NewMapLoader; + textBox1.Text = GlobalVars.ClientCreator_SelectedClientDesc; + } + } + } + + void Button1Click(object sender, EventArgs e) + { + using (var sfd = new SaveFileDialog()) + { + sfd.Filter = "Text files (*.txt)|*.txt"; + sfd.FilterIndex = 2; + sfd.FileName = "clientinfo.txt"; + sfd.Title = "Save clientinfo.txt"; + + if (sfd.ShowDialog() == DialogResult.OK) + { + string[] lines = { GlobalVars.ClientCreator_UsesPlayerName.ToString(), GlobalVars.ClientCreator_UsesID.ToString(), GlobalVars.ClientCreator_SupportsLocalPlay.ToString(), GlobalVars.ClientCreator_SupportsAppearanceID.ToString(), GlobalVars.ClientCreator_LoadsAssetsOnline.ToString(), GlobalVars.ClientCreator_NewMapLoader.ToString(), GlobalVars.ClientCreator_SelectedClientDesc.ToString() }; + File.WriteAllLines(sfd.FileName, lines); + } + } + } + + void ClientinfoCreatorLoad(object sender, EventArgs e) + { + + } + + void CheckBox5CheckedChanged(object sender, EventArgs e) + { + if (checkBox5.Checked == true) + { + GlobalVars.ClientCreator_LoadsAssetsOnline = true; + } + else if (checkBox5.Checked == false) + { + GlobalVars.ClientCreator_LoadsAssetsOnline = false; + } + } + + void Button3Click(object sender, EventArgs e) + { + GlobalVars.ClientCreator_UsesPlayerName = false; + GlobalVars.ClientCreator_UsesID = false; + GlobalVars.ClientCreator_SupportsLocalPlay = false; + GlobalVars.ClientCreator_SupportsAppearanceID = false; + GlobalVars.ClientCreator_LoadsAssetsOnline = false; + GlobalVars.ClientCreator_NewMapLoader = false; + GlobalVars.ClientCreator_SelectedClientDesc = ""; + checkBox1.Checked = GlobalVars.ClientCreator_UsesPlayerName; + checkBox2.Checked = GlobalVars.ClientCreator_UsesID; + checkBox3.Checked = GlobalVars.ClientCreator_SupportsLocalPlay; + checkBox4.Checked = GlobalVars.ClientCreator_SupportsAppearanceID; + checkBox5.Checked = GlobalVars.ClientCreator_LoadsAssetsOnline; + checkBox6.Checked = GlobalVars.ClientCreator_NewMapLoader; + textBox1.Text = GlobalVars.ClientCreator_SelectedClientDesc; + } + + void CheckBox6CheckedChanged(object sender, EventArgs e) + { + if (checkBox6.Checked == true) + { + GlobalVars.ClientCreator_NewMapLoader = true; + } + else if (checkBox6.Checked == false) + { + GlobalVars.ClientCreator_NewMapLoader = false; + } + } + } +} diff --git a/RBXLegacyLauncher/RBXLegacyLauncher/ClientinfoCreator.resx b/RBXLegacyLauncher/RBXLegacyLauncher/ClientinfoCreator.resx new file mode 100644 index 0000000..3ce0458 --- /dev/null +++ b/RBXLegacyLauncher/RBXLegacyLauncher/ClientinfoCreator.resx @@ -0,0 +1,6293 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + AAABAAYAEBAAAAAAIABoBAAAZgAAACAgAAAAACAAqBAAAM4EAAAwMAAAAAAgAKglAAB2FQAAQEAAAAAA + IAAoQgAAHjsAAICAAAAAACAAKAgBAEZ9AAAAAAAAAAAgACggBABuhQEAKAAAABAAAAAgAAAAAQAgAAAA + AABABAAAAAAAAAAAAAAAAAAAAAAAAP////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////95eXn/1dXV/25ubv/Q0ND/iYmJ/6Wl + pf+hoaH/hYWF/4mJif/V1dX/srKy/9zc3P//////////////////////f39///////9ubm7/0NDQ/4mJ + if/FxcX/sbGx/5WVlf+JiYn/1dXV/5SUlP/Kysr//////////////////////8/Pz///////+vr///Ly + ///X1///zs7//+Li///39///////////////////6+v/////////////xsb//5mZ//+MjP//+Pj//4mJ + //9hYf//q6v//9DQ//+8vP//dnb//4GB///l5f//2Nj//5CQ//+Rkf//5ub//66u///x8f//mZn//4mJ + ///y8v//mpr//29v//96ev//k5P//0pK///x8f//nZ3//5iY////////l5f//+rq//+rq///9PT//8vL + ///19f//ra3//1BQ///9/f//lpb//9vb//+Njf//h4f///39////////t7f//8vL////////qKj///f3 + //+dnf//kZH//+bm//9jY///+vr//4eH//++vv//iIj//4mJ///5+f///////8zM//+fn////v7//6Wl + ///6+v//np7//6ys///V1f//jY3///j4//+MjP//zs7//2Ji///t7f///v7//5yc///7+///4+P//4uL + //+iov///Pz//83N///Pz///2Nj//21t//+hof//oaH//4uL//+YmP//tLT//7Gx///Hx///ior//5iY + ///c3P//w8P//6Cg//+goP//nJz//7+////9/f///////////////////////9TU//+srP////////Dw + ///a2v////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//KAAAACAAAABAAAAAAQAgAAAAAACAEAAAAAAAAAAA + AAAAAAAAAAAAAP////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////3t7 + e/9ra2v/f39//9fX1/97e3v/a2tr/39/f//X19f/u7u7/2tra/9zc3P/w8PD/5+fn///////e3t7/8PD + w/+7u7v/a2tr/4uLi//r6+v//////3t7e//Dw8P///////////////////////////////////////// + ////////T09P/6+vr////////////09PT/+Dg4P/6+vr//////9PT0//r6+v/6+vr/+vr6//Z2dn/39/ + f/8nJyf/r6+v/09PT/+vr6//8/Pz/+vr6///////T09P/6+vr/////////////////////////////// + //////////////////9PT0//r6+v////////////T09P/4ODg//r6+v//////09PT/+vr6//x8fH/9fX + 1/9/f3///////09PT/+vr6//T09P/6+vr//z8/P/6+vr/7u7u/9XV1f/n5+f/+vr6/////////////// + /////////////////////////////09PT/+vr6////////////97e3v/a2tr/39/f//X19f/u7u7/2tr + a/+Li4v/6+vr/8fHx/9/f3//a2tr/+vr6/+7u7v/a2tr/4uLi//r6+v/e3t7/8PDw//b29v/w8PD//// + ////////////////////////////////////////e3t7/8PDw/////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////+zs + ///Nzf///////9XV//+Li///lJT//6io//+8vP//z8///+Pj///6+v////////////////////////// + ////////9fX//7m5/////////////////////////////7u7//+Pj///j4///4+P//+ysv////////// + ///o6P//Ojr//zo6//83N///YGD//6+v//+srP//mJj//4OD//9vb///Q0P//5SU//+lpf//vb3///// + //////////////z8//9TU///V1f//1ZW///k5P//////////////////YGD//5mZ//+vr///qqr//0ZG + ////////5eX//zk5///IyP//8/P//yIi//+env/////////////////////////////i4v//Hx///1ZW + //9MTP//l5f////////+/v//aWn//5iY////////ysr//z8///+dnf////////////9eXv//4+P///// + ///+/v//PT3//+Hh//84OP//zs7/////////////Pz///1JS//93d///b2///0ZG//8zM////v7//4yM + //8MDP//+vr///v7//9ubv//bW3//4KC//97e//////////////+/v//WVn//62t/////////////1tb + ///m5v////////////8sLP//ODj//9TU//////////////39//8tLf//Ojr//7m5//8+Pv//9fX//0lJ + ///U1P//i4v//wQE///Q0P////////////+Zmf//ZGT///7+/////////////5CQ//93d/////////// + ////////WFj//+jo/////////////z4+///Z2f/////////////W1v//Q0P//x0d///5+f///////y4u + //81Nf//dHT///v7////////fHz//1ZW///7+//////////////////////////////Cwv//SEj///v7 + //////////////////9WVv//6+v/////////////8PD/////////////0tL//w4O//+env//QkL///// + //////////////b2/////////v7//4iI//8yMv//dHT//1dX///6+v//////////////////5ub//zQ0 + ///q6v///////////////////////1NT///u7v////////j4//8/P///bm7///Dw////////3t7//1pa + //8XF///+fn///////+6uv//x8f///b2////////0dH//yQk///k5P//MjL//+fn//////////////// + ///u7v//S0v//6Cg////////////////////////T0////Dw/////////Pz//z8///+wsP//Njb//7u7 + /////////////xwc///39///+/v//yUl//91df//JSX//97e///k5P//Rkb//z4+///Q0P////////// + ///////////////////6+v//aGj//3d3///9/f////////////9NTf//8/P/////////////Pj7///// + //+zs///goL/////////////Ghr///7+///n5///Hx///3Jy//9TU////////5ub//8LC///uLj///// + /////////////+jo///09P/////////////+/v//j4///1FR///y8v///////0pK///39/////////// + //89Pf//xsb//zc3///W1v////////////8fH/////////39///g4P//vr7//+np///+/v//R0f//5qa + ///////////////////+/v//UFD//0RE///x8f/////////////+/v//UVH//5aW////////SEj///n5 + /////////////zc3//9WVv//6en//////////////////x0d///R0f//6ur///39/////////v7//3Jy + //9PT///R0f//+Tk/////////////6am//9wcP//urr//0BA///t7f///////319//90dP///v7///// + //9ERP///Pz/////////////////////////////3t7//4SE//86Ov//YGD//3Jy//9YWP//RUX//0ND + //83N///hIT////////MzP//OTn//7Ky///p6f//ODj///T0////////v7///zw8//95ef//bGz///7+ + /////////////0JC//9+fv//e3v//3h4//90dP//cHD//0JC//9UVP//rKz///f3//////////////// + ///////////////////////////////////z8///YWH//yUl//+/v///////////////////xcX//3Bw + ///9/f//////////////////z8///8PD///Gxv//yMj//8vL///Nzf//8PD///////////////////// + ////////////////////////////////////////////////////////zc3///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAwAAAAYAAAAAEAIAAAAAAAgCUAAAAA + AAAAAAAAAAAAAAAAAAD//////v7+/////////////v7+///////+/v7////////////+/v7///////// + ///+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v///////v7+//// + /////////v7+///////+/v7////////////+/v7////////////+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v///////v7+/////////////v7+//////+qqqr/X19f/19f + X/9fX1//ZGRk//////+qqqr/X19f/19fX/9fX1//ZGRk//7+/v/+/v7/goKC/19fX/9fX1//ZGRk//7+ + /v+qqqr/3Nzc//7+/v+qqqr/ZGRk//7+/v/+/v7/goKC/19fX/9fX1//3Nzc//7+/v/+/v7/+vr6/19f + X/+0tLT///////7+/v/+/v7///////7+/v/+/v7///////7+/v////////////////////////////// + //93d3f/BgYG/9/f3//f39//4ODg//////93d3f/BgYG/9/f3//f39//4ODg//////+IiIj/DQ0N/9/f + 3//f39//ODg4//////93d3f/rq6u/9/f3/9oaGj/BwcH//////+IiIj/DQ0N/9/f3//f39//aGho//// + ////////9/f3/wAAAP+Hh4f////////////////////////////////////////////+/v7//v7+//7+ + /v/+/v7//v7+//7+/v93d3f/BwcH//7+/v/+/v7//v7+//7+/v93d3f/BAQE/5+fn//S0tL//v7+//7+ + /v93d3f/BwcH//7+/v/MzMz/Kioq//7+/v93d3f/SkpK/19fX/8sLCz/BwcH//7+/v93d3f/BwcH//7+ + /v/+/v7//v7+//7+/v/+/v7/9/f3/wAAAP+Hh4f//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v///////v7+/////////////v7+//////93d3f/BwcH///////+/v7///////////93d3f/BAQE/5+f + n//S0tL///////7+/v93d3f/BwcH//7+/v/MzMz/oqKi//7+/v93d3f/x8fH//7+/v93d3f/BwcH//7+ + /v93d3f/BwcH//7+/v/+/v7///////7+/v/+/v7/f39//ywsLP99fX3/3Nzc//7+/v/+/v7///////7+ + /v/+/v7///////7+/v////////////////////////////////93d3f/BwcH//////////////////// + //93d3f/BgYG/9/f3//f39//4ODg//////+IiIj/DQ0N/9/f3//f39//aGho//////+IiIj/tbW1/9/f + 3/9oaGj/Hx8f//////+IiIj/DQ0N/9/f3//f39//aGho//////+IiIj/DQ0N/+jo6P/u7u7/UFBQ//// + ///////////////////////////////////+/v7//v7+//7+/v/+/v7//v7+//7+/v93d3f/BwcH//7+ + /v/+/v7//v7+//7+/v+qqqr/X19f/19fX/9fX1//ZGRk//7+/v/+/v7/goKC/19fX/9fX1//3Nzc//7+ + /v/+/v7/goKC/19fX/9fX1//3Nzc//7+/v/+/v7/goKC/19fX/9fX1//3Nzc//7+/v+qqqr/ZGRk//7+ + /v/+/v7/h4eH//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v///////v7+/////////////v7+//// + //93d3f/BwcH///////+/v7////////////+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v////////////// + ///////////////////u7u7/4ODg//////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+/9XV + /v+Pj/7//v7+//7+/v/Y2P7/fHz+/0hI/v9aWv7/bm7+/4GB/v+Wlv7/qan+/729/v/R0f7/5ub+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7/mZn+/7Oz/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v///////v7+/9ra///X1///19f+/9fX///X1/7/19f//+rq///+/v7///////// + ///+/v7/zs7//xQU/v8MDP7/XV3//zU1/v8JCf7/VVX//5aW/v+Hh/7/c3P//19f/v9LS/7/Nzf//yMj + /v8PD/7/AwP//+vr/v/19f7/oaH///39/v/+/v7///////7+/v/+/v7///////7+/v+pqf7/Dg7//xQU + /v9VVf7/5eX///7+/v/+/v7///////7+/v///////////xUV//8GBv//Bwf//wcH//8HB///AwP//3R0 + ///////////////////Jyf//EhL//35+///c3P//JSX//wYG///n5/////////////////////////// + ///////////////////9/f//IyP//6Cg//9AQP//BAT//1pa///29v///////////////////////8DA + //8MDP//trb//+rq//9dXf//ERH//5aW///8/P/////////////+/v7//v7+/w8P/v/Pz/7//v7+//7+ + /v/+/v7/dXX+/2Zm/v/+/v7//v7+/8TE/v8PD/7/iIj+//7+/v/+/v7/yMj+/wAA/v8+Pv7/7u7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7/ZGT+/wUF/v9FRf7/29v+/zg4/v83N/7/5ub+//7+ + /v/+/v7/09P+/xER/v+dnf7//v7+//7+/v/+/v7/urr+/yMj/v86Ov7/6+v+//7+/v///////v7+/w8P + ///V1f///v7+///////+/v7/g4P//1hY///+/v7/vr7//w0N//+Rkf7///////7+/v/+/v7/zc3//xER + /v9HR/7/Kyv//9bW/v+xsf7/hob//1tb/v8wMP7/tbX///7+/v/o6P7/LS3//xYW/v/39/7///////f3 + /v9cXP7/HR3//83N/v/j4/7/HR3//4CA/v/+/v7///////7+/v/+/v7/+fn//zw8/v9UVP7//v7///7+ + /v///////f3//wwM///V1f//////////////////kZH//0lJ//+4uP//DAz//5mZ//////////////// + ////////x8f//xgY//+Skv//AQH//0xM//8AAP//UVH//35+//9ERP//b2////////9OTv//DQ3//wEB + ///o6P/////////////+/v//hob//w0N//8lJf//ZGT///7+///////////////////+/v//b2///ykp + ///y8v/////////////+/v7//f3+/wwM/v/b2/7//v7+//7+/v/+/v7/n5/+/xcX/v8LC/7/o6P+//7+ + /v/+/v7//v7+//7+/v/+/v7/sbH+/wAA/v8dHf7/srL+//Ly/v8AAP7/6Oj+//7+/v9sbP7/MDD+//7+ + /v/n5/7/Kyv+/wAA/v+pqf7//v7+//7+/v/+/v7//v7+/6+v/v9WVv7/+vr+//7+/v/+/v7//v7+//7+ + /v+lpf7/Dg7+/9bW/v/+/v7//v7+//7+/v//////+/v+/wkJ///c3P///v7+///////+/v7/rKz//wYG + //+qqv7////////////+/v7///////j4/v+AgP7/Bwf//xkZ/v/x8f7///////7+/v8PD/7/RUX//0lJ + /v8YGP7/wcH///7+/v/+/v7/6ur//y4u/v9DQ/7/9/f///7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7//////9LS/v8MDP7/rKz///7+/v/+/v7///////7+/v//////+/v//wgI///g4P////////// + ////////w8P//7Ky////////////////////////w8P//yoq//8qKv//goL//ygo//////////////// + //+2tv//iYn//21t///j4///////////////////2Nj//0BA//8AAP//SEj///X1//////////////// + ////////////////////////7+///yYm//92dv///v7////////////////////////+/v7/+fn+/wUF + /v/h4f7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/v7/7/RET+/wAA/v+Dg/7/rq7+/ysr + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//39/v9zc/7/BQX+/1BQ/v/R0f7/Nzf+/0ND + /v/09P7//v7+//7+/v/+/v7//v7+//7+/v/9/f7/T0/+/z4+/v/7+/7//v7+//7+/v/+/v7//v7+//7+ + /v//////+fn+/wQE///l5f///v7+///////+/v7/paX//19f/v+Bgf7/9fX///7+/v/+/v7//v7//7W1 + /v8tLf7/CQn//ykp/v/9/f7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/d3f7/SUn//xgY + /v/8/P7/rKz//wcH/v/Jyf7///////7+/v/+/v7///////7+/v/+/v7/gYH//xER/v+4uP7///////7+ + /v/+/v7///////7+/v//////9/f//wEB///n5///////////////////dnb//zIy//81Nf//IyP//7i4 + ///+/v/////////////7+///e3v//wAA///s7P////////////8cHP//Hx///zAw//92dv//5eX///// + ////////kZH//0RE///Pz///Dw///6Sk/////////////////////////////////////////v7//6io + //8NDf//kpL///7+///////////////////+/v7/9/f+/wAA/v/q6v7//v7+//7+/v/+/v7/fX3+/11d + /v/7+/7/jo7+/wwM/v9oaP7//v7+//7+/v/+/v7/qan+/wAA/v/29v7//v7+//b2/v8AAP7/ra3+/6qq + /v8iIv7/ODj+//7+/v/+/v7/R0f+/3Fx/v8bG/7/hYX+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/Hx/7/GBj+/2ho/v/6+v7//v7+//7+/v//////9PT+/wAA///t7f///v7+//// + ///+/v7/hob//1ZW/v/+/v7//////5mZ/v87O/7///////7+/v/+/v7/paX//wAA/v/9/f7//////+Dg + /v8AAP7/nJz//6ys/v8KCv7/y8v///7+/v/z8/7/CAj//w4O/v9mZv7//v7///7+/v/+/v7///////7+ + /v/+/v7//Pz///7+/v/+/v7///////7+/v/+/v7/4eH//y8v/v9CQv7/7Oz///7+/v//////8fH//wAA + ///w8P//////////////////jo7//09P////////7u7//z8///9hYf//////////////////oqL//wkJ + /////////////+Tk//9aWv//ODj//xUV//91df////////////+ysv//AAD//0hI///6+v////////// + ///////////////////j4///OTn//+Tk//////////////////////////////Ly//9NTf//JSX//9jY + ///+/v7/7+/+/wAA/v/z8/7//v7+//7+/v/+/v7/lJT+/0ZG/v/Z2f7/KCj+/0VF/v/t7f7//v7+//7+ + /v/+/v7/np7+/xER/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/9/f7//v7+//7+/v9RUf7/Kyv+//Hx + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v9MTP7/Fhb+/yMj/v/g4P7//v7+//7+/v/+/v7//v7+//7+ + /v9xcf7/Gxv+/9zc/v//////6+v+/wAA///29v///v7+///////+/v7/nJz//wUF/v8DA/7/cHD///v7 + /v/+/v7///////7+/v/+/v7/l5f//xoa/v/+/v7///////7+/v/+/v7///////7+/v/+/v7//f3//2xs + /v8XF/7/Cgr//42N/v/9/f7///////7+/v/+/v7//////6Oj/v8UFP7/5+f//2dn/v8eHv7/2tr///7+ + /v/+/v7//v7//3l5/v8YGP7/19f///7+/v//////6ur//wAA///5+f//////////////////3t7//7u7 + ///g4P///v7///////////////////7+///V1f//VFT//wQE//80NP//TU3//2dn//+AgP//mZn//7Ky + ///Ly///a2v//yMj///g4P//wsL//x8f//9JSf//6Oj/////////////5+f//xMT//+np/////////39 + //9tbf//Ghr//9XV///+/v//gYH//xQU///T0//////////////+/v7/5eX+/wAA/v/7+/7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/j4/7/i4v+/zEx/v8HB/7/T0/+/6am/v+xsf7/mJj+/35+ + /v9lZf7/S0v+/zIy/v8YGP7/Jyf+/+Pj/v/+/v7//v7+/+7u/v9UVP7/GRn+/7q6/v/+/v7/VFT+/1BQ + /v/+/v7//v7+//7+/v/9/f7/dXX+/xUV/v9ubv7/ERH+/83N/v/+/v7//v7+//7+/v//////5OT+/wAA + //++vv//ubn+/7i4//+0tP7/sbH//66u/v+qqv7/lJT//0BA/v8FBf7/QED//5qa/v/t7f7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7/m5v//w0N + /v9QUP7/EhL//+bm/v/+/v7///////7+/v/+/v7//v7//319/v8ODv7/yMj///7+/v/+/v7///////7+ + /v//////4+P//yAg//8mJv//Jib//ysr//8sLP//MDD//zIy//80NP//QED//4uL///i4v////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////9bW//8wMP//oaH///////////////////////////////////7+///h4f////////// + ///////////////////+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/5+f7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v///////v7+/////////////v7+///////+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v///////v7+/////////////v7+///////+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v///////v7+/////////////v7+//// + ///+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+ + /v///////////////////////v7+//////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////v7+/////////////v7+///////+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7//v7+//7+/v/+/v7//v7+//7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+ + /v/+/v7///////7+/v/+/v7///////7+/v/+/v7///////7+/v///////////////////////v7+//// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////8AAAAAAAD//wAA + AAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA + //8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAA + AAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA + //8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAA + AAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA + //8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAAAAAAAP//AAAAAAAA//8AAAAAAAD//wAA + AAAAAP//AAAAAAAA//8oAAAAQAAAAIAAAAABACAAAAAAAABCAAAAAAAAAAAAAAAAAAAAAAAA//////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////8/Pz/9/f3//f39//39/f/9/f3//f39//6+v + r///////z8/P/39/f/9/f3//f39//39/f/9/f3//r6+v////////////z8/P/39/f/9/f3//f39//39/ + f/+vr6///////8/Pz/+vr6/////////////Pz8//f39//6+vr////////////8/Pz/9/f3//f39//39/ + f/+vr6///////////////////////8/Pz/9/f3//r6+v//////////////////////////////////// + //////////////////////////////////////////////////////////////////+fn5//AAAA/y8v + L/9/f3//f39//39/f/+vr6///////5+fn/8AAAD/Ly8v/39/f/9/f3//f39//6+vr///////z8/P/09P + T/8vLy//f39//39/f/9PT0//X19f//////+fn5//X19f////////////n5+f/wAAAP9fX1///////8/P + z/9PT0//Ly8v/39/f/9/f3//f39//6+vr/////////////////+fn5//AAAA/19fX/////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////n5+f/wAAAP9fX1////////////////////////////+fn5//AAAA/19fX/////////////// + /////////////5+fn/8AAAD/X19f////////////n5+f/19fX///////n5+f/y8vL/9/f3//f39//09P + T/8AAAD/X19f//////+fn5//AAAA/19fX////////////8/Pz/+vr6//////////////////n5+f/wAA + AP9fX1////////////////////////////////////////////////////////////////////////// + /////////////////////////////5+fn/8AAAD/X19f////////////////////////////n5+f/wAA + AP8vLy//f39//6+vr/////////////////+fn5//AAAA/19fX///////z8/P/09PT/9fX1///////5+f + n/8vLy//f39//39/f/9PT0//AAAA/19fX///////n5+f/wAAAP9fX1////////////////////////// + /////////////5+fn/8AAAD/X19f//////////////////////////////////////////////////// + //////////////////////////////////////////////////+fn5//AAAA/19fX/////////////// + /////////////5+fn/8AAAD/Ly8v/39/f/+vr6//////////////////n5+f/wAAAP9fX1///////8/P + z/9/f3//r6+v//////+fn5//X19f////////////n5+f/wAAAP9fX1///////5+fn/8AAAD/X19f//// + /////////////////////////////8/Pz/9PT0//Ly8v/39/f/+vr6////////////////////////// + ////////////////////////////////////////////////////////////////////////n5+f/wAA + AP9fX1////////////////////////////+fn5//AAAA/19fX////////////////////////////5+f + n/8AAAD/X19f////////////z8/P/6+vr///////n5+f/19fX////////////5+fn/8AAAD/X19f//// + //+fn5//AAAA/19fX////////////8/Pz/+vr6///////8/Pz/9PT0//Ly8v/6+vr//Pz8//f39//6+v + r/////////////////////////////////////////////////////////////////////////////// + /////////////5+fn/8AAAD/X19f////////////////////////////n5+f/wAAAP8vLy//f39//39/ + f/9/f3//r6+v///////Pz8//T09P/y8vL/9/f3//f39//39/f/+vr6///////8/Pz/9/f3//f39//39/ + f/9PT0//Ly8v/6+vr///////z8/P/09PT/8vLy//f39//39/f/9/f3//r6+v//////+fn5//AAAA/19f + X////////////5+fn/9fX1////////////////////////////////////////////////////////// + //////////////////////////////////+fn5//AAAA/19fX////////////////////////////8/P + z/9/f3//f39//39/f/9/f3//f39//6+vr////////////8/Pz/9/f3//f39//39/f/+vr6////////// + ////////z8/P/39/f/9/f3//f39//6+vr//////////////////Pz8//f39//39/f/9/f3//r6+v//// + ////////z8/P/39/f/+vr6/////////////Pz8//r6+v//////////////////////////////////// + ////////////////////////////////////////////////////////n5+f/wAAAP9fX1////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////8/P + z/9/f3//r6+v//////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////+0tP//R0f//+/v/////////////9ra//9+fv//IyP//w0N//8gIP//NDT//0hI + //9bW///cHD//4OD//+Xl///qqr//76+///S0v//7u7///////////////////////////////////// + ////////////////////////////////////////2dn//zQ0//+1tf////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////+srP//BQX//wAA//8uLv//oKD//zg4//8AAP//BAT//0pK + //93d///Y2P//09P//86Ov//Jyf//xIS//8BAf//AAD//wAA//8AAP//AAD//0lJ/////////////87O + ///w8P//////////////////////////////////////////////////5+f//yIi//8CAv//AAD//1ZW + ///m5v/////////////////////////////////////////////Ozv//Hx///x8f//8fH///Hx///x8f + //8fH///Hx///x8f//+trf////////////////////////////+lpf//AwP//zU1//+urv//Dg7//wAA + //8GBv//k5P//+np////////////////////////////////////////+/v//+np///V1f//wMD//01N + //8MDP//+vr//729//8MDP//KSn//9zc////////////////////////////////////////8/P//zQ0 + //8ODv//zc3//4+P//8MDP//EBD//5iY///9/f//////////////////////////////////w8P//wAA + //9HR///X1///19f//9fX///X1///1dX//8AAP//lJT///////////////////////+fn///AgL//zw8 + ///x8f///////8/P//8YGP//BQX//8PD//////////////////////////////////////////////// + //////////////////+lpf//AAD//35+//8JCf//LCz//xQU//8TE///v7////////////////////// + ////////+vr//0lJ//8FBf//u7v/////////////4OD//0xM//8AAP//Ozv//9TU//////////////// + /////////////7+///8AAP//v7/////////////////////////z8///AAD//4aG//////////////// + //+Xl///AQH//0ND///z8///////////////////a2v//wAA//8ICP//rq7///////////////////// + ////////////////////////////////////////5eX//wAA//8AAP//Nzf//+3t///d3f//Kyv//wUF + //+amv///////////////////v7//2Fh//8AAP//oqL/////////////////////////////qan//xgY + //8FBf//np7///////////////////////+/v///AAD//8fH/////////////////////////v7//wMD + //93d/////////////+Pj///AAD//0tL///29v///////////////////////2ho//8VFf//NTX//wIC + //+Wlv////////Ly///Jyf//np7//3Jy//9HR///Y2P//////////////////5+f//8BAf//Hx////Hx + //////////////Hx//9KSv//AAD//3Bw///7+////////35+//8AAP//hob///////////////////// + /////////////+/v//8lJf//FRX//+Li////////////////////////urr//wAA///IyP////////// + //////////////////8QEP//aWn///////+Hh///AAD//1JS///5+f////////////////////////// + //9hYf//Hx////Hx//8gIP//AAD//0hI//8BAf//AAD//wAA//8ICP//ExP//w8P///7+////////5KS + //8BAf//CQn//woK///5+f///////////////////Pz//3R0//8AAP//SUn//46O//8AAP//aWn///7+ + //////////////////////////////39//9PT///AwP//729/////////////////////////////7e3 + //8AAP//ycn/////////////////////////////HR3//1tb//9/f///AAD//1pa///7+/////////// + ////////////////////////X1///xcX//89Pf//AAD//0JC//+zs///AAD//3Fx///a2v///Pz//6Sk + //8AAP//yMj///////+Skv//AQH//w8P//8AAP//wsL/////////////////////////////np7//wYG + //8AAP//Tk7///v7//////////////////////////////////+Fhf//AAD//4qK//////////////// + //////////////////+3t///AAD//9DQ/////////////////////////////yws//8LC///AAD//2Nj + ///8/P//////////////////////////////////+Pj//z8///8AAP//ERH//52d///+/v//8vL//wAA + //+Hh/////////7+//+Cgv//AAD//4uL/////////////5qa//8BAf//AAD//4KC//////////////// + ///////////////////Cwv//TU3///X1//////////////////////////////////+5uf//AgL//1RU + ///+/v//////////////////////////////////sbH//wAA///Q0P////////////////////////// + //86Ov//AAD//2tr///9/f//////////////////////////////////xMT//yoq//8AAP//HR3//+fn + //////////////////8PD///Kyv//319//9UVP//AAD//1BQ///x8f//////////////////oKD//wIC + //8tLf//8/P///////////////////////////////////////////////////////////////////// + ///g4P//FBT//ykp///x8f///////////////////////////////////////7Cw//8AAP//09P///// + ////////////////////////SEj//3V1///+/v/////////////////////////////w8P//aWn//wEB + //8bG///Jib//zIy////////////////////////Xl7//yAg//8BAf//AgL//4OD///9/f////////// + //////////////7+//9PT///AAD//zo6///x8f////////////////////////////////////////// + ///////////////////39///NDT//w0N///W1v////////////////////////////////////////// + //+wsP//AAD//9fX/////////////////////////////8PD//////////////////////////////// + //+vr///Gxv//wEB//9paf//8PD//09P//84OP//////////////////////////////////9/f//+Pj + /////////////////////////////8PD//84OP//AAD//yIi//8FBf//Njb//+7u//////////////// + ////////////////////////////////////////ZGT//wAA//+srP////////////////////////// + ////////////////////////qKj//wAA///X1/////////////////////////////////////////// + ///////////////////9/f//nJz//xsb//8AAP//S0v//9TU//9ISP//Ozv///////////////////// + /////////////////////////////////////////Pz//2Bg//8AAP//AQH//46O///6+v//rq7//wcH + //8xMf//7Oz/////////////////////////////////////////////nJz//wAA//9ubv////////// + /////////////////////////////////////////////6io//8AAP//3Nz///////////////////// + ///z8///f3///39///+Wlv//+fn////////////////////////19f//hYX//w4O//8DA///Dg7//z8/ + ///////////////////////////////////////////////////////////////////o6P//YGD//wEB + //8gIP//+vr///////9ZWf//AAD//5+f/////////////////////////////////////////////729 + //8REf//HBz//83N//////////////////////////////////////////////////+mpv//AAD//9/f + ////////////////////////8PD//wAA//8AAP//AAD//yws///ExP////////////////////////// + ///q6v//bm7//wYG//8JCf//6en//////////////////3Z2//93d///h4f//5iY///b2/////////// + //////////////////84OP//Nzf///////+Xl///AAD//29v//////////////////////////////// + ////////////////////////2dn//yUl//8KCv//rKz///////////////////////////////////// + ////////n5///wAA///f3/////////////////////////f3//8AAP//g4P//7Oz//8dHf//AQH//2ho + ///v7/////////////////////////////87O///AAD//+vr//////////////////8HB///AgL//wAA + //8AAP//AwP//1ZW///Q0P/////////////u7v//AwP//4CA//+0tP//AwP//1BQ///8/P////////// + ///////////////////////////////////////////////////t7f//QUH//wEB//+EhP///v7///// + /////////////////////////////5+f//8AAP//5ub////////////////////////+/v//AAD//3t7 + ////////8vL//21t//8CAv//GRn//+fn////////////////////////ODj//wAA///09P////////// + ///w8P//AAD//4yM///4+P//3t7//z09//8AAP//qan/////////////p6f//wAA//+Xl///Cwv//zc3 + ///19f////////////////////////////////////////////////////////////////////////n5 + //9kZP//AAD//1pa///39/////////////////////////////+cnP//AAD//+jo//////////////// + /////////////wcH//90dP//////////////////enr//wAA///z8////////////////////////zMz + //8AAP///Pz/////////////2tr//wAA//9/f///6en//9zc//8LC///T0///////////////////11d + //8DA///Fhb//yIi///p6f////////////////////////////////////////////////////////// + /////////////////////////v7//4yM//8CAv//Nzf//+bm////////////////////////l5f//wAA + ///o6P////////////////////////////8PD///bW3//////////////v7//1VV//8XF/////////// + //////////////////8xMf//Bgb//////////////////8TE//8AAP//AAD//wAA//8DA///Dw///+Tk + //////////////z8//8VFf//AAD//xMT///Y2P////////////////////////////////////////// + //+mpv//1NT/////////////////////////////////////////////sbH//wwM//8cHP//zs7///// + /////////////5eX//8AAP//8PD/////////////////////////////Fhb//2Rk////////+Pj//2Bg + //8AAP//YGD/////////////////////////////Kir//xAQ///////////////////5+f//1NT//7Gx + //+Ojv//a2v//6io///////////////////IyP//AAD//wgI///Cwv////////////////////////// + ///////////////////i4v//Dg7//xQU///Ozv////////////////////////////////////////// + ///Ozv//CQn//woK///Y2P////////////+Tk///AAD///Dw/////////////////////////////x4e + //9cXP//6Oj//zo6//8AAP//e3v///39/////////////////////////////ygo//8ZGf////////// + ///////////////////////////////////////////////////9/f//VVX//wAA//+goP////////// + ///////////////////////////////////+/v//SUn//wkJ//8eHv//EBD//8jI//////////////// + ///////////////////+/v//bm7//wAA//91df//////////////////kJD//wAA///x8f////////// + //////////////////8mJv//CAj//wUF//8KCv//qKj///////////////////////////////////// + //8gIP//IiL////////////////////////////////////////////////////////9/f//ZWX//wAA + //8BAf//Kyv//9LS////////////////////////////////////////oaH//wAA//+MjP//4eH//yMj + //8NDf//wMD/////////////////////////////dnb//wAA//9tbf///v7//////////////////5CQ + //8AAP//9/f/////////////////////////////Wlr//1ZW//95ef//0ND///////////////////// + ////////////////////////Hh7//xUV//+Wlv//sLD//8nJ///i4v//+fn///////////////////// + ///9/f//ZWX//wAA//+EhP//ubn//xgY//8ICP//lpb///7+////////////////////////5+f//xER + //84OP///Pz////////k5P//Jyf//woK//+6uv//////////////////f3///wAA//9lZf///v7///// + //////////////////+Kiv//AAD///f3//////////////////////////////////////////////// + /////////////////////////////9zc//+Cgv//KCj//wAA//8AAP//AAD//wAA//8AAP//AAD//wEB + //8VFf//Li7//0hI//9hYf//TU3//wAA//+IiP/////////////p6f//Skr//wAA//9RUf//7e3///// + /////////////1FR//8HB///1tb//////////////////+jo//8sLP//Bwf//7Oz////////hob//wAA + //9eXv///Pz/////////////////////////////iIj//wAA///6+v////////////////////////// + ///////////////////////////////////o6P//kpL//zc3//8AAP//AQH//zw8//+Wlv//6+v///Hx + ///X1///vb3//6Sk//+Li///cnL//1hY//8+Pv//JSX//wwM//+Li/////////////////////////7+ + //+Pj///Bwf//x0d///Cwv///////6mp//8AAP//hob/////////////////////////////7Oz//zEx + //8FBf//Xl7//wAA//9WVv//+/v//////////////////////////////////4iI//8AAP////////n5 + ///39///9fX///Dw///w8P//6en//+jo///k5P//3d3//6Gh//9HR///AwP//wAA//8tLf//h4f//+Dg + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////8/P//8oKP//AwP//3l5//8WFv//NDT///v7//////////////// + ///////////////////u7v//Njb//wAA//9PT///+fn///////////////////////////////////// + //+AgP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//ICD//3l5 + ///T0/////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////9PT//2Rk//8AAP//Bgb//9HR + //////////////////////////////////////////////Hx//94eP//+Pj///////////////////// + ////////////////////////v7///4CA//+IiP//iIj//4mJ//+QkP//kJD//5KS//+Xl///l5f//5qa + //+fn///xcX///39//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////qqr//42N//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////wAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKAAAAIAAAAAAAQAAAQAgAAAAAAAACAEAAAAAAAAA + AAAAAAAAAAAAAP////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////z8/P/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/7+/v/////////////////8/Pz//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP+/v7////////////////////////////8/Pz//AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/v7+//////////////////z8/P/8AAAD/v7+///////////////////// + ////////Pz8//wAAAP8AAAD/AAAA/7+/v////////////////////////////z8/P/8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/v7+//////////////////////////////////////////////////z8/ + P/8AAAD/AAAA/wAAAP+/v7////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////Pz8//wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/v7+//////////////////z8/ + P/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/7+/v/////////////// + /////////////z8/P/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP+/v7////////// + ////////Pz8//wAAAP+/v7////////////////////////////8/Pz//AAAA/wAAAP8AAAD/v7+///// + ////////////////////////Pz8//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP+/v7////////// + ////////////////////////////////////////Pz8//wAAAP8AAAD/AAAA/7+/v/////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////8/Pz//AAAA/wAAAP8AAAD/v7+///////////////////// + ////////////////////////////////////////Pz8//wAAAP8AAAD/AAAA/7+/v/////////////// + /////////////////////////////////////////////z8/P/8AAAD/AAAA/wAAAP+/v7////////// + //////////////////8/Pz//AAAA/7+/v/////////////////8/Pz//AAAA/7+/v/////////////// + /////////////z8/P/8AAAD/AAAA/wAAAP+/v7//////////////////Pz8//wAAAP8AAAD/AAAA/7+/ + v////////////////////////////z8/P/8AAAD/v7+///////////////////////////////////// + //8/Pz//AAAA/wAAAP8AAAD/v7+///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////z8/ + P/8AAAD/AAAA/wAAAP+/v7////////////////////////////////////////////////////////// + //8/Pz//AAAA/wAAAP8AAAD/v7+///////////////////////////////////////////////////// + ////////Pz8//wAAAP8AAAD/AAAA/7+/v////////////////////////////z8/P/8AAAD/v7+///// + /////////////z8/P/8AAAD/v7+/////////////////////////////Pz8//wAAAP8AAAD/AAAA/7+/ + v/////////////////8/Pz//AAAA/wAAAP8AAAD/v7+/////////////////////////////Pz8//wAA + AP+/v7///////////////////////////////////////z8/P/8AAAD/AAAA/wAAAP+/v7////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////Pz8//wAAAP8AAAD/AAAA/7+/v/////////////// + /////////////////////////////////////////////z8/P/8AAAD/AAAA/wAAAP+/v7////////// + //////////////////////////////////////////////////8/Pz//AAAA/wAAAP8AAAD/v7+///// + ////////////////////////Pz8//wAAAP+/v7//////////////////Pz8//wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/v7+//////////////////z8/P/8AAAD/AAAA/wAA + AP+/v7////////////////////////////////////////////////////////////////////////// + ////////Pz8//wAAAP8AAAD/AAAA/7+/v/////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //8/Pz//AAAA/wAAAP8AAAD/v7+///////////////////////////////////////////////////// + ////////Pz8//wAAAP8AAAD/AAAA/7+/v/////////////////////////////////////////////// + /////////////z8/P/8AAAD/AAAA/wAAAP+/v7////////////////////////////8/Pz//AAAA/7+/ + v/////////////////8/Pz//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP+/v7//////////////////Pz8//wAAAP8AAAD/AAAA/7+/v/////////////////////////////// + //////////////////////////////////////////////////8/Pz//AAAA/wAAAP8AAAD/v7+///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////z8/P/8AAAD/AAAA/wAAAP+/v7////////// + //////////////////////////////////////////////////8/Pz//AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/7+/v///////////////////////////////////////Pz8//wAAAP8AAAD/AAAA/7+/ + v/////////////////8/Pz//AAAA/wAAAP8AAAD/v7+//////////////////z8/P/8AAAD/v7+///// + ////////////////////////Pz8//wAAAP8AAAD/AAAA/7+/v/////////////////8/Pz//AAAA/wAA + AP8AAAD/v7+///////////////////////////////////////////////////////////////////// + /////////////z8/P/8AAAD/AAAA/wAAAP+/v7////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////Pz8//wAAAP8AAAD/AAAA/7+/v/////////////////////////////////////////////// + /////////////z8/P/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/v7+///////////////////// + //////////////////8/Pz//AAAA/wAAAP8AAAD/v7+//////////////////z8/P/8AAAD/AAAA/wAA + AP+/v7//////////////////Pz8//wAAAP+/v7////////////////////////////8/Pz//AAAA/wAA + AP8AAAD/v7+//////////////////z8/P/8AAAD/AAAA/wAAAP+/v7////////////////////////// + ////////////////////////////////////////////////////////Pz8//wAAAP8AAAD/AAAA/7+/ + v/////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////8/Pz//AAAA/wAAAP8AAAD/v7+///// + ////////////////////////////////////////////////////////Pz8//wAAAP8AAAD/AAAA/7+/ + v////////////////////////////////////////////////////////////z8/P/8AAAD/AAAA/wAA + AP+/v7////////////////////////////////////////////////////////////8/Pz//AAAA/7+/ + v////////////////////////////z8/P/8AAAD/AAAA/wAAAP+/v7//////////////////Pz8//wAA + AP8AAAD/AAAA/7+/v/////////////////////////////////////////////////////////////// + ////////Pz8//wAAAP8AAAD/AAAA/7+/v///////Pz8//wAAAP+/v7////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////z8/P/8AAAD/AAAA/wAAAP+/v7////////////////////////////////////////// + //////////////////8/Pz//AAAA/wAAAP8AAAD/v7+///////////////////////////////////// + ////////////////////////Pz8//wAAAP8AAAD/AAAA/7+/v/////////////////////////////// + /////////////////////////////z8/P/8AAAD/v7+/////////////////////////////Pz8//wAA + AP8AAAD/AAAA/7+/v/////////////////8/Pz//AAAA/wAAAP8AAAD/v7+///////////////////// + //////////////////////////////////////////////////8/Pz//AAAA/wAAAP8AAAD/v7+///// + //8/Pz//AAAA/7+/v/////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////Pz8//wAAAP8AAAD/AAAA/7+/ + v////////////////////////////////////////////////////////////z8/P/8AAAD/AAAA/wAA + AP+/v7////////////////////////////////////////////////////////////8/Pz//AAAA/wAA + AP8AAAD/v7+/////////////////////////////Pz8//wAAAP+/v7//////////////////Pz8//wAA + AP+/v7////////////////////////////8/Pz//AAAA/wAAAP8AAAD/v7+//////////////////z8/ + P/8AAAD/AAAA/wAAAP+/v7////////////////////////////8/Pz//AAAA/7+/v/////////////// + //8/Pz//AAAA/wAAAP8AAAD/v7+/////////////////////////////Pz8//wAAAP+/v7////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////8/Pz//AAAA/wAAAP8AAAD/v7+///////////////////////////////////// + ////////////////////////Pz8//wAAAP8AAAD/AAAA/7+/v/////////////////////////////// + /////////////////////////////z8/P/8AAAD/AAAA/wAAAP+/v7////////////////////////// + //8/Pz//AAAA/7+/v/////////////////8/Pz//AAAA/7+/v////////////////////////////z8/ + P/8AAAD/AAAA/wAAAP+/v7//////////////////Pz8//wAAAP8AAAD/AAAA/7+/v/////////////// + /////////////z8/P/8AAAD/v7+//////////////////z8/P/8AAAD/AAAA/wAAAP+/v7////////// + //////////////////8/Pz//AAAA/7+/v/////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////z8/P/8AAAD/AAAA/wAA + AP+/v7////////////////////////////////////////////////////////////8/Pz//AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP+/v7////////////////////////// + //8/Pz//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/7+/v/////////////////////////////// + ////////Pz8//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP+/v7////////////////////////// + /////////////z8/P/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/v7+///////////////////// + ////////Pz8//wAAAP8AAAD/AAAA/7+/v////////////////////////////z8/P/8AAAD/v7+///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////Pz8//wAAAP8AAAD/AAAA/7+/v/////////////////////////////// + /////////////////////////////z8/P/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/7+/v////////////////////////////z8/P/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/v7+///////////////////////////////////////8/Pz//AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/7+/v///////////////////////////////////////Pz8//wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP+/v7////////////////////////////8/Pz//AAAA/wAAAP8AAAD/v7+///// + ////////////////////////Pz8//wAAAP+/v7////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////8/Pz//AAAA/wAA + AP8AAAD/v7+///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////z8/P/8AAAD/AAAA/wAAAP+/v7////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////Pz8//wAA + AP8AAAD/AAAA/7+/v/////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////8/Pz//AAAA/wAAAP8AAAD/v7+///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///c3P//Ojr//9PT///////////////////////////////////////////////////Q0P//dHT//xoa + //8QEP//JSX//zc3//9KSv//Xl7//3Nz//+Ghv//mpr//6ys///AwP//19f//+np///7+/////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////z8//9YWP//eHj///b2//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////2dn//x0d//8AAP//EBD//8LC//////////////// + /////////////+Pj//+Jif//Kyv//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8SEv//Jib//zg4//9LS///YGD//3R0//+Hh///m5v//6+v + ///Dw///+Pj///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////a2v//wAA//8AAP//IyP//7u7//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////9LS + //8VFf//AAD//wAA//8AAP//CAj//6ys////////8fH//56e//9CQv//AgL//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//+0tP////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////4iI//8AAP//AAD//wAA//8AAP//AAD//11d + ///p6f////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////Nzf//FRX//wAA//8AAP//AAD//wAA//8AAP//AwP//4aG + //8JCf//AAD//wAA//8AAP//AAD//wAA//8REf//Zmb//8HB///29v//5+f//9PT//+7u///qan//5aW + //9/f///bGz//1hY//9ERP//Li7//xwc//8HB///AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//3Fx////////////////////////7+///0xM///ExP////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //+iov//AQH//wAA//8AAP//Cgr//wAA//8AAP//AAD//xMT//+fn////f3///////////////////// + ////////////////////////////////////////////////////////////////////////rKz//z8/ + //8/P///Pz///z8///8/P///Pz///z8///8/P///Pz///z8///8/P///Pz///z8///8/P///Pz///z8/ + //95ef//////////////////////////////////////////////////////////////////yMj//w8P + //8AAP//AAD//woK//+lpf//KSn//wAA//8AAP//AAD//wAA//8AAP//AAD//wgI//9VVf//sLD///j4 + //////////////////////////////////////////////////////////////////////////////// + ///y8v//3d3//8nJ//+1tf//oqL//4uL//94eP//TEz//wAA//8AAP//MDD//////////////////+rq + //8wMP//AAD//wYG//+goP////////////////////////////////////////////////////////// + ////////////////////////////////////////u7v//wYG//8AAP//AAD//1BQ///w8P//cHD//wMD + //8AAP//AAD//wAA//9AQP//2dn///////////////////////////////////////////////////// + //////////////////////////////////+Rkf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//z4+//////////////////////////////// + /////////////////////////////8HB//8PD///AAD//wAA//8ODv//vr7////////s7P//OTn//wAA + //8AAP//AAD//wAA//8aGv//8fH///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///o6P//AAD//wAA//8CAv//7u7////////k5P//Kir//wAA//8AAP//AAD//wAA//93d////Pz///// + /////////////////////////////////////////////////////////////////////////////8/P + //8PD///AAD//wAA//85Of//9fX/////////////y8v//zAw//8AAP//AAD//wAA//8HB///gYH///j4 + /////////////////////////////////////////////////////////////////////////////5GR + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//MDD///////////////////////////////////////////////////////++vv//Cgr//wAA + //8AAP//Dw///8jI///////////////////19f//TEz//wAA//8AAP//AAD//xYW///y8v////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////8qKv//AAD//wAA//+wsP//3d3//yQk + //8AAP//AAD//wAA//8AAP//AAD//wAA//9OTv//8vL///////////////////////////////////// + ///////////////////////////////////h4f//Ghr//wAA//8AAP//JSX//+rq//////////////// + ////////+/v//4qK//8KCv//AAD//wAA//8AAP//KSn//8HB//////////////////////////////// + ////////////////////////////////////////gID//wAA//8AAP//X1///7+///+/v///v7///7+/ + //+/v///v7///7+///+/v///v7///7+///+fn///AAD//wAA//8jI/////////////////////////// + ////////////////////////tbX//woK//8AAP//AAD//xUV///Nzf////////////////////////// + ///8/P//YmL//wAA//8AAP//AAD//zMz///o6P////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////2xs//8AAP//AAD//01N//8dHf//AAD//wAA//8GBv//qan//1FR//8AAP//AAD//wAA + //8tLf//4OD/////////////////////////////////////////////////////////////7e3//ykp + //8AAP//AAD//xYW///d3f///////////////////////////////////////93d//9HR///AAD//wAA + //8AAP//AQH//2Vl///t7f////////////////////////////////////////////////////////// + //9/f///AAD//wAA//9/f////////////////////////////////////////////////////////+Hh + //8AAP//AAD//xQU/////////////////////////////////////////////7Oz//8GBv//AAD//wAA + //8WFv//0tL////////////////////////////////////////d3f//AAD//wAA//8AAP//AAD//yMj + ///b2/////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////rKz//wAA//8AAP//AAD//wAA + //8AAP//Cgr//7q6/////////f3//3t7//8BAf//AAD//wAA//8WFv//xMT///////////////////// + //////////////////////////////b2//88PP//AAD//wAA//8KCv//y8v///////////////////// + //////////////////////////////////+lpf//FRX//wAA//8AAP//AAD//xcX//+mpv////////// + /////////////////////////////////////////////39///8AAP//AAD//39///////////////// + ////////////////////////////////////////8PD//wAA//8AAP//BQX///////////////////// + //////////////////+kpP//Bgb//wAA//8AAP//HR3//9zc//////////////////////////////// + /////////////9HR//8AAP//AAD//wAA//8AAP//AAD//xUV///Kyv////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////r6///AQH//wAA//8AAP//AAD//w8P///Dw////////////////////////6Sk + //8ICP//AAD//wAA//8GBv//oKD////////////////////////////////////////8/P//U1P//wAA + //8AAP//AwP//7a2//////////////////////////////////////////////////////////////// + ///s7P//YmL//wAA//8AAP//AAD//wQE///R0f////////////////////////////////////////// + ////////f3///wAA//8AAP//kJD///////////////////////////////////////////////////// + ///8/P//AAD//wAA//8AAP//9fX/////////////////////////////pKT//wMD//8AAP//AAD//yQk + ///c3P//////////////////////////////////////////////////0dH//wAA//8AAP//FBT//wYG + //8AAP//AAD//woK//+2tv//////////////////////////////////////////////////9/f//9DQ + //+lpf//eXn//05O///Dw////////////////////////////////////////76+//8EBP//AAD//wAA + //8VFf//ycn//////////////////////////////////8fH//8YGP//AAD//wAA//8AAP//d3f///z8 + /////////////////////////////25u//8AAP//AAD//wAA//+amv////////////////////////// + //////////////////////////////////////////////////+Pj///AAD//wAA//8AAP//jo7///// + //////////////////////////////////////////////////9/f///AAD//wAA//+Rkf////////// + //////////////////////////////////////////////////8NDf//AAD//wAA///o6P////////// + /////////////5aW//8CAv//AAD//wAA//8kJP//5OT///////////////////////////////////// + ///////////////////R0f//AAD//wAA//8/P///wMD//w8P//8AAP//AAD//wQE//+dnf////////// + ///6+v//09P//6io//9+fv//U1P//ycn//8DA///AAD//wAA//8AAP//AAD//3l5//////////////// + //////////////////+0tP//Cgr//wAA//8AAP//AAD//2dn//////////////////////////////// + /////////////+Li//8xMf//AAD//wAA//8AAP//Tk7///Ly//////////////////+MjP//AAD//wAA + //8AAP//f3////////////////////////////////////////////////////////////////////// + ////////wsL//wUF//8AAP//AAD//1ZW///9/f////////////////////////////////////////// + /////////////3p6//8AAP//AAD//5GR//////////////////////////////////////////////// + /////////////xsb//8AAP//AAD//9vb//////////////////+Vlf//AQH//wAA//8AAP//LS3//+jo + /////////////////////////////////////////////////////////////8bG//8AAP//AAD//z8/ + ////////z8///xkZ//8AAP//AAD//wEB//+EhP//f3///wUF//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//OTn/////////////////////////////qqr//wYG//8AAP//AAD//wAA + //8AAP//KSn///////////////////////////////////////////////////T0//9TU///AAD//wAA + //8AAP//LS3//+Dg////////pqb//wEB//8AAP//AAD//2Fh///9/f////////////////////////// + /////////////////////////////////////////////+bm//8YGP//AAD//wAA//8rK///8/P///// + ////////////////////////////////////////////////////////cHD//wAA//8AAP//kZH///// + ////////////////////////////////////////////////////////KCj//wAA//8AAP//zMz///// + ////////iYn//wAA//8AAP//AAD//zEx///q6v////////////////////////////////////////// + ////////////////////////v7///wAA//8AAP//Pz/////////5+f//Z2f//wAA//8AAP//AAD//wAA + //8cHP//AAD//wAA//8AAP//AAD//wAA//8AAP//AQH//yIi//9MTP//AAD//wAA//8DA///8PD///// + /////////////5+f//8DA///AAD//wAA//8iIv//AgL//wAA//8AAP//6Oj///////////////////// + //////////////////////////////39//9+fv//AQH//wAA//8AAP//Fhb//4yM//8GBv//AAD//wAA + //9ISP//+vr///////////////////////////////////////////////////////////////////// + ///6+v//PDz//wAA//8AAP//Dg7//9jY//////////////////////////////////////////////// + //////////////////9wcP//AAD//wAA//+Rkf////////////////////////////////////////// + //////////////////81Nf//AAD//wAA//+9vf///////4WF//8AAP//AAD//wAA//83N///7+////// + //////////////////////////////////////////////////////////////////+/v///AAD//wAA + //9LS///xsb//ysr//8AAP//AAD//wAA//8EBP//eXn//5qa//8AAP//AAD//xwc//9ycv//oaH//8vL + ///z8/////////////8pKf//AAD//wAA//+zs///////////////////pKT//wMD//8AAP//AAD//yQk + //8ZGf//AAD//wAA//+lpf////////////////////////////////////////////////////////// + //+np///CQn//wAA//8AAP//AAD//wAA//8AAP//MjL///Ly//////////////////////////////// + /////////////////////////////////////////////29v//8AAP//AAD//wEB//+vr/////////// + /////////////////////////////////////////////////////////////3Bw//8AAP//AAD//5eX + /////////////////////////////////////////////////////////////0FB//8AAP//AAD//7Cw + //95ef//AAD//wAA//8AAP//Q0P//+/v//////////////////////////////////////////////// + /////////////////////////////7+///8AAP//AAD//xAQ//8CAv//AAD//wAA//8AAP//NDT//8/P + ////////urr//wAA//8AAP//OTn//////////////////////////////////2xs//8AAP//AAD//3Bw + ////////////////////////pKT//wYG//8AAP//AAD//wAA//8AAP//AAD//2Rk//////////////// + ///////////////////////////////////////////////////Jyf//GRn//wAA//8AAP//AAD//yAg + ///n5/////////////////////////////////////////////////////////////////////////// + //+mpv//AAD//wAA//8AAP//eXn///////////////////////////////////////////////////// + ////////////////////////cHD//wAA//8AAP//oaH///////////////////////////////////// + ////////////////////////UVH//wAA//8AAP//Ly///wAA//8AAP//AAD//0RE///19f////////// + ////////////////////////////////////////////////////////////////////////sbH//wAA + //8AAP//AAD//wAA//8AAP//Cgr//42N///8/P/////////////Z2f//AAD//wAA//8fH/////////// + ////////////////////////iIj//wAA//8AAP//Ly//////////////////////////////s7P//wYG + //8AAP//AAD//wAA//8AAP//JCT///////////////////////////////////////////////////// + ///////////////////k5P//MjL//wAA//8TE///19f///////////////////////////////////// + ////////////////////////////////////////0tL//wsL//8AAP//AAD//0VF///8/P////////// + //////////////////////////////////////////////////////////////////9wcP//AAD//wAA + //+hof////////////////////////////////////////////////////////////9iYv//AAD//wAA + //8AAP//AAD//wAA//9PT///+fn///////////////////////////////////////////////////// + /////////////////////////////+bm//9LS///AAD//wAA//8AAP//AAD//0VF///e3v////////// + //////////////T0//8AAP//AAD//wQE///8/P///////////////////f3//4CA//8CAv//AAD//wAA + //8ICP//9vb/////////////////////////////s7P//wYG//8AAP//AAD//wAA//8AAP//5OT///// + ///////////////////////////////////////////////////////////////////19f//XV3//8TE + /////////////////////////////////////////////////////////////////////////////+/v + //8lJf//AAD//wAA//8gIP//6+v///////////////////////////////////////////////////// + /////////////////////////////2dn//8AAP//AAD//6Gh//////////////////////////////// + /////////////////////////////25u//8AAP//AAD//wAA//8AAP//Vlb///n5//////////////// + //////////////////////////////////////////////////////////////39//+Zmf//EBD//wAA + //8AAP//AAD//xIS//+hof///f3//////////////////////////////////xER//8AAP//AAD//6+v + ///m5v///////+/v//9OTv//AAD//wAA//8AAP//HBz//8jI//////////////////////////////// + ////////urr//woK//8AAP//AAD//wAA//+fn/////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////9/f//UFD//wAA//8AAP//Bwf//8rK//////////////// + ////////////////////////////////////////////////////////////////////////YmL//wAA + //8AAP//oaH/////////////////////////////////////////////////////////////enr//wAA + //8AAP//AAD//1tb///8/P////////////////////////////////////////////////////////// + ///////////////////Y2P//Pj7//wAA//8AAP//AAD//wAA//8AAP//YmL///////////////////// + ////////////////////////LCz//wAA//8AAP//AAD//wAA//8PD///FRX//wAA//8AAP//AAD//zw8 + ///n5///////////////////////////////////////////////////vr7//woK//8AAP//AAD//xUV + ///S0v////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////4aG + //8AAP//AAD//wAA//+cnP////////////////////////////////////////////////////////// + //////////////////////////////////9iYv//AAD//wAA//+hof////////////////////////// + //////////////////////////////////+Jif//AAD//wAA//9paf///Pz///////////////////// + ///////////////////////////////////////////////////5+f//goL//wcH//8AAP//AAD//wAA + //8EBP//AAD//wAA//9iYv////////////////////////////////////////////9ISP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//9tbf//+vr///////////////////////////////////// + ////////////////////////p6f//wAA//8AAP//AAD//xMT///IyP////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////+7u///AwP//wAA//8AAP//ZGT///////////////////// + /////////////////////////////////////////////////////////////////////////////2Ji + //8AAP//AAD//6ys/////////////////////////////////////////////////////////////5iY + //8AAP//bm7///39//////////////////////////////////////////////////////////////// + ////////xsb//ysr//8AAP//AAD//wAA//8CAv//bW3//5WV//8AAP//AAD//2lp//////////////// + /////////////////////////////729//91df//UlL//y0t//8HB///AAD//wAA//8ICP//oKD///// + //////////////////////////////////////////////////////////////z8//+UlP//AAD//wAA + //8AAP//AAD//w8P///IyP////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////4eH//xMT + //8AAP//AAD//zU1///4+P////////////////////////////////////////////////////////// + ////////////////////////////////////////YmL//wAA//8AAP//sLD///////////////////// + ////////////////////////////////////////paX//3l5//////////////////////////////// + ////////////////////////////////////////8fH//2tr//8CAv//AAD//wAA//8AAP//Kyv//8bG + ////////oaH//wAA//8AAP//cHD///////////////////////////////////////////////////// + //////////////z8///h4f//vLz//9LS//////////////////////////////////////////////// + //////////////////+1tf//LS3//wAA//8AAP//AAD//wAA//8AAP//AAD//w8P//++vv////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////f3//81Nf//AAD//wAA//8UFP//4eH///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //9iYv//AAD//wAA//+wsP////////////////////////////////////////////////////////// + ///w8P///////////////////////////////////////////////////////////////////////7Gx + //8cHP//AAD//wAA//8AAP//BQX//4GB///4+P////////////+amv//AAD//wAA//9wcP////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////Nzf//QkL//wAA//8AAP//AAD//wAA + //8QEP//enr//xUV//8AAP//AAD//woK//++vv////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////ZGT//wAA + //8AAP//AwP//7y8//////////////////////////////////////////////////////////////// + /////////////////////////////////////////////1FR//8AAP//AAD//7Cw//////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////5+f//gID//wwM//8AAP//AAD//wAA//8AAP//UlL//9nZ + /////////////5GR//8AAP//AAD//3Bw//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///f3///XFz//wEB//8AAP//AAD//wAA//8JCf//dXX//+3t////////0tL//xUV//8AAP//AAD//woK + //+2tv////////////////////////////////////////////////////////////////////////// + /////////////////////////////52d//8AAP//AAD//wAA//+Hh/////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////UVH//wAA//8AAP//sLD///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////5+f//2lp//8EBP//AAD//wAA//8AAP//BAT//2pq///o6P//kZH//wAA//8AAP//fX3///// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////9vb//0dH//8AAP//AAD//wAA//8AAP//BQX//7u7 + ////////////////////////09P//x0d//8AAP//AAD//wYG//+zs/////////////////////////// + ///////////////////////////////////////////////////////////////////Ly///CAj//wAA + //8AAP//NDT///39//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////9RUf//AAD//wAA//+ysv////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////9nZ//9SUv//AAD//wAA + //8AAP//AAD//w0N//85Of//AAD//wAA//9/f/////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////f3//6Wl//8aGv//AAD//wAA//8AAP//BQX//3V1///29v//////////////////29v//wkJ + //8AAP//AAD//wkJ///m5v////////////////////////////////////////////////////////// + /////////////////////////////9/f//8pKf//AAD//wAA//8AAP//cHD///z8//////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////1FR//8AAP//AAD//7+///////////////////////////////////////////////// + ////////0dH//wAA//8AAP//AAD//wAA//8AAP//Wlr//+np//////////////////////////////// + ///////////////////////////////////Fxf//Ozv//wAA//8AAP//AAD//wAA//8AAP//AAD//39/ + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////Ly//91df//BQX//wAA + //8AAP//CAj///X1//////////////////+Bgf//AAD//wAA//8AAP//j4////////////////////// + /////////////////////////////////////////////////////////////////////////////+/v + //9HR///AAD//wAA//8AAP//Skr//+/v//////////////////////////////////////////////// + ////////////////////////////////////////////////////////UVH//wAA//8AAP//v7////// + ///////////////////////////////////////////////////g4P//AAD//wAA//8AAP//AAD//wAA + //8AAP//EhL//56e///9/f////////////////////////////////////////////////////////// + ////////rq7//ycn//8AAP//AAD//wAA//8AAP//Jib//9/f//////////////////////////////// + ////////09P//9bW///n5///9fX///////////////////////////////////////////////////// + //////////////////////////////////+Ojv//AAD//wAA//9KSv//////////////////np7//wEB + //8AAP//AAD//25u//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////z8//9qav//AAD//wAA//8AAP//KSn//93d + //////////////////////////////////////////////////////////////////////////////// + //////////////////9KSv//AAD//wAA//+/v/////////////////////////////////////////// + /////////////+Hh//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//z8////X1/////////// + ////////////////////////////////////////////////////////+/v//5eX//8YGP//AAD//wAA + //8AAP//ycn///////////////////////////////////////8vL///AAD//wAA//8AAP//Bwf//xkZ + //8pKf//OTn//4OD///u7v///////////////////////////////////////////////////////1NT + //8AAP//AAD//5KS/////////////7q6//8GBv//AAD//wAA//9RUf///Pz///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////+UlP//AwP//wAA//8AAP//FBT//8LC//////////////////////////////// + /////////////////////////////////////////////////////////////z8///8AAP//AAD//7+/ + ////////////////////////////////////////////////////////7u7//wAA//8AAP//ERH///// + //+4uP//ICD//wAA//8AAP//AAD//wcH//+AgP//+Pj///////////////////////////////////// + /////////////////////////////35+//8AAP//AAD//wAA///R0f////////////////////////// + /////////////xsb//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wwM//9ycv//4uL///// + ///////////////////////////////////6+v//Dg7//wAA//8AAP//3Nz////////Q0P//Dw///wAA + //8AAP//Njb///X1//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////+3t///Dw///wAA + //8AAP//Bgb//52d//////////////////////////////////////////////////////////////// + ////////////////////////Pz///wAA//8AAP//v7////////////////////////////////////// + ///////////////////w8P//AAD//wAA//8AAP/////////////09P//cnL//wMD//8AAP//AAD//wAA + //8oKP//wMD/////////////////////////////////////////////////////////////cHD//wAA + //8AAP//AAD//97e////////////////////////////////////////BAT//wAA//8AAP//CAj//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8GBv//YWH//+Li/////////////////////////////7+/ + //8AAP//AAD//yYm////////5OT//x0d//8AAP//AAD//yIi///p6f////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////U1P//IiL//wAA//8AAP//AAD//3Nz///8/P////////// + //////////////////////////////////////////////////////////////////8/P///AAD//wAA + ///Jyf////////////////////////////////////////////////////////z8//8AAP//AAD//wAA + ////////////////////////zMz//zEx//8AAP//AAD//wAA//8BAf//ZGT//+7u//////////////// + //////////////////////////////////9wcP//AAD//wAA//8AAP//4uL///////////////////// + /////////////+vr//8AAP//AAD//wwM////////+Pj//+np///b2///n5///ykp//8AAP//AAD//wAA + //8VFf//6+v/////////////////////////////dHT//wAA//8AAP//cHD//+/v//8vL///AAD//wAA + //8SEv//2dn///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///p6f//Ozv//wAA//8AAP//AAD//0xM///x8f////////////////////////////////////////// + /////////////////////////////z8///8AAP//AAD//9HR//////////////////////////////// + /////////////////////////////wAA//8AAP//AAD///Dw////////////////////////+/v//4mJ + //8KCv//AAD//wAA//8AAP//srL//////////////////////////////////////////////////3Bw + //8AAP//AAD//wAA///w8P//////////////////////////////////2Nj//wAA//8AAP//JSX///// + ////////////////////////ysr//wEB//8AAP//AAD//6en//////////////////////////////// + //8qKv//AAD//wAA//+0tP//R0f//wAA//8AAP//Bwf//8PD//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////4+P//XFz//wAA//8AAP//AAD//ysr + ///f3///////////////////////////////////////////////////////////////////Pz///wAA + //8AAP//0dH/////////////////////////////////////////////////////////////DQ3//wAA + //8AAP//8PD//////////////////////////////////9zc//8ODv//AAD//wAA///X1/////////// + ////////////////////////////////////////bGz//wAA//8AAP//AAD///Pz//////////////// + ///////////////////AwP//AAD//wAA//85Of////////////////////////j4//8sLP//AAD//wAA + //9NTf//////////////////////////////////4OD//wAA//8AAP//CQn//1lZ//8AAP//AAD//wEB + //+pqf////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////9/f//hob//wEB//8AAP//AAD//xQU///Cwv////////////////////////// + //////////////////////////////////80NP//AAD//wAA///R0f////////////////////////// + //////////////////////////////////8REf//AAD//wAA///j4/////////////////////////// + ////////+vr//wMD//8AAP//AQH///f3//////////////////////////////////////////////// + //9iYv//AAD//wAA//8AAP///////////////////////////////////////6qq//8AAP//AAD//ycn + //+env//wcH//+Xl////////e3v//wAA//8AAP//Dg7//+Hh//////////////////////////////// + //+Wlv//AAD//wAA//8DA///AAD//wAA//8AAP//ior///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////qqr//woK + //8AAP//AAD//wYG//+dnf///////////////////////////////////////////////////////zAw + //8AAP//AAD//9HR/////////////////////////////////////////////////////////////xwc + //8AAP//AAD//+Hh///////////////////////////////////d3f//AAD//wAA//8eHv////////// + /////////////////////////////////////////////2Ji//8AAP//AAD//wgI//////////////// + ////////////////////////lpb//wAA//8AAP//AAD//wAA//8AAP//AAD//wwM//8DA///AAD//wAA + //+Wlv///////////////////////////////////////0xM//8AAP//AAD//wAA//8AAP//AAD//2ho + //////////////////////////////////////////////////////////////////////////////// + //////////////////+6uv///Pz///////////////////////////////////////////////////// + ////////////////////////////////////////ysr//xkZ//8AAP//AAD//wAA//9zc////Pz///// + ////////////////////////////////////////MDD//wAA//8AAP//0dH///////////////////// + ////////////////////////////////////////IiL//wAA//8AAP//09P///////////////////// + /////////f3//3l5//8AAP//AAD//z4+//////////////////////////////////////////////// + ////////YmL//wAA//8AAP//ERH///////////////////////////////////////98fP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//PDz///z8//////////////////////////////// + ///29v//Cgr//wAA//8AAP//AAD//wAA//9MTP///Pz///////////////////////////////////// + ////////////////////////////////////////////////////////19f//wcH//9bW////Pz///// + //////////////////////////////////////////////////////////////////////////////// + ////////4+P//zEx//8AAP//AAD//wAA//9MTP//8fH///////////////////////////////////// + //8wMP//AAD//wAA///h4f////////////////////////////////////////////////////////// + //8qKv//AAD//wAA///R0f////////////////////////X1//9ZWf//AAD//wAA//8AAP//Y2P///// + //////////////////////////////////////////////////9XV///AAD//wAA//8eHv////////// + /////////////////////////////+np//+6uv//mZn//3R0//9SUv//MDD//w0N//8AAP//AAD//wgI + ///Y2P///////////////////////////////////////7e3//8AAP//AAD//wAA//8AAP//MjL///Pz + //////////////////////////////////////////////////////////////////////////////// + //////////////z8//84OP//AAD//wAA//9QUP//+fn///////////////////////////////////// + ////////////////////////////////////////////////////////8/P//09P//8AAP//AAD//wAA + //8rK///39///////////////////////////////////zAw//8AAP//AAD//+Hh//////////////// + /////////////////////////////////////////////zAw//8AAP//AAD//8LC//////////////// + ///k5P//NDT//wAA//8AAP//AAD//zg4///m5v////////////////////////////////////////// + /////////////1FR//8AAP//AAD//yIi//////////////////////////////////////////////// + /////////////////////////////+jo///ExP//w8P///////////////////////////////////// + ////////bW3//wAA//8AAP//AAD//yAg///m5v////////////////////////////////////////// + ////////////////////////////////////////////////////////j4///wAA//8AAP//AAD//wAA + //9NTf//9fX///////////////////////////////////////////////////////////////////// + ////////////////////////+fn//yQk//8AAP//AAD//wAA//+Fhf////////////////////////// + ////////Ly///wAA//8AAP//4eH///////////////////////////////////////////////////// + ////////ODj//wAA//8AAP//v7//////////////yMj//xkZ//8AAP//AAD//wAA//9fX///+Pj///// + ////////////////////////////////////////////////////////UVH//wAA//8AAP//MDD///// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////+/v//8dHf//AAD//wAA//8PD///1dX///// + //////////////////////////////////////////////////////////////////////////////// + /////////////9vb//8KCv//AAD//wAA//8AAP//AAD//wAA//9DQ///9fX///////////////////// + //////////////////////////////////////////////////////////////z8//9bW///AAD//wAA + //8AAP//cHD///////////////////////////////////////8iIv//AAD//wAA///h4f////////// + //////////////////////////////////////////////////8/P///AAD//wAA//+0tP///////6Sk + //8ICP//AAD//wAA//8DA///jo7///////////////////////////////////////////////////// + //////////////////9RUf//AAD//wAA//80NP////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///5+f//R0f//wAA//8AAP//AAD//5yc//////////////////////////////////////////////// + ///////////////////////////////////////////////////9/f//QUH//wAA//8AAP//JSX//3p6 + //8AAP//AAD//wAA//87O///7+////////////////////////////////////////////////////// + ///////////////////9/f//YmL//wAA//8AAP//AAD//2lp///9/f////////////////////////// + /////////////yIi//8AAP//AAD//+Hh//////////////////////////////////////////////// + /////////////0dH//8AAP//AAD//yMj//8UFP//AAD//wAA//8AAP//ERH//7m5//////////////// + /////////////////////////////////////////////////////////////0BA//8AAP//AAD//z8/ + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////+fn//09P//8AAP//AAD//wAA//8AAP//DAz//6Cg + //////////////////////////////////////////////////////////////////////////////// + /////////////5WV//8AAP//AAD//wIC///Cwv///////4mJ//8AAP//AAD//wAA//83N///7e3///// + /////////////////////////////////////////////////////////f3//2lp//8AAP//AAD//wAA + //9eXv///f3/////////////////////////////////////////////IiL//wAA//8AAP//5+f///// + ////////////////////////////////////////////////////////UVH//wAA//8AAP//AAD//wAA + //8AAP//AAD//ygo///a2v////////////////////////////////////////////////////////// + ////////////////////////Pz///wAA//8AAP//SEj///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////n5 + //9PT///AAD//wAA//8AAP//BAT//wAA//8AAP//AAD//1pa///x8f////////////////////////// + ///////////////////////////////////////////////////h4f//Dg7//wAA//8AAP//b2////// + /////////////42N//8BAf//AAD//wAA//8tLf//6ur///////////////////////////////////// + //////////////////9zc///AAD//wAA//8AAP//W1v///z8//////////////////////////////// + //////////////////8iIv//AAD//wAA///w8P////////////////////////////////////////// + //////////////////9XV///AAD//wAA//8AAP//AAD//wYG//9SUv//7+////////////////////// + //////////////////////////////////////////////////////////////////8/P///AAD//wAA + //9RUf////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////5+f//T0///wAA//8AAP//AAD//4mJ///MzP//Jib//wAA + //8AAP//AAD//yMj///Ly/////////////////////////////////////////////////////////// + /////////////0ZG//8AAP//AAD//yEh///z8////////////////////////5aW//8BAf//AAD//wAA + //8rK///5OT/////////////////////////////////////////////eXn//wAA//8AAP//AAD//09P + ///8/P///////////////////////////////////////////////////////yIi//8AAP//AAD///Dw + /////////////////////////////////////////////////////////////5qa//93d///nJz//7y8 + ///h4f///Pz///////////////////////////////////////////////////////////////////// + /////////////////////////////zg4//8AAP//AAD//wUF//8jI///OTn//1VV//9sbP//h4f//6Gh + //+4uP//0tL//+rq////////////////////////////////////////////////////////+fn//09P + //8AAP//AAD//wAA//+Jif/////////////z8///YmL//wAA//8AAP//AAD//wUF//+Kiv///f3///// + //////////////////////////////////////////////////+goP//AAD//wAA//8BAf//vr7///// + /////////////////////////////5mZ//8DA///AAD//wAA//8kJP//5OT///////////////////// + /////////////4SE//8AAP//AAD//wAA//9PT///+fn///////////////////////////////////// + ////////////////////////Gxv//wAA//8AAP//8PD///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////19f//35+//8jI///AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wYG//8gIP//Nzf//1FR + //9qav//g4P//52d//+1tf//zs7//+bm//9PT///AAD//wAA//8BAf//jY3///////////////////// + ////////p6f//w8P//8AAP//AAD//wAA//9HR///5+f///////////////////////////////////// + ////////5eX//xAQ//8AAP//AAD//2ho/////////////////////////////////////////////6Sk + //8DA///AAD//wAA//8eHv//3Nz///////////////////////+Jif//AAD//wAA//8AAP//Q0P///b2 + //////////////////////////////////////////////////////////////////8REf//AAD//wAA + ///w8P////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///m5v//jY3//zMz//8AAP//AAD//wAA//8AAP//AAD//wAA//8CAv//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AQH//5aW////////////////////////////////////////39///zo6//8AAP//AAD//wAA + //8WFv//uLj///////////////////////////////////////9RUf//AAD//wAA//8eHv//8fH///// + /////////////////////////////////////////////6am//8GBv//AAD//wAA//8dHf//1dX///// + ////////k5P//wAA//8AAP//AAD//0FB///19f////////////////////////////////////////// + /////////////////////////////xER//8AAP//AAD///Dw//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////+/v//+cnP//Q0P//wIC//8AAP//AAD//wAA//8AAP//AAD//wwM + //9aWv//tLT///r6///v7///2Nj//7u7//+lpf//iYn//3Bw//9YWP//Ozv//yUl//8JCf//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wEB//+Wlv////////////////////////// + ////////////////////////+/v//3t7//8DA///AAD//wAA//8BAf//c3P///n5//////////////// + ////////p6f//wAA//8AAP//AQH//7q6//////////////////////////////////////////////// + /////////////7Oz//8GBv//AAD//wAA//8VFf//0tL//5aW//8BAf//AAD//wAA//83N///7+////// + ////////////////////////////////////////////////////////////////////////ERH//wAA + //8AAP///Pz///////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////9/f//6ys//9SUv//Bwf//wAA + //8AAP//AAD//wAA//8AAP//BQX//0xM//+mpv//8/P///////////////////////////////////// + ///////////////////////////////////v7///2Nj//7u7//+lpf//iYn//3Bw//9YWP//Ozv//yUl + //8LC///lpb//////////////////////////////////////////////////////////////////8DA + //8cHP//AAD//wAA//8AAP//NDT//9vb/////////////+rq//8VFf//AAD//wAA//9hYf////////// + /////////////////////////////////////////////////////////////7S0//8KCv//AAD//wAA + //8PD///AQH//wAA//8AAP//MzP//+/v//////////////////////////////////////////////// + //////////////////////////////////8REf//AAD//wAA//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///8/P//u7v//2Fh//8PD///AAD//wAA//8AAP//AAD//wAA//8BAf//PT3//5eX///r6/////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////+3t//9RUf//AAD//wAA//8AAP//DQ3//6Oj + ////////WVn//wAA//8AAP//Gxv//+/v//////////////////////////////////////////////// + /////////////////////////////76+//8KCv//AAD//wAA//8AAP//AAD//y0t///q6v////////// + /////////////////////////////////////////////////////////////////////////////xER + //8AAP//AAD/////////////9vb///Dw///w8P//8PD///Dw///n5///4eH//+Hh///h4f//4eH//9XV + ///R0f//0dH//9HR///R0f//wsL//7+///+4uP//cXH//xoa//8AAP//AAD//wAA//8AAP//AAD//wAA + //8uLv//iIj//+Li//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////+Xl///CQn//wAA//8AAP//AAD//0JC//8AAP//AAD//wAA//+0tP////////// + /////////////////////////////////////////////////////////////////////////////76+ + //8PD///AAD//wAA//8nJ///6ur///////////////////////////////////////////////////// + ////////////////////////////////////////AwP//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//yAg//96ev//09P///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////U1P//LS3//wAA + //8AAP//AAD//wAA//8AAP//XFz///////////////////////////////////////////////////// + /////////////////////////////////////////////8jI//8PD///JCT//+Tk//////////////// + //////////////////////////////////////////////////////////////////////////////// + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//Fhb//2tr///Fxf///f3///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////39///a2v//wEB//8AAP//AAD//xgY///s7P////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////8nJ///j4/////////////////////////////////////////////////////////// + /////////////////////////////////////////////wAA//8AAP//AgL//xER//8REf//ERH//xER + //8REf//Fhb//yIi//8iIv//IiL//yIi//8iIv//KSn//zAw//8wMP//MDD//zAw//8wMP//Ojr//z8/ + //8/P///Xl7//7e3///6+v////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////srL//xQU//8AAP//ra3///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////5OT//4eH//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAAAAAAQAAAAIAAAEAIAAAAAAAACAEAAAA + AAAAAAAAAAAAAAAAAAD///////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////39/f/8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f///////////////////////////////////////f39//wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////// + ////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////// + /////////////39/f/8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////// + //////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////// + /////////////////////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////// + /////////////////////////////////////////////////////////////////////////////39/ + f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////9/f3//AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3///////////////////////////////////////39/ + f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////// + /////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////// + //////////////////9/f3//AAAA/wAAAP8AAAD/f39///////////////////////////////////// + ////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////// + //////////////////////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////f39//wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////// + //9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////// + //////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////// + ////////////////////////f39//wAAAP8AAAD/AAAA/39/f/////////////////////////////// + /////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///// + ////////////////////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////39/ + f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////// + ////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////// + /////////////////////////////39/f/8AAAD/AAAA/wAAAP9/f3////////////////////////// + //////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/ + f////////////////////////////////////////////////////////////39/f/8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////// + //////////////////////////////////////////////////9/f3//AAAA/wAAAP8AAAD/f39///// + //////////////////////////////////9/f3//AAAA/wAAAP8AAAD/f39///////////////////// + ////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP9/f3///////////////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/f39/////////////////////////////////////////////////////////////f39//wAA + AP8AAAD/AAAA/39/f/////////////////////////////////////////////////////////////// + //////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///// + ////////////////////////////////////////////////////////f39//wAAAP8AAAD/AAAA/39/ + f///////////////////////////////////////f39//wAAAP8AAAD/AAAA/39/f/////////////// + /////////////////////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/f39///////////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/39/f////////////////////////////////////////////////////////////39/ + f/8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////////////////////// + ////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/ + f////////////////////////////////////////////////////////////39/f/8AAAD/AAAA/wAA + AP9/f3///////////////////////////////////////39/f/8AAAD/AAAA/wAAAP9/f3////////// + //////////////////////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/39/f///////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////////////////////// + //9/f3//AAAA/wAAAP8AAAD/f39///////////////////////////////////////////////////// + /////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP9/f3////////////////////////////////////////////////////////////9/f3//AAAA/wAA + AP8AAAD/f39///////////////////////////////////////9/f3//AAAA/wAAAP8AAAD/f39///// + ////////////////////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP9/f3///////////////////////////////////////39/f/8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/39/f/////////////////////////////////////////////// + //////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/ + f/////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/ + f/////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/f39/////////////////////////////////////////////////////////////f39//wAA + AP8AAAD/AAAA/39/f///////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////////9/f3//AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP9/f3////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP9/f3////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/39/f////////////////////////////////////////////////////////////39/ + f/8AAAD/AAAA/wAAAP9/f3///////////////////////////////////////39/f/8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f///////////////////////////////////////f39//wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/f39///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/ + f/////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/f39///////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////////////////////// + //9/f3//AAAA/wAAAP8AAAD/f39///////////////////////////////////////9/f3//AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3///////////////////////////////////////39/ + f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/39/f/////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP9/f3////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/39/f/////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////39/f/8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/39/f///////////////////////////////////////f39//wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////// + //9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/f39///////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////// + //////////////////////////////////////////////////////////////////9/f3//AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f///////////////////////////////////////f39//wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3///////////////////////////////////////39/ + f/8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////////////////////// + //9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////39/f/8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/39/f/////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////39/f/8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////// + ////////////////////////////////////////////////////////////////////////f39//wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3///////////////////////////////////////39/ + f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////// + //9/f3//AAAA/wAAAP8AAAD/f39///////////////////////////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////// + /////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////9/f3//AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////9/f3//AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///// + /////////////////////////////////////////////////////////////////////////////39/ + f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////// + //9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/39/f/////////////////////////////////////////////// + /////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////// + //////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////f39//wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////39/f/8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////f39//wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/ + f/////////////////////////////////////////////////////////////////////////////// + //9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////// + /////////////39/f/8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////// + //////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////// + ////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////39/ + f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////9/f3//AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////39/ + f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////9/f3//AAAA/wAAAP8AAAD/f39///////////////////////////////////// + ////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////// + /////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////39/f/8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/f39//////////////////39/f/8AAAD/AAAA/wAAAP9/f3////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////f39//wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////f39//wAAAP8AAAD/AAAA/39/f/////////////////////////////// + /////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///// + //////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/ + f/////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////9/f3//AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////9/f3//AAAA/wAAAP8AAAD/f39///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////39/ + f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////39/f/8AAAD/AAAA/wAAAP9/f3////////////////////////// + //////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/ + f///////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP9/f3////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////f39//wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3//////////////////f39//wAAAP8AAAD/AAAA/39/ + f/////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////9/f3//AAAA/wAAAP8AAAD/f39///////////////////// + ////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP9/f3///////////////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/f39///////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////39/ + f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39//////////////////39/f/8AAAD/AAAA/wAA + AP9/f3////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///// + ////////////////////////////////////////////////////////f39//wAAAP8AAAD/AAAA/39/ + f///////////////////////////////////////f39//wAAAP8AAAD/AAAA/39/f/////////////// + /////////////////////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/f39///////////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/39/f////////////////////////////////////////////////////////////39/ + f/8AAAD/AAAA/wAAAP9/f3///////////////////////////////////////39/f/8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/39/f/////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/ + f////////////////////////////////////////////////////////////39/f/8AAAD/AAAA/wAA + AP9/f3///////////////////////////////////////39/f/8AAAD/AAAA/wAAAP9/f3////////// + //////////////////////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/39/f///////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////////////////////// + //9/f3//AAAA/wAAAP8AAAD/f39///////////////////////////////////////9/f3//AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////////////////////// + /////////////39/f/8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP9/f3////////////////////////////////////////////////////////////9/f3//AAAA/wAA + AP8AAAD/f39///////////////////////////////////////9/f3//AAAA/wAAAP8AAAD/f39///// + ////////////////////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP9/f3///////////////////////////////////////39/f/8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/39/f///////////////////////////////////////f39//wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////// + //////////////////9/f3//AAAA/wAAAP8AAAD/f39///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/ + f/////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/f39/////////////////////////////////////////////////////////////f39//wAA + AP8AAAD/AAAA/39/f///////////////////////////////////////f39//wAAAP8AAAD/AAAA/39/ + f////////////////////////////////////////////////////////////39/f/8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////////9/f3//AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////////////////////// + /////////////39/f/8AAAD/AAAA/wAAAP9/f3///////////////////////////////////////39/ + f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////// + ////////////////////////f39//wAAAP8AAAD/AAAA/39/f/////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/f39/////////////////////////////////////////////////////////////f39//wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/ + f/////////////////////////////////////////////////////////////////////////////// + //9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/f39///////////////////////////////////////////////////////////////////// + /////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////////////////////// + //9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////// + /////////////////////////////39/f/8AAAD/AAAA/wAAAP9/f3////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/ + f/////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/39/f////////////////////////////////////////////////////////////39/ + f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP9/f3////////////////////////////////////////////////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/39/f/////////////////////////////////////////////////////////////// + //////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////// + //////////////////////////////////9/f3//AAAA/wAAAP8AAAD/f39///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP9/f3////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////////////////////// + //9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/f39///////////////////////////////////////////////////////////////////// + /////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////////////////////// + ////////////////////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////////////////////// + /////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////// + ////////////////////////////////////////f39//wAAAP8AAAD/AAAA/39/f/////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/f39///////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/39/f/////////////////////////////////////////////////////////////// + //////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////////////////////// + /////////////////////////////39/f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////// + //////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////// + /////////////////////////////////////////////39/f/8AAAD/AAAA/wAAAP9/f3////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////9/f3//AAAA/wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/39/f/////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////f39//wAAAP8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////39/f/8AAAD/AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////9/f3//AAAA/wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////f39//wAA + AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////39/ + f/8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //9/f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/39/f/////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////f39//wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP9/f3////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////90dP//dHT///////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////6+v//v7///11d//8NDf//Ghr//ycn//9ERP//U1P//2Fh//96ev//iIj//6Oj + //+3t///xMT//+Hh///r6/////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////6en//z8///+hof////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////90dP//AAD//wAA//9VVf//+vr///// + //////////////////////////////////////////////////////////////////////////////// + /////////////9LS//9xcf//Ghr//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8aGv//Jyf//0RE//9TU///YWH//3p6//+IiP//o6P//7y8 + ///Hx///4eH///Dw//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////8/P//zg4//8AAP//AAD//0FB + ///c3P////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////90dP//AAD//wAA//8AAP//AAD//0FB + ///z8/////////////////////////////////////////////////////////////////////////// + ///k5P//hIT//ysr//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//x4e//8sLP//RET//1ZW//9hYf//f3///4yM//+jo///vLz//8fH + ///h4f//8PD///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////+vr//0xM//8AAP//AAD//wAA + //8AAP//CAj//4aG///6+v////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////r6//9ra///AAD//wAA//8AAP//AAD//wAA + //8AAP//Li7//+np////////////////////////////////////////////////////////8PD//56e + //9DQ///AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//Hh7//yws//9ERP//Wlr//2Rk//9/f///kZH//+Xl//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////2dn//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//Kir//8jI//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////r6//9VVf//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8iIv//2dn///////////////////////////////////r6//+ysv//VVX//wgI + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//+Hh/////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////4OD//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//amr///Dw//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////r6//9VVf//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//xUV///Cwv//////////////////x8f//2lp//8VFf//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//S0v///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////52d//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8aGv//qKj///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////r6//9VVf//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//DQ3//6+v///r6///Jyf//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//CAj//1VV//+ysv//9vb//+Tk + ///a2v//xMT//6+v//+env//f3///3Bw//9hYf//RET//zg4//8jI///CAj//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//w0N + ///29v///////////////////////////////////////////////////////8LC//9iYv//8/P///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////7Oz//8EBP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//9NTf//4eH///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////Pz//9ISP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8EBP//e3v//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//9HR///np7///Pz//////////////// + ///////////////////////////////////////////////////////////////////29v//4eH//8/P + ///AwP//o6P//5GR//9/f///ZGT//1ZW//9ERP//LCz//x4e//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//w8P//////////////////////////////////////////////////8LC//8NDf//AAD//zU1 + ///p6f////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////8zM//8NDf//AAD//wAA + //8AAP//AAD//wAA//8AAP//Jib//wQE//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//w0N + //+Pj///+vr///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////5GR//9/f///f3///39///9/f///f3///39/ + //9/f///f3///39///9/f///f3///39///9/f///f3///39///9/f///f3///39///9/f///f3///39/ + //9/f///f3///39///9/f///f3///39///9/f///f3///39///9/f///f3///39////R0f////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////Pz//88PP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//ykp//+Dg///AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//MzP//5CQ///k5P////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////+vr///h4f//xMT//7Oz + //+jo///g4P//3d3//9hYf//TEz//0BA//8jI///DQ3//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//39//////////////////////////////////////////////6+v//8NDf//AAD//wAA + //8AAP//Ghr//8zM//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////93d//8aGv//AAD//wAA + //8AAP//AAD//wAA//8AAP//NTX///Pz///Q0P//Njb//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//zEx///MzP////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////8jI///AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//lZX///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////Pz//88PP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//ykp///p6f///////6Gh//8EBP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//yIi//98fP//2dn///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////4eH//9bW//9aWv//AAD//wAA + //8AAP//AAD//wAA//9ERP///////////////////////////////////////6ys//8EBP//AAD//wAA + //8AAP//AAD//wAA//8NDf//qKj///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////+np//8pKf//AAD//wAA + //8AAP//AAD//wAA//8AAP//IiL//+np//////////////r6//+Skv//DQ3//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//BAT//3Jy///z8/////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////IyP//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//39/ + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////Pz//88PP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//ykp///p6f//////////////////s7P//w0N//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//Jib//8fH//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////s7P//wAA + //8AAP//AAD//wAA//8AAP//CAj///b2/////////////////////////////6Wl//8EBP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//+Dg/////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////Pz//88PP//AAD//wAA + //8AAP//AAD//wAA//8AAP//FRX//9nZ/////////////////////////////+Hh//9NTf//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//Hh7//7Cw//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////yMj//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //96ev////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////+np//8pKf//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//zg4///p6f/////////////////////////////Cwv//FRX//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//0RE//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////Dw + //8AAP//AAD//wAA//8AAP//AAD//wAA///Dw////////////////////////5OT//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//1lZ///z8/////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////r6//9QUP//AAD//wAA + //8AAP//AAD//wAA//8AAP//DQ3//8LC/////////////////////////////////////////////6io + //8aGv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//VVX//+Xl//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////8jI///AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//YWH///////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////+np//8pKf//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//zw8///z8////////////////////////////////////////9nZ//8eHv//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//9ERP////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////NDT//wAA//8AAP//AAD//wAA//8AAP//f3///////////////////5OT//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//NTX//+np//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////9ra///AAD//wAA + //8AAP//AAD//wAA//8AAP//BAT//6ys//////////////////////////////////////////////// + ////////8PD//2Zm//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8REf//lpb///r6 + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////IyP//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//2Fh//////////////////////////////////////////////////////////////// + /////////////////////////////////////////////+np//8pKf//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//zw8///z8///////////////////////////////////////////////////6en//ykp + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//FRX//8zM//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////3R0//8AAP//AAD//wAA//8AAP//AAD//0RE/////////////3h4//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8aGv//zMz///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////+IiP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//5OT//////////////////////////////////////////////// + ////////////////////////xcX//yoq//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //85Of//1NT///////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////wQE + //8AAP//AAD//wAA//8AAP//AAD//39///9/f///f3///39///9/f///f3///39///9/f///f3///39/ + //9/f///f3///39///9/f///f3///39///9/f///f3///39///9/f///f3///39///9RUf//AAD//wAA + //8AAP//AAD//wAA//9ISP////////////////////////////////////////////////////////// + /////////////////////////////////////////////+Hh//8pKf//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//0hI///z8/////////////////////////////////////////////////////////// + ///z8///PDz//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8NDf//u7v///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////+7u///AAD//wAA//8AAP//AAD//wAA//8EBP//8/P//3R0//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//Ghr//7S0//8iIv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//w0N + //+oqP////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////+hof//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//3h4//////////////////////////////////////////////// + ///////////////////////////////////29v//goL//wgI//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wQE//97e///9vb///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //8AAP//AAD//wAA//8AAP//AAD//wAA//////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////r6///wAA + //8AAP//AAD//wAA//8AAP//RET///////////////////////////////////////////////////// + /////////////////////////////////////////////9nZ//8aGv//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//1VV///6+v////////////////////////////////////////////////////////// + //////////////b2//9VVf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wQE//+lpf////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////8/P//wQE//8AAP//AAD//wAA//8AAP//AAD//0BA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//Ghr//9nZ////////6en//zw8//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//4OD//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////+3t///BAT//wAA + //8AAP//AAD//wAA//8AAP//AAD//1lZ//////////////////////////////////////////////// + ///////////////////////////////////////////////////Z2f//PT3//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//yIi//+5uf////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////AAD//wAA//8AAP//AAD//wAA//8AAP////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////8TE + //8AAP//AAD//wAA//8AAP//AAD//zAw//////////////////////////////////////////////// + /////////////////////////////////////////////9nZ//8aGv//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//1VV///6+v////////////////////////////////////////////////////////// + ////////////////////////xMT//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//4+P + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////87O///AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//KSn//9nZ///////////////////6+v//YmL//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//WVn///Pz//////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////MzP//DQ3//wAA + //8AAP//AAD//wAA//8AAP//AAD//0FB///6+v////////////////////////////////////////// + //////////////////////////////////////////////////////////////////+dnf//ERH//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//11d///s7P////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////wAA//8AAP//AAD//wAA//8AAP//AAD///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///ExP//AAD//wAA//8AAP//AAD//wAA//8jI/////////////////////////////////////////// + /////////////////////////////////////////////9nZ//8aGv//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//1lZ///6+v////////////////////////////////////////////////////////// + /////////////////////////////7Oz//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//dHT///r6//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////eHj//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//KSn//+np//////////////////////////////////+Li///BAT//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//81Nf//6en///////////////////////////////////// + ///////////////////////////////////////////////////////////////////d3f//Ghr//wAA + //8AAP//AAD//wAA//8AAP//AAD//ykp///z8/////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////+np + //9VVf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//ERH//52d//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////8AAP//AAD//wAA//8AAP//AAD//wAA//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////4eH//wAA//8AAP//AAD//wAA//8AAP//Fhb///////////////////////////////////// + /////////////////////////////////////////////8LC//8aGv//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//3R0//////////////////////////////////////////////////////////////// + //////////////////////////////////+jo///AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//9VVf//+vr///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////7u7//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//MTH//+np/////////////////////////////////////////////7Oz + //8NDf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//xoa///MzP////////////////////////// + ///////////////////////////////////////////////////////////////////p6f//KSn//wAA + //8AAP//AAD//wAA//8AAP//AAD//xoa///p6f////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////7S0//8iIv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//a2v///// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////AAD//wAA//8AAP//AAD//wAA//8AAP////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////+Hh//8AAP//AAD//wAA//8AAP//AAD//wAA//////////////////////////////// + /////////////////////////////////////////////8LC//8NDf//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//3R0//////////////////////////////////////////////////////////////// + ////////////////////////////////////////o6P//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//zw8///z8/////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////z8///BAT//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//PDz///Pz//////////////////////////////////////////////// + ////////1NT//yIi//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//DQ3//6io//////////////// + ///////////////////////////////////////////////////////////////////z8///PDz//wAA + //8AAP//AAD//wAA//8AAP//AAD//w0N///Z2f////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////8/P//3Jy//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//ERH//93d + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////wAA//8AAP//AAD//wAA//8AAP//Hh7///////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////29v//AAD//wAA//8AAP//AAD//wAA//8AAP//9vb///////////////////// + /////////////////////////////////////////////8LC//8NDf//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//3R0//////////////////////////////////////////////////////////////// + /////////////////////////////////////////////6Oj//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//KSn//+np//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////9ra//+zs///iIj//7e3//////////////////////////////// + ////////////////////////////////////////////////////////6en//xER//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//PDz///Pz//////////////////////////////////////////////// + ///////////////////p6f//PDz//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//g4P///// + ///////////////////////////////////////////////////////////////////6+v//UFD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wQE//+/v/////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////+Dg///AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//7e3 + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////8AAP//AAD//wAA//8AAP//AAD//yMj//////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////wAA//8AAP//AAD//wAA//8AAP//AAD//+Hh//////////////// + /////////////////////////////////////////////8LC//8NDf//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//5OT//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////+jo///AAD//wAA//8AAP//AAD//wAA + //9RUf//Ghr//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8aGv//2dn///////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///g4P//t7f//4yM//9hYf//ODj//w0N//8AAP//AAD//wAA//9aWv////////////////////////// + ////////////////////////////////////////////////////////6en//ykp//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//VVX///b2//////////////////////////////////////////////// + //////////////////////////////r6//9iYv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //9ZWf//8/P/////////////////////////////////////////////////////////////b2///wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//+oqP////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////+3t///BAT//wAA//8AAP//AAD//wAA//8AAP//AAD//4OD + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////AAD//wAA//8AAP//AAD//wAA//8jI/////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////8REf//AAD//wAA//8AAP//AAD//wAA///h4f////////// + /////////////////////////////////////////////6ys//8ICP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//5OT//////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////o6P//wAA//8AAP//AAD//wAA + //8AAP//f3///+np//8pKf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//xER///Cwv////////// + ////////////////////////////////////////////////////////5+f//7y8//+Rkf//ZGT//zg4 + //8NDf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//FRX///////////////////// + ////////////////////////////////////////////////////////3d3//ykp//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//+vr//////////////////////////////////////////////// + /////////////////////////////////////////////4uL//8EBP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//zU1///p6f//////////////////////////////////////////////////i4v//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//+Pj/////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////h4f//FRX//wAA//8AAP//AAD//wAA//8AAP//AAD//0hI + ///6+v////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////wAA//8AAP//AAD//wAA//8AAP//IyP///// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////IyP//wAA//8AAP//AAD//wAA//8AAP//xMT///// + /////////////////////////////////////////////6ys//8EBP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//5OT//////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////6Oj//8AAP//AAD//wAA + //8AAP//AAD//39/////////8PD//zw8//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//CAj//6ys + /////////////////////////////+vr//+/v///kZH//2ho//88PP//ERH//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA///S0v////////// + ////////////////////////////////////////////////////////2dn//xoa//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//+zs/////////////////////////////////////////// + ////////////////////////////////////////////////////////s7P//w0N//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//Ghr//8zM////////////////////////////////////////paX//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//9vb/////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////29v//MTH//wAA//8AAP//AAD//wAA//8AAP//AAD//yIi + ///w8P////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////8AAP//AAD//wAA//8AAP//AAD//yMj + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////ycn//8AAP//AAD//wAA//8AAP//AAD//8TE + /////////////////////////////////////////////6ys//8EBP//AAD//wAA//8AAP//AAD//wAA + //8AAP//BAT//6Wl//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////+env//AAD//wAA + //8AAP//AAD//wAA//9/f//////////////z8///UFD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8EBP//lpb////////Z2f//RET//xYW//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//kZH///// + ////////////////////////////////////////////////////////2dn//xoa//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//cHD///////////////////////////////////// + ///////////////////////////////////////////////////////////////////U1P//IiL//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8NDf//qKj/////////////////////////////u7v//wQE + //8AAP//AAD//wAA//8AAP//AAD//wAA//9VVf//+vr///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////YmL//wAA//8AAP//AAD//wAA//8AAP//AAD//w0N + ///Q0P////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////r6///AAD//wAA//8AAP//AAD//wAA + //8jI/////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////9ERP//AAD//wAA//8AAP//AAD//wAA + //+rq////////////////////////////////////////6Wl//8EBP//AAD//wAA//8AAP//AAD//wAA + //8AAP//BAT//6ys//////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////f3///wAA + //8AAP//AAD//wAA//8AAP//f3////////////////////r6//9nZ///AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//98fP//4eH//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//1NT + ////////////////////////////////////////////////////////wsL//w0N//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//zQ0//////////////////////////////// + /////////////////////////////////////////////////////////////////////////////+zs + //9BQf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//+Dg///////////////////0ND//w0N + //8AAP//AAD//wAA//8AAP//AAD//wAA//88PP//8/P///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////nZ3//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //+hof////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////4eH//wAA//8AAP//AAD//wAA + //8AAP//IyP///////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////RET//wAA//8AAP//AAD//wAA + //8AAP//o6P//////////////////////////////////5OT//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//BAT//6ys//////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////39/ + //8AAP//AAD//wAA//8AAP//AAD//39//////////////////////////////0tL//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//15e//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8NDf//+vr/////////////////////////////////////////////wsL//w0N//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//8PD///////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////+vr//2dn//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//1lZ///z8///4eH//xoa + //8AAP//AAD//wAA//8AAP//AAD//wAA//8pKf//7Oz///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////zMz//wgI//8AAP//AAD//wAA//8AAP//AAD//wAA + //9ra/////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////+Hh//8AAP//AAD//wAA + //8AAP//AAD//yMj//////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////15e//8AAP//AAD//wAA + //8AAP//AAD//5GR/////////////////////////////5OT//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//DQ3//7Oz//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //9/f///AAD//wAA//8AAP//AAD//wAA//9/f///////////////////6en//1VV//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8ICP//CAj//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8EBP//MDD//1pa//+IiP//q6v//wAA//8AAP//AAD//wAA + //8AAP//AAD//8vL////////////////////////////////////////r6///w0N//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//i4v//wgI//8AAP//AAD//wAA//8AAP//AAD//7Oz//////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////k5P//wQE//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//NTX//ykp + //8AAP//AAD//wAA//8AAP//AAD//wAA//8aGv//3d3///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////7Oz//x4e//8AAP//AAD//wAA//8AAP//AAD//wAA + //84OP//+vr///////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////h4f//AAD//wAA + //8AAP//AAD//wAA//8jI/////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////9hYf//AAD//wAA + //8AAP//AAD//wAA//9/f////////////////////////5OT//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//DQ3//8LC//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////f3///wAA//8AAP//AAD//wAA//8AAP//jIz/////////////nZ3//xER//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//9FRf//4eH//zg4//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//zAw//9WVv//f3///6+v///W1v//+vr///////////////////////80NP//AAD//wAA + //8AAP//AAD//wAA//+Hh////////////////////////////////////////8LC//8NDf//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//5OT//9ERP//AAD//wAA//8AAP//AAD//wAA//9tbf////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////+3t///DQ3//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8NDf//zMz///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////+vr//0VF//8AAP//AAD//wAA//8AAP//AAD//wAA + //8aGv//5eX///////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////4eH//wAA + //8AAP//AAD//wAA//8AAP//IyP///////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////c3P//wAA + //8AAP//AAD//wAA//8AAP//d3f//////////////////4OD//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//DQ3//8LC//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////39///8AAP//AAD//wAA//8AAP//AAD//6Oj///Z2f//QUH//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//xER//+hof////////////9TU///AAD//wAA//8AAP//AAD//wAA + //9wcP//0tL///b2////////////////////////////////////////////////////////cHD//wAA + //8AAP//AAD//wAA//8AAP//R0f/////////////////////////////////////////////wsL//w0N + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//IiL//wAA//8AAP//AAD//wAA//8AAP//Kyv///// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////9nZ//8mJv//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8EBP//t7f///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////4CA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8EBP//v7////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////+Hh + //8AAP//AAD//wAA//8AAP//AAD//yMj//////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////39/ + //8AAP//AAD//wAA//8AAP//AAD//2Fh/////////////3R0//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//Ghr//8LC//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////9/f///AAD//wAA//8AAP//AAD//wAA//9CQv//CAj//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//1VV///s7P//////////////////aGj//wAA//8AAP//AAD//wAA + //8AAP//f3///////////////////////////////////////////////////////////////////7u7 + //8AAP//AAD//wAA//8AAP//AAD//wgI///29v////////////////////////////////////////// + ///Cwv//DQ3//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + ///n5/////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////7Oz//0FB//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//oaH///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////6+v//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//j4////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///h4f//AAD//wAA//8AAP//AAD//wAA//88PP////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //+IiP//AAD//wAA//8AAP//AAD//wAA//9hYf///////3R0//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//Ghr//9nZ//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////f3///wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//Hh7//7S0/////////////////////////////4OD//8AAP//AAD//wAA + //8AAP//AAD//2Rk//////////////////////////////////////////////////////////////// + ///z8///BAT//wAA//8AAP//AAD//wAA//8AAP//w8P///////////////////////////////////// + /////////////8LC//8aGv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//q6v///////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////6+v//Z2f//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//g4P///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////93d//8NDf//AAD//wAA//8AAP//AAD//wAA + //8AAP//WVn///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////4eH//wAA//8AAP//AAD//wAA//8AAP//RET///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////o6P//wAA//8AAP//AAD//wAA//8AAP//RET//3R0//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//Ghr//9nZ//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////2ho//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//b2////Pz//////////////////////////////////+jo///AAD//wAA + //8AAP//AAD//wAA//9MTP////////////////////////////////////////////////////////// + /////////////zs7//8AAP//AAD//wAA//8AAP//AAD//39///////////////////////////////// + ////////////////////////2dn//xoa//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//2ho//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //+Tk///BAT//wAA//8AAP//AAD//wAA//8AAP//Z2f///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////Pz//8uLv//AAD//wAA//8AAP//AAD//wAA + //8AAP//Li7///Pz//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////+Hh//8AAP//AAD//wAA//8AAP//AAD//0RE//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////6Oj//8AAP//AAD//wAA//8AAP//AAD//wQE//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//Hh7//9nZ//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////9hYf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8qKv//yMj/////////////////////////////////////////////xMT//wAA + //8AAP//AAD//wAA//8AAP//MDD///////////////////////////////////////////////////// + /////////////8zM//8aGv//AAD//wAA//8AAP//AAD//wAA//8/P/////////////////////////// + ///////////////////////////////////Z2f//Ghr//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8rK/////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////7e3//8NDf//AAD//wAA//8AAP//TEz///r6//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////9ZWf//AAD//wAA//8AAP//AAD//wAA + //8AAP//DQ3//9nZ//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////h4f//AAD//wAA//8AAP//AAD//wAA//9ERP////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////ExP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//KSn//+np//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////p6f//NTX//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wQE//+Cgv//+vr//////////////////////////////////////////////////93d + //8AAP//AAD//wAA//8AAP//AAD//xER//////////////////////////////////////////////// + /////////////52d//8ICP//AAD//wAA//8AAP//AAD//wAA//8AAP//BAT///Pz//////////////// + /////////////////////////////////////////////9nZ//8aGv//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//+fn//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////2dn//yYm//8AAP//NTX///Pz//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////+Skv//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//6+v//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////4eH//wAA//8AAP//AAD//wAA//8AAP//RET///////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////xMT//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//KSn//+np//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////+dnf//ERH//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//zk5///Z2f////////////////////////////////////////////////////////// + ///29v//AAD//wAA//8AAP//AAD//wAA//8AAP//8/P///////////////////////////////////// + ////////+vr//2dn//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//x4e///p6f////////// + ////////////////////////////////////////////////////////2dn//xoa//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//+rq/////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////s7P//YmL//+np//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////+/v///BAT//wAA//8AAP//AAD//wAA + //8AAP//AAD//4CA//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////9ra//8AAP//AAD//wAA//8AAP//AAD//0RE//////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////9ra//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//KSn//+np//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////9nZ//9BQf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//DQ3//5aW///6+v////////////////////////////////////////////////////////// + /////////////xYW//8AAP//AAD//wAA//8AAP//AAD//9ra//////////////////////////////// + ////////6en//zg4//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//0FB///p6f////////// + ///////////////////////////////////////////////////////////////////Z2f//KSn//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//YWH///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////p6f//Ghr//wAA//8AAP//AAD//wAA + //8AAP//AAD//0VF///6+v////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////ExP//AAD//wAA//8AAP//AAD//wAA//9ERP////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////h4f//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//PDz///Pz//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////+vr//4aG//8ICP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//SEj//+Xl//////////////////////////////////////////////////////////////// + //////////////////8wMP//AAD//wAA//8AAP//AAD//wAA//9VVf//kZH//7y8///g4P////////// + ////////v7///xoa//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//3Bw///6+v////////// + /////////////////////////////////////////////////////////////////////////////+np + //8pKf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//yMj///6+v////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////6+v//PDz//wAA//8AAP//AAD//wAA + //8AAP//AAD//x4e///s7P////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////xMT//wAA//8AAP//AAD//wAA//8AAP//RET///// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////6+v//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//PDz///Pz//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////yMj//y4u//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//8TE//////////////////////////////////////////////////////////////// + ////////////////////////TEz//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wgI + //80NP//U1P//wQE//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//CAj//6Gh//////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////6en//ykp//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//VVX///r6//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////c3P//wAA//8AAP//AAD//wAA + //8AAP//AAD//wgI///MzP////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////8TE//8AAP//AAD//wAA//8AAP//AAD//0RE + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//PDz///Pz//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////z8///b2///wQE//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA///ExP////////////////////////////////////////////////////////// + /////////////////////////////2Rk//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//Hh7//8zM//////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////p6f//KSn//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//9VVf//+vr///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////paX//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//+dnf////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////ExP//AAD//wAA//8AAP//AAD//wAA + //9ERP////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////BAT//wAA//8AAP//AAD//wAA + //8AAP//VVX///Pz//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////+0tP//Hh7//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//xMT///////////////////////////////////////////////////// + //////////////////////////////////9/f///AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//RUX//+zs//////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////+np//8mJv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//0xM + ///z8/////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////1NT//w0N//8AAP//AAD//wAA + //8AAP//AAD//wAA//9nZ/////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////xMT//wAA//8AAP//AAD//wAA + //8AAP//RET///////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////yMj//8AAP//AAD//wAA + //8AAP//VVX///r6//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////+np//9VVf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//BAT//w0N + //8AAP//AAD//wAA//8AAP//AAD//8TE//////////////////////////////////////////////// + ////////////////////////////////////////o6P//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//d3f///r6//////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////kZH//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//PDz///Pz//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////8/P//yYm//8AAP//AAD//wAA + //8AAP//AAD//wAA//81Nf//9vb///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////8TE//8AAP//AAD//wAA + //8AAP//AAD//1NT//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////8jI///AAD//wAA + //8AAP//VVX///r6//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////52d//8REf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//MTH//8zM + //9ERP//AAD//wAA//8AAP//AAD//wAA///ExP////////////////////////////////////////// + /////////////////////////////////////////////87O//8nJ///AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8NDf//paX///////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////8TE//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//88PP//8/P///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////0xM//8AAP//AAD//wAA + //8AAP//AAD//wAA//8VFf//5eX///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////ExP//AAD//wAA + //8AAP//AAD//wAA//9hYf////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////QED//wAA + //8AAP//a2v///r6//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////2dn//0FB//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8ICP//ior///r6 + ////////RET//wAA//8AAP//AAD//wAA//8AAP//4eH///////////////////////////////////// + //////////////////////////////////////////////////////////////r6///a2v//t7f//5GR + //9ra///TEz//x4e//8AAP//AAD//wAA//8AAP//AAD//wAA//8iIv//0ND///////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////8/P//4KC//8NDf//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//zw8///z8/////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////4iI//8AAP//AAD//wAA + //8AAP//AAD//wAA//8EBP//u7v///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////xMT//wAA + //8AAP//AAD//wAA//8AAP//YWH///////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////0RE + //8AAP//dHT///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///6+v//hob//wgI//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//9BQf//3Nz///// + /////////////0RE//8AAP//AAD//wAA//8AAP//AAD//+Hh//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////9vb//9bW//+zs///jIz//2ho//9eXv//7Oz///////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////6+v//nZ3//xoa//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//PDz//+np//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////7u7//8EBP//AAD//wAA + //8AAP//AAD//wAA//8AAP//iIj///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////8TE + //8AAP//AAD//wAA//8AAP//AAD//2Fh//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //9TU///dHT///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///IyP//Li7//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//xER//+dnf////////// + //////////////////9ERP//AAD//wAA//8AAP//AAD//wAA///h4f////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////+ysv//Kir//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8pKf//6en///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////+Hh//8VFf//AAD//wAA + //8AAP//AAD//wAA//8AAP//UVH///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///ExP//AAD//wAA//8AAP//AAD//wAA//9hYf////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////xcX///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////Pz + //9vb///BAT//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//1VV///l5f////////// + ////////////////////////RET//wAA//8AAP//AAD//wAA//8AAP//4eH///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////8jI//9CQv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8nJ///AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//ykp///p6f////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////b2//81Nf//AAD//wAA + //8AAP//AAD//wAA//8AAP//KSn///Pz//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////xMT//wAA//8AAP//AAD//wAA//8AAP//YWH///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////7S0 + //8eHv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//FRX//7Cw//////////////// + /////////////////////////////ycn//8AAP//AAD//wAA//8AAP//AAD//+Hh//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////3Nz//1lZ//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//0JC///IyP//+vr//1VV//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//KSn//+np + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////9nZ///AAD//wAA + //8AAP//AAD//wAA//8AAP//DQ3//9TU//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////6Oj//8AAP//AAD//wAA//8AAP//AAD//2Fh//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////+np + //9FRf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//9dXf//4eH///// + //////////////////////////////////8jI///AAD//wAA//8AAP//AAD//wAA///h4f////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////s7P//cnL//wQE//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//MjL//7m5///////////////////6+v//VVX//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8pKf//5eX///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////+hof//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//6io//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////+jo///AAD//wAA//8AAP//AAD//wAA//9hYf////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////729//8yMv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wgI + //92dv//8PD/////////////////////////////IyP//wAA//8AAP//AAD//wAA//8AAP//4eH///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////b2//+Kiv//ERH//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8mJv//paX///////////////////////////////////r6//9VVf//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//xoa///Z2f////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////MzP//CAj//wAA + //8AAP//AAD//wAA//8AAP//AAD//3d3//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////o6P//wAA//8AAP//AAD//wAA//8AAP//YWH///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////6Gh//8iIv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//xER//+Ojv//9vb//////////////////yMj//8AAP//AAD//wAA//8AAP//AAD///b2 + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////9zc//8eHv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//xER + //+Zmf//+vr/////////////////////////////////////////////+vr//1VV//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//Ghr//9nZ//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////s7P//IiL//wAA + //8AAP//AAD//wAA//8AAP//AAD//0FB///6+v////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////6Oj//8AAP//AAD//wAA//8AAP//AAD//2Fh//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////9vb//46O//8REf//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//yYm//+lpf////////////8jI///AAD//wAA//8AAP//AAD//wAA + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////yMj//zY2//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8EBP//amr///Dw////////////////////////////////////////////////////////dHT//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8aGv//2dn///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////6+v//SEj//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//+QkP////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////+jo///AAD//wAA//8AAP//AAD//wAA//9hYf////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////8PD//3Z2//8ICP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//zY2///Cwv//IyP//wAA//8AAP//AAD//wAA + //8AAP////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////6+v//mZn//xER//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8VFf//nZ3///////////////////////////////////////////////////// + //90dP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//xoa///Z2f////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////4CA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//3x8///6+v////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////o6P//wAA//8AAP//AAD//wAA//8AAP//a2v///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////4eH//2Fh + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////s7P//Zmb//wQE//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//85Of//3d3///////////////////////////////////// + ////////+vr//ycn//8AAP//AAD//wAA//8AAP//AAD//wAA//8NDf//wsL///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////oaH//wQE//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//TEz///Pz//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////6Oj//8AAP//AAD//wAA//8AAP//AAD//39/ + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////o6P//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//9mZv//8PD///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////0dH//0VF//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////MzP//OTn//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//9nZ//////////////////////////////// + /////////////3R0//8AAP//AAD//wAA//8AAP//AAD//wAA//8EBP//rKz///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////Cwv//FRX//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8uLv//4eH///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////+jo///AAD//wAA//8AAP//AAD//wAA + //9/f/////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////6Oj//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//xUV//+oqP////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////vb3//zIy//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //+dnf//FRX//wAA//8AAP//AAD//wAA//8AAP//AAD//yMj//////////////////////////////// + /////////////5OT//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//j4////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////93d//8pKf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//xoa + ///Cwv////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////o6P//wAA//8AAP//AAD//wAA + //8AAP//f3////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////AwP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//0lJ///h4f////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////oaH//yIi//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//5mZ///6+v////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////Dw//8yMv//AAD//wAA//8AAP//AAD//wAA//9tbf////////////////////////// + /////////////6ys//8EBP//AAD//wAA//8AAP//AAD//wAA//8AAP//b2////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////8/P//0VF//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//BAT//6Gh//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////6Oj//8AAP//AAD//wAA + //8AAP//AAD//39///////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////xMT//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//CAj//4+P///6+v////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////29v//jo7//xER//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//g4P///////////////////////////////////// + /////////////////////////////////////////////7+///+Rkf//o6P//7e3///ExP//2tr//+Hh + ///29v////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////Ghr//wAA//8AAP//AAD//wAA//8AAP//u7v///////////////////// + /////////////8LC//8NDf//AAD//wAA//8AAP//AAD//wAA//8AAP//UFD///r6//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////6+v//a2v//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//fHz///r6//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////+jo///AAD//wAA + //8AAP//AAD//wAA//9/f/////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////8TE//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//MTH//8jI + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////w8P//dnb//wgI + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//4OD//////////////////////////////// + //////////////////////////////////////////////////9oaP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8eHv//IyP//0BA//9ERP//YWH//2Rk//9/f///zc3///////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////zs7//wAA//8AAP//AAD//wAA//8AAP//CAj///b2//////////////// + /////////////9nZ//8aGv//AAD//wAA//8AAP//AAD//wAA//8AAP//ODj///Pz//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////+Wlv//BAT//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//9QUP//8/P///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////iIj//wAA + //8AAP//AAD//wAA//8AAP//f3////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////ExP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8EBP//b2////Dw//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///h4f//YWH//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//+jo/////////////////////////// + ////////////////////////////////////////////////////////Vlb//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//9CQv//u7v///// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////39///8AAP//AAD//wAA//8AAP//AAD//0tL//////////////// + /////////////+np//8pKf//AAD//wAA//8AAP//AAD//wAA//8AAP//Jib//+np//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////7e3 + //8NDf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//zEx///l5f////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////39/ + //8AAP//AAD//wAA//8AAP//AAD//39///////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////2tr//wAA + //8AAP//AAD//wAA//8AAP//IyP/////////////wMD//yoq//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8eHv//sLD///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//o6P///////////////////// + /////////////////////////////////////////////////////////////0RE//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8yMv//qqr///r6//////////////////////////////////////////////////////////////// + //////////////////////////////////87O///AAD//wAA//8AAP//AAD//wAA//+Vlf////////// + //////////////Pz//88PP//AAD//wAA//8AAP//AAD//wAA//8AAP//ERH//9nZ//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////1NT//yIi//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//Ghr//8fH//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //9/f///AAD//wAA//8AAP//AAD//wAA//9/f/////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////+Hh + //8AAP//AAD//wAA//8AAP//AAD//yMj///////////////////29v//fn7//wQE//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//9RUf//5eX///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////6+v//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//6Oj//////////////// + //////////////////////////////////////////////////////////////////8nJ///AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8mJv//lZX///b2//////////////////////////////////////////////// + ///////////////////////////////////s7P//AAD//wAA//8AAP//AAD//wAA//8AAP//3Nz///// + //////////////r6//9VVf//AAD//wAA//8AAP//AAD//wAA//8AAP//BAT//8LC//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////p6f//PDz//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8ICP//paX///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////f3///wAA//8AAP//AAD//wAA//8AAP//f3////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///h4f//AAD//wAA//8AAP//AAD//wAA//8AAP/////////////////////////////U1P//OTn//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//w0N//+Wlv//+vr///////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////4eH//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//+3t/////////// + ////////////////////////////////////////////////////////////////////////ERH//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8aGv//hYX///Dw//////////////////////////////// + ////////////////////////////////////////pqb//wAA//8AAP//AAD//wAA//8AAP//Jyf///// + //////////////////90dP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//6io//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////b2//9dXf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //+AgP////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////39///8AAP//AAD//wAA//8AAP//AAD//39///////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////4eH//wAA//8AAP//AAD//wAA//8AAP//AAD///////////////////////////////////r6 + //+Wlv//DQ3//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//zk5///Q0P////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////+Hh//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//xMT///// + /////////////////////////////////////////////////////////////////////////////wAA + //8AAP//AAD//wAA//8AAP//AAD//yMj//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8REf//i4v///////////////////// + /////////////////////////////////////////////1pa//8AAP//AAD//wAA//8AAP//AAD//3Fx + //////////////////+Tk///AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//4uL//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////4iI//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//1BQ///z8/////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////9/f///AAD//wAA//8AAP//AAD//wAA//+Dg/////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////Pz//8AAP//AAD//wAA//8AAP//AAD//wAA//////////////////////////////// + /////////////+Xl//9NTf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//BAT//3d3 + ///29v////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////h4f//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//8TE + /////////////////////////////////////////////////////////////////////////////+Hh + //8AAP//AAD//wAA//8AAP//AAD//w0N///////////////////k5P//4eH//8fH///ExP//q6v//319 + //8REf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//7Cw//////////////// + //////////////////////////////////////////////r6//8REf//AAD//wAA//8AAP//AAD//wAA + //+/v/////////////+srP//BAT//wAA//8AAP//AAD//wAA//8AAP//AAD//2tr//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////qKj//w0N//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//MTH//+Xl//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////f3///wAA//8AAP//AAD//wAA//8AAP//o6P///////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////AAD//wAA//8AAP//AAD//wAA//8AAP////////////////////////// + /////////////////////////////6ys//8aGv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//IiL//7y8//////////////////////////////////////////////////////////////// + ////////////////////////////////////////4eH//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + ///Hx/////////////////////////////////////////////////////////////////////////// + ///Pz///AAD//wAA//8AAP//AAD//wAA//8jI/////////////////////////////////////////// + ////////8PD//4yM//8aGv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//1VV//////////////// + ///////////////////////////////////////////////////Hx///AAD//wAA//8AAP//AAD//wAA + //8NDf//9vb////////Cwv//DQ3//wAA//8AAP//AAD//wAA//8AAP//AAD//0hI///6+v////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////Hx///Ghr//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8aGv//x8f///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////39///8AAP//AAD//wAA//8AAP//AAD//6Oj//////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////wAA//8AAP//AAD//wAA//8AAP//AAD//+Tk//////////////// + ////////////////////////////////////////8PD//2Zm//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//9WVv////////////////////////////////////////////////////////// + /////////////////////////////////////////////+Hh//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//4eH///////////////////////////////////////////////////////////////////// + ////////wMD//wAA//8AAP//AAD//wAA//8AAP//RET///////////////////////////////////// + ////////////////////////3Nz//wQE//8AAP//AAD//wAA//8AAP//AAD//xER///s7P////////// + ////////////////////////////////////////////////////////fHz//wAA//8AAP//AAD//wAA + //8AAP//T0/////////Z2f//Ghr//wAA//8AAP//AAD//wAA//8AAP//AAD//zEx///z8/////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////+Xl + //8xMf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wgI//+lpf////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////9/f///AAD//wAA//8AAP//AAD//wAA//+jo/////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////8AAP//AAD//wAA//8AAP//AAD//wAA///h4f////////// + ////////////////////////////////////////////////////////wMD//yoq//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//d3f///////////////////////////////////////////////////// + ///////////////////////////////////////////////////h4f//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//+Hh//////////////////////////////////////////////////////////////// + /////////////6Oj//8AAP//AAD//wAA//8AAP//AAD//1NT//////////////////////////////// + /////////////////////////////01N//8AAP//AAD//wAA//8AAP//AAD//wAA//+hof////////// + /////////////////////////////////////////////////////////////y8v//8AAP//AAD//wAA + //8AAP//AAD//5mZ///p6f//KSn//wAA//8AAP//AAD//wAA//8AAP//AAD//x4e///p6f////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////8/P//0xM//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//4CA//////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////f3///wAA//8AAP//AAD//wAA//8AAP//o6P///// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////ERH//wAA//8AAP//AAD//wAA//8AAP//4eH///// + ///////////////////////////////////////////////////////////////////29v//fn7//wQE + //8AAP//AAD//wAA//8AAP//AAD//56e//////////////////////////////////////////////// + ////////////////////////////////////////////////////////4eH//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA///h4f////////////////////////////////////////////////////////// + //////////////////+MjP//AAD//wAA//8AAP//AAD//wAA//9kZP////////////////////////// + /////////////////////////////6Gh//8AAP//AAD//wAA//8AAP//AAD//wAA//9FRf////////// + /////////////////////////////////////////////////////////////+Tk//8AAP//AAD//wAA + //8AAP//AAD//wAA///U1P//PDz//wAA//8AAP//AAD//wAA//8AAP//AAD//w0N///Z2f////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////6+v//fHz//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//UFD///Pz + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////39///8AAP//AAD//wAA//8AAP//AAD//6Oj + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////yMj//8AAP//AAD//wAA//8AAP//AAD//+Hh + //////////////////////////////////////////////////////////////////////////////// + //80NP//AAD//wAA//8AAP//AAD//wAA///AwP////////////////////////////////////////// + /////////////////////////////////////////////////////////////8/P//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//8PD///////////////////////////////////////////////////// + ////////////////////////d3f//wAA//8AAP//AAD//wAA//8AAP//f3////////////////////// + /////////////////////////////+Xl//8REf//AAD//wAA//8AAP//AAD//wAA//8NDf//4eH///// + //////////////////////////////////////////////////////////////////+env//AAD//wAA + //8AAP//AAD//wAA//8nJ///VVX//wAA//8AAP//AAD//wAA//8AAP//AAD//wQE//+/v/////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////+dnf//BAT//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8xMf//5eX///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////9wcP//AAD//wAA//8AAP//AAD//wAA + //+jo/////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////8jI///AAD//wAA//8AAP//AAD//wAA + ///Ly/////////////////////////////////////////////////////////////////////////// + ////////DQ3//wAA//8AAP//AAD//wAA//8AAP//4eH///////////////////////////////////// + ///////////////////////////////////////////////////////////////////ExP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD///////////////////////////////////////////////////// + /////////////////////////////2Fh//8AAP//AAD//wAA//8AAP//AAD//5qa//////////////// + //////////////////////////////////9NTf//AAD//wAA//8AAP//AAD//wAA//8AAP//j4////// + ////////////////////////////////////////////////////////////////////////Vlb//wAA + //8AAP//AAD//wAA//8AAP//DQ3//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//+lpf////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////7+///8REf//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//xoa///Hx/////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////YWH//wAA//8AAP//AAD//wAA + //8AAP//o6P///////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////IyP//wAA//8AAP//AAD//wAA + //8AAP//xMT///////////////////////////////////////////////////////////////////// + ////////6+v//wAA//8AAP//AAD//wAA//8AAP//BAT///////////////////////////////////// + ////////////////////////////////////////////////////////////////////////xMT//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//////////////////////////////////////////////// + //////////////////////////////////9MTP//AAD//wAA//8AAP//AAD//wAA//8EBP//LCz//09P + //9wcP//lZX//7y8///d3f////////////+hof//AAD//wAA//8AAP//AAD//wAA//8AAP//OTn///r6 + ////////////////////////////////////////////////////////////////////////9vb//w0N + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//+Dg/////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////2dn//ykp//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//CAj//6Wl//////////////////////////////////////////////// + /////////////////////////////////////////////////////////////2Fh//8AAP//AAD//wAA + //8AAP//AAD//6Oj//////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////yws//8AAP//AAD//wAA + //8AAP//AAD//8TE//////////////////////////////////////////////////////////////// + /////////////8vL//8AAP//AAD//wAA//8AAP//AAD//yws//////////////////////////////// + /////////////////////////////////////////////////////////////////////////////8TE + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP////////////////////////////////////////// + ////////////////////////////////////////ODj//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wQE//8sLP//DQ3//wAA//8AAP//AAD//wAA//8AAP//BAT//9TU + /////////////////////////////////////////////////////////////////////////////7+/ + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//9iYv////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////r6//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////w8P//QUH//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//gID///////////////////////////////////// + //////////////////////////////////////////////////////////////////9hYf//AAD//wAA + //8AAP//AAD//wAA//+jo/////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////9ERP//AAD//wAA + //8AAP//AAD//wAA///ExP////////////////////////////////////////////////////////// + //////////////////+rq///AAD//wAA//8AAP//AAD//wAA//9MTP////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///ExP//AAD//wAA//8AAP//AAD//wAA//8AAP//IyP///////////////////////////////////// + /////////////////////////////////////////////yMj//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//4KC + //////////////////////////////////////////////////////////////////////////////// + //90dP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//9FRf//+vr///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////7S0//88PP//8/P///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////r6 + //9nZ///AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//9QUP//8/P///////////////////// + ////////////////////////////////////////////////////////////////////////YWH//wAA + //8AAP//AAD//wAA//8AAP//o6P///////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////RET//wAA + //8AAP//AAD//wAA//8AAP//q6v///////////////////////////////////////////////////// + ////////////////////////bW3//wAA//8AAP//AAD//wAA//8AAP//a2v///////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////xMT//wAA//8AAP//AAD//wAA//8AAP//AAD//yMj//////////////////////////////// + //////////////////////////////////////////////////8EBP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//yoq + ///29v////////////////////////////////////////////////////////////////////////// + ////////Kyv//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8uLv//8/P///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////Dw//8eHv//AAD//zw8///z8/////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////4+P//8EBP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//zEx///l5f////////// + /////////////////////////////////////////////////////////////////////////////2Fh + //8AAP//AAD//wAA//8AAP//AAD//6Oj//////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////0RE + //8AAP//AAD//wAA//8AAP//AAD//6Oj//////////////////////////////////////////////// + ///////////////////6+v//d3f//wAA//8AAP//AAD//wAA//8AAP//AAD//4yM//////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////8TE//8AAP//AAD//wAA//8AAP//AAD//wAA//8jI/////////////////////////// + ///////////////////////////////////////////////////w8P//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + ///IyP////////////////////////////////////////////////////////////////////////// + ////////3Nz//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8aGv//6en///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////9vb///AAD//wAA//8AAP//PDz///Pz//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////s7P//w0N//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//Ghr//8fH + //////////////////////////////////////////////////////////////////////////////// + //9hYf//AAD//wAA//8AAP//AAD//wAA///ExP////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //9ISP//AAD//wAA//8AAP//AAD//wAA//+jo/////////////////////////////////////////// + ///////////////////z8///SEj//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//+zs/////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////+8vP//AAD//wAA//8AAP//AAD//wAA//8AAP//NDT///////////////////// + ////////////////////////////////////////////////////////9vb//6+v//+IiP//ZGT//0hI + //8eHv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //9vb/////////////////////////////////////////////////////////////////////////// + /////////////5WV//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8NDf//0ND///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////AwP//AAD//wAA//8AAP//AAD//wAA//8uLv//6en///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////Q0P//Hh7//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8ICP//paX///////////////////////////////////////////////////////////////////// + ////////YWH//wAA//8AAP//AAD//wAA//8AAP//xMT///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////YWH//wAA//8AAP//AAD//wAA//8AAP//o6P///////////////////////////////////// + ///////////////////Z2f//KSn//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//2dn///// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////o6P//wAA//8AAP//AAD//wAA//8AAP//AAD//0RE//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////b2///a2v//t7f//5GR//9wcP//T0///yws//8ICP//AAD//wAA//8AAP//AAD//wAA + //8iIv//8/P///////////////////////////////////////////////////////////////////// + //////////////////9LS///AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8EBP//t7f///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////z8///IiL//wAA//8AAP//AAD//wAA//8AAP//AAD//ykp + ///p6f////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////+np//84OP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//+AgP////////////////////////////////////////////////////////// + /////////////2Fh//8AAP//AAD//wAA//8AAP//AAD//8TE//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////2Fh//8AAP//AAD//wAA//8AAP//AAD//4yM//////////////////////////////// + //////////////////+7u///ERH//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8EBP//nZ3///// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////6Oj//8AAP//AAD//wAA//8AAP//AAD//wAA//9ERP////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////+Tk///AwP//np7//3d3 + //9WVv//t7f///////////////////////////////////////////////////////////////////// + ///////////////////29v//CAj//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//nZ3///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////cnL//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//KSn//+np//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////8/P//1VV//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//6Ki//////////////////////////////////////////////// + //////////////////9hYf//AAD//wAA//8AAP//AAD//wAA///ExP////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////9hYf//AAD//wAA//8AAP//AAD//wAA//9/f/////////////////////////// + //////////////////+Tk///BAT//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8aGv//wsL///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////+jo///AAD//wAA//8AAP//AAD//wAA//8AAP//RET///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////t7f//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//gID///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////yMj//wQE//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8iIv//2dn///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////Pz//88PP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//3R0//////////////////////////////////////////////// + ////////////////////////YWH//wAA//8AAP//AAD//wAA//8AAP//xMT///////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////YWH//wAA//8AAP//AAD//wAA//8AAP//f3////////////////////// + //////////////r6//9nZ///AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8xMf//5eX///// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////o6P//wAA//8AAP//AAD//wAA//8AAP//AAD//2Fh + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////2ho//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//XV3///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////9vb//yoq//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//xoa///Z2f////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////Pz//88PP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//3R0//////////////////////////////////////////////// + /////////////////////////////1pa//8AAP//AAD//wAA//8AAP//AAD//8TE//////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////39///8AAP//AAD//wAA//8AAP//AAD//39///////////////// + /////////////+np//9BQf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//9ZWf//8/P///// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////6Oj//8AAP//AAD//wAA//8AAP//AAD//wAA + //9hYf////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////8LC//8NDf//AAD//wAA//8AAP//AAD//wAA//8AAP//PDz///r6 + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////3d3//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//Ghr//9nZ//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////Pz//88PP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//1VV///6+v////////////////////////////////////////// + //////////////////////////////////9ERP//AAD//wAA//8AAP//AAD//wAA///ExP////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////9/f///AAD//wAA//8AAP//AAD//wAA//9wcP////////// + /////////////9TU//8iIv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//+IiP////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////+jo///AAD//wAA//8AAP//AAD//wAA + //8AAP//YWH///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////9nZ//8aGv//AAD//wAA//8AAP//AAD//wAA//8AAP//KSn///Dw + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////9DQ//8EBP//AAD//wAA//8AAP//AAD//wAA + //8ICP//Xl7//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8aGv//x8f///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////r6//88PP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//1VV///6+v////////////////////////////////////////// + ////////////////////////////////////////RET//wAA//8AAP//AAD//wAA//8AAP//xMT///// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////f3///wAA//8AAP//AAD//wAA//8AAP//YWH///// + /////////////6+v//8NDf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//w0N//+zs/////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////o6P//wAA//8AAP//AAD//wAA + //8AAP//AAD//3Bw//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////+np//8pKf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//2Nj + ///29v////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////r6//8xMf//AAD//wAA//8AAP//AAD//wAA + //8AAP//j4////////+Li///AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//w0N///Cwv////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////r6//9VVf//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//1VV///6+v////////////////////////////////////////// + /////////////////////////////////////////////0RE//8AAP//AAD//wAA//8AAP//AAD//8TE + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////39///8AAP//AAD//wAA//8AAP//AAD//zAw + //9eXv//PDz//xYW//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//yYm///U1P////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////4OD//8AAP//AAD//wAA + //8AAP//AAD//wAA//9/f/////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////+np//8pKf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//MTH//9nZ//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////+Cgv//AAD//wAA//8AAP//AAD//wAA + //8AAP//OTn///r6/////////////5OT//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//DQ3//8LC + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////r6//9VVf//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//0hI///6+v////////////////////////////////////////// + //////////////////////////////////////////////////9ERP//AAD//wAA//8AAP//AAD//wAA + ///ExP////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////+env//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//0VF///s7P////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////9/f///AAD//wAA + //8AAP//AAD//wAA//8AAP//f3////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////+np//8pKf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8NDf//np7///////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////Q0P//BAT//wAA//8AAP//AAD//wAA + //8AAP//CAj//9nZ////////////////////////k5P//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8NDf//t7f///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////r6//9VVf//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//zw8///z8/////////////////////////////////////////// + ////////////////////////////////////////////////////////RET//wAA//8AAP//AAD//wAA + //8AAP//xMT///////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////o6P//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//3Bw///6+v////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////f3///wAA + //8AAP//AAD//wAA//8AAP//AAD//39///////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////+np//8pKf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//9ZWf//8PD///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////6+v//OTn//wAA//8AAP//AAD//wAA + //8AAP//AAD//4+P//////////////////////////////////+Tk///AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wQE//+srP////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////9ZWf//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//zw8///z8/////////////////////////////////////////// + /////////////////////////////////////////////////////////////0RE//8AAP//AAD//wAA + //8AAP//AAD//9ra//////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////6Oj//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//BAT//52d//////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////39/ + //8AAP//AAD//wAA//8AAP//AAD//wAA//+jo/////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////+np//8pKf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//xER + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//yIi///IyP////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////j4///wAA//8AAP//AAD//wAA + //8AAP//AAD//zY2///6+v///////////////////////////////////////6Wl//8EBP//AAD//wAA + //8AAP//AAD//wAA//8AAP//BAT//6ys//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////90dP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//zw8///z8/////////////////////////////////////////// + //////////////////////////////////////////////////////////////////9ERP//AAD//wAA + //8AAP//AAD//wAA///h4f////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////+jo///AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//Ghr//8LC//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //9/f///AAD//wAA//8AAP//AAD//wAA//8AAP//o6P///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////+np//8pKf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//5OT + ///s7P//SEj//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//BAT//4uL//////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////2dn//wgI//8AAP//AAD//wAA + //8AAP//AAD//wQE///Q0P//////////////////////////////////////////////////rKz//wQE + //8AAP//AAD//wAA//8AAP//AAD//wAA//8EBP//qKj///////////////////////////////////// + //////////////////////////////////////////////////////////////////90dP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//ykp///z8/////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////RET//wAA + //8AAP//AAD//wAA//8AAP//4eH///////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////vLz//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8aGv//S0v//+Xl//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////f3///wAA//8AAP//AAD//wAA//8AAP//AAD//6Oj//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////+np//8pKf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//5OT + //////////////////+Skv//CAj//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//RUX//+np + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////zk5//8AAP//AAD//wAA + //8AAP//AAD//wAA//+Cgv////////////////////////////////////////////////////////// + //+srP//BAT//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//+Tk/////////////////////////// + //////////////////////////////////////////////////////////////////90dP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//ykp///p6f////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////0RE + //8AAP//AAD//wAA//8AAP//AAD//+Hh//////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////8TE + //8AAP//AAD//wAA//8nJ///TEz//2ho//+MjP//s7P//9bW///z8/////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////39///8AAP//AAD//wAA//8AAP//AAD//wAA//8WFv//PDz//1NT//9oaP//f3///56e + //+3t///z8///+Tk//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////+np//8pKf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//5OT + /////////////////////////////9DQ//8qKv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8VFf//t7f///////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////5aW//8AAP//AAD//wAA + //8AAP//AAD//wAA//8xMf//+vr///////////////////////////////////////////////////// + /////////////6ys//8EBP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//5OT//////////////// + //////////////////////////////////////////////////////////////////+AgP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//ykp///p6f////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //9ERP//AAD//wAA//8AAP//AAD//wAA///h4f////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///p6f//vLz//93d//////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////9iYv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//x4e//84OP//T0///2Rk//9/f///mpr//7Oz///Ly///4eH///// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////+np//8pKf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//5OT + ////////////////////////////////////////8/P//2tr//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//9zc///+vr///////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////+Hh//8NDf//AAD//wAA + //8AAP//AAD//wAA//8EBP//0ND///////////////////////////////////////////////////// + ////////////////////////t7f//w0N//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//k5P///// + //////////////////////////////////////////////////////////////////+Tk///AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//ykp///p6f////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////RET//wAA//8AAP//AAD//wAA//8AAP//4eH///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////0tL//3Fx//8eHv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//Ghr//zQ0//9MTP//YWH//3p6//+Vlf//r6///8fH///h4f//+vr///////////////////// + /////////////////////////////+np//8pKf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//5OT + ////////////////////////////////////////////////////////rKz//xER//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//zEx///d3f////////////////////////////////////////// + //////////////////////////////////////////////////////////////////9BQf//AAD//wAA + //8AAP//AAD//wAA//8AAP//goL///////////////////////////////////////////////////// + ///////////////////////////////////Cwv//DQ3//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //94eP////////////////////////////////////////////////////////////+Tk///AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//xoa///d3f////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////ycn//8AAP//AAD//wAA//8AAP//AAD//+Hh//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////9zc + //+EhP//Jyf//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8WFv//MDD//0hI + //9hYf//d3f//5GR//+rq///xMT//9bW//8pKf//AAD//wAA//8AAP//AAD//wAA//8AAP//BAT//6Gh + ///////////////////////////////////////////////////////////////////h4f//PDz//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//DQ3//6Gh//////////////////////////////// + //////////////////////////////////////////////////////////////////+Zmf//AAD//wAA + //8AAP//AAD//wAA//8AAP//Kir///b2//////////////////////////////////////////////// + /////////////////////////////////////////////8LC//8NDf//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//3R0//////////////////////////////////////////////////+Tk///AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//xoa///Z2f////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////8jI///AAD//wAA//8AAP//AAD//wAA///h4f////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////s7P//kJD//zs7 + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//BAT//6ys + //////////////////////////////////////////////////////////////////////////////r6 + //+Dg///BAT//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//WVn///Pz//////////////// + ///////////////////////////////////////////////////////////////////l5f//ERH//wAA + //8AAP//AAD//wAA//8AAP//BAT//8jI//////////////////////////////////////////////// + ////////////////////////////////////////////////////////wsL//w0N//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//dHT///////////////////////////////////////+dnf//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//xoa///Z2f////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////IyP//wAA//8AAP//AAD//wAA//8AAP//4eH///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////8/P//6am//9HR///BAT//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//BAT//wQE + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//BAT//6ys + //////////////////////////////////////////////////////////////////////////////// + /////////////8PD//8iIv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8iIv//zMz///// + ////////////////////////////////////////////////////////////////////////TU3//wAA + //8AAP//AAD//wAA//8AAP//AAD//3d3//////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////MzP//Ghr//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//9dXf//+vr///////////////////////+srP//BAT//wAA + //8AAP//AAD//wAA//8AAP//AAD//xER///Z2f////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////yMj//8AAP//AAD//wAA//8AAP//AAD//+Hh//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////b2//+ysv//WVn//wgI//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8/P///lZX//+zs + ////////6+v//9bW///AwP//o6P//4OD//9ra///Vlb//0BA//8jI///BAT//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//BAT//6ys + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////8PD//1VV//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wQE + //+Li///////////////////////////////////////////////////////////////////oaH//wAA + //8AAP//AAD//wAA//8AAP//AAD//yoq///29v////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////9nZ + //8aGv//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//1VV///6+v////////////+srP//BAT//wAA + //8AAP//AAD//wAA//8AAP//AAD//w0N///Cwv////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////8jI///AAD//wAA//8AAP//AAD//wAA///h4f////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////wsL//2Rk//8VFf//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//MzP//4SE///k5P////////// + ///////////////////////////////////////////////////////////////////r6///1tb//8DA + //+jo///g4P//2tr//9WVv//QED//yMj//8EBP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//BAT//6ys + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////mZn//w0N//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//0VF///p6f//////////////////////////////////////////////////7Oz//xER + //8AAP//AAD//wAA//8AAP//AAD//wQE///IyP////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////2dn//xoa//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//VVX///r6//+srP//BAT//wAA + //8AAP//AAD//wAA//8AAP//AAD//w0N///Cwv////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////IyP//wAA//8AAP//AAD//wAA//8AAP//8/P///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////9LS//95ef//Hh7//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//x4e//98fP//0tL///////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////+vr///W1v//wMD//6Oj//+Dg///a2v//1ZW + //9AQP//IyP//wQE//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//BAT//6ys + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////Z2f//MTH//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//Ghr//7e3/////////////////////////////////////////////1VV + //8AAP//AAD//wAA//8AAP//AAD//wAA//9vb/////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////Z2f//Ghr//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//89Pf//BAT//wAA + //8AAP//AAD//wAA//8AAP//AAD//w0N///Cwv////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////yMj//8AAP//AAD//wAA//8AAP//AAD///// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////g4P//hIT//y4u//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8VFf//aWn//8fH//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////6+v//9bW///AwP//o6P//4OD//9ra///Vlb//0BA//8jI///CAj//6ys + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////b2//9zc///AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//d3f///r6/////////////////////////////6ys + //8AAP//AAD//wAA//8AAP//AAD//wAA//8iIv//8/P///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////93d//8pKf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wQE//+7u/////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////8jI///AAD//wAA//8AAP//AAD//wAA + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////7Oz//5WV//8/P///AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//DQ3//11d//+2tv//+vr///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////7e3 + //8VFf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//81Nf//3d3//////////////////+zs + //8VFf//AAD//wAA//8AAP//AAD//wAA//8AAP//wMD///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////6en//ykp//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wQE//+srP////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////IyP//wAA//8AAP//AAD//wAA + //8AAP////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////Pz + //+mpv//S0v//wQE//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wQE//9OTv//pqb///Pz//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////6en//0VF//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//w0N//+lpf////////// + //9iYv//AAD//wAA//8AAP//AAD//wAA//8AAP//b2////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////p6f//KSn//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wQE//+srP////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////yMj//8AAP//AAD//wAA + //8AAP//AAD///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////////////////////////////////////6+v//trb//11d + //8NDf//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//Pz///56e///s7P////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////j4///wQE//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//15e + //+qqv//AAD//wAA//8AAP//AAD//wAA//8AAP//IiL///Pz//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////+np//8pKf//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wQE//+srP////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////8jI///AAD//wAA + //8AAP//AAD//wAA////////////////////////+vr//+Hh///h4f//4eH//+Hh///h4f//4eH//+Hh + ///h4f//4eH//9ra///ExP//xMT//8TE///ExP//xMT//8TE///ExP//xMT//8TE//+zs///o6P//6Oj + //+jo///o6P//6Oj//+jo///o6P//6Oj//+jo///jIz//39///9/f///f3///39///9kZP//FRX//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//zMz + //+IiP//5OT///////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////MzP//Jib//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//729//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////6en//zw8 + //8AAP//AAD//wAA//8AAP//AAD//wAA//+amv////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////DQ3//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8iIv//fHz//9XV + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////Pz//9iYv//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//2Ji//////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///z8///PDz//wAA//8AAP//AAD//wAA//+Tk/////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////////////////////wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//FRX//21t///Hx/////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////////////////////6io//8NDf//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//x4e///w8P////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////Pz//88PP//AAD//wAA//+Tk/////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//w0N//9dXf//u7v///r6//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////4eH//zk5 + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//+0tP////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////8/P//zw8//+Pj/////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8ICP//UlL//6qq///29v////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///6+v//e3v//wQE//8AAP//AAD//wAA//8AAP//AAD//wAA//9iYv////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////////////////////29v////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA + //8AAP//AAD//wAA//8AAP//AAD//0ND//+env//7Oz///////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ///////////////////AwP//Hh7//wAA//8AAP//AAD//wAA//8aGv//8PD///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////8AAP//AAD//wAA//8AAP//AAD//wgI//8jI///IyP//yMj//8jI///IyP//yMj + //8jI///IyP//yMj//8jI///IyP//zg4//9ERP//RET//0RE//9ERP//RET//0RE//9ERP//RET//0RE + //9ERP//RET//2Fh//9hYf//YWH//2Fh//9hYf//YWH//2Fh//9hYf//YWH//2Fh//9hYf//a2v//39/ + //9/f///f3///39///9/f///lZX//+Tk//////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////+zs//9RUf//AAD//wAA//8AAP//rKz///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + /////////////////////////////////////////////5aW//8ICP//VVX///////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////1NT//+zs//////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + //////////////////////////////////////////////////////////////////////////////// + ////////////////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA= + + + \ No newline at end of file diff --git a/RBXLegacyLauncher/RBXLegacyLauncher/GlobalVars.cs b/RBXLegacyLauncher/RBXLegacyLauncher/GlobalVars.cs index 9d452ab..740589e 100644 --- a/RBXLegacyLauncher/RBXLegacyLauncher/GlobalVars.cs +++ b/RBXLegacyLauncher/RBXLegacyLauncher/GlobalVars.cs @@ -4,21 +4,33 @@ public static string ScriptsDir = ""; public static string MapsDir = ""; public static string IP = "localhost"; - public static string Map = "Baseplate.rbxl"; - public static int RobloxPort = 53640; //server settings. public static bool BodyColors = true; + public static string Map = "Baseplate.rbxl"; + public static int RobloxPort = 53640; //player settings public static int UserID = 0; public static string PlayerName = "Player"; //launcher settings. public static bool CloseOnLaunch = false; public static bool LocalPlayMode = false; + public static int CharacterAppearanceID = 0; + public static bool UseAppearanceID = false; //client shit public static string SelectedClient = "2008"; public static bool UsesPlayerName = false; public static bool UsesID = true; public static bool SupportsLocalPlay = true; + public static bool SupportsAppearanceID = false; public static string SelectedClientDesc = ""; - public static int LocalPlayNameSuffixNum = 0; + public static bool LoadsAssetsOnline = false; + public static bool NewMapLoader = false; + //clientinfocreator + public static bool ClientCreator_UsesPlayerName = false; + public static bool ClientCreator_UsesID = false; + public static bool ClientCreator_SupportsLocalPlay = false; + public static bool ClientCreator_SupportsAppearanceID = false; + public static bool ClientCreator_LoadsAssetsOnline = false; + public static bool ClientCreator_NewMapLoader = false; + public static string ClientCreator_SelectedClientDesc = ""; } \ No newline at end of file diff --git a/RBXLegacyLauncher/RBXLegacyLauncher/MainForm.Designer.cs b/RBXLegacyLauncher/RBXLegacyLauncher/MainForm.Designer.cs index f9462c7..17ffbce 100644 --- a/RBXLegacyLauncher/RBXLegacyLauncher/MainForm.Designer.cs +++ b/RBXLegacyLauncher/RBXLegacyLauncher/MainForm.Designer.cs @@ -40,6 +40,9 @@ namespace RBXLegacyLauncher this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); + this.checkBox4 = new System.Windows.Forms.CheckBox(); + this.textBox3 = new System.Windows.Forms.TextBox(); + this.label29 = new System.Windows.Forms.Label(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.label17 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); @@ -48,15 +51,16 @@ namespace RBXLegacyLauncher this.label3 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); + this.label32 = new System.Windows.Forms.Label(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.label12 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.listBox1 = new System.Windows.Forms.ListBox(); this.tabPage3 = new System.Windows.Forms.TabPage(); + this.label30 = new System.Windows.Forms.Label(); this.listBox2 = new System.Windows.Forms.ListBox(); this.label21 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); @@ -83,6 +87,7 @@ namespace RBXLegacyLauncher this.label26 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label(); + this.button6 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); @@ -112,6 +117,7 @@ namespace RBXLegacyLauncher this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage4); + this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabControl1.Location = new System.Drawing.Point(12, 113); this.tabControl1.Multiline = true; this.tabControl1.Name = "tabControl1"; @@ -122,6 +128,9 @@ namespace RBXLegacyLauncher // // tabPage1 // + this.tabPage1.Controls.Add(this.checkBox4); + this.tabPage1.Controls.Add(this.textBox3); + this.tabPage1.Controls.Add(this.label29); this.tabPage1.Controls.Add(this.checkBox3); this.tabPage1.Controls.Add(this.label17); this.tabPage1.Controls.Add(this.label16); @@ -138,9 +147,37 @@ namespace RBXLegacyLauncher this.tabPage1.Text = "JOIN SERVER"; this.tabPage1.UseVisualStyleBackColor = true; // + // checkBox4 + // + this.checkBox4.Location = new System.Drawing.Point(182, 50); + this.checkBox4.Name = "checkBox4"; + this.checkBox4.Size = new System.Drawing.Size(147, 18); + this.checkBox4.TabIndex = 21; + this.checkBox4.Text = "Use Character Outfit IDs"; + this.checkBox4.UseVisualStyleBackColor = true; + this.checkBox4.CheckedChanged += new System.EventHandler(this.CheckBox4CheckedChanged); + // + // textBox3 + // + this.textBox3.Location = new System.Drawing.Point(80, 90); + this.textBox3.Name = "textBox3"; + this.textBox3.Size = new System.Drawing.Size(218, 20); + this.textBox3.TabIndex = 20; + this.textBox3.Text = "0"; + this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.textBox3.TextChanged += new System.EventHandler(this.TextBox3TextChanged); + // + // label29 + // + this.label29.Location = new System.Drawing.Point(114, 71); + this.label29.Name = "label29"; + this.label29.Size = new System.Drawing.Size(149, 19); + this.label29.TabIndex = 19; + this.label29.Text = "Character Outfit ID (Optional)"; + // // checkBox3 // - this.checkBox3.Location = new System.Drawing.Point(136, 53); + this.checkBox3.Location = new System.Drawing.Point(68, 50); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(108, 18); this.checkBox3.TabIndex = 18; @@ -152,7 +189,7 @@ namespace RBXLegacyLauncher // this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label17.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.label17.Location = new System.Drawing.Point(6, 176); + this.label17.Location = new System.Drawing.Point(6, 197); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(378, 2); this.label17.TabIndex = 14; @@ -161,7 +198,7 @@ namespace RBXLegacyLauncher // this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label16.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.label16.Location = new System.Drawing.Point(6, 86); + this.label16.Location = new System.Drawing.Point(6, 115); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(378, 2); this.label16.TabIndex = 13; @@ -171,9 +208,9 @@ namespace RBXLegacyLauncher this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.ForeColor = System.Drawing.Color.Red; - this.label4.Location = new System.Drawing.Point(54, 88); + this.label4.Location = new System.Drawing.Point(54, 115); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(273, 84); this.label4.TabIndex = 4; @@ -196,19 +233,20 @@ namespace RBXLegacyLauncher // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.label3.Location = new System.Drawing.Point(161, 6); + this.label3.Location = new System.Drawing.Point(111, 5); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(59, 18); + this.label3.Size = new System.Drawing.Size(152, 18); this.label3.TabIndex = 1; - this.label3.Text = "IP Address"; + this.label3.Text = "Server IP Address"; + this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // textBox1 // this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.textBox1.Location = new System.Drawing.Point(80, 27); + this.textBox1.Location = new System.Drawing.Point(68, 26); this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(218, 20); + this.textBox1.Size = new System.Drawing.Size(245, 20); this.textBox1.TabIndex = 0; this.textBox1.Text = "localhost"; this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; @@ -216,11 +254,11 @@ namespace RBXLegacyLauncher // // tabPage2 // + this.tabPage2.Controls.Add(this.label32); this.tabPage2.Controls.Add(this.checkBox2); this.tabPage2.Controls.Add(this.label12); this.tabPage2.Controls.Add(this.label20); this.tabPage2.Controls.Add(this.label19); - this.tabPage2.Controls.Add(this.label2); this.tabPage2.Controls.Add(this.button2); this.tabPage2.Controls.Add(this.label1); this.tabPage2.Controls.Add(this.listBox1); @@ -232,6 +270,18 @@ namespace RBXLegacyLauncher this.tabPage2.Text = "START SERVER"; this.tabPage2.UseVisualStyleBackColor = true; // + // label32 + // + this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label32.ForeColor = System.Drawing.Color.Red; + this.label32.Location = new System.Drawing.Point(117, 150); + this.label32.Name = "label32"; + this.label32.Size = new System.Drawing.Size(141, 40); + this.label32.TabIndex = 19; + this.label32.Text = "NOTE: Be sure you have port forwarded the port 53640 before you start a public se" + + "rver."; + this.label32.TextAlign = System.Drawing.ContentAlignment.TopCenter; + // // checkBox2 // this.checkBox2.Checked = true; @@ -265,23 +315,11 @@ namespace RBXLegacyLauncher // this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.label19.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; - this.label19.Location = new System.Drawing.Point(6, 150); + this.label19.Location = new System.Drawing.Point(6, 146); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(378, 2); this.label19.TabIndex = 13; // - // label2 - // - this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.label2.ForeColor = System.Drawing.Color.Red; - this.label2.Location = new System.Drawing.Point(3, 152); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(376, 39); - this.label2.TabIndex = 3; - this.label2.Text = "NOTE: Be sure to port forward 53640 before if you want to host a public server."; - this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // // button2 // this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) @@ -319,6 +357,7 @@ namespace RBXLegacyLauncher // // tabPage3 // + this.tabPage3.Controls.Add(this.label30); this.tabPage3.Controls.Add(this.listBox2); this.tabPage3.Controls.Add(this.label21); this.tabPage3.Controls.Add(this.label18); @@ -330,12 +369,24 @@ namespace RBXLegacyLauncher this.tabPage3.Text = "CLIENTS"; this.tabPage3.UseVisualStyleBackColor = true; // + // label30 + // + this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label30.ForeColor = System.Drawing.Color.Red; + this.label30.Location = new System.Drawing.Point(6, 146); + this.label30.Name = "label30"; + this.label30.Size = new System.Drawing.Size(378, 37); + this.label30.TabIndex = 3; + this.label30.Text = resources.GetString("label30.Text"); + this.label30.TextAlign = System.Drawing.ContentAlignment.TopCenter; + this.label30.Visible = false; + // // listBox2 // this.listBox2.FormattingEnabled = true; this.listBox2.Location = new System.Drawing.Point(6, 7); this.listBox2.Name = "listBox2"; - this.listBox2.Size = new System.Drawing.Size(378, 173); + this.listBox2.Size = new System.Drawing.Size(378, 134); this.listBox2.TabIndex = 2; this.listBox2.SelectedIndexChanged += new System.EventHandler(this.ListBox2SelectedIndexChanged); // @@ -392,7 +443,7 @@ namespace RBXLegacyLauncher // // label9 // - this.label9.Location = new System.Drawing.Point(6, 92); + this.label9.Location = new System.Drawing.Point(6, 96); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(378, 131); this.label9.TabIndex = 4; @@ -451,9 +502,10 @@ namespace RBXLegacyLauncher // button3 // this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button3.Location = new System.Drawing.Point(250, 67); this.button3.Name = "button3"; - this.button3.Size = new System.Drawing.Size(156, 38); + this.button3.Size = new System.Drawing.Size(156, 20); this.button3.TabIndex = 6; this.button3.Text = "Launch ROBLOX Studio"; this.button3.UseVisualStyleBackColor = true; @@ -488,9 +540,10 @@ namespace RBXLegacyLauncher // // button5 // - this.button5.Location = new System.Drawing.Point(304, 108); + this.button5.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.button5.Location = new System.Drawing.Point(302, 111); this.button5.Name = "button5"; - this.button5.Size = new System.Drawing.Size(106, 21); + this.button5.Size = new System.Drawing.Size(106, 20); this.button5.TabIndex = 10; this.button5.Text = "Save Config"; this.button5.UseVisualStyleBackColor = true; @@ -572,6 +625,17 @@ namespace RBXLegacyLauncher this.label28.TabIndex = 19; this.label28.Text = "Baseplate.rbxl"; // + // button6 + // + this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.button6.Location = new System.Drawing.Point(250, 89); + this.button6.Name = "button6"; + this.button6.Size = new System.Drawing.Size(156, 20); + this.button6.TabIndex = 3; + this.button6.Text = "Clientinfo Editor"; + this.button6.UseVisualStyleBackColor = true; + this.button6.Click += new System.EventHandler(this.Button6Click); + // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -579,6 +643,7 @@ namespace RBXLegacyLauncher this.BackColor = System.Drawing.SystemColors.ControlLightLight; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.ClientSize = new System.Drawing.Size(412, 444); + this.Controls.Add(this.button6); this.Controls.Add(this.label28); this.Controls.Add(this.label27); this.Controls.Add(this.label26); @@ -613,6 +678,12 @@ namespace RBXLegacyLauncher this.ResumeLayout(false); this.PerformLayout(); } + private System.Windows.Forms.Label label32; + private System.Windows.Forms.Label label30; + private System.Windows.Forms.CheckBox checkBox4; + private System.Windows.Forms.Button button6; + private System.Windows.Forms.Label label29; + private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label28; private System.Windows.Forms.Label label27; private System.Windows.Forms.CheckBox checkBox3; @@ -641,7 +712,6 @@ namespace RBXLegacyLauncher private System.Windows.Forms.Label label11; private System.Windows.Forms.Button button3; private System.Windows.Forms.CheckBox checkBox1; - private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; diff --git a/RBXLegacyLauncher/RBXLegacyLauncher/MainForm.cs b/RBXLegacyLauncher/RBXLegacyLauncher/MainForm.cs index c7263dc..3ff2f1f 100644 --- a/RBXLegacyLauncher/RBXLegacyLauncher/MainForm.cs +++ b/RBXLegacyLauncher/RBXLegacyLauncher/MainForm.cs @@ -66,38 +66,62 @@ namespace RBXLegacyLauncher } void Button1Click(object sender, EventArgs e) { - string luafile = GlobalVars.ScriptsDir + @"\\CSMPFunctions.lua"; + DialogResult result = MessageBox.Show("Be sure to save your config options with the 'Save Config' button before you join a server!","RBXLegacy Launcher - Join Server", MessageBoxButtons.OKCancel, MessageBoxIcon.Information); + if (result == DialogResult.Cancel) + return; + + string luafile = ""; + if (GlobalVars.NewMapLoader == true) + { + luafile = "rbxasset://scripts\\\\CSMPFunctionsModern.lua"; + } + else if (GlobalVars.NewMapLoader == false) + { + luafile = GlobalVars.ScriptsDir + @"\\CSMPFunctions.lua"; + } string rbxexe = GlobalVars.ClientDir + @"\\" + GlobalVars.SelectedClient + @"\\RobloxApp.exe"; string quote = "\""; string args = ""; - if (GlobalVars.UsesPlayerName == true && GlobalVars.UsesID == true) + if (GlobalVars.UsesPlayerName == true && GlobalVars.UsesID == true && IsUsingCharacterOutfitIDs()) { - args = "-script " + quote + "dofile('" + luafile + "'); _G.CSConnect(" + GlobalVars.UserID + ",'" + GlobalVars.IP + "',53640,'" + GlobalVars.PlayerName + "');" + quote; + args = "-script " + quote + "dofile('" + luafile + "'); _G.CSConnect(" + GlobalVars.UserID + ",'" + GlobalVars.IP + "'," + GlobalVars.RobloxPort + ",'" + GlobalVars.PlayerName + "'," + GlobalVars.CharacterAppearanceID + ");" + quote; } - else if (GlobalVars.UsesPlayerName == false && GlobalVars.UsesID == true) + else if (GlobalVars.UsesPlayerName == false && GlobalVars.UsesID == true && IsUsingCharacterOutfitIDs()) { - args = "-script " + quote + "dofile('" + luafile + "'); _G.CSConnect(" + GlobalVars.UserID + ",'" + GlobalVars.IP + "',53640,'Player');" + quote; + args = "-script " + quote + "dofile('" + luafile + "'); _G.CSConnect(" + GlobalVars.UserID + ",'" + GlobalVars.IP + "'," + GlobalVars.RobloxPort + ",'Player'," + GlobalVars.CharacterAppearanceID + ");" + quote; } //how the fuck does this even happen? oh well. - else if (GlobalVars.UsesPlayerName == true && GlobalVars.UsesID == false) + else if (GlobalVars.UsesPlayerName == true && GlobalVars.UsesID == false && IsUsingCharacterOutfitIDs()) { - args = "-script " + quote + "dofile('" + luafile + "'); _G.CSConnect(0,'" + GlobalVars.IP + "',53640,'" + GlobalVars.PlayerName + "');" + quote; + args = "-script " + quote + "dofile('" + luafile + "'); _G.CSConnect(0,'" + GlobalVars.IP + "'," + GlobalVars.RobloxPort + ",'" + GlobalVars.PlayerName + "'," + GlobalVars.CharacterAppearanceID + ");" + quote; } - else if (GlobalVars.UsesPlayerName == false && GlobalVars.UsesID == false) + else if (GlobalVars.UsesPlayerName == false && GlobalVars.UsesID == false && IsUsingCharacterOutfitIDs()) { - args = "-script " + quote + "dofile('" + luafile + "'); _G.CSConnect(0,'" + GlobalVars.IP + "',53640,'Player');" + quote; + args = "-script " + quote + "dofile('" + luafile + "'); _G.CSConnect(0,'" + GlobalVars.IP + "'," + GlobalVars.RobloxPort + ",'Player'," + GlobalVars.CharacterAppearanceID + ");" + quote; } + else if (GlobalVars.UsesPlayerName == true && GlobalVars.UsesID == true && !IsUsingCharacterOutfitIDs()) + { + args = "-script " + quote + "dofile('" + luafile + "'); _G.CSConnect(" + GlobalVars.UserID + ",'" + GlobalVars.IP + "'," + GlobalVars.RobloxPort + ",'" + GlobalVars.PlayerName + "',0);" + quote; + } + else if (GlobalVars.UsesPlayerName == false && GlobalVars.UsesID == true && !IsUsingCharacterOutfitIDs()) + { + args = "-script " + quote + "dofile('" + luafile + "'); _G.CSConnect(" + GlobalVars.UserID + ",'" + GlobalVars.IP + "'," + GlobalVars.RobloxPort + ",'Player',0);" + quote; + } + //how the fuck does this even happen? oh well. + else if (GlobalVars.UsesPlayerName == true && GlobalVars.UsesID == false && !IsUsingCharacterOutfitIDs()) + { + args = "-script " + quote + "dofile('" + luafile + "'); _G.CSConnect(0,'" + GlobalVars.IP + "'," + GlobalVars.RobloxPort + ",'" + GlobalVars.PlayerName + "',0);" + quote; + } + else if (GlobalVars.UsesPlayerName == false && GlobalVars.UsesID == false && !IsUsingCharacterOutfitIDs()) + { + args = "-script " + quote + "dofile('" + luafile + "'); _G.CSConnect(0,'" + GlobalVars.IP + "'," + GlobalVars.RobloxPort + ",'Player',0);" + quote; + } + if (GlobalVars.LocalPlayMode == true) { - GlobalVars.LocalPlayNameSuffixNum += 1; - GeneratePlayerID(true); - GeneratePlayerName(); + GeneratePlayerID(); } Process.Start(rbxexe, args); - if (GlobalVars.LocalPlayMode == true) - { - WriteConfigValues(); - } if (GlobalVars.CloseOnLaunch == true) { this.Close(); @@ -106,21 +130,46 @@ namespace RBXLegacyLauncher void Button2Click(object sender, EventArgs e) { - string luafile = GlobalVars.ScriptsDir + @"\\CSMPFunctions.lua"; + DialogResult result = MessageBox.Show("Be sure to save your config options with the 'Save Config' button before you start a server!","RBXLegacy Launcher - Start Server", MessageBoxButtons.OKCancel, MessageBoxIcon.Information); + if (result == DialogResult.Cancel) + return; + + string luafile = ""; + if (GlobalVars.NewMapLoader == true) + { + luafile = "rbxasset://scripts\\\\CSMPFunctionsModern.lua"; + } + else if (GlobalVars.NewMapLoader == false) + { + luafile = GlobalVars.ScriptsDir + @"\\CSMPFunctions.lua"; + } string mapfile = GlobalVars.MapsDir + @"\\" + GlobalVars.Map; string rbxexe = GlobalVars.ClientDir + @"\\" + GlobalVars.SelectedClient + @"\\RobloxApp.exe"; string quote = "\""; string args = ""; - if (GlobalVars.BodyColors == true) + if (GlobalVars.NewMapLoader == true) { - args = "-script " + quote + "dofile('" + luafile + "'); _G.CSServer(53640,true); game:Load('" + mapfile + "');" + quote; + if (GlobalVars.BodyColors == true) + { + args = quote + mapfile + "\" -script \"dofile('" + luafile + "'); _G.CSServer(" + GlobalVars.RobloxPort + ",true);"; + } + else if (GlobalVars.BodyColors == false) + { + args = quote + mapfile + "\" -script \"dofile('" + luafile + "'); _G.CSServer(" + GlobalVars.RobloxPort + ",false);"; + } } - else if (GlobalVars.BodyColors == false) + else if (GlobalVars.NewMapLoader == false) { - args = "-script " + quote + "dofile('" + luafile + "'); _G.CSServer(53640,false); game:Load('" + mapfile + "');" + quote; + if (GlobalVars.BodyColors == true) + { + args = " -script " + quote + "dofile('" + luafile + "'); _G.CSServer(" + GlobalVars.RobloxPort + ",true); game:Load('" + mapfile + "');" + quote; + } + else if (GlobalVars.BodyColors == false) + { + args = " -script " + quote + "dofile('" + luafile + "'); _G.CSServer(" + GlobalVars.RobloxPort + ",false); game:Load('" + mapfile + "');" + quote; + } } Process.Start(rbxexe, args); - WriteConfigValues(); if (GlobalVars.CloseOnLaunch == true) { this.Close(); @@ -134,11 +183,19 @@ namespace RBXLegacyLauncher textboxdir = textboxdir.Replace(@"\\",@"\"); MessageBox.Show("If you want to test out your place, you will have to save your place, then go to Tools->Execute Script in ROBLOX Studio, and then load 'Play Solo.lua' from '"+ textboxdir + "'. " + "To edit your place again, you must restart ROBLOX Studio and load your place again to edit it.","RBXLegacy Launcher - Launch ROBLOX Studio", MessageBoxButtons.OK, MessageBoxIcon.Information); string rbxexe = GlobalVars.ClientDir + @"\\" + GlobalVars.SelectedClient + @"\\RobloxApp.exe"; - string luafile = GlobalVars.ScriptsDir + @"\\CSMPFunctions.lua"; + string mapfile = GlobalVars.MapsDir + @"\\" + GlobalVars.Map; string quote = "\""; - string args = "-script " + quote + "dofile('" + luafile + "');" + quote; + string args = ""; + if (GlobalVars.NewMapLoader == true) + { + args = quote + mapfile + "\" -script \"" + @"loadstring('\108\111\99\97\108\32\67\111\114\101\71\117\105\32\61\32\103\97\109\101\58\71\101\116\83\101\114\118\105\99\101\40\34\67\111\114\101\71\117\105\34\41\59\10\119\104\105\108\101\32\110\111\116\32\67\111\114\101\71\117\105\58\70\105\110\100\70\105\114\115\116\67\104\105\108\100\40\34\82\111\98\108\111\120\71\117\105\34\41\32\100\111\10\9\67\111\114\101\71\117\105\46\67\104\105\108\100\65\100\100\101\100\58\119\97\105\116\40\41\59\10\101\110\100\10\108\111\99\97\108\32\82\111\98\108\111\120\71\117\105\32\61\32\67\111\114\101\71\117\105\46\82\111\98\108\111\120\71\117\105\59\10\108\111\99\97\108\32\66\111\116\116\111\109\76\101\102\116\67\111\110\116\114\111\108\32\61\32\82\111\98\108\111\120\71\117\105\58\70\105\110\100\70\105\114\115\116\67\104\105\108\100\40\34\66\111\116\116\111\109\76\101\102\116\67\111\110\116\114\111\108\34\41\10\108\111\99\97\108\32\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\32\61\32\82\111\98\108\111\120\71\117\105\58\70\105\110\100\70\105\114\115\116\67\104\105\108\100\40\34\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\34\41\10\108\111\99\97\108\32\84\111\112\76\101\102\116\67\111\110\116\114\111\108\32\61\32\82\111\98\108\111\120\71\117\105\58\70\105\110\100\70\105\114\115\116\67\104\105\108\100\40\34\84\111\112\76\101\102\116\67\111\110\116\114\111\108\34\41\10\108\111\99\97\108\32\66\117\105\108\100\84\111\111\108\115\32\61\32\82\111\98\108\111\120\71\117\105\58\70\105\110\100\70\105\114\115\116\67\104\105\108\100\40\34\66\117\105\108\100\84\111\111\108\115\34\41\10\102\117\110\99\116\105\111\110\32\109\97\107\101\89\82\101\108\97\116\105\118\101\40\41\10\66\111\116\116\111\109\76\101\102\116\67\111\110\116\114\111\108\46\83\105\122\101\67\111\110\115\116\114\97\105\110\116\32\61\32\50\10\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\46\83\105\122\101\67\111\110\115\116\114\97\105\110\116\32\61\32\50\10\105\102\32\84\111\112\76\101\102\116\67\111\110\116\114\111\108\32\116\104\101\110\32\84\111\112\76\101\102\116\67\111\110\116\114\111\108\46\83\105\122\101\67\111\110\115\116\114\97\105\110\116\32\61\32\50\32\101\110\100\10\105\102\32\66\117\105\108\100\84\111\111\108\115\32\116\104\101\110\32\66\117\105\108\100\84\111\111\108\115\46\70\114\97\109\101\46\83\105\122\101\67\111\110\115\116\114\97\105\110\116\32\61\32\50\32\101\110\100\10\66\111\116\116\111\109\76\101\102\116\67\111\110\116\114\111\108\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\44\48\44\49\44\45\66\111\116\116\111\109\76\101\102\116\67\111\110\116\114\111\108\46\65\98\115\111\108\117\116\101\83\105\122\101\46\89\41\10\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\49\44\45\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\46\65\98\115\111\108\117\116\101\83\105\122\101\46\88\44\49\44\45\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\46\65\98\115\111\108\117\116\101\83\105\122\101\46\89\41\10\101\110\100\10\102\117\110\99\116\105\111\110\32\109\97\107\101\88\82\101\108\97\116\105\118\101\40\41\10\66\111\116\116\111\109\76\101\102\116\67\111\110\116\114\111\108\46\83\105\122\101\67\111\110\115\116\114\97\105\110\116\32\61\32\49\10\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\46\83\105\122\101\67\111\110\115\116\114\97\105\110\116\32\61\32\49\10\105\102\32\84\111\112\76\101\102\116\67\111\110\116\114\111\108\32\116\104\101\110\32\84\111\112\76\101\102\116\67\111\110\116\114\111\108\46\83\105\122\101\67\111\110\115\116\114\97\105\110\116\32\61\32\49\32\101\110\100\10\105\102\32\66\117\105\108\100\84\111\111\108\115\32\116\104\101\110\32\66\117\105\108\100\84\111\111\108\115\46\70\114\97\109\101\46\83\105\122\101\67\111\110\115\116\114\97\105\110\116\32\61\32\49\32\101\110\100\10\66\111\116\116\111\109\76\101\102\116\67\111\110\116\114\111\108\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\48\44\48\44\49\44\45\66\111\116\116\111\109\76\101\102\116\67\111\110\116\114\111\108\46\65\98\115\111\108\117\116\101\83\105\122\101\46\89\41\10\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\46\80\111\115\105\116\105\111\110\32\61\32\85\68\105\109\50\46\110\101\119\40\49\44\45\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\46\65\98\115\111\108\117\116\101\83\105\122\101\46\88\44\49\44\45\66\111\116\116\111\109\82\105\103\104\116\67\111\110\116\114\111\108\46\65\98\115\111\108\117\116\101\83\105\122\101\46\89\41\10\101\110\100\10\108\111\99\97\108\32\102\117\110\99\116\105\111\110\32\114\101\115\105\122\101\40\41\10\105\102\32\82\111\98\108\111\120\71\117\105\46\65\98\115\111\108\117\116\101\83\105\122\101\46\120\32\62\32\82\111\98\108\111\120\71\117\105\46\65\98\115\111\108\117\116\101\83\105\122\101\46\121\32\116\104\101\110\10\109\97\107\101\89\82\101\108\97\116\105\118\101\40\41\10\101\108\115\101\10\109\97\107\101\88\82\101\108\97\116\105\118\101\40\41\10\101\110\100\10\101\110\100\10\82\111\98\108\111\120\71\117\105\46\67\104\97\110\103\101\100\58\99\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\112\114\111\112\101\114\116\121\41\10\105\102\32\112\114\111\112\101\114\116\121\32\61\61\32\34\65\98\115\111\108\117\116\101\83\105\122\101\34\32\116\104\101\110\10\119\97\105\116\40\41\10\114\101\115\105\122\101\40\41\10\101\110\100\10\101\110\100\41\10\119\97\105\116\40\41\10\114\101\115\105\122\101\40\41\10')()"; + } + else if (GlobalVars.NewMapLoader == false) + { + args = " -script " + quote + "game:Load('" + mapfile + "');" + quote; + } + Process.Start(rbxexe, args); - WriteConfigValues(); if (GlobalVars.CloseOnLaunch == true) { this.Close(); @@ -169,7 +226,7 @@ namespace RBXLegacyLauncher void ReadConfigValues() { - string line1, line2, line3, line4, line5; + string line1, line2, line3, line4, line5, line6, line7, line8; using(StreamReader reader = new StreamReader("config.txt")) { @@ -178,6 +235,9 @@ namespace RBXLegacyLauncher line3 = reader.ReadLine(); line4 = reader.ReadLine(); line5 = reader.ReadLine(); + line6 = reader.ReadLine(); + line7 = reader.ReadLine(); + line8 = reader.ReadLine(); } bool bline1 = Convert.ToBoolean(line1); @@ -193,6 +253,14 @@ namespace RBXLegacyLauncher GlobalVars.SelectedClient = line5; + int iline6 = Convert.ToInt32(line6); + GlobalVars.CharacterAppearanceID = iline6; + + bool bline7 = Convert.ToBoolean(line7); + GlobalVars.UseAppearanceID = bline7; + + GlobalVars.Map = line8; + if (GlobalVars.CloseOnLaunch == true) { checkBox1.Checked = true; @@ -211,9 +279,23 @@ namespace RBXLegacyLauncher checkBox2.Checked = false; } + if (GlobalVars.UseAppearanceID == true) + { + textBox3.Enabled = true; + checkBox4.Enabled = true; + checkBox4.Checked = true; + } + else if (GlobalVars.UseAppearanceID == false) + { + textBox3.Enabled = false; + checkBox4.Enabled = false; + checkBox4.Checked = false; + } + if (iline3 == 0) { - GeneratePlayerID(false); + GeneratePlayerID(); + WriteConfigValues(); } else { @@ -224,12 +306,14 @@ namespace RBXLegacyLauncher label26.Text = GlobalVars.SelectedClient; label28.Text = GlobalVars.Map; + listBox1.SelectedItem = GlobalVars.Map; + textBox3.Text = GlobalVars.CharacterAppearanceID.ToString(); ReadClientValues(GlobalVars.SelectedClient); } void WriteConfigValues() { - string[] lines = { GlobalVars.CloseOnLaunch.ToString(), GlobalVars.BodyColors.ToString(), GlobalVars.UserID.ToString(), GlobalVars.PlayerName.ToString(), GlobalVars.SelectedClient.ToString() }; + string[] lines = { GlobalVars.CloseOnLaunch.ToString(), GlobalVars.BodyColors.ToString(), GlobalVars.UserID.ToString(), GlobalVars.PlayerName.ToString(), GlobalVars.SelectedClient.ToString(), GlobalVars.CharacterAppearanceID.ToString(), GlobalVars.UseAppearanceID.ToString(), GlobalVars.Map.ToString() }; File.WriteAllLines("config.txt", lines); } @@ -242,7 +326,7 @@ namespace RBXLegacyLauncher MessageBox.Show("No clientinfo.txt detected with the client you chose. The client cannot be loaded.","RBXLegacy Launcher - Error while loading client", MessageBoxButtons.OK, MessageBoxIcon.Error); } - string line1, line2, line3, line4; + string line1, line2, line3, line4, line5, line6, line7; using(StreamReader reader = new StreamReader(clientpath)) { @@ -250,6 +334,9 @@ namespace RBXLegacyLauncher line2 = reader.ReadLine(); line3 = reader.ReadLine(); line4 = reader.ReadLine(); + line5 = reader.ReadLine(); + line6 = reader.ReadLine(); + line7 = reader.ReadLine(); } bool bline1 = Convert.ToBoolean(line1); @@ -261,7 +348,16 @@ namespace RBXLegacyLauncher bool bline3 = Convert.ToBoolean(line3); GlobalVars.SupportsLocalPlay = bline3; - GlobalVars.SelectedClientDesc = line4; + bool bline4 = Convert.ToBoolean(line4); + GlobalVars.SupportsAppearanceID = bline4; + + bool bline5 = Convert.ToBoolean(line5); + GlobalVars.LoadsAssetsOnline = bline5; + + bool bline6 = Convert.ToBoolean(line6); + GlobalVars.NewMapLoader = bline6; + + GlobalVars.SelectedClientDesc = line7; if (GlobalVars.UsesPlayerName == true) { @@ -282,23 +378,53 @@ namespace RBXLegacyLauncher label14.Enabled = false; button4.Enabled = false; checkBox3.Enabled = false; - checkBox3.Checked = false; GlobalVars.LocalPlayMode = false; } if (GlobalVars.SupportsLocalPlay == false) { checkBox3.Enabled = false; - checkBox3.Checked = false; GlobalVars.LocalPlayMode = false; } + else if (GlobalVars.SupportsLocalPlay == true) + { + checkBox3.Enabled = true; + } + + if (GlobalVars.SupportsAppearanceID == false) + { + checkBox4.Enabled = false; + textBox3.Enabled = false; + } + else if (GlobalVars.SupportsAppearanceID == true) + { + checkBox4.Enabled = true; + if (GlobalVars.UseAppearanceID == false) + { + textBox3.Enabled = false; + checkBox4.Checked = false; + } + else if (GlobalVars.UseAppearanceID == true) + { + textBox3.Enabled = true; + checkBox4.Checked = true; + } + } + + if (GlobalVars.LoadsAssetsOnline == false) + { + label30.Visible = false; + } + else if (GlobalVars.LoadsAssetsOnline == true) + { + label30.Visible = true; + } label21.Text = GlobalVars.SelectedClientDesc; label26.Text = GlobalVars.SelectedClient; - WriteConfigValues(); } - void GeneratePlayerID(bool bPlaySoloMode) + void GeneratePlayerID() { CryptoRandom random = new CryptoRandom(); int randomID = 0; @@ -338,30 +464,12 @@ namespace RBXLegacyLauncher //2147483647 is max id. GlobalVars.UserID = randomID; label14.Text = Convert.ToString(GlobalVars.UserID); - if (bPlaySoloMode == false) - { - WriteConfigValues(); - } - } - - void GeneratePlayerName() - { - if (GlobalVars.LocalPlayNameSuffixNum > 0) - { - int oldsuffix = GlobalVars.LocalPlayNameSuffixNum - 1; - char oldplayersuffix = Convert.ToChar(oldsuffix); - string oldplayername = GlobalVars.PlayerName.TrimEnd(oldplayersuffix); - string playersuffix = Convert.ToString(GlobalVars.LocalPlayNameSuffixNum); - GlobalVars.PlayerName = oldplayername + playersuffix; - textBox2.Text = GlobalVars.PlayerName; - } } void TextBox1TextChanged(object sender, EventArgs e) { GlobalVars.IP = textBox1.Text; checkBox3.Enabled = false; - checkBox3.Checked = false; GlobalVars.LocalPlayMode = false; } @@ -396,7 +504,7 @@ namespace RBXLegacyLauncher void Button4Click(object sender, EventArgs e) { - GeneratePlayerID(false); + GeneratePlayerID(); } void Button5Click(object sender, EventArgs e) @@ -424,7 +532,46 @@ namespace RBXLegacyLauncher else if (checkBox3.Checked == false) { GlobalVars.LocalPlayMode = false; - } + } + } + + void TextBox3TextChanged(object sender, EventArgs e) + { + GlobalVars.CharacterAppearanceID = Convert.ToInt32(textBox3.Text); + } + + void Button6Click(object sender, EventArgs e) + { + ClientinfoEditor cie = new ClientinfoEditor(); + cie.Show(); + } + + void CheckBox4CheckedChanged(object sender, EventArgs e) + { + if (checkBox4.Checked == true) + { + GlobalVars.UseAppearanceID = true; + textBox3.Enabled = true; + } + else if (checkBox4.Checked == false) + { + GlobalVars.UseAppearanceID = false; + textBox3.Enabled = false; + } + } + + bool IsUsingCharacterOutfitIDs() + { + if (GlobalVars.SupportsAppearanceID == false && GlobalVars.UseAppearanceID == false) + return false; + + if (GlobalVars.SupportsAppearanceID == false) + return false; + + if (GlobalVars.UseAppearanceID == false) + return false; + + return true; } } } diff --git a/RBXLegacyLauncher/RBXLegacyLauncher/MainForm.resx b/RBXLegacyLauncher/RBXLegacyLauncher/MainForm.resx index 7536833..40bdeac 100644 --- a/RBXLegacyLauncher/RBXLegacyLauncher/MainForm.resx +++ b/RBXLegacyLauncher/RBXLegacyLauncher/MainForm.resx @@ -202,11 +202,14 @@ On8f3Y6OTrejo9Pt6Oh0Ozo63Y6OTrejo/Hr1/8Ak7ap1Jj4mP8AAAAASUVORK5CYII= + + WARNING: This client loads assets directly from a server. This means that you may not be able to play it over a LAN or local connection without internet access. This may also mean that some things won't load (i.e the healthbar) + NOTE: Make sure the server you join is in the region of the world you live in! (i.e West US, East US, Europe, etc). If you have a problem where you can't see your character, REGENERATE YOUR PLAYER ID THEN REJOIN THE SERVER. If you tried to connect to the server and you get an error, REJOIN THE SERVER. - ROBLOX and the ROBLOX Client were made by the ROBLOX Corporation. The ROBLOX Corporation does not support or endorse the creation of RBXLegacy. Bitl is not affiliated with the ROBLOX Corporation or its subsidiaries. Bitl does not own any of the content included with RBXLegacy. The client's executables and libraries were not modified in any way. LUA scripts were used to build a client that can connect to LAN and the Internet. The LUA scripts used were borrowed from the RBXPri client and merged into 1 single script. All credit for the LUA code included with the RBXPri client goes to the RBXPri team. + ROBLOX and the ROBLOX Clients were made by the ROBLOX Corporation. The ROBLOX Corporation does not support or endorse the creation of RBXLegacy. Bitl is not affiliated with the ROBLOX Corporation or its subsidiaries. Bitl does not own any of the content included with RBXLegacy. The clients 2008-2010 are not modified in any way. However, a modified 2011 client was added which was modified by the RBXPri team. LUA scripts were used to build a client that can connect to LAN and the Internet. The LUA scripts used were borrowed from the RBXPri client and merged into 1 single script. All credit for the LUA code included with the RBXPri client goes to the RBXPri team. diff --git a/RBXLegacyLauncher/RBXLegacyLauncher/RBXLegacyLauncher.csproj b/RBXLegacyLauncher/RBXLegacyLauncher/RBXLegacyLauncher.csproj index 05c790e..5ad940a 100644 --- a/RBXLegacyLauncher/RBXLegacyLauncher/RBXLegacyLauncher.csproj +++ b/RBXLegacyLauncher/RBXLegacyLauncher/RBXLegacyLauncher.csproj @@ -60,6 +60,10 @@ + + + ClientinfoCreator.cs + @@ -70,6 +74,9 @@ + + ClientinfoCreator.cs + MainForm.cs diff --git a/RBXLegacySetup.iss b/RBXLegacySetup.iss index 0f05275..dbc58a5 100644 --- a/RBXLegacySetup.iss +++ b/RBXLegacySetup.iss @@ -1,7 +1,7 @@ ; Script generated by the Inno Script Studio Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! -#define AppVer "1.5.3 Final" +#define AppVer "1.7.1" [Setup] ; NOTE: The value of AppId uniquely identifies this application.