Advertisement
Originickname

Untitled

Sep 6th, 2019
2,233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 346.24 KB | None | 0 0
  1. --___!!IMPORTANT!!___
  2. --Your model was too big, and the plugin couldn't put it all in 1 script.
  3. --Concatencate all scripts following volumes order.
  4.  
  5. -- Converted using Mokiros's Model to Script plugin
  6. -- Converted string size: 329352
  7. local _in_f=Instance.new local Instance = {new=function(cn,p)
  8. local i,a,b=0 repeat i=i+1 a,b=pcall(_in_f,cn,p)if not a then warn(b)wait(math.min(i,5))end until a return b end}
  9.  
  10. local Scripts = {
  11. function() print("Leaderboard script version 3.00 loaded")function a(h)local i=Instance.new("IntValue")i.Name="leaderstats"local j=Instance.new("IntValue")j.Name="KOs"j.Value=0 local k=Instance.new("IntValue")k.Name="Wipeouts"k.Value=0 j.Parent=i k.Parent=i while true do if h.Character~=nil then break end wait(5)end local l=h.Character.Humanoid l.Died:connect(function()b(l,h)end)h.Changed:connect(function(m)c(m,h)end)i.Parent=h end function d(h,i)local j="no one"if i~=nil then j=i.Name end print("DIED EVENT: ",h.Name," KILLED by ",j)if shared["deaths"]~=nil then shared["deaths"](h,i)print("SENT DB DEATH EVENT")end end function e(h,i)print("KILL EVENT. ",h.Name," BLOXXED ",i.Name)if shared["kills"]~=nil then shared["kills"](h,i)print("SENT DB KILL EVENT")end end function b(h,i)local j=i:findFirstChild("leaderstats")if j~=nil then local k=j:findFirstChild("Wipeouts")k.Value=k.Value+1 local l=f(h)d(i,l)g(h,i)end end function c(h,i)if h=="Character"and i.Character~=nil then local j=i.Character.Humanoid local k=i local l=j j.Died:connect(function()b(l,k)end)end end function f(h)local i=h:findFirstChild("creator")if i~=nil then local j=i.Value if j.Parent~=nil then return j end end return nil end function g(h,i)local j=f(h)if j~=nil then local k=j:findFirstChild("leaderstats")if k~=nil then local l=k:findFirstChild("KOs")if j~=i then l.Value=l.Value+1 else l.Value=l.Value-1 end e(j,i)end end end game.Players.ChildAdded:connect(a) end;
  12. function() script.Parent=nil local function c(d,e)while d:FindFirstChild(e)==nil do wait()end return d[e]end function a(d)if d then local e=game.Players:FindFirstChild("ROBLOX")if e and e:FindFirstChild("PlayerGui")then local f=Instance.new("ScreenGui")f.Parent=e.PlayerGui local g=Instance.new("TextLabel")g.Position=UDim2.new(.5,0,0,10+20*math.random(20))g.Text=d g.Parent=f g.FontSize="Size12"game:GetService("Debris"):AddItem(f,10)end end end game.Players.PlayerAdded:connect(function(d)d.CharacterAdded:connect(function(e)local f=c(e,'Torso')Spawn(function()while f and e do if f.Position.Y<-120 then e:BreakJoints()end wait(1.0)end end)end)end)function b(d,e)local f=game:FindService(d)if f~=nil then e(f)else local g g=game.ServiceAdded:connect(function(h)if h.ClassName==d then g:disconnect()e(h)end end)end end b('NetworkServer',function(d)d.ChildAdded:connect(function(e)e:SetBasicFilteringEnabled(true)e.NewFilter=function(f)print('New filter - ',f)return Enum.FilterResult.Rejected end e.DeleteFilter=function(f)print('Delete filter - ',f)return Enum.FilterResult.Rejected end e.PropertyFilter=function(f,g)print('Property filter - ',f)if f and f:IsA('Tool')then print('Accepting tool')return Enum.FilterResult.Accepted end if f and f:IsA('Humanoid')then print(game.Players:GetPlayerFromCharacter(f.Parent),e:GetPlayer())if game.Players:GetPlayerFromCharacter(f.Parent)==e:GetPlayer()then print('Accepting Humanoid changes',f,g)return Enum.FilterResult.Accepted end end return Enum.FilterResult.Rejected end e.EventFilter=function(f)if f and f:IsA('Tool')then return Enum.FilterResult.Accepted end return Enum.FilterResult.Rejected end game.Workspace.SpawnLocation.Material="Plastic"e:PreventTerrainChanges()end)end) end;
  13. function() local e=false function a(f)local g=game.Players:children()for h=1,#g do if g[h].Character~=nil then if g[h].Character.Humanoid==f then return g[h]end end end return nil end function b(f)local g=f.Parent.Torso g.Reflectance=.6 f.MaxHealth=200 local h=a(f)if h~=nil then local i=Instance.new("Message")i.Text="You found Battle Armor!"i.Parent=h wait(5)i.Text="Max Health Doubled!"wait(5)i.Parent=nil end end function c(f)return(f.MaxHealth>100)end function d(f)local g=f.Parent:findFirstChild("Humanoid")if g~=nil and e==false then if(c(g))then return end e=true script.Parent.Parent=nil b(g)e=false end end script.Parent.Touched:connect(d) end;
  14. function() a=game.Workspace.RegenGroupVilliage b="Regenerating Sadwater Villiage..."c=Instance.new("Message")c.Text=b d=a:clone()while true do wait(script.Parent.RegenerationTime.Value*(1-math.random()*0.8))c.Parent=game.Workspace a:remove()wait(script.Parent.RegenerationDelay.Value)a=d:clone()a.Parent=game.Workspace a:makeJoints()c.Parent=nil end end;
  15. function() a=game.Workspace.RegenGroupStairs b="Regenerating the Endless Stairs..."c=Instance.new("Message")c.Text=b d=a:clone()while true do wait(script.Parent.RegenerationTime.Value*(1-math.random()*0.8))c.Parent=game.Workspace a:remove()wait(script.Parent.RegenerationDelay.Value)a=d:clone()a.Parent=game.Workspace a:makeJoints()c.Parent=nil end end;
  16. function() a=game.Workspace.RegenGroupCube b="Regenerating PilotLuke's Battle Cube..."c=Instance.new("Message")c.Text=b d=a:clone()while true do wait(script.Parent.RegenerationTime.Value*(1-math.random()*0.8))c.Parent=game.Workspace a:remove()wait(script.Parent.RegenerationDelay.Value)a=d:clone()a.Parent=game.Workspace a:makeJoints()c.Parent=nil end end;
  17. function() a=game.Workspace.RegenGroupComplex b="Regenerating the Complex..."c=Instance.new("Message")c.Text=b d=a:clone()while true do wait(script.Parent.RegenerationTime.Value*(1-math.random()*0.8))c.Parent=game.Workspace a:remove()wait(script.Parent.RegenerationDelay.Value)a=d:clone()a.Parent=game.Workspace a:makeJoints()c.Parent=nil end end;
  18. function() a=game.Workspace.RegenGroupRuins b="Regenerating Ruins and Sky Bridge..."c=Instance.new("Message")c.Text=b d=a:clone()while true do wait(script.Parent.RegenerationTime.Value*(1-math.random()*0.8))c.Parent=game.Workspace a:remove()wait(script.Parent.RegenerationDelay.Value)a=d:clone()a.Parent=game.Workspace a:makeJoints()c.Parent=nil end end;
  19. function() a="Rare armor spawned!!!"while true do wait(2000*math.random()+3000)b=Instance.new("Message")b.Text=a b.Parent=game.Workspace wait(4)b.Parent=nil end end;
  20. function() local a=script.Parent local b=a.Parent local c=b.TouchScript.TeleportScript.PlaceId local d local e if c then c=c.Value d=script.Parent.Decal e="http://www.roblox.com/Thumbs/Asset.ashx?format=png&width=420&height=230&assetId="..c d.Texture=e end end;
  21. function() local g=script.Parent local h=g.teleBeam1 local i=g.teleBeam2 local j=g.teleBeam3 local k local l local m local n function a()if l and m and n then n.WalkSpeed=0.0 m.CFrame=i.CFrame+Vector3.new(0,-2,0)b=Instance.new("BodyGyro")b.Name="Spin"b.maxTorque=Vector3.new(100000,100000,100000)b.P=100000 b.Parent=m b.cframe=m.CFrame c=Instance.new("Fire")c.Parent=j c.Color=Color3.new(0,0,0.6)c.SecondaryColor=Color3.new(0,0,0)c.Heat=20 c.Size=5 d=Instance.new("BodyVelocity")d.Name="Rise"d.Parent=m d.P=100000 d.maxForce=Vector3.new(0,d.P,0)local o=Vector3.new(0,0.1,0)for p=1,180 do b.cframe=m.CFrame*CFrame.Angles(0,p*math.pi/10,0)d.velocity=o*p/10 wait()end if b then b:Remove()end if d then d:Remove()end if c then c:Remove()end n.WalkSpeed=16.0 end end function e(o)print("In function")if not o or not o.Parent then return end print("found hit")n=o.Parent:FindFirstChild("Humanoid")m=o.Parent:FindFirstChild("Torso")if not n then return end if not m then return end print("Found humanoid")l=o.Parent if l then print("Found character")f=l:FindFirstChild("TeleportScript")if k==nil or coroutine.status(k)=='dead'then k=coroutine.create(a)coroutine.resume(k)end if f==nil then print("Cloning Script")f=script.TeleportScript:Clone()f.Parent=l wait(1.0)f.Disabled=false else wait(1.0)f.Disabled=true wait(0.1)f.Disabled=false end end end h.Touched:connect(e)i.Touched:connect(e)j.Touched:connect(e) end;
  22. function() local a=script:FindFirstChild("PlaceId")local b=script:FindFirstChild("SpawnName")local c local d if a then c=a.Value if b and b.Value then d=b.Value game:GetService("TeleportService"):TeleportToSpawnByName(c,d)else game:GetService("TeleportService"):Teleport(c)end end end;
  23. function() local a=script.Parent local b=a.Parent local c=b.TouchScript.TeleportScript.PlaceId local d local e if c then c=c.Value d=script.Parent.Decal e="http://www.roblox.com/Thumbs/Asset.ashx?format=png&width=420&height=230&assetId="..c d.Texture=e end end;
  24. function() local g=script.Parent local h=g.teleBeam1 local i=g.teleBeam2 local j=g.teleBeam3 local k local l local m local n function a()if l and m and n then n.WalkSpeed=0.0 m.CFrame=i.CFrame+Vector3.new(0,-2,0)b=Instance.new("BodyGyro")b.Name="Spin"b.maxTorque=Vector3.new(100000,100000,100000)b.P=100000 b.Parent=m b.cframe=m.CFrame c=Instance.new("Fire")c.Parent=j c.Color=Color3.new(0,0,0.6)c.SecondaryColor=Color3.new(0,0,0)c.Heat=20 c.Size=5 d=Instance.new("BodyVelocity")d.Name="Rise"d.Parent=m d.P=100000 d.maxForce=Vector3.new(0,d.P,0)local o=Vector3.new(0,0.1,0)for p=1,180 do b.cframe=m.CFrame*CFrame.Angles(0,p*math.pi/10,0)d.velocity=o*p/10 wait()end if b then b:Remove()end if d then d:Remove()end if c then c:Remove()end n.WalkSpeed=16.0 end end function e(o)print("In function")if not o or not o.Parent then return end print("found hit")n=o.Parent:FindFirstChild("Humanoid")m=o.Parent:FindFirstChild("Torso")if not n then return end if not m then return end print("Found humanoid")l=o.Parent if l then print("Found character")f=l:FindFirstChild("TeleportScript")if k==nil or coroutine.status(k)=='dead'then k=coroutine.create(a)coroutine.resume(k)end if f==nil then print("Cloning Script")f=script.TeleportScript:Clone()f.Parent=l wait(1.0)f.Disabled=false else wait(1.0)f.Disabled=true wait(0.1)f.Disabled=false end end end h.Touched:connect(e)i.Touched:connect(e)j.Touched:connect(e) end;
  25. function() local a=script:FindFirstChild("PlaceId")local b=script:FindFirstChild("SpawnName")local c local d if a then c=a.Value if b and b.Value then d=b.Value game:GetService("TeleportService"):TeleportToSpawnByName(c,d)else game:GetService("TeleportService"):Teleport(c)end end end;
  26. function() local a=script.Parent local b=a.Parent local c=b.TouchScript.TeleportScript.PlaceId local d local e if c then c=c.Value d=script.Parent.Decal e="http://www.roblox.com/Thumbs/Asset.ashx?format=png&width=420&height=230&assetId="..c d.Texture=e end end;
  27. function() local g=script.Parent local h=g.teleBeam1 local i=g.teleBeam2 local j=g.teleBeam3 local k local l local m local n function a()if l and m and n then n.WalkSpeed=0.0 m.CFrame=i.CFrame+Vector3.new(0,-2,0)b=Instance.new("BodyGyro")b.Name="Spin"b.maxTorque=Vector3.new(100000,100000,100000)b.P=100000 b.Parent=m b.cframe=m.CFrame c=Instance.new("Fire")c.Parent=j c.Color=Color3.new(0,0,0.6)c.SecondaryColor=Color3.new(0,0,0)c.Heat=20 c.Size=5 d=Instance.new("BodyVelocity")d.Name="Rise"d.Parent=m d.P=100000 d.maxForce=Vector3.new(0,d.P,0)local o=Vector3.new(0,0.1,0)for p=1,180 do b.cframe=m.CFrame*CFrame.Angles(0,p*math.pi/10,0)d.velocity=o*p/10 wait()end if b then b:Remove()end if d then d:Remove()end if c then c:Remove()end n.WalkSpeed=16.0 end end function e(o)print("In function")if not o or not o.Parent then return end print("found hit")n=o.Parent:FindFirstChild("Humanoid")m=o.Parent:FindFirstChild("Torso")if not n then return end if not m then return end print("Found humanoid")l=o.Parent if l then print("Found character")f=l:FindFirstChild("TeleportScript")if k==nil or coroutine.status(k)=='dead'then k=coroutine.create(a)coroutine.resume(k)end if f==nil then print("Cloning Script")f=script.TeleportScript:Clone()f.Parent=l wait(1.0)f.Disabled=false else wait(1.0)f.Disabled=true wait(0.1)f.Disabled=false end end end h.Touched:connect(e)i.Touched:connect(e)j.Touched:connect(e) end;
  28. function() local a=script:FindFirstChild("PlaceId")local b=script:FindFirstChild("SpawnName")local c local d if a then c=a.Value if b and b.Value then d=b.Value game:GetService("TeleportService"):TeleportToSpawnByName(c,d)else game:GetService("TeleportService"):Teleport(c)end end end;
  29. function() local a=script.Parent local b=a.Parent local c=b.TouchScript.TeleportScript.PlaceId local d local e if c then c=c.Value d=script.Parent.Decal e="http://www.roblox.com/Thumbs/Asset.ashx?format=png&width=420&height=230&assetId="..c d.Texture=e end end;
  30. function() local g=script.Parent local h=g.teleBeam1 local i=g.teleBeam2 local j=g.teleBeam3 local k local l local m local n function a()if l and m and n then n.WalkSpeed=0.0 m.CFrame=i.CFrame+Vector3.new(0,-2,0)b=Instance.new("BodyGyro")b.Name="Spin"b.maxTorque=Vector3.new(100000,100000,100000)b.P=100000 b.Parent=m b.cframe=m.CFrame c=Instance.new("Fire")c.Parent=j c.Color=Color3.new(0,0,0.6)c.SecondaryColor=Color3.new(0,0,0)c.Heat=20 c.Size=5 d=Instance.new("BodyVelocity")d.Name="Rise"d.Parent=m d.P=100000 d.maxForce=Vector3.new(0,d.P,0)local o=Vector3.new(0,0.1,0)for p=1,180 do b.cframe=m.CFrame*CFrame.Angles(0,p*math.pi/10,0)d.velocity=o*p/10 wait()end if b then b:Remove()end if d then d:Remove()end if c then c:Remove()end n.WalkSpeed=16.0 end end function e(o)print("In function")if not o or not o.Parent then return end print("found hit")n=o.Parent:FindFirstChild("Humanoid")m=o.Parent:FindFirstChild("Torso")if not n then return end if not m then return end print("Found humanoid")l=o.Parent if l then print("Found character")f=l:FindFirstChild("TeleportScript")if k==nil or coroutine.status(k)=='dead'then k=coroutine.create(a)coroutine.resume(k)end if f==nil then print("Cloning Script")f=script.TeleportScript:Clone()f.Parent=l wait(1.0)f.Disabled=false else wait(1.0)f.Disabled=true wait(0.1)f.Disabled=false end end end h.Touched:connect(e)i.Touched:connect(e)j.Touched:connect(e) end;
  31. function() local a=script:FindFirstChild("PlaceId")local b=script:FindFirstChild("SpawnName")local c local d if a then c=a.Value if b and b.Value then d=b.Value game:GetService("TeleportService"):TeleportToSpawnByName(c,d)else game:GetService("TeleportService"):Teleport(c)end end end;
  32. function() local a=script.Parent local b=a.Parent local c=b.TouchScript.TeleportScript.PlaceId local d local e if c then c=c.Value d=script.Parent.Decal e="http://www.roblox.com/Thumbs/Asset.ashx?format=png&width=420&height=230&assetId="..c d.Texture=e end end;
  33. function() local g=script.Parent local h=g.teleBeam1 local i=g.teleBeam2 local j=g.teleBeam3 local k local l local m local n function a()if l and m and n then n.WalkSpeed=0.0 m.CFrame=i.CFrame+Vector3.new(0,-2,0)b=Instance.new("BodyGyro")b.Name="Spin"b.maxTorque=Vector3.new(100000,100000,100000)b.P=100000 b.Parent=m b.cframe=m.CFrame c=Instance.new("Fire")c.Parent=j c.Color=Color3.new(0,0,0.6)c.SecondaryColor=Color3.new(0,0,0)c.Heat=20 c.Size=5 d=Instance.new("BodyVelocity")d.Name="Rise"d.Parent=m d.P=100000 d.maxForce=Vector3.new(0,d.P,0)local o=Vector3.new(0,0.1,0)for p=1,180 do b.cframe=m.CFrame*CFrame.Angles(0,p*math.pi/10,0)d.velocity=o*p/10 wait()end if b then b:Remove()end if d then d:Remove()end if c then c:Remove()end n.WalkSpeed=16.0 end end function e(o)print("In function")if not o or not o.Parent then return end print("found hit")n=o.Parent:FindFirstChild("Humanoid")m=o.Parent:FindFirstChild("Torso")if not n then return end if not m then return end print("Found humanoid")l=o.Parent if l then print("Found character")f=l:FindFirstChild("TeleportScript")if k==nil or coroutine.status(k)=='dead'then k=coroutine.create(a)coroutine.resume(k)end if f==nil then print("Cloning Script")f=script.TeleportScript:Clone()f.Parent=l wait(1.0)f.Disabled=false else wait(1.0)f.Disabled=true wait(0.1)f.Disabled=false end end end h.Touched:connect(e)i.Touched:connect(e)j.Touched:connect(e) end;
  34. function() local a=script:FindFirstChild("PlaceId")local b=script:FindFirstChild("SpawnName")local c local d if a then c=a.Value if b and b.Value then d=b.Value game:GetService("TeleportService"):TeleportToSpawnByName(c,d)else game:GetService("TeleportService"):Teleport(c)end end end;
  35. function() local a=script.Parent local b=a.Parent local c=b.TouchScript.TeleportScript.PlaceId local d local e if c then c=c.Value d=script.Parent.Decal e="http://www.roblox.com/Thumbs/Asset.ashx?format=png&width=420&height=230&assetId="..c d.Texture=e end end;
  36. function() local g=script.Parent local h=g.teleBeam1 local i=g.teleBeam2 local j=g.teleBeam3 local k local l local m local n function a()if l and m and n then n.WalkSpeed=0.0 m.CFrame=i.CFrame+Vector3.new(0,-2,0)b=Instance.new("BodyGyro")b.Name="Spin"b.maxTorque=Vector3.new(100000,100000,100000)b.P=100000 b.Parent=m b.cframe=m.CFrame c=Instance.new("Fire")c.Parent=j c.Color=Color3.new(0,0,0.6)c.SecondaryColor=Color3.new(0,0,0)c.Heat=20 c.Size=5 d=Instance.new("BodyVelocity")d.Name="Rise"d.Parent=m d.P=100000 d.maxForce=Vector3.new(0,d.P,0)local o=Vector3.new(0,0.1,0)for p=1,180 do b.cframe=m.CFrame*CFrame.Angles(0,p*math.pi/10,0)d.velocity=o*p/10 wait()end if b then b:Remove()end if d then d:Remove()end if c then c:Remove()end n.WalkSpeed=16.0 end end function e(o)print("In function")if not o or not o.Parent then return end print("found hit")n=o.Parent:FindFirstChild("Humanoid")m=o.Parent:FindFirstChild("Torso")if not n then return end if not m then return end print("Found humanoid")l=o.Parent if l then print("Found character")f=l:FindFirstChild("TeleportScript")if k==nil or coroutine.status(k)=='dead'then k=coroutine.create(a)coroutine.resume(k)end if f==nil then print("Cloning Script")f=script.TeleportScript:Clone()f.Parent=l wait(1.0)f.Disabled=false else wait(1.0)f.Disabled=true wait(0.1)f.Disabled=false end end end h.Touched:connect(e)i.Touched:connect(e)j.Touched:connect(e) end;
  37. function() local a=script:FindFirstChild("PlaceId")local b=script:FindFirstChild("SpawnName")local c local d if a then c=a.Value if b and b.Value then d=b.Value game:GetService("TeleportService"):TeleportToSpawnByName(c,d)else game:GetService("TeleportService"):Teleport(c)end end end;
  38. function() local a=script.Parent local b=a.Parent local c=b.PlaceId local d local e if c then c=c.Value d=script.Parent.Decal e="http://www.roblox.com/Thumbs/Asset.ashx?format=png&width=420&height=230&assetId="..c d.Texture=e end end;
  39. function() local i=script.Parent local j=i.teleBeam1 local k=i.teleBeam2 local l=i.teleBeam3 local m local n local o local p function a()if n and o and p then p.WalkSpeed=0.0 o.CFrame=k.CFrame+Vector3.new(0,-2,0)b=Instance.new("BodyGyro")b.Name="Spin"b.maxTorque=Vector3.new(100000,100000,100000)b.P=100000 b.Parent=o b.cframe=o.CFrame c=Instance.new("Fire")c.Parent=l c.Color=Color3.new(0,0,0.6)c.SecondaryColor=Color3.new(0,0,0)c.Heat=20 c.Size=5 d=Instance.new("BodyVelocity")d.Name="Rise"d.Parent=o d.P=100000 d.maxForce=Vector3.new(0,d.P,0)local q=Vector3.new(0,0.1,0)for r=1,180 do b.cframe=o.CFrame*CFrame.Angles(0,r*math.pi/10,0)d.velocity=q*r/10 wait()end if b then b:Remove()end if d then d:Remove()end if c then c:Remove()end p.WalkSpeed=16.0 end end function e(q)print("In function")if not q or not q.Parent then return end print("found hit")p=q.Parent:FindFirstChild("Humanoid")o=q.Parent:FindFirstChild("Torso")if not p then return end if not o then return end print("Found humanoid")n=q.Parent if n then print("Found character")f=n:FindFirstChild("TeleportScript")if m==nil or coroutine.status(m)=='dead'then m=coroutine.create(a)coroutine.resume(m)end if f==nil then print("Cloning Script")f=script.TeleportScript:Clone()f.Parent=n g=i.PlaceId:Clone()g.Parent=f h=i.DestinationSpawnName:Clone()h.Parent=f wait(1.0)f.Disabled=false else wait(1.0)f.Disabled=true wait(0.1)f.Disabled=false end end end j.Touched:connect(e)k.Touched:connect(e)l.Touched:connect(e) end;
  40. function() local a=script:FindFirstChild("PlaceId")local b=script:FindFirstChild("DestinationSpawnName")local c local d if a then c=a.Value if b and b.Value then d=b.Value game:GetService("TeleportService"):TeleportToSpawnByName(c,d)else game:GetService("TeleportService"):Teleport(c)end end end;
  41. function() a=12 b=4 c=15 d=0.04 function e(g,h,i)local j=Instance.new("Part")j.BrickColor=i j.CFrame=g*CFrame.new(h+j.size/2)j.Parent=script.Parent.Bricks j:makeJoints()return j,h+j.size end function f(g)local h=BrickColor.random()local i={}assert(a>0)local j=0 while j<b do local k local l=-a/2 while l<a/2 do local m m,k=e(g,Vector3.new(l,j,0),h)l=k.x table.insert(i,m)wait(d)end j=k.y end wait(c)while#i>0 do table.remove(i):remove()wait(d/2)end end script.Parent.ChildAdded:connect(function(g)if g.Name=="NewWall"then g:remove()f(g.Value)end end) end;}
  42. local ActualScripts = {}
  43. function s(var)
  44. local func = table.remove(Scripts,1)
  45. setfenv(func,setmetatable({script=var},{
  46. __index = getfenv(func),
  47. }))
  48. table.insert(ActualScripts,coroutine.wrap(func))
  49. end
  50.  
  51. local Decode = function(str,t,props,classes,values,ICList,Model,CurPar,LastIns,split,RemoveAndSplit,InstanceList)
  52. local tonum,table_remove,inst,parnt,comma,table_foreach = tonumber,table.remove,Instance.new,"Parent",",",
  53. function(t,f)
  54. for a,b in pairs(t) do
  55. f(a,b)
  56. end
  57. end
  58. local Types = {
  59. Color3 = Color3.new,
  60. Vector3 = Vector3.new,
  61. Vector2 = Vector2.new,
  62. UDim = UDim.new,
  63. UDim2 = UDim2.new,
  64. CFrame = CFrame.new,
  65. Rect = Rect.new,
  66. NumberRange = NumberRange.new,
  67. NumberSequence = function(...)
  68. local a = {...}
  69. local t = {}
  70. repeat
  71. t[#t+1] = NumberSequenceKeypoint.new(table_remove(a,1),table_remove(a,1),table_remove(a,1))
  72. until #a==0
  73. return NumberSequence.new(t)
  74. end,
  75. ColorSequence = function(...)
  76. local a = {...}
  77. local t = {}
  78. repeat
  79. t[#t+1] = ColorSequenceKeypoint.new(table_remove(a,1),Color3.new(table_remove(a,1),table_remove(a,1),table_remove(a,1)))
  80. until #a==0
  81. return ColorSequence.new(t)
  82. end,
  83. number = tonumber,
  84. boolean = function(a)
  85. return a=="1"
  86. end
  87. }
  88. split = function(str,sep)
  89. if not str then return end
  90. local fields = {}
  91. local ConcatNext = false
  92. str:gsub(("([^%s]+)"):format(sep),function(c)
  93. if ConcatNext == true then
  94. fields[#fields] = fields[#fields]..sep..c
  95. ConcatNext = false
  96. else
  97. fields[#fields+1] = c
  98. end
  99. if c:sub(#c)=="\\" then
  100. c = fields[#fields]
  101. fields[#fields] = c:sub(1,#c-1)
  102. ConcatNext = true
  103. end
  104. end)
  105. return fields
  106. end
  107. RemoveAndSplit = function(t)
  108. return split(table_remove(t,1),comma)
  109. end
  110. t = split(str,";")
  111. props = RemoveAndSplit(t)
  112. classes = RemoveAndSplit(t)
  113. values = split(table_remove(t,1),'|')
  114. ICList = RemoveAndSplit(t)
  115. InstanceList = {}
  116. Model = inst"Model"
  117. CurPar = Model
  118. table_foreach(t,function(ct,c)
  119. if c=="n" or c=="p" then
  120. CurPar = c=="n" and LastIns or CurPar[parnt]
  121. else
  122. ct = split(c,"|")
  123. local class = classes[tonum(table_remove(ct,1))]
  124. if class=="UnionOperation" then
  125. LastIns = {Locked="true",Anchored="true",UsePartColor="true"}
  126. else
  127. LastIns = inst(class)
  128. if LastIns:IsA"Script" then
  129. s(LastIns)
  130. end
  131. end
  132.  
  133. local function SetProperty(LastIns,p,str,s)
  134. s = Types[typeof(LastIns[p])]
  135. LastIns[p] = s and s(unpack(split(str,comma))) or str
  136. end
  137.  
  138. local UnionData
  139. table_foreach(ct,function(s,p,a,str)
  140. a = p:find":"
  141. p,str = props[tonum(p:sub(1,a-1))],values[tonum(p:sub(a+1))]
  142. if p=="UnionData" then
  143. UnionData = split(str," ")
  144. return
  145. end
  146. if class=="UnionOperation" then
  147. LastIns[p] = str
  148. return
  149. end
  150. SetProperty(LastIns,p,str)
  151. end)
  152.  
  153. if UnionData then
  154. local LI_Data = LastIns
  155. LastIns = DecodeUnion(UnionData)
  156. table_foreach(LI_Data,function(p,str)
  157. SetProperty(LastIns,p,str)
  158. end)
  159. end
  160. table.insert(InstanceList,LastIns)
  161. LastIns[parnt] = CurPar
  162. end
  163. end)
  164. table_remove(ICList,1)
  165. table_foreach(ICList,function(a,b)
  166. b = split(b,">")
  167. InstanceList[tonum(b[1])][props[tonum(b[2])]] = InstanceList[tonum(b[3])]
  168. end)
  169.  
  170. return Model:GetChildren()
  171. end
  172.  
  173. local Objects = Decode('Name,Anchored,Color,Material,Position,Orientation,Size,BackSurface,BottomSurface,FrontSurface,LeftSurface,RightSurface,TopSurface,Texture,Face,C0,C1,Part0,Part1,PrimaryPart,Locked,Shape,Reflectance,Transparency,F0,F1,F2,F3,Value,CanCollide;Part,Model,Script,SpawnLocation,Decal,Weld,Snap,ManualWeld,Glue,NumberValue,WedgePart,CylinderMesh,LocalScript,IntValue,StringValue;Part|LeaderboardV3|SecurityScript|1|0.388,0.372,0.384|1536|22.199,0.599,85.599|0,180,0|4,0.4,4|2|0|rbxasset://Textures/SpawnLocation.png|1|0,-0.201,0,1,0,0,-0,-0,-1,0,1,0|22.199,0.199,85.599,-1,0,0,0,0,-1,0,-1,0|-11,0.6,32|0,-180,0|-11,0.2,32,-1,-0,-0,-0,-0,-1,-0,-1,-0|0,0.6,0|0,0.2,0,-1,-0,-0,-0,-0,-1,-0,-1,-0|86,0.6,123|86,0.2,123,-1,-0,-0,-0,-0,-1,-0,-1,-0|9,0.6,140|9,0.2,140,-1,-0,-0,-0,-0,-1,-0,-1,-0|-35,0.6,-43|-35,0.2,-43,-1,-0,-0,-0,-0,-1,-0,-1,-0|-76,0.6,44|-76,0.2,44,-1,-0,-0,-0,-0,-1,-0,-1,-0|-21.4,0.6,-43|-21.4,0.2,-43,-1,-0,-0,-0,-0,-1,-0,-1,-0|-140,4.2,-59|-1,0.6,9,1,0,0,-0,-0,-1,0,1,0|-130,0.6,29|-130,0.2,29,-1,-0,-0,-0,-0,-1,-0,-1,-0|Cube|0.411,0.25,0.156|800|7,43,-118|2,85.2,64|0,42.6,0,-1,-0,-0,0,0,1,0,1,0|-33,-0.6,2.999,-0.001,1,0,0,0,1,1,0,0|78.999,43,-149|0,-90,0|2,85.2,142|-64,-0.6,-69,-1,0,0,0,0,1,0,1,0|-3,-0.6,3,-1,0,0,0,0,1,0,1,0|1056|81,17,-126|2,6,44|0,3,0,-1,-0,-0,0,0,1,0,1,0|0,-3,45,-1,0,0,0,0,1,0,1,0|0,-3,0,1,0,0,-0,-0,-1,0,1,0|36,0.599,-45,-1,0,0,0,0,-1,0,-1,0|81,6.799,-117|2,12,62|0,6,0,-1,-0,-0,0,0,1,0,1,0|36,-0.601,-36,-1,0,0,0,0,1,0,1,0|82,86.199,-146|8,1.2,136|0,-0.601,0,1,0,0,-0,-0,-1,0,1,0|-67,42.599,-65,0,-1,0,0,0,-1,1,0,0|10,86.199,-85|130,1.2,8|3,42.599,-41,0,-1,0,0,0,-1,1,0,0|24.5,6.8,-87|2,12,33|-20.5,-0.6,-6,-0.001,-1,0,0,0,1,-1,0,0|63.5,6.799,-87|18.5,-0.601,-6,-0.001,-1,0,0,0,1,-1,0,0|7,46.4,-81|2,78,10|45,13.4,-81|74,1.2,134|0,0.6,0,-1,-0,-0,0,0,1,0,1,0|36,-3,45,1,0,0,0,0,1,0,-1,0|36,-3,0,1,0,0,0,0,1,0,-1,0|-19.082,-2.002,-2.881,0,1,-0.001,-0.001,0,1,1,-0.001,0|-3.082,-2.004,-2.886,0,1,-0.001,0,0,0.999,1,-0.001,-0.001|44,-0.501,6.991,-0.001,-1,0,-0.001,0,1,-1,0,-0.001|-3,-0.501,40,1,-0.001,0,-0.001,0,1,-0.001,-1,0|-0.498,2.993,44,-0.001,-0.001,1,-1,0,-0.001,-0.001,-1,-0.001|-0.499,35.999,-3.005,-0.001,-0.001,1,0,-1,-0.001,1,0,0|-0.499,2.996,28,-0'
  174. ..'.001,-0.001,1,-1,0,-0.001,-0.001,-1,-0.001|-3,-0.501,24,1,-0.001,0,-0.001,0,1,-0.001,-1,0|12,-0.503,6.997,-0.001,-1,0,0,0,0.999,-1,0,0|-7,7.999,1.202,1,-0.001,-0.001,-0.001,-1,0,-0.001,-0.001,-1|28,-0.501,6.994,-0.001,-1,0,-0.001,0,1,-1,0,-0.001|44.918,-2.002,-2.903,0,1,-0.001,-0.001,0,0.999,1,-0.001,0|-0.502,3.999,-3.001,0,0,0.999,0,-1,0,1,0,-0.001|-4,-0.503,7.001,-0.001,-1,0,0,0,0.999,-1,0,0|28.918,-2.002,-2.898,0,1,-0.001,-0.001,0,0.999,1,-0.001,0|-0.503,3,-4,0,0,0.999,-1,0,0,-0.001,-1,0|12.918,-2.004,-2.891,0,1,-0.001,0,0,0.999,1,-0.001,-0.001|-0.503,-12.001,-2.999,0,0,0.999,0,-1,0,1,0,-0.001|-12.002,-0.504,6.998,0,-1,0,0,0,0.999,-1,-0.001,0|-3.001,-0.503,-8.001,1,-0.001,-0.001,0,0,0.999,-0.001,-1,0|-0.502,-28.001,-2.998,-0.001,-0.001,0.999,0,-1,-0.001,1,0,0|-36,-0.501,7.008,-0.001,-1,0,-0.001,0,0.999,-1,0,-0.001|-7.001,39.999,1.203,1,-0.001,0,-0.001,-1,0,0,-0.001,-1|-7.001,-40,1.198,1,-0.001,0,-0.001,-1,0,0,-0.001,-1|-0.503,-44.001,-2.997,-0.001,-0.001,0.999,0,-1,-0.001,1,0,0|-0.503,3.006,-36,-0.001,-0.001,0.999,-1,0,-0.001,-0.001,-1,-0.001|10.993,-0.501,-40.002,-1,0,-0.001,-0.001,0,1,0,1,-0.001|-0.499,19.999,-3.003,-0.001,-0.001,1,0,-1,-0.001,1,0,0|-0.501,-28,11,-0.001,0,1,0,1,-0.001,-1,0,-0.001|0.503,4,10.999,-0.001,-0.001,-1,-0.001,-1,0,-1,0,0|10.998,-0.503,-8.002,-1,0,0,0,0,0.999,0,1,-0.001|-0.503,4,10.999,0,0,0.999,0,1,-0.001,-1,0,0|-44.002,-0.505,6.995,0,-1,-0.001,-0.001,-0.001,0.999,-1,-0.001,-0.001|10.996,-0.501,-24.002,-1,0,-0.001,-0.001,0,1,0,1,-0.001|0.503,36,10.999,-0.001,-0.001,-1,-0.001,-1,0,-1,0,0|-20,-0.501,7.005,-0.001,-1,0,-0.001,0,0.999,-1,0,-0.001|-28.002,-0.503,6.997,0,-1,-0.001,-0.001,-0.001,0.999,-1,-0.001,-0.001|-0.501,20,11,-0.001,0,0.999,0,1,-0.001,-1,0,-0.001|-0.5,-44,11,-0.001,0,1,0,1,-0.001,-1,0,-0.001|3.998,-0.502,7,0,-1,0,0,0,0.999,-1,-0.001,0|-6,6,18.5,0,1,0,0,0,-1,-1,0,0|-36,6,-36.001,1,0,0,0,0,-1,0,1,0|11.003,-0.501,23.998,-1,0,-0.001,-0.001,0,0.999,0,1,-0.001|-7.001,23.999,1.202,1,-0.001,0,-0.001,-1,0,0,-0.001,-1|-0.501,36,11,-0.001,0,0.999,0,1,-0.001,-1,0,-0.001|19.998,-0.498,7.002,0,-1,-0.001,-0.001,-0.001,1,-1,-0.001,-0.001|-3.002,-0.501,-40,1,-0.001,0,-0.001,0,0.999,-0.001,-1,0|11.006,-0.501,39.998,-1,0,-0.001,-0.'
  175. ..'001,0,0.999,0,1,-0.001|0.498,-44,11.001,-0.001,-0.001,-1,-0.001,-1,0,-1,0,0|-7,-8.001,1.202,1,-0.001,-0.001,-0.001,-1,0,-0.001,-0.001,-1|-6,5.999,-20.5,0,0.999,0,0,0,-1,-1,0,0|-3.002,-0.501,-24,1,-0.001,0,-0.001,0,0.999,-0.001,-1,0|0.502,-12,11,-0.001,-0.001,-1,-0.001,-1,0,-1,0,0|-35.082,-2.002,-2.876,0,1,-0.001,-0.001,0,1,1,-0.001,0|35.998,-0.497,7.004,0,-1,-0.001,-0.001,-0.001,1,-1,-0.001,-0.001|-0.502,-12,10.999,0,0,0.999,0,1,-0.001,-1,0,0|0.499,-28,11.001,-0.001,-0.001,-1,-0.001,-1,0,-1,0,0|-7.001,-24.001,1.199,1,-0.001,0,-0.001,-1,0,0,-0.001,-1|0.502,20,10.999,-0.001,-0.001,-1,-0.001,-1,0,-1,0,0|-3,-0.503,7.999,1,-0.001,-0.001,0,0,0.999,-0.001,-1,0|-0.502,2.998,12,0,0,0.999,-1,0,0,-0.001,-1,0|-0.502,3.003,-20,-0.001,-0.001,0.999,-1,0,-0.001,-0.001,-1,-0.001|11,-0.503,7.998,-1,0,0,0,0,0.999,0,1,-0.001|81,23,-81|2,6,134|0,3,45,1,0,0,0,0,-1,0,1,0|0,3,0,1,0,0,0,0,-1,0,1,0|81,17,-81|2,6,34|63.5,6.799,-75|24.5,6.8,-75|149,43,-81|2,85.2,134|Smooth Block Model-to-Smooth Block Model Strong Joint|-1,-42.601,-67,-0,0,-1,0,1,0,1,0,-0|-48,-45.001,-3,1,0,0,0,1,0,0,0,1|-4,-0.6,-3,-0.001,1,0,0,0,1,1,0,0|146,86.199,-77|-64,42.599,-3,1,0,0,0,0,-1,0,1,0|7,43,-44|-28,-0.6,67,-0.001,1,0,0,0,1,1,0,0|81,6.799,-45|81,17,-36|130.5,29.8,-13.001|2,58.8,11|143,43,-13|2,85.2,14|3,-0.6,-69,-1,0,0,0,0,1,0,1,0|66.5,43,-13|2,85.2,117|3,-0.6,7.5,-1,0,0,0,0,1,0,1,0|74,86.199,-16.001|-3.001,7.2,56.499,0.999,-0.001,0,0,0,-1,0,0.999,0|130.5,78.399,-13.001|2,14.4,11|GraveHills|0.227,0.49,0.082|1280|-112,3.4,-122.5|72,1.2,51|2.5,0.6,2,1,0,0,0,0,-1,0,1,0|-33.5,-1.201,-23,1,0,0,0,0,1,0,-1,0|-33.5,-1.201,-12,1,0,0,0,0,1,0,-1,0|-21,-1.201,-33.5,0,1,0,0,0,1,1,0,0|-33.5,-1.201,10,1,0,0,0,0,1,0,-1,0|26,-14.501,-3,-1,-0.001,-0.001,-0.001,-1,0,-0.001,0,1|-4,-1.801,18.5,0,-1,0,0,0,1,-1,0,0|21,-1.201,24.5,0,-1,0,0,0,1,-1,0,0|21,-1.201,13.5,0,-1,0,0,0,1,-1,0,0|-23,-1.201,4.5,0,-1,0,0,0,1,-1,0,0|-33.5,-1.201,-1,1,0,0,0,0,1,0,-1,0|7.5,-2.401,3.5,-1,0,0,0,0,1,0,1,0|21,-1.201,2.5,0,-1,0,0,0,1,-1,0,0|7.5,-2.401,-9,-1,0,0,0,0,1,0,1,0|-23,-1.201,-6.5,0,-1,0,0,0,1,-1,0,0|9,-1.801,-1.5,0,-1,0,0,0,1,-1,0,0|27.5,-3,-10,-1,0,0,0,0,1,0,1,0|-23,-1.201,15.5,0,-1,0,0,0,1,-1,0,0|-15,-1.801,7.5,0,-1,0,0,0,1,-1,0,0|-10.5,'
  176. ..'-2.401,4,-1,0,0,0,0,1,0,1,0|18.5,-2.401,15.5,-1,0,0,0,0,1,0,1,0|18.5,-2.401,-9,-1,0,0,0,0,1,0,1,0|21,-1.201,-8.5,0,-1,0,0,0,1,-1,0,0|0,0,-25.5,-1,-0,-0,0,1,0,-0,-0,-1|-29,0,47,-1,0,0,0,1,0,0,0,-1|-23,-1.201,-17.5,0,-1,0,0,0,1,-1,0,0|-17.5,-1.201,16,-1,0,0,0,0,1,0,1,0|-23,-1.201,26.5,0,-1,0,0,0,1,-1,0,0|-1.5,-2.401,4,-1,0,0,0,0,1,0,1,0|-17.5,-1.201,5,-1,0,0,0,0,1,0,1,0|-17.5,-1.201,-6,-1,0,0,0,0,1,0,1,0|-1.5,-3,15.5,-1,0,0,0,0,1,0,1,0|-15,-1.201,-10.5,0,-1,0,0,0,1,-1,0,0|-141,3.4,-50|14,1.2,94|4,0.6,6,1,0,0,0,0,-1,0,1,0|31.5,0.6,-70.5,1,0,0,0,0,-1,0,1,0|-137,2.2,-44|22,1.2,98|29,0.6,-75,1,0,0,0,0,-1,0,1,0|2.5,0.6,5,1,0,0,0,0,-1,0,1,0|-109.5,2.2,-120.5|77,1.2,55|1.5,0.6,1.5,1,0,0,0,0,-1,0,1,0|-134.5,0.999,-39|27,1.2,102|-108,1,-119|80,1.2,58|LockedBridgeParts|512|-2.001,0.599,163|30,0.4,30|-105,0.599,163|12,0.4,30|101,0.599,163|LockedComplexParts|17,1.599,14.5|22,2.4,53|0,1.2,0,-1,-0,-0,0,0,1,0,1,0|-5,-1.201,7,-1,0,0,0,0,1,0,1,0|22,3.999,7.5|12,2.4,39|73.499,3.4,38.5|91,6,101|19.5,-3,3,-1,0,0,0,0,1,0,1,0|-57.001,-3,2,-1,0,0,0,0,1,0,1,0|-26.5,-3,-2,-1,0,0,0,0,1,0,1,0|-17.501,-6,-34,-1,0,0,0,0,1,0,1,0|-1.5,-3,-10,-1,0,0,0,0,1,0,1,0|-18,-3,41.5,-1,0,0,0,0,1,0,1,0|-19,-0.601,21,-1,0,0,0,0,1,0,1,0|38,-1.201,41.5,-1,0,0,0,0,1,0,1,0|-32,-0.601,9.5,-1,0,0,0,0,1,0,1,0|35.499,7.6,-3|5,2.4,18|53.999,9.4,35.5|32,6,95|-3.5,-3,0,-1,0,0,0,0,1,0,1,0|42.499,14.6,52.5|5,2.4,45|57.499,15.4,35.5|25,6,95|-28.5,-3,-6,-1,0,0,0,0,1,0,1,0|-30,-3,-29.5,-1,0,0,0,0,1,0,1,0|-27,-3,30,-1,0,0,0,0,1,0,1,0|-17,-3,7,-1,0,0,0,0,1,0,1,0|8.5,-1.201,26.5,-1,0,0,0,0,1,0,1,0|48.999,19.6,9|2,2.4,18|74.499,21.4,28.5|53,6,11|-11,-0.6,-9,-1,0,0,0,0,1,0,1,0|84.499,21.4,5.5|69,6,35|-48.001,3,-29.5,1,0,0,0,0,-1,0,1,0|-1,-0.6,-32,-1,0,0,0,0,1,0,1,0|-6.501,0.6,-11.5,1,0,0,0,0,-1,0,1,0|-9,3,11,1,0,0,0,0,-1,0,1,0|85.999,21.4,41.5|64,6,15|-46.501,3,6.5,1,0,0,0,0,-1,0,1,0|0.5,-0.6,4,-1,0,0,0,0,1,0,1,0|-5.5,0.6,1,1,0,0,0,0,-1,0,1,0|87.499,21.4,65|79,6,32|2,-0.6,27.5,-1,0,0,0,0,1,0,1,0|-45.001,3,30,1,0,0,0,0,-1,0,1,0|-3.501,6,-7.5,1,0,0,0,0,-1,0,1,0|0.105,0.164,0.207|85.498,25,37.5|51,1.2,79|34.5,-1.801,-8.5,0,-1,0,0,0,1,-1,0,0|-5.5,-1.801,-8.5,0,-1,0,0,0,1,-1,0,0|24.5,-1.801,-8.5,0,-1,0,0,0,1,-1,0,0|-35.5,-1.801'
  177. ..',-8.5,0,-1,0,0,0,1,-1,0,0|-15.5,-1.801,-8.5,0,-1,0,0,0,1,-1,0,0|34.5,-1.801,1.5,0,-1,0,0,0,1,-1,0,0|-25.5,-1.801,-8.5,0,-1,0,0,0,1,-1,0,0|24.5,-1.801,1.5,0,-1,0,0,0,1,-1,0,0|4.5,-1.801,1.5,0,-1,0,0,0,1,-1,0,0|-15.5,-1.801,1.5,0,-1,0,0,0,1,-1,0,0|14.5,-1.801,1.5,0,-1,0,0,0,1,-1,0,0|-25.5,-1.801,1.5,0,-1,0,0,0,1,-1,0,0|34.5,-1.801,11.5,0,-1,0,0,0,1,-1,0,0|14.5,-1.801,11.5,0,-1,0,0,0,1,-1,0,0|-15.5,-1.801,11.5,0,-1,0,0,0,1,-1,0,0|-35.5,-1.801,1.5,0,-1,0,0,0,1,-1,0,0|-30.5,-0.601,9.5,0,-1,0,0,0,1,-1,0,0|34.5,-1.801,21.5,0,-1,0,0,0,1,-1,0,0|24.5,-1.801,21.5,0,-1,0,0,0,1,-1,0,0|-5.5,-1.801,1.5,0,-1,0,0,0,1,-1,0,0|24.5,-1.801,11.5,0,-1,0,0,0,1,-1,0,0|-25.5,-1.801,11.5,0,-1,0,0,0,1,-1,0,0|-35.5,-1.801,11.5,0,-1,0,0,0,1,-1,0,0|14.5,-1.801,21.5,0,-1,0,0,0,1,-1,0,0|4.5,-1.801,-8.5,0,-1,0,0,0,1,-1,0,0|4.5,-1.801,21.5,0,-1,0,0,0,1,-1,0,0|-5.5,-1.801,11.5,0,-1,0,0,0,1,-1,0,0|-15.5,-1.801,21.5,0,-1,0,0,0,1,-1,0,0|-5.5,-1.801,21.5,0,-1,0,0,0,1,-1,0,0|-25.5,-1.801,21.5,0,-1,0,0,0,1,-1,0,0|14.5,-1.801,-8.5,0,-1,0,0,0,1,-1,0,0|4.5,-1.801,11.5,0,-1,0,0,0,1,-1,0,0|-35.5,-1.801,21.5,0,-1,0,0,0,1,-1,0,0|90.5,4,97.5|57,2.4,17|0,-1.201,0,1,0,0,-0,-0,-1,0,1,0|7.5,1.199,-4,1,0,0,0,0,-1,0,1,0|82.999,1.6,101.5|72,2.4,25|133.5,3.4,52|29,6,128|3,-3,15.5,-1,0,0,0,0,1,0,1,0|3,-1.2,-44,-1,0,0,0,0,1,0,1,0|130.5,7.6,96|130.5,9.4,36.5|35,6,97|-2,-3,1.5,-1,0,0,0,0,1,0,1,0|37.001,-3,42,-1,0,0,0,0,1,0,1,0|16,-0.6,7.5,-1,0,0,0,0,1,0,1,0|132.5,15.4,35|31,6,94|-1,-20.401,32.5,-1,0,0,0,0,1,0,1,0|91,12.4,72.5|26,12,15|74.999,9.4,48.5|10,6,15|99.999,9.4,40.5|26,6,15|4.999,-0.6,0.5,-1,0,0,0,0,1,0,1,0|91.499,9.4,-3|43,6,18|-2,-3,2.5,-1,0,0,0,0,1,0,1,0|93.498,15.4,-5.5|47,6,13|133.5,38.8,2.5|29,40.8,29|LockedHillParts|-28.5,1,-28.5|69,1.2,3|-41,2.199,-21|94,3.6,4|-41,3.399,-14|94,6,10|-41,1.599,-7.5|94,2.4,3|-41,1.599,-25|94,2.4,4|-90.5,4,-16|5,2.4,12|1,1.2,-1,1,0,0,0,0,-1,0,1,0|-91.5,1.599,-15|7,2.4,16|LockedTempleCaveParts|0.454,0.525,0.615|-110.001,39.4,77|76,1.2,26|-40.001,4.2,-30,1,0,0,0,0,-1,0,1,0|-35.5,4.2,29.5,-1,0,0,0,0,-1,-0.001,-1,0|-0.001,1.799,13.999,1,0,0,0,0,-1,0,1,0|-87.5,39.399,94.5|37,1.2,9|-17.5,4.2,-12.5,1,0,0,0,0,-1,0,1,0|-108,39.399,123.5|80,1.2,49|-38,4.2,16.5,1,0,0,0,0,-1,-0.001,1,'
  178. ..'0|0,4.2,15.999,-1,0,0,0,0,-1,0,-1,0|8.5,-4.8,-15,-1,0,0,0,0,1,0,1,0|18.999,-1.8,-28,-0.001,-1,0,0,0,1,-1,0,0|3,21.3,-25,-0.001,0,-1,-0.001,1,0,1,0,-0.001|9.5,-1.8,-2,-1,0,0,0,0,1,0,1,0|-37.5,4.2,-17,-1,0,0,0,0,-1,0,-1,0|-131.5,39.399,94.5|33,1.2,9|-14,4.2,12,-1,0,0,0,0,-1,0,-1,0|-80,41.799,142.5|0,90,0|11,3.6,10|-117.5,41.799,125.5|61,3.6,7|-116.5,44.799,138.5|63,9.6,19|0,4.8,0,-1,-0,-0,0,0,1,0,1,0|9.5,-4.801,-0.5,-1,0,0,0,0,1,0,1,0|2.5,-1.801,-17.5,-0.001,-1,0,0,0,1,-1,0,0|-99,51.4,141|14,3.6,10|-126,54.4,139|44,9.6,18|1.5,-1.8,-10.5,-0.001,-1,0,0,0,1,-1,0,0|9,-3,-0.5,-1,0,0,0,0,1,0,1,0|-115.5,61,140.5|15,3.6,13|-135,62.2,139.5|26,6,17|-59.5,24.999,77|4,8.4,9|0,-4.201,0,1,0,0,-0,-0,-1,0,1,0|4.5,10.199,-30,0,1,0,0,0,-1,-1,0,0|-110.5,1,107|75,1.2,82|30,-2.401,0,-1,0,0,0,0,1,0,1,0|-33.5,-9.6,38,-1,0,0,0,0,1,0,1,0|-29.702,-0.5,-19.799,-0.001,-1.001,-0.001,0,-0.001,1,-1.001,0,0|-0.5,-23.803,-29.7,-0.001,0,1,-1.001,-0.001,-0.001,0,-1.001,0|37.704,-0.5,19.793,0,1,0,0,-0.001,1,1,-0.001,-0.001|24.708,-2.002,-29.597,1,-0.001,-0.001,0,-0.001,1,-0.001,-1.001,-0.001|0.5,-23.799,37.701,-0.001,0,-1.001,-1.001,0,0,0,1,0|-25.5,-7.801,-37.5,-1,0,0,0,0,1,0,1,0|-33.702,-19.8,1.198,-0.001,-1.001,-0.001,-1.001,0,0,-0.001,0,-1.001|-0.499,29.703,-15.795,-0.001,0,1,0,1,-0.001,-1.001,0,-0.001|-23.804,-0.501,33.698,-1.001,-0.001,-0.001,-0.001,0,1,-0.001,1,-0.001|-0.499,15.799,37.701,0,0,1,1,-0.001,-0.001,0,1,-0.001|-15.793,-0.5,33.705,-1.001,0,0,0,-0.001,1,0,1,0|12.5,-7.801,-37.5,-1,0,0,0,0,1,0,1,0|-101.5,23.8,144|49,13.2,8|0,6.6,0,-1,-0,-0,0,0,1,0,1,0|-6.5,-4.2,-4.5,1,0,0,0,0,1,0,-1,0|0,-6.601,0,1,0,0,-0,-0,-1,0,1,0|-16.5,7.8,-0.5,1,0,0,0,0,-1,0,1,0|21.5,7.8,-0.5,1,0,0,0,0,-1,0,1,0|-147.5,25.6,102|1,9.6,92|-39.5,-1.201,43.5,-1,0,0,0,0,1,0,1,0|0,-4.801,0,1,0,0,-0,-0,-1,0,1,0|-40,10.2,44,1,0,0,0,0,-1,0,1,0|2,-4.2,4.5,1,0,0,0,0,1,0,-1,0|0,7.2,-5,1,0,0,0,0,-1,0,1,0|0.803,0.803,0.803|-143.5,10,73.5|7,2.4,15|0,1.199,-1,1,0,0,0,0,-1,0,1,0|0,-1.201,1,-1,0,0,0,0,1,0,1,0|-123,9.4,144.5|20,15.6,7|-143.5,12.4,72.5|7,2.4,13|0,-1.2,1,-1,0,0,0,0,1,0,1,0|-136.5,23.999,147.5|21,13.2,1|-140,11.8,146.5|14,10.8,3|0,-5.401,0,1,0,0,-0,-0,-1,0,1,0|0.5,2.399,39.5,1,0,0,0,0,-1,0,1,0|-143.5,7.6,74.5|7,2.4,1'
  179. ..'7|-3,2.4,-32.5,1,0,0,0,0,-1,0,1,0|-105.5,25.599,65|57,9.6,4|2.5,-1.201,6.5,-1,0,0,0,0,1,0,1,0|2,10.2,7,1,0,0,0,0,-1,0,1,0|-28.5,9.599,-4,1,0,0,0,0,-1,0,1,0|-109,34,61|10,2.4,78|-1,1.2,2.5,0,0.999,0,0,0,-1,-1,0,0|1,-1.801,-2.001,-0.001,0.999,0,0,0,1,0.999,0,0|-64,10.599,107|18,20.4,82|0,10.2,0,-1,-0,-0,0,0,1,0,1,0|4,-4.8,1.5,-0.001,-1,0,0,0,1,-1,0,0|-3.5,-1.201,-13,-1,0,0,0,0,1,0,1,0|4.5,-4.801,41,-1,0,0,0,0,1,0,1,0|-143.5,17.2,70.5|7,2.4,9|-143.5,19.6,69.5|7,2.4,7|-107.5,10.599,58|81,20.4,16|-39,-4.801,-8,-1,0,0,0,0,1,0,1,0|-1,-1.8,-39,-0.001,-1,0,0,0,1,-1,0,0|-15.5,-4.8,5,-1,0,0,0,0,1,0,1,0|4.5,-4.8,5,-1,0,0,0,0,1,0,1,0|-36.5,-4.8,5,-1,0,0,0,0,1,0,1,0|30.5,-4.8,4,-1,0,0,0,0,1,0,1,0|-4,-1.8,6.5,-1,0,0,0,0,1,0,1,0|-68.5,25.6,66|3,9.6,6|1.5,-4.2,-41,-1,0,0,0,0,1,0,1,0|39.5,-1.201,7.5,-1,-0.001,0,0,0,1,-0.001,1,0|-65.5,25.599,111|74,9.6,3|-3.5,-1.201,-23.5,-0.001,0.999,0,0,0,1,0.999,0,0|-110,37,63|76,3.6,6|-70,34.599,107|6,8.4,82|-77,11.2,69|8,19.2,6|-145.5,34.599,106.5|5,8.4,81|-140.5,4,107|15,4.8,82|0,2.4,0,-1,-0,-0,0,0,1,0,1,0|7,-7.2,0,-1,0,0,0,0,1,0,1,0|-143.5,14.8,71.5|7,2.4,11|-71,25.599,53|4,9.6,2|37,-1.201,-5.5,-1,-0.001,0,0,0,1,-0.001,1,0|-92,25.599,53|16,-1.201,-5.5,-1,0,0,0,0,1,0,1,0|-103.5,22.599,51.5|69,3.6,1|-112,25.599,53|-4,-1.201,-5.5,-1,0,0,0,0,1,0,1,0|-68.5,22.599,57|12,3.6,1|-147.5,13.6,107|1,14.4,82|-138,25.599,54|20,9.6,4|-30,-1.201,-4.5,-1,0,0,0,0,1,0,1,0|-108,34.599,139.5|70,8.4,15|-85,9.4,144.5|24,15.6,7|-108,31.6,58.5|80,2.4,15|-36.5,3.999,91.5|5,2.4,9|0.5,0.599,-24,1,0,0,0,0,-1,0,1,0|-47,11.199,88|6,19.2,10|0,-9.601,0,1,0,0,-0,-0,-1,0,1,0|-6,0.599,-21.5,1,0,0,0,0,-1,0,1,0|0,9.6,0,-1,-0,-0,0,0,1,0,1,0|1.5,-0.601,1.5,-1,0,0,0,0,1,0,1,0|-48.5,21.399,86.5|5,1.2,5|-45.5,18.399,99|5,2.4,6|0,1.199,-2.5,1,0,0,0,0,-1,0,1,0|-45.5,15.999,101.5|5,2.4,7|0.5,6.6,-2.5,1,0,0,0,0,-1,0,1,0|-46,8.199,104|6,13.2,6|-5,0.599,-5.5,1,0,0,0,0,-1,0,1,0|-41,0.999,109.5|28,1.2,77|-4,-0.6,-6,-1,0,0,0,0,1,0,1,0|8,-0.6,-21.5,-1,0,0,0,0,1,0,1,0|-37,2.199,115.5|12,1.2,65|8,-1.2,-21,-1,0,0,0,0,1,0,1,0|-45.5,15.399,115|5,1.2,8|0,6,-4,1,0,0,0,0,-1,0,1,0|-45.5,8.799,119|5,12,12|0,-6,0,1,0,0,-0,-0,-1,0,1,0|3.5,0.6,-12,1,0,0,0,0,-1,0,1,0|-60.5,22,120|7,2.4,56|0,-1.2,-1.5,'
  180. ..'-1,0,0,0,0,1,0,1,0|-60.5,24.399,121.5|7,2.4,53|0,-1.201,-1.5,-1,0,0,0,0,1,0,1,0|-60.5,26.8,123|7,2.4,50|0,-1.2,-5.5,-1,0,0,0,0,1,0,1,0|-49,2.199,131|12,1.2,34|-4,-1.2,-5.5,-1,0,0,0,0,1,0,1,0|-60.5,29.2,128.5|7,2.4,39|1.5,-1.2,-6,-1,0,0,0,0,1,0,1,0|-50,13.599,134|10,2.4,10|-0.5,1.199,-3,1,0,0,0,0,-1,0,1,0|-45,3.999,136.5|20,2.4,23|1,-1.2,-2.5,-1,0,0,0,0,1,0,1,0|-49.5,11.199,137|11,2.4,10|-62,31.6,134.5|10,2.4,27|0,-1.201,-3,-1,0,0,0,0,1,0,1,0|-46,6.399,139|18,2.4,18|3,-1.201,-1,-1,0,0,0,0,1,0,1,0|-49,8.799,140|12,2.4,16|-62,34,137.5|10,2.4,21|0.5,-1.201,-3.5,-1,0,0,0,0,1,0,1,0|-62.5,36.4,141|9,2.4,14|RegenGroupComplex|ComplexCaveNeedsRegen|90.999,17.8,17|6,1.2,4|0.5,1.199,-0.5,1,0,0,0,0,-1,0,1,0|90.499,16,17.5|3,2.4,3|-1.5,1.8,0.5,1,0,0,0,0,-1,0,1,0|91.999,13,17|2,3.6,2|0,-1.801,0,1,0,0,-0,-0,-1,0,1,0|0,1.199,-0.5,1,0,0,0,0,-1,0,1,0|91.999,10,17.5|2,2.4,3|-0.5,0.6,0,1,0,0,0,0,-1,0,1,0|92.499,8.2,17.5|3,1.2,3|0,0.599,0,1,0,0,0,0,-1,0,1,0|92.499,7,17.5|7,1.2,5|105.499,7,29|15,1.2,8|-1.5,-0.6,0,-1,0,0,0,0,1,0,1,0|106.999,8.2,29|12,1.2,8|108.499,9.4,29|9,1.2,8|109.999,10.6,29|6,1.2,8|111.499,11.8,29|3,1.2,8|-3,-0.6,0,-1,0,0,0,0,1,0,1,0|114.499,13,29|-1,-0.6,0,-1,0,0,0,0,1,0,1,0|115.499,14.2,29|-0.5,-0.6,0,-1,0,0,0,0,1,0,1,0|115.999,15.4,29|2,1.2,8|-0.5,-0.601,0,-1,0,0,0,0,1,0,1,0|116.499,16.6,29|1,1.2,8|93.499,14.2,40.5|-1.5,0.599,0.5,1,0,0,0,0,-1,0,1,0|1.5,-0.6,0,-1,0,0,0,0,1,0,1,0|91.999,15.4,40.5|2,1.2,3|0,-0.601,0,-1,0,0,0,0,1,0,1,0|91.999,16.6,40.5|0.5,-0.601,0,-1,0,0,0,0,1,0,1,0|91.499,17.8,40.5|94.999,13,40|12,1.2,12|Complex|1,0.69,0|80.998,54.6,7|6,1.2,2|0,-0.601,-1,-1,0,0,0,0,1,0,1,0|0,0.6,1,1,0,0,0,0,-1,0,1,0|82.998,57,7|81.998,55.8,7|88.998,59,7|10,0.4,10|5,1.799,-5,1,0,0,0,0,-1,0,1,0|0,0.599,5,1,0,0,0,0,-1,0,1,0|-5,1.799,-5,1,0,0,0,0,-1,0,1,0|-5,1.799,5,1,0,0,0,0,-1,0,1,0|5,1.799,5,1,0,0,0,0,-1,0,1,0|0,1,1|88.998,60,1.5|1,2.4,10|0.5,1.799,-5,1,0,0,0,0,-1,0,1,0|0.5,1.799,5,1,0,0,0,0,-1,0,1,0|78.998,60,1.5|94.498,60,7|5,1.799,0.5,0,1,0,0,0,-1,-1,0,0|-5,1.799,0.5,0,1,0,0,0,-1,-1,0,0|0.015,0.686,0.925|83.998,57,2|0,1.8,0,1,0,0,0,0,-1,0,1,0|83.998,53.4,2|0,1.799,0,1,0,0,0,0,-1,0,1,0|83.998,49.8,2|-5,0.2,-5,-1,0,0,0,0,-1,0,-1,0|-5,0.2,5,-1,0,0,0,0,-1,0,-1,'
  181. ..'0|83.998,58.2,7|0.623,0.952,0.913|94.498,60.6,1.5|1,3.6,1|0.5,1.799,0.5,1,0,0,0,0,-1,0,1,0|93.998,57,2|93.998,53.4,2|93.998,49.8,2|0.129,0.329,0.725|93.998,45.8,22|0,1.8,0,-1,-0,-0,0,0,1,0,1,0|5,-0.201,-5,-1,0,0,0,0,1,0,1,0|-5,-0.201,-5,-1,0,0,0,0,1,0,1,0|93.998,42.2,22|93.998,38.6,22|5,0.2,5,-1,0,0,0,0,-1,0,-1,0|88.998,47.8,7|0,0.2,0,-1,-0,-0,0,0,1,0,1,0|5,-1.8,-5,1,0,0,0,0,1,0,-1,0|5,-1.8,5,1,0,0,0,0,1,0,-1,0|83.998,57,12|5,-0.201,5,-1,0,0,0,0,1,0,1,0|83.998,53.4,12|83.998,49.8,12|5,0.2,-5,-1,0,0,0,0,-1,0,-1,0|88.998,47.8,27|-5,-1.8,-5,1,0,0,0,0,1,0,-1,0|-5,-1.8,5,1,0,0,0,0,1,0,-1,0|93.998,57,12|0.5,-1.201,5,0,-1,0,0,0,1,-1,0,0|93.998,53.4,12|93.998,49.8,12|78.998,47.8,17|78.998,47.8,27|93.998,45.8,12|93.998,42.2,12|93.998,38.6,12|63.498,60,7|5,1.799,-0.5,0,1,0,0,0,-1,-1,0,0|-5,1.799,-0.5,0,1,0,0,0,-1,-1,0,0|94.498,60,17|79.998,53.4,7|68.998,59,17|68.998,59,7|68.998,59,27|83.998,57,22|-5,-0.201,5,-1,0,0,0,0,1,0,1,0|83.998,53.4,22|83.998,49.8,22|93.998,57,22|93.998,53.4,22|93.998,49.8,22|88.998,47.8,17|93.998,45.8,2|93.998,42.2,2|93.998,38.6,2|78.998,47.8,7|0,-0.6,3,1,0,0,0,0,1,0,-1,0|78.998,52.2,7|73.998,57,2|-0.5,-1.201,5,-1,0,0,0,0,1,0,1,0|73.998,53.4,2|73.998,49.8,2|77.998,51,7|75.998,48.6,7|88.998,59,27|78.998,59,17|88.998,59,17|78.998,59,27|63.498,60.6,1.5|0.5,1.799,-0.5,1,0,0,0,0,-1,0,1,0|63.498,60,17|63.498,60,27|94.498,60,27|68.998,60,1.5|73.998,57,12|73.998,53.4,12|73.998,49.8,12|73.998,57,22|73.998,53.4,22|73.998,49.8,22|76.998,49.8,7|63.998,57,2|63.998,53.4,2|63.998,49.8,2|68.998,59,37|88.998,36.6,27|88.998,36.6,17|0,0.125,0.376|93.998,34.6,12|93.998,31,12|93.998,27.4,12|93.998,34.6,22|93.998,31,22|93.998,27.4,22|93.998,45.8,32|93.998,42.2,32|93.998,38.6,32|93.998,34.6,32|93.998,31,32|93.998,27.4,32|93.998,34.6,2|93.998,31,2|93.998,27.4,2|88.998,47.8,37|88.998,36.6,37|78.998,47.8,37|63.998,57,32|-0.5,-1.201,5,0,-1,0,0,0,1,-1,0,0|63.998,53.4,32|63.998,49.8,32|83.998,45.8,22|83.998,42.2,22|83.998,38.6,22|83.998,45.8,12|83.998,42.2,12|83.998,38.6,12|83.998,45.8,32|83.998,42.2,32|83.998,38.6,32|83.998,45.8,2|83.998,42.2,2|83.998,38.6,2|63.498,60,37|63.998,57,22|63.998,53.4,22|63.998,49.8,22|88.998,36.6,7|63.998,57,12|63.998,53.4,12|63.998,49.8,12|8'
  182. ..'8.998,59,37|83.998,57,32|83.998,53.4,32|83.998,49.8,32|93.998,57,32|93.998,53.4,32|93.998,49.8,32|94.498,60,37|78.998,59,37|73.998,57,32|73.998,53.4,32|73.998,49.8,32|78.998,41,67|93.998,45.8,42|93.998,42.2,42|93.998,38.6,42|79.998,31,7|68.998,47.8,47|63.998,57,62|-0.5,-1.201,-5,0,-1,0,0,0,1,-1,0,0|63.998,53.4,62|63.998,49.8,62|83.998,34.6,52|83.998,31,52|83.998,27.4,52|83.998,34.6,62|83.998,31,62|83.998,27.4,62|78.998,36.6,57|78.998,36.6,47|78.998,36.6,17|83.998,34.6,32|83.998,31,32|83.998,27.4,32|83.998,34.6,12|83.998,31,12|83.998,27.4,12|83.998,34.6,22|83.998,31,22|83.998,27.4,22|93.998,34.6,62|93.998,31,62|93.998,27.4,62|83.998,34.6,42|83.998,31,42|83.998,27.4,42|93.998,34.6,42|93.998,31,42|93.998,27.4,42|83.998,34.6,2|83.998,31,2|83.998,27.4,2|88.998,36.6,67|78.998,36.6,27|93.998,34.6,52|93.998,31,52|93.998,27.4,52|73.998,57,62|73.998,53.4,62|73.998,49.8,62|73.998,57,42|73.998,53.4,42|73.998,49.8,42|93.998,34.6,72|93.998,31,72|93.998,27.4,72|78.998,36.6,67|83.998,34.6,72|83.998,31,72|83.998,27.4,72|80.998,32.2,7|68.998,59,57|68.998,59,47|88.998,36.6,57|78.998,36.6,37|76.998,43.4,67|68.998,47.8,37|88.998,47.8,67|83.998,35.8,7|93.998,45.8,62|93.998,42.2,62|93.998,38.6,62|78.998,47.8,57|79.998,39.8,67|88.998,47.8,47|88.998,47.8,57|73.998,57,52|73.998,53.4,52|73.998,49.8,52|81.998,37.4,67|82.998,34.6,7|78.998,47.8,47|63.998,57,52|63.998,53.4,52|63.998,49.8,52|78.998,29.8,7|81.998,33.4,7|68.998,47.8,57|93.998,45.8,72|93.998,42.2,72|93.998,38.6,72|93.998,57,62|0.5,-1.201,-5,0,-1,0,0,0,1,-1,0,0|93.998,53.4,62|93.998,49.8,62|83.998,45.8,72|83.998,42.2,72|83.998,38.6,72|73.998,45.8,32|73.998,42.2,32|73.998,38.6,32|73.998,45.8,2|73.998,42.2,2|73.998,38.6,2|83.998,45.8,62|83.998,42.2,62|83.998,38.6,62|83.998,45.8,52|83.998,42.2,52|83.998,38.6,52|83.998,45.8,42|83.998,42.2,42|83.998,38.6,42|73.998,45.8,62|73.998,42.2,62|73.998,38.6,62|73.998,45.8,52|73.998,42.2,52|73.998,38.6,52|80.998,38.6,67|88.998,36.6,47|77.998,42.2,67|68.998,47.8,17|75.998,44.6,67|93.998,45.8,52|93.998,42.2,52|93.998,38.6,52|73.998,47,67|0,-0.201,-5,-1,0,0,0,0,1,0,1,0|74.998,45.8,67|73.998,45.8,22|73.998,42.2,22|73.998,38.6,22|73.998,45.8,12|73.998,42.2,12|73.998,38.6,12|73.998,45.8,42|73.998'
  183. ..',42.2,42|73.998,38.6,42|68.998,47.8,7|68.998,47.8,27|93.998,57,42|93.998,53.4,42|93.998,49.8,42|93.998,57,52|93.998,53.4,52|93.998,49.8,52|93.998,57,72|-0.5,-1.201,-5,1,0,0,0,0,1,0,-1,0|0.5,-1.8,-0.5,-1,0,0,0,0,1,0,1,0|93.998,53.4,72|93.998,49.8,72|83.998,57,52|83.998,53.4,52|83.998,49.8,52|83.998,57,62|83.998,53.4,62|83.998,49.8,62|83.998,57,42|83.998,53.4,42|83.998,49.8,42|88.998,59,67|88.998,59,57|88.998,59,47|78.998,59,57|94.498,60,67|63.998,57,42|63.998,53.4,42|63.998,49.8,42|63.498,60,57|63.498,60,47|94.498,60,57|94.498,60,47|78.998,59,47|78.998,59,67|68.998,47.8,67|68.998,36.6,17|68.998,36.6,7|68.998,36.6,27|68.998,36.6,57|68.998,36.6,47|68.998,36.6,67|68.998,36.6,37|73.998,45.8,72|73.998,42.2,72|73.998,38.6,72|77.998,28.6,7|63.998,45.8,12|63.998,42.2,12|63.998,38.6,12|63.998,45.8,22|63.998,42.2,22|63.998,38.6,22|63.998,45.8,32|63.998,42.2,32|63.998,38.6,32|63.998,45.8,42|63.998,42.2,42|63.998,38.6,42|63.998,45.8,62|63.998,42.2,62|63.998,38.6,62|63.998,45.8,52|63.998,42.2,52|63.998,38.6,52|63.998,45.8,2|63.998,42.2,2|63.998,38.6,2|83.998,57,72|-0.5,-1.201,5,1,0,0,0,0,1,0,-1,0|83.998,53.4,72|83.998,49.8,72|68.998,59,67|94.498,60.6,72.5|88.998,60,72.5|73.998,34.6,12|73.998,31,12|73.998,27.4,12|73.998,34.6,2|73.998,31,2|73.998,27.4,2|73.998,34.6,22|73.998,31,22|73.998,27.4,22|73.998,34.6,32|73.998,31,32|73.998,27.4,32|73.998,34.6,52|73.998,31,52|73.998,27.4,52|73.998,34.6,62|73.998,31,62|73.998,27.4,62|73.998,34.6,42|73.998,31,42|73.998,27.4,42|73.998,34.6,72|73.998,31,72|73.998,27.4,72|76.998,27.4,7|75.998,26.2,7|63.998,45.8,72|63.998,42.2,72|63.998,38.6,72|73.998,57,72|73.998,53.4,72|73.998,49.8,72|78.998,60,72.5|63.498,60,67|63.998,34.6,2|63.998,31,2|63.998,27.4,2|63.998,34.6,12|63.998,31,12|63.998,27.4,12|63.998,34.6,32|63.998,31,32|63.998,27.4,32|63.998,34.6,22|63.998,31,22|63.998,27.4,22|63.998,34.6,42|63.998,31,42|63.998,27.4,42|63.998,34.6,52|63.998,31,52|63.998,27.4,52|63.998,34.6,72|63.998,31,72|63.998,27.4,72|63.998,34.6,62|63.998,31,62|63.998,27.4,62|63.998,57,72|0.5,-1.8,0.5,-1,0,0,0,0,1,0,1,0|63.998,53.4,72|63.998,49.8,72|68.998,60,72.5|63.498,60.6,72.5|RegenGroupCube|83.999,1.4,-72|2,1.2,4|-1,-0.6,0,-1,0,0,0,0,1,0,0.999,0|84,1.4,-90|1,-0.'
  184. ..'6,0,-1,0,0,0,0,1,0,1,0|83.999,5,-69|1,0.6,0,1,0,0,0,0,-1,0,1,0|83.999,2.6,-71|83.999,3.8,-70|0.419,0.196,0.486|83.999,6.8,-61.001|2,12,2|0,-0.601,0,-1,0,0,0,0,1,0,0.999,0|84,2.6,-91|1,-0.601,0,-1,0,0,0,0,1,0,1,0|84,3.8,-92|83.999,7.4,-67|83.999,6.2,-68|83.999,11,-64|0.999,0.599,0,1,0,0,0,0,-1,0,1,0|84,7.4,-95|-1,0.599,0,1,0,0,0,0,-1,0,1,0|84,8.6,-96|84,5,-93|84,9.8,-97|83.999,13.4,-61.001|4,1.2,4|1.999,0.599,0,1,0,0,0,0,-1,0,1,0|83.999,9.8,-65|1,0.599,0,1,0,0,0,0,-1,-0.001,1,0|83.999,8.6,-66|84,6.2,-94|84,6.799,-101|83.999,12.2,-63.001|84,11,-98|84,12.199,-99|2,-0.6,0,-1,0,0,0,0,1,0,1,0|84,13.399,-101|110,79,-70|18,1.2,18|0,39,0,1,0,0,0,0,-1,0,1,0|145,3.4,-135|2,1.2,6|145,1,-137|145,0.2,-137,0,-1,0,0,0,-1,1,0,0|-1,-0.601,0,-1,0,0,0,0,1,0,1,0|145,2.2,-136|145,4.6,-134|110,39.4,-70|2,78,2|0,-39,0,1,0,0,-0,-0,-1,0,1,0|110,0.2,-70,0,-1,0,0,0,-1,1,0,0|145,11.8,-128|1,0.599,0,1,0,0,0,0,-1,0,1,0|145,10.6,-129|145,7,-132|145,15.4,-125|145,14.2,-126|145,9.4,-130|145,8.2,-131|145,17.8,-123|145,5.8,-133|145,13,-127|145,16.6,-124|145,12.399,-116|2,24,2|0,-12,0,1,0,0,-0,-0,-1,0,1,0|145,0.2,-116,0,-1,0,0,0,-1,1,0,0|0,12,0,-1,-0,-0,0,0,1,0,1,0|145,23.8,-118|145,27.4,-115|145,22.6,-119|145,19,-122|145,28.6,-114|145,25,-117|145,31,-112|145,20.2,-121|145,29.8,-113|145,26.2,-116|145,21.4,-120|145,32.2,-111|145,33.4,-110|145,35.8,-108|145,34.6,-109|145,37,-107|145,38.2,-106|145,41.8,-103|133.5,79,-70|6,1.2,29|3,0.599,11.5,1,0,0,0,0,-1,0,1,0|1,39,11.5,1,0,0,0,0,-1,0,1,0|-3,-0.6,5.5,-1,0,0,0,0,1,0,1,0|145,39.4,-105|145,40.6,-104|145,45.4,-100|145,44.2,-101|145,43,-102|145,39.4,-71|145,0.2,-71,0,-1,0,0,0,-1,1,0,0|145,46.6,-99|145,47.8,-98|145,50.2,-96|145,49,-97|145,51.4,-95|145,52.6,-94|145,55,-92|145,53.8,-93|145,56.2,-91|145,58.6,-89|145,57.4,-90|145,59.8,-88|145,62.2,-86|145,61,-87|145,63.4,-85|139,81.399,-66|139,80.199,-67|145,64.6,-84|145,65.8,-83|145,67,-82|139,82.599,-65|139,83.799,-64|145,68.2,-81|145,69.4,-80|145,70.6,-79|145,71.8,-78|139,84.999,-61|6,1.2,6|145,73,-77|145,74.2,-76|145,75.4,-75|145,76.6,-74|145,77.8,-73|RegenGroupRuins|SkyBridge|6,0.999,195|12,0.4,12|0,0,-6,-1,-0,-0,0,1,0,-0,-0,-1|0,0,6,-1,0,0,0,1,0,0,0,-1|-10,0.999,195|-10,0.999,183|-8,0.199,20,1,0,0,0,'
  185. ..'0,-1,0,1,0|-6,0,0,-0,-0,-1,0,1,0,1,0,0|6,0,11,0,0,-1,0,1,0,1,0,0|6,0.999,183|6,0,0,0,0,1,0,1,0,-1,-0,-0|-6,0,11,0,0,1,0,1,0,-1,0,0|8,0.199,20,1,0,0,0,0,-1,0,1,0|25.5,2.399,166.5|1,2.4,1|-4.5,-0.201,0,-1,0,0,0,0,1,0,1,0|-4.5,0.2,-5.5,1,0,0,0,0,-1,0,1,0|28.5,2.399,177.5|-1.5,-0.201,0,-1,0,0,0,0,1,0,1,0|-1.5,0.2,5.5,1,0,0,0,0,-1,0,1,0|25.5,2.399,177.5|-4.5,0.2,5.5,1,0,0,0,0,-1,0,1,0|30,0.999,172|-4.5,-1.201,-5.5,-1,0,0,0,0,1,0,1,0|-6,0,0,0,0,1,0,1,0,-1,0,0|-1.5,-1.201,-5.5,-1,0,0,0,0,1,0,1,0|-4.5,-1.201,5.5,-1,0,0,0,0,1,0,1,0|-1.5,-1.201,5.5,-1,0,0,0,0,1,0,1,0|1.5,-1.201,5.5,-1,0,0,0,0,1,0,1,0|6,0,0,0,0,-1,0,1,0,1,0,0|30,3.799,166.5|12,0.4,1|-4.5,1.2,0,1,0,0,0,0,-1,0,1,0|-1.5,1.2,0,1,0,0,0,0,-1,0,1,0|1.5,1.2,0,1,0,0,0,0,-1,0,1,0|28.5,2.399,166.5|30,3.799,177.5|31.5,2.399,177.5|31.5,2.399,166.5|34.5,2.399,166.5|34.5,2.399,177.5|37.5,2.399,166.5|40.5,2.399,177.5|37.5,2.399,177.5|42,0.999,172|42,3.799,166.5|40.5,2.399,166.5|42,3.799,177.5|43.5,2.399,177.5|43.5,2.399,166.5|46.5,2.399,166.5|46.5,2.399,177.5|49.5,2.399,166.5|52.5,2.399,177.5|49.5,2.399,177.5|54,0.999,172|54,3.799,166.5|52.5,2.399,166.5|54,3.799,177.5|55.5,2.399,177.5|55.5,2.399,166.5|58.5,2.399,166.5|58.5,2.399,177.5|13.5,2.399,166.5|16.5,2.399,177.5|13.5,2.399,177.5|18,0.999,172|20,0.199,9,1,0,0,0,0,-1,0,1,0|18,3.799,166.5|16.5,2.399,166.5|18,3.799,177.5|19.5,2.399,177.5|19.5,2.399,166.5|22.5,2.399,166.5|22.5,2.399,177.5|61.5,2.399,166.5|64.5,2.399,177.5|61.5,2.399,177.5|66,0.999,172|66,3.799,166.5|64.5,2.399,166.5|66,3.799,177.5|67.5,2.399,177.5|67.5,2.399,166.5|70.5,2.399,166.5|70.5,2.399,177.5|73.5,2.399,166.5|76.5,2.399,177.5|73.5,2.399,177.5|78,0.999,172|78,3.799,166.5|76.5,2.399,166.5|78,3.799,177.5|79.5,2.399,177.5|79.5,2.399,166.5|82.5,2.399,166.5|82.5,2.399,177.5|85.5,2.399,166.5|88.5,2.399,177.5|85.5,2.399,177.5|90,0.999,172|-11,0.2,9,1,0,0,0,0,-1,0,1,0|90,3.799,166.5|88.5,2.399,166.5|90,3.799,177.5|91.5,2.399,177.5|91.5,2.399,166.5|94.5,2.399,166.5|94.5,2.399,177.5|-86.5,2.399,166.5|-83.5,2.399,177.5|-86.5,2.399,177.5|-82,0.999,172|-82,3.799,166.5|-83.5,2.399,166.5|-82,3.799,177.5|-80.5,2.399,177.5|-80.5,2.399,166.5|-77.5,2.399,166.5|-77.5,2.399,177.5|-74.5,2.399,166.5|-71.5,2.399,177.5|'
  186. ..'-74.5,2.399,177.5|-70,0.999,172|-70,3.799,166.5|-71.5,2.399,166.5|-70,3.799,177.5|-68.5,2.399,177.5|-68.5,2.399,166.5|-65.5,2.399,166.5|-65.5,2.399,177.5|-62.5,2.399,166.5|-59.5,2.399,177.5|-62.5,2.399,177.5|-58,0.999,172|-58,3.799,166.5|-59.5,2.399,166.5|-58,3.799,177.5|-56.5,2.399,177.5|-56.5,2.399,166.5|-53.5,2.399,166.5|-53.5,2.399,177.5|-98.5,2.399,166.5|-95.5,2.399,177.5|-98.5,2.399,177.5|-94,0.999,172|11,0.199,9,1,0,0,0,0,-1,0,1,0|-94,3.799,166.5|-95.5,2.399,166.5|-94,3.799,177.5|-92.5,2.399,177.5|-92.5,2.399,166.5|-89.5,2.399,166.5|-89.5,2.399,177.5|-50.5,2.399,166.5|-47.5,2.399,177.5|-50.5,2.399,177.5|-46,0.999,172|-46,3.799,166.5|-47.5,2.399,166.5|-46,3.799,177.5|-44.5,2.399,177.5|-44.5,2.399,166.5|-41.5,2.399,166.5|-41.5,2.399,177.5|-38.5,2.399,166.5|-35.5,2.399,177.5|-38.5,2.399,177.5|-34,0.999,172|-34,3.799,166.5|-35.5,2.399,166.5|-34,3.799,177.5|-32.5,2.399,177.5|-32.5,2.399,166.5|-29.5,2.399,166.5|-29.5,2.399,177.5|-26.5,2.399,166.5|-23.5,2.399,177.5|-26.5,2.399,177.5|-22,0.999,172|-20,0.199,9,1,0,0,0,0,-1,0,1,0|-22,3.799,166.5|-23.5,2.399,166.5|-22,3.799,177.5|-20.5,2.399,177.5|-20.5,2.399,166.5|-17.5,2.399,166.5|-17.5,2.399,177.5|Ruins|25,36.8,115|2,2.4,6|0,1.2,0.999,0.999,0,0,0,0,-1,0,0.999,0|24,34.4,115|2,2.4,4|0,1.2,-1,0.999,0,0,0,0,-1,0,0.999,0|19,31.999,115|0,-1.201,3,-1,0,0,0,0,1,0,1,0|3,0.199,-3,0,1,0,0,0,-1,-1,0,0|25,32,115|16,34.399,115|0,1.199,-2,-1,0,0,0,0,-1,0,-1,0|0,-1.201,-2,1,0,0,0,0,1,0,-1,0|14,36.799,115|1,1.2,-2,0,-1,0,0,0,-1,1,0,0|14,31.999,115|1,-1.201,-2,0,-1,0,0,0,1,-1,0,0|-2,0.199,-3,0,-1,0,0,0,-1,1,0,0|21,29.799,115|2,1.2,14|0,1.199,4,-1,0,0,0,0,-1,0,-1,0|5,-0.2,-3,0,-1,0,0,0,1,-1,0,0|16,30.599,118|8,0.4,8|-3,0.599,-3,0,1,0,0,0,-1,-1,0,0|3,-1.2,-2,-1,0,0,0,0,1,0,1,0|18.5,33.399,140|2,1.2,1|0,1.2,0,1,0,0,0,0,-1,0,1,0|18.5,31.599,140|6,2.4,1|-0.5,0.599,2.5,0,1,0,0,0,-1,-1,0,0|19,29.799,137.5|2,1.2,15|0,1.199,-3.5,1,0,0,0,0,-1,0,1,0|13,31.999,120|2,2.4,8|13,25.599,127|0,1.199,1,1,0,0,0,0,-1,0,1,0|-2,1.199,3,0,1,0,0,0,-1,-1,0,0|0,-1.2,2,-1,0,0,0,0,1,0,1,0|17,27.999,115|0,1.199,-3,-1,0,0,0,0,-1,0,-1,0|0,1.199,0,1,0,0,0,0,-1,0,1,0|13,34.399,117|0,-1.201,-1,-1,0,0,0,0,1,0,1,0|19,27.999,141|0,1.199,2,1,0,0,0,0,-1,0,1,0|19,23'
  187. ..'.199,141|19,25.599,139|13,27.999,125|4,-0.6,0,0,1,0,0,0,1,1,0,0|13,29.799,121|14,1.2,2|0,1.199,3,0,-1,0,0,0,-1,1,0,0|17,25.599,129|23,27.999,115|0,1.199,-2,1,0,0,0,0,-1,0,1,0|13,36.799,118|13,27.999,118|3,1.199,1,0,1,0,0,0,-1,-1,0,0|25,25.599,115|-2,1.199,-3,0,1,0,0,0,-1,-1,0,0|16,23.199,129|3,1.199,2,0,-1,0,0,0,-1,1,0,0|19,20.799,139|-13.5,4.799,-0.5,1,0,0,0,0,-1,0,1,0|17,25.599,115|2,2.4,2|19,23.199,131|14,25.599,115|1,1.199,-2,0,-1,0,0,0,-1,1,0,0|13,25.599,118|13,23.199,126|27,23.199,118|-3,1.199,2,0,-1,0,0,0,-1,1,0,0|19,20.799,133|0.5,4.799,12.5,1,0,0,0,0,-1,0,1,0|-13.5,4.799,-6.5,1,0,0,0,0,-1,0,1,0|13,23.199,117|2,1.199,1,0,1,0,0,0,-1,-1,0,0|0,1.199,-3,1,0,0,0,0,-1,0,1,0|27,20.799,119|8.5,4.799,-1.5,1,0,0,0,0,-1,0,1,0|13,20.799,127|-5.5,4.799,6.5,1,0,0,0,0,-1,0,1,0|17,20.799,129|-1.5,4.799,8.5,0,-1,0,0,0,-1,1,0,0|24,23.199,115|16,23.199,115|13,20.799,120|-5.5,4.799,-0.5,1,0,0,0,0,-1,0,1,0|25,20.799,115|6.5,4.799,-5.5,0,1,0,0,0,-1,-1,0,0|19,20.799,115|0.5,4.799,-5.5,0,1,0,0,0,-1,-1,0,0|14,20.799,115|-4.5,4.799,-5.5,0,-1,0,0,0,-1,1,0,0|Temple|0.96,0.803,0.188|-119,52.199,107|0,90,-90|2,2,2|1,0,0,0,0,1,0,1,0,-1,-0,-0|-1,0,0,0,0,1,0,1,0,-1,0,0|-119,50.199,107|0.898,0.894,0.874|-133,42.999,102.199|0,-90,-90|6,2.4,2|-112,52,99|-2,1.2,0,0,1,0,0,0,-1,-1,0,0|4,1.2,0,0,1,0,0,0,-1,-1,0,0|-119,46.599,107|-3.5,0.6,1.5,-1,0,0,0,0,-1,0,-1,0|1,0,0,0,0,-1,0,1,0,1,0,0|-119,48.199,107|-118,52,99|-2,1.2,0,0,-1,0,0,0,-1,1,0,0|2,1.2,-2,1,0,0,0,0,-1,0,1,0|-118,47.199,99|-2,-1.201,0,0,-1,0,0,0,1,-1,0,0|2,-1.201,-2,-1,0,0,0,0,1,0,1,0|-2.5,0.599,6,0,-1,0,0,0,-1,1,0,0|-116,49.599,99|0,1.2,-4,0,-1,0,0,0,-1,1,0,0|-129,40.999,97|2.5,0.599,2.5,1,0,0,0,0,-1,0,1,0|-100,56.8,98|0,-1.201,0.5,1,0,0,0,0,1,0,-1,0|0,1.2,0,-1,0,0,0,0,-1,0,-1,0|-92,61.799,98|-1.5,-0.601,5,1,0,0,0,0,1,0,-1,0|-96.5,66.599,96.5|11,1.2,5|-4.5,1.199,2,1,0,0,0,0,-1,0,1,0|1.5,-0.6,4,-1,0,0,0,0,1,0,1,0|-110,52.199,107|-110,50.199,107|-110,48.199,107|-115.5,45.399,105.5|11,1.2,11|4.5,1.2,-4.5,0,-1,0,0,0,-1,1,0,0|5.5,-0.601,1.5,1,0,0,0,0,1,0,-1,0|-5.5,1.2,-5.5,0,-1,0,0,0,-1,1,0,0|4.5,1.2,1.5,0,-1,0,0,0,-1,1,0,0|-5.5,1.2,5.5,0,-1,0,0,0,-1,1,0,0|-121,41.199,100|-13,0.599,-23.5,0,1,0,0,0,-1,-1,0,0|0,-1.201,0,-1,0,0,0,0,1,'
  188. ..'0,1,0|-120,49.599,97|0,1.2,-2,0,1,0,0,0,-1,-1,0,0|0,-1.201,-2,0,1,0,0,0,1,1,0,0|-121,43.599,100|-5.5,-0.6,7,0,1,0,0,0,1,1,0,0|-121,41.199,110|-13,0.599,-13.5,0,-1,0,0,0,-1,1,0,0|0,-1.201,-4,1,0,0,0,0,1,0,-1,0|-117,43.599,110|0,1.2,2,-1,0,0,0,0,-1,0,-1,0|-112,47.199,99|-7.5,0.599,6,0,1,0,0,0,-1,-1,0,0|-2,-1.201,0,0,1,0,0,0,1,1,0,0|3.5,0.599,6,0,1,0,0,0,-1,-1,0,0|-110,49.599,99|0,1.2,-5,0,-1,0,0,0,-1,1,0,0|-100,61.6,97|0,-1.201,5.5,1,0,0,0,0,1,0,-1,0|0,1.2,-0.5,-1,0,0,0,0,-1,0,-1,0|-100,59.2,97.5|2,2.4,5|-93.5,68.999,92.5|4.5,0.599,0,1,0,0,0,0,-1,0,1,0|-105,47.199,99|-1,-1.201,0,0,1,0,0,0,1,1,0,0|-0.5,0.599,6,0,1,0,0,0,-1,-1,0,0|-92,56.199,98|-1,0,0,-0,-0,-1,0,1,0,1,0,0|-100,49.599,98|0,-1.201,0,1,0,0,0,0,1,0,-1,0|-98,67.799,92.5|14,1.2,5|-6,0.599,0,1,0,0,0,0,-1,0,1,0|-0.5,0.599,-4,-1,0,0,0,0,-1,0,-1,0|-100,64,91.5|2,2.4,7|0,1.2,-2.5,-1,0,0,0,0,-1,0,-1,0|-92,60.199,98|-100,52,98|-92,66.599,92.5|-92,54.199,98|-92,58.199,98|-100,47.199,98|4.5,0.599,5,-1,0,0,0,0,-1,0,-1,0|-120,49.599,91|0,1.2,4,0,1,0,0,0,-1,-1,0,0|0,-1.201,4,0,1,0,0,0,1,1,0,0|-120,47.199,95|-4.5,0.599,2,-1,0,0,0,0,-1,0,-1,0|-110,46.599,107|-5.5,0.6,1.5,-1,0,0,0,0,-1,0,-1,0|-120,52,95|-109,41.199,110|0,-1.201,2,1,0,0,0,0,1,0,-1,0|-1,0.599,-13.5,0,-1,0,0,0,-1,1,0,0|-111,43.599,110|0,1.2,-4,-1,0,0,0,0,-1,0,-1,0|-6.5,-0.6,4.5,0,1,0,0,0,1,1,0,0|-110,43.599,100|5.5,-0.6,7,0,1,0,0,0,1,1,0,0|-5.5,-0.6,-5.5,0,1,0,0,0,1,1,0,0|-100,54.4,98|-115.5,45.399,93|11,1.2,14|-7,1.2,-5.5,0,-1,0,0,0,-1,1,0,0|6,-1.201,5.5,0,1,0,0,0,1,1,0,0|-1,-0.601,0,1,0,0,0,0,1,0,-1,0|6,-1.201,-0.5,0,1,0,0,0,1,1,0,0|-4.5,-1.201,-4,1,0,0,0,0,1,0,-1,0|-7,1.2,5.5,0,-1,0,0,0,-1,1,0,0|-110,41.199,100|-2,0.599,-23.5,0,1,0,0,0,-1,-1,0,0|-115,41.199,110|-7,0.599,-13.5,0,-1,0,0,0,-1,1,0,0|-104.5,45.399,93|4.5,-1.201,-5,1,0,0,0,0,1,0,-1,0|-6,-1.201,-0.5,0,-1,0,0,0,1,-1,0,0|6,-1.201,-5.5,0,1,0,0,0,1,1,0,0|7,1.2,-5.5,0,-1,0,0,0,-1,1,0,0|-104.5,45.399,105.5|3.5,-0.601,1.5,1,0,0,0,0,1,0,-1,0|4.5,1.2,0.5,0,-1,0,0,0,-1,1,0,0|4.5,1.2,-5.5,0,-1,0,0,0,-1,1,0,0|-93.5,70.799,92.5|-90.5,62.999,93|5,1.2,10|1.5,-1.201,-1.5,-1,0,0,0,0,1,0,1,0|-1.5,0.6,-5,-1,0,0,0,0,-1,0,-1,0|-1.5,-0.601,-6,1,0,0,0,0,1,0,-1,0|-92,64.799,94.5|-101,50.199,107|-101,48.199,107|-'
  189. ..'104,49.599,99|-92,65.399,89|-6.5,-0.6,-0.5,-1,0,0,0,0,1,0,1,0|0,0.599,-2,1,0,0,0,0,-1,0,1,0|-104,52,87|-110,52,87|0,1.2,2,1,0,0,0,0,-1,0,1,0|0,-1.201,2,-1,0,0,0,0,1,0,1,0|0,1.2,-4,1,0,0,0,0,-1,0,1,0|-114,49.599,87|0,1.2,4,1,0,0,0,0,-1,0,1,0|0,1.2,-2,1,0,0,0,0,-1,0,1,0|0,-1.201,-2,-1,0,0,0,0,1,0,1,0|-108,54.4,87|-92,52.199,98|-119,49.599,87|0,1.2,3,1,0,0,0,0,-1,0,1,0|-1,1.2,2,0,1,0,0,0,-1,-1,0,0|-1,-1.201,2,0,1,0,0,0,1,1,0,0|-102,63.4,87|2,1.2,2,0,1,0,0,0,-1,-1,0,0|-92,64.199,87|-6,-0.6,-2.5,-1,0,0,0,0,1,0,1,0|-1.5,0.6,3,-1,0,0,0,0,-1,0,-1,0|-116,47.199,87|-92,50.199,98|-104,61.6,87|0,-0.6,-4,1,0,0,0,0,1,0,-1,0|-100,52,88|0,-1.201,-1,1,0,0,0,0,1,0,-1,0|0,1.2,-1,-1,0,0,0,0,-1,0,-1,0|-120,52,89|2,-1.201,1,0,-1,0,0,0,1,-1,0,0|-100,47.199,88|-110,61.6,87|0,-0.6,2,-1,0,0,0,0,1,0,1,0|-110,47.199,87|-110,56.8,87|-134.001,41,90|-90,-90,0|0,0,-1,-1,-0,-0,0,1,0,-0,-0,-1|-24.001,0.599,13,0,1,0,0,0,-1,-1,0,0|-2.501,0.6,-4.5,0,1,0,0,0,-1,-1,0,0|-108,59.2,87|-100,59.2,89.5|0,-1.201,-0.5,1,0,0,0,0,1,0,-1,0|0,1.2,-1.5,-1,0,0,0,0,-1,0,-1,0|-104,47.199,87|-98.5,66.599,88.5|15,1.2,5|0.5,0.599,-4,1,0,0,0,0,-1,0,1,0|-108,63.4,87|-92,48.199,98|-100,49.599,89|-108,49.599,87|-100,54.4,89|-104,56.8,87|-116,52,87|-92,54.199,88|-92,50.199,88|-102,54.4,87|2,-1.201,1,0,1,0,0,0,1,1,0,0|-102,59.2,87|2,-1.201,2,0,1,0,0,0,1,1,0,0|2,1.2,1,0,1,0,0,0,-1,-1,0,0|-119,54.4,87|-92,60.199,88|0,-0.6,0,-1,0,0,0,0,1,0,1,0|-99,43.599,110|-5.5,-0.6,4.5,0,1,0,0,0,1,1,0,0|-102,49.599,87|-99,43.599,100|-103,41.199,110|5,0.599,-13.5,0,1,0,0,0,-1,-1,0,0|-92,61.799,88|-1.5,-0.601,4,1,0,0,0,0,1,0,-1,0|-105,43.599,110|-121,43.599,86|5.5,-0.6,5.5,0,1,0,0,0,1,1,0,0|-5.5,-0.6,5.5,0,1,0,0,0,1,1,0,0|-121,41.199,86|-11,0.599,9,-0.001,1,0,0,0,-1,-1,-0.001,0|-120,47.199,89|-92,48.199,88|-92,58.199,88|-100,56.8,88|-92,56.199,88|-92,52.199,88|-100,61.6,89|-101,46.599,107|-92,48.199,107|-110,43.599,86|-0.001,1.2,0,1,0,0,0,0,-1,0,1,0|-110,41.199,86|0,0.599,9,-0.001,1,0,0,0,-1,-1,-0.001,0|-99,41.199,100|9,0.599,-23.5,0,1,0,0,0,-1,-1,0,0|-93.5,45.399,93|-4.5,1.2,-9,1,0,0,0,0,-1,0,1,0|-4.5,1.2,-3,1,0,0,0,0,-1,0,1,0|-4.5,1.2,3,1,0,0,0,0,-1,0,1,0|4.5,1.2,-9.001,-1,0,0,0,0,-1,0,-1,0|1.5,-0.601,-5.001,1,0,0,0,0,1,0,-1,0|1.5,-0.60'
  190. ..'1,4.999,1,0,0,0,0,1,0,-1,0|-92,46.599,88|-92,46.599,98|-99,43.599,86|-99,41.199,86|11,0.599,9,-0.001,1,0,0,0,-1,-1,-0.001,0|-92,46.599,107|1.5,0.6,1.499,-1,0,0,0,0,-1,0,-1,0|-93.5,45.399,105.5|-4.5,1.2,3.5,1,0,0,0,0,-1,0,1,0|4.499,1.2,-0.5,0,-1,0,0,0,-1,1,0,0|-98,65.399,84.5|1.5,0.599,-4,1,0,0,0,0,-1,0,1,0|-97,41.199,110|11,0.599,-13.5,0,1,0,0,0,-1,-1,0,0|-0.001,-1.201,-4,-1,0,0,0,0,1,0,1,0|-93,43.599,110|-90.5,62.999,84|1.5,0.6,5,1,0,0,0,0,-1,0,1,0|-6,-0.601,-3.5,1,0,0,0,0,1,0,-1,0|-126.5,45.399,80.5|4.5,1.2,3.5,0,1,0,0,0,-1,-1,0,0|4.5,1.2,-2.5,0,1,0,0,0,-1,-1,0,0|-89,43.599,84|4.5,-0.6,3.5,1,0,0,0,0,1,0,-1,0|-128,46.599,79|-87.001,44.2,87.5|-0.5,-0.601,-5.5,-1,0,0,0,0,1,0,1,0|-1,0.6,0,1,0,0,0,0,-1,0,1,0|-128,50.199,79|-128,48.199,79|-87.001,44.2,98.5|-0.5,-0.601,5.5,-1,0,0,0,0,1,0,1,0|-89,43.599,102|0,1.2,3,-1,0,0,0,0,-1,0,-1,0|0.992,0.917,0.552|-89,43.599,90|-89,43.599,96|-115.5,45.399,80.5|-4.501,1.2,-4.5,0,-1,0,0,0,-1,1,0,0|-5.5,-0.601,1.5,-1,0,0,0,0,1,0,1,0|4.5,1.2,-7.5,0,1,0,0,0,-1,-1,0,0|3.5,-0.601,1.5,-1,0,0,0,0,1,0,1,0|4.5,1.2,-1.5,0,1,0,0,0,-1,-1,0,0|-104.5,45.399,80.5|-4.5,1.2,-5.5,0,-1,0,0,0,-1,1,0,0|-3.5,-0.601,1.5,-1,0,0,0,0,1,0,1,0|-4.5,1.2,0.5,0,-1,0,0,0,-1,1,0,0|-4.5,1.2,6.5,0,-1,0,0,0,-1,1,0,0|5.5,-0.601,1.5,-1,0,0,0,0,1,0,1,0|-91,41.199,110|17,0.599,-13.5,0,1,0,0,0,-1,-1,0,0|-86.501,45.4,93|3,1.2,12|-2,0.6,0,1,0,0,0,0,-1,0,1,0|-110,48.199,79|-119,52.199,79|-119,46.599,79|-119,50.199,79|-119,48.199,79|-110,46.599,79|-110,50.199,79|-89,41.199,98|19,0.599,-25.5,-1,0,0,0,0,-1,0,-1,0|-1.5,0.6,3.5,-1,-0.001,0,0,0,-1,0,-1,0|-89,41.199,86|21,0.599,9,-1,-0.001,0,0,0,-1,0,-1,0|-93.5,45.399,80.5|4.5,1.2,-2.5,-1,0,0,0,0,-1,0,-1,0|-1.5,-0.601,1.5,-1,0,0,0,0,1,0,1,0|-4.5,1.2,-0.5,0,-1,0,0,0,-1,1,0,0|-4.5,1.2,5.5,0,-1,0,0,0,-1,1,0,0|-89,41.199,80|21,0.599,3,-1,-0.001,0,0,0,-1,0,-1,0|-89,41.199,92|21,0.599,15,-1,-0.001,0,0,0,-1,0,-1,0|-1.5,0.6,-2.5,-1,-0.001,0,0,0,-1,0,-1,0|-96.5,64.199,80.5|-6,0.6,3,-1,0,0,0,0,-1,0,-1,0|0.5,0.6,3,-1,0,0,0,0,-1,0,-1,0|-101,60.199,79|-84.501,44.2,93|1.5,0.6,-5.5,1,0,0,0,0,-1,0,1,0|1.5,0.6,5.5,1,0,0,0,0,-1,0,1,0|-86.001,43,87.5|4,1.2,1|-101,50.199,79|-101,61.799,79|-4,-0.601,1.5,-1,0,0,0,0,1,0,1,0|-101,54.199,79|-101,58.1'
  191. ..'99,79|-101,56.199,79|-92,56.199,79|-92,54.199,79|-89,41.199,105|19,0.599,-18.5,-1,0,0,0,0,-1,0,-1,0|-129,43.599,76|-92,46.599,79|-92,58.199,79|-92,48.199,79|-92,52.199,79|-92,50.199,79|-123,43.599,76|-92,60.199,79|-86.001,43,98.5|-101,52.199,79|-101,48.199,79|-101,46.599,79|-92,61.799,79|5,-0.601,1.5,-1,0,0,0,0,1,0,1,0|-84.001,40.6,87.5|8,1.2,1|26,0.6,10.5,1,0,0,0,0,-1,0,1,0|-3.5,-0.601,-5.5,-1,0,0,0,0,1,0,1,0|-85.001,41.8,98.5|6,1.2,1|-2.5,-0.601,5.5,-1,0,0,0,0,1,0,1,0|-111,43.599,76|-103,41.199,76|7,0.599,-1,0,-1,0,0,0,-1,1,0,0|-121,41.199,76|-11,0.599,-1,0,-1,0,0,0,-1,1,0,0|0,-1.201,4,-1,0,0,0,0,1,0,1,0|-115,41.199,76|-5,0.599,-1,0,-1,0,0,0,-1,1,0,0|-109,41.199,76|1,0.599,-1,0,-1,0,0,0,-1,1,0,0|-117,43.599,76|-105,43.599,76|-89,43.599,78|-2,1.2,2,0,1,0,0,0,-1,-1,0,0|-82.501,43,93|2.5,0.6,5.5,1,0,0,0,0,-1,0,1,0|-85.001,41.8,87.5|-97,62.999,77.5|8,1.2,5|-90.5,62.999,77.5|-84.001,40.6,98.5|-3.5,-0.601,5.5,-1,0,0,0,0,1,0,1,0|3.499,0.6,3.999,1,0,0,0,0,-1,0,1,0|-99,43.599,76|-97,41.199,76|13,0.599,-1,-0.001,1,0,0,0,-1,-1,-0.001,0|0,-1.201,-4,-1,0,0,0,0,1,0,1,0|-80.501,41.8,93|-91,41.199,76|19,0.599,-1,-0.001,1,0,0,0,-1,-1,-0.001,0|-93,43.599,76|-78.501,40.6,93|31.5,0.6,16,1,0,0,0,0,-1,0,1,0|8.999,0.6,-1.501,1,0,0,0,0,-1,0,1,0|BattleArmorStand|BattleArmor|-116.5,48.799,93|1,2.4,2|BattleArmorScript|0,0.2,0,1,0,0,0,0,-1,0,1,0|0.972,0.972,0.972|-116.5,46.599,93|3,1.2,4|0,-0.201,-0.001,-1,0,0,0,0,1,0,1,0|0,0,1|-116.5,47.399,93|3,0.4,4|RegenGroupStairs|Stairs|-33.5,50.2,-14|1,1.2,2|-0.5,3.6,0,1,0,0,0,0,-1,0,1,0|-34,46,-14|2,7.2,2|0,3.6,0,-1,-0,-0,0,0,1,0,1,0|0,-3.601,0,1,0,0,-0,-0,-1,0,1,0|0,3.6,0,1,0,0,0,0,-1,0,1,0|-39,45.4,-14|-42,41.8,-14|-40,44.2,-14|0.5,0.6,0,1,0,0,0,0,-1,0,1,0|-41,43,-14|1,3.6,0,1,0,0,0,0,-1,0,1,0|-33,52.6,-14|-38,46.6,-14|-35,50.2,-14|-37,47.8,-14|-34,51.4,-14|-36,49,-14|-32,53.8,-14|-39.5,43,-14|-40,38.8,-14|-8,82.599,-14|-14,75.4,-14|-9,81.4,-14|-49,33.4,-14|-48,34.6,-14|-10,80.2,-14|0.5,0.599,0,1,0,0,0,0,-1,0,1,0|-12,77.8,-14|-47,35.8,-14|-50,32.2,-14|-51,31,-14|-46,37,-14|-45,38.2,-14|-44,39.4,-14|-43,40.6,-14|-28,58.6,-14|-29,57.4,-14|-30,56.2,-14|-31,55,-14|-18,70.6,-14|-20,68.2,-14|-22,65.8,-14|-23,64.6,-14|-27.5,57.4,-14|-15,74.2,-14|'
  192. ..'-45.5,35.8,-14|-46,31.6,-14|0,3.599,0,1,0,0,0,0,-1,0,1,0|-28,53.2,-14|-21.5,64.6,-14|-22,60.4,-14|-10,38.8,-14|0,-3.601,0,-1,0,0,0,0,1,0,1,0|-10,60.4,-14|0,-3.6,0,-1,0,0,0,0,1,0,1,0|-22,53.2,-14|-16,53.2,-14|-10,46,-14|-34,38.8,-14|-34,31.6,-14|-13,76.6,-14|-16,73,-14|-24,63.4,-14|-25,62.2,-14|-27,59.8,-14|-26,61,-14|-22,31.6,-14|-15.5,71.8,-14|-0.5,3.599,0,1,0,0,0,0,-1,0,1,0|-16,67.6,-14|-28,31.6,-14|-28,38.8,-14|-28,46,-14|-22,46,-14|-16,60.4,-14|-16,46,-14|-10,67.6,-14|-11,79,-14|1,3.599,0,1,0,0,0,0,-1,0,1,0|-21,67,-14|-19,69.4,-14|-17,71.8,-14|-40,31.6,-14|-16,31.6,-14|-10,31.6,-14|-22,38.8,-14|-16,38.8,-14|-10,53.2,-14|-9.5,79,-14|-10,74.8,-14|-52,29.8,-14|-58,22.6,-14|-6,84.999,-14|6,-0.6,0,-1,0,0,0,0,1,0,1,0|-7,83.799,-14|-57,23.8,-14|-56,25,-14|-55,26.2,-14|-51.5,28.6,-14|-52,24.4,-14|-53,28.6,-14|-54,27.4,-14|-4,67.599,-14|-4,74.799,-14|-46,24.4,-14|-28,24.4,-14|-22,24.4,-14|-16,24.4,-14|-10,24.4,-14|-4,81.999,-14|4,-0.6,0,-1,0,0,0,0,1,0,1,0|-40,24.4,-14|-34,24.4,-14|-4,38.799,-14|-4,46,-14|-4,53.199,-14|-4,60.399,-14|-59,21.4,-14|-63,16.6,-14|-62,17.8,-14|-61,19,-14|-60,20.2,-14|-52,17.2,-14|-46,17.2,-14|-28,17.2,-14|-16,17.2,-14|-22,17.2,-14|-10,17.2,-14|-40,17.2,-14|-34,17.2,-14|-4,31.599,-14|-4,24.399,-14|-4,17.199,-14|-64,15.4,-14|-65,14.2,-14|-63.5,14.2,-14|-58,10,-14|-17,3,0,-1,0,0,0,0,-1,0,-1,0|-58,17.2,-14|-57.5,21.4,-14|-66,13,-14|-67,11.8,-14|-68,10.6,-14|-64,10,-14|-23,3,0,-1,0,0,0,0,-1,0,-1,0|-40,10,-14|1,3,0,-1,0,0,0,0,-1,0,-1,0|-52,10,-14|-11,3,0,-1,0,0,0,0,-1,0,-1,0|-46,10,-14|-5,3,0,-1,0,0,0,0,-1,0,-1,0|-69,9.4,-14|-34,10,-14|7,3,0,-1,0,0,0,0,-1,0,-1,0|-10,10,-14|31,3,0,-1,0,0,0,0,-1,0,-1,0|-28,10,-14|13,3,0,-1,0,0,0,0,-1,0,-1,0|-4,9.999,-14|37,2.999,0,-1,0,0,0,0,-1,0,-1,0|-22,10,-14|19,3,0,-1,0,0,0,0,-1,0,-1,0|-16,10,-14|25,3,0,-1,0,0,0,0,-1,0,-1,0|-70,8.2,-14|-71,7,-14|-30,3,0,-1,0,0,0,0,-1,0,-1,0|0,86.199,-14|12,1.2,4|2,3.599,0,1,0,0,0,0,-1,0,1,0|2,74.799,-14|2,81.999,-14|2,60.4,-14|2,67.599,-14|2,45.999,-14|2,38.799,-14|2,53.199,-14|2,31.599,-14|2,9.999,-14|43,2.999,0,-1,0,0,0,0,-1,0,-1,0|2,17.199,-14|2,24.399,-14|137,55,21|137,56.2,20|137,57.4,19|137,55,19.5|137,50.8,20|137,51.4,24|137,53.8,22|137,52.6,23|137,50.2,25|137,49,26'
  193. ..'|137,47.799,27|137,43.599,20|137,44.199,30|137,46.599,28|137,45.399,29|137,47.799,25.5|137,43.599,26|137,40.599,33|137,41.799,32|137,42.999,31|137,38.199,35|137,39.399,34|137,35.799,37|137,36.999,36|137,40.599,31.5|137,36.399,32|137,36.399,26|137,36.4,20|137,32.199,40|137,34.599,38|137,33.399,39|137,33.399,37.5|137,29.199,20|137,30.999,41|137,29.799,42|137,28.599,43|137,27.399,44|137,29.199,38|137,29.199,32|137,29.199,26|137,26.199,45|137,24.999,46|137,22,20|4.5,2.999,-15,0,-1,0,0,0,-1,1,0,0|137,21.999,26|4.5,2.999,-9,0,-1,0,0,0,-1,1,0,0|137,26.199,43.5|137,21.999,44|4.5,2.999,9,0,-1,0,0,0,-1,1,0,0|137,23.799,47|137,21.999,38|4.5,2.999,3,0,-1,0,0,0,-1,1,0,0|137,21.999,32|4.5,2.999,-3,0,-1,0,0,0,-1,1,0,0|137,22.599,48|137,21.399,49|137,20.199,50|137,18.999,51|4.5,2.999,16,0,-1,0,0,0,-1,1,0,0|137,58.6,18|145,86.199,-11|145,83.799,-10.5|145,79.599,-10|145,80.2,-6|145,83.799,-9|145,82.599,-8|145,81.4,-7|145,84.999,-10|145,79,-5|145,77.8,-4|145,76.6,-3|145,75.4,-2|145,73,0|145,74.2,-1|145,76.6,-4.5|145,72.4,-4|145,72.4,-10|145,71.8,1|145,70.6,2|145,69.4,3|145,68.2,4|145,67,5|145,64.6,7|145,65.8,6|145,69.4,1.5|145,65.2,2|145,65.2,-4|145,65.2,-10|145,63.4,8|145,62.2,9|1,1.2,0,1,0,0,0,0,-1,0,1,0|145,62.2,7.5|-0.5,1.2,0,1,0,0,0,0,-1,0,1,0|145,61,10|145,59.8,11|11.5,20.4,8.5,0,-1,0,0,0,-1,1,0,0|145,60.4,8|11.5,20.4,5.5,0,-1,0,0,0,-1,1,0,0|145,60.4,2|11.5,20.4,-0.5,0,-1,0,0,0,-1,1,0,0|145,60.4,-4|11.5,20.4,-6.5,0,-1,0,0,0,-1,1,0,0|145,60.4,-10|11.5,20.399,-12.5,0,-1,0,0,0,-1,1,0,0|RegenGroupTrees|Trees|LargeTree|24,8.4,46.999|4,4,4|-2,0,0,-0,-0,-1,0,1,0,1,0,0|-2,-0.001,1.999,-1,0,0,0,1,0,-0.001,0,-1|-2,-3.001,1.999,0,-0.001,1,-0.001,1,0,-1,-0.001,0|0,-2,0,1,0,0,-0,-0,-1,0,1,0|-1,1.999,-1,-1,0,0,-0.001,-1,0,-0.001,0,1|23.999,12.4,46.999|-2.001,1,2,0,-0.001,1,-0.001,1,0,-1,-0.001,0|-2,0,2,-1,-0.001,0,-0.001,1,0,-0.001,0,-1|0.627,0.372,0.207|23,5.4,49|90,180,0|-1,-2,-2,1,-0.001,-0.001,0,-0.001,1,-0.001,-1,-0.001|-2,0,2,-0.001,-0.001,1,-0.001,-1,-0.001,1,-0.001,0|19.999,12.4,44.999|-0.001,1,2,-1,0,-0.001,0,1,0,0,0,-1|19.999,11.4,48.999|4,10,4|20,5.4,52|90,90,0|-1,-2,0,1,0,0,-0.001,0,1,0,-1,0|-0.001,1.999,2,-0.001,-1,-0.001,-0.001,0,-1,1,-0.001,-0.001|24,8.4,50.999|Part-to'
  194. ..'-Part Strong Joint|2,-2,-2,-1,0,0,0,1,0,0,0,-1|2,-2,1.999,-1,0,-0.001,0,1,0,0,0,-1|-2,-0.001,-2,1,0,-0.001,-0.001,1,0,0,-0.001,1|-2,-3.001,-2.001,0,-0.001,1,-0.001,1,0,-1,-0.001,0|20,3.4,49|-90,180,0|4,4,6|20,8.4,44.999|0,0,-2,-1,-0,-0,0,1,0,-0,-0,-1|-2,0,1.999,0,-0.001,1,-0.001,1,0,-1,-0.001,0|-1,0,-1.001,-1,0,-0.001,-0.001,-1,0,-0.001,-0.001,1|0,-3,1.999,-1,0,-0.001,0,1,0,0,-0.001,-1|20,5.4,46|90,-90,0|-0.001,-2,2,-0.001,1,-0.001,-0.001,0,1,1,0,0|17,5.4,49|90,0,0|1.999,-0.001,2,-0.001,-0.001,-1,-0.001,1,0,1,0,-0.001|-1.001,-2.001,2,1,0,-0.001,0,-0.001,1,0,-1,-0.001|-1.001,-2.001,-2,1,0,-0.001,0,-0.001,1,0,-1,-0.001|16,8.4,50.999|2,-3,-2.001,-0.001,-0.001,-1,-0.001,1,-0.001,1,0,-0.001|19.999,12.4,52.999|0,0,2,1,0,0,0,1,0,0,0,1|-2,-0.001,-2,0,-0.001,1,-0.001,1,0,-1,-0.001,0|-0.001,0.999,-2,1,0,0,-0.001,1,0,-0.001,-0.001,1|15.999,12.4,50.999|1.999,0.999,-2,0,-0.001,-1,0,1,0,1,0,0|16,8.4,46.999|2,-3,1.999,-0.001,-0.001,-1,-0.001,1,-0.001,1,0,-0.001|20,8.4,52.999|0,-3.001,-2.001,1,-0.001,0,0,1,-0.001,-0.001,0,1|YoungTree|-45,5.4,62|4,6,4|-45,1.399,62|-90,90,0|-45,0.2,62,0,-1,0,0,0,-1,1,0,0|0,0,1,1,0,0,0,1,0,0,0,1|0,-3,0,1,0,0,0,0,1,0,-1,0|Tree|-60,5.4,57.5|0.999,2,2|-0.5,-1.001,-1,-0,0,-1,0,1,0,1,0,-0|1,-1,1,0,0,-1,0,1,0,1,0,0|1.5,-5,0,1,0,0,0,0,1,0,-1,0|-60,3.4,59|2,2,6|0,0,-3,-1,-0,-0,0,1,0,-0,-0,-1|-60,0.2,59,0,-1,0,0,0,-1,1,0,0|0,0,3,1,0,0,0,1,0,0,0,1|0,-5,0,1,0,0,0,0,1,0,-1,0|-61.5,5.4,59|2,1,2|1,-0.5,1,1,0,0,0,0,-1,-0,1,0|1,1,3,1,0,0,0,0,-1,0,1,0|0,-5,-1.5,1,0,0,0,0,1,0,-1,0|-60,5.4,60.5|0.499,-1.001,1,-0,0,1,0,1,0,-1,0,-0|-1,-1,3,-0,0,1,0,1,0,-1,0,0|-1.5,-5,0,1,0,0,0,0,1,0,-1,0|-58.5,5.4,59|-1,0.5,1,-1,0,0,0,0,1,0,1,0|-1,-1,3,-1,0,0,0,0,1,0,1,0|0,-5,1.5,1,0,0,0,0,1,0,-1,0|-60,11.399,59|-82,12,-110.001|-2,-3.001,1.999,0,-0.001,1,0,1,0,-1,0,0|-1,1.999,-1.001,-1,0,-0.001,-0.001,-1,0,-0.001,0,1|-2.001,-0.001,2,-1,-0.001,0,-0.001,1,0,-0.001,0,-1|-82.001,16,-110.001|-2,-0.001,2,-1,-0.001,0,-0.001,1,0,-0.001,0,-1|-83,9,-108|-2.001,-0.001,2,-0.001,-0.001,1,-0.001,-1,-0.001,1,-0.001,0|-86.001,16,-112.001|-0.001,1,2,-1,0,-0.001,0,1,0,0,-0.001,-1|-86.001,15,-108.001|-86,9,-105|-82,12.001,-106.001|-2,0,-2,1,0,-0.001,-0.001,1,0,0,-0.001,1|-2.001,-3,-2.001,0,-0.001,1'
  195. ..',-0.001,1,0,-1,-0.001,0|-86,7,-108|-86,12,-112.001|-1,0,-1.001,-1,0,0,-0.001,-1,-0.001,0,-0.001,1|0,-3,1.999,-1,0,-0.001,0,1,0,0,0,-1|-2,0,1.999,-0.001,0,1,0,1,-0.001,-1,0,-0.001|-86,9,-111|-89,9,-108|-1,-2.001,-2,1,0,0,-0.001,-0.001,1,0,-1,-0.001|-1,-2,1.999,1,-0.001,0,-0.001,-0.001,1,-0.001,-1,-0.001|1.999,-0.001,2,-0.001,-0.001,-1,-0.001,1,-0.001,1,0,-0.001|-90,12,-106.001|-2.001,0,2,-1,0,0,0,1,0,-0.001,-0.001,-1|2,-3.001,-2,-0.001,-0.001,-1,0,1,-0.001,1,0,-0.001|-86.001,16.001,-104.001|-90.001,16,-106.001|-90,12,-110.001|2,-3,1.999,-0.001,-0.001,-1,0,1,-0.001,1,-0.001,-0.001|-86,12.001,-104.001|-0.001,-3.001,-2.001,1,-0.001,0,0,1,-0.001,-0.001,0,1|-143,9,-15.5|-143,7,-14|2,0.599,-36,0,1,0,0,0,-1,-1,0,-0|-144.5,9,-14|-143,9,-12.5|-141.5,9,-14|-143,15,-14|-129,7.8,-41.5|-129,5.8,-40|-8,0.6,-4,0,1,0,0,0,-1,-1,0,-0|-130.5,7.8,-40|-129,7.8,-38.5|-127.5,7.8,-40|-129,13.8,-40|-143,9,-144.5|-143,7,-143|31,0.599,20.5,0,1,0,0,0,-1,-1,0,-0|-144.5,9,-143|-143,9,-141.5|-141.5,9,-143|-143,15,-143|-6,5.4,-41.5|-6,3.4,-40|-6,0.2,-40,0,-1,0,0,0,-1,1,0,0|-7.5,5.4,-40|-6,5.4,-38.5|-4.5,5.4,-40|-6,11.399,-40|-142,5.4,44|-142,1.399,44|-142,0.2,44,0,-1,0,0,0,-1,1,0,0|-140,9,-32|-140,5,-32|-1,0.599,-18,0,1,0,0,0,-1,-1,0,0|-129,7.8,-92|-129,3.799,-92|-8,0.599,48,0,1,0,0,0,-1,-1,0,0|Billboard|-145.5,8.399,31|16,8,1|http://www.roblox.com/asset/?version=1&id=1010893|0,4,0,-1,-0,-0,0,0,1,0,1,0|0,-4,0,1,0,0,-0,-0,-1,0,1,0|0,0.6,0,1,0,0,0,0,-1,0,1,0|-145.5,6.399,39.5|1,12,1|-145.5,0.199,39.5,0,-1,0,0,0,-1,1,0,0|-0.5,0,0,-0,-0,-1,0,1,0,1,0,0|8,2.6,0,0,0,-1,0,1,0,1,0,0|8.5,-0.6,0,-1,0,0,0,0,1,0,1,0|-145.5,12.999,31|18,1.2,1|8.5,5.999,0,1,0,0,0,0,-1,0,1,0|-145.5,3.799,31|16,1.2,1|-8,0,0,-0,-0,-1,0,1,0,1,0,0|0.5,-2.601,0,0,0,-1,0,1,0,1,0,0|-145.5,6.399,22.5|-145.5,0.2,22.5,0,-1,0,0,0,-1,1,0,0|13,8.399,103.5|http://www.roblox.com/asset/?id=1017347|21.5,6.399,103.5|21.5,0.199,103.5,1,0,0,0,0,-1,0,1,0|13,12.999,103.5|13,3.799,103.5|4.5,6.399,103.5|4.5,0.2,103.5,1,0,0,0,0,-1,0,1,0|130,40.799,137.5|http://www.roblox.com/asset/?id=1017345|138.5,38.799,137.5|8,2.599,0,0,0,-1,0,1,0,1,0,0|6,2.399,-3.5,1,0,0,0,0,-1,0,1,0|130,45.399,137.5|8.5,6,0,1,0,0,0,0,-1,0,1,0|130,36.2,137.5|0.5,-2.6,0,0,0,-1'
  196. ..',0,1,0,1,0,0|121.5,38.799,137.5|-11,2.399,-3.5,1,0,0,0,0,-1,0,1,0|4.5,8.399,-59|http://www.roblox.com/asset/?id=1017343|4.5,6.399,-67.5|4.5,0.199,-67.5,0,1,0,0,0,-1,-1,0,0|4.5,12.999,-59|4.5,3.799,-59|4.5,6.399,-50.5|4.5,0.2,-50.5,0,1,0,0,0,-1,-1,0,0|51.499,32.4,65|http://www.roblox.com/asset/?id=1017341|51.499,30.4,56.5|-36,3,-8.5,0,1,0,0,0,-1,-1,0,0|51.499,37,65|51.499,27.8,65|51.499,30.399,73.5|-36,2.999,8.5,0,1,0,0,0,-1,-1,0,0|RegenGroupVilliage|Lamps|streetLamp|-4.001,14.2,-76.401|0.4,4.4,0.4|0.2,-2.201,0.2,1,0,0,0,0,-1,-0,1,0|0.2,1.199,0.196,1,-0.001,0,-0.001,0,-1.001,-0.001,1,0|0.4|-4,13.804,-79.801|1,2,0.4|-0.5,-1,0.2,1,0,0,0,1,0,0,0,1|-0.5,-1.001,-0.2,1,-0.001,-0.001,-0.001,1,0,-0.001,0,1|-4,14.204,-79.801|1.6,2.4,0.4|-4.001,7.399,-74.4|0.4,13.199,0.4|-0.201,6.599,0.2,-1,0,0,0,0,1,0,1,0|-0.2,1.8,-0.201,-1,0,-0.001,0,-1.001,0,0,0,1|0.2,-6.6,0.2,1,0,0,0,0,-1,-0,1,0|0.199,0.2,0.2,1,0,0,-0.001,0,-1,0,1,-0.001|-4.001,0.599,-74.4|1,0.4,1|-57.001,14.201,-76.401|-57,13.804,-79.801|-57,14.204,-79.801|-57.001,7.399,-74.4|-57.001,0.599,-74.4|-104.001,14.201,-76.401|-104,13.804,-79.801|-104,14.204,-79.801|-104.001,7.399,-74.4|-104.001,0.599,-74.4|House|0.949,0.952,0.952|0.699|-19.5,6.999,-107|1,1.2,4|0.156,0.498,0.278|-19.5,8.199,-107|1,-0.2,-3.5,0,1,0,0,0,1,1,0,0|-3,-0.2,-3.5,0,1,0,0,0,1,1,0,0|-19.5,5.799,-103|-19.5,6.999,-103|-19.5,8.199,-103|2,-0.2,3.5,0,-1,0,0,0,1,-1,0,0|-19.5,4.599,-103|-23,2.199,-100.5|0.05,0.411,0.674|-26,3.399,-102.5|0.5,-0.2,0,0,1,0,0,0,1,1,0,0|-26,2.199,-102.5|0.5,0.599,0,0,1,0,0,0,-1,-1,0,0|-26,4.199,-102|2,0.4,4|0,0.599,-1.5,1,0,0,0,0,-1,0,1,0|0,0.599,1.5,1,0,0,0,0,-1,0,1,0|0,0.599,0.5,0,-1,0,0,0,-1,1,0,0|0.666,0.333,0|-23,8.999,-104|4,0.4,8|-27.5,3.399,-102|-27.5,2.199,-102|-29,6.999,-100.5|-19.5,5.799,-107|0.705,0.823,0.894|-29,4.599,-100.5|0,0.6,2,1,0,0,0,0,-1,0,1,0|-29,5.799,-100.5|-29,8.199,-100.5|-0.5,-0.2,2,-1,0,0,0,0,1,0,1,0|-26,0.999,-102|0,-0.6,-1.5,-1,0,0,0,0,1,0,1,0|0,-0.6,0.5,0,-1,0,0,0,1,-1,0,0|-19.5,4.599,-107|-23,4.599,-100.5|-23,5.799,-100.5|-23,6.999,-100.5|-24.5,3.399,-102|-24.5,2.199,-102|-23,0.999,-100.5|-19.5,3.399,-103|-19.5,2.199,-103|-23,8.199,-100.5|-0.5,-0.2,0,-1,0,0,0,0,1,0,1,0|-23,8.999,-101|2,0.4,8|-23'
  197. ..',3.399,-100.5|-26,3.399,-101.5|-26,2.199,-101.5|-23,8.999,-116|-3.5,0.6,1,0,-1,0,0,0,-1,1,0,0|-19.5,6.999,-111|-19.5,8.199,-111|-23,8.999,-112|-3.5,0.6,5,0,-1,0,0,0,-1,1,0,0|-23,8.999,-108|-31,8.999,-108|0,0.199,-3,0,-1,0,0,0,-1,1,0,0|-19.5,3.399,-109|0,-0.601,2,-1,0,0,0,0,1,0,1,0|-19.5,2.199,-109|-31,2.199,-100.5|-31,3.399,-100.5|-31,8.999,-104|0,0.199,1,0,-1,0,0,0,-1,1,0,0|-31,8.599,-105|4,-0.2,0,0,-1,0,0,0,1,-1,0,0|-31,0.999,-100.5|-31,8.999,-101|0.5,0.6,2,1,0,0,0,0,-1,0,1,0|-19.5,8.199,-117|3,-0.2,-3.5,0,1,0,0,0,1,1,0,0|-19.5,0.999,-103|-23,8.999,-120|-1.5,0.6,0,-1,0,0,0,0,-1,0,-1,0|-19.5,4.599,-111|-19.5,5.799,-111|-27.5,5.799,-121.5|1,1.2,1|-27.5,6.999,-121.5|0,-0.6,3.5,1,0,0,0,0,1,0,-1,0|-34.5,6.999,-121.5|0,-0.6,-3.5,1,0,0,0,0,1,0,-1,0|-23,8.199,-121.5|3,0.599,0,0,-1,0,0,0,-1,1,0,0|-3,0.599,0,0,-1,0,0,0,-1,1,0,0|-33,4.599,-100.5|-34.5,4.599,-121.5|-34.5,5.799,-121.5|-33,5.799,-100.5|-23,5.799,-121.5|-23,6.999,-121.5|-26,5.799,-121.5|-39,8.199,-100.5|0.976,0.913,0.6|-33.5,2.599,-102.5|4.5,0.2,-3.5,0,1,0,0,0,-1,-1,0,0|0.768,0.156,0.109|-37,1.799,-107|10,0.4,8|-3.5,0.599,-4.5,0,-1,0,0,0,-1,1,0,0|-3.5,0.599,4.5,0,-1,0,0,0,-1,1,0,0|3.5,-0.601,-4.5,0,-1,0,0,0,1,-1,0,0|3.5,0.599,-4.5,0,-1,0,0,0,-1,1,0,0|3.5,0.599,4.5,0,-1,0,0,0,-1,1,0,0|-40.5,0.999,-111.5|-33.5,0.999,-111.5|-33.5,0.999,-102.5|-40.5,0.999,-102.5|-40.5,2.599,-102.5|-34.5,3.399,-121.5|-26,6.999,-121.5|-36,6.999,-121.5|0,-0.6,3,0,1,0,0,0,1,1,0,0|-33,8.199,-100.5|-33,6.999,-100.5|-39,3.399,-100.5|-39,4.599,-100.5|-39,5.799,-100.5|-39,6.999,-100.5|-21,5.799,-117|-21,2.199,-117|0,-0.601,0,1,0,0,0,0,1,0,-1,0|-36,4.599,-121.5|0,0.6,3,0,1,0,0,0,-1,-1,0,0|-36,5.799,-121.5|-39,2.199,-100.5|-19.5,4.599,-117|-19.5,5.799,-117|-19.5,6.999,-117|-39,8.999,-101|3.5,0.6,2,0,1,0,0,0,-1,-1,0,0|-31,8.999,-116|0,0.199,0,0,1,0,0,0,-1,-1,0,0|-31,8.599,-116|-4,-0.2,0,0,-1,0,0,0,1,-1,0,0|-39,0.999,-100.5|-19.5,2.199,-117|-19.5,3.399,-117|-27.5,4.599,-121.5|-26,4.599,-121.5|0,0.6,-3,0,1,0,0,0,-1,-1,0,0|-23,4.599,-121.5|-21,4.599,-117|0,0.599,0,-1,0,0,0,0,-1,0,-1,0|-21,3.399,-117|-39,8.999,-104|3.5,0.6,-1,0,-1,0,0,0,-1,1,0,0|3.5,0.6,3,0,-1,0,0,0,-1,1,0,0|-39,8.999,-108|-3.5,0.6,-5,0,1,0,0,0,-1,-1,0,0|-31,8.199,-121.5|-'
  198. ..'1.5,-0.2,0,1,0,0,0,0,1,0,-1,0|-20,5.799,-121.5|-20,6.999,-121.5|-31,8.999,-112|-31,8.999,-120|-19.5,0.999,-109|-42.5,0.999,-105|-42.5,6.999,-103|-39,6.999,-121.5|-42.5,2.199,-105|-42.5,3.399,-105|0,-0.6,2,1,0,0,0,0,1,0,-1,0|0,-0.6,-2,1,0,0,0,0,1,0,-1,0|-39,8.199,-121.5|-42.5,8.199,-107|-42.5,5.799,-103|-39,3.399,-121.5|-3,-0.601,0,0,-1,0,0,0,1,-1,0,0|-21,0.999,-117|-42.5,4.599,-103|-39,8.999,-116|-3.5,0.6,3,0,1,0,0,0,-1,-1,0,0|-19.5,0.999,-117|-39,2.199,-121.5|-39,5.799,-121.5|-39,4.599,-121.5|-23,3.399,-121.5|3,-0.601,0,0,-1,0,0,0,1,-1,0,0|-27.5,3.399,-121.5|-42.5,6.999,-107|-42.5,5.799,-107|-42.5,4.599,-107|-42.5,8.199,-103|-34.5,2.199,-121.5|-39,8.999,-112|-3.5,0.6,-1,0,1,0,0,0,-1,-1,0,0|-20,4.599,-121.5|-39,8.999,-120|-39,0.999,-121.5|-42,5.799,-121.5|-42,6.999,-121.5|-42.5,4.599,-113|-42.5,5.799,-113|-42.5,0.999,-113|-42.5,2.199,-119|-42.5,3.399,-119|-42.5,6.999,-113|-42.5,8.199,-113|-42.5,8.199,-119|-42.5,3.399,-113|-42.5,2.199,-113|-42,4.599,-121.5|-23,2.199,-121.5|-27.5,2.199,-121.5|-42.5,0.999,-119|-23,0.999,-121.5|-27.5,0.999,-121.5|-42.5,6.999,-119|-34.5,0.999,-121.5|-42.5,5.799,-119|-42.5,4.599,-119|Graveyard|-129.5,5.2,-128.5|-129.5,8.2,-128.5|-129.5,7,-123|1,1.2,10|-129.5,7,-128.5|0,0,-0.5,-1,-0,-0,0,1,0,-0,-0,-1|0,0,5,-1,0,-0,-0,1,-0,-0,0,-1|0.5,-0.6,0|-0.5,-0.6,-0|-0.5,0.599,0|0.5,0.599,0|-129.5,8.2,-117.5|-129.5,7,-117.5|0,0,0.5,1,0,0,0,1,0,0,0,1|0,0,-5,1,0,0,0,1,0,0,0,1|-0.5,-0.6,0|-129.5,5.2,-117.5|-113.5,8.099,-129.6|89.919,179.889,179.889|-0.001,0.6,0,-0.001,-1,-0.001,-0.001,-0.001,-1,1,0,0|0.631,0.647,0.635|-113.5,8.099,-130.4|0,90,90.019|0.5,-0.1,0,0,-0,-1,1,-0,-0,0,-1,-0|-0.5,-0.501,-0.001|-0.5,0.499,0|0.5,0.499,-0.001|0.5,-0.501,-0.001|-120.5,5.2,-143.5|-120.5,8.2,-143.5|-120.5,7,-143.5|-115,7,-143.5|S. Gray Headstone|-122.5,6.4,-118.5|1,4.8,3|-129.5,7,-112|-129.5,7,-106.5|0,0,3,-1,0,-0,-0,1,-0,-0,0,-1|-129.5,8.2,-106.5|-113.5,5.8,-131.5|-113.5,8.099,-133.401|0,-90,90.019|0,0.6,0,-0.001,-1,0,-0.001,0,-1.001,1,0,0|-113.5,8.099,-132.601|-90,0,0|-0.5,-0.1,0,-0,0,1,-0,1,0,-1,0,0|-0.5,-0.5,0|-0.5,0.5,-0.001|0.499,0.5,-0.001|0.499,-0.5,0|-113.5,8.2,-131.5|-113.5,9.4,-131.5|0,-0.2,0,-1,0,0,0,0,1,0,1,0|-113.5,10.2,-131.5|-109.5,7,-143.5|-12'
  199. ..'2.5,7,-107.5|0.5,0,0,0,0,1,0,1,0,-1,-0,-0|0.099,-0.6,0,0,1,0,0,0,1,1,0,0|-0.5,0.399,0|0.5,0.399,0|0,-0.6,0.099,-1,0,0,-0,0,1,-0,1,0|-122.5,5.2,-107.5|-122.5,8.2,-107.5|-122.5,6.899,-106.4|0,90,90.01|-122.5,6.899,-108.601|-89.981,179.85,-179.851|X.L. White Headstone|-113.5,7,-107|1,6,4|S D. Gray Headstone|-113.5,6.4,-118.5|X.S. Gray Headstone|-104.5,6.4,-119|1,4.8,2|-124,7,-99.5|-118.5,8.2,-99.5|-129.5,5.2,-99.5|-129.5,8.2,-99.5|-93.5,10.2,-118.5|-129.5,7,-103|1,1.2,6|-129.5,5.2,-106.5|-129.5,7,-99.5|0,0,-3,1,0,0,0,1,0,0,0,1|S. D. Gray Headstone|-104.5,6.4,-131.5|-104,7,-143.5|-109.5,8.2,-143.5|-109.5,5.2,-143.5|-104.5,8.099,-109.401|-104.5,8.099,-108.6|-0.5,-0.5,-0.001|-0.5,0.5,0|0.5,0.5,0|0.5,-0.5,0|-104.5,10.2,-107.5|-104.5,9.4,-107.5|-118.5,7,-99.5|-93.5,8.099,-119.601|-89.96,179.86,-179.861|-0.501,-0.5,-0.001|-0.501,0.499,0|0.499,0.5,0|0,-0.201,0,-0.001,0.999,0,-0.001,0,0.999,1,-0.001,-0.001|-93.5,8.2,-118.5|-93.5,8.099,-120.401|-93.5,9.4,-118.5|-93.5,6.4,-131.5|-98.5,7,-143.5|-98.5,5.2,-143.5|-98.5,8.2,-143.5|-104.5,8.2,-107.5|-104.5,8.099,-106.4|0,-0.201,0,0,1,-0.001,0,-0.001,1,1,0,0|-104.501,8.099,-105.6|-118.5,5.2,-99.5|-93.5,8.099,-117.4|-93.5,8.099,-116.6|89.98,179.699,-179.84|-93,7,-143.5|-104.5,5.8,-107.5|M. D. Gray Headstone|-84.5,7,-132.5|1,6,3|-113,7,-99.5|-93.5,5.8,-118.5|-87.5,8.2,-143.5|-87.5,7,-143.5|0,0,-4,1,0,0,0,1,0,0,0,1|-87.5,5.2,-143.5|-78.5,7,-127|-107.5,8.2,-99.5|-78.5,8.2,-121.5|-107.5,5.2,-99.5|-107.5,7,-99.5|-78.5,7,-121.5|-78.5,5.2,-132.5|-78.5,8.2,-132.5|-102,7,-99.5|-78.5,7,-132.5|L. White Headstone|-93.5,6.4,-107|1,4.8,4|-78.5,5.2,-121.5|-83,7,-143.5|0,0,4,1,0,0,0,1,0,0,0,1|0,0,-0.5,1,0,0,0,1,0,0,0,1|-0.5,-0.6,-0.001|-0.5,0.599,-0.001|0.5,0.599,-0.001|0.5,-0.6,-0.001|-78.5,7,-116|-78.5,7,-138|-96.5,8.2,-99.5|-78.5,5.2,-143.5|-78.5,7,-143.5|-78.5,8.2,-143.5|-96.5,7,-99.5|-96.5,5.2,-99.5|-78.5,8.2,-110.5|-78.5,7,-110.5|-91,7,-99.5|-78.5,5.2,-110.5|-85.5,8.2,-99.5|-85.5,7,-99.5|-78.5,7,-105|-85.5,5.2,-99.5|-82,7,-99.5|-78.5,8.2,-99.5|-78.5,7,-99.5|-78.5,5.2,-99.5|Battletowers|Pillar|-98,39.799,-50|0,90,180|2,6,2|3|-11.5,-0.201,-10,0,0.999,0,0,0,0.999,0.999,0,0|-98,33.799,-50|-98,33.799,-30|0,180,180|-98,39.799,-30.001|0,-180,1'
  200. ..'80|-11.5,-0.2,9.999,1,0,0,0,0,1,0,-1,0|-87,31,-16.001|8,0.4,34|-3.5,0.199,-24,1,0,0,0,0,-1,0,1,0|-3.5,0.199,24,1,0,0,0,0,-1,0,1,0|-86.501,42.999,-40|25,0.4,22|-10,-3,-11.501,-0.001,0.999,0,0,0,0.999,0.999,0,0|10,-3,-11.501,-0.001,1,0,0,0,1,1,0,0|-0.001,-0.201,0,-1,0,0,0,0,0.999,-0.001,0.999,0|-86.501,44.199,-40.001|21,0.4,18|0,-0.2,0,-1,0,0,0,0,0.999,-0.001,0.999,0|0,0.199,0,0.999,0,0,0,0,-1,0,0.999,0|-86.501,46.599,-40.001|9,0.4,6|0,-0.201,0,-1,-0.001,0,0,0,1,-0.001,1,0|-86.501,46.999,-40.001|7,0.4,4|0,-0.201,0,-1,0,0,0,0,1,0,1,0|-86.501,47.399,-40.001|5,0.4,2|-86.501,43.399,-40.001|-86.501,43.799,-40.001|23,0.4,20|-86.501,44.599,-40.001|19,0.4,16|-86.501,44.999,-40.001|17,0.4,14|-86.501,45.399,-40.001|15,0.4,12|-86.501,45.799,-40.001|13,0.4,10|-86.501,46.199,-40.001|11,0.4,8|-96.5,14.999,-40|0,-0.4,-1,1,0,0,0,1,0,0,0,1|-96.5,12.999,-40|0,-2.401,-1,1,0,0,0,1,0,0,0,1|-96.5,25,-40|0,9.6,-1,1,0,0,0,1,0,0,0,1|-96.5,16.999,-40|0,1.599,-1,1,0,0,0,1,0,0,0,1|-96.5,29,-40|0,13.6,-1,1,0,0,0,1,0,0,0,1|0.486,0.36,0.274|-98,15.399,-40|22,30,2|0,-11.601,-0.5,1,0,0,0,1,0,0,0,1|0,-5.6,-0.5,1,0,0,0,1,0,0,0,1|0,-3.6,-0.5,1,0,0,0,1,0,0,0,1|0,-7.6,-0.5,1,0,0,0,1,0,0,0,1|0,15,0,-1,-0,-0,0,0,1,0,1,0|-2,-0.2,-7,0,-1,0,0,0,1,-1,0,0|0,6.4,-0.5,1,0,0,0,1,0,0,0,1|0,4.4,-0.5,1,0,0,0,1,0,0,0,1|-2,-0.2,7,0,-1,0,0,0,1,-1,0,0|0,12.4,-0.5,1,0,0,0,1,0,0,0,1|0,14.4,-0.5,1,0,0,0,1,0,0,0,1|0,8.4,-0.5,1,0,0,0,1,0,0,0,1|0,10.4,-0.5,1,0,0,0,1,0,0,0,1|-96.5,22.999,-40|-96.5,18.999,-40|-96.5,20.999,-40|-96.5,27,-40|-96,30.599,-47|6,0.4,8|3,3,2,-0.001,0.999,0,0,0,-1,-1,0,0|9.5,14.999,-3,-1,0,0,0,0,-1,0,-1,0|-96.5,10.999,-40|-96.5,4.999,-40|-96.5,6.999,-40|-96.5,0.999,-40|-96.5,2.999,-40|-96.5,8.999,-40|-96,30.599,-33|2,3,3,-1,0,0,0,0,-1,0,-1,0|9.5,14.999,3,-1,0,0,0,0,-1,0,-1,0|-86.5,15.399,-50|21,30,2|-3,-0.2,-10,1,0,0,0,0,1,0,-1,0|-83.5,30.6,-40|19,0.4,22|-10,3,-8.5,-0.001,0.999,0,0,0,-1,-1,0,0|0,9.599,-8.5,-0.001,-1,0,0,0,-1,0.999,0,0|10,2.999,-8.5,-0.001,0.999,0,-0,0,-1,-1,0,0|-7,15,-8.5,-0.001,-1,0,0,0,-1,0.999,0,0|7,15,-8.5,-0.001,-1,0,0,0,-1,0.999,0,0|-3,15,10,-1,-0.001,0,0,0,-1,-0.001,-1,0|-86.5,15.399,-30|-75,15.399,-33|8,30,2|-75,15.399,-47|-98,33.799,-2|-98,39.799,-2|-98,15.399,8|0,2.4,-0'
  201. ..'.5,1,0,0,0,1,0,0,0,1|0,-9.601,-0.5,1,0,0,0,1,0,0,0,1|0,-13.601,-0.5,1,0,0,0,1,0,0,0,1|0,-1.6,-0.5,1,0,0,0,1,0,0,0,1|0,0.399,-0.5,1,0,0,0,1,0,0,0,1|-96.5,0.999,8|-96,30.599,1|-96,30.599,15|-3,3,2,-0.001,0.999,0,0,0,-1,-1,0,0|-86.5,15.399,-2|-3.001,-0.201,-10,0.999,-0.001,0,0,0,0.999,0,-1,0|-83.5,30.6,7.999|0,9.6,-8.5,-0.001,-1,0,0,0,-1,0.999,0,0|9.999,2.999,-8.5,-0.001,0.999,0,-0,0,-1,-1,0,0|-3.001,15,10,-1,-0.001,0,0,0,-1,-0.001,-1,0|-10.001,2.999,-8.5,-0.001,0.999,0,-0,0,-1,-1,0,0|-86.5,15.399,18|-75,15.399,15|-75,15.399,1|-86.5,43.399,8|0,0.199,0,1,-0.001,0,0,0,-1,0,1,0|-86.501,42.999,7.999|-10.001,-3,-11.501,0,1,0,0,0,1,1,-0.001,0|-10,-3,11.499,0,0.999,0,0,0,0.999,0.999,-0.001,0|9.999,-3,-11.501,0,1,0,0,0,1,1,-0.001,0|-86.501,46.599,7.999|-86.501,46.999,7.999|-96.5,4.999,8|-96.5,6.999,8|-96.5,8.999,8|-96.5,10.999,8|-96.5,12.999,8|-96.5,14.999,8|-96.5,16.999,8|-96.5,18.999,8|-96.5,20.999,8|-96.5,22.999,8|-96.5,25,8|-96.5,27,8|-96.5,29,8|-86.5,43.799,8|-86.501,44.199,7.999|-86.501,44.599,7.999|-86.501,44.999,7.999|-86.501,45.399,7.999|-86.501,45.799,7.999|-86.501,46.199,7.999|-96.5,2.999,8|-75,33.799,-30|-75,20.8,8|6,19.2,2|-75.001,39.799,-2|-75,33.799,-50|-75,33.799,-2|-75.001,39.799,-50|-75.001,39.799,-30.001|-75,20.8,-40|-75,33.799,18|-98,33.799,18|-98,39.799,17.999|-75.001,39.799,17.999|Regeneration|Regenerate Villiage|RegenerationTime|800|RegenerationDelay|4|Regenerate Stairs|Regenerate Cube|Regenerate Complex|Regenerate Ruins|Secret|Road|-56,0.599,-81|120,0.4,8|-57,0.599,-112.001|54,0.4,8|-40,0.599,-135|26,0.4,8|-112,0.599,-19.5|115,0.4,8|-78,0.599,34|60,0.4,8|Rocks|0.501,0.733,0.858|-23,1.599,35.5|12,2.4,25|1.5,-1.8,-3,-1,0,0,0,0,1,0,1,0|-1,-1.801,-18,-1,0,0,0,0,1,0,1,0|-21.5,4.599,32.5|5,3.6,15|-2,-1.201,-12.5,-1,0,0,0,0,1,0,1,0|-9.5,4.599,44|8,8.4,15|-23.5,7.599,20|1,2.4,12|-0.5,1.8,-2.5,1,0,0,0,0,-1,0,1,0|-24,4.599,17.5|4,3.6,15|-6.5,1.2,-3.5,1,0,0,0,0,-1,0,1,0|-30.5,1.599,14|21,2.4,18|Room|Floor|0,0.199,0|300,0.4,300|-149,-42.601,81,-1,0,0,0,0,1,0,1,0|-133.5,-3.001,-52,-1,0,0,0,0,1,0,1,0|-83,-1.201,-101.5,-1,0,0,0,0,1,0,1,0|-73.5,-3.001,-38.5,-1,0,0,0,0,1,0,1,0|-55.5,-4.801,-139.5,-1,0,0,0,0,1,0,1,0|-7,-42.601,118,-1,0,0,0,0,1,0,1,0|-56,-0.2,-81'
  202. ..',1,0,0,0,0,1,0,-1,0|110.5,-0.601,-107,-1,0,0,0,0,1,0,1,0|107.5,-10.201,-58,-1,0,0,0,0,1,0,1,0|-108,-0.601,-119,1,0,0,0,0,1,0,-1,0|-7,-42.601,44,-1,0,0,0,0,1,0,1,0|72,-16.201,149,-1,0,0,0,0,1,0,1,0|13,-29.401,130.499,-0.001,0.999,0,0,0,1,0.999,0,0|130,-16.201,149,1,0,0,0,0,1,0,-1,0|41,-3,14,-1,0,0,0,0,1,0,1,0|-134.5,-0.601,-39,1,0,0,0,0,1,0,-1,0|-101,-0.2,-163,-1,0,0,0,0,1,0,1,0|-121.5,-4.801,-129,-1,0,0,0,0,1,0,1,0|-16.5,-4.801,-118,-1,0,0,0,0,1,0,1,0|-121.5,-0.601,-141.5,-1,0,0,0,0,1,0,1,0|2,-0.2,-163,-1,0,0,0,0,1,0,1,0|-68,-16.201,148.999,-0.001,0.999,0,0,0,1,0.999,0,0|-21,-0.601,-117,1,0,0,0,0,1,0,-1,0|19.5,-0.601,109,-1,0,0,0,0,1,0,1,0|-100.5,-0.601,31,0,-1,0,0,0,1,-1,0,0|33.5,-0.601,111.5,-1,0,0,0,0,1,0,1,0|-30.5,-1.201,14,1,0,0,0,0,1,0,-1,0|-100.5,-0.601,39,0,-1,0,0,0,1,-1,0,0|121.5,-0.601,-27.5,0,1,0,0,0,1,1,0,0|1,-16.201,148.999,-0.001,-1,0,0,0,1,-1,0,0|40.5,-0.601,102.5,-1,0,0,0,0,1,0,1,0|-42.5,-0.601,-113,1,0,0,0,0,1,0,-1,0|12.999,-42.601,143,-0.001,1,0,0,0,1,1,0,0|-57,-16.201,149,1,0,0,0,0,1,0,-1,0|19.5,-0.2,-112,-0.001,1,0,0,0,1,1,0,0|40.5,-0.601,111.5,-1,0,0,0,0,1,0,1,0|42.5,-0.601,119,-1,0,0,0,0,1,0,1,0|64,-10.201,-107,-1,0,0,0,0,1,0,1,0|-121.5,-0.601,39,0,-1,0,0,0,1,-1,0,0|-44,-4.201,-9.501,-0.001,0.999,0,0,0,1,0.999,0,0|19.5,-0.601,117,-1,0,0,0,0,1,0,1,0|-17,-1.201,-14.5,-1,0,0,0,0,1,0,1,0|33.5,-0.601,102.5,-1,0,0,0,0,1,0,1,0|112,-0.2,-57,-0.001,1,0,0,0,1,1,0,0|1,-15.001,75,0,-1,0,0,0,1,-1,0,0|121.5,-0.601,-34.5,0,1,0,0,0,1,1,0,0|19.5,-0.601,103,-1,0,0,0,0,1,0,1,0|15,-15.001,75,0,-1,0,0,0,1,-1,0,0|-33,-15.001,75,0,-1,0,0,0,1,-1,0,0|-47,-15.001,75,0,-1,0,0,0,1,-1,0,0|91.5,-1.201,15,-1,0,0,0,0,1,0,1,0|-86.5,-15.001,18,1,0,0,0,0,1,0,-1,0|-100.5,-0.601,23,0,-1,0,0,0,1,-1,0,0|40.999,-1.201,25,-1,0,0,0,0,1,0,1,0|149,-42.601,79,-0.001,1,0,0,0,1,1,0,0|20,-49.001,-2.998,1,0,-0.001,0,1,0,0,-0.001,1|8,-0.601,96.5,0,-1,0,0,0,1,-1,0,0|-42.5,-0.601,-105,1,0,0,0,0,1,0,-1,0|-102,-0.601,26,0,-1,0,0,0,1,-1,0,0|-8,-15.001,-98,0,1,0,0,0,1,1,0,0|-40,-0.601,96.5,0,-1,0,0,0,1,-1,0,0|-86.5,-15.001,-50,1,0,0,0,0,1,0,-1,0|105,-0.2,-163,-1,0,0,0,0,1,0,1,0|-23,-1.201,35.5,1,0,0,0,0,1,0,-1,0|-57.001,-0.2,-74.4,1,0,0,0,0,1,-0.001,-1.001,0|-104.001,-0.2,-74.4,1,0,0,0,0,1,'
  203. ..'-0.001,-1.001,0|53.999,-16.201,149,1,0,0,0,0,1,0,-1,0|28.5,-0.601,28.5,-1,0,0,0,0,1,0,1,0|12.999,-42.601,66.5,-0.001,1,0,0,0,1,1,0,0|40,-0.2,135,-1,0,0,0,0,1,0,1,0|-131.5,-16.201,149,1,0,0,0,0,1,0,-1,0|41,-1.201,7.5,-1,0,0,0,0,1,0,1,0|41,-0.601,-109.5,-1,0,0,0,0,1,0,1,0|-121.5,-0.601,23,0,-1,0,0,0,1,-1,0,0|-4.001,-0.2,-74.4,1,0,0,0,0,1,-0.001,-1.001,0|78,-0.2,-34,-1,0,0,0,0,1,0,1,0|-86.5,-15.001,-2,1,0,0,0,0,1,0,-1,0|40,-15.001,-98,0,1,0,0,0,1,1,0,0|-86.5,-15.001,-30,1,0,0,0,0,1,0,-1,0|41,-1.8,21,-1,0,0,0,0,1,0,1,0|RuinsCliffLocked|18.5,14.799,120.5|21,9.6,21|2,4.8,2.5,1,0,0,0,0,-1,0,1,0|16.5,5.199,118|27,9.6,26|55.5,5.199,139.5|79,9.6,17|-26.5,-4.801,-0.5,-1,0,0,0,0,1,0,1,0|-3,-4.801,-3.5,-1,0,0,0,0,1,0,1,0|23,-4.801,0,-1,0,0,0,0,1,0,1,0|32.5,14.799,139.5|31,9.6,17|-9,-1.8,4,-1,0,0,0,0,1,0,1,0|58.5,14.799,143|21,9.6,10|82,14.799,140|26,9.6,16|-15,-0.6,0,-1,0,0,0,0,1,0,1,0|97,20.199,140|46,1.2,16|-18,-3.601,-0.5,-1,0,0,0,0,1,0,1,0|-4.5,-3.601,-7,-1,0,0,0,0,1,0,1,0|-24.5,4.799,10.5,1,0,0,0,0,-1,0,1,0|-6,-1.801,-1,-1,0,0,0,0,1,0,1,0|120,20.199,129|46,1.2,6|-1.5,4.8,-0.5,1,0,0,0,0,-1,0,1,0|121.5,14.799,129.5|53,9.6,11|-25.5,-4.201,-3.5,-1,0,0,0,0,1,0,1,0|-7.5,-4.201,-4.5,-1,0,0,0,0,1,0,1,0|0,4.8,0.5,1,0,0,0,0,-1,0,1,0|121.5,5.199,129|53,9.6,12|101.5,24.399,147|17,7.2,4|115,24.399,140.5|10,7.2,15|-17.5,-2.4,-0.5,-1,0,0,0,0,1,0,1,0|129,23.799,134|18,8.4,2|0,4.2,0,-1,-0,-0,0,0,1,0,1,0|-3.5,-2.4,-7,-1,0,0,0,0,1,0,1,0|147,23.799,133|2,8.4,8|14.5,-2.4,-8,-1,0,0,0,0,1,0,1,0|5.5,0.599,-8.5,1,0,0,0,0,-1,0,1,0|132.5,30.399,141|31,4.8,14|42,26.799,135.5|6,7.2,5|0.5,1.799,0,1,0,0,0,0,-1,0,1,0|41.5,21.399,135.5|9,3.6,7|103,22.599,141|14,3.6,8|121.5,0.999,141.5|53,1.2,13|-13,-1.2,0,-1,0,0,0,0,1,0,1,0|141.5,19,141.5|13,1.2,13|1,1.199,0,1,0,0,0,0,-1,0,1,0|140.5,17.2,141.5|15,2.4,13|134.5,2.799,141.5|27,2.4,13|-1,-1.201,0,-1,0,0,0,0,1,0,1,0|135.5,5.2,141.5|25,2.4,13|-1,-1.2,0,-1,0,0,0,0,1,0,1,0|136.5,7.599,141.5|23,2.4,13|137.5,10,141.5|21,2.4,13|138.5,12.4,141.5|19,2.4,13|139.5,14.8,141.5|17,2.4,13|Sides|-72,16.599,-149|156,32.4,2|-149,16.6,1|298,32.4,2|0,16.2,0,-1,-0,-0,0,0,1,0,1,0|51.5,-16.201,148,0,-1,0,0,0,1,-1,-0.001,0|-87.5,-16.201,0,0.999,0,0,0,0,1,0,-1,0|-131.5,16.599'
  204. ..',149|33,32.4,2|34,-16.201,0,-1,0,0,0,0,1,0,1,0|-57,16.599,149|76,32.4,2|-40.5,-16.201,0,-1,0,0,0,0,1,0,1,0|53.999,16.6,149|78,32.4,2|149,16.6,68|160,32.4,2|130,16.599,149|40,32.4,2|-149,49,88.5|119,32.4,2|-97.5,49,149|105,32.4,2|Teleporter|stairs|41.999,14.5,-45.001|0,-89.99,90|1,4,4|stairs-to-stairs Strong Joint|-0.5,-2,2,1,0,0,0,1,0,0,0,1|-2.001,-0.501,1.999,-0.001,1,0,1,0,0,0,0,-1|0.5,-2,-2,0,0,1,0,1,0,-1,0,0|-0.501,-1.5,-2.501,-0.001,-0.001,1,0,1,0,-1,0,-0.001|41.999,14.5,-41|4,1,4|-2,-0.5,2,1,0,0,0,1,0,0,0,1|-0.5,-2.001,-2.001,-0.001,1,0,0,-0.001,1,1,0,-0.001|stairs-to-telepad Strong Joint|2,-0.5,2,-0,0,1,0,1,0,-1,0,-0|-2.001,2,1.2,0,0,1,-1,0,0,-0.001,-1,0|41.499,15.5,-44.501|0,-90,90|1,3,3|-0.5,-1.5,1.5,1,0,0,0,1,0,0,0,1|1.499,-0.501,-2,-0.001,-1,-0.001,1,-0.001,0,-0.001,-0.001,1|stairs-to-invis Strong Joint|0.5,-1.5,-1.5,0,0,1,0,1,0,-1,0,0|2.018,-1.302,-1.588,-0.001,-1,-0.001,-0.001,-0.001,1,-1,0,-0.001|42.112,16.001,-45.92|0,-90.02,0|1,4,1|41.5,15.5,-41|3,1,4|-1.5,-0.5,2,1,0,0,0,1,0,0,0,1|-0.5,-1.5,1.5,0,1,-0.001,1,-0.001,-0.001,-0.001,-0.001,-1|1.5,-0.5,2,1,0,0,0,0,-1,-0,1,0|-1.001,0.5,-2,-1,-0.001,-0.001,0,0,-1,0,-1,-0.001|1.5,-0.5,-2,-1,0,0,0,1,0,0,0,-1|-0.5,-1.501,-1.501,-0.001,1,0,0,-0.001,1,1,0,-0.001|-1.5,-0.5,-2,-0,0,-1,0,1,0,1,0,-0|-2.001,2,0.2,-0.001,0,1,-1,0,-0.001,-0.001,-1,0|sign|42.812,17.501,-45.82|3.2,2.599,0.4|sign-to-stairs Strong Joint|-1.601,-1.3,0.2,1,0,0,0,1,0,0,0,1|-1.501,0.2,-0.5,1,-0.001,-0.001,0,1,0,0,-0.001,1|SignScript|invis|41.413,17.301,-45.02|3.6,2.599,0.4|0|1.8,-1.3,-0.201,-1,0,0,0,1,0,0,0,-1|2.7,0,0.499,-1,0,-0.001,0,1,0,0,0,-1|41.499,15.5,-37.5|0.009,-180,90.01|-0.5,-1.5,1.5,0,0,-1,-0,1,-0,1,0,0|0.5,-2.001,1.999,-0.001,-0.001,-1,-0.001,1,-0.001,1,0,-0.001|41.999,14.5,-37|0,179.99,90|1.999,-0.5,-2.001,-0.001,-1,-0.001,1,-0.001,-0.001,0,-0.001,1|37.999,14.5,-37.001|0,89.989,0|-0.501,-2.001,-2,0,1,0,0,-0.001,1,1,-0.001,-0.001|2,-0.5,-2,-1,0,0,0,1,0,0,0,-1|-0.501,-2.001,2,-0.001,1,-0.001,1,0,-0.001,-0.001,-0.001,-1|-2.001,-2,1.2,1,0,-0.001,0,0,1,0,-1,0|37.999,15.5,-37.501|0,-90.011,0|-0.501,-1.501,-1.5,0,1,0,0,-0.001,1,1,-0.001,-0.001|-1.001,0.499,-2,-1,-0.001,-0.001,0,-0.001,-1,0,-1,0|-0.501,-1.501,1.499,0,1,-0.001,1,-'
  205. ..'0.001,-0.001,-0.001,-0.001,-1|-2.001,-2,0.2,1,0,-0.001,0,0,1,0,-1,0|37.999,14.5,-45.001|0,90.01,-0.01|-2,0.5,2,-1,0,0,0,0,1,0,1,0|1.498,-0.501,-2.001,1,-0.001,-0.001,0,-0.001,1,-0.001,-1,-0.001|-2,-0.5,-2,-0,0,-1,0,1,0,1,0,-0|1.999,2,1.2,-1,-0.001,-0.001,0,0,-1,0,-1,-0.001|telepad|37.999,15.2,-41|4,4,2.399|telepad-to-teleBeam Strong Joint|2,-2,-1.2,-1,0,0,0,1,0,0,0,-1|2,-4.901,-2.001,-1,-0.001,0,0,0,1,-0.001,1,-0.001|2,-4.901,2,0,-1.001,0,0,0,1,-1.001,-0.001,0|2,-4.901,2,-0.001,-1,0,0,0,1,-1,0,0|37.999,15.5,-44.5|0,-89.99,0|1.5,-0.5,2,-0,0,1,0,1,0,-1,0,-0|1.999,1.998,0.2,-1,-0.001,-0.001,0,0,-1,0,-1,-0.001|33.999,14.5,-37.001|0,90,90|-0.5,-1.499,-2.501,-0.001,0,1,0,1,-0.001,-1,0,-0.001|0.5,-2,2,1,0,0,0,0,-1,-0,1,0|2,0.5,1.999,0,1,-0.001,1,-0.001,-0.001,-0.001,-0.001,-1|33.999,14.5,-41.001|0,-0.01,0|0.5,-2,2,-0.001,-1,0,0,0,1,-1,0,0|2.5,-0.5,-2,1,0,-0.001,0,0,1,0,-1,0|1.999,-2.001,1.2,-0.001,0,-1,1,0,-0.001,0,-1,-0.001|33.999,14.5,-45|-0.5,-2,2,0,0,-1,-0,1,-0,1,0,0|0.499,-1.5,1.5,-0.001,-0.001,-1,0,1,-0.001,1,-0.001,-0.001|-2.001,0.5,-2.001,0,1,-0.001,-1,0,0,0,0,1|34.5,15.5,-41.001|1.999,-2,0.2,0,0,-1,1,0,0,0,-1,-0.001|34.499,15.5,-37.501|0.5,-1.5,1.5,1,0,0,0,0,-1,-0,1,0|-1.5,0.499,-2,-0.001,-1,-0.001,1,-0.001,0,-0.001,-0.001,1|34.499,15.5,-44.5|0,89.98,-90|1.5,0.499,2,-0.001,-1,0,-1,0,0,-0.001,-0.001,-1|-1.5,-0.5,1.998,0,-1,0,-1,-0.001,-0.001,0,-0.001,-1|teleBeam2|0.431,0.6,0.792|1072|38,21.3,-41.001|4.599,9.8,4.599|teleBeam3|0.5|4,9.799,4|teleBeam1|0.6|3.2,9.8,3.2|top|0,0.56,0.611|40.5,26.701,-38.501|0,-90.011,-90|1,0.999,0.999|top-to-teleBeam Strong Joint|0.5,-0.5,-0.5,0,0,1,0,1,0,-1,0,0|1.999,4.9,-3,0,1,0,-0.001,0,-1,-1,0,0|40.5,26.7,-43.501|0,0,-89.99|-3.001,4.9,-2.001,-1,0,0,-0.001,0,-1,-0.001,-1,-0.001|40.5,26.7,-41.001|0.999,0.999,4|top-to-top Strong Joint|-0.5,-0.5,2,1,0,0,0,1,0,0,0,1|0.5,0.5,0.499,-0.001,-1,-0.001,-1,0,-0.001,0,0,-1|0.499,-0.5,-2,-1,0,0,0,1,0,0,0,-1|0.5,-0.5,0.499,-0.001,-1,0,-0.001,0,1,-1,0,-0.001|0.499,-0.5,2,1,0,0,0,0,-1,-0,1,0|-2.001,4.899,-2.001,0,-1,-0.001,-0.001,0,-1,1,0,-0.001|41,27.7,-41.001|0,179.99,0|1.999,0.999,4|0.999,-0.5,2,1,0,0,0,0,-1,-0,1,0|0.5,0.5,2,1,-0.001,-0.001,-0.001,-0.001,-1,0,1,-0.001|-1,-0.5,2,1,0,0,0,1,0'
  206. ..',0,0,1|0.5,1,1,-0.001,-1,0,-1,0,0,-0.001,-0.001,-1|0.999,-0.5,-2,-1,0,0,0,1,0,0,0,-1|0.499,-1,1,-0.001,-1,-0.001,0,-0.001,1,-1,0,0|41,27.7,-38.001|-0.01,-90,-90|1,1.999,1.999|0.5,-1,-1,0,0,1,0,1,0,-1,0,0|-0.5,-0.501,-1.501,0,0,1,-0.001,1,-0.001,-1,-0.001,0|41,27.7,-44.001|-0.5,-0.5,-1.5,0,-0.001,1,0,1,0,-1,0,0|38,26.7,-38.501|1.999,4.899,-2.001,-1,-0.001,0,-0.001,0,-1,0,-1,-0.001|38,26.7,-43.501|0.5,0.5,0.5,-0.001,-1,0,-1,0,0,-0.001,-0.001,-1|0.5,-0.501,0.5,-0.001,-1,0,-0.001,0,1,-1,0,-0.001|-2.001,4.899,2,1,0,-0.001,-0.001,0,-1,-0.001,1,0|38,27.2,-41.001|4,2,4|-2,-1,-2,-0,0,-1,0,1,0,1,0,-0|0.999,-1.501,-2,0,-0.001,-1.001,0,1,-0.001,1,-0.001,0|0.5,-0.5,-2.001,-0.001,-0.001,-1.001,-0.001,1,-0.001,1,0,-0.001|-2,-1,2,1,0,0,0,1,0,0,0,1|1,-1.5,-2.001,-0.001,-0.001,-1.001,-0.001,1,-0.001,1,0,-0.001|0.499,-0.5,-2.001,-0.001,-0.001,-1.001,-0.001,1,-0.001,1,0,-0.001|2,-1,2,-0,0,1,0,1,0,-1,0,-0|1,-1.501,-2,-0.001,-0.001,-1.001,0,1,-0.001,1,-0.001,-0.001|-0.499,-0.501,2,-0.001,-0.001,1,0,1,0,-1.001,0,-0.001|2,-1,-2,-1,0,0,0,1,0,0,0,-1|0.999,-1.501,-2,0,0,-1.001,0,1,0,1,-0.001,0|2,-1,2,1,0,0,0,0,-1,-0,1,0|1.999,4.899,1.999,1,-0.001,0,0,0,-1,0,1,0|-2.001,4.899,1.999,0,-1.001,-0.001,-0.001,0,-1.001,1,-0.001,0|-2.001,4.9,2,0,-1,-0.001,-0.001,0,-1,1,0,-0.001|38,27.7,-38.001|0.009,90,0|0.5,0.5,2,1,-0.001,0,0,-0.001,-1,0,1,-0.001|0.499,-1.001,1,0,-1,0,0,0,1,-1,-0.001,0|0.5,0.999,0.999,-0.001,-1,-0.001,-1,0,0,-0.001,0,-1|38,27.7,-44.001|0.5,-1,1,-0.001,-1,0,-0.001,0,1,-1,0,-0.001|35.5,26.7,-38.501|0,180,-89.99|-0.5,-0.5,0.499,0,0,-1,-0,1,-0,1,0,0|0.499,-1.001,0.999,-0.001,0,-1,-0.001,1,0,1,0,-0.001|2.999,4.9,1.999,1,-0.001,-0.001,-0.001,0,-1,0,1,0|35.501,26.7,-41.001|0,179.979,0|0.5,-0.5,0.501,0,-1,0,0,0,1,-1,-0.001,0|-2.001,4.9,2.998,-0.001,-1,-0.001,-0.001,0,-1,0.999,-0.001,-0.001|35.5,26.701,-43.501|-2,4.9,3,0,-1,-0.001,0,0,-1,1,0,0|35,27.7,-38.001|0,-179.991,-89.99|35,27.7,-41.001|0,0.009,0|-0.501,0.5,-2,-1,-0.001,0,-0.001,0,-1,0,-1,-0.001|0.5,-1,1,-0.001,-1,-0.001,-0.001,-0.001,1,-1,0,-0.001|0.5,0.999,1,-0.001,-1,-0.001,-1,0,0,-0.001,0,-1|35,27.701,-44.001|-0.5,-0.5,-1.501,0,0,1,-0.001,1,-0.001,-1,-0.001,0|TouchScript|TeleportScript|PlaceId|47324|SpawnName|CrossRoadsSpaw'
  207. ..'n|41.999,14.5,-61.001|41.999,14.5,-57|41.499,15.5,-60.501|42.112,16.001,-61.92|41.5,15.5,-57|42.812,17.501,-61.82|41.413,17.301,-61.02|41.499,15.5,-53.5|41.999,14.5,-53|37.999,14.5,-53.001|37.999,15.5,-53.501|37.999,14.5,-61.001|37.999,15.2,-57|37.999,15.5,-60.5|33.999,14.5,-53.001|33.999,14.5,-57.001|33.999,14.5,-61|34.5,15.5,-57.001|34.499,15.5,-53.501|34.499,15.5,-60.5|38,21.3,-57.001|40.5,26.701,-54.501|40.5,26.7,-59.501|40.5,26.7,-57.001|41,27.7,-57.001|41,27.7,-54.001|41,27.7,-60.001|38,26.7,-54.501|38,26.7,-59.501|38,27.2,-57.001|38,27.7,-54.001|38,27.7,-60.001|35.5,26.7,-54.501|35.501,26.7,-57.001|35.5,26.701,-59.501|35,27.7,-54.001|35,27.7,-57.001|35,27.701,-60.001|22556105|42,14.502,-93.001|0.009,-89.99,90|42,14.502,-89.001|-0.01,180,-0.01|41.499,15.502,-92.501|0.009,-90,90|42.113,16.004,-93.92|0.009,-90.02,-0.01|41.5,15.502,-89.001|0.009,0,0.009|42.812,17.504,-93.82|41.413,17.304,-93.02|41.5,15.502,-85.5|0,-180,90|41.999,14.502,-85|0,179.99,89.989|37.999,14.501,-85.001|-0.01,89.989,0.009|37.999,15.501,-85.501|0.009,-90.011,-0.01|38,14.502,-93.001|-0.01,90.01,0|38,15.202,-89.001|89.98,136.759,-43.241|38,15.502,-92.5|0.009,-89.99,-0.01|34,14.5,-85.001|-0.01,90,90.01|34,14.501,-89.001|0.009,-0.01,0.009|34,14.502,-93.001|-0.01,90,-89.99|34.5,15.501,-89.001|34.5,15.5,-85.502|-0.01,89.989,90.01|34.5,15.502,-92.5|-0.01,89.98,-89.99|37.999,21.302,-89|0.009,-90,-0.01|0.009,-90.011,0|40.498,26.702,-86.5|0.009,-90.011,-90|40.498,26.703,-91.5|0.009,0,-89.981|40.499,26.702,-89|40.998,27.703,-88.999|0,179.99,-0.01|40.998,27.702,-85.999|0.009,-90,-90.011|40.998,27.703,-92|0,0,-89.981|37.999,26.702,-86.5|-0.01,90,0.009|37.998,26.702,-91.5|37.998,27.202,-89|37.998,27.702,-86|37.998,27.702,-92|35.499,26.701,-86.5|-0.01,180,-90.011|35.499,26.701,-89|-0.01,179.979,-0.01|35.498,26.702,-91.499|34.998,27.701,-85.999|-0.01,-179.991,-90|34.998,27.701,-88.999|0.009,0.009,0.009|34.998,27.702,-91.999|20448980|41.999,14.5,-77.001|42,14.5,-73.001|41.499,15.5,-76.501|42.113,16.002,-77.92|41.5,15.5,-73.001|42.812,17.502,-77.82|41.413,17.302,-77.02|41.5,15.5,-69.5|41.999,14.5,-69|37.999,14.499,-69.001|37.999,15.499,-69.501|38,14.5,-77.001|37.999,15.2,-73.001|37.999,15.5,-76.5|33'
  208. ..'.999,14.498,-69.001|34,14.499,-73.001|34,14.499,-77.001|34.5,15.499,-73.001|34.499,15.498,-69.502|34.5,15.499,-76.5|37.999,21.3,-73|40.498,26.7,-70.5|40.498,26.701,-75.5|40.498,26.7,-73|40.998,27.7,-72.999|40.998,27.7,-69.999|40.998,27.701,-76|37.998,26.699,-70.5|37.998,26.7,-75.5|37.998,27.2,-73|37.998,27.7,-70|37.998,27.7,-76|35.499,26.699,-70.5|35.499,26.699,-73|35.498,26.7,-75.499|34.998,27.699,-69.999|34.998,27.699,-72.999|34.998,27.7,-75.999|17701533|41.999,14.5,-125.001|41.999,14.5,-121|41.499,15.5,-124.501|42.112,16.001,-125.92|41.5,15.5,-121|42.812,17.502,-125.82|41.413,17.301,-125.02|41.499,15.5,-117.5|41.999,14.5,-117|37.999,14.5,-117.001|37.999,15.5,-117.501|37.999,14.5,-125.001|37.999,15.2,-121|89.98,-167.101,12.899|37.999,15.5,-124.5|33.999,14.5,-117.001|33.999,14.5,-121.001|33.999,14.501,-125|34.5,15.5,-121.001|34.499,15.5,-117.501|34.499,15.5,-124.5|38,21.3,-121.001|38,21.301,-121.001|40.5,26.701,-118.501|40.5,26.7,-123.501|40.5,26.7,-121.001|41,27.701,-121.001|41,27.701,-118.001|41,27.7,-124.001|38,26.7,-118.501|38,26.7,-123.501|38,27.2,-121.001|38,27.701,-118.001|38,27.7,-124.001|35.5,26.701,-118.501|35.501,26.701,-121.001|35.5,26.701,-123.501|35,27.701,-118.001|35,27.701,-121.001|35,27.701,-124.001|3375854|41.999,14.5,-109.001|41.999,14.5,-105|41.499,15.5,-108.501|42.112,16.001,-109.92|41.5,15.5,-105|42.812,17.501,-109.82|41.413,17.301,-109.02|41.499,15.5,-101.5|41.999,14.5,-101|37.999,14.5,-101.001|37.999,15.5,-101.501|37.999,14.5,-109.001|37.999,15.2,-105|37.999,15.5,-108.5|33.999,14.5,-101.001|33.999,14.5,-105.001|33.999,14.5,-109|34.5,15.5,-105.001|34.499,15.5,-101.501|34.499,15.5,-108.5|38,21.3,-105.001|40.5,26.701,-102.501|40.5,26.7,-107.501|40.5,26.7,-105.001|41,27.7,-105.001|41,27.7,-102.001|41,27.7,-108.001|38,26.7,-102.501|38,26.7,-107.501|38,27.2,-105.001|38,27.7,-102.001|38,27.7,-108.001|35.5,26.7,-102.501|35.501,26.7,-105.001|35.5,26.701,-107.501|35,27.7,-102.001|35,27.7,-105.001|35,27.701,-108.001|113458|-86.701,2.099,77.298|0,-179.991,90|-90.701,2.099,77.299|-87.201,3.099,76.798|-85.782,3.6,77.412|-90.701,3.099,76.799|-85.881,5.101,78.112|-86.682,4.9,76.712|-94.201,3.099,76.798|0.009,90,90.01|-94.701,2.099,77.298|0,89.989,9'
  209. ..'0|-94.7,2.099,73.298|-94.201,3.099,73.298|-86.701,2.099,73.299|0,0.009,-0.01|-90.701,2.799,73.299|-87.202,3.099,73.299|0,-179.991,0|-94.701,2.099,69.298|0,0,90|-90.701,2.099,69.299|-86.701,2.099,69.298|0,0,-90|-90.7,3.099,69.799|-94.2,3.099,69.798|0,-0.01,90|-87.201,3.099,69.798|0,-0.02,-90|-90.7,8.9,73.299|-90.7,8.9,73.3|-90.701,8.899,73.299|-93.2,14.3,75.799|0,179.99,-90|-88.2,14.3,75.799|0,-90,-89.99|-90.7,14.3,75.8|-90.701,15.3,76.299|-93.701,15.3,76.299|0,180,-90|-87.7,15.3,76.299|-93.201,14.3,73.3|-88.2,14.3,73.299|-90.7,14.8,73.3|-93.7,15.3,73.3|-87.7,15.3,73.299|-93.2,14.3,70.8|-90.7,14.3,70.8|0,89.98,0|-88.201,14.3,70.799|-93.701,15.3,70.3|0,90.01,-89.99|-90.701,15.3,70.299|-87.701,15.3,70.299|TeleportSpawn|-90.787,15.9,73.3|4,0.2,4|1818|ChaosCanyonSpawn|WallBuilder|Bricks|Dummy;0,6>18>4,6>19>4462,9>18>7,9>19>4462,12>18>10,12>19>4462,15>18>13,15>19>4462,18>18>16,18>19>4462,21>18>19,21>19>4462,24>18>22,24>19>4462,27>18>25,27>19>4462,30>18>28,30>19>177,33>18>31,33>19>4462,34>20>54,36>18>35,36>19>47,38>18>37,38>19>47,39>18>37,39>19>45,41>18>40,41>19>120,42>18>40,42>19>54,44>18>43,44>19>54,46>18>45,46>19>126,48>18>47,48>19>131,50>18>49,50>19>54,52>18>51,52>19>54,55>18>54,55>19>134,56>18>54,56>19>123,57>18>54,57>19>4755,58>18>54,58>19>5017,59>18>54,59>19>4640,60>18>54,60>19>4618,61>18>54,61>19>4638,62>18>54,62>19>4615,63>18>54,63>19>4769,64>18>54,64>19>4749,65>18>54,65>19>5033,66>18>54,66>19>5045,67>18>54,67>19>4771,68>18>54,68>19>5148,69>18>54,69>19>5008,70>18>54,70>19>4902,71>18>54,71>19>5279,72>18>54,72>19>4900,73>18>54,73>19>4886,74>18>54,74>19>4877,75>18>54,75>19>4911,76>18>54,76>19>4880,77>18>54,77>19>5270,78>18>54,78>19>5164,79>18>54,79>19>4652,80>18>54,80>19>5176,81>18>54,81>19>5139,82>18>54,82>19>5162,83>18>54,83>19>4661,84>18>54,84>19>4746,85>18>54,85>19>4789,86>18>54,86>19>5058,87>18>54,87>19>5054,88>18>54,88>19>4920,89>18>54,89>19>5173,90>18>54,90>19>4792,91>18>54,91>19>4665,92>18>54,92>19>5295,93>18>54,93>19>5304,94>18>54,94>19>5313,95>18>54,95>19>4658,96>18>54,96>19>5042,97>18>54,97>19>124,98>18>54,98>19>133,99>18>54,99>19>5316,100>18>54,100>19>4783,101>18>54,101>19>5182,102>18>54,102>19>4780,103>18>54,103>19>5142,104>18>54,104>19>5185,105'
  210. ..'>18>54,105>19>5189,106>18>54,106>19>4914,107>18>54,107>19>125,108>18>54,108>19>5273,109>18>54,109>19>4927,110>18>54,110>19>4624,111>18>54,111>19>4649,112>18>54,112>19>5051,113>18>54,113>19>5320,114>18>54,114>19>5307,115>18>54,115>19>4796,116>18>54,116>19>5011,117>18>54,117>19>5031,118>18>54,118>19>5293,119>18>54,119>19>4923,121>18>120,121>19>134,122>18>120,122>19>123,127>18>126,127>19>1789,128>18>126,128>19>129,130>18>129,130>19>136,132>18>131,132>19>140,137>18>136,137>19>140,139>18>138,139>19>140,141>18>140,141>19>142,143>20>186,145>18>144,145>19>183,146>18>144,146>19>4255,147>18>144,147>19>4239,148>18>144,148>19>4221,149>18>144,149>19>4205,150>18>144,150>19>3530,151>18>144,151>19>4184,152>18>144,152>19>4190,153>18>144,153>19>4168,154>18>144,154>19>4196,155>18>144,155>19>4214,156>18>144,156>19>4122,157>18>144,157>19>4140,158>18>144,158>19>4137,159>18>144,159>19>4176,160>18>144,160>19>4095,161>18>144,161>19>4182,162>18>144,162>19>4231,163>18>144,163>19>4181,164>18>144,164>19>4087,165>18>144,165>19>4213,166>18>144,166>19>4162,167>18>144,167>19>4080,168>18>144,168>19>177,169>18>144,169>19>4126,170>18>144,170>19>4133,171>18>144,171>19>4247,172>18>144,172>19>4121,173>18>144,173>19>4075,174>18>144,174>19>4062,175>18>144,175>19>4120,176>18>144,176>19>4116,178>18>177,178>19>180,179>18>177,179>19>183,181>18>180,181>19>186,182>18>180,182>19>185,184>18>183,184>19>186,187>20>188,191>20>195,193>18>192,193>19>194,196>18>195,196>19>206,197>18>195,197>19>272,198>18>195,198>19>280,199>18>195,199>19>278,200>18>195,200>19>279,201>18>195,201>19>282,202>18>195,202>19>470,203>18>195,203>19>205,204>18>195,204>19>471,207>18>206,207>19>209,210>18>209,210>19>223,211>18>209,211>19>227,212>18>209,212>19>218,213>18>209,213>19>216,214>18>209,214>19>215,217>18>216,217>19>231,219>18>218,219>19>276,220>18>218,220>19>231,221>18>218,221>19>460,222>18>218,222>19>284,224>18>223,224>19>276,225>18>223,225>19>231,226>18>223,226>19>495,228>18>227,228>19>231,229>18>227,229>19>276,230>18>227,230>19>278,232>18>231,232>19>1080,233>18>231,233>19>778,234>18>231,234>19>1010,235>18>231,235>19>785,236>18>231,236>19>763,237>18>231,237>19>1095,238>18>231,238>19>757,239>18>231,239>19>959,240>18>231,240>19>10'
  211. ..'18,241>18>231,241>19>1002,242>18>231,242>19>949,243>18>231,243>19>995,244>18>231,244>19>1579,245>18>231,245>19>1561,246>18>231,246>19>1549,247>18>231,247>19>1031,248>18>231,248>19>1582,249>18>231,249>19>1641,250>18>231,250>19>1647,251>18>231,251>19>989,252>18>231,252>19>1567,253>18>231,253>19>1537,254>18>231,254>19>1543,255>18>231,255>19>1635,256>18>231,256>19>1025,257>18>231,257>19>1629,258>18>231,258>19>1555,259>18>231,259>19>1623,260>18>231,260>19>1617,261>18>231,261>19>1611,262>18>231,262>19>1051,263>18>231,263>19>1573,264>18>231,264>19>1605,266>18>265,266>19>267,269>18>268,269>19>272,270>18>268,270>19>271,273>18>272,273>19>276,274>18>272,274>19>284,275>18>272,275>19>481,277>18>276,277>19>285,281>18>280,281>19>496,283>18>282,283>19>284,286>20>289,293>18>292,293>19>294,295>20>328,296>20>303,298>18>297,298>19>392,299>18>297,299>19>394,300>18>297,300>19>391,302>18>301,302>19>392,304>18>303,304>19>392,305>18>303,305>19>409,306>18>303,306>19>316,307>18>303,307>19>314,308>18>303,308>19>2392,309>18>303,309>19>315,310>18>303,310>19>394,312>18>311,312>19>394,313>20>316,317>18>316,317>19>320,318>18>316,318>19>319,321>18>320,321>19>323,322>18>320,322>19>324,325>20>328,327>18>326,327>19>370,329>18>328,329>19>395,330>18>328,330>19>393,331>18>328,331>19>5404,332>18>328,332>19>5401,333>18>328,333>19>5447,334>18>328,334>19>5410,335>18>328,335>19>5451,336>18>328,336>19>410,337>18>328,337>19>5438,338>18>328,338>19>5424,339>18>328,339>19>5435,340>18>328,340>19>5444,341>18>328,341>19>5426,342>18>328,342>19>355,344>18>343,344>19>409,345>18>343,345>19>410,346>18>343,346>19>355,348>18>347,348>19>411,349>18>347,349>19>378,350>18>347,350>19>394,351>18>347,351>19>406,353>18>352,353>19>361,354>18>352,354>19>356,357>18>356,357>19>397,360>18>359,360>19>395,362>18>361,362>19>395,364>18>363,364>19>411,365>18>363,365>19>378,366>18>363,366>19>393,368>18>367,368>19>411,369>18>367,369>19>391,371>18>370,371>19>389,372>18>370,372>19>434,373>18>370,373>19>386,375>18>374,375>19>377,376>18>374,376>19>397,379>18>378,379>19>386,380>18>378,380>19>405,381>18>378,381>19>400,382>18>378,382>19>403,383>18>378,383>19>398,384>18>378,384>19>407,385>18>378,385>19>402,387>18>386,387>19>392,388>18>386,388>'
  212. ..'19>411,390>18>389,390>19>450,396>18>395,396>19>406,399>18>398,399>19>411,401>18>400,401>19>411,404>18>403,404>19>411,408>18>407,408>19>411,412>20>425,414>18>413,414>19>428,416>18>415,416>19>425,417>18>415,417>19>418,420>18>419,420>19>421,422>18>421,422>19>423,424>18>423,424>19>425,426>18>425,426>19>428,427>18>425,427>19>440,429>18>428,429>19>446,431>18>430,431>19>432,433>18>432,433>19>440,435>18>434,435>19>436,437>18>436,437>19>438,439>18>438,439>19>442,441>18>440,441>19>446,443>18>442,443>19>450,445>18>444,445>19>448,447>18>446,447>19>452,449>18>448,449>19>454,451>18>450,451>19>455,453>18>452,453>19>454,456>18>455,456>19>457,458>20>496,459>20>496,461>18>460,461>19>462,463>18>462,463>19>464,465>18>464,465>19>466,467>18>466,467>19>468,469>18>468,469>19>470,472>18>471,472>19>473,474>18>473,474>19>475,476>18>475,476>19>477,478>18>477,478>19>479,480>18>479,480>19>481,482>18>481,482>19>483,484>18>483,484>19>485,486>18>485,486>19>487,489>18>488,489>19>496,490>18>488,490>19>491,492>18>491,492>19>493,494>18>493,494>19>495,497>20>583,499>18>498,499>19>504,500>18>498,500>19>614,502>18>501,502>19>528,503>18>501,503>19>504,506>18>505,506>19>575,507>18>505,507>19>528,508>18>505,508>19>532,509>18>505,509>19>521,510>18>505,510>19>556,512>18>511,512>19>532,513>18>511,513>19>521,515>18>514,515>19>521,516>18>514,516>19>673,518>18>517,518>19>575,519>18>517,519>19>532,520>20>521,522>18>521,522>19>523,524>18>523,524>19>525,526>18>525,526>19>662,527>18>525,527>19>548,530>18>529,530>19>532,531>20>532,533>18>532,533>19>534,535>18>534,535>19>536,537>18>536,537>19>548,538>20>539,540>18>539,540>19>652,541>18>539,541>19>566,542>18>539,542>19>543,544>18>543,544>19>545,546>18>545,546>19>744,547>18>545,547>19>736,549>18>548,549>19>581,550>18>548,550>19>828,551>18>548,551>19>562,552>18>548,552>19>844,553>18>548,553>19>656,554>18>548,554>19>601,555>20>556,557>18>556,557>19>690,558>18>556,558>19>687,559>18>556,559>19>560,561>18>560,561>19>562,563>18>562,563>19>662,564>18>562,564>19>652,565>18>562,565>19>583,567>18>566,567>19>765,568>18>566,568>19>883,569>18>566,569>19>836,570>18>566,570>19>890,571>18>566,571>19>650,572>18>566,572>19>640,573>18>566,573>19>820,574>20>575,576>18>575,576>19>690'
  213. ..',577>18>575,577>19>612,578>18>575,578>19>579,580>18>579,580>19>581,582>18>581,582>19>652,584>18>583,584>19>1305,585>18>583,585>19>820,586>18>583,586>19>828,587>18>583,587>19>720,588>18>583,588>19>712,589>18>583,589>19>640,590>18>583,590>19>1314,592>18>591,592>19>883,593>18>591,593>19>836,594>18>591,594>19>640,595>18>591,595>19>1230,596>18>591,596>19>902,597>18>591,597>19>1305,598>18>591,598>19>720,599>18>591,599>19>820,600>20>601,602>18>601,602>19>652,603>18>601,603>19>604,605>18>604,605>19>606,607>18>606,607>19>860,608>18>606,608>19>744,610>18>609,610>19>865,611>18>609,611>19>725,613>18>612,613>19>643,615>18>614,615>19>670,617>18>616,617>19>716,618>18>616,618>19>708,619>18>616,619>19>853,620>18>616,620>19>865,622>18>621,622>19>865,623>18>621,623>19>725,624>18>621,624>19>708,625>18>621,625>19>673,627>18>626,627>19>898,628>18>626,628>19>716,629>18>626,629>19>853,630>18>626,630>19>811,631>20>632,633>18>632,633>19>691,634>18>632,634>19>690,635>18>632,635>19>687,636>18>632,636>19>684,637>18>632,637>19>638,639>18>638,639>19>640,641>18>640,641>19>652,642>20>643,644>18>643,644>19>703,645>18>643,645>19>690,646>18>643,646>19>684,647>18>643,647>19>648,649>18>648,649>19>650,651>18>650,651>19>652,653>18>652,653>19>820,654>18>652,654>19>828,655>20>656,657>18>656,657>19>658,659>18>658,659>19>660,661>18>660,661>19>860,663>18>662,663>19>844,664>18>662,664>19>1314,665>18>662,665>19>712,666>18>662,666>19>828,667>18>662,667>19>1239,668>18>662,668>19>682,669>18>662,669>19>678,671>18>670,671>19>680,672>20>673,674>18>673,674>19>705,675>18>673,675>19>676,677>18>676,677>19>678,679>18>678,679>19>1330,681>18>680,681>19>723,683>18>682,683>19>723,685>18>684,685>19>878,686>18>684,686>19>885,688>18>687,688>19>716,689>18>687,689>19>708,692>18>691,692>19>898,693>18>691,693>19>878,694>18>691,694>19>716,696>18>695,696>19>725,698>18>697,698>19>853,699>18>697,699>19>865,701>18>700,701>19>811,702>18>700,702>19>853,704>18>703,704>19>885,706>18>705,706>19>725,707>20>708,709>18>708,709>19>710,711>18>710,711>19>712,713>18>712,713>19>1330,714>18>712,714>19>1287,715>20>716,717>18>716,717>19>718,719>18>718,719>19>720,721>18>720,721>19>1333,722>18>720,722>19>1287,724>20>725,726>18>725,726>19>727,728>1'
  214. ..'8>727,728>19>729,730>18>729,730>19>1330,732>18>731,732>19>1066,733>18>731,733>19>898,734>18>731,734>19>1399,735>18>731,735>19>811,737>18>736,737>19>770,738>18>736,738>19>983,739>18>736,739>19>840,740>18>736,740>19>759,741>18>736,741>19>997,742>18>736,742>19>773,743>18>736,743>19>824,745>18>744,745>19>759,746>18>744,746>19>997,747>18>744,747>19>824,748>18>744,748>19>991,749>18>744,749>19>752,750>18>744,750>19>832,751>20>752,753>18>752,753>19>860,754>18>752,754>19>755,756>18>755,756>19>757,758>20>759,760>18>759,760>19>761,762>18>761,762>19>763,764>20>765,766>18>765,766>19>786,767>18>765,767>19>768,769>18>768,769>19>770,771>18>770,771>19>794,772>20>773,774>18>773,774>19>794,775>18>773,775>19>776,777>18>776,777>19>778,779>20>780,781>18>780,781>19>860,782>18>780,782>19>783,784>18>783,784>19>785,787>18>786,787>19>890,788>18>786,788>19>1391,789>18>786,789>19>1260,790>18>786,790>19>883,791>18>786,791>19>836,792>18>786,792>19>1343,793>18>786,793>19>909,795>18>794,795>19>1020,796>18>794,796>19>914,797>18>794,797>19>1264,798>18>794,798>19>1012,799>18>794,799>19>840,800>18>794,800>19>983,802>18>801,802>19>883,803>18>801,803>19>1323,804>18>801,804>19>836,805>18>801,805>19>1260,806>18>801,806>19>1072,807>18>801,807>19>1230,808>18>801,808>19>1391,809>18>801,809>19>902,810>20>811,812>18>811,812>19>850,813>18>811,813>19>814,815>18>814,815>19>816,817>18>816,817>19>1333,818>18>816,818>19>1119,819>20>820,821>18>820,821>19>822,823>18>822,823>19>824,825>18>824,825>19>1039,826>18>824,826>19>975,827>20>828,829>18>828,829>19>830,831>18>830,831>19>832,833>18>832,833>19>975,834>18>832,834>19>860,835>20>836,837>18>836,837>19>838,839>18>838,839>19>840,841>18>840,841>19>1110,842>18>840,842>19>1039,843>20>844,845>18>844,845>19>846,847>18>846,847>19>848,849>18>848,849>19>860,851>18>850,851>19>1399,852>20>853,854>18>853,854>19>855,856>18>855,856>19>857,858>18>857,858>19>1333,859>18>857,859>19>1287,861>18>860,861>19>991,862>18>860,862>19>1134,863>18>860,863>19>1027,864>20>865,866>18>865,866>19>867,868>18>867,868>19>869,870>18>869,870>19>1330,871>18>869,871>19>1287,873>18>872,873>19>885,874>18>872,874>19>1385,875>18>872,875>19>1337,876>18>872,876>19>878,877>20>878,879>18>878,879>19>893,880>1'
  215. ..'8>878,880>19>881,882>18>881,882>19>883,884>20>885,886>18>885,886>19>891,887>18>885,887>19>888,889>18>888,889>19>890,892>18>891,892>19>1337,894>18>893,894>19>1385,895>18>893,895>19>1066,896>18>893,896>19>898,897>20>898,899>18>898,899>19>900,901>18>900,901>19>902,903>18>902,903>19>1333,904>18>902,904>19>1119,906>18>905,906>19>1286,907>18>905,907>19>1151,908>20>909,910>18>909,910>19>1153,911>18>909,911>19>912,913>18>912,913>19>914,915>18>914,915>19>1284,917>18>916,917>19>1199,918>18>916,918>19>1096,920>18>919,920>19>1072,921>18>919,921>19>1508,922>18>919,922>19>1176,923>18>919,923>19>1197,924>18>919,924>19>1276,925>18>919,925>19>1323,926>18>919,926>19>1496,927>18>919,927>19>1404,928>20>929,930>18>929,930>19>1527,931>18>929,931>19>1405,932>18>929,932>19>1598,933>18>929,933>19>1098,934>18>929,934>19>935,936>18>935,936>19>937,938>18>937,938>19>1413,939>18>937,939>19>1202,940>20>941,942>18>941,942>19>1284,943>18>941,943>19>1105,944>18>941,944>19>967,945>18>941,945>19>960,946>18>941,946>19>947,948>18>947,948>19>949,950>20>951,952>18>951,952>19>1105,953>18>951,953>19>1081,954>18>951,954>19>1032,955>18>951,955>19>960,956>18>951,956>19>957,958>18>957,958>19>959,961>18>960,961>19>1251,962>18>960,962>19>1257,963>18>960,963>19>1272,964>18>960,964>19>1563,965>18>960,965>19>1557,966>18>960,966>19>1280,968>18>967,968>19>1257,969>18>967,969>19>1012,970>18>967,970>19>1264,971>18>967,971>19>1557,972>18>967,972>19>1569,973>18>967,973>19>1280,974>18>967,974>19>1327,976>18>975,976>19>997,977>18>975,977>19>1545,978>18>975,978>19>1310,979>18>975,979>19>991,980>18>975,980>19>1533,981>18>975,981>19>1319,982>20>983,984>18>983,984>19>1110,985>18>983,985>19>1039,986>18>983,986>19>987,988>18>987,988>19>989,990>20>991,992>18>991,992>19>993,994>18>993,994>19>995,996>20>997,998>18>997,998>19>1039,999>18>997,999>19>1000,1001>18>1000,1001>19>1002,1003>20>1004,1005>18>1004,1005>19>1105,1006>18>1004,1006>19>1032,1007>18>1004,1007>19>1008,1009>18>1008,1009>19>1010,1011>20>1012,1013>18>1012,1013>19>1110,1014>18>1012,1014>19>1284,1015>18>1012,1015>19>1016,1017>18>1016,1017>19>1018,1019>20>1020,1021>18>1020,1021>19>1284,1022>18>1020,1022>19>1023,1024>18>1023,1024>19>1025,1026>20>1027,1028>18>1027,1'
  216. ..'028>19>1029,1030>18>1029,1030>19>1031,1033>18>1032,1033>19>1076,1034>18>1032,1034>19>1142,1035>18>1032,1035>19>1228,1036>18>1032,1036>19>1091,1037>18>1032,1037>19>1251,1038>18>1032,1038>19>1212,1040>18>1039,1040>19>1551,1041>18>1039,1041>19>1235,1042>18>1039,1042>19>1545,1043>18>1039,1043>19>1310,1044>20>1045,1046>18>1045,1046>19>1284,1047>18>1045,1047>19>1105,1048>18>1045,1048>19>1049,1050>18>1049,1050>19>1051,1052>20>1053,1054>18>1053,1054>19>1527,1055>18>1053,1055>19>1410,1056>18>1053,1056>19>1396,1057>18>1053,1057>19>1098,1058>18>1053,1058>19>1059,1060>18>1059,1060>19>1061,1062>18>1061,1062>19>1413,1063>18>1061,1063>19>1202,1064>18>1061,1064>19>1143,1065>20>1066,1067>18>1066,1067>19>1409,1068>18>1066,1068>19>1101,1069>18>1066,1069>19>1070,1071>18>1070,1071>19>1072,1073>18>1072,1073>19>1183,1074>18>1072,1074>19>1119,1075>20>1076,1077>18>1076,1077>19>1078,1079>18>1078,1079>19>1080,1082>18>1081,1082>19>1228,1083>18>1081,1083>19>1091,1084>18>1081,1084>19>1251,1085>18>1081,1085>19>1575,1086>18>1081,1086>19>1474,1087>18>1081,1087>19>1563,1088>18>1081,1088>19>1179,1089>18>1081,1089>19>1272,1090>20>1091,1092>18>1091,1092>19>1093,1094>18>1093,1094>19>1095,1097>18>1096,1097>19>1201,1099>18>1098,1099>19>1170,1100>18>1098,1100>19>1191,1102>18>1101,1102>19>1191,1103>18>1101,1103>19>1399,1104>18>1101,1104>19>1170,1106>18>1105,1106>19>1142,1107>18>1105,1107>19>1251,1108>18>1105,1108>19>1299,1109>18>1105,1109>19>1257,1111>18>1110,1111>19>1569,1112>18>1110,1112>19>1264,1113>18>1110,1113>19>1551,1114>18>1110,1114>19>1327,1115>18>1110,1115>19>1235,1117>18>1116,1117>19>1292,1118>18>1116,1118>19>1286,1120>18>1119,1120>19>1230,1121>18>1119,1121>19>1404,1122>18>1119,1122>19>1490,1123>18>1119,1123>19>1323,1124>18>1119,1124>19>1496,1126>18>1125,1126>19>1208,1127>18>1125,1127>19>1222,1128>18>1125,1128>19>1137,1129>18>1125,1129>19>1526,1130>18>1125,1130>19>1224,1131>18>1125,1131>19>1383,1132>18>1125,1132>19>1363,1133>18>1125,1133>19>1247,1135>18>1134,1135>19>1181,1136>20>1137,1138>18>1137,1138>19>1161,1139>18>1137,1139>19>1140,1141>18>1140,1141>19>1142,1144>18>1143,1144>19>1247,1145>18>1143,1145>19>1253,1146>18>1143,1146>19>1276,1147>18>1143,1147>19>1373,1148>18>1143,1148>19>1383'
  217. ..',1149>18>1143,1149>19>1176,1150>18>1143,1150>19>1267,1152>18>1151,1152>19>1283,1154>18>1153,1154>19>1353,1155>18>1153,1155>19>1253,1156>18>1153,1156>19>1391,1157>18>1153,1157>19>1260,1158>18>1153,1158>19>1373,1159>18>1153,1159>19>1343,1160>18>1153,1160>19>1295,1162>18>1161,1162>19>1222,1163>18>1161,1163>19>1353,1164>18>1161,1164>19>1295,1165>18>1161,1165>19>1383,1166>18>1161,1166>19>1253,1167>18>1161,1167>19>1373,1168>18>1161,1168>19>1247,1169>20>1170,1171>18>1170,1171>19>1409,1172>18>1170,1172>19>1396,1173>18>1170,1173>19>1174,1175>18>1174,1175>19>1176,1177>18>1176,1177>19>1202,1178>18>1176,1178>19>1183,1180>18>1179,1180>19>1283,1182>18>1181,1182>19>1201,1184>18>1183,1184>19>1373,1185>18>1183,1185>19>1253,1186>18>1183,1186>19>1276,1187>18>1183,1187>19>1323,1188>18>1183,1188>19>1391,1189>18>1183,1189>19>1260,1190>20>1191,1192>18>1191,1192>19>1406,1193>18>1191,1193>19>1405,1194>18>1191,1194>19>1195,1196>18>1195,1196>19>1197,1198>18>1197,1198>19>1202,1200>18>1199,1200>19>1475,1203>18>1202,1203>19>1276,1204>18>1202,1204>19>1502,1205>18>1202,1205>19>1508,1206>18>1202,1206>19>1267,1207>20>1208,1209>18>1208,1209>19>1210,1211>18>1210,1211>19>1212,1213>20>1214,1215>18>1214,1215>19>1407,1216>18>1214,1216>19>1397,1217>18>1214,1217>19>1394,1218>18>1214,1218>19>1392,1219>18>1214,1219>19>1220,1221>18>1220,1221>19>1222,1223>20>1224,1225>18>1224,1225>19>1226,1227>18>1226,1227>19>1228,1229>20>1230,1231>18>1230,1231>19>1333,1232>18>1230,1232>19>1233,1234>18>1233,1234>19>1235,1236>18>1235,1236>19>1462,1237>18>1235,1237>19>1433,1238>20>1239,1240>18>1239,1240>19>1330,1241>18>1239,1241>19>1242,1243>18>1242,1243>19>1244,1245>18>1244,1245>19>1426,1246>20>1247,1248>18>1247,1248>19>1249,1250>18>1249,1250>19>1251,1252>20>1253,1254>18>1253,1254>19>1255,1256>18>1255,1256>19>1257,1258>18>1257,1258>19>1284,1259>20>1260,1261>18>1260,1261>19>1262,1263>18>1262,1263>19>1264,1265>18>1264,1265>19>1284,1266>20>1267,1268>18>1267,1268>19>1413,1269>18>1267,1269>19>1270,1271>18>1270,1271>19>1272,1273>18>1272,1273>19>1454,1274>18>1272,1274>19>1440,1275>20>1276,1277>18>1276,1277>19>1278,1279>18>1278,1279>19>1280,1281>18>1280,1281>19>1447,1282>18>1280,1282>19>1440,1285>18>1284,1285>19>1299,1288>18>12'
  218. ..'87,1288>19>1314,1289>18>1287,1289>19>1484,1290>18>1287,1290>19>1305,1291>18>1287,1291>19>1478,1293>18>1292,1293>19>1303,1294>20>1295,1296>18>1295,1296>19>1297,1298>18>1297,1298>19>1299,1301>18>1300,1301>19>1413,1302>18>1300,1302>19>1303,1304>20>1305,1306>18>1305,1306>19>1333,1307>18>1305,1307>19>1308,1309>18>1308,1309>19>1310,1311>18>1310,1311>19>1433,1312>18>1310,1312>19>1419,1313>20>1314,1315>18>1314,1315>19>1330,1316>18>1314,1316>19>1317,1318>18>1317,1318>19>1319,1320>18>1319,1320>19>1426,1321>18>1319,1321>19>1419,1322>20>1323,1324>18>1323,1324>19>1325,1326>18>1325,1326>19>1327,1328>18>1327,1328>19>1462,1329>18>1327,1329>19>1447,1331>18>1330,1331>19>1478,1332>18>1330,1332>19>1514,1334>18>1333,1334>19>1490,1335>18>1333,1335>19>1484,1336>20>1337,1338>18>1337,1338>19>1408,1339>18>1337,1339>19>1395,1340>18>1337,1340>19>1341,1342>18>1341,1342>19>1343,1344>20>1345,1346>18>1345,1346>19>1408,1347>18>1345,1347>19>1407,1348>18>1345,1348>19>1395,1349>18>1345,1349>19>1394,1350>18>1345,1350>19>1351,1352>18>1351,1352>19>1353,1354>20>1355,1356>18>1355,1356>19>1531,1357>18>1355,1357>19>1530,1358>18>1355,1358>19>1397,1359>18>1355,1359>19>1392,1360>18>1355,1360>19>1361,1362>18>1361,1362>19>1363,1364>20>1365,1366>18>1365,1366>19>1409,1367>18>1365,1367>19>1396,1368>18>1365,1368>19>1395,1369>18>1365,1369>19>1394,1370>18>1365,1370>19>1371,1372>18>1371,1372>19>1373,1374>20>1375,1376>18>1375,1376>19>1410,1377>18>1375,1377>19>1396,1378>18>1375,1378>19>1394,1379>18>1375,1379>19>1392,1380>18>1375,1380>19>1381,1382>18>1381,1382>19>1383,1384>20>1385,1386>18>1385,1386>19>1409,1387>18>1385,1387>19>1395,1388>18>1385,1388>19>1389,1390>18>1389,1390>19>1391,1393>18>1392,1393>19>1520,1398>20>1399,1400>18>1399,1400>19>1406,1401>18>1399,1401>19>1402,1403>18>1402,1403>19>1404,1411>18>1410,1411>19>1590,1412>18>1410,1412>19>1520,1414>18>1413,1414>19>1596,1415>18>1413,1415>19>1655,1416>18>1413,1416>19>1584,1417>18>1413,1417>19>1502,1418>18>1413,1418>19>1470,1420>18>1419,1420>19>1545,1421>18>1419,1421>19>1533,1422>18>1419,1422>19>1488,1423>18>1419,1423>19>1607,1424>18>1419,1424>19>1482,1425>18>1419,1425>19>1619,1427>18>1426,1427>19>1533,1428>18>1426,1428>19>1539,1429>18>1426,1429>19>1607,1430>18>'
  219. ..'1426,1430>19>1482,1431>18>1426,1431>19>1601,1432>18>1426,1432>19>1518,1434>18>1433,1434>19>1551,1435>18>1433,1435>19>1613,1436>18>1433,1436>19>1545,1437>18>1433,1437>19>1494,1438>18>1433,1438>19>1619,1439>18>1433,1439>19>1488,1441>18>1440,1441>19>1563,1442>18>1440,1442>19>1557,1443>18>1440,1443>19>1506,1444>18>1440,1444>19>1631,1445>18>1440,1445>19>1512,1446>18>1440,1446>19>1643,1448>18>1447,1448>19>1557,1449>18>1447,1449>19>1569,1450>18>1447,1450>19>1631,1451>18>1447,1451>19>1625,1452>18>1447,1452>19>1512,1453>18>1447,1453>19>1500,1455>18>1454,1455>19>1474,1456>18>1454,1456>19>1563,1457>18>1454,1457>19>1637,1458>18>1454,1458>19>1588,1459>18>1454,1459>19>1575,1460>18>1454,1460>19>1643,1461>18>1454,1461>19>1506,1463>18>1462,1463>19>1569,1464>18>1462,1464>19>1551,1465>18>1462,1465>19>1625,1466>18>1462,1466>19>1500,1467>18>1462,1467>19>1494,1468>18>1462,1468>19>1613,1469>20>1470,1471>18>1470,1471>19>1472,1473>18>1472,1473>19>1474,1476>18>1475,1476>19>1580,1477>20>1478,1479>18>1478,1479>19>1480,1481>18>1480,1481>19>1482,1483>20>1484,1485>18>1484,1485>19>1486,1487>18>1486,1487>19>1488,1489>20>1490,1491>18>1490,1491>19>1492,1493>18>1492,1493>19>1494,1495>20>1496,1497>18>1496,1497>19>1498,1499>18>1498,1499>19>1500,1501>20>1502,1503>18>1502,1503>19>1504,1505>18>1504,1505>19>1506,1507>20>1508,1509>18>1508,1509>19>1510,1511>18>1510,1511>19>1512,1513>20>1514,1515>18>1514,1515>19>1516,1517>18>1516,1517>19>1518,1519>20>1520,1521>18>1520,1521>19>1597,1522>18>1520,1522>19>1531,1523>18>1520,1523>19>1524,1525>18>1524,1525>19>1526,1528>18>1527,1528>19>1590,1529>18>1527,1529>19>1649,1532>20>1533,1534>18>1533,1534>19>1535,1536>18>1535,1536>19>1537,1538>20>1539,1540>18>1539,1540>19>1541,1542>18>1541,1542>19>1543,1544>20>1545,1546>18>1545,1546>19>1547,1548>18>1547,1548>19>1549,1550>20>1551,1552>18>1551,1552>19>1553,1554>18>1553,1554>19>1555,1556>20>1557,1558>18>1557,1558>19>1559,1560>18>1559,1560>19>1561,1562>20>1563,1564>18>1563,1564>19>1565,1566>18>1565,1566>19>1567,1568>20>1569,1570>18>1569,1570>19>1571,1572>18>1571,1572>19>1573,1574>20>1575,1576>18>1575,1576>19>1577,1578>18>1577,1578>19>1579,1581>18>1580,1581>19>1582,1583>20>1584,1585>18>1584,1585>19>1586,1587>18>1586,1587>1'
  220. ..'9>1588,1589>20>1590,1591>18>1590,1591>19>1656,1592>18>1590,1592>19>1597,1593>18>1590,1593>19>1594,1595>18>1594,1595>19>1596,1599>18>1598,1599>19>1649,1600>20>1601,1602>18>1601,1602>19>1603,1604>18>1603,1604>19>1605,1606>20>1607,1608>18>1607,1608>19>1609,1610>18>1609,1610>19>1611,1612>20>1613,1614>18>1613,1614>19>1615,1616>18>1615,1616>19>1617,1618>20>1619,1620>18>1619,1620>19>1621,1622>18>1621,1622>19>1623,1624>20>1625,1626>18>1625,1626>19>1627,1628>18>1627,1628>19>1629,1630>20>1631,1632>18>1631,1632>19>1633,1634>18>1633,1634>19>1635,1636>20>1637,1638>18>1637,1638>19>1639,1640>18>1639,1640>19>1641,1642>20>1643,1644>18>1643,1644>19>1645,1646>18>1645,1646>19>1647,1648>20>1649,1650>18>1649,1650>19>1657,1651>18>1649,1651>19>1656,1652>18>1649,1652>19>1653,1654>18>1653,1654>19>1655,1658>20>1707,1659>20>1692,1661>18>1660,1661>19>1667,1663>18>1662,1663>19>1672,1665>18>1664,1665>19>1679,1666>18>1664,1666>19>1669,1668>18>1667,1668>19>1669,1671>18>1670,1671>19>1692,1673>18>1672,1673>19>1674,1675>18>1674,1675>19>1688,1677>18>1676,1677>19>1696,1678>18>1676,1678>19>1679,1681>18>1680,1681>19>1700,1682>18>1680,1682>19>1694,1684>18>1683,1684>19>1697,1685>18>1683,1685>19>1686,1687>18>1686,1687>19>1690,1689>18>1688,1689>19>1697,1691>18>1690,1691>19>1701,1693>18>1692,1693>19>1700,1695>18>1694,1695>19>1696,1699>18>1698,1699>19>1705,1702>18>1701,1702>19>1703,1704>18>1703,1704>19>1705,1706>20>1707,1708>18>1707,1708>19>1718,1710>18>1709,1710>19>1716,1711>18>1709,1711>19>1715,1713>18>1712,1713>19>4462,1714>18>1712,1714>19>1715,1717>18>1716,1717>19>1739,1719>18>1718,1719>19>4462,1721>18>1720,1721>19>1740,1722>18>1720,1722>19>1723,1724>18>1723,1724>19>1733,1726>18>1725,1726>19>1739,1727>18>1725,1727>19>1735,1729>18>1728,1729>19>1741,1730>18>1728,1730>19>1731,1732>18>1731,1732>19>1740,1734>18>1733,1734>19>1735,1737>18>1736,1737>19>1753,1738>18>1736,1738>19>1741,1743>18>1742,1743>19>4462,1744>18>1742,1744>19>1757,1746>18>1745,1746>19>1757,1747>18>1745,1747>19>1751,1749>18>1748,1749>19>1765,1750>18>1748,1750>19>1755,1752>18>1751,1752>19>1766,1754>18>1753,1754>19>1762,1756>18>1755,1756>19>1764,1758>18>1757,1758>19>1765,1760>18>1759,1760>19>1767,1761>18>1759,1761>19>1764,1763>18>1762,1763'
  221. ..'>19>1766,1768>18>1767,1768>19>1769,1770>18>1769,1770>19>1774,1772>18>1771,1772>19>1775,1773>18>1771,1773>19>1774,1776>18>1775,1776>19>1777,1778>18>1777,1778>19>1786,1780>18>1779,1780>19>1794,1781>18>1779,1781>19>1788,1783>18>1782,1783>19>1858,1784>18>1782,1784>19>1795,1785>18>1782,1785>19>1830,1787>18>1786,1787>19>1788,1790>18>1789,1790>19>1797,1791>18>1789,1791>19>1792,1793>18>1792,1793>19>1794,1796>18>1795,1796>19>4462,1798>18>1797,1798>19>1799,1800>18>1799,1800>19>1804,1802>18>1801,1802>19>1805,1803>18>1801,1803>19>1804,1806>18>1805,1806>19>1807,1808>18>1807,1808>19>1812,1810>18>1809,1810>19>1813,1811>18>1809,1811>19>1812,1814>18>1813,1814>19>1818,1816>18>1815,1816>19>1819,1817>18>1815,1817>19>1818,1820>18>1819,1820>19>1824,1822>18>1821,1822>19>1825,1823>18>1821,1823>19>1824,1826>18>1825,1826>19>1831,1828>18>1827,1828>19>1837,1829>18>1827,1829>19>1830,1832>18>1831,1832>19>1833,1834>18>1833,1834>19>1835,1836>18>1835,1836>19>1841,1838>18>1837,1838>19>1839,1840>18>1839,1840>19>1849,1842>18>1841,1842>19>1843,1844>18>1843,1844>19>1845,1846>18>1845,1846>19>1847,1848>18>1847,1848>19>1850,1851>18>1850,1851>19>1852,1853>18>1852,1853>19>1854,1855>18>1854,1855>19>1856,1857>18>1856,1857>19>1858,1859>20>2506,1860>20>1861,1862>18>1861,1862>19>1868,1864>18>1863,1864>19>1865,1866>18>1865,1866>19>188,1867>18>1865,1867>19>2262,1869>18>1868,1869>19>1970,1870>18>1868,1870>19>188,1871>20>1882,1872>20>1882,1874>18>1873,1874>19>1890,1875>18>1873,1875>19>1882,1877>18>1876,1877>19>1895,1878>18>1876,1878>19>1882,1880>18>1879,1880>19>1895,1881>18>1879,1881>19>1882,1883>18>1882,1883>19>1901,1884>18>1882,1884>19>1912,1885>18>1882,1885>19>1898,1886>18>1882,1886>19>1900,1887>18>1882,1887>19>1899,1888>18>1882,1888>19>1894,1889>18>1882,1889>19>1970,1891>18>1890,1891>19>1900,1892>18>1890,1892>19>1899,1893>18>1890,1893>19>1894,1896>18>1895,1896>19>1901,1897>18>1895,1897>19>1898,1902>20>1912,1904>18>1903,1904>19>1919,1905>18>1903,1905>19>1912,1907>18>1906,1907>19>1924,1908>18>1906,1908>19>1912,1910>18>1909,1910>19>1924,1911>18>1909,1911>19>1912,1913>18>1912,1913>19>1927,1914>18>1912,1914>19>1941,1915>18>1912,1915>19>1928,1916>18>1912,1916>19>1930,1917>18>1912,1917>19>1923,1918>18>1912,1918'
  222. ..'>19>1929,1920>18>1919,1920>19>1929,1921>18>1919,1921>19>1923,1922>18>1919,1922>19>1928,1925>18>1924,1925>19>1927,1926>18>1924,1926>19>1930,1931>20>1941,1933>18>1932,1933>19>1948,1934>18>1932,1934>19>1941,1936>18>1935,1936>19>1953,1937>18>1935,1937>19>1941,1939>18>1938,1939>19>1953,1940>18>1938,1940>19>1941,1942>18>1941,1942>19>1959,1943>18>1941,1943>19>1999,1944>18>1941,1944>19>1958,1945>18>1941,1945>19>1956,1946>18>1941,1946>19>1952,1947>18>1941,1947>19>1957,1949>18>1948,1949>19>1958,1950>18>1948,1950>19>1952,1951>18>1948,1951>19>1957,1954>18>1953,1954>19>1959,1955>18>1953,1955>19>1956,1960>20>1970,1962>18>1961,1962>19>1977,1963>18>1961,1963>19>1970,1965>18>1964,1965>19>1982,1966>18>1964,1966>19>1970,1968>18>1967,1968>19>1982,1969>18>1967,1969>19>1970,1971>18>1970,1971>19>1985,1972>18>1970,1972>19>1986,1973>18>1970,1973>19>1988,1974>18>1970,1974>19>1987,1975>18>1970,1975>19>188,1976>18>1970,1976>19>1981,1978>18>1977,1978>19>1987,1979>18>1977,1979>19>1986,1980>18>1977,1980>19>1981,1983>18>1982,1983>19>1985,1984>18>1982,1984>19>1988,1989>20>1999,1991>18>1990,1991>19>2006,1992>18>1990,1992>19>1999,1994>18>1993,1994>19>2011,1995>18>1993,1995>19>1999,1997>18>1996,1997>19>2011,1998>18>1996,1998>19>1999,2000>18>1999,2000>19>2017,2001>18>1999,2001>19>2016,2002>18>1999,2002>19>2015,2003>18>1999,2003>19>2014,2004>18>1999,2004>19>2028,2005>18>1999,2005>19>2010,2007>18>2006,2007>19>2016,2008>18>2006,2008>19>2015,2009>18>2006,2009>19>2010,2012>18>2011,2012>19>2017,2013>18>2011,2013>19>2014,2018>20>2028,2020>18>2019,2020>19>2035,2021>18>2019,2021>19>2028,2023>18>2022,2023>19>2040,2024>18>2022,2024>19>2028,2026>18>2025,2026>19>2040,2027>18>2025,2027>19>2028,2029>18>2028,2029>19>2046,2030>18>2028,2030>19>2045,2031>18>2028,2031>19>2057,2032>18>2028,2032>19>2043,2033>18>2028,2033>19>2044,2034>18>2028,2034>19>2039,2036>18>2035,2036>19>2045,2037>18>2035,2037>19>2044,2038>18>2035,2038>19>2039,2041>18>2040,2041>19>2043,2042>18>2040,2042>19>2046,2047>20>2057,2049>18>2048,2049>19>2064,2050>18>2048,2050>19>2057,2052>18>2051,2052>19>2069,2053>18>2051,2053>19>2057,2055>18>2054,2055>19>2069,2056>18>2054,2056>19>2057,2058>18>2057,2058>19>2072,2059>18>2057,2059>19>2074,2060>18>2057,206'
  223. ..'0>19>190,2061>18>2057,2061>19>2073,2062>18>2057,2062>19>2068,2063>18>2057,2063>19>2075,2065>18>2064,2065>19>2074,2066>18>2064,2066>19>2073,2067>18>2064,2067>19>2068,2070>18>2069,2070>19>2075,2071>18>2069,2071>19>2072,2076>20>2087,2077>20>2087,2079>18>2078,2079>19>2095,2080>18>2078,2080>19>2087,2082>18>2081,2082>19>2100,2083>18>2081,2083>19>2087,2085>18>2084,2085>19>2100,2086>18>2084,2086>19>2087,2088>18>2087,2088>19>2106,2089>18>2087,2089>19>2117,2090>18>2087,2090>19>2103,2091>18>2087,2091>19>2104,2092>18>2087,2092>19>2105,2093>18>2087,2093>19>2099,2094>18>2087,2094>19>2175,2096>18>2095,2096>19>2104,2097>18>2095,2097>19>2099,2098>18>2095,2098>19>2105,2101>18>2100,2101>19>2103,2102>18>2100,2102>19>2106,2107>20>2117,2109>18>2108,2109>19>2124,2110>18>2108,2110>19>2117,2112>18>2111,2112>19>2129,2113>18>2111,2113>19>2117,2115>18>2114,2115>19>2129,2116>18>2114,2116>19>2117,2118>18>2117,2118>19>2133,2119>18>2117,2119>19>2132,2120>18>2117,2120>19>2146,2121>18>2117,2121>19>2128,2122>18>2117,2122>19>2135,2123>18>2117,2123>19>2134,2125>18>2124,2125>19>2133,2126>18>2124,2126>19>2128,2127>18>2124,2127>19>2134,2130>18>2129,2130>19>2135,2131>18>2129,2131>19>2132,2136>20>2146,2138>18>2137,2138>19>2153,2139>18>2137,2139>19>2146,2141>18>2140,2141>19>2158,2142>18>2140,2142>19>2146,2144>18>2143,2144>19>2158,2145>18>2143,2145>19>2146,2147>18>2146,2147>19>2164,2148>18>2146,2148>19>2204,2149>18>2146,2149>19>2163,2150>18>2146,2150>19>2161,2151>18>2146,2151>19>2162,2152>18>2146,2152>19>2157,2154>18>2153,2154>19>2163,2155>18>2153,2155>19>2162,2156>18>2153,2156>19>2157,2159>18>2158,2159>19>2164,2160>18>2158,2160>19>2161,2165>20>2175,2167>18>2166,2167>19>2182,2168>18>2166,2168>19>2175,2170>18>2169,2170>19>2187,2171>18>2169,2171>19>2175,2173>18>2172,2173>19>2187,2174>18>2172,2174>19>2175,2176>18>2175,2176>19>2190,2177>18>2175,2177>19>2192,2178>18>2175,2178>19>2193,2179>18>2175,2179>19>2191,2180>18>2175,2180>19>189,2181>18>2175,2181>19>2186,2183>18>2182,2183>19>2192,2184>18>2182,2184>19>2191,2185>18>2182,2185>19>2186,2188>18>2187,2188>19>2193,2189>18>2187,2189>19>2190,2194>20>2204,2196>18>2195,2196>19>2211,2197>18>2195,2197>19>2204,2199>18>2198,2199>19>2216,2200>18>2198,2200>19>2204,220'
  224. ..'2>18>2201,2202>19>2216,2203>18>2201,2203>19>2204,2205>18>2204,2205>19>2222,2206>18>2204,2206>19>2233,2207>18>2204,2207>19>2221,2208>18>2204,2208>19>2220,2209>18>2204,2209>19>2215,2210>18>2204,2210>19>2219,2212>18>2211,2212>19>2221,2213>18>2211,2213>19>2220,2214>18>2211,2214>19>2215,2217>18>2216,2217>19>2222,2218>18>2216,2218>19>2219,2223>20>2233,2225>18>2224,2225>19>2240,2226>18>2224,2226>19>2233,2228>18>2227,2228>19>2245,2229>18>2227,2229>19>2233,2231>18>2230,2231>19>2245,2232>18>2230,2232>19>2233,2234>18>2233,2234>19>2251,2235>18>2233,2235>19>2262,2236>18>2233,2236>19>2250,2237>18>2233,2237>19>2248,2238>18>2233,2238>19>2249,2239>18>2233,2239>19>2244,2241>18>2240,2241>19>2250,2242>18>2240,2242>19>2249,2243>18>2240,2243>19>2244,2246>18>2245,2246>19>2251,2247>18>2245,2247>19>2248,2252>20>2262,2254>18>2253,2254>19>2269,2255>18>2253,2255>19>2262,2257>18>2256,2257>19>2274,2258>18>2256,2258>19>2262,2260>18>2259,2260>19>2274,2261>18>2259,2261>19>2262,2263>18>2262,2263>19>2280,2264>18>2262,2264>19>188,2265>18>2262,2265>19>2279,2266>18>2262,2266>19>2277,2267>18>2262,2267>19>2278,2268>18>2262,2268>19>2273,2270>18>2269,2270>19>2279,2271>18>2269,2271>19>2278,2272>18>2269,2272>19>2273,2275>18>2274,2275>19>2280,2276>18>2274,2276>19>2277,2281>20>2302,2283>18>2282,2283>19>2284,2285>18>2284,2285>19>2289,2287>18>2286,2287>19>2290,2288>18>2286,2288>19>2302,2291>18>2290,2291>19>2295,2292>18>2290,2292>19>2293,2294>18>2293,2294>19>2320,2296>18>2295,2296>19>2320,2297>18>2295,2297>19>2302,2299>18>2298,2299>19>2334,2300>18>2298,2300>19>2317,2301>18>2298,2301>19>2302,2303>18>2302,2303>19>2330,2304>18>2302,2304>19>2311,2306>18>2305,2306>19>2307,2308>18>2307,2308>19>2309,2310>18>2309,2310>19>2322,2312>18>2311,2312>19>2320,2314>18>2313,2314>19>2357,2315>18>2313,2315>19>2343,2316>18>2313,2316>19>2328,2318>18>2317,2318>19>2352,2319>18>2317,2319>19>2348,2321>18>2320,2321>19>2336,2323>18>2322,2323>19>2327,2325>18>2324,2325>19>2327,2326>18>2324,2326>19>2346,2329>18>2328,2329>19>2330,2331>18>2330,2331>19>2337,2333>18>2332,2333>19>2343,2335>18>2334,2335>19>2340,2338>18>2337,2338>19>2352,2339>18>2337,2339>19>2355,2341>18>2340,2341>19>2359,2342>18>2340,2342>19>2374,2344>18>2343,2344>19>2372,23'
  225. ..'45>18>2343,2345>19>2370,2347>18>2346,2347>19>4551,2349>18>2348,2349>19>2376,2351>18>2350,2351>19>2362,2353>18>2352,2353>19>2365,2354>18>2352,2354>19>2376,2356>18>2355,2356>19>2365,2358>18>2357,2358>19>2370,2360>18>2359,2360>19>2381,2361>18>2359,2361>19>2368,2363>18>2362,2363>19>4544,2364>18>2362,2364>19>4551,2366>18>2365,2366>19>2385,2367>18>2365,2367>19>2379,2369>18>2368,2369>19>4544,2371>18>2370,2371>19>4544,2373>18>2372,2373>19>4544,2375>18>2374,2375>19>2381,2377>18>2376,2377>19>2385,2378>18>2376,2378>19>2383,2380>18>2379,2380>19>4544,2382>18>2381,2382>19>4544,2384>18>2383,2384>19>4544,2386>18>2385,2386>19>4544,2387>20>2506,2389>18>2388,2389>19>2390,2391>18>2390,2391>19>2399,2394>18>2393,2394>19>2449,2395>18>2393,2395>19>2407,2397>18>2396,2397>19>2426,2398>18>2396,2398>19>2399,2401>18>2400,2401>19>2407,2402>18>2400,2402>19>2435,2404>18>2403,2404>19>2407,2405>18>2403,2405>19>2435,2406>18>2403,2406>19>2506,2408>18>2407,2408>19>2445,2410>18>2409,2410>19>311,2412>18>2411,2412>19>2454,2413>18>2411,2413>19>2505,2415>18>2414,2415>19>2472,2416>18>2414,2416>19>2530,2418>18>2417,2418>19>2534,2419>18>2417,2419>19>2467,2421>18>2420,2421>19>2422,2423>18>2422,2423>19>2424,2425>18>2424,2425>19>2490,2427>18>2426,2427>19>2497,2428>18>2426,2428>19>2490,2429>18>2426,2429>19>2500,2430>18>2426,2430>19>2443,2431>18>2426,2431>19>2438,2433>18>2432,2433>19>303,2434>18>2432,2434>19>2438,2436>18>2435,2436>19>2488,2437>18>2435,2437>19>2492,2439>18>2438,2439>19>2506,2441>18>2440,2441>19>303,2442>18>2440,2442>19>2443,2444>18>2443,2444>19>2515,2446>18>2445,2446>19>2517,2447>18>2445,2447>19>2449,2448>18>2445,2448>19>2506,2450>18>2449,2450>19>2458,2452>18>2451,2452>19>2470,2453>18>2451,2453>19>2454,2456>18>2455,2456>19>2529,2457>18>2455,2457>19>2467,2459>18>2458,2459>19>2539,2460>18>2458,2460>19>2517,2462>18>2461,2462>19>2480,2463>18>2461,2463>19>2478,2465>18>2464,2465>19>2481,2466>18>2464,2466>19>2474,2468>18>2467,2468>19>2476,2469>18>2467,2469>19>2607,2471>18>2470,2471>19>2665,2473>18>2472,2473>19>2480,2475>18>2474,2475>19>2505,2477>18>2476,2477>19>2534,2479>18>2478,2479>19>2559,2482>18>2481,2482>19>2517,2484>18>2483,2484>19>2488,2485>18>2483,2485>19>2657,2486>18>2483,2486>19>2584,248'
  226. ..'7>18>2483,2487>19>2492,2489>18>2488,2489>19>2506,2491>18>2490,2491>19>2524,2494>18>2493,2494>19>2650,2495>18>2493,2495>19>2497,2496>18>2493,2496>19>303,2498>18>2497,2498>19>2515,2499>18>2497,2499>19>2524,2501>18>2500,2501>19>2517,2502>18>2500,2502>19>2513,2503>18>2500,2503>19>2506,2504>18>2500,2504>19>2524,2507>18>2506,2507>19>2669,2508>18>2506,2508>19>2592,2509>18>2506,2509>19>2887,2510>18>2506,2510>19>2572,2511>18>2506,2511>19>2657,2512>18>2506,2512>19>2651,2514>18>2513,2514>19>303,2516>18>2515,2516>19>303,2518>18>2517,2518>19>2586,2519>18>2517,2519>19>2669,2520>18>2517,2520>19>2687,2521>18>2517,2521>19>2604,2522>18>2517,2522>19>2592,2523>18>2517,2523>19>2641,2525>18>2524,2525>19>2666,2526>18>2524,2526>19>2650,2527>18>2524,2527>19>2641,2528>18>2524,2528>19>2636,2531>18>2530,2531>19>2534,2532>18>2530,2532>19>2648,2533>18>2530,2533>19>2569,2536>18>2535,2536>19>2537,2538>18>2537,2538>19>2666,2541>18>2540,2541>19>2607,2542>18>2540,2542>19>2569,2544>18>2543,2544>19>2640,2545>18>2543,2545>19>2627,2546>18>2543,2546>19>2613,2547>18>2543,2547>19>2556,2549>18>2548,2549>19>2613,2550>18>2548,2550>19>2556,2551>18>2548,2551>19>2552,2553>18>2552,2553>19>2592,2554>18>2552,2554>19>2572,2555>18>2552,2555>19>2619,2557>18>2556,2557>19>2616,2558>18>2556,2558>19>2594,2560>18>2559,2560>19>2573,2562>18>2561,2562>19>2619,2563>18>2561,2563>19>2572,2564>18>2561,2564>19>2657,2565>18>2561,2565>19>2584,2567>18>2566,2567>19>2665,2568>18>2566,2568>19>2575,2570>18>2569,2570>19>2698,2571>18>2569,2571>19>2705,2574>18>2573,2574>19>2610,2576>18>2575,2576>19>2629,2577>18>2575,2577>19>2609,2578>18>2575,2578>19>2599,2580>18>2579,2580>19>2640,2581>18>2579,2581>19>2627,2582>18>2579,2582>19>2614,2583>18>2579,2583>19>2612,2585>18>2584,2585>19>2632,2587>18>2586,2587>19>2640,2588>18>2586,2588>19>2612,2590>18>2589,2590>19>2609,2591>18>2589,2591>19>2599,2593>18>2592,2593>19>2613,2595>18>2594,2595>19>2599,2597>18>2596,2597>19>297,2598>18>2596,2598>19>311,2600>18>2599,2600>19>2616,2602>18>2601,2602>19>2665,2603>18>2601,2603>19>2662,2605>18>2604,2605>19>2640,2606>18>2604,2606>19>2613,2608>18>2607,2608>19>2698,2611>18>2610,2611>19>2686,2615>18>2614,2615>19>2662,2617>18>2616,2617>19>2629,2618>18>2616,2618>1'
  227. ..'9>2627,2620>18>2619,2620>19>2632,2622>18>2621,2622>19>2664,2623>18>2621,2623>19>2663,2625>18>2624,2625>19>2664,2626>18>2624,2626>19>2658,2628>18>2627,2628>19>2662,2630>18>2629,2630>19>2665,2631>18>2629,2631>19>2662,2634>18>2633,2634>19>2660,2635>18>2633,2635>19>2648,2637>18>2636,2637>19>2645,2638>18>2636,2638>19>2700,2639>18>2636,2639>19>2695,2642>18>2641,2642>19>2677,2643>18>2641,2643>19>2675,2644>18>2641,2644>19>2695,2646>18>2645,2646>19>303,2647>18>2645,2647>19>2650,2649>18>2648,2649>19>2705,2652>18>2651,2652>19>2708,2653>18>2651,2653>19>2655,2654>18>2651,2654>19>2736,2656>18>2655,2656>19>297,2659>18>2658,2659>19>2685,2661>18>2660,2661>19>2663,2668>18>2667,2668>19>2693,2670>18>2669,2670>19>2742,2671>18>2669,2671>19>2673,2672>18>2669,2672>19>2736,2674>18>2673,2674>19>297,2676>18>2675,2676>19>303,2678>18>2677,2678>19>2727,2679>18>2677,2679>19>2733,2680>18>2677,2680>19>2730,2681>18>2677,2681>19>2712,2682>18>2677,2682>19>2685,2683>18>2677,2683>19>2687,2684>18>2677,2684>19>2686,2688>18>2687,2688>19>2769,2689>18>2687,2689>19>2742,2690>18>2687,2690>19>2691,2692>18>2691,2692>19>297,2694>18>2693,2694>19>2695,2696>18>2695,2696>19>2727,2697>18>2695,2697>19>2703,2699>18>2698,2699>19>2780,2701>18>2700,2701>19>303,2702>18>2700,2702>19>2703,2704>18>2703,2704>19>2748,2706>18>2705,2706>19>2830,2707>18>2705,2707>19>2780,2709>18>2708,2709>19>2820,2710>18>2708,2710>19>2810,2711>18>2708,2711>19>2716,2713>18>2712,2713>19>2774,2714>18>2712,2714>19>2769,2715>18>2712,2715>19>2767,2717>18>2716,2717>19>2723,2719>18>2718,2719>19>2750,2720>18>2718,2720>19>2790,2722>18>2721,2722>19>2723,2725>18>2724,2725>19>2824,2726>18>2724,2726>19>2750,2728>18>2727,2728>19>2764,2729>18>2727,2729>19>2808,2731>18>2730,2731>19>2777,2732>18>2730,2732>19>2767,2734>18>2733,2734>19>2777,2735>18>2733,2735>19>2764,2737>18>2736,2737>19>2840,2738>18>2736,2738>19>2762,2739>18>2736,2739>19>2820,2740>18>2736,2740>19>2757,2741>18>2736,2741>19>2856,2743>18>2742,2743>19>2869,2744>18>2742,2744>19>2829,2745>18>2742,2745>19>2857,2746>18>2742,2746>19>2840,2747>18>2742,2747>19>2762,2749>18>2748,2749>19>303,2751>18>2750,2751>19>2786,2753>18>2752,2753>19>2763,2754>18>2752,2754>19>2762,2756>18>2755,2756>19>2759,2758>18>275'
  228. ..'7,2758>19>2761,2760>18>2759,2760>19>2761,2765>18>2764,2765>19>303,2766>18>2764,2766>19>301,2768>18>2767,2768>19>297,2770>18>2769,2770>19>2858,2771>18>2769,2771>19>2811,2772>18>2769,2772>19>2879,2773>18>2769,2773>19>2869,2775>18>2774,2775>19>297,2776>18>2774,2776>19>2858,2778>18>2777,2778>19>297,2779>18>2777,2779>19>301,2781>18>2780,2781>19>2865,2782>18>2780,2782>19>2864,2784>18>2783,2784>19>2800,2785>18>2783,2785>19>2795,2787>18>2786,2787>19>2824,2788>18>2786,2788>19>2860,2789>18>2786,2789>19>2790,2791>18>2790,2791>19>2863,2793>18>2792,2793>19>2827,2794>18>2792,2794>19>2826,2796>18>2795,2796>19>2864,2798>18>2797,2798>19>2826,2799>18>2797,2799>19>2802,2801>18>2800,2801>19>2802,2804>18>2803,2804>19>2813,2805>18>2803,2805>19>2806,2807>18>2806,2807>19>2817,2809>18>2808,2809>19>303,2812>18>2811,2812>19>2815,2814>18>2813,2814>19>2822,2816>18>2815,2816>19>2819,2818>18>2817,2818>19>2819,2821>18>2820,2821>19>2847,2823>18>2822,2823>19>2830,2825>18>2824,2825>19>2837,2828>18>2827,2828>19>2829,2831>18>2830,2831>19>2865,2832>18>2830,2832>19>2864,2834>18>2833,2834>19>297,2835>18>2833,2835>19>2874,2836>18>2833,2836>19>2863,2838>18>2837,2838>19>2860,2839>18>2837,2839>19>2866,2841>18>2840,2841>19>2853,2842>18>2840,2842>19>2850,2844>18>2843,2844>19>297,2845>18>2843,2845>19>2869,2846>18>2843,2846>19>2857,2848>18>2847,2848>19>297,2849>18>2847,2849>19>2856,2851>18>2850,2851>19>297,2852>18>2850,2852>19>2856,2854>18>2853,2854>19>297,2855>18>2853,2855>19>2857,2859>18>2858,2859>19>2876,2861>18>2860,2861>19>2874,2862>18>2860,2862>19>2863,2867>18>2866,2867>19>2874,2868>18>2866,2868>19>301,2870>18>2869,2870>19>2871,2872>18>2871,2872>19>297,2873>18>2871,2873>19>2879,2875>18>2874,2875>19>2880,2877>18>2876,2877>19>297,2878>18>2876,2878>19>2879,2881>18>2880,2881>19>297,2882>18>2880,2882>19>301,2883>20>2887,2886>18>2884,2886>19>2889,2888>18>2887,2888>19>2889,2891>20>3207,2892>20>3207,2893>20>2897,2895>18>2894,2895>19>2921,2896>18>2894,2896>19>2897,2898>18>2897,2898>19>2916,2899>18>2897,2899>19>3016,2901>18>2900,2901>19>2914,2902>18>2900,2902>19>2906,2904>18>2903,2904>19>2963,2905>18>2903,2905>19>2909,2907>18>2906,2907>19>2926,2908>18>2906,2908>19>2909,2910>18>2909,2910>19>2928,2912>18>2911,'
  229. ..'2912>19>2923,2913>18>2911,2913>19>2921,2915>18>2914,2915>19>2919,2917>18>2916,2917>19>2922,2918>18>2916,2918>19>2921,2920>18>2919,2920>19>2922,2924>18>2923,2924>19>2973,2925>20>2928,2927>18>2926,2927>19>2928,2929>18>2928,2929>19>3058,2931>18>2930,2931>19>3082,2932>18>2930,2932>19>2936,2934>18>2933,2934>19>3020,2935>18>2933,2935>19>2989,2937>18>2936,2937>19>2943,2939>18>2938,2939>19>2952,2940>18>2938,2940>19>2941,2942>18>2941,2942>19>2949,2944>18>2943,2944>19>3069,2945>18>2943,2945>19>3053,2947>18>2946,2947>19>3053,2948>18>2946,2948>19>3020,2950>18>2949,2950>19>2994,2951>18>2949,2951>19>2956,2953>18>2952,2953>19>2954,2955>18>2954,2955>19>3072,2957>18>2956,2957>19>2992,2958>18>2956,2958>19>2959,2960>18>2959,2960>19>2961,2962>18>2961,2962>19>2963,2965>18>2964,2965>19>2987,2966>18>2964,2966>19>3028,2967>18>2964,2967>19>2968,2969>18>2968,2969>19>2996,2970>18>2968,2970>19>2971,2972>18>2971,2972>19>2973,2975>18>2974,2975>19>3057,2976>18>2974,2976>19>3056,2978>18>2977,2978>19>3056,2979>18>2977,2979>19>3055,2981>18>2980,2981>19>2999,2982>18>2980,2982>19>3055,2983>18>2980,2983>19>2984,2985>18>2984,2985>19>3001,2986>18>2984,2986>19>3024,2988>18>2987,2988>19>2996,2990>18>2989,2990>19>3021,2991>20>2994,2993>18>2992,2993>19>2994,2995>18>2994,2995>19>3103,2997>18>2996,2997>19>3045,2998>20>3001,3000>18>2999,3000>19>3001,3002>18>3001,3002>19>3009,3004>18>3003,3004>19>3014,3005>18>3003,3005>19>3063,3007>18>3006,3007>19>3067,3008>18>3006,3008>19>3051,3010>18>3009,3010>19>3046,3012>18>3011,3012>19>3048,3013>18>3011,3013>19>3049,3015>18>3014,3015>19>3067,3017>18>3016,3017>19>3018,3019>18>3018,3019>19>3117,3022>18>3021,3022>19>3035,3023>18>3021,3023>19>3057,3025>18>3024,3025>19>3026,3027>18>3026,3027>19>3030,3029>18>3028,3029>19>3030,3032>18>3031,3032>19>3065,3033>18>3031,3033>19>3107,3034>20>3037,3036>18>3035,3036>19>3037,3038>18>3037,3038>19>3057,3039>18>3037,3039>19>3048,3041>18>3040,3041>19>3043,3042>18>3040,3042>19>3105,3044>18>3043,3044>19>3045,3047>18>3046,3047>19>3065,3050>18>3049,3050>19>3066,3052>18>3051,3052>19>3071,3054>18>3053,3054>19>3071,3059>18>3058,3059>19>3115,3061>18>3060,3061>19>3066,3062>18>3060,3062>19>3109,3064>18>3063,3064>19>3111,3068>20>3071,3070>18>306'
  230. ..'9,3070>19>3071,3073>18>3072,3073>19>3090,3074>18>3072,3074>19>3095,3076>18>3075,3076>19>3174,3077>18>3075,3077>19>3127,3078>18>3075,3078>19>3083,3080>18>3079,3080>19>3207,3081>18>3079,3081>19>3082,3084>18>3083,3084>19>3085,3086>18>3085,3086>19>3087,3088>18>3087,3088>19>3097,3089>20>3092,3091>18>3090,3091>19>3092,3093>18>3092,3093>19>3095,3094>18>3092,3094>19>3138,3096>18>3095,3096>19>3097,3099>18>3098,3099>19>3101,3100>18>3098,3100>19>3126,3102>18>3101,3102>19>3113,3104>18>3103,3104>19>3140,3106>18>3105,3106>19>3142,3108>18>3107,3108>19>3146,3110>18>3109,3110>19>3144,3112>18>3111,3112>19>3148,3114>18>3113,3114>19>3207,3116>18>3115,3116>19>3150,3118>18>3117,3118>19>3152,3120>18>3119,3120>19>3122,3121>18>3119,3121>19>3154,3123>18>3122,3123>19>3124,3125>18>3124,3125>19>3126,3128>18>3127,3128>19>3172,3129>18>3127,3129>19>3137,3131>18>3130,3131>19>3133,3132>18>3130,3132>19>3160,3134>18>3133,3134>19>3135,3136>18>3135,3136>19>3137,3139>18>3138,3139>19>3185,3141>18>3140,3141>19>3187,3143>18>3142,3143>19>3195,3145>18>3144,3145>19>3201,3147>18>3146,3147>19>3199,3149>18>3148,3149>19>3193,3151>18>3150,3151>19>3183,3153>18>3152,3153>19>3191,3155>18>3154,3155>19>3156,3157>18>3156,3157>19>3158,3159>18>3158,3159>19>3197,3161>18>3160,3161>19>3166,3162>18>3160,3162>19>3163,3164>18>3163,3164>19>3181,3165>18>3163,3165>19>3175,3167>18>3166,3167>19>3181,3168>20>3169,3170>18>3169,3170>19>289,3171>18>3169,3171>19>3172,3173>18>3172,3173>19>3174,3176>18>3175,3176>19>3177,3178>18>3177,3178>19>3179,3180>18>3179,3180>19>3189,3182>18>3181,3182>19>289,3184>18>3183,3184>19>289,3186>18>3185,3186>19>289,3188>18>3187,3188>19>289,3190>18>3189,3190>19>3203,3192>18>3191,3192>19>289,3194>18>3193,3194>19>289,3196>18>3195,3196>19>289,3198>18>3197,3198>19>289,3200>18>3199,3200>19>289,3202>18>3201,3202>19>289,3204>18>3203,3204>19>3205,3206>18>3205,3206>19>289,3208>18>3207,3208>19>3212,3210>18>3209,3210>19>3212,3211>18>3209,3211>19>3216,3214>18>3213,3214>19>3222,3215>18>3213,3215>19>3216,3218>18>3217,3218>19>3222,3219>18>3217,3219>19>3220,3221>18>3220,3221>19>3223,3224>18>3223,3224>19>3230,3226>18>3225,3226>19>289,3227>18>3225,3227>19>3228,3229>18>3228,3229>19>3230,3231>20>3232,3233>18>3232,3233>19>3'
  231. ..'249,3234>18>3232,3234>19>3244,3235>18>3232,3235>19>3236,3237>18>3236,3237>19>3239,3238>18>3236,3238>19>3242,3240>18>3239,3240>19>3353,3241>20>3244,3243>18>3242,3243>19>3244,3245>18>3244,3245>19>3260,3247>18>3246,3247>19>3252,3248>18>3246,3248>19>3251,3250>18>3249,3250>19>3251,3253>18>3252,3253>19>3254,3255>18>3254,3255>19>3269,3256>18>3254,3256>19>3257,3258>18>3257,3258>19>3271,3259>18>3257,3259>19>3265,3261>18>3260,3261>19>3296,3263>18>3262,3263>19>3280,3264>18>3262,3264>19>3267,3266>18>3265,3266>19>3267,3268>20>3271,3270>18>3269,3270>19>3271,3272>18>3271,3272>19>3294,3274>18>3273,3274>19>3277,3275>18>3273,3275>19>3284,3276>18>3273,3276>19>3292,3278>18>3277,3278>19>3290,3279>18>3277,3279>19>3280,3282>18>3281,3282>19>3288,3283>18>3281,3283>19>3284,3286>18>3285,3286>19>3301,3287>18>3285,3287>19>3288,3289>20>3292,3291>18>3290,3291>19>3292,3293>18>3292,3293>19>3321,3295>18>3294,3295>19>3323,3297>18>3296,3297>19>3308,3299>18>3298,3299>19>3304,3300>18>3298,3300>19>3310,3302>18>3301,3302>19>3306,3303>18>3301,3303>19>3304,3305>18>3304,3305>19>3319,3307>18>3306,3307>19>3319,3309>18>3308,3309>19>3330,3311>18>3310,3311>19>3312,3313>18>3312,3313>19>3314,3315>18>3314,3315>19>3316,3317>18>3316,3317>19>3335,3318>18>3316,3318>19>3325,3320>18>3319,3320>19>3341,3322>18>3321,3322>19>3343,3324>18>3323,3324>19>3332,3326>18>3325,3326>19>3337,3327>18>3325,3327>19>3328,3329>18>3328,3329>19>3339,3331>18>3330,3331>19>276,3333>18>3332,3333>19>276,3334>20>3337,3336>18>3335,3336>19>3337,3338>18>3337,3338>19>276,3340>18>3339,3340>19>3345,3342>18>3341,3342>19>276,3344>18>3343,3344>19>276,3346>18>3345,3346>19>3347,3348>18>3347,3348>19>3349,3350>18>3349,3350>19>3351,3352>18>3351,3352>19>276,3354>20>3355,3356>18>3355,3356>19>3373,3357>20>3361,3359>18>3358,3359>19>3373,3360>18>3358,3360>19>3361,3362>18>3361,3362>19>3367,3363>18>3361,3363>19>3393,3365>18>3364,3365>19>3372,3366>18>3364,3366>19>3374,3368>18>3367,3368>19>3373,3369>18>3367,3369>19>3370,3371>18>3370,3371>19>3372,3375>18>3374,3375>19>3376,3377>18>3376,3377>19>3389,3378>18>3376,3378>19>3379,3380>18>3379,3380>19>3391,3381>18>3379,3381>19>3382,3383>18>3382,3383>19>3387,3385>18>3384,3385>19>3395,3386>18>3384,3386>19>3387,3388>20>3391,'
  232. ..'3390>18>3389,3390>19>3391,3392>18>3391,3392>19>3416,3394>18>3393,3394>19>3418,3396>18>3395,3396>19>3397,3398>18>3397,3398>19>3412,3399>18>3397,3399>19>3400,3401>18>3400,3401>19>3414,3402>18>3400,3402>19>3403,3404>18>3403,3404>19>3405,3406>18>3405,3406>19>3410,3408>18>3407,3408>19>3410,3409>18>3407,3409>19>3420,3411>20>3414,3413>18>3412,3413>19>3414,3415>18>3414,3415>19>3434,3417>18>3416,3417>19>3436,3419>18>3418,3419>19>3438,3421>18>3420,3421>19>3423,3422>18>3420,3422>19>3426,3424>18>3423,3424>19>3428,3425>18>3423,3425>19>3432,3427>18>3426,3427>19>3432,3429>18>3428,3429>19>3430,3431>18>3430,3431>19>285,3433>18>3432,3433>19>285,3435>18>3434,3435>19>285,3437>18>3436,3437>19>285,3439>18>3438,3439>19>285,3444>18>3443,3444>19>3464,3445>18>3443,3445>19>3455,3446>18>3443,3446>19>3450,3448>18>3447,3448>19>3455,3449>18>3447,3449>19>3453,3451>18>3450,3451>19>3459,3452>18>3450,3452>19>3463,3454>18>3453,3454>19>3455,3457>18>3456,3457>19>3485,3458>18>3456,3458>19>3463,3460>18>3459,3460>19>3443,3461>18>3459,3461>19>3485,3462>18>3459,3462>19>3455,3465>18>3464,3465>19>3482,3466>18>3464,3466>19>3468,3467>18>3464,3467>19>3455,3469>18>3468,3469>19>3463,3471>18>3470,3471>19>3463,3472>18>3470,3472>19>3474,3473>18>3470,3473>19>3482,3475>18>3474,3475>19>3485,3476>18>3474,3476>19>3455,3478>18>3477,3478>19>3480,3479>18>3477,3479>19>3455,3481>18>3480,3481>19>3455,3483>18>3482,3483>19>3474,3484>18>3482,3484>19>3455,3486>18>3485,3486>19>3455,3490>18>3489,3490>19>4462,3491>18>3489,3491>19>3488,3494>18>3493,3494>19>3496,3495>18>3493,3495>19>3508,3497>18>3496,3497>19>4462,3498>18>3496,3498>19>3508,3500>18>3499,3500>19>3496,3501>18>3499,3501>19>3508,3503>18>3502,3503>19>3496,3504>18>3502,3504>19>3508,3506>18>3505,3506>19>3496,3507>18>3505,3507>19>3508,3511>18>3510,3511>19>3522,3512>18>3510,3512>19>3517,3513>18>3510,3513>19>3531,3515>18>3514,3515>19>3520,3516>18>3514,3516>19>3522,3518>18>3517,3518>19>3526,3519>18>3517,3519>19>3530,3521>18>3520,3521>19>3522,3524>18>3523,3524>19>3552,3525>18>3523,3525>19>3530,3527>18>3526,3527>19>3510,3528>18>3526,3528>19>3552,3529>18>3526,3529>19>3522,3532>18>3531,3532>19>3535,3533>18>3531,3533>19>3522,3534>18>3531,3534>19>3549,3536>18>3535,3536>19>3530,353'
  233. ..'8>18>3537,3538>19>3549,3539>18>3537,3539>19>3541,3540>18>3537,3540>19>3530,3542>18>3541,3542>19>3552,3543>18>3541,3543>19>3522,3545>18>3544,3545>19>3547,3546>18>3544,3546>19>3522,3548>18>3547,3548>19>3522,3550>18>3549,3550>19>3541,3551>18>3549,3551>19>3522,3553>18>3552,3553>19>3522,3556>18>3555,3556>19>3558,3557>18>3555,3557>19>3570,3559>18>3558,3559>19>177,3560>18>3558,3560>19>3570,3562>18>3561,3562>19>3558,3563>18>3561,3563>19>3570,3565>18>3564,3565>19>3558,3566>18>3564,3566>19>3570,3568>18>3567,3568>19>3558,3569>18>3567,3569>19>3570,3573>18>3572,3573>19>3575,3574>18>3572,3574>19>3587,3576>18>3575,3576>19>180,3577>18>3575,3577>19>3587,3579>18>3578,3579>19>3575,3580>18>3578,3580>19>3587,3582>18>3581,3582>19>3575,3583>18>3581,3583>19>3587,3585>18>3584,3585>19>3575,3586>18>3584,3586>19>3587,3590>18>3589,3590>19>3592,3591>18>3589,3591>19>3604,3593>18>3592,3593>19>144,3594>18>3592,3594>19>3604,3596>18>3595,3596>19>3592,3597>18>3595,3597>19>3604,3599>18>3598,3599>19>3592,3600>18>3598,3600>19>3604,3602>18>3601,3602>19>3592,3603>18>3601,3603>19>3604,3607>18>3606,3607>19>3609,3608>18>3606,3608>19>3621,3610>18>3609,3610>19>4462,3611>18>3609,3611>19>3621,3613>18>3612,3613>19>3609,3614>18>3612,3614>19>3621,3616>18>3615,3616>19>3609,3617>18>3615,3617>19>3621,3619>18>3618,3619>19>3609,3620>18>3618,3620>19>3621,3625>18>3624,3625>19>4462,3626>18>3624,3626>19>3623,3630>18>3629,3630>19>177,3631>18>3629,3631>19>3628,3635>18>3634,3635>19>180,3636>18>3634,3636>19>3633,3637>20>3646,3640>18>3638,3640>19>3646,3641>18>3638,3641>19>3648,3643>18>3642,3643>19>4462,3644>18>3642,3644>19>3648,3645>18>3642,3645>19>3646,3647>18>3646,3647>19>3650,3649>18>3648,3649>19>3650,3651>18>3650,3651>19>4462,3652>20>3661,3655>18>3653,3655>19>3661,3656>18>3653,3656>19>3663,3658>18>3657,3658>19>4462,3659>18>3657,3659>19>3661,3660>18>3657,3660>19>3663,3662>18>3661,3662>19>3665,3664>18>3663,3664>19>3665,3666>18>3665,3666>19>4462,3667>20>3676,3670>18>3668,3670>19>3676,3671>18>3668,3671>19>3678,3673>18>3672,3673>19>3678,3674>18>3672,3674>19>3676,3675>18>3672,3675>19>4576,3677>18>3676,3677>19>3680,3679>18>3678,3679>19>3680,3681>18>3680,3681>19>4576,3682>20>3691,3685>18>3683,3685>19>3691,3686>18>3683,3686>1'
  234. ..'9>3693,3688>18>3687,3688>19>4462,3689>18>3687,3689>19>3691,3690>18>3687,3690>19>3693,3692>18>3691,3692>19>3695,3694>18>3693,3694>19>3695,3696>18>3695,3696>19>4462,3697>20>3706,3700>18>3698,3700>19>3706,3701>18>3698,3701>19>3708,3703>18>3702,3703>19>227,3704>18>3702,3704>19>3706,3705>18>3702,3705>19>3708,3707>18>3706,3707>19>3710,3709>18>3708,3709>19>3710,3711>18>3710,3711>19>227,3712>20>4266,3716>18>3715,3716>19>3719,3718>18>3717,3718>19>3719,3721>18>3720,3721>19>3715,3722>18>3720,3722>19>3723,3726>18>3725,3726>19>3729,3728>18>3727,3728>19>3729,3731>18>3730,3731>19>3725,3732>18>3730,3732>19>3733,3736>18>3735,3736>19>3739,3738>18>3737,3738>19>3739,3741>18>3740,3741>19>3735,3742>18>3740,3742>19>3743,3744>20>3888,3746>18>3745,3746>19>3781,3747>18>3745,3747>19>3748,3749>18>3748,3749>19>3826,3750>18>3748,3750>19>3773,3752>18>3751,3752>19>3759,3753>18>3751,3753>19>3754,3755>18>3754,3755>19>3756,3757>18>3756,3757>19>3773,3758>18>3756,3758>19>3811,3760>18>3759,3760>19>3805,3762>18>3761,3762>19>3812,3763>18>3761,3763>19>3804,3765>18>3764,3765>19>3769,3766>18>3764,3766>19>3767,3768>18>3767,3768>19>3789,3770>18>3769,3770>19>3801,3771>18>3769,3771>19>3774,3772>18>3769,3772>19>3813,3775>18>3774,3775>19>3776,3777>18>3776,3777>19>3789,3779>18>3778,3779>19>3787,3780>18>3778,3780>19>3786,3782>18>3781,3782>19>3792,3784>18>3783,3784>19>3837,3785>18>3783,3785>19>3786,3788>18>3787,3788>19>3844,3790>18>3789,3790>19>3803,3791>18>3789,3791>19>3815,3793>18>3792,3793>19>3829,3795>18>3794,3795>19>3812,3796>18>3794,3796>19>3797,3798>18>3797,3798>19>3799,3800>18>3799,3800>19>3809,3802>18>3801,3802>19>3803,3806>18>3805,3806>19>3807,3808>18>3807,3808>19>3849,3810>18>3809,3810>19>3811,3814>18>3813,3814>19>3815,3817>18>3816,3817>19>3846,3819>18>3818,3819>19>3854,3820>18>3818,3820>19>3821,3822>18>3821,3822>19>3826,3823>18>3821,3823>19>3824,3825>18>3824,3825>19>3846,3828>18>3827,3828>19>3841,3830>18>3829,3830>19>3852,3831>18>3829,3831>19>3832,3833>18>3832,3833>19>3968,3835>18>3834,3835>19>3843,3836>18>3834,3836>19>3837,3838>18>3837,3838>19>3867,3840>18>3839,3840>19>3841,3842>18>3841,3842>19>3844,3845>18>3844,3845>19>3905,3847>18>3846,3847>19>3850,3848>18>3846,3848>19>3932,3851>18>3850,3851>1'
  235. ..'9>3863,3853>18>3852,3853>19>3854,3856>18>3855,3856>19>3945,3857>18>3855,3857>19>3858,3859>18>3858,3859>19>3960,3861>18>3860,3861>19>3960,3862>18>3860,3862>19>3872,3864>18>3863,3864>19>3965,3865>18>3863,3865>19>3901,3866>18>3863,3866>19>3878,3868>18>3867,3868>19>3873,3870>18>3869,3870>19>3899,3871>18>3869,3871>19>3872,3874>18>3873,3874>19>3907,3876>18>3875,3876>19>3949,3877>18>3875,3877>19>3878,3880>18>3879,3880>19>3947,3881>18>3879,3881>19>3901,3883>18>3882,3883>19>3933,3884>18>3882,3884>19>3915,3885>20>3888,3887>18>3886,3887>19>3888,3889>18>3888,3889>19>3896,3890>18>3888,3890>19>3895,3891>18>3888,3891>19>3898,3892>18>3888,3892>19>3897,3893>18>3888,3893>19>3894,3900>18>3899,3900>19>4015,3903>18>3902,3903>19>3982,3904>18>3902,3904>19>3924,3906>18>3905,3906>19>3907,3909>18>3908,3909>19>3925,3910>18>3908,3910>19>3911,3912>18>3911,3912>19>3913,3914>18>3913,3914>19>3915,3917>18>3916,3917>19>3951,3919>18>3918,3919>19>3993,3920>18>3918,3920>19>3953,3922>18>3921,3922>19>3989,3923>18>3921,3923>19>3924,3926>18>3925,3926>19>3940,3928>18>3927,3928>19>3944,3929>18>3927,3929>19>3930,3931>18>3930,3931>19>3932,3934>18>3933,3934>19>4014,3936>18>3935,3936>19>3937,3938>18>3937,3938>19>3966,3939>18>3937,3939>19>3967,3942>18>3941,3942>19>3998,3943>18>3941,3943>19>3944,3946>18>3945,3946>19>4007,3948>18>3947,3948>19>4004,3950>18>3949,3950>19>4004,3952>18>3951,3952>19>3953,3955>18>3954,3955>19>4014,3956>18>3954,3956>19>3985,3958>18>3957,3958>19>4041,3959>18>3957,3959>19>3985,3961>18>3960,3961>19>3967,3963>18>3962,3963>19>4019,3964>18>3962,3964>19>3965,3970>18>3969,3970>19>3977,3972>18>3971,3972>19>4014,3973>18>3971,3973>19>3987,3975>18>3974,3975>19>4001,3976>18>3974,3976>19>3982,3978>18>3977,3978>19>3979,3980>18>3979,3980>19>4013,3981>18>3979,3981>19>3994,3983>18>3982,3983>19>4020,3984>18>3982,3984>19>4026,3986>18>3985,3986>19>4009,3988>18>3987,3988>19>3994,3990>18>3989,3990>19>4047,3991>18>3989,3991>19>4003,3992>18>3989,3992>19>3999,3996>18>3995,3996>19>4042,3997>18>3995,3997>19>4041,4000>18>3999,4000>19>4022,4002>18>4001,4002>19>4003,4005>18>4004,4005>19>4019,4006>18>4004,4006>19>4048,4008>18>4007,4008>19>4050,4010>18>4009,4010>19>4011,4012>18>4011,4012>19>4013,4016>18>4015,4016'
  236. ..'>19>4057,4018>18>4017,4018>19>4041,4021>18>4020,4021>19>4042,4024>18>4023,4024>19>4047,4025>18>4023,4025>19>4026,4028>18>4027,4028>19>4044,4029>18>4027,4029>19>4030,4031>18>4030,4031>19>4039,4033>18>4032,4033>19>4046,4035>18>4034,4035>19>4052,4036>18>4034,4036>19>4037,4038>18>4037,4038>19>4060,4040>18>4039,4040>19>4041,4043>18>4042,4043>19>4055,4045>18>4044,4045>19>4046,4049>18>4048,4049>19>4053,4051>18>4050,4051>19>4054,4056>18>4055,4056>19>4058,4059>18>4058,4059>19>4060,4061>20>4066,4063>18>4062,4063>19>4067,4065>18>4064,4065>19>4067,4068>18>4067,4068>19>4066,4070>18>4069,4070>19>4071,4072>18>4071,4072>19>4088,4073>18>4071,4073>19>4075,4074>18>4071,4074>19>4066,4077>18>4076,4077>19>4078,4079>18>4078,4079>19>4101,4081>18>4080,4081>19>4084,4083>18>4082,4083>19>4084,4085>18>4084,4085>19>4086,4090>18>4089,4090>19>4133,4091>18>4089,4091>19>4132,4092>18>4089,4092>19>4094,4093>18>4089,4093>19>4088,4096>18>4095,4096>19>4101,4098>18>4097,4098>19>4099,4100>18>4099,4100>19>4101,4102>18>4101,4102>19>4103,4104>18>4103,4104>19>4105,4107>18>4106,4107>19>4140,4108>18>4106,4108>19>4139,4109>18>4106,4109>19>4138,4110>18>4106,4110>19>4086,4112>18>4111,4112>19>4118,4113>18>4111,4113>19>4119,4114>18>4111,4114>19>4117,4115>18>4111,4115>19>4116,4125>18>4124,4125>19>4149,4127>18>4126,4127>19>4134,4129>18>4128,4129>19>4134,4131>18>4130,4131>19>4161,4135>18>4134,4135>19>4132,4136>18>4134,4136>19>4123,4142>18>4141,4142>19>4143,4144>18>4143,4144>19>4170,4146>18>4145,4146>19>4147,4148>18>4147,4148>19>4170,4150>18>4149,4150>19>4183,4151>18>4149,4151>19>4176,4152>18>4149,4152>19>4123,4154>18>4153,4154>19>4156,4155>18>4153,4155>19>4160,4157>18>4156,4157>19>4161,4158>18>4156,4158>19>4184,4159>18>4156,4159>19>4177,4164>18>4163,4164>19>4180,4165>18>4163,4165>19>4169,4166>18>4163,4166>19>4168,4167>18>4163,4167>19>4138,4171>18>4170,4171>19>4181,4172>18>4170,4172>19>4173,4174>18>4173,4174>19>4175,4178>18>4177,4178>19>4179,4186>18>4185,4186>19>4187,4188>18>4187,4188>19>4190,4189>18>4187,4189>19>4215,4193>18>4192,4193>19>4198,4195>18>4194,4195>19>4201,4197>18>4196,4197>19>4198,4199>18>4198,4199>19>4209,4200>18>4198,4200>19>4183,4202>18>4201,4202>19>4217,4203>18>4201,4203>19>4214,4204>18>4201,42'
  237. ..'04>19>4191,4206>18>4205,4206>19>4210,4208>18>4207,4208>19>4210,4211>18>4210,4211>19>4218,4212>18>4210,4212>19>4191,4216>18>4215,4216>19>4223,4220>18>4219,4220>19>4227,4222>18>4221,4222>19>4223,4224>18>4223,4224>19>4218,4225>18>4223,4225>19>4226,4228>18>4227,4228>19>4238,4229>18>4227,4229>19>4231,4230>18>4227,4230>19>4209,4233>18>4232,4233>19>4234,4235>18>4234,4235>19>4239,4236>18>4234,4236>19>4246,4237>18>4234,4237>19>4217,4241>18>4240,4241>19>4242,4243>18>4242,4243>19>4248,4244>18>4242,4244>19>4247,4245>18>4242,4245>19>4238,4250>18>4249,4250>19>4251,4252>18>4251,4252>19>4255,4253>18>4251,4253>19>4248,4254>18>4251,4254>19>4246,4256>20>4266,4258>18>4257,4258>19>4266,4262>18>4261,4262>19>4266,4264>18>4263,4264>19>4374,4265>18>4263,4265>19>4333,4267>18>4266,4267>19>4428,4268>18>4266,4268>19>4427,4269>18>4266,4269>19>4279,4271>18>4270,4271>19>4282,4272>18>4270,4272>19>4281,4274>18>4273,4274>19>4290,4275>18>4273,4275>19>4276,4277>18>4276,4277>19>4278,4280>18>4279,4280>19>4281,4283>18>4282,4283>19>4284,4285>18>4284,4285>19>4286,4287>18>4286,4287>19>4288,4289>18>4288,4289>19>4290,4291>20>4333,4293>18>4292,4293>19>4302,4295>18>4294,4295>19>4302,4297>18>4296,4297>19>4302,4299>18>4298,4299>19>4302,4301>18>4300,4301>19>4302,4303>18>4302,4303>19>4318,4304>18>4302,4304>19>4317,4305>18>4302,4305>19>4316,4306>18>4302,4306>19>4315,4307>18>4302,4307>19>4328,4308>18>4302,4308>19>4327,4309>18>4302,4309>19>4322,4310>18>4302,4310>19>4319,4311>18>4302,4311>19>4326,4312>18>4302,4312>19>4325,4313>18>4302,4313>19>4324,4314>18>4302,4314>19>4323,4320>18>4319,4320>19>4259,4321>18>4319,4321>19>4331,4329>18>4328,4329>19>4260,4330>18>4328,4330>19>4340,4332>18>4331,4332>19>4333,4334>18>4333,4334>19>4422,4335>18>4333,4335>19>4429,4336>18>4333,4336>19>4425,4337>18>4333,4337>19>4342,4338>18>4333,4338>19>4341,4339>18>4333,4339>19>4340,4345>18>4344,4345>19>4387,4346>20>4374,4348>18>4347,4348>19>4404,4349>18>4347,4349>19>4402,4350>18>4347,4350>19>4399,4351>18>4347,4351>19>4405,4352>18>4347,4352>19>4407,4353>18>4347,4353>19>4398,4354>18>4347,4354>19>4397,4355>18>4347,4355>19>4366,4356>18>4347,4356>19>4395,4357>18>4347,4357>19>4403,4358>18>4347,4358>19>4369,4359>18>4347,4359>19>4365,4360>18>4347,'
  238. ..'4360>19>4396,4361>18>4347,4361>19>4401,4362>18>4347,4362>19>4406,4363>18>4347,4363>19>4421,4364>18>4347,4364>19>4400,4367>18>4366,4367>19>4343,4368>18>4366,4368>19>4372,4370>18>4369,4370>19>4431,4371>18>4369,4371>19>4381,4373>18>4372,4373>19>4374,4375>18>4374,4375>19>4423,4376>18>4374,4376>19>4426,4377>18>4374,4377>19>4382,4378>18>4374,4378>19>4383,4379>18>4374,4379>19>4381,4380>18>4374,4380>19>4430,4385>18>4384,4385>19>4408,4386>18>4384,4386>19>4387,4388>18>4387,4388>19>4433,4389>18>4387,4389>19>4432,4390>18>4387,4390>19>4424,4392>18>4391,4392>19>4420,4393>18>4391,4393>19>4394,4409>18>4408,4409>19>4410,4411>18>4410,4411>19>4412,4413>18>4412,4413>19>4414,4415>18>4414,4415>19>4416,4417>18>4416,4417>19>4418,4419>18>4418,4419>19>4420,4443>20>4444,4449>20>4460,4451>18>4450,4451>19>4453,4452>18>4450,4452>19>4458,4454>18>4453,4454>19>4456,4457>18>4456,4457>19>4458,4459>18>4458,4459>19>4460,4461>20>4462,4463>18>4462,4463>19>126,4464>18>4462,4464>19>268,4465>18>4462,4465>19>267,4466>18>4462,4466>19>195,4467>18>4462,4467>19>4547,4468>18>4462,4468>19>35,4469>18>4462,4469>19>4444,4470>18>4462,4470>19>328,4471>18>4462,4471>19>378,4472>18>4462,4472>19>186,4473>18>4462,4473>19>131,4474>18>4462,4474>19>4601,4475>18>4462,4475>19>135,4476>18>4462,4476>19>4611,4477>18>4462,4477>19>289,4478>18>4462,4478>19>185,4479>18>4462,4479>19>190,4480>18>4462,4480>19>4567,4481>18>4462,4481>19>4546,4482>18>4462,4482>19>4582,4483>18>4462,4483>19>188,4484>18>4462,4484>19>4610,4485>18>4462,4485>19>3993,4486>18>4462,4486>19>3968,4487>18>4462,4487>19>3843,4488>18>4462,4488>19>3895,4489>18>4462,4489>19>4460,4490>18>4462,4490>19>3940,4491>18>4462,4491>19>4054,4492>18>4462,4492>19>4602,4493>18>4462,4493>19>3897,4494>18>4462,4494>19>4032,4495>18>4462,4495>19>136,4496>18>4462,4496>19>4607,4497>18>4462,4497>19>4447,4498>18>4462,4498>19>3894,4499>18>4462,4499>19>4052,4500>18>4462,4500>19>370,4501>18>4462,4501>19>4022,4502>18>4462,4502>19>4455,4503>18>4462,4503>19>3998,4504>18>4462,4504>19>192,4505>18>4462,4505>19>3896,4506>18>4462,4506>19>4445,4507>18>4462,4507>19>4383,4508>18>4462,4508>19>4057,4509>18>4462,4509>19>3849,4510>18>4462,4510>19>4382,4511>18>4462,4511>19>4341,4512>18>4462,4512>19>4342,451'
  239. ..'3>18>4462,4513>19>294,4514>18>4462,4514>19>4381,4515>18>4462,4515>19>3804,4516>18>4462,4516>19>291,4517>18>4462,4517>19>37,4518>18>4462,4518>19>3463,4519>18>4462,4519>19>4365,4520>18>4462,4520>19>3969,4521>18>4462,4521>19>3789,4522>18>4462,4522>19>4347,4523>18>4462,4523>19>4325,4524>18>4462,4524>19>4331,4525>18>4462,4525>19>189,4526>18>4462,4526>19>4450,4527>18>4462,4527>19>3733,4528>18>4462,4528>19>3743,4529>18>4462,4529>19>4609,4530>18>4462,4530>19>287,4531>18>4462,4531>19>138,4532>18>4462,4532>19>4446,4533>18>4462,4533>19>4605,4534>18>4462,4534>19>290,4535>18>4462,4535>19>425,4536>18>4462,4536>19>4053,4537>18>4462,4537>19>3723,4538>18>4462,4538>19>4448,4539>18>4462,4539>19>4372,4540>18>4462,4540>19>4302,4541>18>4462,4541>19>4340,4542>18>4462,4542>19>288,4543>20>4547,4545>18>4544,4545>19>4546,4548>18>4547,4548>19>4554,4549>18>4547,4549>19>4553,4550>18>4547,4550>19>4551,4552>18>4551,4552>19>4580,4555>18>4554,4555>19>4556,4557>18>4556,4557>19>4569,4558>18>4556,4558>19>4568,4559>18>4556,4559>19>4563,4560>18>4556,4560>19>4581,4562>18>4561,4562>19>4563,4564>18>4563,4564>19>4573,4565>18>4563,4565>19>4571,4566>18>4563,4566>19>4567,4570>18>4569,4570>19>4576,4572>18>4571,4572>19>4576,4574>18>4573,4574>19>4576,4575>18>4573,4575>19>4584,4577>20>4581,4579>18>4578,4579>19>4580,4583>18>4582,4583>19>4589,4585>18>4584,4585>19>4587,4586>20>4589,4588>18>4587,4588>19>4599,4590>18>4589,4590>19>4591,4592>18>4591,4592>19>4593,4594>18>4593,4594>19>4595,4596>18>4595,4596>19>4597,4598>18>4597,4598>19>4599,4600>20>4602,4603>18>4602,4603>19>4613,4604>18>4602,4604>19>4612,4606>18>4605,4606>19>4613,4608>18>4607,4608>19>4613,4616>18>4615,4616>19>4649,4617>18>4615,4617>19>4621,4619>18>4618,4619>19>4615,4620>18>4618,4620>19>4652,4622>18>4621,4622>19>4656,4623>18>4621,4623>19>4634,4626>18>4625,4626>19>4636,4627>18>4625,4627>19>4618,4628>18>4625,4628>19>4621,4629>18>4625,4629>19>4652,4631>18>4630,4631>19>4624,4635>18>4634,4635>19>4624,4637>18>4636,4637>19>4638,4639>18>4638,4639>19>4618,4641>18>4640,4641>19>4638,4642>18>4640,4642>19>4658,4643>18>4640,4643>19>4652,4645>18>4644,4645>19>4636,4646>18>4644,4646>19>4640,4647>18>4644,4647>19>4670,4648>18>4644,4648>19>4652,4650>18>4649,4650>19>465'
  240. ..'6,4651>18>4649,4651>19>4652,4653>18>4652,4653>19>4677,4654>18>4652,4654>19>4675,4655>18>4652,4655>19>4679,4657>18>4656,4657>19>4652,4659>18>4658,4659>19>4670,4660>18>4658,4660>19>4661,4662>18>4661,4662>19>4665,4663>18>4661,4663>19>4668,4664>18>4661,4664>19>4652,4666>18>4665,4666>19>4672,4667>18>4665,4667>19>4649,4669>18>4668,4669>19>4652,4671>18>4670,4671>19>4668,4673>18>4672,4673>19>4656,4674>18>4672,4674>19>4668,4682>18>4681,4682>19>4675,4684>18>4683,4684>19>4675,4686>18>4685,4686>19>4683,4687>18>4685,4687>19>4681,4688>18>4685,4688>19>4675,4690>18>4689,4690>19>4685,4691>18>4689,4691>19>4695,4692>18>4689,4692>19>4693,4694>18>4693,4694>19>4681,4696>18>4695,4696>19>4683,4698>18>4697,4698>19>4725,4699>18>4697,4699>19>4681,4700>18>4697,4700>19>4675,4702>18>4701,4702>19>4732,4703>18>4701,4703>19>4683,4704>18>4701,4704>19>4675,4706>18>4705,4706>19>4689,4707>18>4705,4707>19>4685,4708>18>4705,4708>19>4721,4709>18>4705,4709>19>4701,4710>18>4705,4710>19>4735,4711>18>4705,4711>19>4728,4712>18>4705,4712>19>4717,4713>18>4705,4713>19>4697,4714>18>4705,4714>19>4677,4715>18>4705,4715>19>4675,4716>18>4705,4716>19>4679,4718>18>4717,4718>19>4697,4719>18>4717,4719>19>4734,4720>18>4717,4720>19>4693,4722>18>4721,4722>19>4701,4723>18>4721,4723>19>4739,4724>18>4721,4724>19>4695,4726>18>4725,4726>19>4734,4727>18>4725,4727>19>4675,4729>18>4728,4729>19>4732,4730>18>4728,4730>19>4725,4731>18>4728,4731>19>4675,4733>18>4732,4733>19>4675,4736>18>4735,4736>19>4728,4737>18>4735,4737>19>4739,4738>18>4735,4738>19>4734,4740>18>4739,4740>19>4732,4747>18>4746,4747>19>4780,4748>18>4746,4748>19>4752,4750>18>4749,4750>19>4746,4751>18>4749,4751>19>4783,4753>18>4752,4753>19>4787,4754>18>4752,4754>19>4765,4757>18>4756,4757>19>4767,4758>18>4756,4758>19>4749,4759>18>4756,4759>19>4752,4760>18>4756,4760>19>4783,4762>18>4761,4762>19>4755,4766>18>4765,4766>19>4755,4768>18>4767,4768>19>4769,4770>18>4769,4770>19>4749,4772>18>4771,4772>19>4769,4773>18>4771,4773>19>4789,4774>18>4771,4774>19>4783,4776>18>4775,4776>19>4767,4777>18>4775,4777>19>4771,4778>18>4775,4778>19>4801,4779>18>4775,4779>19>4783,4781>18>4780,4781>19>4787,4782>18>4780,4782>19>4783,4784>18>4783,4784>19>4808,4785>18>4783,4785>19>4806,4786>18>4'
  241. ..'783,4786>19>4810,4788>18>4787,4788>19>4783,4790>18>4789,4790>19>4801,4791>18>4789,4791>19>4792,4793>18>4792,4793>19>4796,4794>18>4792,4794>19>4799,4795>18>4792,4795>19>4783,4797>18>4796,4797>19>4803,4798>18>4796,4798>19>4780,4800>18>4799,4800>19>4783,4802>18>4801,4802>19>4799,4804>18>4803,4804>19>4787,4805>18>4803,4805>19>4799,4813>18>4812,4813>19>4806,4815>18>4814,4815>19>4806,4817>18>4816,4817>19>4814,4818>18>4816,4818>19>4812,4819>18>4816,4819>19>4806,4821>18>4820,4821>19>4816,4822>18>4820,4822>19>4826,4823>18>4820,4823>19>4824,4825>18>4824,4825>19>4812,4827>18>4826,4827>19>4814,4829>18>4828,4829>19>4856,4830>18>4828,4830>19>4812,4831>18>4828,4831>19>4806,4833>18>4832,4833>19>4863,4834>18>4832,4834>19>4814,4835>18>4832,4835>19>4806,4837>18>4836,4837>19>4820,4838>18>4836,4838>19>4816,4839>18>4836,4839>19>4852,4840>18>4836,4840>19>4832,4841>18>4836,4841>19>4866,4842>18>4836,4842>19>4859,4843>18>4836,4843>19>4848,4844>18>4836,4844>19>4828,4845>18>4836,4845>19>4808,4846>18>4836,4846>19>4806,4847>18>4836,4847>19>4810,4849>18>4848,4849>19>4828,4850>18>4848,4850>19>4865,4851>18>4848,4851>19>4824,4853>18>4852,4853>19>4832,4854>18>4852,4854>19>4870,4855>18>4852,4855>19>4826,4857>18>4856,4857>19>4865,4858>18>4856,4858>19>4806,4860>18>4859,4860>19>4863,4861>18>4859,4861>19>4856,4862>18>4859,4862>19>4806,4864>18>4863,4864>19>4806,4867>18>4866,4867>19>4859,4868>18>4866,4868>19>4870,4869>18>4866,4869>19>4865,4871>18>4870,4871>19>4863,4878>18>4877,4878>19>4911,4879>18>4877,4879>19>4883,4881>18>4880,4881>19>4877,4882>18>4880,4882>19>4914,4884>18>4883,4884>19>4918,4885>18>4883,4885>19>4896,4888>18>4887,4888>19>4898,4889>18>4887,4889>19>4880,4890>18>4887,4890>19>4883,4891>18>4887,4891>19>4914,4893>18>4892,4893>19>4886,4897>18>4896,4897>19>4886,4899>18>4898,4899>19>4900,4901>18>4900,4901>19>4880,4903>18>4902,4903>19>4900,4904>18>4902,4904>19>4920,4905>18>4902,4905>19>4914,4907>18>4906,4907>19>4898,4908>18>4906,4908>19>4902,4909>18>4906,4909>19>4932,4910>18>4906,4910>19>4914,4912>18>4911,4912>19>4918,4913>18>4911,4913>19>4914,4915>18>4914,4915>19>4939,4916>18>4914,4916>19>4937,4917>18>4914,4917>19>4941,4919>18>4918,4919>19>4914,4921>18>4920,4921>19>4932,4922>18>4920,4922>19'
  242. ..'>4923,4924>18>4923,4924>19>4927,4925>18>4923,4925>19>4930,4926>18>4923,4926>19>4914,4928>18>4927,4928>19>4934,4929>18>4927,4929>19>4911,4931>18>4930,4931>19>4914,4933>18>4932,4933>19>4930,4935>18>4934,4935>19>4918,4936>18>4934,4936>19>4930,4944>18>4943,4944>19>4937,4946>18>4945,4946>19>4937,4948>18>4947,4948>19>4945,4949>18>4947,4949>19>4943,4950>18>4947,4950>19>4937,4952>18>4951,4952>19>4947,4953>18>4951,4953>19>4957,4954>18>4951,4954>19>4955,4956>18>4955,4956>19>4943,4958>18>4957,4958>19>4945,4960>18>4959,4960>19>4987,4961>18>4959,4961>19>4943,4962>18>4959,4962>19>4937,4964>18>4963,4964>19>4994,4965>18>4963,4965>19>4945,4966>18>4963,4966>19>4937,4968>18>4967,4968>19>4951,4969>18>4967,4969>19>4947,4970>18>4967,4970>19>4983,4971>18>4967,4971>19>4963,4972>18>4967,4972>19>4997,4973>18>4967,4973>19>4990,4974>18>4967,4974>19>4979,4975>18>4967,4975>19>4959,4976>18>4967,4976>19>4939,4977>18>4967,4977>19>4937,4978>18>4967,4978>19>4941,4980>18>4979,4980>19>4959,4981>18>4979,4981>19>4996,4982>18>4979,4982>19>4955,4984>18>4983,4984>19>4963,4985>18>4983,4985>19>5001,4986>18>4983,4986>19>4957,4988>18>4987,4988>19>4996,4989>18>4987,4989>19>4937,4991>18>4990,4991>19>4994,4992>18>4990,4992>19>4987,4993>18>4990,4993>19>4937,4995>18>4994,4995>19>4937,4998>18>4997,4998>19>4990,4999>18>4997,4999>19>5001,5000>18>4997,5000>19>4996,5002>18>5001,5002>19>4994,5009>18>5008,5009>19>5042,5010>18>5008,5010>19>5014,5012>18>5011,5012>19>5008,5013>18>5011,5013>19>5045,5015>18>5014,5015>19>5049,5016>18>5014,5016>19>5027,5019>18>5018,5019>19>5029,5020>18>5018,5020>19>5011,5021>18>5018,5021>19>5014,5022>18>5018,5022>19>5045,5024>18>5023,5024>19>5017,5028>18>5027,5028>19>5017,5030>18>5029,5030>19>5031,5032>18>5031,5032>19>5011,5034>18>5033,5034>19>5031,5035>18>5033,5035>19>5051,5036>18>5033,5036>19>5045,5038>18>5037,5038>19>5029,5039>18>5037,5039>19>5033,5040>18>5037,5040>19>5063,5041>18>5037,5041>19>5045,5043>18>5042,5043>19>5049,5044>18>5042,5044>19>5045,5046>18>5045,5046>19>5070,5047>18>5045,5047>19>5068,5048>18>5045,5048>19>5072,5050>18>5049,5050>19>5045,5052>18>5051,5052>19>5063,5053>18>5051,5053>19>5054,5055>18>5054,5055>19>5058,5056>18>5054,5056>19>5061,5057>18>5054,5057>19>5045,5059>'
  243. ..'18>5058,5059>19>5065,5060>18>5058,5060>19>5042,5062>18>5061,5062>19>5045,5064>18>5063,5064>19>5061,5066>18>5065,5066>19>5049,5067>18>5065,5067>19>5061,5075>18>5074,5075>19>5068,5077>18>5076,5077>19>5068,5079>18>5078,5079>19>5076,5080>18>5078,5080>19>5074,5081>18>5078,5081>19>5068,5083>18>5082,5083>19>5078,5084>18>5082,5084>19>5088,5085>18>5082,5085>19>5086,5087>18>5086,5087>19>5074,5089>18>5088,5089>19>5076,5091>18>5090,5091>19>5118,5092>18>5090,5092>19>5074,5093>18>5090,5093>19>5068,5095>18>5094,5095>19>5125,5096>18>5094,5096>19>5076,5097>18>5094,5097>19>5068,5099>18>5098,5099>19>5082,5100>18>5098,5100>19>5078,5101>18>5098,5101>19>5114,5102>18>5098,5102>19>5094,5103>18>5098,5103>19>5128,5104>18>5098,5104>19>5121,5105>18>5098,5105>19>5110,5106>18>5098,5106>19>5090,5107>18>5098,5107>19>5070,5108>18>5098,5108>19>5068,5109>18>5098,5109>19>5072,5111>18>5110,5111>19>5090,5112>18>5110,5112>19>5127,5113>18>5110,5113>19>5086,5115>18>5114,5115>19>5094,5116>18>5114,5116>19>5132,5117>18>5114,5117>19>5088,5119>18>5118,5119>19>5127,5120>18>5118,5120>19>5068,5122>18>5121,5122>19>5125,5123>18>5121,5123>19>5118,5124>18>5121,5124>19>5068,5126>18>5125,5126>19>5068,5129>18>5128,5129>19>5121,5130>18>5128,5130>19>5132,5131>18>5128,5131>19>5127,5133>18>5132,5133>19>5125,5140>18>5139,5140>19>5173,5141>18>5139,5141>19>5145,5143>18>5142,5143>19>5139,5144>18>5142,5144>19>5176,5146>18>5145,5146>19>5180,5147>18>5145,5147>19>5158,5150>18>5149,5150>19>5160,5151>18>5149,5151>19>5142,5152>18>5149,5152>19>5145,5153>18>5149,5153>19>5176,5155>18>5154,5155>19>5148,5159>18>5158,5159>19>5148,5161>18>5160,5161>19>5162,5163>18>5162,5163>19>5142,5165>18>5164,5165>19>5162,5166>18>5164,5166>19>5182,5167>18>5164,5167>19>5176,5169>18>5168,5169>19>5160,5170>18>5168,5170>19>5164,5171>18>5168,5171>19>5194,5172>18>5168,5172>19>5176,5174>18>5173,5174>19>5180,5175>18>5173,5175>19>5176,5177>18>5176,5177>19>5201,5178>18>5176,5178>19>5199,5179>18>5176,5179>19>5203,5181>18>5180,5181>19>5176,5183>18>5182,5183>19>5194,5184>18>5182,5184>19>5185,5186>18>5185,5186>19>5189,5187>18>5185,5187>19>5192,5188>18>5185,5188>19>5176,5190>18>5189,5190>19>5196,5191>18>5189,5191>19>5173,5193>18>5192,5193>19>5176,5195>18>5194,519'
  244. ..'5>19>5192,5197>18>5196,5197>19>5180,5198>18>5196,5198>19>5192,5206>18>5205,5206>19>5199,5208>18>5207,5208>19>5199,5210>18>5209,5210>19>5207,5211>18>5209,5211>19>5205,5212>18>5209,5212>19>5199,5214>18>5213,5214>19>5209,5215>18>5213,5215>19>5219,5216>18>5213,5216>19>5217,5218>18>5217,5218>19>5205,5220>18>5219,5220>19>5207,5222>18>5221,5222>19>5249,5223>18>5221,5223>19>5205,5224>18>5221,5224>19>5199,5226>18>5225,5226>19>5256,5227>18>5225,5227>19>5207,5228>18>5225,5228>19>5199,5230>18>5229,5230>19>5213,5231>18>5229,5231>19>5209,5232>18>5229,5232>19>5245,5233>18>5229,5233>19>5225,5234>18>5229,5234>19>5259,5235>18>5229,5235>19>5252,5236>18>5229,5236>19>5241,5237>18>5229,5237>19>5221,5238>18>5229,5238>19>5201,5239>18>5229,5239>19>5199,5240>18>5229,5240>19>5203,5242>18>5241,5242>19>5221,5243>18>5241,5243>19>5258,5244>18>5241,5244>19>5217,5246>18>5245,5246>19>5225,5247>18>5245,5247>19>5263,5248>18>5245,5248>19>5219,5250>18>5249,5250>19>5258,5251>18>5249,5251>19>5199,5253>18>5252,5253>19>5256,5254>18>5252,5254>19>5249,5255>18>5252,5255>19>5199,5257>18>5256,5257>19>5199,5260>18>5259,5260>19>5252,5261>18>5259,5261>19>5263,5262>18>5259,5262>19>5258,5264>18>5263,5264>19>5256,5271>18>5270,5271>19>5304,5272>18>5270,5272>19>5276,5274>18>5273,5274>19>5270,5275>18>5273,5275>19>5307,5277>18>5276,5277>19>5311,5278>18>5276,5278>19>5289,5281>18>5280,5281>19>5291,5282>18>5280,5282>19>5273,5283>18>5280,5283>19>5276,5284>18>5280,5284>19>5307,5286>18>5285,5286>19>5279,5290>18>5289,5290>19>5279,5292>18>5291,5292>19>5293,5294>18>5293,5294>19>5273,5296>18>5295,5296>19>5293,5297>18>5295,5297>19>5313,5298>18>5295,5298>19>5307,5300>18>5299,5300>19>5291,5301>18>5299,5301>19>5295,5302>18>5299,5302>19>5325,5303>18>5299,5303>19>5307,5305>18>5304,5305>19>5311,5306>18>5304,5306>19>5307,5308>18>5307,5308>19>5332,5309>18>5307,5309>19>5330,5310>18>5307,5310>19>5334,5312>18>5311,5312>19>5307,5314>18>5313,5314>19>5325,5315>18>5313,5315>19>5316,5317>18>5316,5317>19>5320,5318>18>5316,5318>19>5323,5319>18>5316,5319>19>5307,5321>18>5320,5321>19>5327,5322>18>5320,5322>19>5304,5324>18>5323,5324>19>5307,5326>18>5325,5326>19>5323,5328>18>5327,5328>19>5311,5329>18>5327,5329>19>5323,5337>18>5336,5337>19>5330,5'
  245. ..'339>18>5338,5339>19>5330,5341>18>5340,5341>19>5338,5342>18>5340,5342>19>5336,5343>18>5340,5343>19>5330,5345>18>5344,5345>19>5340,5346>18>5344,5346>19>5350,5347>18>5344,5347>19>5348,5349>18>5348,5349>19>5336,5351>18>5350,5351>19>5338,5353>18>5352,5353>19>5380,5354>18>5352,5354>19>5336,5355>18>5352,5355>19>5330,5357>18>5356,5357>19>5387,5358>18>5356,5358>19>5338,5359>18>5356,5359>19>5330,5361>18>5360,5361>19>5344,5362>18>5360,5362>19>5340,5363>18>5360,5363>19>5376,5364>18>5360,5364>19>5356,5365>18>5360,5365>19>5390,5366>18>5360,5366>19>5383,5367>18>5360,5367>19>5372,5368>18>5360,5368>19>5352,5369>18>5360,5369>19>5332,5370>18>5360,5370>19>5330,5371>18>5360,5371>19>5334,5373>18>5372,5373>19>5352,5374>18>5372,5374>19>5389,5375>18>5372,5375>19>5348,5377>18>5376,5377>19>5356,5378>18>5376,5378>19>5394,5379>18>5376,5379>19>5350,5381>18>5380,5381>19>5389,5382>18>5380,5382>19>5330,5384>18>5383,5384>19>5387,5385>18>5383,5385>19>5380,5386>18>5383,5386>19>5330,5388>18>5387,5388>19>5330,5391>18>5390,5391>19>5383,5392>18>5390,5392>19>5394,5393>18>5390,5393>19>5389,5395>18>5394,5395>19>5387,5402>18>5401,5402>19>5435,5403>18>5401,5403>19>5407,5405>18>5404,5405>19>5401,5406>18>5404,5406>19>5438,5408>18>5407,5408>19>5442,5409>18>5407,5409>19>5420,5412>18>5411,5412>19>5422,5413>18>5411,5413>19>5404,5414>18>5411,5414>19>5407,5415>18>5411,5415>19>5438,5417>18>5416,5417>19>5410,5421>18>5420,5421>19>5410,5423>18>5422,5423>19>5424,5425>18>5424,5425>19>5404,5427>18>5426,5427>19>5424,5428>18>5426,5428>19>5444,5429>18>5426,5429>19>5438,5431>18>5430,5431>19>5422,5432>18>5430,5432>19>5426,5433>18>5430,5433>19>5456,5434>18>5430,5434>19>5438,5436>18>5435,5436>19>5442,5437>18>5435,5437>19>5438,5439>18>5438,5439>19>5463,5440>18>5438,5440>19>5461,5441>18>5438,5441>19>5465,5443>18>5442,5443>19>5438,5445>18>5444,5445>19>5456,5446>18>5444,5446>19>5447,5448>18>5447,5448>19>5451,5449>18>5447,5449>19>5454,5450>18>5447,5450>19>5438,5452>18>5451,5452>19>5458,5453>18>5451,5453>19>5435,5455>18>5454,5455>19>5438,5457>18>5456,5457>19>5454,5459>18>5458,5459>19>5442,5460>18>5458,5460>19>5454,5468>18>5467,5468>19>5461,5470>18>5469,5470>19>5461,5472>18>5471,5472>19>5469,5473>18>5471,5473>19>5467,5474>18>5471'
  246. ..',5474>19>5461,5476>18>5475,5476>19>5471,5477>18>5475,5477>19>5481,5478>18>5475,5478>19>5479,5480>18>5479,5480>19>5467,5482>18>5481,5482>19>5469,5484>18>5483,5484>19>5511,5485>18>5483,5485>19>5467,5486>18>5483,5486>19>5461,5488>18>5487,5488>19>5518,5489>18>5487,5489>19>5469,5490>18>5487,5490>19>5461,5492>18>5491,5492>19>5475,5493>18>5491,5493>19>5471,5494>18>5491,5494>19>5507,5495>18>5491,5495>19>5487,5496>18>5491,5496>19>5521,5497>18>5491,5497>19>5514,5498>18>5491,5498>19>5503,5499>18>5491,5499>19>5483,5500>18>5491,5500>19>5463,5501>18>5491,5501>19>5461,5502>18>5491,5502>19>5465,5504>18>5503,5504>19>5483,5505>18>5503,5505>19>5520,5506>18>5503,5506>19>5479,5508>18>5507,5508>19>5487,5509>18>5507,5509>19>5525,5510>18>5507,5510>19>5481,5512>18>5511,5512>19>5520,5513>18>5511,5513>19>5461,5515>18>5514,5515>19>5518,5516>18>5514,5516>19>5511,5517>18>5514,5517>19>5461,5519>18>5518,5519>19>5461,5522>18>5521,5522>19>5514,5523>18>5521,5523>19>5525,5524>18>5521,5524>19>5520,5526>18>5525,5526>19>5518;2;n;3|1:2;3|1:3;4|2:4|3:5|4:6|5:7|6:8|7:9|8:10|9:10|10:10|11:10|12:10|13:11|3:5|3:5;n;5|14:12|15:13;6|16:14|17:15;p;4|2:4|3:5|4:6|5:16|6:17|7:9|8:10|9:10|10:10|11:10|12:10|13:11|3:5|3:5;n;5|14:12|15:13;6|16:14|17:18;p;4|2:4|3:5|4:6|5:19|6:17|7:9|8:10|9:10|10:10|11:10|12:10|13:11|3:5|3:5;n;5|14:12|15:13;6|16:14|17:20;p;4|2:4|3:5|4:6|5:21|6:17|7:9|8:10|9:10|10:10|11:10|12:10|13:11|3:5|3:5;n;5|14:12|15:13;6|16:14|17:22;p;4|2:4|3:5|4:6|5:23|6:17|7:9|8:10|9:10|10:10|11:10|12:10|13:11|3:5|3:5;n;5|14:12|15:13;6|16:14|17:24;p;4|2:4|3:5|4:6|5:25|6:17|7:9|8:10|9:10|10:10|11:10|12:10|13:11|3:5|3:5;n;5|14:12|15:13;6|16:14|17:26;p;4|2:4|3:5|4:6|5:27|6:17|7:9|8:10|9:10|10:10|11:10|12:10|13:11|3:5|3:5;n;5|14:12|15:13;6|16:14|17:28;p;4|2:4|3:5|4:6|5:29|6:17|7:9|8:10|9:10|10:10|11:10|12:10|13:11|3:5|3:5;n;5|14:12|15:13;6|16:14|17:30;p;4|2:4|3:5|4:6|5:31|6:17|7:9|8:10|9:10|10:10|11:10|12:10|13:11|3:5|3:5;n;5|14:12|15:13;6|16:14|17:32;p;4|2:4|3:5|4:6|5:33|6:17|7:9|8:10|9:10|10:10|11:10|12:10|13:11|3:5|3:5;n;5|14:12|15:13;6|16:14|17:34;p;2|1:35;n;1|2:4|21:4|3:36|4:37|5:38|7:39|3:36|3:36;n;7|16:40|17:41;p;1|2:4|21:4|3:36|4:37|5:42|6:43|7:44|3:36|3:36;n;7|16:40|17:45;7|16:40|17:46;p;1|2:4|21:4|4:'
  247. ..'47|5:48|6:8|7:49;n;7|16:50|17:51;6|16:52|17:53;p;1|2:4|21:4|3:36|4:37|5:54|7:55|3:36|3:36;n;7|16:56|17:57;p;1|2:4|21:4|3:5|4:47|5:58|6:43|7:59|13:10|3:5|3:5;n;7|16:60|17:61;p;1|2:4|21:4|3:5|4:47|5:62|6:43|7:63|13:10|3:5|3:5;n;7|16:60|17:64;p;1|2:4|21:4|3:36|4:37|5:65|6:43|7:66|3:36|3:36;n;7|16:56|17:67;p;1|2:4|21:4|3:36|4:37|5:68|6:43|7:66|3:36|3:36;n;7|16:56|17:69;p;1|2:4|21:4|3:36|4:37|5:70|6:8|7:71|3:36|3:36;1|2:4|21:4|3:5|4:47|5:72|7:73|13:10|3:5|3:5;n;6|16:74|17:75;6|16:74|17:76;6|16:74|17:77;6|16:74|17:78;6|16:74|17:79;6|16:74|17:80;6|16:74|17:81;6|16:74|17:82;6|16:74|17:83;6|16:74|17:84;6|16:74|17:85;6|16:74|17:86;6|16:74|17:87;6|16:74|17:88;6|16:74|17:89;6|16:74|17:90;6|16:74|17:91;6|16:74|17:92;6|16:74|17:93;6|16:74|17:94;6|16:74|17:95;6|16:74|17:96;6|16:74|17:97;6|16:74|17:98;6|16:74|17:99;6|16:74|17:100;6|16:74|17:101;6|16:74|17:102;6|16:74|17:103;6|16:74|17:104;6|16:74|17:105;6|16:74|17:106;6|16:74|17:107;6|16:74|17:108;6|16:74|17:109;6|16:74|17:110;6|16:74|17:111;6|16:74|17:112;6|16:74|17:113;6|16:74|17:114;6|16:74|17:115;6|16:74|17:116;7|16:60|17:117;7|16:60|17:118;6|16:74|17:119;6|16:74|17:120;6|16:74|17:121;6|16:74|17:122;6|16:74|17:123;6|16:74|17:124;6|16:74|17:125;6|16:74|17:126;7|16:60|17:127;6|16:74|17:128;6|16:74|17:129;6|16:74|17:130;6|16:74|17:131;6|16:74|17:132;6|16:74|17:133;6|16:74|17:134;6|16:74|17:135;6|16:74|17:136;6|16:74|17:137;6|16:74|17:138;6|16:74|17:139;p;1|2:4|21:4|3:5|4:47|5:140|6:8|7:141|13:10|3:5|3:5;n;7|16:52|17:142;7|16:52|17:143;p;1|2:4|21:4|3:5|4:47|5:144|6:8|7:145|3:5|3:5;1|2:4|21:4|3:36|4:37|5:146|6:43|7:66|3:36|3:36;1|2:4|21:4|3:36|4:37|5:147|6:43|7:66|3:36|3:36;1|2:4|21:4|3:36|4:37|5:148|7:149|3:36|3:36;n;8|1:150|16:151|17:152;7|16:40|17:153;p;1|2:4|21:4|3:5|4:47|5:154|6:43|7:63|13:10|3:5|3:5;n;7|16:60|17:155;p;1|2:4|21:4|3:36|4:37|5:156|7:39|3:36|3:36;n;7|16:40|17:157;p;1|2:4|21:4|3:36|4:37|5:158|7:55|3:36|3:36;1|2:4|21:4|4:47|5:159|6:8|7:49;1|2:4|21:4|3:36|4:37|5:160|6:43|7:161|13:10|3:36|3:36;1|2:4|21:4|3:36|4:37|5:162|6:43|7:163|3:36|3:36;n;7|16:40|17:164;p;1|2:4|21:4|3:36|4:37|5:165|6:43|7:166|3:36|3:36;n;7|16:40|17:167;p;1|2:4|21:4|3:5|4:47|5:168|6:43|7:59|13:10|3:5|3:5;n;7|16:60|17:169;p;1|2:4|21:4|3:36|'
  248. ..'4:37|5:170|6:43|7:171|3:36|3:36;p;2|1:172;n;1|2:4|21:4|3:173|4:174|5:175|6:8|7:176|10:10|13:10|3:173|3:173;n;6|16:60|17:177;6|16:74|17:178;6|16:74|17:179;6|16:74|17:180;6|16:74|17:181;6|16:74|17:182;6|16:74|17:183;6|16:74|17:184;6|16:74|17:185;6|16:74|17:186;6|16:74|17:187;6|16:74|17:188;6|16:74|17:189;6|16:74|17:190;6|16:74|17:191;6|16:74|17:192;6|16:74|17:193;6|16:74|17:194;6|16:74|17:195;6|16:74|17:196;6|16:74|17:197;6|16:74|17:198;6|16:74|17:199;6|16:200|17:201;6|16:74|17:202;6|16:74|17:203;6|16:74|17:204;6|16:74|17:205;6|16:74|17:206;6|16:74|17:207;6|16:74|17:208;6|16:74|17:209;p;1|2:4|21:4|3:173|4:174|5:210|6:8|7:211|13:10|3:173|3:173;n;6|16:60|17:212;6|16:60|17:213;p;1|2:4|21:4|3:173|4:174|5:214|6:8|7:215|13:10|3:173|3:173;n;6|16:60|17:216;6|16:60|17:217;p;1|2:4|21:4|3:173|4:174|5:218|6:8|7:219|13:10|3:173|3:173;n;6|16:60|17:220;p;1|2:4|21:4|3:173|4:174|5:221|6:8|7:222|13:10|3:173|3:173;1|2:4|21:4|3:173|4:174|5:223|6:8|7:224|13:10|3:173|3:173;p;2|1:225;n;1|2:4|21:4|3:36|4:226|5:227|7:228|13:10|3:36|3:36;1|2:4|21:4|3:36|4:226|5:229|7:230|13:10|3:36|3:36;1|2:4|21:4|3:36|4:226|5:231|7:230|13:10|3:36|3:36;p;2|1:232;n;1|2:4|21:4|3:36|4:37|5:233|7:234|13:10|3:36|3:36;n;6|16:235|17:236;p;1|2:4|21:4|3:36|4:37|5:237|7:238|13:10|3:36|3:36;1|2:4|21:4|3:36|4:37|5:239|7:240|13:10|3:36|3:36;n;6|16:50|17:241;6|16:50|17:242;6|16:50|17:243;6|16:50|17:244;6|16:50|17:245;6|16:50|17:246;6|16:50|17:247;6|16:50|17:248;6|16:50|17:249;p;1|2:4|21:4|3:36|4:37|5:250|7:251|11:10|13:10|3:36|3:36;1|2:4|21:4|3:36|4:37|5:252|7:253|13:10|3:36|3:36;n;6|16:50|17:254;p;1|2:4|21:4|3:36|4:37|5:255|7:256|13:10|3:36|3:36;1|2:4|21:4|3:36|4:37|5:257|7:258|13:10|3:36|3:36;n;6|16:50|17:259;6|16:50|17:260;6|16:50|17:261;6|16:50|17:262;6|16:50|17:263;p;1|2:4|21:4|3:36|4:37|5:264|7:265|13:10|3:36|3:36;1|2:4|21:4|3:36|4:37|5:266|7:267|13:10|3:36|3:36;n;6|16:50|17:268;p;1|2:4|21:4|3:36|4:37|5:269|7:270|13:10|3:36|3:36;n;6|16:52|17:271;6|16:50|17:272;6|16:52|17:273;7|16:52|17:274;p;1|2:4|21:4|3:36|4:37|5:275|7:276|13:10|3:36|3:36;n;6|16:52|17:277;6|16:50|17:278;6|16:52|17:279;p;1|2:4|21:4|3:36|4:37|5:280|7:281|13:10|3:36|3:36;n;6|16:50|17:282;6|16:52|17:283;7|16:52|17:284;p;1|2:4|21:4|3:285|4:37|5:2'
  249. ..'86|7:287|13:10|3:285|3:285;n;6|16:74|17:288;6|16:74|17:289;6|16:74|17:290;6|16:74|17:291;6|16:74|17:292;6|16:74|17:293;6|16:74|17:294;6|16:74|17:295;6|16:74|17:296;6|16:74|17:297;6|16:74|17:298;6|16:74|17:299;6|16:74|17:300;6|16:74|17:301;6|16:74|17:302;6|16:74|17:303;6|16:74|17:304;6|16:74|17:305;6|16:74|17:306;6|16:74|17:307;6|16:74|17:308;6|16:74|17:309;6|16:74|17:310;6|16:74|17:311;6|16:74|17:312;6|16:74|17:313;6|16:74|17:314;6|16:74|17:315;6|16:74|17:316;6|16:74|17:317;6|16:74|17:318;6|16:74|17:319;6|16:74|17:320;p;1|2:4|21:4|3:36|4:37|5:321|7:322|13:10|3:36|3:36;n;6|16:323|17:324;p;1|2:4|21:4|3:36|4:37|5:325|7:326|13:10|3:36|3:36;1|2:4|21:4|3:36|4:37|5:327|7:328|13:10|3:36|3:36;n;6|16:50|17:329;6|16:50|17:330;p;1|2:4|21:4|3:36|4:37|5:331|7:251|13:10|3:36|3:36;1|2:4|21:4|3:36|4:37|5:332|7:333|13:10|3:36|3:36;n;6|16:50|17:334;6|16:50|17:335;6|16:50|17:336;p;1|2:4|21:4|3:36|4:37|5:337|7:338|13:10|3:36|3:36;n;6|16:50|17:339;p;1|2:4|21:4|3:36|4:37|5:340|7:341|3:36|3:36;1|2:4|21:4|3:36|4:37|5:342|7:343|13:10|3:36|3:36;1|2:4|21:4|3:36|4:37|5:344|7:345|13:10|3:36|3:36;n;6|16:50|17:346;p;1|2:4|21:4|3:36|4:37|5:347|7:348|13:10|3:36|3:36;n;6|16:50|17:349;p;1|2:4|21:4|3:36|4:37|5:350|7:351|3:36|3:36;1|2:4|21:4|3:36|4:37|5:352|7:353|13:10|3:36|3:36;p;2|1:354;n;1|2:4|21:4|3:36|4:37|5:355|7:356|13:10|3:36|3:36;1|2:4|21:4|3:36|4:37|5:357|7:358|13:10|3:36|3:36;1|2:4|21:4|3:36|4:37|5:359|7:360|13:10|3:36|3:36;1|2:4|21:4|3:36|4:37|5:361|7:362|13:10|3:36|3:36;1|2:4|21:4|3:36|4:37|5:363|7:364|13:10|3:36|3:36;1|2:4|21:4|3:36|4:37|5:365|7:366|13:10|3:36|3:36;n;6|16:323|17:367;p;1|2:4|21:4|3:36|4:37|5:368|7:369|13:10|3:36|3:36;p;2|1:370;n;2;n;1|2:4|21:4|3:371|4:37|5:372|7:373|13:10|3:371|3:371;n;6|16:60|17:374;7|16:60|17:375;6|16:60|17:376;p;1|2:4|21:4|3:371|4:37|5:377|7:378|13:10|3:371|3:371;n;6|16:60|17:379;p;1|2:4|21:4|3:371|4:37|5:380|7:381|13:10|3:371|3:371;n;6|16:60|17:382;7|16:60|17:383;6|16:74|17:384;6|16:74|17:385;6|16:74|17:386;6|16:74|17:387;7|16:60|17:388;p;1|2:4|21:4|3:371|4:37|5:389|7:390|13:10|3:371|3:371;n;7|16:60|17:391;p;p;2;n;1|2:4|21:4|3:371|4:37|5:392|6:393|7:394|13:10|3:371|3:371;1|2:4|21:4|3:371|4:37|5:395|7:396|13:10|3:371|3:371;1|2:4|21:4|3:371|4:37|'
  250. ..'5:397|7:398|13:10|3:371|3:371;n;6|16:399|17:400;6|16:399|17:401;p;1|2:4|21:4|3:371|4:37|5:402|6:393|7:403|13:10|3:371|3:371;1|2:4|21:4|3:371|4:37|5:404|7:405|13:10|3:371|3:371;n;6|16:399|17:406;6|16:399|17:407;p;1|2:4|21:4|3:371|4:37|5:408|6:393|7:409|13:10|3:371|3:371;1|2:4|21:4|3:371|4:37|5:410|7:411|13:10|3:371|3:371;p;2;n;1|2:4|21:4|3:5|4:37|5:412|6:393|7:413|13:10|3:5|3:5;n;6|16:414|17:415;p;1|2:4|21:4|4:47|5:416|7:417|13:10;n;6|16:74|17:418;6|16:74|17:419;6|16:74|17:420;6|16:74|17:421;6|16:74|17:422;6|16:74|17:423;6|16:74|17:424;6|16:74|17:425;6|16:74|17:426;6|16:74|17:427;6|16:74|17:428;6|16:74|17:429;6|16:74|17:430;6|16:74|17:431;p;1|2:4|21:4|3:371|4:37|5:432|7:433|3:371|3:371;n;7|16:434|17:435;6|16:436|17:437;6|16:436|17:438;p;1|2:4|21:4|3:371|4:37|5:439|7:440|3:371|3:371;n;7|16:399|17:441;6|16:442|17:443;7|16:399|17:444;7|16:442|17:445;p;1|2:4|21:4|3:446|4:37|5:447|7:448|8:10|13:10|3:446|3:446;n;6|16:323|17:449;6|16:235|17:450;p;1|2:4|21:4|3:371|4:37|5:451|7:452|13:10|3:371|3:371;1|2:4|21:4|3:446|4:37|5:453|7:454|13:10|3:446|3:446;n;6|16:235|17:455;p;1|2:4|21:4|3:371|4:37|5:456|7:457|3:371|3:371;1|2:4|21:4|3:371|4:37|5:458|7:459|13:10|3:371|3:371;n;6|16:460|17:461;p;1|2:4|21:4|3:446|4:37|5:462|7:463|13:10|3:446|3:446;n;6|16:323|17:464;p;1|2:4|21:4|3:371|4:37|5:465|7:466|3:371|3:371;n;7|16:399|17:467;6|16:442|17:468;6|16:442|17:469;p;1|2:4|21:4|3:371|4:37|5:470|6:393|7:471|13:10|3:371|3:371;n;6|16:323|17:472;6|16:235|17:473;p;1|2:4|21:4|3:371|4:37|5:474|7:475|13:10|3:371|3:371;n;6|16:476|17:477;6|16:476|17:478;6|16:476|17:479;p;1|2:4|21:4|3:446|4:37|5:480|7:481|13:10|3:446|3:446;n;6|16:235|17:455;6|16:323|17:449;p;1|2:4|21:4|3:446|4:37|5:482|7:483|13:10|3:446|3:446;1|2:4|21:4|3:371|4:37|5:484|7:485|13:10|3:371|3:371;n;6|16:476|17:486;6|16:476|17:487;6|16:476|17:488;6|16:476|17:489;6|16:476|17:490;6|16:476|17:491;6|16:476|17:492;p;1|2:4|21:4|3:446|4:37|5:493|7:494|13:10|3:446|3:446;n;6|16:399|17:495;6|16:399|17:496;p;1|2:4|21:4|3:371|4:37|5:497|6:393|7:498|13:10|3:371|3:371;n;6|16:399|17:499;p;1|2:4|21:4|3:371|4:37|5:500|7:501|13:10|3:371|3:371;1|2:4|21:4|3:371|4:37|5:502|7:503|13:10|3:371|3:371;1|2:4|21:4|3:371|4:37|5:504|7:505|13:10|3:371|3:371;1|'
  251. ..'2:4|21:4|3:371|4:37|5:506|6:8|7:507|3:371|3:371;1|2:4|21:4|3:371|4:37|5:508|7:509|13:10|3:371|3:371;n;6|16:510|17:511;p;1|2:4|21:4|3:446|4:37|5:512|7:513|13:10|3:446|3:446;1|2:4|21:4|3:446|4:37|5:514|7:515|3:446|3:446;n;7|16:399|17:516;p;1|2:4|21:4|3:446|4:37|5:517|7:515|3:446|3:446;n;7|16:399|17:518;p;1|2:4|21:4|3:5|4:37|5:519|7:520|13:10|3:5|3:5;1|2:4|21:4|3:446|4:37|5:521|7:515|3:446|3:446;n;7|16:399|17:522;p;1|2:4|21:4|3:5|4:37|5:523|6:393|7:524|13:10|3:5|3:5;1|2:4|21:4|3:371|4:37|5:525|7:526|3:371|3:371;1|2:4|21:4|3:5|4:37|5:527|7:528|3:5|3:5;n;7|16:399|17:529;p;1|2:4|21:4|3:371|4:37|5:530|6:8|7:531|3:371|3:371;1|2:4|21:4|3:371|4:37|5:532|7:533|13:10|3:371|3:371;1|2:4|21:4|3:5|4:37|5:534|7:535|13:10|3:5|3:5;p;2;n;1|2:4|21:4|3:371|4:37|5:536|7:537|13:10|3:371|3:371;n;6|16:323|17:538;p;1|2:4|21:4|3:5|4:37|5:539|7:540|13:10|3:5|3:5;n;6|16:541|17:542;6|16:543|17:544;p;1|2:4|21:4|4:37|5:545|7:546|13:10;1|2:4|21:4|4:37|5:547|7:548|13:10;n;6|16:323|17:549;p;1|2:4|21:4|4:37|5:550|7:551|13:10;n;6|16:323|17:552;p;1|2:4|21:4|3:5|4:37|5:553|7:554|13:10|3:5|3:5;n;6|16:436|17:555;p;1|2:4|21:4|3:371|4:37|5:556|7:557|13:10|3:371|3:371;n;6|16:74|17:558;6|16:74|17:559;p;1|2:4|21:4|3:371|4:37|5:560|7:561|13:10|3:371|3:371;n;6|16:74|17:562;p;1|2:4|21:4|4:37|5:563|7:564|13:10;n;6|16:60|17:565;p;1|2:4|21:4|3:5|4:37|5:566|7:567|13:10|3:5|3:5;n;7|16:568|17:569;p;1|2:4|21:4|4:37|5:570|7:571|13:10;n;6|16:235|17:572;p;1|2:4|21:4|4:37|5:573|7:574|13:10;n;6|16:235|17:575;p;1|2:4|21:4|4:37|5:576|7:577|13:10;n;6|16:235|17:578;p;1|2:4|21:4|3:371|4:37|5:579|7:580|3:371|3:371;n;7|16:74|17:581;p;1|2:4|21:4|4:37|5:582|7:583|13:10;n;6|16:235|17:584;p;1|2:4|21:4|4:37|5:585|7:586|13:10;n;6|16:323|17:587;p;1|2:4|21:4|4:37|5:588|7:589|13:10;n;6|16:235|17:590;p;1|2:4|21:4|4:37|5:591|7:592|13:10;n;6|16:323|17:587;p;1|2:4|21:4|4:37|5:593|7:594|13:10;n;6|16:235|17:595;p;1|2:4|21:4|4:37|5:596|7:597|13:10;n;6|16:235|17:598;p;1|2:4|21:4|4:37|5:599|7:600|13:10;1|2:4|21:4|4:37|5:601|7:602|13:10;n;6|16:235|17:603;p;1|2:4|21:4|4:37|5:604|7:605|13:10;p;p;2|1:606;n;2|1:607;n;1|3:36|4:37|5:608|7:609|13:10|3:36|3:36;n;7|16:60|17:610;p;1|3:36|4:37|5:611|7:612|3:36|3:36;n;6|16:323|17:613;p;1|3:36|4:37|5:614|7'
  252. ..':615|13:10|3:36|3:36;n;6|16:616|17:617;p;1|3:36|4:37|5:618|7:619|13:10|3:36|3:36;n;6|16:323|17:620;p;1|3:36|4:37|5:621|7:622|13:10|3:36|3:36;n;6|16:60|17:623;p;1|3:36|4:37|5:624|7:625|13:10|3:36|3:36;1|4:37|5:626|7:627|13:10;n;6|16:74|17:628;p;1|4:37|5:629|7:630|13:10;n;6|16:74|17:628;p;1|4:37|5:631|7:632|13:10;n;6|16:74|17:628;p;1|4:37|5:633|7:634|13:10;n;6|16:74|17:628;p;1|4:37|5:635|7:636|13:10;n;6|16:74|17:637;p;1|4:37|5:638|7:564|13:10;n;6|16:74|17:639;p;1|4:37|5:640|7:636|13:10;n;6|16:74|17:641;p;1|4:37|5:642|7:643|13:10;n;6|16:74|17:644;p;1|4:37|5:645|7:646|11:10|13:10;1|3:36|4:37|5:647|7:625|13:10|3:36|3:36;n;6|16:60|17:648;6|16:74|17:649;p;1|3:36|4:37|5:650|7:651|3:36|3:36;n;7|16:74|17:652;p;1|3:36|4:37|5:653|7:651|3:36|3:36;n;7|16:74|17:654;p;1|3:36|4:37|5:655|7:622|13:10|3:36|3:36;1|3:36|4:37|5:656|7:657|13:10|3:36|3:36;p;2|1:658;n;1|3:659|4:47|5:660|6:393|7:661|13:10|3:659|3:659;n;6|16:74|17:662;6|16:60|17:663;p;1|3:659|4:47|5:664|6:393|7:661|10:10|13:10|3:659|3:659;n;6|16:74|17:662;6|16:60|17:663;p;1|3:659|4:47|5:665|6:393|7:661|13:10|3:659|3:659;1|3:446|4:6|5:666|6:393|7:667|13:10|3:446|3:446;n;7|16:14|17:668;6|16:14|17:669;7|16:14|17:670;7|16:14|17:671;7|16:14|17:672;p;1|3:673|4:6|5:674|6:393|7:675|3:673|3:673;n;7|16:323|17:676;7|16:323|17:677;p;1|3:673|4:6|5:678|6:393|7:675|3:673|3:673;n;7|16:323|17:676;7|16:323|17:677;p;1|3:673|4:6|5:679|6:8|7:675|3:673|3:673;n;7|16:323|17:680;7|16:323|17:681;p;2;n;1|3:682|4:6|5:683|6:393|7:615|3:682|3:682;n;7|16:616|17:684;p;1|3:682|4:6|5:685|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:687|6:393|7:615|3:682|3:682;n;6|16:616|17:688;6|16:616|17:689;p;p;1|3:659|4:47|5:690|6:393|7:661|13:10|3:659|3:659;1|3:691|4:6|5:692|6:393|7:693|3:691|3:691;n;7|16:616|17:694;p;2;n;1|3:682|4:6|5:695|6:393|7:615|3:682|3:682;n;7|16:616|17:684;p;1|3:682|4:6|5:696|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:697|6:393|7:615|3:682|3:682;n;6|16:616|17:688;p;p;2;n;1|3:698|4:6|5:699|6:43|7:615|3:698|3:698;n;7|16:700|17:701;7|16:700|17:702;7|16:616|17:684;p;1|3:698|4:6|5:703|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:704|6:43|7:615|3:698|3:698;n;6|16:616|17:689;6|16:616|17:705;p;p;1|4:6|5:706|'
  253. ..'6:43|7:667|13:10;n;6|16:707|17:708;7|16:14|17:670;6|16:707|17:709;7|16:14|17:668;7|16:14|17:672;7|16:14|17:671;p;2;n;1|3:682|4:6|5:710|6:393|7:615|3:682|3:682;n;7|16:700|17:701;7|16:700|17:711;7|16:616|17:684;p;1|3:682|4:6|5:712|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:713|6:393|7:615|3:682|3:682;n;6|16:616|17:714;6|16:616|17:689;6|16:616|17:688;p;p;1|4:6|5:715|6:43|7:667|13:10;n;7|16:14|17:671;6|16:707|17:709;7|16:14|17:670;6|16:707|17:708;6|16:707|17:716;6|16:707|17:717;7|16:14|17:668;p;2;n;1|3:682|4:6|5:718|6:393|7:615|3:682|3:682;n;7|16:700|17:711;7|16:700|17:719;7|16:616|17:684;p;1|3:682|4:6|5:720|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:721|6:393|7:615|3:682|3:682;n;6|16:616|17:688;p;p;1|4:6|5:722|6:43|7:667|13:10;n;7|16:14|17:670;7|16:14|17:671;7|16:14|17:672;6|16:707|17:709;6|16:707|17:717;6|16:707|17:708;7|16:14|17:668;p;1|4:6|5:723|6:43|7:667|13:10;n;6|16:707|17:708;7|16:14|17:671;6|16:707|17:716;7|16:14|17:670;6|16:707|17:709;7|16:14|17:668;6|16:707|17:717;7|16:14|17:672;p;2;n;1|3:698|4:6|5:724|6:43|7:615|3:698|3:698;n;7|16:700|17:702;7|16:616|17:684;p;1|3:698|4:6|5:725|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:726|6:43|7:615|3:698|3:698;n;6|16:616|17:689;6|16:616|17:705;p;p;1|3:673|4:6|5:727|6:8|7:675|3:673|3:673;n;7|16:323|17:728;7|16:323|17:729;p;1|3:673|4:6|5:730|6:8|7:675|3:673|3:673;n;7|16:323|17:680;p;1|3:659|4:47|5:731|6:393|7:661|13:10|3:659|3:659;n;6|16:60|17:663;p;1|3:446|4:6|5:732|6:393|7:667|13:10|3:446|3:446;n;7|16:14|17:668;7|16:14|17:670;7|16:14|17:672;7|16:14|17:671;p;1|3:446|4:6|5:733|6:393|7:667|8:10|13:10|3:446|3:446;n;7|16:14|17:672;7|16:14|17:671;7|16:14|17:668;7|16:14|17:670;p;1|3:446|4:6|5:734|6:393|7:667|13:10|3:446|3:446;n;7|16:14|17:668;7|16:14|17:670;7|16:14|17:671;7|16:14|17:672;p;2;n;1|3:682|4:6|5:735|6:393|7:615|3:682|3:682;n;7|16:700|17:711;7|16:700|17:702;7|16:700|17:736;7|16:700|17:701;7|16:616|17:684;p;1|3:682|4:6|5:737|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:738|6:393|7:615|3:682|3:682;n;6|16:616|17:705;p;p;2;n;1|3:682|4:6|5:739|6:393|7:615|3:682|3:682;n;7|16:700|17:719;7|16:700|17:736;7|16:700|17:711;7|16:616|17:684;p;1|3:682|4:6|5:740|6:393|7:'
  254. ..'615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:741|6:393|7:615|3:682|3:682;n;6|16:616|17:714;p;p;1|4:6|5:742|6:43|7:667|13:10;n;7|16:14|17:670;7|16:14|17:668;p;2;n;1|3:698|4:6|5:743|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:744|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:745|6:43|7:615|3:698|3:698;n;6|16:616|17:705;p;p;1|4:6|5:746|6:43|7:667|13:10;n;7|16:14|17:672;7|16:14|17:670;6|16:707|17:709;7|16:14|17:671;7|16:14|17:668;6|16:707|17:747;6|16:707|17:717;p;1|3:659|4:47|5:748|6:393|7:661|13:10|3:659|3:659;n;6|16:60|17:663;p;2;n;1|3:682|4:6|5:749|6:393|7:615|3:682|3:682;n;7|16:700|17:750;7|16:616|17:684;p;1|3:682|4:6|5:751|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:752|6:393|7:615|3:682|3:682;n;6|16:616|17:688;p;p;1|3:659|4:47|5:753|6:393|7:661|13:10|3:659|3:659;n;6|16:60|17:663;p;1|3:659|4:47|5:754|6:393|7:661|13:10|3:659|3:659;n;6|16:74|17:662;p;1|3:446|4:6|5:755|6:393|7:667|13:10|3:446|3:446;n;7|16:14|17:672;7|16:14|17:668;p;1|3:446|4:6|5:756|6:393|7:667|13:10|3:446|3:446;n;7|16:14|17:672;7|16:14|17:671;p;1|3:446|4:6|5:757|6:393|7:667|13:10|3:446|3:446;1|3:446|4:6|5:758|6:393|7:667|13:10|3:446|3:446;n;7|16:14|17:672;7|16:14|17:668;7|16:14|17:671;p;1|3:691|4:6|5:759|6:393|7:693|3:691|3:691;n;7|16:616|17:760;p;1|3:673|4:6|5:761|6:8|7:675|3:673|3:673;n;7|16:323|17:728;7|16:323|17:729;p;1|3:673|4:6|5:762|6:8|7:675|3:673|3:673;n;7|16:323|17:728;7|16:323|17:729;p;1|3:673|4:6|5:763|6:8|7:675|3:673|3:673;n;7|16:323|17:680;p;1|3:673|4:6|5:764|6:393|7:675|3:673|3:673;n;7|16:323|17:677;p;2;n;1|3:682|4:6|5:765|6:393|7:615|3:682|3:682;n;7|16:616|17:684;p;1|3:682|4:6|5:766|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:767|6:393|7:615|3:682|3:682;n;6|16:616|17:714;6|16:616|17:688;p;p;2;n;1|3:682|4:6|5:768|6:393|7:615|3:682|3:682;n;7|16:616|17:684;p;1|3:682|4:6|5:769|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:770|6:393|7:615|3:682|3:682;n;6|16:616|17:688;6|16:616|17:714;p;p;1|3:659|4:47|5:771|6:393|7:661|13:10|3:659|3:659;2;n;1|3:682|4:6|5:772|6:393|7:615|3:682|3:682;n;7|16:616|17:684;p;1|3:682|4:6|5:773|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:774|6:393|7:615|3:682|3:682;n;6|16:616'
  255. ..'|17:689;p;p;1|3:446|4:6|5:775|6:393|7:667|13:10|3:446|3:446;n;7|16:14|17:668;7|16:14|17:670;7|16:14|17:672;7|16:14|17:671;p;1|3:5|4:6|5:776|6:393|7:667|13:10|3:5|3:5;n;6|16:707|17:717;7|16:14|17:672;6|16:707|17:716;7|16:14|17:670;7|16:14|17:671;7|16:14|17:668;6|16:707|17:708;p;1|3:5|4:6|5:777|6:393|7:667|13:10|3:5|3:5;n;7|16:14|17:668;7|16:14|17:672;6|16:707|17:716;7|16:14|17:671;7|16:14|17:670;6|16:707|17:708;p;2;n;1|3:778|4:6|5:779|6:393|7:615|3:778|3:778;n;7|16:700|17:736;7|16:616|17:684;p;1|3:778|4:6|5:780|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:781|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:782|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:783|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:784|6:393|7:615|3:778|3:778;p;2;n;1|3:698|4:6|5:785|6:43|7:615|3:698|3:698;n;7|16:700|17:702;7|16:616|17:684;p;1|3:698|4:6|5:786|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:787|6:43|7:615|3:698|3:698;n;6|16:616|17:705;p;p;2;n;1|3:778|4:6|5:788|6:393|7:615|3:778|3:778;n;7|16:700|17:711;7|16:616|17:684;p;1|3:778|4:6|5:789|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:790|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:791|6:393|7:615|3:778|3:778;n;7|16:700|17:711;7|16:616|17:684;p;1|3:778|4:6|5:792|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:793|6:393|7:615|3:778|3:778;p;1|4:6|5:794|6:43|7:667|13:10;n;6|16:707|17:716;6|16:707|17:709;7|16:14|17:670;6|16:707|17:717;7|16:14|17:668;6|16:707|17:708;7|16:14|17:671;p;1|3:5|4:6|5:795|6:393|7:667|13:10|3:5|3:5;n;7|16:14|17:668;6|16:707|17:717;6|16:707|17:716;7|16:14|17:672;6|16:707|17:708;7|16:14|17:671;p;1|4:6|5:796|6:43|7:667|13:10;n;6|16:707|17:716;7|16:14|17:670;7|16:14|17:672;7|16:14|17:671;6|16:707|17:709;7|16:14|17:668;6|16:707|17:708;6|16:707|17:717;p;2;n;1|3:682|4:6|5:797|6:393|7:615|3:682|3:682;n;7|16:700|17:798;7|16:616|17:684;p;1|3:682|4:6|5:799|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:800|6:393|7:615|3:682|3:682;n;6|16:616|17:705;6|16:616|17:689;p;p;2;n;1|3:698|4:6|5:801|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:802|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:803|6:43|7:615|3:698|3:698;n;6|16:61'
  256. ..'6|17:705;6|16:616|17:689;p;p;2;n;1|3:698|4:6|5:804|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:805|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:806|6:43|7:615|3:698|3:698;n;6|16:616|17:705;6|16:616|17:688;p;p;2;n;1|3:698|4:6|5:807|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:808|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:809|6:43|7:615|3:698|3:698;n;6|16:616|17:705;6|16:616|17:689;p;p;2;n;1|3:698|4:6|5:810|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:811|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:812|6:43|7:615|3:698|3:698;n;6|16:616|17:714;p;p;1|3:673|4:6|5:813|6:8|7:675|3:673|3:673;n;7|16:323|17:728;p;2;n;1|3:682|4:6|5:814|6:393|7:615|3:682|3:682;n;7|16:616|17:684;p;1|3:682|4:6|5:815|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:816|6:393|7:615|3:682|3:682;n;6|16:616|17:689;6|16:616|17:705;p;p;1|3:5|4:6|5:817|6:393|7:667|13:10|3:5|3:5;n;7|16:14|17:672;6|16:14|17:669;7|16:14|17:671;p;2;n;1|3:682|4:6|5:818|6:393|7:615|3:682|3:682;n;7|16:616|17:684;p;1|3:682|4:6|5:819|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:820|6:393|7:615|3:682|3:682;n;6|16:616|17:705;6|16:616|17:689;p;p;1|3:446|4:6|5:821|6:393|7:667|13:10|3:446|3:446;n;7|16:14|17:670;7|16:14|17:672;7|16:14|17:668;7|16:14|17:671;p;2;n;1|3:682|4:6|5:822|6:393|7:615|3:682|3:682;n;7|16:700|17:711;7|16:616|17:684;p;1|3:682|4:6|5:823|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:824|6:393|7:615|3:682|3:682;p;2;n;1|3:682|4:6|5:825|6:393|7:615|3:682|3:682;n;7|16:700|17:719;7|16:616|17:684;p;1|3:682|4:6|5:826|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:827|6:393|7:615|3:682|3:682;p;1|3:673|4:6|5:828|6:8|7:675|3:673|3:673;n;7|16:323|17:680;p;1|3:446|4:6|5:829|6:393|7:667|13:10|3:446|3:446;n;7|16:14|17:668;7|16:14|17:672;7|16:14|17:671;p;2;n;1|3:682|4:6|5:830|6:393|7:615|3:682|3:682;n;7|16:616|17:684;p;1|3:682|4:6|5:831|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:832|6:393|7:615|3:682|3:682;n;6|16:616|17:714;6|16:616|17:688;p;p;1|3:659|4:47|5:833|6:43|7:661|13:10|3:659|3:659;n;6|16:74|17:662;6|16:60|17:663;p;2;n;1|3:698|4:6|5:834|6:43|7:615|3:698|3:698;n;7|16:700|17:702;7|'
  257. ..'16:616|17:684;p;1|3:698|4:6|5:835|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:836|6:43|7:615|3:698|3:698;n;6|16:616|17:705;p;p;1|3:659|4:47|5:837|6:393|7:661|13:10|3:659|3:659;n;6|16:60|17:663;6|16:74|17:662;p;1|4:6|5:838|6:43|7:667|13:10;n;6|16:707|17:716;7|16:14|17:670;6|16:707|17:708;6|16:707|17:709;7|16:14|17:671;7|16:14|17:672;7|16:14|17:668;6|16:707|17:717;p;2;n;1|3:682|4:6|5:839|6:393|7:615|3:682|3:682;n;7|16:700|17:701;7|16:700|17:840;7|16:700|17:798;7|16:700|17:702;7|16:616|17:684;p;1|3:682|4:6|5:841|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:842|6:393|7:615|3:682|3:682;n;6|16:616|17:689;6|16:616|17:705;p;p;2;n;1|3:778|4:6|5:843|6:393|7:615|3:778|3:778;n;7|16:700|17:702;7|16:700|17:701;7|16:700|17:736;7|16:700|17:711;7|16:616|17:684;p;1|3:778|4:6|5:844|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:845|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:846|6:393|7:615|3:778|3:778;n;7|16:700|17:702;7|16:700|17:711;7|16:700|17:701;7|16:700|17:736;7|16:616|17:684;p;1|3:778|4:6|5:847|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:848|6:393|7:615|3:778|3:778;p;1|3:5|4:6|5:849|6:393|7:667|13:10|3:5|3:5;n;6|16:707|17:717;6|16:707|17:709;6|16:707|17:716;7|16:14|17:672;7|16:14|17:671;6|16:707|17:708;p;1|3:5|4:6|5:850|6:393|7:667|13:10|3:5|3:5;n;6|16:707|17:717;7|16:14|17:670;6|16:707|17:709;7|16:14|17:672;7|16:14|17:671;6|16:707|17:716;6|16:707|17:708;p;1|3:5|4:6|5:851|6:393|7:667|13:10|3:5|3:5;n;7|16:14|17:668;7|16:14|17:672;6|16:707|17:716;7|16:14|17:670;7|16:14|17:671;6|16:707|17:708;p;2;n;1|3:778|4:6|5:852|6:393|7:615|3:778|3:778;n;7|16:700|17:711;7|16:700|17:736;7|16:616|17:684;p;1|3:778|4:6|5:853|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:854|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:855|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:856|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:857|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:858|6:393|7:615|3:778|3:778;n;7|16:700|17:711;7|16:616|17:684;p;1|3:778|4:6|5:859|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:860|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:861|6:393|7:615|3:778|3:778;n;7|16:700|17:736;7|16:700|1'
  258. ..'7:711;7|16:616|17:684;p;1|3:778|4:6|5:862|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:863|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:864|6:393|7:615|3:778|3:778;n;7|16:700|17:736;7|16:700|17:701;7|16:616|17:684;p;1|3:778|4:6|5:865|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:866|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:867|6:393|7:615|3:778|3:778;n;7|16:700|17:711;7|16:616|17:684;p;1|3:778|4:6|5:868|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:869|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:870|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:871|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:872|6:393|7:615|3:778|3:778;p;1|3:5|4:6|5:873|6:393|7:667|13:10|3:5|3:5;n;7|16:14|17:668;6|16:707|17:709;6|16:707|17:716;7|16:14|17:672;6|16:707|17:708;6|16:707|17:717;p;1|3:5|4:6|5:874|6:393|7:667|13:10|3:5|3:5;n;7|16:14|17:672;6|16:707|17:716;7|16:14|17:671;6|16:707|17:708;p;2;n;1|3:778|4:6|5:875|6:393|7:615|3:778|3:778;n;7|16:700|17:736;7|16:700|17:711;7|16:616|17:684;p;1|3:778|4:6|5:876|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:877|6:393|7:615|3:778|3:778;p;2;n;1|3:682|4:6|5:878|6:393|7:615|3:682|3:682;n;7|16:700|17:711;7|16:700|17:701;7|16:700|17:702;7|16:700|17:736;7|16:616|17:684;p;1|3:682|4:6|5:879|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:880|6:393|7:615|3:682|3:682;n;6|16:616|17:688;6|16:616|17:714;6|16:616|17:705;p;p;2;n;1|3:682|4:6|5:881|6:393|7:615|3:682|3:682;n;7|16:700|17:701;7|16:700|17:711;7|16:616|17:684;p;1|3:682|4:6|5:882|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:883|6:393|7:615|3:682|3:682;n;6|16:616|17:689;6|16:616|17:714;p;p;2;n;1|3:778|4:6|5:884|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:885|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:886|6:393|7:615|3:778|3:778;p;1|3:5|4:6|5:887|6:393|7:667|13:10|3:5|3:5;n;6|16:707|17:717;7|16:14|17:668;6|16:707|17:709;7|16:14|17:672;6|16:707|17:716;7|16:14|17:671;6|16:707|17:747;6|16:707|17:708;p;2;n;1|3:778|4:6|5:888|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:889|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:890|6:393|7:615|3:778|3:778;p;1|3:65'
  259. ..'9|4:47|5:891|6:393|7:661|13:10|3:659|3:659;n;6|16:74|17:662;p;1|3:446|4:6|5:892|6:393|7:667|13:10|3:446|3:446;n;7|16:14|17:670;7|16:14|17:671;p;1|3:446|4:6|5:893|6:393|7:667|13:10|3:446|3:446;n;7|16:14|17:672;7|16:14|17:671;7|16:14|17:668;p;1|3:5|4:6|5:894|6:393|7:667|13:10|3:5|3:5;n;6|16:707|17:717;6|16:707|17:716;6|16:707|17:709;6|16:707|17:708;p;1|3:5|4:6|5:895|6:393|7:667|13:10|3:5|3:5;n;7|16:14|17:672;6|16:707|17:717;7|16:14|17:671;6|16:707|17:716;6|16:707|17:708;p;1|3:659|4:47|5:896|6:43|7:661|13:10|3:659|3:659;n;6|16:74|17:662;6|16:60|17:663;p;1|4:6|5:897|6:43|7:667|13:10;n;7|16:14|17:672;6|16:707|17:709;7|16:14|17:668;7|16:14|17:671;7|16:14|17:670;p;1|4:6|5:898|6:43|7:667|13:10;n;7|16:14|17:671;6|16:707|17:716;7|16:14|17:672;6|16:707|17:709;7|16:14|17:670;6|16:707|17:717;6|16:707|17:708;7|16:14|17:668;p;1|3:659|4:47|5:899|6:393|7:661|13:10|3:659|3:659;n;6|16:60|17:663;p;2;n;1|3:698|4:6|5:900|6:43|7:615|3:698|3:698;n;7|16:700|17:701;7|16:616|17:684;p;1|3:698|4:6|5:901|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:902|6:43|7:615|3:698|3:698;p;1|4:6|5:903|6:43|7:667|13:10;n;7|16:14|17:671;7|16:14|17:672;7|16:14|17:668;6|16:707|17:716;6|16:707|17:708;6|16:707|17:717;7|16:14|17:670;p;1|3:659|4:47|5:904|6:43|7:661|13:10|3:659|3:659;n;6|16:60|17:663;p;1|4:6|5:905|6:43|7:667|13:10;n;6|16:707|17:708;7|16:14|17:670;6|16:707|17:717;7|16:14|17:668;6|16:707|17:709;6|16:707|17:716;7|16:14|17:671;p;1|4:6|5:906|6:43|7:667|13:10;n;6|16:707|17:708;6|16:707|17:716;7|16:14|17:672;6|16:707|17:709;7|16:14|17:668;6|16:707|17:717;7|16:14|17:670;p;2;n;1|3:682|4:6|5:907|6:393|7:615|3:682|3:682;n;7|16:700|17:702;7|16:700|17:701;7|16:616|17:684;p;1|3:682|4:6|5:908|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:909|6:393|7:615|3:682|3:682;n;6|16:616|17:688;6|16:616|17:705;p;p;1|3:659|4:47|5:910|6:43|7:661|13:10|3:659|3:659;n;6|16:74|17:662;p;1|3:659|4:47|5:911|6:393|7:661|13:10|3:659|3:659;n;6|16:60|17:663;p;1|4:6|5:912|6:43|7:667|13:10;n;6|16:707|17:708;7|16:14|17:671;7|16:14|17:670;7|16:14|17:668;6|16:707|17:716;7|16:14|17:672;p;2;n;1|3:682|4:6|5:913|6:393|7:615|3:682|3:682;n;7|16:700|17:840;7|16:700|17:798;7|16:616|17:684;p;1|3:682|4:6|5:914|6:393|7:615'
  260. ..'|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:915|6:393|7:615|3:682|3:682;n;6|16:616|17:689;p;p;1|3:659|4:47|5:916|6:393|7:661|13:10|3:659|3:659;n;6|16:60|17:663;p;1|3:659|4:47|5:917|6:393|7:661|13:10|3:659|3:659;1|4:6|5:918|6:43|7:667|13:10;n;7|16:14|17:672;7|16:14|17:670;7|16:14|17:668;7|16:14|17:671;p;2;n;1|3:698|4:6|5:919|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:920|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:921|6:43|7:615|3:698|3:698;p;2;n;1|3:682|4:6|5:922|6:393|7:615|3:682|3:682;n;7|16:700|17:923;7|16:700|17:719;7|16:700|17:736;7|16:700|17:711;7|16:616|17:684;p;1|3:682|4:6|5:924|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:925|6:393|7:615|3:682|3:682;p;2;n;1|3:698|4:6|5:926|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:927|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:928|6:43|7:615|3:698|3:698;p;2;n;1|3:698|4:6|5:929|6:43|7:615|3:698|3:698;n;7|16:700|17:701;7|16:616|17:684;p;1|3:698|4:6|5:930|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:931|6:43|7:615|3:698|3:698;n;6|16:616|17:705;6|16:616|17:689;p;p;2;n;1|3:698|4:6|5:932|6:43|7:615|3:698|3:698;n;7|16:700|17:702;7|16:616|17:684;p;1|3:698|4:6|5:933|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:934|6:43|7:615|3:698|3:698;n;6|16:616|17:705;p;p;2;n;1|3:698|4:6|5:935|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:936|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:937|6:43|7:615|3:698|3:698;p;2;n;1|3:698|4:6|5:938|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:939|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:940|6:43|7:615|3:698|3:698;n;6|16:616|17:688;p;p;2;n;1|3:698|4:6|5:941|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:942|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:943|6:43|7:615|3:698|3:698;n;6|16:616|17:714;p;p;2;n;1|3:698|4:6|5:944|6:43|7:615|3:698|3:698;n;7|16:700|17:702;7|16:616|17:684;p;1|3:698|4:6|5:945|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:946|6:43|7:615|3:698|3:698;n;6|16:616|17:705;6|16:616|17:689;p;p;2;n;1|3:698|4:6|5:947|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:948|6:43|7:615|3:698|3:698;n;7|16:616|17:'
  261. ..'686;p;1|3:698|4:6|5:949|6:43|7:615|3:698|3:698;n;6|16:616|17:689;6|16:616|17:705;p;p;1|3:659|4:47|5:950|6:43|7:661|13:10|3:659|3:659;1|3:5|4:6|5:951|6:393|7:667|13:10|3:5|3:5;n;6|16:707|17:717;p;1|3:659|4:47|5:952|6:43|7:661|13:10|3:659|3:659;1|4:6|5:953|6:43|7:667|13:10;n;7|16:14|17:672;7|16:14|17:670;7|16:14|17:671;7|16:14|17:668;p;1|3:659|4:47|5:954|6:43|7:661|13:10|3:659|3:659;n;6|16:74|17:662;p;2;n;1|3:698|4:6|5:955|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:956|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:957|6:43|7:615|3:698|3:698;p;1|3:659|4:47|5:958|6:43|7:661|13:10|3:659|3:659;n;6|16:74|17:959;6|16:60|17:663;p;1|3:659|4:47|5:960|6:43|7:661|13:10|3:659|3:659;2;n;1|3:698|4:6|5:961|6:43|7:615|3:698|3:698;n;7|16:700|17:702;7|16:616|17:684;p;1|3:698|4:6|5:962|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:963|6:43|7:615|3:698|3:698;n;6|16:616|17:705;6|16:616|17:689;p;p;2;n;1|3:698|4:6|5:964|6:43|7:615|3:698|3:698;n;7|16:700|17:701;7|16:616|17:684;p;1|3:698|4:6|5:965|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:966|6:43|7:615|3:698|3:698;n;6|16:616|17:689;6|16:616|17:705;p;p;2;n;1|3:698|4:6|5:967|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:968|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:969|6:43|7:615|3:698|3:698;n;6|16:616|17:689;6|16:616|17:705;p;p;1|4:6|5:970|6:43|7:667|13:10;n;7|16:14|17:670;7|16:14|17:668;p;1|4:6|5:971|6:43|7:667|13:10;n;7|16:14|17:670;7|16:14|17:668;p;2;n;1|3:682|4:6|5:972|6:393|7:615|3:682|3:682;n;7|16:700|17:719;7|16:700|17:711;7|16:616|17:684;p;1|3:682|4:6|5:973|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:974|6:393|7:615|3:682|3:682;p;2;n;1|3:682|4:6|5:975|6:393|7:615|3:682|3:682;n;7|16:700|17:923;7|16:700|17:719;7|16:700|17:736;7|16:700|17:711;7|16:616|17:684;p;1|3:682|4:6|5:976|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:977|6:393|7:615|3:682|3:682;p;2;n;1|3:682|4:6|5:978|6:393|7:615|3:682|3:682;n;7|16:700|17:979;7|16:700|17:980;7|16:700|17:923;7|16:700|17:736;7|16:616|17:684;p;1|3:682|4:6|5:981|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:982|6:393|7:615|3:682|3:682;p;2;n;1|3:682|4:6|5:983|6:393|7:615|3:682|3:68'
  262. ..'2;n;7|16:700|17:736;7|16:700|17:711;7|16:700|17:702;7|16:700|17:701;7|16:616|17:684;p;1|3:682|4:6|5:984|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:985|6:393|7:615|3:682|3:682;p;2;n;1|3:682|4:6|5:986|6:393|7:615|3:682|3:682;n;7|16:700|17:711;7|16:700|17:736;7|16:700|17:702;7|16:700|17:701;7|16:616|17:684;p;1|3:682|4:6|5:987|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:988|6:393|7:615|3:682|3:682;p;2;n;1|3:682|4:6|5:989|6:393|7:615|3:682|3:682;n;7|16:700|17:711;7|16:700|17:701;7|16:616|17:684;p;1|3:682|4:6|5:990|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:991|6:393|7:615|3:682|3:682;p;1|3:446|4:6|5:992|6:393|7:667|13:10|3:446|3:446;n;7|16:14|17:672;p;1|3:446|4:6|5:993|6:393|7:667|13:10|3:446|3:446;1|3:446|4:6|5:994|6:393|7:667|13:10|3:446|3:446;1|3:446|4:6|5:995|6:393|7:667|13:10|3:446|3:446;1|3:673|4:6|5:996|6:8|7:675|3:673|3:673;2;n;1|3:682|4:6|5:997|6:393|7:615|3:682|3:682;n;7|16:700|17:798;7|16:616|17:684;p;1|3:682|4:6|5:998|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:999|6:393|7:615|3:682|3:682;p;1|3:673|4:6|5:1000|6:8|7:675|3:673|3:673;1|3:673|4:6|5:1001|6:8|7:675|3:673|3:673;1|3:673|4:6|5:1002|6:8|7:675|3:673|3:673;1|3:673|4:6|5:1003|6:8|7:675|3:673|3:673;1|3:446|4:6|5:1004|6:393|7:667|13:10|3:446|3:446;1|3:446|4:6|5:1005|6:393|7:667|13:10|3:446|3:446;n;7|16:14|17:672;7|16:14|17:668;p;1|4:6|5:1006|6:43|7:667|13:10;n;6|16:707|17:708;6|16:707|17:709;7|16:14|17:670;7|16:14|17:668;7|16:14|17:671;p;1|3:5|4:6|5:1007|6:393|7:667|13:10|3:5|3:5;n;7|16:14|17:668;7|16:14|17:670;6|16:707|17:716;7|16:14|17:671;6|16:707|17:708;7|16:14|17:672;p;1|3:5|4:6|5:1008|6:393|7:667|13:10|3:5|3:5;n;7|16:14|17:668;7|16:14|17:670;7|16:14|17:672;6|16:707|17:716;7|16:14|17:671;6|16:707|17:708;p;1|3:5|4:6|5:1009|6:393|7:667|13:10|3:5|3:5;n;7|16:14|17:668;7|16:14|17:672;7|16:14|17:670;6|16:707|17:716;7|16:14|17:671;6|16:707|17:708;p;1|3:5|4:6|5:1010|6:393|7:667|13:10|3:5|3:5;n;7|16:14|17:668;7|16:14|17:670;6|16:707|17:716;7|16:14|17:671;6|16:707|17:708;7|16:14|17:672;p;1|3:5|4:6|5:1011|6:393|7:667|13:10|3:5|3:5;n;7|16:14|17:668;7|16:14|17:670;7|16:14|17:672;7|16:14|17:671;6|16:707|17:716;6|16:707|17:708;p;1|3:5|4:6|5:1012|6:393'
  263. ..'|7:667|13:10|3:5|3:5;n;6|16:707|17:717;7|16:14|17:670;7|16:14|17:672;6|16:707|17:716;7|16:14|17:668;7|16:14|17:671;6|16:707|17:708;p;1|3:5|4:6|5:1013|6:393|7:667|13:10|3:5|3:5;n;7|16:14|17:668;7|16:14|17:670;7|16:14|17:672;6|16:707|17:716;6|16:707|17:708;7|16:14|17:671;p;2;n;1|3:698|4:6|5:1014|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:1015|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:1016|6:43|7:615|3:698|3:698;p;1|3:659|4:47|5:1017|6:393|7:661|13:10|3:659|3:659;n;6|16:60|17:663;p;2;n;1|3:698|4:6|5:1018|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:1019|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:1020|6:43|7:615|3:698|3:698;p;2;n;1|3:698|4:6|5:1021|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:1022|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:1023|6:43|7:615|3:698|3:698;p;2;n;1|3:698|4:6|5:1024|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:1025|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:1026|6:43|7:615|3:698|3:698;p;2;n;1|3:698|4:6|5:1027|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:1028|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:1029|6:43|7:615|3:698|3:698;p;2;n;1|3:698|4:6|5:1030|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:1031|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:1032|6:43|7:615|3:698|3:698;p;2;n;1|3:698|4:6|5:1033|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:1034|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:1035|6:43|7:615|3:698|3:698;p;2;n;1|3:698|4:6|5:1036|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:1037|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:1038|6:43|7:615|3:698|3:698;p;2;n;1|3:682|4:6|5:1039|6:393|7:615|3:682|3:682;n;7|16:700|17:979;7|16:700|17:1040;7|16:616|17:684;p;1|3:682|4:6|5:1041|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:1042|6:393|7:615|3:682|3:682;p;1|3:446|4:6|5:1043|6:393|7:667|13:10|3:446|3:446;n;7|16:14|17:668;7|16:14|17:672;p;1|3:691|4:6|5:1044|6:393|7:693|3:691|3:691;1|3:673|4:6|5:1045|6:43|7:675|3:673|3:673;2;n;1|3:778|4:6|5:1046|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:1047|6:393|7:615|3:77'
  264. ..'8|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:1048|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:1049|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:1050|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:1051|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:1052|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:1053|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:1054|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:1055|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:1056|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:1057|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:1058|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:1059|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:1060|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:1061|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:1062|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:1063|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:1064|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:1065|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:1066|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:1067|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:1068|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:1069|6:393|7:615|3:778|3:778;p;1|3:659|4:47|5:1070|6:393|7:661|13:10|3:659|3:659;n;6|16:60|17:663;p;1|3:659|4:47|5:1071|6:393|7:661|13:10|3:659|3:659;2;n;1|3:698|4:6|5:1072|6:43|7:615|3:698|3:698;n;7|16:616|17:684;p;1|3:698|4:6|5:1073|6:43|7:615|3:698|3:698;n;7|16:616|17:686;p;1|3:698|4:6|5:1074|6:43|7:615|3:698|3:698;p;2;n;1|3:682|4:6|5:1075|6:393|7:615|3:682|3:682;n;7|16:700|17:979;7|16:700|17:1040;7|16:616|17:684;p;1|3:682|4:6|5:1076|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:1077|6:393|7:615|3:682|3:682;p;1|3:673|4:6|5:1078|6:43|7:675|3:673|3:673;1|3:673|4:6|5:1079|6:8|7:675|3:673|3:673;n;7|16:323|17:728;p;2;n;1|3:778|4:6|5:1080|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:1081|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:1082|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:1083|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:1084|6:393|7:615|3:778|3:778;n;7|16:616'
  265. ..'|17:686;p;1|3:778|4:6|5:1085|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:1086|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:1087|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:1088|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:1089|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:1090|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:1091|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:1092|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:1093|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:1094|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:1095|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:1096|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:1097|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:1098|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:1099|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:1100|6:393|7:615|3:778|3:778;p;2;n;1|3:778|4:6|5:1101|6:393|7:615|3:778|3:778;n;7|16:616|17:684;p;1|3:778|4:6|5:1102|6:393|7:615|3:778|3:778;n;7|16:616|17:686;p;1|3:778|4:6|5:1103|6:393|7:615|3:778|3:778;p;2;n;1|3:682|4:6|5:1104|6:393|7:615|3:682|3:682;n;7|16:700|17:1105;7|16:700|17:1040;7|16:616|17:684;p;1|3:682|4:6|5:1106|6:393|7:615|3:682|3:682;n;7|16:616|17:686;p;1|3:682|4:6|5:1107|6:393|7:615|3:682|3:682;p;1|3:673|4:6|5:1108|6:43|7:675|3:673|3:673;1|3:691|4:6|5:1109|6:393|7:693|3:691|3:691;p;p;2|1:1110;n;2;n;1|3:659|4:47|5:1111|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1113;p;1|3:659|4:47|5:1114|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1115;p;1|3:659|4:47|5:1116|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1113;6|16:60|17:1117;p;1|3:659|4:47|5:1118|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:639;p;1|3:659|4:47|5:1119|6:43|7:1112|13:10|3:659|3:659;1|3:1120|4:47|5:1121|6:43|7:1122|3:1120|3:1120;n;7|16:56|17:1123;p;1|3:659|4:47|5:1124|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1125;p;1|3:659|4:47|5:1126|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1115;p;1|3:659|4:47|5:1127|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1113;6|16:60|17:1117;p;1|3:659|4:47|5:1128|6:43|7:1112|13:10|3:659|3:659;1|3:659|4:47|5:1129|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1113;6|16:60|17:1130;p;1|3'
  266. ..':659|4:47|5:1131|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1132;6|16:74|17:1115;p;1|3:659|4:47|5:1133|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1115;p;1|3:659|4:47|5:1134|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1115;p;1|3:659|4:47|5:1135|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1115;p;1|3:659|4:47|5:1136|6:43|7:1137|13:10|3:659|3:659;n;6|16:60|17:1138;p;1|3:659|4:47|5:1139|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1140;p;1|3:659|4:47|5:1141|6:43|7:1112|13:10|3:659|3:659;1|3:659|4:47|5:1142|6:43|7:1112|13:10|3:659|3:659;1|3:1120|4:47|5:1143|6:43|7:1122|3:1120|3:1120;n;7|16:56|17:652;p;1|3:659|4:47|5:1144|6:43|7:1112|13:10|3:659|3:659;1|3:659|4:47|5:1145|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1115;p;1|3:659|4:47|5:1146|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1147;p;1|3:659|4:47|5:1148|6:43|7:1137|13:10|3:659|3:659;p;2;n;1|3:5|4:47|5:1149|6:43|7:1150|13:10|3:5|3:5;n;7|16:60|17:1151;p;1|3:659|4:47|5:1152|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:639;6|16:60|17:1117;p;1|3:659|4:47|5:1154|6:43|7:1153|13:10|3:659|3:659;n;6|16:60|17:1155;6|16:74|17:1156;p;1|3:659|4:47|5:1157|6:43|7:1153|13:10|3:659|3:659;1|3:659|4:47|5:1158|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:639;p;1|3:1120|4:47|5:1159|6:43|7:1160|3:1120|3:1120;n;6|16:1161|17:1162;p;1|3:659|4:47|5:1163|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:639;6|16:60|17:1164;p;1|3:659|4:47|5:1165|6:43|7:1153|13:10|3:659|3:659;n;6|16:60|17:1164;p;1|3:659|4:47|5:1166|6:43|7:1153|13:10|3:659|3:659;n;6|16:60|17:1164;6|16:74|17:639;p;1|3:659|4:47|5:1167|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;6|16:60|17:1164;p;1|3:659|4:47|5:1168|6:43|7:1153|11:10|13:10|3:659|3:659;n;6|16:60|17:1164;p;1|3:659|4:47|5:1169|6:43|7:1153|13:10|3:659|3:659;n;6|16:60|17:1164;p;1|3:659|4:47|5:1170|6:43|7:1153|13:10|3:659|3:659;1|3:659|4:47|5:1171|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;6|16:60|17:1117;p;1|3:659|4:47|5:1172|6:43|7:1153|13:10|3:659|3:659;1|3:659|4:47|5:1173|6:43|7:1153|13:10|3:659|3:659;1|3:659|4:47|5:1174|6:43|7:1153|13:10|3:659|3:659;1|3:1120|4:47|5:1175|6:43|7:1176|3:1120|3:1120;n;6|16:1177|17:1178;7|16:1179|17:1125;p;1|3:659|4:47|5:1180|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;6|16:60|17:111'
  267. ..'7;p;1|3:659|4:47|5:1181|6:43|7:1153|13:10|3:659|3:659;n;6|16:60|17:1117;6|16:74|17:1156;p;1|3:659|4:47|5:1182|6:43|7:1153|13:10|3:659|3:659;n;6|16:60|17:1117;p;1|3:659|4:47|5:1183|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;p;1|3:659|4:47|5:1184|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;p;1|3:659|4:47|5:1185|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;p;1|3:659|4:47|5:1186|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;6|16:60|17:1117;p;1|3:659|4:47|5:1187|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;p;1|3:659|4:47|5:1188|6:43|7:1153|13:10|3:659|3:659;1|3:659|4:47|5:1189|6:43|7:1153|13:10|3:659|3:659;1|3:659|4:47|5:1190|6:43|7:1153|13:10|3:659|3:659;1|3:659|4:47|5:1191|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;p;1|3:659|4:47|5:1192|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;p;1|3:659|4:47|5:1193|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;6|16:60|17:1117;p;1|3:659|4:47|5:1194|6:43|7:1153|13:10|3:659|3:659;1|3:659|4:47|5:1195|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;p;1|3:659|4:47|5:1196|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;p;1|3:659|4:47|5:1197|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;6|16:60|17:1117;p;1|3:5|4:47|5:1198|6:43|7:1199|13:10|3:5|3:5;n;6|16:60|17:1200;7|16:60|17:1201;6|16:74|17:1202;p;1|3:659|4:47|5:1203|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;p;1|3:659|4:47|5:1204|6:43|7:1153|13:10|3:659|3:659;1|3:659|4:47|5:1205|6:43|7:1153|3:659|3:659;n;7|16:74|17:1156;6|16:60|17:1117;p;1|3:659|4:47|5:1206|6:43|7:1153|13:10|3:659|3:659;n;6|16:60|17:1117;p;1|3:659|4:47|5:1207|6:43|7:1153|13:10|3:659|3:659;1|3:1120|4:47|5:1208|6:43|7:1160|3:1120|3:1120;n;6|16:1161|17:1209;p;1|3:659|4:47|5:1210|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;p;1|3:659|4:47|5:1211|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;p;1|3:659|4:47|5:1212|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;6|16:60|17:1117;p;1|3:659|4:47|5:1213|6:43|7:1153|13:10|3:659|3:659;1|3:659|4:47|5:1214|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;p;1|3:659|4:47|5:1215|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;p;1|3:659|4:47|5:1216|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;6|16:60|17:1117;p;1|3:659|4:47|5:1217|6:43|7:115'
  268. ..'3|13:10|3:659|3:659;1|3:659|4:47|5:1218|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;p;1|3:659|4:47|5:1219|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;6|16:60|17:1117;p;1|3:659|4:47|5:1220|6:43|7:1153|13:10|3:659|3:659;1|3:659|4:47|5:1221|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;p;1|3:659|4:47|5:1222|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:1156;6|16:60|17:1117;p;1|3:659|4:47|5:1223|6:43|7:1153|13:10|3:659|3:659;1|3:659|4:47|5:1224|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:639;p;1|3:659|4:47|5:1225|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:639;6|16:60|17:1164;p;1|3:659|4:47|5:1226|6:43|7:1153|13:10|3:659|3:659;1|3:659|4:47|5:1227|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:639;p;1|3:659|4:47|5:1228|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:639;p;1|3:659|4:47|5:1229|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:639;p;1|3:659|4:47|5:1230|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:639;p;1|3:659|4:47|5:1231|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:637;p;1|3:659|4:47|5:1232|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:639;p;1|3:659|4:47|5:1233|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:639;p;1|3:659|4:47|5:1234|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:639;p;1|3:659|4:47|5:1235|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:639;p;1|3:659|4:47|5:1236|6:43|7:1237|13:10|3:659|3:659;1|3:659|4:47|5:1238|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:639;p;1|3:659|4:47|5:1239|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:639;p;1|3:659|4:47|5:1240|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:639;p;1|3:659|4:47|5:1241|6:43|7:1153|13:10|3:659|3:659;n;6|16:74|17:639;p;1|3:659|4:47|5:1242|6:43|7:1153|13:10|3:659|3:659;p;p;2|1:1243;n;2|1:1244;n;1|3:36|4:226|5:1245|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:1247|17:1248;p;1|3:36|4:226|5:1249|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:1247|17:1248;p;1|3:36|4:226|5:1250|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:14|17:1251;6|16:1252|17:1253;p;1|3:36|4:226|5:1254|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:1255|17:1256;6|16:14|17:1257;p;2;n;2;n;1|4:6|5:1258|7:1259|12:10;n;7|16:235|17:1260;6|16:323|17:1261;p;1|4:6|5:1262|7:1259;n;7|16:235|17:1263;6|16:323|17:1264;p;1|'
  269. ..'4:6|5:1265|7:1259;n;7|16:235|17:1260;6|16:323|17:1266;p;1|3:36|4:226|5:1267|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:707|17:1268;6|16:1255|17:1269;6|16:707|17:1270;6|16:707|17:1271;6|16:707|17:1272;6|16:707|17:1273;6|16:1252|17:1274;p;1|4:6|5:1275|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;7|16:14|17:1279;p;1|4:6|5:1280|7:1259;1|4:6|5:1281|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;p;1|4:6|5:1282|7:1259;1|4:6|5:1283|7:1259;1|4:6|5:1284|7:1259;1|4:6|5:1285|7:1259;p;2;n;1|4:6|5:1286|7:1259;n;7|16:235|17:1260;6|16:323|17:1261;p;1|4:6|5:1287|7:1259;n;7|16:235|17:1263;6|16:323|17:1264;p;1|4:6|5:1288|7:1259;n;7|16:235|17:1260;6|16:323|17:1266;p;1|3:36|4:226|5:1289|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:707|17:1270;6|16:1255|17:1269;6|16:707|17:1272;6|16:707|17:1268;6|16:707|17:1273;6|16:707|17:1271;p;1|4:6|5:1290|7:1276|8:10|13:10;n;7|16:14|17:1277;7|16:14|17:1279;7|16:14|17:1278;p;1|4:6|5:1291|7:1259;1|4:6|5:1292|7:1276|13:10;n;7|16:14|17:1278;7|16:14|17:1277;p;1|4:6|5:1293|7:1259;1|4:6|5:1294|7:1259;1|4:6|5:1295|7:1259;1|4:6|5:1296|7:1259;p;2;n;1|4:6|5:1297|7:1259;n;7|16:235|17:1260;6|16:323|17:1261;p;1|4:6|5:1298|7:1259;n;7|16:235|17:1263;6|16:323|17:1264;p;1|4:6|5:1299|7:1259;n;7|16:235|17:1260;6|16:323|17:1266;p;1|3:36|4:226|5:1300|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:707|17:1268;6|16:1255|17:1269;6|16:707|17:1271;6|16:707|17:1270;6|16:707|17:1273;6|16:707|17:1272;p;1|4:6|5:1301|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1279;7|16:14|17:1278;p;1|4:6|5:1302|7:1259;1|4:6|5:1303|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;p;1|4:6|5:1304|7:1259;1|4:6|5:1305|7:1259;1|4:6|5:1306|7:1259;1|4:6|5:1307|7:1259;p;2;n;1|4:6|5:1308|7:1259;n;7|16:235|17:1260;6|16:323|17:1261;p;1|4:6|5:1309|7:1259;n;7|16:235|17:1263;6|16:323|17:1264;p;1|4:6|5:1310|7:1259;n;7|16:235|17:1260;6|16:323|17:1266;p;1|3:36|4:226|5:1311|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:707|17:1270;6|16:707|17:1272;6|16:707|17:1268;6|16:707|17:1271;6|16:14|17:1312;6|16:707|17:1273;p;1|4:6|5:1313|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;7|16:14|17:1279;p;1|4:6|5:1314|7:1259;1|4:6|5:1315|7:1276|13:10;n;7|16:14|17:1278;7|16'
  270. ..':14|17:1277;p;1|4:6|5:1316|7:1259;1|4:6|5:1317|7:1259;1|4:6|5:1318|7:1259;1|4:6|5:1319|7:1259;p;2;n;1|4:6|5:1320|7:1259;n;7|16:235|17:1260;6|16:323|17:1261;p;1|4:6|5:1321|7:1259;n;7|16:235|17:1263;6|16:323|17:1264;p;1|4:6|5:1322|7:1259;n;7|16:235|17:1260;6|16:323|17:1266;p;1|3:36|4:226|5:1323|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:707|17:1268;6|16:707|17:1271;6|16:707|17:1272;6|16:707|17:1270;6|16:1255|17:1269;6|16:707|17:1273;p;1|4:6|5:1324|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;7|16:14|17:1279;p;1|4:6|5:1325|7:1259;1|4:6|5:1326|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;p;1|4:6|5:1327|7:1259;1|4:6|5:1328|7:1259;1|4:6|5:1329|7:1259;1|4:6|5:1330|7:1259;p;2;n;1|4:6|5:1331|7:1259;n;7|16:235|17:1260;6|16:323|17:1261;p;1|4:6|5:1332|7:1259;n;7|16:235|17:1263;6|16:323|17:1264;p;1|4:6|5:1333|7:1259;n;7|16:235|17:1260;6|16:323|17:1266;p;1|3:36|4:226|5:1334|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:707|17:1268;6|16:707|17:1271;6|16:1255|17:1269;6|16:707|17:1270;6|16:707|17:1272;6|16:707|17:1273;p;1|4:6|5:1335|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;7|16:14|17:1279;p;1|4:6|5:1336|7:1259;1|4:6|5:1337|7:1276|13:10;n;7|16:14|17:1278;7|16:14|17:1277;p;1|4:6|5:1338|7:1259;1|4:6|5:1339|7:1259;1|4:6|5:1340|7:1259;1|4:6|5:1341|7:1259;p;2;n;1|4:6|5:1342|7:1259;n;7|16:235|17:1260;6|16:323|17:1261;p;1|4:6|5:1343|7:1259;n;7|16:235|17:1263;6|16:323|17:1264;p;1|4:6|5:1344|7:1259;n;7|16:235|17:1260;6|16:323|17:1266;p;1|3:36|4:226|5:1345|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:707|17:1270;6|16:707|17:1271;6|16:14|17:1346;6|16:707|17:1272;6|16:707|17:1273;6|16:707|17:1268;p;1|4:6|5:1347|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;7|16:14|17:1279;p;1|4:6|5:1348|7:1259;1|4:6|5:1349|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;p;1|4:6|5:1350|7:1259;1|4:6|5:1351|7:1259;1|4:6|5:1352|7:1259;1|4:6|5:1353|7:1259;p;p;2;n;2;n;1|4:6|5:1354|7:1259;n;7|16:235|17:1260;6|16:323|17:1261;p;1|4:6|5:1355|7:1259;n;7|16:235|17:1263;6|16:323|17:1264;p;1|4:6|5:1356|7:1259;n;7|16:235|17:1260;6|16:323|17:1266;p;1|3:36|4:226|5:1357|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:707|17:1268;6|16:1255|17:1269;6|16:707|17:127'
  271. ..'0;6|16:707|17:1272;6|16:707|17:1271;6|16:707|17:1273;6|16:1252|17:1274;p;1|4:6|5:1358|7:1276|13:10;n;7|16:14|17:1278;7|16:14|17:1279;7|16:14|17:1277;p;1|4:6|5:1359|7:1259;1|4:6|5:1360|7:1276|13:10;n;7|16:14|17:1278;7|16:14|17:1277;p;1|4:6|5:1361|7:1259;1|4:6|5:1362|7:1259;1|4:6|5:1363|7:1259;1|4:6|5:1364|7:1259;p;2;n;1|4:6|5:1365|7:1259;n;7|16:235|17:1260;6|16:323|17:1261;p;1|4:6|5:1366|7:1259;n;7|16:235|17:1263;6|16:323|17:1264;p;1|4:6|5:1367|7:1259;n;7|16:235|17:1260;6|16:323|17:1266;p;1|3:36|4:226|5:1368|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:707|17:1272;6|16:707|17:1270;6|16:1255|17:1269;6|16:707|17:1273;6|16:707|17:1268;6|16:707|17:1271;p;1|4:6|5:1369|7:1276|13:10;n;7|16:14|17:1278;7|16:14|17:1279;7|16:14|17:1277;p;1|4:6|5:1370|7:1259;1|4:6|5:1371|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;p;1|4:6|5:1372|7:1259;1|4:6|5:1373|7:1259;1|4:6|5:1374|7:1259;1|4:6|5:1375|7:1259;p;2;n;1|4:6|5:1376|7:1259;n;7|16:235|17:1260;6|16:323|17:1261;p;1|4:6|5:1377|7:1259;n;7|16:235|17:1263;6|16:323|17:1264;p;1|4:6|5:1378|7:1259;n;7|16:235|17:1260;6|16:323|17:1266;p;1|3:36|4:226|5:1379|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:707|17:1268;6|16:1255|17:1269;6|16:707|17:1271;6|16:707|17:1270;6|16:707|17:1272;6|16:707|17:1273;p;1|4:6|5:1380|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;7|16:14|17:1279;p;1|4:6|5:1381|7:1259;1|4:6|5:1382|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;p;1|4:6|5:1383|7:1259;1|4:6|5:1384|7:1259;1|4:6|5:1385|7:1259;1|4:6|5:1386|7:1259;p;2;n;1|4:6|5:1387|7:1259;n;7|16:235|17:1260;6|16:323|17:1261;p;1|4:6|5:1388|7:1259;n;7|16:235|17:1263;6|16:323|17:1264;p;1|4:6|5:1389|7:1259;n;7|16:235|17:1260;6|16:323|17:1266;p;1|3:36|4:226|5:1390|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:707|17:1270;6|16:707|17:1271;6|16:707|17:1268;6|16:707|17:1272;6|16:14|17:1391;6|16:707|17:1273;p;1|4:6|5:1392|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;7|16:14|17:1279;p;1|4:6|5:1393|7:1259;1|4:6|5:1394|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;p;1|4:6|5:1395|7:1259;1|4:6|5:1396|7:1259;1|4:6|5:1397|7:1259;1|4:6|5:1398|7:1259;p;2;n;1|4:6|5:1399|7:1259;n;7|16:235|17:1260;6|16:323|17:1261;p;1|4:6|5:1400|7:1259;n;7|16'
  272. ..':235|17:1263;6|16:323|17:1264;p;1|4:6|5:1401|7:1259;n;7|16:235|17:1260;6|16:323|17:1266;p;1|3:36|4:226|5:1402|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:707|17:1268;6|16:1255|17:1269;6|16:707|17:1271;6|16:707|17:1272;6|16:707|17:1273;6|16:707|17:1270;p;1|4:6|5:1403|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;7|16:14|17:1279;p;1|4:6|5:1404|7:1259;1|4:6|5:1405|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;p;1|4:6|5:1406|7:1259;1|4:6|5:1407|7:1259;1|4:6|5:1408|7:1259;1|4:6|5:1409|7:1259;p;2;n;1|4:6|5:1410|7:1259;n;7|16:235|17:1260;6|16:323|17:1261;p;1|4:6|5:1411|7:1259;n;7|16:235|17:1263;6|16:323|17:1264;p;1|4:6|5:1412|7:1259;n;7|16:235|17:1260;6|16:323|17:1266;p;1|3:36|4:226|5:1413|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:707|17:1268;6|16:1255|17:1269;6|16:707|17:1271;6|16:707|17:1270;6|16:707|17:1272;6|16:707|17:1273;p;1|4:6|5:1414|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;7|16:14|17:1279;p;1|4:6|5:1415|7:1259;1|4:6|5:1416|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;p;1|4:6|5:1417|7:1259;1|4:6|5:1418|7:1259;1|4:6|5:1419|7:1259;1|4:6|5:1420|7:1259;p;2;n;1|4:6|5:1421|7:1259;n;7|16:235|17:1260;6|16:323|17:1261;p;1|4:6|5:1422|7:1259;n;7|16:235|17:1263;6|16:323|17:1264;p;1|4:6|5:1423|7:1259;n;7|16:235|17:1260;6|16:323|17:1266;p;1|3:36|4:226|5:1424|7:1246|8:10|9:10|10:10|11:10|12:10|13:10|3:36|3:36;n;6|16:707|17:1268;6|16:14|17:1425;6|16:707|17:1271;6|16:707|17:1270;6|16:707|17:1272;6|16:707|17:1273;p;1|4:6|5:1426|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;7|16:14|17:1279;p;1|4:6|5:1427|7:1259;1|4:6|5:1428|7:1276|13:10;n;7|16:14|17:1277;7|16:14|17:1278;p;1|4:6|5:1429|7:1259;1|4:6|5:1430|7:1259;1|4:6|5:1431|7:1259;1|4:6|5:1432|7:1259;p;p;p;2|1:1433;n;1|4:37|5:1434|6:393|7:1435|13:10;n;7|16:323|17:1436;p;1|4:37|5:1437|6:393|7:1438;n;6|16:323|17:1439;p;1|4:37|5:1440|6:393|7:1435|13:10;n;6|16:235|17:1441;6|16:323|17:1442;p;1|4:37|5:1443|6:393|7:1435|13:10;1|4:37|5:1444|6:393|7:1438|13:10;n;7|16:323|17:1445;6|16:235|17:1446;p;1|4:37|5:1447|6:43|7:1438|13:10;n;7|16:323|17:1448;p;1|4:37|5:1449|6:43|7:1438;n;7|16:235|17:1450;6|16:323|17:1451;p;1|3:5|4:37|5:1452|6:43|7:1453|13:10|3:5|3:5;n;7|16:60|17:1445;7|16:60|17:1454;6|16'
  273. ..':74|17:1455;p;1|3:36|4:226|5:1456|7:1457|13:10|3:36|3:36;n;6|16:14|17:1458;6|16:707|17:1459;p;1|3:446|4:37|5:1460|6:393|7:1461|13:10|3:446|3:446;n;6|16:60|17:1462;p;1|3:446|4:37|5:1463|6:393|7:1464|13:10|3:446|3:446;n;6|16:323|17:1465;p;1|3:5|4:37|5:1466|7:1467|13:10|3:5|3:5;n;7|16:60|17:1468;p;1|4:37|5:1469|7:1470|13:10;n;6|16:235|17:1441;p;1|4:37|5:1471|7:1435|13:10;n;7|16:323|17:1472;7|16:323|17:1473;6|16:235|17:1474;p;1|4:37|5:1475|6:393|7:1435;n;7|16:323|17:1476;7|16:323|17:1477;p;1|4:37|5:1478|7:1435;n;7|16:235|17:1479;p;1|4:37|5:1480|7:1435;n;6|16:323|17:1481;p;1|4:37|5:1482|7:1435;n;7|16:235|17:1474;6|16:323|17:1481;p;1|4:37|5:1483|7:1435|13:10;1|4:37|5:1484|7:1435;n;7|16:235|17:1485;p;1|3:5|4:37|5:1486|6:43|7:1487|13:10|3:5|3:5;n;7|16:60|17:1488;p;1|4:37|5:1489|6:43|7:1435|13:10;n;7|16:323|17:449;p;1|4:37|5:1490|6:393|7:1435;n;6|16:323|17:1491;p;1|4:37|5:1492|7:1438|13:10;1|4:37|5:1493|7:1470;n;7|16:323|17:1494;7|16:323|17:1477;p;1|4:37|5:1495|6:393|7:1435|13:10;n;7|16:323|17:1496;7|16:323|17:1472;p;1|4:37|5:1497|6:43|7:1470;n;7|16:323|17:1472;7|16:323|17:1498;p;1|4:37|5:1499|7:1435|13:10;n;6|16:323|17:1500;p;1|4:37|5:1501|6:393|7:1502;n;7|16:323|17:1472;p;1|4:37|5:1503|7:1502|8:10|13:10;n;6|16:323|17:1491;p;1|4:37|5:1504|6:43|7:1438;n;7|16:323|17:1505;7|16:323|17:1445;p;1|3:446|4:37|5:1506|7:1438|3:446|3:446;n;7|16:323|17:1472;p;1|4:37|5:1507|7:1438;n;7|16:323|17:449;p;1|4:37|5:1508|7:1470;n;7|16:323|17:1509;7|16:323|17:449;p;1|4:37|5:1510|7:1435|13:10;n;6|16:323|17:1511;6|16:323|17:1512;p;1|3:446|4:37|5:1513|7:1435|3:446|3:446;n;7|16:323|17:1514;6|16:323|17:1515;p;1|4:37|5:1516|7:1435;n;6|16:323|17:1517;p;1|4:37|5:1518|7:1435;n;6|16:323|17:1519;p;1|4:37|5:1520|6:43|7:1435;n;6|16:323|17:1521;p;1|4:37|5:1522|6:393|7:1438;n;7|16:323|17:449;p;1|4:37|5:1523|6:393|7:1438;n;7|16:323|17:1445;6|16:323|17:1515;p;1|3:446|4:37|5:1524|7:1470|13:10|3:446|3:446;n;6|16:323|17:1525;p;1|4:37|5:1526|6:393|7:1435;n;6|16:323|17:1527;p;1|4:37|5:1528|6:393|7:1435|13:10;n;6|16:323|17:1529;p;1|3:446|4:37|5:1530|6:43|7:1438|3:446|3:446;n;6|16:323|17:1531;p;p;2|1:1532;n;1|3:1533|4:6|5:1534|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;p;1|3:1'
  274. ..'533|4:6|5:1539|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;p;1|3:1540|4:6|5:1541|6:1542|7:1543|9:11|13:11|3:1540|3:1540;1|3:1540|4:6|5:1544|6:393|7:1435|13:10|3:1540|3:1540;n;6|16:323|17:1545;7|16:323|17:1546;p;1|3:1533|4:6|5:1547|6:8|7:1137|13:10|3:1533|3:1533;n;6|16:60|17:1548;6|16:74|17:1549;p;1|3:1533|4:6|5:1550|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;1|3:1540|4:6|5:1551|6:43|7:1435|12:10|13:10|3:1540|3:1540;n;7|16:323|17:1552;7|16:323|17:1553;p;1|3:1540|4:6|5:1554|6:43|7:1435|3:1540|3:1540;n;7|16:235|17:1555;7|16:235|17:1556;6|16:323|17:1557;p;1|3:1540|4:6|5:1558|7:1543|3:1540|3:1540;n;7|16:323|17:1559;p;1|3:1533|4:6|5:1560|6:1542|7:1536|22:10|9:11|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1561;p;1|3:1540|4:6|5:1562|6:8|7:1438|3:1540|3:1540;n;7|16:235|17:1563;7|16:323|17:1564;p;1|3:1533|4:6|5:1565|6:8|7:1137|13:10|3:1533|3:1533;n;6|16:60|17:1538;6|16:74|17:1566;p;1|3:5|4:37|5:1567|7:1568|13:10|3:5|3:5;n;7|16:60|17:1569;6|16:74|17:1570;p;1|3:1533|4:6|5:1571|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;p;1|3:1533|4:6|5:1572|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;p;1|3:1533|4:6|5:1573|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:623;p;1|3:5|4:37|5:1574|7:1575|13:10|3:5|3:5;n;7|16:60|17:1576;6|16:74|17:1577;7|16:60|17:1578;7|16:60|17:1579;6|16:60|17:1580;p;1|3:1540|4:37|5:1581|6:393|7:1435|3:1540|3:1540;n;6|16:323|17:1582;7|16:235|17:1583;p;1|3:1540|4:6|5:1584|6:43|7:1543|3:1540|3:1540;n;7|16:323|17:1585;7|16:235|17:1586;p;1|3:1540|4:37|5:1587|6:393|7:1435|13:10|3:1540|3:1540;n;6|16:235|17:1588;p;1|3:5|4:37|5:1589|6:43|7:1435|3:5|3:5;n;6|16:323|17:1590;7|16:235|17:1591;p;1|3:5|4:37|5:1592|6:393|7:1435|3:5|3:5;n;7|16:323|17:1593;p;1|3:1540|4:6|5:1594|6:393|7:1435|3:1540|3:1540;n;6|16:323|17:1595;7|16:235|17:1596;6|16:323|17:1597;p;1|3:1540|4:6|5:1598|7:1543|13:10|3:1540|3:1540;n;7|16:323|17:1599;p;1|3:1540|4:6|5:1600|6:8|7:1435|13:10|3:1540|3:1540;n;6|16:235|17:1601;7|16:323|17:1602;p;1|3:1540|4:6|5:1603|7:1604|3:1540|3:1540;1|3:1540|4:6|5:1605|7:622|13:10|3:1540|3:1540;n;6|16:74|17:1583;6|16:60|17:1606;p;1|3:1540'
  275. ..'|4:6|5:1607|6:393|7:1470|3:1540|3:1540;n;7|16:235|17:1608;6|16:323|17:1609;p;1|3:1533|4:6|5:1610|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1611|17:1549;6|16:1537|17:1538;p;1|3:1540|4:6|5:1612|7:1438|3:1540|3:1540;n;7|16:323|17:1564;7|16:235|17:1613;p;1|3:5|4:37|5:1614|7:1615|13:10|3:5|3:5;n;7|16:60|17:1616;6|16:60|17:1617;p;1|3:1540|4:6|5:1618|7:1619|13:10|3:1540|3:1540;n;7|16:323|17:1620;p;1|3:1533|4:6|5:1621|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;p;1|3:1540|4:6|5:1622|6:8|7:1438|3:1540|3:1540;n;7|16:235|17:1613;p;1|3:5|4:37|5:1623|7:651|3:5|3:5;n;7|16:60|17:1491;p;1|3:1533|4:6|5:1624|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;p;1|3:1533|4:6|5:1625|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;1|3:1540|4:6|5:1626|6:8|7:1438|3:1540|3:1540;n;6|16:323|17:1627;p;1|3:1540|4:6|5:1628|6:43|7:1543|3:1540|3:1540;n;7|16:323|17:1629;7|16:323|17:1585;7|16:235|17:1586;7|16:235|17:1630;p;1|3:1540|4:6|5:1631|6:8|7:1435|3:1540|3:1540;n;6|16:323|17:1632;p;1|3:1533|4:6|5:1633|6:8|7:1137|13:10|3:1533|3:1533;n;6|16:60|17:1634;p;1|3:1540|4:6|5:1635|6:8|7:1435|13:10|3:1540|3:1540;1|3:5|4:37|5:1636|6:43|7:1435|3:5|3:5;n;7|16:235|17:1591;7|16:235|17:1637;6|16:323|17:1638;p;1|3:5|4:37|5:1639|6:393|7:1435|3:5|3:5;n;7|16:323|17:1640;7|16:235|17:1641;p;1|3:1540|4:37|5:1642|6:393|7:1435|3:1540|3:1540;n;7|16:235|17:1588;7|16:323|17:1462;7|16:235|17:1643;7|16:235|17:1644;p;1|3:1540|4:6|5:1645|7:1438|3:1540|3:1540;1|3:5|4:37|5:1646|7:1647|13:10|3:5|3:5;n;7|16:60|17:1648;6|16:74|17:1649;6|16:74|17:1650;6|16:74|17:1651;6|16:74|17:1652;6|16:60|17:1653;p;1|3:1540|4:37|5:1654|6:393|7:1435|3:1540|3:1540;n;6|16:323|17:1655;p;1|3:5|4:37|5:1656|6:43|7:1435|3:5|3:5;n;6|16:323|17:1657;p;1|3:5|4:37|5:1658|7:1647|13:10|3:5|3:5;n;6|16:74|17:1659;7|16:60|17:1653;7|16:60|17:1648;6|16:74|17:1660;6|16:74|17:1661;7|16:60|17:1662;p;1|3:5|4:37|5:1663|7:1575|13:10|3:5|3:5;n;6|16:74|17:1664;7|16:60|17:1665;7|16:60|17:1578;7|16:60|17:1666;p;1|3:1540|4:6|5:1667|7:1259|13:10|3:1540|3:1540;1|3:5|4:37|5:1668|7:1669|13:10|3:5|3:5;n;6|16:74|17:1670;7|16:60|17:1671;6|16:74|17:1672;p;1|3:5|4:37|5:1673|7:1619|3:5|3:5'
  276. ..';1|3:1533|4:6|5:1674|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;p;1|3:1533|4:6|5:1675|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:623;p;1|3:1540|4:6|5:1676|7:1543|13:10|3:1540|3:1540;1|3:5|4:37|5:1677|6:8|7:1112|3:5|3:5;n;7|16:74|17:1678;7|16:60|17:1679;p;1|3:1540|4:6|5:1680|6:393|7:1435|3:1540|3:1540;n;7|16:323|17:1593;7|16:235|17:1637;7|16:323|17:1640;7|16:235|17:1591;p;1|3:1540|4:6|5:1681|6:43|7:1435|13:10|3:1540|3:1540;n;7|16:323|17:1682;6|16:235|17:1683;7|16:323|17:1684;p;1|3:1540|4:6|5:1685|6:43|7:1435|3:1540|3:1540;n;7|16:323|17:1686;7|16:323|17:1687;7|16:235|17:1688;p;1|3:1540|4:6|5:1689|6:43|7:1435|3:1540|3:1540;n;7|16:235|17:1591;7|16:235|17:1688;p;1|3:1533|4:6|5:1690|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;p;1|3:1540|4:6|5:1691|6:43|7:1438|3:1540|3:1540;n;7|16:235|17:1441;7|16:323|17:1692;7|16:323|17:1693;7|16:235|17:1694;p;1|3:1540|4:6|5:1695|6:43|7:1153|13:10|3:1540|3:1540;n;7|16:60|17:1696;7|16:60|17:1593;p;1|3:5|4:37|5:1697|6:8|7:643|3:5|3:5;n;7|16:74|17:1698;6|16:60|17:1699;p;1|3:1540|4:6|5:1700|6:43|7:1435|3:1540|3:1540;1|3:1533|4:6|5:1701|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;p;1|3:1540|4:6|5:1702|6:393|7:1435|3:1540|3:1540;n;7|16:323|17:1593;7|16:235|17:1703;7|16:323|17:1640;p;1|3:1540|4:6|5:1704|6:8|7:1438|3:1540|3:1540;n;7|16:323|17:1448;7|16:235|17:1450;7|16:235|17:1705;7|16:323|17:1706;p;1|3:1540|4:6|5:1707|6:8|7:1435|13:10|3:1540|3:1540;n;6|16:235|17:1708;p;1|3:1540|4:6|5:1709|6:8|7:1438|3:1540|3:1540;n;7|16:235|17:1450;7|16:235|17:1705;p;1|3:1540|4:6|5:1710|6:43|7:1435|13:10|3:1540|3:1540;n;6|16:235|17:1711;7|16:323|17:1682;p;1|3:1540|4:6|5:1712|6:43|7:1435|3:1540|3:1540;n;7|16:235|17:1683;p;1|3:1540|4:6|5:1713|6:43|7:1435|13:10|3:1540|3:1540;n;6|16:235|17:1683;p;1|3:1533|4:6|5:1714|6:1715|7:1536|22:10|9:11|10:10|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1716|17:1717;6|16:1716|17:1718;p;1|3:1540|4:6|5:1719|6:43|7:1435|3:1540|3:1540;n;7|16:323|17:1640;p;1|3:1540|4:6|5:1720|7:619|3:1540|3:1540;n;7|16:235|17:1721;7|16:323|17:1722;p;1|3:1540|4:6|5:1723|6:393|7:1435|3:1540|3:1540;n;7|16:235|17:1637;7|16:2'
  277. ..'35|17:1591;p;1|3:5|4:37|5:1724|6:8|7:1725|13:10|3:5|3:5;n;6|16:60|17:1726;p;1|3:1540|4:6|5:1727|6:43|7:1153|13:10|3:1540|3:1540;1|3:1533|4:6|5:1728|6:1535|7:1536|22:10|9:11|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:623;p;1|3:1540|4:6|5:1729|7:1502|3:1540|3:1540;1|3:1540|4:6|5:1730|6:43|7:1435|3:1540|3:1540;1|3:1540|4:6|5:1731|7:1502|3:1540|3:1540;n;7|16:235|17:1705;p;1|3:1540|4:6|5:1732|6:393|7:1435|3:1540|3:1540;n;7|16:235|17:1637;7|16:323|17:1593;p;1|3:1540|4:6|5:1733|6:43|7:1435|13:10|3:1540|3:1540;n;6|16:235|17:595;p;1|3:1533|4:6|5:1734|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;6|16:1611|17:1549;p;1|3:1533|4:6|5:1735|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1611|17:1549;6|16:1537|17:1538;p;1|3:1540|4:6|5:1736|6:43|7:1435|3:1540|3:1540;n;7|16:235|17:1737;p;1|3:1540|4:6|5:1738|6:43|7:1435|3:1540|3:1540;n;7|16:235|17:1739;7|16:323|17:1740;p;1|3:1540|4:6|5:1741|6:43|7:1438|13:10|3:1540|3:1540;1|3:1533|4:6|5:1742|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;6|16:1611|17:1743;p;1|3:5|4:37|5:1744|6:393|7:1435|3:5|3:5;n;7|16:323|17:1686;7|16:323|17:1687;7|16:235|17:1745;p;1|3:1540|4:6|5:1746|6:43|7:1435|3:1540|3:1540;1|3:1540|4:37|5:1747|6:393|7:1435|3:1540|3:1540;n;7|16:235|17:1588;7|16:323|17:1462;7|16:235|17:1644;p;1|3:5|4:37|5:1748|6:393|7:1435|3:5|3:5;n;6|16:323|17:1749;7|16:235|17:1683;p;1|3:1533|4:6|5:1750|6:8|7:1137|3:1533|3:1533;n;7|16:74|17:1751;p;1|3:5|4:37|5:1752|6:393|7:1435|3:5|3:5;1|3:1540|4:37|5:1753|6:393|7:1435|13:10|3:1540|3:1540;n;6|16:235|17:1754;7|16:323|17:1462;6|16:235|17:1755;p;1|3:1540|4:37|5:1756|6:393|7:1435|3:1540|3:1540;n;6|16:323|17:1757;p;1|3:1540|4:6|5:1758|6:8|7:1435|3:1540|3:1540;1|3:1533|4:6|5:1759|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:623;p;1|3:1533|4:6|5:1760|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;p;1|3:1540|4:6|5:1761|6:8|7:1438|3:1540|3:1540;1|3:1533|4:6|5:1762|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;1|3:1533|4:6|5:1763|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;1|3:1540|4:6|5:1764|6:8|7:1435|3:1540|3:1540;1|3:1533|4:6|5:1765|6:8|7:1'
  278. ..'137|13:10|3:1533|3:1533;1|3:1533|4:6|5:1766|6:1535|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:623;p;1|3:1540|4:37|5:1767|6:393|7:1435|3:1540|3:1540;n;7|16:235|17:1755;7|16:323|17:1768;7|16:235|17:1754;p;1|3:1540|4:37|5:1769|6:393|7:1435|3:1540|3:1540;n;6|16:323|17:1770;p;1|3:1540|4:37|5:1771|6:393|7:1435|3:1540|3:1540;n;6|16:323|17:1772;p;1|3:5|4:37|5:1773|7:1647|13:10|3:5|3:5;n;7|16:60|17:1774;7|16:60|17:1775;7|16:60|17:1776;7|16:60|17:1777;6|16:74|17:1778;7|16:60|17:1653;6|16:74|17:1779;p;1|3:1533|4:6|5:1780|6:8|7:1137|13:10|3:1533|3:1533;1|3:1533|4:6|5:1781|6:8|7:1137|13:10|3:1533|3:1533;1|3:1540|4:37|5:1782|6:393|7:1435|3:1540|3:1540;n;7|16:235|17:1755;7|16:235|17:1754;7|16:323|17:1768;p;1|3:1540|4:37|5:1783|6:393|7:1435|3:1540|3:1540;n;6|16:323|17:1784;p;1|3:1533|4:6|5:1785|6:8|7:1137|13:10|3:1533|3:1533;n;6|16:60|17:1786;p;1|3:5|4:37|5:1787|7:1575|13:10|3:5|3:5;n;7|16:60|17:1788;7|16:60|17:1789;p;1|3:5|4:37|5:1790|6:8|7:1615|13:10|3:5|3:5;n;6|16:60|17:1791;p;1|3:5|4:37|5:1792|6:393|7:1435|3:5|3:5;n;6|16:323|17:1793;7|16:235|17:1794;p;1|3:5|4:37|5:1795|6:393|7:1435|3:5|3:5;n;6|16:323|17:1687;p;1|3:5|4:37|5:1796|7:564|13:10|3:5|3:5;n;7|16:60|17:1797;6|16:74|17:1798;p;1|3:5|4:37|5:1799|7:1575|13:10|3:5|3:5;n;7|16:60|17:1800;7|16:60|17:1801;6|16:74|17:544;p;1|3:5|4:37|5:1802|6:8|7:1435|3:5|3:5;n;7|16:323|17:1684;7|16:235|17:1803;7|16:323|17:1682;p;1|3:1533|4:6|5:1804|7:1137|13:10|3:1533|3:1533;n;6|16:74|17:1549;p;1|3:1540|4:37|5:1805|7:1461|3:1540|3:1540;n;7|16:74|17:1806;7|16:60|17:1807;p;1|3:1533|4:6|5:1808|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;p;1|3:1533|4:6|5:1809|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;1|3:1540|4:37|5:1810|7:1461|3:1540|3:1540;n;7|16:60|17:1807;7|16:74|17:1811;p;1|3:5|4:37|5:1812|7:1435|3:5|3:5;n;7|16:323|17:1640;6|16:323|17:1813;p;1|3:1814|4:37|5:1815|7:1435|3:1814|3:1814;n;7|16:323|17:1593;7|16:323|17:1640;p;1|3:1814|4:37|5:1816|7:1435|3:1814|3:1814;n;7|16:323|17:1640;7|16:323|17:1593;p;1|3:5|4:37|5:1817|7:1575|13:10|3:5|3:5;n;7|16:60|17:1818;6|16:74|17:1819;7|16:60|17:1820;6|16:74|17:1821;7|16:60|17:1822;p;1|3:5|4:37|5:1823|7:1575|13:10|3:5|3:5;n;7|16:60'
  279. ..'|17:1824;6|16:74|17:1825;7|16:60|17:1826;7|16:60|17:1827;6|16:74|17:1828;p;1|3:5|4:37|5:1829|6:393|7:1435|13:10|3:5|3:5;n;6|16:323|17:1830;p;1|3:1540|4:37|5:1831|7:1832|13:11|3:1540|3:1540;n;6|16:60|17:1833;p;1|3:1533|4:6|5:1834|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1611|17:1549;6|16:1537|17:623;p;1|3:1533|4:6|5:1835|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;p;1|3:1533|4:6|5:1836|7:1137|13:10|3:1533|3:1533;n;6|16:74|17:1549;p;1|3:1533|4:6|5:1837|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;p;1|3:1533|4:6|5:1838|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;1|3:1533|4:6|5:1839|7:1137|13:10|3:1533|3:1533;1|3:1533|4:6|5:1840|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;1|3:5|4:37|5:1841|6:8|7:1435|3:5|3:5;n;6|16:323|17:1842;6|16:323|17:1843;p;1|3:5|4:37|5:1844|6:8|7:1435|3:5|3:5;n;6|16:323|17:1845;p;1|3:5|4:37|5:1846|7:1575|13:10|3:5|3:5;n;7|16:60|17:1847;6|16:74|17:1848;7|16:60|17:1849;7|16:60|17:1850;p;1|3:5|4:37|5:1851|6:8|7:1435|3:5|3:5;n;6|16:323|17:1852;7|16:235|17:1688;p;1|3:1814|4:37|5:1853|6:8|7:1435|3:1814|3:1814;n;6|16:323|17:1854;6|16:323|17:1855;p;1|3:5|4:37|5:1856|6:8|7:1568|13:10|3:5|3:5;n;6|16:60|17:1857;6|16:60|17:1858;p;1|3:1533|4:6|5:1859|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;6|16:1611|17:1743;p;1|3:1540|4:37|5:1860|7:1832|13:10|3:1540|3:1540;n;7|16:60|17:1861;6|16:60|17:1833;7|16:60|17:1862;p;1|3:1540|4:37|5:1863|7:1864|3:1540|3:1540;n;7|16:60|17:1807;p;1|3:1533|4:6|5:1865|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;6|16:1611|17:1549;p;1|3:1533|4:6|5:1866|7:1137|3:1533|3:1533;n;7|16:74|17:1867;p;1|3:1533|4:6|5:1868|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;6|16:1611|17:1549;p;1|3:1533|4:6|5:1869|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;p;1|3:1533|4:6|5:1870|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;1|3:1533|4:6|5:1871|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1611|17:1549;6|16:1537|17:1538;p;1|3:1533|4:6|5:1872|6:1542|7:1536|22:10|9:11|11:10|12:10|13'
  280. ..':11|3:1533|3:1533;n;6|16:1537|17:1538;p;1|3:5|4:37|5:1873|6:8|7:1470|13:10|3:5|3:5;n;6|16:323|17:1874;p;1|3:5|4:37|5:1875|6:43|7:1435|3:5|3:5;1|3:1533|4:6|5:1876|7:1137|13:10|3:1533|3:1533;n;6|16:74|17:1549;p;1|3:1533|4:6|5:1877|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1611|17:1549;p;1|3:1533|4:6|5:1878|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1611|17:1549;p;1|3:1533|4:6|5:1879|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:1538;p;1|3:1533|4:6|5:1880|6:1542|7:1536|22:10|9:11|12:10|13:11|3:1533|3:1533;1|3:5|4:37|5:1881|6:43|7:1435|3:5|3:5;n;7|16:323|17:1682;p;1|3:1533|4:6|5:1882|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1611|17:1743;p;1|3:1540|4:37|5:1883|7:1864|3:1540|3:1540;n;7|16:60|17:1807;p;1|3:1533|4:6|5:1884|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;1|3:1533|4:6|5:1885|6:1542|7:1536|22:10|9:11|11:10|12:10|13:11|3:1533|3:1533;n;6|16:1537|17:623;p;1|3:1533|4:6|5:1886|7:1137|13:10|3:1533|3:1533;1|3:1533|4:6|5:1887|7:1137|3:1533|3:1533;n;7|16:74|17:1848;7|16:74|17:1888;p;1|3:1540|4:37|5:1889|7:1890|3:1540|3:1540;n;6|16:60|17:1891;7|16:74|17:1892;7|16:74|17:1125;p;1|3:1540|4:37|5:1893|7:1894|3:1540|3:1540;n;7|16:74|17:1895;7|16:60|17:1807;p;1|3:5|4:37|5:1896|6:393|7:1435|3:5|3:5;n;7|16:323|17:1593;7|16:323|17:1640;p;1|3:5|4:37|5:1897|6:43|7:1435|3:5|3:5;n;6|16:323|17:1898;7|16:235|17:1591;7|16:235|17:1637;p;1|3:5|4:37|5:1899|6:43|7:1435|3:5|3:5;n;6|16:323|17:1900;7|16:235|17:1901;p;1|3:5|4:37|5:1902|6:43|7:1435|3:5|3:5;n;6|16:323|17:1903;7|16:235|17:1688;p;1|3:5|4:37|5:1904|6:43|7:1435|3:5|3:5;n;6|16:323|17:1905;7|16:235|17:1591;p;1|3:5|4:37|5:1906|6:43|7:1435|3:5|3:5;1|3:5|4:37|5:1907|6:393|7:1435|3:5|3:5;1|3:5|4:37|5:1908|6:8|7:1435|3:5|3:5;n;7|16:323|17:1909;p;1|3:1540|4:37|5:1910|7:1832|13:10|3:1540|3:1540;n;6|16:60|17:1833;7|16:60|17:1911;p;1|3:1540|4:37|5:1912|7:1894|3:1540|3:1540;1|3:5|4:37|5:1913|7:1914|13:10|3:5|3:5;1|3:5|4:37|5:1915|7:546|13:10|3:5|3:5;1|3:1540|4:37|5:1916|7:1890|3:1540|3:1540;n;7|16:74|17:1917;6|16:60|17:1918;p;1|3:5|4:37|5:1919|6:393|7:1435|3:5|3:5;n;7|16:323|17:1687;p;1|3:5|4:37|5:1920|6:393|7:1435|3:5|3:5;n;6|16:323|17:'
  281. ..'1921;7|16:235|17:1922;p;1|3:1540|4:37|5:1923|7:1832|13:10|3:1540|3:1540;n;6|16:60|17:1833;p;1|3:5|4:37|5:1924|6:393|7:1435|3:5|3:5;n;6|16:323|17:1925;7|16:235|17:1683;p;1|3:5|4:37|5:1926|6:393|7:1435|3:5|3:5;1|3:1540|4:37|5:1927|7:1832|13:10|3:1540|3:1540;n;6|16:60|17:1928;6|16:60|17:1929;p;2|1:1930;n;1|1:1931|3:1533|23:4|5:1932|6:8|7:1933|13:11|3:1533|3:1533;n;3|1:1934;6|16:323|17:1935;p;1|3:1936|4:6|5:1937|6:8|7:1938|3:1936|3:1936;n;7|16:74|17:1939;p;1|3:1940|4:6|5:1941|6:8|7:1942|13:10|3:1940|3:1940;p;p;p;2|1:1943;n;2|1:1944;n;2|1:1944;n;2;n;1|3:1120|4:226|5:1945|6:8|7:1946|3:1120|3:1120;n;7|16:74|17:644;7|16:60|17:1947;p;1|3:1120|4:226|5:1948|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:1156;7|16:1951|17:1952;p;p;1|3:659|4:47|5:1953|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1125;6|16:60|17:1807;p;1|3:659|4:47|5:1954|6:8|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;6|16:74|17:1125;p;1|3:659|4:47|5:1955|6:8|7:1112|13:10|3:659|3:659;n;7|16:60|17:1956;6|16:60|17:1807;p;1|3:659|4:47|5:1957|6:8|7:1112|13:10|3:659|3:659;n;7|16:60|17:1958;p;1|3:659|4:47|5:1959|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1125;6|16:60|17:1132;p;1|3:659|4:47|5:1960|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1125;p;1|3:659|4:47|5:1961|6:8|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;6|16:74|17:1115;p;1|3:659|4:47|5:1962|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1125;p;1|3:659|4:47|5:1963|6:8|7:1112|13:10|3:659|3:659;1|3:659|4:47|5:1964|6:8|7:1112|13:10|3:659|3:659;1|3:659|4:47|5:1965|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1125;p;2;n;1|3:1120|4:226|5:1966|6:8|7:1946|3:1120|3:1120;n;7|16:60|17:1947;p;1|3:1120|4:226|5:1967|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;p;1|3:659|4:47|5:1968|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1115;6|16:60|17:1132;p;1|3:659|4:47|5:1969|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1115;6|16:60|17:1132;p;1|3:659|4:47|5:1970|6:8|7:1112|13:10|3:659|3:659;n;6|16:60|17:1132;p;1|3:659|4:47|5:1971|6:8|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;6|16:74|17:1125;p;1|3:659|4:47|5:1972|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1125;p;1|3:659|4:47|5:1973|6:8|7:1112|13:10|3:659|3:659;n;7|16:60|17:1974;6|16:60|17:1132;p;1|3:659|4:47|5:1975|6:8|7:1112|13:10|3:659|3:659;n;6|1'
  282. ..'6:74|17:1115;6|16:60|17:1132;p;1|3:659|4:47|5:1976|6:8|7:1112|13:10|3:659|3:659;n;7|16:60|17:1958;6|16:74|17:1125;p;1|3:659|4:47|5:1977|6:8|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;p;1|3:659|4:47|5:1978|6:8|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;p;1|3:659|4:47|5:1979|6:8|7:1112|13:10|3:659|3:659;n;7|16:60|17:1956;6|16:74|17:1125;p;1|3:659|4:47|5:1980|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1125;p;1|3:659|4:47|5:1981|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1125;p;1|3:659|4:47|5:1982|6:8|7:1112|13:10|3:659|3:659;1|3:659|4:47|5:1983|6:8|7:1112|13:10|3:659|3:659;n;7|16:60|17:1956;6|16:74|17:1125;6|16:60|17:1807;p;1|3:659|4:47|5:1984|6:8|7:1112|13:10|3:659|3:659;n;7|16:60|17:1958;6|16:60|17:1807;p;1|3:659|4:47|5:1985|6:8|7:1112|13:10|3:659|3:659;n;6|16:60|17:1132;p;1|3:659|4:47|5:1986|6:8|7:1112|13:10|3:659|3:659;1|3:659|4:47|5:1987|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1115;6|16:60|17:1132;p;1|3:659|4:47|5:1988|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1115;6|16:60|17:1132;p;1|3:659|4:47|5:1989|6:8|7:1112|13:10|3:659|3:659;n;7|16:60|17:1974;6|16:74|17:1115;6|16:60|17:1132;p;1|3:659|4:47|5:1990|6:8|7:1112|13:10|3:659|3:659;n;7|16:60|17:1958;6|16:60|17:1807;p;1|3:1120|4:226|5:1991|6:8|7:1946|3:1120|3:1120;n;7|16:60|17:1947;p;1|3:659|4:47|5:1992|6:8|7:1112|13:10|3:659|3:659;n;6|16:60|17:1132;p;2;n;1|3:1120|4:226|5:1993|6:8|7:1946|3:1120|3:1120;n;7|16:60|17:1947;p;1|3:1120|4:226|5:1994|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1995;p;p;1|3:1120|4:226|5:1996|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;2;n;1|3:1120|4:226|5:1997|6:8|7:1946|3:1120|3:1120;n;7|16:60|17:1947;p;1|3:1120|4:226|5:1998|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;p;1|3:1120|4:226|5:1999|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:2000;7|16:1951|17:1952;p;1|3:1120|4:226|5:2001|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;7|16:1950|17:2002;p;1|3:1120|4:226|5:2003|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2004|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:2000;7|16:1951|17:1952;p;1|3:1120|4:226|5:2005|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:2002;p;1|3:1120|4:226|5:2006|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2007|6:8|7:1949|3:1120|3:1120;n;7|1'
  283. ..'6:1951|17:1995;p;1|3:659|4:47|5:2008|6:8|7:1112|13:10|3:659|3:659;1|3:659|4:47|5:2009|6:8|7:1112|13:10|3:659|3:659;n;7|16:60|17:1974;6|16:60|17:1132;p;1|3:659|4:47|5:2010|6:8|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;p;1|3:659|4:47|5:2011|6:8|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;p;1|3:659|4:47|5:2012|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1115;p;1|3:659|4:47|5:2013|6:8|7:1112|13:10|3:659|3:659;1|3:1120|4:226|5:2014|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:2000;7|16:1951|17:1995;p;2;n;1|3:1120|4:226|5:2015|6:8|7:1946|3:1120|3:1120;n;7|16:60|17:2016;p;1|3:1120|4:226|5:2017|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:1156;7|16:1951|17:1995;p;p;1|3:1120|4:226|5:2018|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:2000;7|16:1951|17:1995;p;1|3:1120|4:226|5:2019|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:2000;p;1|3:1120|4:226|5:2020|6:8|7:1949|3:1120|3:1120;1|3:1120|4:226|5:2021|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2022|6:8|7:1949|3:1120|3:1120;1|3:1120|4:226|5:2023|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1995;p;1|3:1120|4:226|5:2024|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:2002;p;1|3:659|4:47|5:2025|6:8|7:1112|13:10|3:659|3:659;n;7|16:60|17:2026;p;1|3:659|4:47|5:2027|6:8|7:1112|13:10|3:659|3:659;1|3:659|4:47|5:2028|6:8|7:1112|13:10|3:659|3:659;1|3:659|4:47|5:2029|6:8|7:1112|13:10|3:659|3:659;1|3:1120|4:226|5:2030|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2031|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:2000;7|16:1951|17:1995;p;1|3:1120|4:226|5:2032|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1995;p;1|3:1120|4:226|5:2033|6:8|7:1949|3:1120|3:1120;1|3:1120|4:226|5:2034|6:8|7:1949|3:1120|3:1120;1|3:1120|4:226|5:2035|6:8|7:1949|3:1120|3:1120;2;n;1|3:1120|4:226|5:2036|6:8|7:1946|3:1120|3:1120;n;7|16:60|17:2016;p;1|3:1120|4:226|5:2037|6:8|7:1949|3:1120|3:1120;p;1|3:659|4:47|5:2038|6:8|7:1112|13:10|3:659|3:659;n;7|16:60|17:1956;6|16:60|17:1807;p;1|3:659|4:47|5:2039|6:8|7:1112|13:10|3:659|3:659;n;7|16:60|17:1956;6|16:60|17:1807;6|16:74|17:1125;p;1|3:659|4:47|5:2040|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:2041;6|16:60|17:1132;p;1|3:659|4:47|5:2042|6:8|7:1112|13:10|3:659|3:659;1|3:659|4:47|5:2043|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:'
  284. ..'1125;p;1|3:659|4:47|5:2044|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1125;p;1|3:659|4:47|5:2045|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1125;p;2;n;1|3:1120|4:226|5:2046|6:8|7:1946|3:1120|3:1120;n;7|16:60|17:1947;p;1|3:1120|4:226|5:2047|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:1156;7|16:1951|17:1952;p;p;1|3:659|4:47|5:2048|6:8|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;p;1|3:659|4:47|5:2049|6:8|7:1112|13:10|3:659|3:659;1|3:1120|4:226|5:2050|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:2002;7|16:1951|17:1952;p;1|3:1120|4:226|5:2051|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:2002;p;1|3:1120|4:226|5:2052|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2053|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1995;p;1|3:1120|4:226|5:2054|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2055|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2056|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2057|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:2058;p;1|3:1120|4:226|5:2059|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2060|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2061|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:2000;7|16:1951|17:1952;p;1|3:1120|4:226|5:2062|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:2002;p;1|3:1120|4:226|5:2063|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:2002;p;1|3:1120|4:226|5:2064|6:8|7:1949|3:1120|3:1120;1|3:659|4:47|5:2065|6:8|7:1112|13:10|3:659|3:659;n;7|16:60|17:1958;6|16:60|17:1807;p;1|3:659|4:47|5:2066|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1125;6|16:60|17:1132;p;1|3:659|4:47|5:2067|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1125;p;1|3:659|4:47|5:2068|6:8|7:1112|13:10|3:659|3:659;n;6|16:74|17:1125;p;1|3:659|4:47|5:2069|6:8|7:1112|13:10|3:659|3:659;1|3:1120|4:226|5:2070|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2071|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2072|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2073|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2074|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2075|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2076'
  285. ..'|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2077|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2078|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1995;p;1|3:1120|4:226|5:2079|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2080|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:659|4:47|5:2081|6:8|7:1112|13:10|3:659|3:659;n;7|16:60|17:1974;6|16:60|17:1132;p;1|3:659|4:47|5:2082|6:8|7:1112|13:10|3:659|3:659;n;7|16:60|17:1958;6|16:60|17:1132;p;1|3:1120|4:226|5:2083|6:8|7:1946|3:1120|3:1120;n;7|16:60|17:1947;p;2;n;1|3:1120|4:226|5:2084|6:8|7:1949|3:1120|3:1120;n;6|16:1951|17:2085;7|16:1950|17:2000;p;1|3:1120|4:226|5:2086|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:654;p;1|3:1120|4:226|5:2087|6:8|7:1946|3:1120|3:1120;p;1|3:659|4:47|5:2088|6:8|7:1112|13:10|3:659|3:659;n;6|16:60|17:1132;p;1|3:659|4:47|5:2089|6:8|7:1112|13:10|3:659|3:659;n;6|16:60|17:1132;p;1|3:659|4:47|5:2090|6:8|7:1112|13:10|3:659|3:659;n;6|16:60|17:1132;p;1|3:1120|4:226|5:2091|6:8|7:1949|3:1120|3:1120;n;6|16:1951|17:2092;p;1|3:1120|4:226|5:2093|6:8|7:1949|3:1120|3:1120;n;6|16:1951|17:2094;p;1|3:1120|4:226|5:2095|6:8|7:1949|3:1120|3:1120;n;6|16:1951|17:2096;p;1|3:1120|4:226|5:2097|6:8|7:1949|3:1120|3:1120;n;6|16:1951|17:2098;p;1|3:659|4:47|5:2099|6:8|7:1112|13:10|3:659|3:659;n;6|16:60|17:1132;p;1|3:1120|4:226|5:2100|6:8|7:1949|3:1120|3:1120;n;6|16:1951|17:2101;p;1|3:1120|4:226|5:2102|6:8|7:1949|3:1120|3:1120;n;6|16:1951|17:2103;p;1|3:1120|4:226|5:2104|6:8|7:1949|3:1120|3:1120;n;6|16:1951|17:2105;p;1|3:1120|4:226|5:2106|6:8|7:1949|3:1120|3:1120;n;6|16:1951|17:2107;p;1|3:1120|4:226|5:2108|6:8|7:1949|3:1120|3:1120;n;6|16:1951|17:2109;p;1|3:1120|4:226|5:2110|6:8|7:1949|3:1120|3:1120;n;6|16:1951|17:2111;p;1|3:659|4:47|5:2112|6:8|7:1112|13:10|3:659|3:659;n;6|16:60|17:1132;p;1|3:659|4:47|5:2113|6:8|7:1112|13:10|3:659|3:659;n;6|16:60|17:2114;p;1|3:659|4:47|5:2115|6:8|7:2116|13:10|3:659|3:659;n;7|16:60|17:2117;p;1|3:1120|4:226|5:2118|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:2002;7|16:1951|17:1995;p;1|3:1120|4:226|5:2119|6:8|7:1949|3:1120|3:1120;1|3:1120|4:226|5:2120|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;7|16:1950|17:2002;p;1|3:1120|4:226|5:2121|6:8|7:1949'
  286. ..'|3:1120|3:1120;1|3:1120|4:226|5:2122|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:2000;7|16:1951|17:1995;p;1|3:1120|4:226|5:2123|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:1120|4:226|5:2124|6:8|7:1949|3:1120|3:1120;1|3:1120|4:226|5:2125|6:8|7:1949|3:1120|3:1120;n;7|16:1951|17:1995;p;1|3:1120|4:226|5:2126|6:8|7:1949|3:1120|3:1120;n;6|16:1951|17:2127;7|16:1950|17:2000;p;1|3:1120|4:226|5:2128|6:8|7:1949|3:1120|3:1120;n;7|16:1950|17:2000;p;1|3:1120|4:226|5:2129|6:8|7:1949|3:1120|3:1120;p;2|1:1944;n;1|3:659|4:47|5:2130|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;7|16:60|17:1958;6|16:74|17:1125;p;1|3:659|4:47|5:2131|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1125;7|16:60|17:1956;p;1|3:659|4:47|5:2132|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1125;p;2;n;1|3:1120|4:226|5:2133|6:43|7:1946|3:1120|3:1120;n;7|16:60|17:1947;p;1|3:1120|4:226|5:2134|6:43|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;p;1|3:659|4:47|5:2135|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;6|16:74|17:1125;p;1|3:659|4:47|5:2136|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;p;1|3:659|4:47|5:2137|6:43|7:1112|13:10|3:659|3:659;1|3:659|4:47|5:2138|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;p;1|3:659|4:47|5:2139|6:43|7:1112|13:10|3:659|3:659;n;7|16:60|17:1956;6|16:60|17:1807;p;1|3:659|4:47|5:2140|6:43|7:1112|13:10|3:659|3:659;n;7|16:60|17:1958;6|16:60|17:1807;p;1|3:1120|4:226|5:2141|6:43|7:1949|3:1120|3:1120;n;7|16:1951|17:1995;p;1|3:659|4:47|5:2142|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;6|16:74|17:1125;p;1|3:659|4:47|5:2143|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;p;1|3:659|4:47|5:2144|6:43|7:1112|13:10|3:659|3:659;2;n;1|3:1120|4:226|5:2145|6:43|7:1946|3:1120|3:1120;n;7|16:60|17:1947;p;1|3:1120|4:226|5:2146|6:43|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;p;1|3:659|4:47|5:2147|6:43|7:1112|12:10|13:10|3:659|3:659;n;6|16:74|17:1125;6|16:60|17:1807;7|16:60|17:1958;p;1|3:659|4:47|5:2148|6:43|7:1112|13:10|3:659|3:659;n;7|16:60|17:1956;6|16:74|17:1125;p;1|3:659|4:47|5:2149|6:43|7:1112|13:10|3:659|3:659;1|3:659|4:47|5:2150|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;6|16:74|17:1125;p;1|3:659|4:47|5:2151|6:43|7:1112|13:10|3:659|3:659;1|3:659|4:47|5:2152|6:43|7:1112|13:10|3:65'
  287. ..'9|3:659;n;6|16:60|17:1807;6|16:74|17:1125;p;1|3:659|4:47|5:2153|6:43|7:1112|13:10|3:659|3:659;2;n;1|3:1120|4:226|5:2154|6:43|7:1946|3:1120|3:1120;n;7|16:60|17:1947;p;1|3:1120|4:226|5:2155|6:43|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;p;1|3:1120|4:226|5:2156|6:43|7:1949|3:1120|3:1120;n;7|16:1951|17:1995;p;1|3:1120|4:226|5:2157|6:43|7:1949|3:1120|3:1120;n;7|16:1951|17:1952;p;1|3:659|4:47|5:2158|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1125;6|16:60|17:1807;p;1|3:659|4:47|5:2159|6:43|7:1112|13:10|3:659|3:659;n;7|16:60|17:1956;6|16:60|17:1807;p;1|3:659|4:47|5:2160|6:43|7:1112|13:10|3:659|3:659;n;7|16:60|17:1958;p;1|3:1120|4:226|5:2161|6:43|7:1946|3:1120|3:1120;n;7|16:60|17:1947;p;1|3:1120|4:226|5:2162|6:43|7:1949|3:1120|3:1120;n;7|16:1951|17:1995;p;1|3:659|4:47|5:2163|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;p;1|3:659|4:47|5:2164|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;p;1|3:659|4:47|5:2165|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;p;1|3:659|4:47|5:2166|6:43|7:1112|13:10|3:659|3:659;n;7|16:60|17:1956;6|16:60|17:1807;p;1|3:1120|4:226|5:2167|6:43|7:1949|3:1120|3:1120;n;7|16:1951|17:1995;p;1|3:1120|4:226|5:2168|6:43|7:1949|3:1120|3:1120;n;7|16:1951|17:1995;p;1|3:1120|4:226|5:2169|6:43|7:1949|3:1120|3:1120;n;7|16:1951|17:1995;p;1|3:659|4:47|5:2170|6:43|7:1112|13:10|3:659|3:659;n;7|16:60|17:1958;6|16:60|17:1807;p;1|3:659|4:47|5:2171|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;p;1|3:1120|4:226|5:2172|6:43|7:1949|3:1120|3:1120;n;6|16:1951|17:2173;p;1|3:1120|4:226|5:2174|6:43|7:1949|3:1120|3:1120;n;6|16:1951|17:2175;p;2;n;1|3:1120|4:226|5:2176|6:43|7:1946|3:1120|3:1120;n;7|16:60|17:1947;p;1|3:1120|4:226|5:2177|6:43|7:1949|3:1120|3:1120;n;6|16:1951|17:2178;p;p;1|3:659|4:47|5:2179|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;p;1|3:1120|4:226|5:2180|6:43|7:1949|3:1120|3:1120;n;6|16:1951|17:2181;p;1|3:1120|4:226|5:2182|6:43|7:1949|3:1120|3:1120;n;6|16:1951|17:2183;p;1|3:659|4:47|5:2184|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;p;1|3:659|4:47|5:2185|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;p;1|3:659|4:47|5:2186|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;p;1|3:659|4:47|5:2187|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:2188;p;1'
  288. ..'|3:659|4:47|5:2189|6:43|7:1112|13:10|3:659|3:659;p;2|1:1944;n;1|3:659|4:47|5:2190|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1132;p;2;n;1|3:1120|4:226|5:2191|6:43|7:1946|3:1120|3:1120;n;7|16:74|17:641;7|16:60|17:2016;p;1|3:1120|4:226|5:2192|6:43|7:1949|3:1120|3:1120;n;7|16:1950|17:639;7|16:1951|17:1995;p;p;1|3:659|4:47|5:2193|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1115;6|16:60|17:1132;p;1|3:659|4:47|5:2194|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1115;6|16:60|17:1132;p;1|3:659|4:47|5:2195|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1132;p;1|3:659|4:47|5:2196|6:43|7:1112|13:10|3:659|3:659;1|3:659|4:47|5:2197|6:43|7:1112|13:10|3:659|3:659;1|3:659|4:47|5:2198|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1132;p;1|3:659|4:47|5:2199|6:43|7:1112|13:10|3:659|3:659;n;7|16:60|17:1974;6|16:60|17:1132;p;1|3:659|4:47|5:2200|6:43|7:1112|13:10|3:659|3:659;n;7|16:60|17:2026;6|16:60|17:1132;p;1|3:659|4:47|5:2201|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1132;p;1|3:659|4:47|5:2202|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1132;6|16:74|17:1115;p;1|3:659|4:47|5:2203|6:43|7:1112|13:10|3:659|3:659;2;n;1|3:1120|4:226|5:2204|6:43|7:1946|3:1120|3:1120;n;7|16:60|17:2016;p;1|3:1120|4:226|5:2205|6:43|7:1949|3:1120|3:1120;n;7|16:1951|17:1995;p;p;1|3:1120|4:226|5:2206|6:43|7:1949|3:1120|3:1120;n;7|16:1951|17:1995;p;1|3:659|4:47|5:2207|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1132;p;1|3:659|4:47|5:2208|6:43|7:1112|13:10|3:659|3:659;n;7|16:60|17:1974;6|16:60|17:1132;p;1|3:659|4:47|5:2209|6:43|7:1112|13:10|3:659|3:659;n;7|16:60|17:2026;6|16:60|17:1132;p;1|3:659|4:47|5:2210|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1132;p;1|3:659|4:47|5:2211|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1132;p;1|3:659|4:47|5:2212|6:43|7:1112|13:10|3:659|3:659;n;6|16:74|17:1115;6|16:60|17:1807;p;1|3:659|4:47|5:2213|6:43|7:1112|13:10|3:659|3:659;2;n;1|3:1120|4:226|5:2214|6:43|7:1946|3:1120|3:1120;n;7|16:60|17:2016;p;1|3:1120|4:226|5:2215|6:43|7:1949|3:1120|3:1120;n;7|16:1951|17:1462;p;p;1|3:1120|4:226|5:2216|6:43|7:1949|3:1120|3:1120;n;7|16:1951|17:1462;p;1|3:1120|4:226|5:2217|6:43|7:1949|3:1120|3:1120;n;7|16:1951|17:1462;p;1|3:659|4:47|5:2218|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;7|16:60|17:19'
  289. ..'56;p;1|3:659|4:47|5:2219|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;7|16:60|17:2220;p;1|3:1120|4:226|5:2221|6:43|7:1946|3:1120|3:1120;n;7|16:60|17:2222;p;1|3:659|4:47|5:2223|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:1807;p;1|3:659|4:47|5:2224|6:43|7:1112|13:10|3:659|3:659;n;6|16:60|17:2225;p;1|3:1120|4:226|5:2226|6:43|7:1502|3:1120|3:1120;n;6|16:323|17:2227;p;1|3:1120|4:226|5:2228|6:43|7:1502|3:1120|3:1120;n;6|16:323|17:2229;p;1|3:1120|4:226|5:2230|6:43|7:1502|3:1120|3:1120;n;6|16:323|17:2231;p;1|3:1120|4:226|5:2232|6:43|7:1502|3:1120|3:1120;n;6|16:323|17:2233;p;p;p;2|1:2234;n;2|1:2235;n;2|1:2236;n;1|3:173|4:37|5:2237|7:2238|9:11|11:10|13:11|3:173|3:173;n;6|16:2239|17:2240;6|16:2239|17:2241;6|16:2242|17:2243;p;1|3:173|4:37|5:2244|7:2238|9:11|11:10|13:11|3:173|3:173;n;6|16:2239|17:2245;6|16:2239|17:2246;p;1|3:2247|4:226|5:2248|6:2249|7:1536|9:11|10:10|12:10|13:11|3:2247|3:2247;n;6|16:1716|17:2250;6|16:1537|17:2251;p;1|3:173|4:37|5:2252|6:393|7:2238|9:11|11:10|13:11|3:173|3:173;n;6|16:2239|17:2253;p;1|3:173|4:37|5:2254|6:8|7:2255|9:11|13:11|3:173|3:173;1|3:2247|4:226|5:2256|6:2257|7:1536|9:11|10:10|12:10|13:11|3:2247|3:2247;n;6|16:1716|17:2258;6|16:1537|17:2259;p;1|3:173|4:37|5:2260|7:2238|9:11|11:10|13:11|3:173|3:173;n;8|1:2261|16:2262|17:2263;6|16:2239|17:2264;6|16:2239|17:2265;p;1|3:2247|4:226|5:2266|6:2267|7:2268|9:11|13:11|3:2247|3:2247;1|3:173|4:37|5:2269|6:393|7:2238|9:11|11:10|13:11|3:173|3:173;n;6|16:2270|17:2271;6|16:2242|17:2272;6|16:2239|17:2273;p;1|3:2247|4:226|5:2274|6:2275|7:1536|9:11|10:10|12:10|13:11|3:2247|3:2247;n;6|16:1537|17:2276;p;1|3:2247|4:226|5:2277|6:2278|7:1536|9:11|10:10|12:10|13:11|3:2247|3:2247;n;6|16:1537|17:2279;6|16:1716|17:2280;6|16:1716|17:2281;p;1|3:173|4:37|5:2282|6:8|7:2238|9:11|11:10|13:11|3:173|3:173;n;6|16:2239|17:2246;6|16:2239|17:2283;p;1|3:173|4:37|5:2284|6:43|7:2238|9:11|11:10|13:11|3:173|3:173;n;6|16:2285|17:2286;6|16:2239|17:2287;p;1|3:173|4:37|5:2288|6:8|7:2238|9:11|11:10|13:11|3:173|3:173;n;6|16:2239|17:2289;p;1|3:173|4:37|5:2290|6:8|7:2238|9:11|11:10|13:11|3:173|3:173;n;8|1:2261|16:2262|17:2263;6|16:2239|17:2291;p;1|3:173|4:37|5:2292|6:43|7:2238|9:11|11:10|13:11|3:173|3:173;n;6|16:2239|17:2293;p;p;2|1:22'
  290. ..'94;n;1|3:173|4:37|5:2295|6:393|7:2296|9:11|13:11|3:173|3:173;1|3:2247|4:226|5:2297|6:2298|7:1536|8:10|9:11|13:11|3:2247|3:2247;n;6|16:1716|17:2299;6|16:2300|17:2301;p;p;2|1:2302;n;1|3:2247|4:226|5:2303|6:2298|7:2304|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2305|17:2306;6|16:2300|17:2307;p;1|3:2247|4:226|5:2308|6:2298|7:2309|8:10|9:11|13:11|3:2247|3:2247;n;6|16:2310|17:2311;6|16:2312|17:2313;p;1|3:2247|4:226|5:2314|6:2298|7:2315|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2316|17:2317;6|16:2300|17:2318;p;1|3:2247|4:226|5:2319|6:2298|7:2304|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2320|17:2321;6|16:2300|17:2322;p;1|3:2247|4:226|5:2323|6:2298|7:2315|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2324|17:2325;6|16:2300|17:2326;p;1|3:173|4:37|5:2327|6:393|7:2255|9:11|13:11|3:173|3:173;p;2|1:2236;n;1|3:173|4:37|5:2328|7:2238|9:11|11:10|13:11|3:173|3:173;n;6|16:2239|17:2329;6|16:2242|17:2330;6|16:2239|17:2331;p;1|3:173|4:37|5:2332|7:2238|9:11|11:10|13:11|3:173|3:173;n;6|16:2239|17:2333;6|16:2239|17:2245;p;1|3:2247|4:226|5:2334|6:2249|7:1536|9:11|10:10|12:10|13:11|3:2247|3:2247;n;6|16:1716|17:2250;6|16:1537|17:2335;p;1|3:173|4:37|5:2336|6:393|7:2238|9:11|11:10|13:11|3:173|3:173;n;6|16:2239|17:2337;p;1|3:173|4:37|5:2338|6:8|7:2255|9:11|13:11|3:173|3:173;1|3:2247|4:226|5:2339|6:2257|7:1536|9:11|10:10|12:10|13:11|3:2247|3:2247;n;6|16:1716|17:2258;6|16:1537|17:2259;p;1|3:173|4:37|5:2340|7:2238|9:11|11:10|13:11|3:173|3:173;n;8|1:2261|16:2262|17:2263;6|16:2239|17:2341;6|16:2239|17:2342;p;1|3:2247|4:226|5:2343|6:2267|7:2268|9:11|13:11|3:2247|3:2247;1|3:173|4:37|5:2344|6:393|7:2238|9:11|11:10|13:11|3:173|3:173;n;6|16:2242|17:2345;6|16:2239|17:2346;6|16:2270|17:2347;p;1|3:2247|4:226|5:2348|6:2275|7:1536|9:11|10:10|12:10|13:11|3:2247|3:2247;n;6|16:1537|17:2276;p;1|3:2247|4:226|5:2349|6:2278|7:1536|9:11|10:10|12:10|13:11|3:2247|3:2247;n;6|16:1716|17:2350;6|16:1716|17:2351;6|16:1537|17:2352;p;1|3:173|4:37|5:2353|6:8|7:2238|9:11|11:10|13:11|3:173|3:173;n;6|16:2239|17:2354;6|16:2239|17:2355;p;1|3:173|4:37|5:2356|6:43|7:2238|9:11|11:10|13:11|3:173|3:173;n;6|16:2285|17:2286;6|16:2239|17:2287;p;1|3:173|4:37|5:2357|6:8|7:2238|9:11|11:10|13:11|3:173|3:173;n;6|16:2239|17:2289;p;1|3'
  291. ..':173|4:37|5:2358|6:8|7:2238|9:11|11:10|13:11|3:173|3:173;n;8|1:2261|16:2262|17:2263;6|16:2239|17:2359;p;1|3:173|4:37|5:2360|6:43|7:2238|9:11|11:10|13:11|3:173|3:173;n;6|16:2239|17:2361;p;p;2|1:2302;n;1|3:2247|4:226|5:2362|6:2298|7:2304|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2305|17:2306;6|16:2300|17:2307;p;1|3:2247|4:226|5:2363|6:2298|7:2309|8:10|9:11|13:11|3:2247|3:2247;n;6|16:2310|17:2364;6|16:2312|17:2313;p;1|3:2247|4:226|5:2365|6:2298|7:2315|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2316|17:2317;6|16:2300|17:2318;p;1|3:2247|4:226|5:2366|6:2298|7:2304|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2320|17:2321;6|16:2300|17:2322;p;1|3:2247|4:226|5:2367|6:2298|7:2315|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2324|17:2325;6|16:2300|17:2326;p;1|3:173|4:37|5:2368|6:393|7:2255|9:11|13:11|3:173|3:173;p;2|1:2302;n;1|3:2247|4:226|5:2369|6:2298|7:2304|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2305|17:2306;6|16:2300|17:2307;p;1|3:2247|4:226|5:2370|6:2298|7:2309|8:10|9:11|13:11|3:2247|3:2247;n;6|16:2310|17:2371;6|16:2312|17:2313;p;1|3:2247|4:226|5:2372|6:2298|7:2315|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2316|17:2317;6|16:2300|17:2318;p;1|3:2247|4:226|5:2373|6:2298|7:2304|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2320|17:2321;6|16:2300|17:2322;p;1|3:2247|4:226|5:2374|6:2298|7:2315|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2324|17:2325;6|16:2300|17:2326;p;1|3:173|4:37|5:2375|6:393|7:2255|9:11|13:11|3:173|3:173;p;2|1:2302;n;1|3:2247|4:226|5:2376|6:2298|7:2304|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2305|17:2306;6|16:2300|17:2307;p;1|3:2247|4:226|5:2377|6:2298|7:2309|8:10|9:11|13:11|3:2247|3:2247;n;6|16:2310|17:2378;6|16:2312|17:2313;p;1|3:2247|4:226|5:2379|6:2298|7:2315|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2316|17:2317;6|16:2300|17:2318;p;1|3:2247|4:226|5:2380|6:2298|7:2304|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2320|17:2321;6|16:2300|17:2322;p;1|3:2247|4:226|5:2381|6:2298|7:2315|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2324|17:2325;6|16:2300|17:2326;p;1|3:173|4:37|5:2382|6:393|7:2255|9:11|13:11|3:173|3:173;p;2|1:2302;n;1|3:2247|4:226|5:2383|6:2298|7:2304|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2305|17:2306;6|16:2300|17:2307;p;1'
  292. ..'|3:2247|4:226|5:2384|6:2298|7:2309|8:10|9:11|13:11|3:2247|3:2247;n;6|16:2310|17:2385;6|16:2312|17:2313;p;1|3:2247|4:226|5:2386|6:2298|7:2315|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2316|17:2317;6|16:2300|17:2318;p;1|3:2247|4:226|5:2387|6:2298|7:2304|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2320|17:2321;6|16:2300|17:2322;p;1|3:2247|4:226|5:2388|6:2298|7:2315|8:10|9:11|13:11|3:2247|3:2247;n;8|1:2261|16:2324|17:2325;6|16:2300|17:2326;p;1|3:173|4:37|5:2389|6:393|7:2255|9:11|13:11|3:173|3:173;p;2|1:2294;n;1|3:173|4:37|5:2390|6:393|7:2296|9:11|13:11|3:173|3:173;1|3:2247|4:226|5:2391|6:2298|7:1536|8:10|9:11|13:11|3:2247|3:2247;n;6|16:1716|17:2392;6|16:2300|17:2301;p;p;2|1:2294;n;1|3:173|4:37|5:2393|6:393|7:2296|9:11|13:11|3:173|3:173;1|3:2247|4:226|5:2394|6:2298|7:1536|8:10|9:11|13:11|3:2247|3:2247;n;6|16:1716|17:2395;6|16:2300|17:2301;p;p;2|1:2294;n;1|3:173|4:37|5:2396|6:393|7:2296|9:11|13:11|3:173|3:173;1|3:2247|4:226|5:2397|6:2298|7:1536|8:10|9:11|13:11|3:2247|3:2247;n;6|16:1716|17:2398;6|16:2300|17:2301;p;p;p;p;2|1:2399;n;1|3:2247|4:226|5:2400|6:43|7:2401|3:2247|3:2247;n;5|14:2402;7|16:2403|17:1743;7|16:2404|17:2405;p;1|3:2247|4:226|5:2406|6:43|7:2407|3:2247|3:2247;n;6|16:568|17:2408;6|16:2409|17:2410;7|16:56|17:2411;p;1|3:2247|4:226|5:2412|6:43|7:2413|3:2247|3:2247;n;7|16:60|17:2414;p;1|3:2247|4:226|5:2415|6:43|7:2416|11:10|12:10|3:2247|3:2247;n;6|16:2417|17:2418;p;1|3:2247|4:226|5:2419|6:43|7:2407|3:2247|3:2247;n;6|16:568|17:2420;p;p;2|1:2399;n;1|3:2247|4:226|5:2421|7:2401|3:2247|3:2247;n;5|14:2422;7|16:2403|17:1743;7|16:2404|17:2405;p;1|3:2247|4:226|5:2423|7:2407|3:2247|3:2247;n;6|16:568|17:2424;7|16:56|17:2411;6|16:2409|17:2410;p;1|3:2247|4:226|5:2425|7:2413|13:10|3:2247|3:2247;n;7|16:60|17:2414;p;1|3:2247|4:226|5:2426|7:2416|11:10|12:10|3:2247|3:2247;n;6|16:2417|17:2418;p;1|3:2247|4:226|5:2427|7:2407|3:2247|3:2247;n;6|16:568|17:2428;p;p;2|1:2399;n;1|3:2247|4:226|5:2429|7:2401|3:2247|3:2247;n;5|14:2430;7|16:2403|17:1743;7|16:2404|17:623;p;1|3:2247|4:226|5:2431|7:2407|3:2247|3:2247;n;6|16:2409|17:2432;7|16:56|17:2411;6|16:568|17:2433;p;1|3:2247|4:226|5:2434|7:2413|13:10|3:2247|3:2247;n;7|16:60|17:2435;p;1|3:2247|4:226|5:2436|7:2416|11:10|12:10|3:2247'
  293. ..'|3:2247;n;6|16:2417|17:2437;p;1|3:2247|4:226|5:2438|7:2407|3:2247|3:2247;n;6|16:568|17:2439;p;p;2|1:2399;n;1|3:2247|4:226|5:2440|6:393|7:2401|3:2247|3:2247;n;5|14:2441;7|16:2403|17:1743;7|16:2404|17:2405;p;1|3:2247|4:226|5:2442|6:393|7:2407|3:2247|3:2247;n;6|16:568|17:2443;7|16:56|17:2411;6|16:2409|17:2410;p;1|3:2247|4:226|5:2444|6:393|7:2413|3:2247|3:2247;n;7|16:60|17:2414;p;1|3:2247|4:226|5:2445|6:393|7:2416|11:10|12:10|3:2247|3:2247;n;6|16:2417|17:2418;p;1|3:2247|4:226|5:2446|6:393|7:2407|3:2247|3:2247;n;6|16:568|17:2447;p;p;2|1:2399;n;1|3:2247|4:226|5:2448|6:393|7:2401|3:2247|3:2247;n;5|14:2449;7|16:2403|17:1743;7|16:2404|17:2405;p;1|3:2247|4:226|5:2450|6:393|7:2407|3:2247|3:2247;n;6|16:568|17:2451;7|16:56|17:2411;6|16:2409|17:2410;p;1|3:2247|4:226|5:2452|6:393|7:2413|13:10|3:2247|3:2247;n;7|16:60|17:2435;p;1|3:2247|4:226|5:2453|6:393|7:2416|11:10|12:10|3:2247|3:2247;n;6|16:2417|17:2437;p;1|3:2247|4:226|5:2454|6:393|7:2407|3:2247|3:2247;n;6|16:568|17:2455;p;p;p;2|1:2456;n;2|1:2457;n;2|1:2458;n;1|2:4|3:5|4:37|5:2459|6:2267|7:2460|9:11|13:11|3:5|3:5;n;8|1:150|16:2461|17:2462;p;1|2:4|3:1814|24:2463|5:2464|6:2267|7:2465|9:11|13:11|3:1814|3:1814;n;8|1:150|16:2466|17:2467;p;1|2:4|3:5|4:37|5:2468|6:2267|7:2469|9:11|13:11|3:5|3:5;1|2:4|3:5|4:37|5:2470|6:8|7:2471|9:11|13:11|3:5|3:5;n;8|1:150|16:2472|17:2473;8|1:150|16:2474|17:2475;p;1|2:4|3:5|4:37|5:2476|6:8|7:2477|9:11|13:11|3:5|3:5;p;2|1:2458;n;1|2:4|3:5|4:37|5:2478|6:2267|7:2460|9:11|13:11|3:5|3:5;n;8|1:150|16:2461|17:2462;p;1|2:4|3:1814|24:2463|5:2479|6:2267|7:2465|9:11|13:11|3:1814|3:1814;n;8|1:150|16:2466|17:2467;p;1|2:4|3:5|4:37|5:2480|6:2267|7:2469|9:11|13:11|3:5|3:5;1|2:4|3:5|4:37|5:2481|6:8|7:2471|9:11|13:11|3:5|3:5;n;8|1:150|16:2472|17:2473;8|1:150|16:2474|17:2475;p;1|2:4|3:5|4:37|5:2482|6:8|7:2477|9:11|13:11|3:5|3:5;p;2|1:2458;n;1|2:4|3:5|4:37|5:2483|6:2267|7:2460|9:11|13:11|3:5|3:5;n;8|1:150|16:2461|17:2462;p;1|2:4|3:1814|24:2463|5:2484|6:2267|7:2465|9:11|13:11|3:1814|3:1814;n;8|1:150|16:2466|17:2467;p;1|2:4|3:5|4:37|5:2485|6:2267|7:2469|9:11|13:11|3:5|3:5;1|2:4|3:5|4:37|5:2486|6:8|7:2471|9:11|13:11|3:5|3:5;n;8|1:150|16:2472|17:2473;8|1:150|16:2474|17:2475;p;1|2:4|3:5|4:37|5:2487|6:8|7:2477|9:11|13:'
  294. ..'11|3:5|3:5;p;p;2|1:2488;n;1|3:2489|24:2490|5:2491|7:2492|3:2489|3:2489;n;7|16:60|17:623;7|16:74|17:1743;p;1|3:2493|4:226|5:2494|7:2492|3:2493|3:2493;n;7|16:74|17:2495;7|16:74|17:2496;p;1|3:2493|4:226|5:2497|7:2492|3:2493|3:2493;n;7|16:60|17:623;7|16:74|17:1743;p;1|3:2493|4:226|5:2498|7:2492|3:2493|3:2493;n;7|16:74|17:1743;p;1|3:2493|4:226|5:2499|7:2492|3:2493|3:2493;n;7|16:74|17:2495;7|16:74|17:2500;p;1|3:2493|4:226|5:2501|7:2492|3:2493|3:2493;n;7|16:60|17:2405;p;1|3:2493|4:226|5:2502|6:393|7:646|3:2493|3:2493;n;7|16:74|17:652;7|16:60|17:2405;p;1|3:2503|5:2504|6:8|7:1461|3:2503|3:2503;n;7|16:74|17:2505;7|16:60|17:2405;p;1|3:2503|5:2506|6:8|7:1461|3:2503|3:2503;n;7|16:60|17:2507;p;1|3:285|5:2508|6:393|7:2509|13:10|3:285|3:285;n;7|16:14|17:2510;7|16:14|17:2511;7|16:14|17:2512;p;1|3:2513|4:226|5:2514|6:43|7:2515|13:10|3:2513|3:2513;1|3:285|5:2516|6:393|7:1461|3:285|3:285;n;7|16:60|17:623;p;1|3:285|5:2517|6:393|7:1461|3:285|3:285;n;7|16:60|17:2510;p;1|3:2489|24:2490|5:2518|6:393|7:2492|3:2489|3:2489;n;7|16:74|17:1743;7|16:60|17:623;p;1|3:2489|24:2490|5:2519|7:2492|3:2489|3:2489;n;7|16:60|17:623;p;1|3:2520|24:2490|5:2521|6:393|7:2492|3:2520|3:2520;n;7|16:60|17:2522;7|16:74|17:1743;p;1|3:2520|24:2490|5:2523|6:393|7:2492|3:2520|3:2520;1|3:2493|4:226|5:2524|6:393|7:2492|3:2493|3:2493;n;7|16:74|17:2525;p;1|3:285|5:2526|6:393|7:1112|3:285|3:285;n;7|16:74|17:2527;7|16:74|17:2528;p;1|3:2489|24:2490|5:2529|7:2492|3:2489|3:2489;n;7|16:60|17:2522;p;1|3:2493|4:226|5:2530|6:393|7:646|3:2493|3:2493;n;7|16:60|17:623;7|16:74|17:1743;p;1|3:2493|4:226|5:2531|6:393|7:646|3:2493|3:2493;n;7|16:74|17:1743;p;1|3:2493|4:226|5:2532|6:393|7:646|3:2493|3:2493;n;7|16:74|17:1743;p;1|3:285|5:2533|6:393|7:1461|3:285|3:285;n;7|16:60|17:623;p;1|3:285|5:2534|6:393|7:1461|3:285|3:285;1|3:2493|4:226|5:2535|6:393|7:646|3:2493|3:2493;1|3:2493|4:226|5:2536|7:2492|3:2493|3:2493;n;7|16:60|17:623;p;1|3:2493|4:226|5:2537|7:2492|3:2493|3:2493;n;7|16:60|17:2405;p;1|3:2493|4:226|5:2538|6:393|7:646|3:2493|3:2493;n;7|16:74|17:2539;p;1|3:2513|4:226|5:2540|6:393|7:2541|13:10|3:2513|3:2513;1|3:2493|4:226|5:2542|6:393|7:646|3:2493|3:2493;1|3:285|5:2543|6:8|7:1461|3:285|3:285;n;7|16:60|17:623;p;1|3:285|5:2544|6:8'
  295. ..'|7:1461|3:285|3:285;1|3:2513|4:226|5:2545|6:43|7:2515|13:10|3:2513|3:2513;n;7|16:14|17:2546;p;1|3:2493|4:226|5:2547|7:2492|3:2493|3:2493;n;7|16:60|17:623;7|16:74|17:1743;p;1|3:2493|4:226|5:2548|7:2492|3:2493|3:2493;n;7|16:74|17:2496;7|16:74|17:2495;p;1|3:2513|4:226|5:2549|6:43|7:2515|13:10|3:2513|3:2513;n;7|16:14|17:2550;p;1|3:2513|4:226|5:2551|6:43|7:2515|13:10|3:2513|3:2513;1|3:2513|4:226|5:2552|6:43|7:2515|13:10|3:2513|3:2513;n;7|16:14|17:2553;p;1|3:2493|4:226|5:2554|7:646|3:2493|3:2493;n;7|16:74|17:2555;7|16:60|17:623;p;1|3:2493|4:226|5:2556|7:646|3:2493|3:2493;n;7|16:60|17:2405;p;1|3:2493|4:226|5:2557|6:393|7:646|3:2493|3:2493;n;7|16:60|17:2405;7|16:74|17:1743;p;1|3:2493|4:226|5:2558|6:393|7:646|3:2493|3:2493;n;7|16:74|17:2555;p;1|3:2513|4:226|5:2559|6:43|7:2515|13:10|3:2513|3:2513;n;7|16:14|17:2560;p;1|3:1936|5:2561|7:2515|9:11|3:1936|3:1936;n;7|16:707|17:2562;p;1|3:2493|4:226|5:2563|6:393|7:646|3:2493|3:2493;1|3:2513|4:226|5:2564|6:393|7:2541|13:10|3:2513|3:2513;n;7|16:14|17:2565;p;1|3:2493|4:226|5:2566|7:646|3:2493|3:2493;n;7|16:74|17:2567;7|16:60|17:623;p;1|3:2493|4:226|5:2568|7:2492|3:2493|3:2493;1|3:2513|4:226|5:2569|6:43|7:2515|13:10|3:2513|3:2513;n;7|16:14|17:2570;p;1|3:2493|4:226|5:2571|7:2492|3:2493|3:2493;n;7|16:74|17:1743;p;1|3:2493|4:226|5:2572|7:2492|3:2493|3:2493;1|3:2513|4:226|5:2573|6:43|7:2574|3:2513|3:2513;n;7|16:60|17:623;7|16:74|17:1743;p;1|3:2513|4:226|5:2575|6:43|7:2574|3:2513|3:2513;n;7|16:74|17:2576;p;1|3:2513|4:226|5:2577|6:43|7:2574|3:2513|3:2513;n;7|16:74|17:2578;7|16:60|17:623;p;1|3:2493|4:226|5:2579|6:393|7:646|3:2493|3:2493;n;7|16:60|17:2580;7|16:60|17:2581;7|16:60|17:623;p;1|3:2489|24:2490|5:2582|6:393|7:2492|3:2489|3:2489;n;7|16:74|17:1743;p;1|3:2513|4:226|5:2583|6:43|7:2574|3:2513|3:2513;n;7|16:60|17:2405;7|16:74|17:1743;p;1|3:2513|4:226|5:2584|6:43|7:2574|3:2513|3:2513;1|3:2489|24:2490|5:2585|6:393|7:2492|3:2489|3:2489;n;7|16:74|17:1743;p;1|3:2489|24:2490|5:2586|6:393|7:2492|3:2489|3:2489;n;7|16:60|17:623;7|16:74|17:1743;p;1|3:2489|24:2490|5:2587|6:393|7:2492|3:2489|3:2489;1|3:2493|4:226|5:2588|6:8|7:1461|3:2493|3:2493;n;7|16:60|17:623;7|16:74|17:1743;p;1|3:2493|4:226|5:2589|6:393|7:646|3:2493|3:2493;n;7|16:74|17:2539'
  296. ..';7|16:60|17:623;p;2;n;1|3:2590|5:2591|7:2574|3:2590|3:2590;n;6|16:60|17:2592;p;1|3:2593|5:2594|6:43|7:2595|13:10|3:2593|3:2593;n;7|16:14|17:2596;7|16:14|17:2597;6|16:707|17:2598;7|16:14|17:2599;7|16:14|17:2600;p;1|3:2590|5:2601|7:2574|3:2590|3:2590;1|3:2590|5:2602|7:2574|3:2590|3:2590;1|3:2590|5:2603|7:2574|3:2590|3:2590;1|3:2590|5:2604|7:2574|3:2590|3:2590;1|3:2590|5:2605|7:2574|3:2590|3:2590;p;1|3:2513|4:226|5:2606|6:43|7:2574|3:2513|3:2513;n;7|16:60|17:623;p;1|3:2493|4:226|5:2607|6:8|7:1461|3:2493|3:2493;1|3:2493|4:226|5:2608|6:8|7:1461|3:2493|3:2493;n;7|16:74|17:2609;7|16:60|17:623;p;1|3:2493|4:226|5:2610|6:393|7:2492|3:2493|3:2493;n;7|16:60|17:623;p;1|3:2489|24:2490|5:2611|6:393|7:2492|3:2489|3:2489;1|3:2493|4:226|5:2612|6:393|7:646|3:2493|3:2493;n;7|16:60|17:623;7|16:74|17:652;p;1|3:2493|4:226|5:2613|6:393|7:646|3:2493|3:2493;n;7|16:74|17:1743;p;1|3:2493|4:226|5:2614|6:393|7:646|3:2493|3:2493;n;7|16:74|17:1743;p;1|3:2493|4:226|5:2615|6:393|7:646|3:2493|3:2493;1|3:2489|5:2616|6:8|7:1112|13:10|3:2489|3:2489;n;7|16:60|17:2405;p;1|3:2489|5:2617|6:8|7:1112|3:2489|3:2489;n;7|16:60|17:623;7|16:74|17:2618;p;1|3:2493|4:226|5:2619|6:8|7:1461|3:2493|3:2493;n;7|16:60|17:2620;7|16:74|17:1743;p;1|3:2493|4:226|5:2621|6:8|7:1461|3:2493|3:2493;1|3:2493|4:226|5:2622|6:393|7:646|3:2493|3:2493;n;7|16:60|17:2405;p;1|3:2493|4:226|5:2623|7:646|3:2493|3:2493;n;7|16:60|17:2405;7|16:74|17:1743;p;1|3:2493|4:226|5:2624|7:646|3:2493|3:2493;n;7|16:74|17:1743;p;1|3:2493|4:226|5:2625|7:646|3:2493|3:2493;1|3:2513|4:226|5:2626|6:393|7:2541|13:10|3:2513|3:2513;n;7|16:14|17:2627;p;1|3:2513|4:226|5:2628|6:43|7:2515|13:10|3:2513|3:2513;n;7|16:14|17:2629;p;1|3:1936|5:2630|6:8|7:2515|9:11|3:1936|3:1936;n;7|16:707|17:2631;7|16:707|17:2562;p;1|3:2493|4:226|5:2632|6:393|7:646|3:2493|3:2493;1|3:2493|4:226|5:2633|7:646|3:2493|3:2493;n;7|16:60|17:2405;7|16:74|17:1743;p;1|3:2493|4:226|5:2634|7:646|3:2493|3:2493;1|3:2513|4:226|5:2635|6:43|7:2574|3:2513|3:2513;n;7|16:60|17:2405;p;1|3:2493|4:226|5:2636|6:8|7:1461|3:2493|3:2493;n;7|16:60|17:2637;p;1|3:2489|24:2490|5:2638|6:393|7:2492|3:2489|3:2489;n;7|16:60|17:2405;p;1|3:2489|5:2639|6:8|7:1112|3:2489|3:2489;n;7|16:60|17:2640;p;1|3:2489|5:2641|7:1112|3'
  297. ..':2489|3:2489;1|3:2513|4:226|5:2642|6:43|7:2515|13:10|3:2513|3:2513;n;7|16:14|17:2643;7|16:14|17:2644;p;1|3:2513|4:226|5:2645|6:43|7:2515|13:10|3:2513|3:2513;n;7|16:14|17:2646;7|16:14|17:2643;p;1|3:2513|4:226|5:2647|6:393|7:646|12:10|3:2513|3:2513;n;7|16:74|17:2648;p;1|3:2493|4:226|5:2649|6:8|7:1461|3:2493|3:2493;n;7|16:60|17:623;7|16:74|17:1743;p;1|3:2493|4:226|5:2650|6:8|7:1461|3:2493|3:2493;1|3:2513|4:226|5:2651|6:43|7:2515|13:10|3:2513|3:2513;1|3:2513|4:226|5:2652|6:43|7:2515|13:10|3:2513|3:2513;1|3:2493|4:226|5:2653|7:646|3:2493|3:2493;1|3:2493|4:226|5:2654|6:8|7:646|3:2493|3:2493;n;7|16:74|17:652;p;1|3:2493|4:226|5:2655|7:2492|3:2493|3:2493;n;7|16:74|17:1743;7|16:60|17:623;p;1|3:2489|24:2490|5:2656|6:393|7:2492|3:2489|3:2489;n;7|16:60|17:623;7|16:74|17:1743;p;1|3:2493|4:226|5:2657|6:8|7:646|3:2493|3:2493;n;7|16:74|17:652;p;1|3:2493|4:226|5:2658|6:8|7:646|3:2493|3:2493;n;7|16:74|17:2659;7|16:74|17:2660;p;1|3:2493|4:226|5:2661|6:393|7:646|3:2493|3:2493;n;7|16:74|17:2648;7|16:60|17:2581;p;1|3:2493|4:226|5:2662|7:2492|3:2493|3:2493;n;7|16:60|17:623;p;1|3:2493|4:226|5:2663|7:2492|3:2493|3:2493;n;7|16:60|17:623;p;1|3:2493|4:226|5:2664|6:393|7:646|3:2493|3:2493;n;7|16:74|17:2665;7|16:74|17:652;7|16:60|17:623;p;1|3:2489|5:2666|6:8|7:1112|3:2489|3:2489;1|3:2493|4:226|5:2667|7:2492|3:2493|3:2493;1|3:2513|4:226|5:2668|6:43|7:2515|13:10|3:2513|3:2513;n;7|16:14|17:2644;7|16:14|17:2669;p;1|3:2493|4:226|5:2670|7:646|3:2493|3:2493;1|3:2493|4:226|5:2671|6:393|7:646|3:2493|3:2493;n;7|16:60|17:2405;p;1|3:2489|24:2490|5:2672|6:393|7:2492|3:2489|3:2489;n;7|16:60|17:623;p;1|3:2489|24:2490|5:2673|6:393|7:2492|3:2489|3:2489;1|3:2493|4:226|5:2674|6:393|7:646|3:2493|3:2493;n;7|16:74|17:2675;7|16:60|17:623;p;1|3:2513|4:226|5:2676|6:43|7:2574|3:2513|3:2513;n;7|16:60|17:623;p;1|3:2489|24:2490|5:2677|7:2492|3:2489|3:2489;n;7|16:60|17:623;p;1|3:2489|24:2490|5:2678|7:2492|3:2489|3:2489;n;7|16:60|17:623;p;1|3:2489|24:2490|5:2679|7:2492|3:2489|3:2489;1|3:2493|4:226|5:2680|7:2492|3:2493|3:2493;1|3:2513|4:226|5:2681|6:43|7:2574|3:2513|3:2513;n;7|16:60|17:2405;p;1|3:2513|4:226|5:2682|6:43|7:2515|13:10|3:2513|3:2513;n;7|16:14|17:2683;p;1|3:2493|4:226|5:2684|6:8|7:1461|3:2493|3:2493;1|3:251'
  298. ..'3|4:226|5:2685|6:43|7:2515|13:10|3:2513|3:2513;n;7|16:14|17:2643;p;1|3:2493|4:226|5:2686|6:393|7:646|3:2493|3:2493;1|3:2493|4:226|5:2687|6:8|7:1461|3:2493|3:2493;n;7|16:60|17:623;7|16:74|17:1743;p;1|3:2493|4:226|5:2688|6:8|7:1461|3:2493|3:2493;1|3:2493|4:226|5:2689|6:8|7:646|3:2493|3:2493;n;7|16:60|17:2405;7|16:74|17:1743;p;1|3:2493|4:226|5:2690|6:8|7:646|3:2493|3:2493;n;7|16:74|17:1743;p;1|3:2493|4:226|5:2691|6:8|7:646|3:2493|3:2493;n;7|16:74|17:652;p;1|3:2493|4:226|5:2692|7:2492|3:2493|3:2493;n;7|16:60|17:2405;7|16:74|17:652;p;1|3:2493|4:226|5:2693|7:2492|3:2493|3:2493;n;7|16:74|17:1743;p;1|3:2493|4:226|5:2694|6:8|7:646|3:2493|3:2493;n;7|16:74|17:1743;p;1|3:2493|4:226|5:2695|6:8|7:646|3:2493|3:2493;1|3:2493|4:226|5:2696|7:2492|3:2493|3:2493;n;7|16:60|17:623;p;1|3:2493|4:226|5:2697|6:8|7:646|3:2493|3:2493;n;7|16:60|17:623;p;1|3:2493|4:226|5:2698|6:8|7:646|3:2493|3:2493;1|3:2493|4:226|5:2699|6:8|7:1461|3:2493|3:2493;1|3:2493|4:226|5:2700|6:393|7:646|3:2493|3:2493;n;7|16:60|17:2405;p;1|3:2513|4:226|5:2701|6:43|7:2574|3:2513|3:2513;n;7|16:60|17:2405;p;1|3:2493|4:226|5:2702|7:2492|3:2493|3:2493;1|3:2493|4:226|5:2703|6:393|7:646|3:2493|3:2493;1|3:2513|4:226|5:2704|6:43|7:2574|3:2513|3:2513;1|3:2493|4:226|5:2705|7:2492|3:2493|3:2493;n;7|16:60|17:623;p;1|3:2513|4:226|5:2706|6:43|7:2574|3:2513|3:2513;1|3:2493|4:226|5:2707|7:2492|3:2493|3:2493;n;7|16:60|17:623;p;1|3:2493|4:226|5:2708|7:2492|3:2493|3:2493;p;2|1:2709;n;1|3:2489|4:226|5:2710|6:8|7:1259|3:2489|3:2489;n;7|16:235|17:1743;p;1|3:2489|4:226|5:2711|6:8|7:2574|13:11|3:2489|3:2489;n;7|16:60|17:2405;p;1|3:2489|4:226|5:2712|6:8|7:2713|9:11|13:11|3:2489|3:2489;1|3:2489|4:226|5:2714|6:8|7:2574|8:13|10:13|3:2489|3:2489;n;9|16:2715|17:2716|25:2717|26:2718|27:2719|28:2720;p;1|3:2489|4:226|5:2721|6:8|7:2574|13:11|3:2489|3:2489;n;7|16:60|17:2405;p;1|3:2489|4:226|5:2722|6:8|7:2574|8:13|10:13|3:2489|3:2489;n;9|16:2715|17:2716|25:2717|26:2718|27:2719|28:2720;7|16:60|17:1462;9|16:2723|17:2724|25:2725|26:2719|27:2720|28:2717;p;1|3:2489|4:226|5:2726|6:8|7:1259|3:2489|3:2489;1|3:1533|4:6|5:2727|6:2728|7:2477|13:11|3:1533|3:1533;n;7|16:14|17:2729;p;1|3:2730|4:37|5:2731|6:2732|7:2574|3:2730|3:2730;n;9|16:60|17:2733|25:2734|26:2'
  299. ..'735|27:2736|28:2737;p;1|3:2489|4:226|5:2738|6:43|7:1259|3:2489|3:2489;n;7|16:235|17:1743;p;1|3:2489|4:226|5:2739|6:43|7:2574|13:11|3:2489|3:2489;n;7|16:60|17:2405;p;1|3:2489|4:226|5:2740|6:43|7:2574|8:13|10:13|3:2489|3:2489;n;9|16:2715|17:2716|25:2717|26:2718|27:2719|28:2720;p;1|3:2489|4:226|5:2741|6:43|7:2713|9:11|13:11|3:2489|3:2489;1|1:2742|3:2730|4:37|5:2743|6:8|7:2744|13:11|3:2730|3:2730;1|3:2489|4:226|5:2745|6:8|7:2713|9:11|13:11|3:2489|3:2489;1|3:2489|4:226|5:2746|6:8|7:2574|8:13|10:13|3:2489|3:2489;n;7|16:60|17:1462;9|16:2715|17:2747|25:2717|26:2718|27:2719|28:2720;7|16:74|17:652;9|16:2723|17:2724|25:2725|26:2719|27:2720|28:2717;p;1|3:2489|4:226|5:2748|6:8|7:2574|13:11|3:2489|3:2489;1|3:2730|4:37|5:2749|6:43|7:693|3:2730|3:2730;n;7|16:700|17:652;p;1|3:1533|4:6|5:2750|6:2751|7:2477|13:11|3:1533|3:1533;n;7|16:14|17:2752;p;1|3:2730|4:37|5:2753|6:2754|7:2574|3:2730|3:2730;n;9|16:60|17:2755|25:2756|26:2757|27:2758|28:2759;p;1|3:2730|4:37|5:2760|6:43|7:2574|11:13|12:13|3:2730|3:2730;n;7|16:74|17:1743;p;1|3:2730|4:37|5:2761|6:43|7:2574|3:2730|3:2730;n;7|16:74|17:2762;p;1|3:1533|4:6|5:2763|6:43|7:2477|13:11|3:1533|3:1533;1|3:2489|4:226|5:2764|6:43|7:2574|8:13|10:13|3:2489|3:2489;n;7|16:60|17:1462;7|16:74|17:652;9|16:2715|17:2716|25:2717|26:2718|27:2719|28:2720;9|16:2723|17:2724|25:2725|26:2719|27:2720|28:2717;p;1|3:2730|4:37|5:2765|6:43|7:2574|11:13|12:13|3:2730|3:2730;n;9|16:2766|17:2767|25:2717|26:2725|27:2768|28:2769;9|16:2409|17:2770|25:2718|26:2768|27:2769|28:2717;7|16:74|17:652;7|16:60|17:1462;p;1|3:2730|4:37|5:2771|6:43|7:1259|3:2730|3:2730;1|3:2730|4:37|5:2772|6:43|7:2574|13:11|3:2730|3:2730;1|3:2730|4:37|5:2773|6:2774|7:2574|13:11|3:2730|3:2730;1|3:2730|4:37|5:2775|6:2776|7:2574|13:11|3:2730|3:2730;1|1:2777|3:2489|4:37|5:2778|6:8|7:2779|13:11|3:2489|3:2489;1|1:2780|3:5|4:37|5:2781|6:8|7:2744|13:11|3:5|3:5;1|1:2782|3:2730|4:37|5:2783|6:8|7:2784|13:11|3:2730|3:2730;1|3:2489|4:226|5:2785|6:43|7:2713|9:11|13:11|3:2489|3:2489;1|3:2489|4:226|5:2786|6:43|7:2574|13:11|3:2489|3:2489;n;7|16:60|17:2405;p;1|3:2489|4:226|5:2787|6:43|7:1259|3:2489|3:2489;n;7|16:235|17:1743;p;1|3:2489|4:226|5:2788|6:43|7:2574|13:11|3:2489|3:2489;n;7|16:60|17:2405;p;1|3:1533|4:6|5'
  300. ..':2789|6:43|7:2477|13:11|3:1533|3:1533;n;7|16:14|17:2405;p;1|3:2489|4:226|5:2790|6:8|7:2791|9:11|13:11|3:2489|3:2489;1|3:2489|4:226|5:2792|6:8|7:1259|3:2489|3:2489;1|3:2489|4:226|5:2793|6:43|7:2574|10:13|11:13|3:2489|3:2489;n;9|16:2409|17:2794|25:2718|26:2719|27:2720|28:2717;9|16:2715|17:2716|25:2717|26:2718|27:2719|28:2720;p;1|1:2795|3:5|4:37|5:2796|6:8|7:2744|13:11|3:5|3:5;1|3:2489|4:226|5:2797|6:43|7:2713|9:11|13:11|3:2489|3:2489;1|3:2489|4:226|5:2798|6:43|7:2574|13:11|3:2489|3:2489;1|3:2489|4:226|5:2799|6:43|7:1259|3:2489|3:2489;1|3:1533|4:6|5:2800|6:2751|7:2477|13:11|3:1533|3:1533;n;7|16:14|17:2752;p;1|3:5|4:37|5:2801|6:2754|7:2574|3:5|3:5;n;9|16:60|17:2755|25:2802|26:2803|27:2804|28:2805;p;1|3:1533|4:6|5:2806|6:43|7:2477|13:11|3:1533|3:1533;n;7|16:14|17:2405;p;1|3:5|4:37|5:2807|6:43|7:2574|3:5|3:5;n;7|16:60|17:623;p;1|3:2489|4:226|5:2808|6:43|7:2574|8:13|10:13|3:2489|3:2489;n;9|16:2715|17:2716|25:2717|26:2718|27:2719|28:2720;7|16:60|17:1462;9|16:2723|17:2724|25:2725|26:2719|27:2720|28:2717;p;1|3:2489|4:37|5:2809|6:2810|7:2574|3:2489|3:2489;n;9|16:60|17:2755|25:2811|26:2812|27:2813|28:2759;7|16:74|17:2814;p;1|3:2489|4:37|5:2815|6:43|7:2574|11:13|12:13|3:2489|3:2489;n;7|16:74|17:1743;7|16:60|17:684;9|16:2766|17:2767|25:2717|26:2725|27:2768|28:2769;p;1|3:1533|4:6|5:2816|6:2751|7:2477|13:11|3:1533|3:1533;1|3:2489|4:37|5:2817|6:43|7:2574|3:2489|3:2489;1|1:2742|4:37|5:2818|6:8|7:2744|13:11;1|3:2489|4:226|5:2819|6:43|7:2574|8:13|10:13|3:2489|3:2489;n;9|16:2715|17:2716|25:2717|26:2718|27:2719|28:2720;7|16:74|17:652;7|16:60|17:1462;9|16:2723|17:2724|25:2725|26:2719|27:2720|28:2717;p;1|3:2489|4:226|5:2820|6:43|7:1259|3:2489|3:2489;1|3:2489|4:226|5:2821|6:43|7:2574|13:11|3:2489|3:2489;1|3:5|4:37|5:2822|6:43|7:2574|11:13|12:13|3:5|3:5;n;7|16:60|17:684;9|16:2766|17:2767|25:2717|26:2725|27:2768|28:2769;p;1|3:5|4:37|5:2823|6:2774|7:2574|3:5|3:5;n;7|16:74|17:2824;p;1|3:1533|4:6|5:2825|6:2278|7:2477|13:11|3:1533|3:1533;1|3:2489|4:226|5:2826|6:43|7:1259|3:2489|3:2489;1|3:2489|4:37|5:2827|6:2732|7:2574|3:2489|3:2489;n;7|16:74|17:2824;p;1|3:1533|4:6|5:2828|6:2829|7:2477|13:11|3:1533|3:1533;1|3:2489|4:226|5:2830|6:43|7:2713|9:11|13:11|3:2489|3:2489;1|3:5|4:37|5:2831|6:43|7'
  301. ..':693|3:5|3:5;1|1:2832|3:5|4:37|5:2833|6:8|7:2834|13:11|3:5|3:5;1|3:2489|4:226|5:2835|6:43|7:2713|9:11|13:11|3:2489|3:2489;1|3:2489|4:37|5:2836|6:43|7:693|3:2489|3:2489;1|3:2489|4:226|5:2837|6:43|7:2574|13:11|3:2489|3:2489;n;7|16:60|17:2405;p;1|3:2489|4:226|5:2838|6:43|7:2574|10:13|3:2489|3:2489;n;7|16:60|17:1462;9|16:2715|17:2839|25:2717|26:2718|27:2719|28:2720;p;1|3:2489|4:226|5:2840|6:43|7:1259|3:2489|3:2489;1|3:2489|4:226|5:2841|7:2713|9:11|13:11|3:2489|3:2489;1|3:2489|4:226|5:2842|6:43|7:2574|13:11|3:2489|3:2489;n;7|16:60|17:2405;p;1|3:2489|4:226|5:2843|7:2574|13:11|3:2489|3:2489;n;7|16:60|17:2405;p;1|3:2489|4:226|5:2844|6:43|7:1259|3:2489|3:2489;n;7|16:235|17:1743;p;1|3:2489|4:226|5:2845|6:43|7:2574|8:13|10:13|3:2489|3:2489;n;9|16:2715|17:2716|25:2717|26:2718|27:2719|28:2720;9|16:2723|17:2724|25:2725|26:2719|27:2720|28:2717;p;1|3:2489|4:226|5:2846|7:2574|8:13|10:13|3:2489|3:2489;n;9|16:2723|17:2724|25:2725|26:2719|27:2720|28:2717;7|16:60|17:1462;9|16:2715|17:2716|25:2717|26:2718|27:2719|28:2720;p;1|3:2489|4:226|5:2847|7:1259|3:2489|3:2489;n;7|16:235|17:1743;p;1|3:2489|4:226|5:2848|7:2574|13:11|3:2489|3:2489;n;7|16:60|17:2405;p;1|3:2489|4:226|5:2849|6:43|7:2713|9:11|13:11|3:2489|3:2489;1|3:2489|4:226|5:2850|7:2574|8:13|10:13|3:2489|3:2489;n;9|16:2715|17:2716|25:2717|26:2718|27:2719|28:2720;9|16:2723|17:2724|25:2725|26:2719|27:2720|28:2717;p;1|1:2851|3:2489|4:37|5:2852|6:8|7:2853|13:11|3:2489|3:2489;1|3:2489|4:226|5:2854|7:1259|3:2489|3:2489;1|3:2489|4:226|5:2855|6:393|7:646|9:11|10:13|13:11|3:2489|3:2489;n;9|16:2856|17:2857|25:2858|26:2859|27:2860|28:2861;p;1|3:2489|4:226|5:2862|7:2713|9:11|13:11|3:2489|3:2489;1|3:2489|4:226|5:2863|7:2713|9:11|13:11|3:2489|3:2489;1|3:2489|4:226|5:2864|6:43|7:2574|13:11|3:2489|3:2489;n;7|16:60|17:2405;p;1|3:2489|4:226|5:2865|6:393|7:1259|3:2489|3:2489;n;7|16:235|17:1743;p;1|3:2489|4:226|5:2866|6:393|7:2574|10:13|11:13|3:2489|3:2489;n;9|16:2409|17:2724|25:2718|26:2719|27:2720|28:2717;7|16:74|17:652;p;1|3:2489|4:226|5:2867|6:393|7:2574|13:11|3:2489|3:2489;1|3:2489|4:226|5:2868|6:43|7:2574|8:13|10:13|3:2489|3:2489;n;9|16:2715|17:2716|25:2717|26:2718|27:2719|28:2720;7|16:60|17:1462;9|16:2723|17:2724|25:2725|26:2719|27:2720|2'
  302. ..'8:2717;p;1|3:2489|4:226|5:2869|6:43|7:1259|3:2489|3:2489;1|3:2489|4:226|5:2870|7:2574|13:11|3:2489|3:2489;n;7|16:60|17:2405;p;1|3:2489|4:226|5:2871|7:2574|8:13|10:13|3:2489|3:2489;n;7|16:60|17:1462;9|16:2723|17:2724|25:2725|26:2719|27:2720|28:2717;9|16:2715|17:2716|25:2717|26:2718|27:2719|28:2720;p;1|3:2489|4:226|5:2872|6:43|7:2713|9:11|13:11|3:2489|3:2489;1|3:2489|4:226|5:2873|7:1259|3:2489|3:2489;1|3:2489|4:226|5:2874|6:43|7:2574|13:11|3:2489|3:2489;n;7|16:60|17:2405;p;1|3:2489|4:226|5:2875|6:43|7:2574|8:13|10:13|3:2489|3:2489;n;9|16:2715|17:2747|25:2717|26:2718|27:2719|28:2720;7|16:60|17:1462;9|16:2723|17:2724|25:2725|26:2719|27:2720|28:2717;p;1|3:2489|4:226|5:2876|7:2713|9:11|13:11|3:2489|3:2489;1|3:2489|4:226|5:2877|6:43|7:1259|3:2489|3:2489;1|3:2489|4:226|5:2878|6:43|7:2791|9:11|13:11|3:2489|3:2489;1|3:2489|4:226|5:2879|7:2574|13:11|3:2489|3:2489;n;7|16:60|17:2405;p;1|3:2489|4:226|5:2880|7:2574|10:13|11:13|3:2489|3:2489;n;7|16:60|17:1462;9|16:2409|17:2794|25:2718|26:2719|27:2720|28:2717;9|16:2715|17:2716|25:2717|26:2718|27:2719|28:2720;p;1|3:2489|4:226|5:2881|7:1259|3:2489|3:2489;p;2|1:2882;n;1|1:2883|2:4|3:36|4:226|5:2884|6:2885|7:2886|9:2887|13:11|3:36|3:36;n;7|16:52|17:2888;p;1|1:2883|2:4|3:36|4:226|5:2889|6:2885|7:2886|9:11|13:11|3:36|3:36;1|1:2883|2:4|3:36|4:226|5:2890|6:2891|7:2886|9:11|13:11|3:36|3:36;1|1:2883|2:4|3:36|4:226|5:2892|6:2893|7:2886|9:2887|13:11|3:36|3:36;n;7|16:52|17:2894;p;1|3:36|4:226|5:2895|7:2896|13:10|3:36|3:36;n;6|16:14|17:2897;6|16:14|17:2898;p;1|3:2493|4:226|5:2899|7:2900|3:2493|3:2493;n;7|16:14|17:2901;7|16:14|17:2902;7|16:707|17:2903;p;1|3:2493|4:226|5:2904|7:2905|13:10|3:2493|3:2493;n;6|16:707|17:2906;6|16:14|17:2907;p;1|3:2493|4:226|5:2908|7:2909|13:10|3:2493|3:2493;n;6|16:14|17:2907;6|16:707|17:2910;p;1|3:2493|4:226|5:2911|7:2912|13:10|3:2493|3:2493;n;6|16:707|17:2913;p;1|3:2493|4:226|5:2914|7:2915|13:10|3:2493|3:2493;1|3:2493|4:226|5:2916|7:2900|13:10|3:2493|3:2493;n;6|16:707|17:2910;p;1|3:2493|4:226|5:2917|7:2918|13:10|3:2493|3:2493;1|3:2493|4:226|5:2919|7:2920|13:10|3:2493|3:2493;n;6|16:707|17:2910;p;1|3:2493|4:226|5:2921|7:2922|13:10|3:2493|3:2493;n;6|16:707|17:2913;p;1|3:2493|4:226|5:2923|7:2924|13:10|3:2493|3:24'
  303. ..'93;n;6|16:707|17:2913;p;1|3:2493|4:226|5:2925|7:2926|13:10|3:2493|3:2493;n;6|16:707|17:2913;p;1|3:2493|4:226|5:2927|7:2928|12:10|13:10|3:2493|3:2493;2;n;1|3:2247|4:226|5:2929|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;n;6|16:2715|17:2930;p;1|3:2247|4:226|5:2931|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;n;6|16:2715|17:2932;p;1|3:2247|4:226|5:2933|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;n;6|16:2715|17:2934;p;1|3:2247|4:226|5:2935|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;n;6|16:2715|17:2936;p;1|3:2247|4:226|5:2937|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;n;6|16:2715|17:2938;p;1|1:2883|3:2939|4:226|5:2940|6:43|7:2941|9:13|13:10|3:2939|3:2939;n;6|16:1716|17:2942;6|16:1716|17:2943;6|16:1716|17:2944;6|16:1716|17:2945;6|16:2946|17:2947;6|16:1716|17:2948;6|16:1716|17:2949;6|16:2946|17:2950;6|16:1716|17:2951;6|16:1716|17:2952;6|16:1716|17:2953;6|16:1716|17:2954;p;1|3:2247|4:226|5:2955|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:2956|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:2957|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:2958|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:36|4:226|5:2959|7:2960|13:10|3:36|3:36;n;6|16:707|17:2961;7|16:14|17:2962;p;1|3:2247|4:226|5:2963|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:2964|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:2965|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:2966|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:2967|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:2968|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:36|4:226|5:2969|7:2960|13:10|3:36|3:36;n;6|16:707|17:2970;7|16:14|17:2971;p;1|1:2883|3:2939|4:226|5:2972|6:8|7:2973|9:13|3:2939|3:2939;n;7|16:2946|17:2974;p;1|3:36|4:226|5:2975|7:2976|13:10|3:36|3:36;n;6|16:707|17:2977;7|16:14|17:2978;6|16:707|17:2979;7|16:14|17:2980;7|16:14|17:2981;7|16:14|17:2982;p;1|1:2883|3:2939|4:226|5:2983|6:8|7:2973|9:13|3:2939|3:2939;1|1:2883|3:2939|4:226|5:2984|6:393|7:2985|9:13|3:2939|3:2939;1|1:2883|3:2939|4:226|5:2986|6:393|7:2985|9:13|3:2939|3:2939;p;1|1:2883|2:4|3:36|4:226|5:2987|6:2885|7:2886|9:11|13:11|3:36|3:36;1|1:2883|2:4|3:36|4:2'
  304. ..'26|5:2988|6:2885|7:2886|9:2887|13:11|3:36|3:36;n;7|16:52|17:2888;p;2;n;1|1:2883|3:2247|4:226|5:2989|6:43|7:2941|9:13|13:10|3:2247|3:2247;n;6|16:1716|17:2945;6|16:1716|17:2944;6|16:1716|17:2990;6|16:1716|17:2991;6|16:1716|17:2992;6|16:1716|17:2949;6|16:1716|17:2948;6|16:2946|17:2950;6|16:1716|17:2954;6|16:1716|17:2943;6|16:2946|17:2947;6|16:1716|17:2952;6|16:1716|17:2953;6|16:1716|17:2993;6|16:1716|17:2942;6|16:1716|17:2951;6|16:1716|17:2994;p;1|3:2247|4:226|5:2995|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:36|4:226|5:2996|7:2960|13:10|3:36|3:36;n;6|16:707|17:2961;7|16:14|17:2962;p;1|3:36|4:226|5:2997|7:2960|13:10|3:36|3:36;n;6|16:707|17:2998;7|16:14|17:2971;p;1|1:2883|3:2247|4:226|5:2999|6:8|7:2973|9:13|3:2247|3:2247;n;7|16:2946|17:3000;p;1|3:36|4:226|5:3001|7:2976|13:10|3:36|3:36;n;7|16:14|17:3002;6|16:707|17:3003;7|16:14|17:2981;7|16:14|17:2980;7|16:14|17:3004;6|16:707|17:3005;p;1|1:2883|3:2247|4:226|5:3006|6:8|7:2973|9:13|3:2247|3:2247;1|1:2883|3:2247|4:226|5:3007|6:393|7:2985|9:13|3:2247|3:2247;1|1:2883|3:2247|4:226|5:3008|6:393|7:2985|9:13|3:2247|3:2247;p;1|3:2593|4:226|5:3009|7:2918|13:10|3:2593|3:2593;n;6|16:707|17:2906;6|16:14|17:3010;p;1|3:2593|4:226|5:3011|7:2900|13:10|3:2593|3:2593;n;7|16:14|17:3012;7|16:14|17:3013;7|16:14|17:3014;p;1|3:2593|4:226|5:3015|7:2912|13:10|3:2593|3:2593;n;6|16:14|17:2907;6|16:707|17:2910;p;1|3:2593|4:226|5:3016|7:2915|13:10|3:2593|3:2593;1|3:2247|4:226|5:3017|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:3018|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:3019|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:3020|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:3021|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:3022|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:3023|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:3024|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:3025|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:3026|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:3027|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2247|4:226|5:3028|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247'
  305. ..';1|3:2247|4:226|5:3029|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|3:2593|4:226|5:3030|7:2905|13:10|3:2593|3:2593;n;6|16:707|17:2910;p;1|3:2593|4:226|5:3031|7:2920|13:10|3:2593|3:2593;n;6|16:707|17:2762;p;1|3:2593|4:226|5:3032|7:2922|13:10|3:2593|3:2593;n;6|16:707|17:2913;p;1|3:2593|4:226|5:3033|7:2924|13:10|3:2593|3:2593;n;6|16:707|17:2913;p;1|3:2593|4:226|5:3034|7:2926|13:10|3:2593|3:2593;n;6|16:707|17:2762;p;1|3:2593|4:226|5:3035|7:2928|13:10|3:2593|3:2593;n;6|16:707|17:2913;p;1|3:2593|4:226|5:3036|7:2909|13:10|3:2593|3:2593;1|3:2247|4:226|5:3037|6:393|7:1894|8:10|10:10|13:10|3:2247|3:2247;1|1:2883|2:4|3:36|4:226|5:3038|6:2885|7:2886|9:11|13:11|3:36|3:36;1|1:2883|2:4|3:2247|4:226|5:3039|6:393|7:3040|9:13|3:2247|3:2247;1|1:2883|2:4|3:36|4:226|5:3041|6:2885|7:2886|9:2887|13:11|3:36|3:36;1|1:2883|2:4|3:36|4:226|5:3042|6:2885|7:2886|9:11|13:11|3:36|3:36;1|1:2883|2:4|3:36|4:226|5:3043|6:2885|7:2886|9:11|13:11|3:36|3:36;1|1:2883|2:4|3:36|4:226|5:3044|6:2885|7:2886|9:2887|13:11|3:36|3:36;1|1:2883|2:4|3:36|4:226|5:3045|6:2885|7:2886|9:2887|13:11|3:36|3:36;1|1:2883|2:4|3:2939|4:226|5:3046|6:393|7:3040|9:13|3:2939|3:2939;1|1:2883|2:4|3:36|4:226|5:3047|6:2885|7:2886|9:11|13:11|3:36|3:36;1|1:2883|2:4|3:36|4:226|5:3048|6:2885|7:2886|9:11|13:11|3:36|3:36;1|1:2883|2:4|3:36|4:226|5:3049|6:2885|7:2886|9:2887|13:11|3:36|3:36;1|1:2883|2:4|3:36|4:226|5:3050|6:2885|7:2886|9:2887|13:11|3:36|3:36;p;p;2|1:3051;n;3|1:3052;10|1:3053|29:3054;10|1:3055|29:3056;3|1:3057;3|1:3058;3|1:3059;3|1:3060;3|1:3061;p;2|1:3062;n;1|2:4|21:4|3:446|4:37|5:3063|6:8|7:3064|13:11|3:446|3:446;1|2:4|21:4|3:446|4:37|5:3065|6:43|7:3066|13:11|3:446|3:446;1|2:4|21:4|3:446|4:37|5:3067|7:3068|13:11|3:446|3:446;1|2:4|21:4|3:446|4:37|5:3069|6:43|7:3070|13:11|3:446|3:446;1|2:4|21:4|3:446|4:37|5:3071|7:3072|13:11|3:446|3:446;p;2|1:3073;n;1|2:4|21:4|3:3074|4:6|5:3075|6:8|7:3076|13:10|3:3074|3:3074;n;6|16:235|17:3077;6|16:235|17:3078;p;1|2:4|21:4|3:3074|4:6|5:3079|6:8|7:3080|13:10|3:3074|3:3074;n;6|16:700|17:3081;p;1|2:4|21:4|3:3074|4:6|5:3082|6:43|7:3083|13:10|3:3074|3:3074;1|2:4|21:4|3:3074|4:6|5:3084|6:8|7:3085|13:10|3:3074|3:3074;n;6|16:323|17:3086;p;1|2:4|21:4|3:3074|4:6|5:3087|6:8|7:3088|13:10|3:3074|3:30'
  306. ..'74;n;6|16:616|17:3089;p;1|2:4|21:4|3:3074|4:6|5:3090|6:8|7:3091|13:10|3:3074|3:3074;p;2|1:3092;n;1|1:3093|2:4|21:4|3:173|4:174|5:3094|7:3095|9:11|13:10|3:173|3:173;n;6|16:707|17:3096;6|16:707|17:3097;6|16:707|17:3098;6|16:707|17:3099;6|16:707|17:3100;6|16:707|17:3101;6|16:707|17:3102;6|16:707|17:3103;6|16:707|17:3104;6|16:707|17:3105;6|16:707|17:3106;6|16:707|17:3107;6|16:707|17:3108;6|16:707|17:3109;6|16:707|17:3110;6|16:707|17:3111;6|16:707|17:3112;6|16:707|17:3113;6|16:707|17:3114;6|16:707|17:3115;6|16:707|17:3116;6|16:707|17:3117;6|16:707|17:3118;6|16:707|17:3119;6|16:707|17:3120;6|16:707|17:3121;6|16:707|17:3122;6|16:707|17:3123;6|16:707|17:3124;6|16:707|17:3125;6|16:707|17:3126;6|16:707|17:3127;6|16:707|17:3128;6|16:707|17:3129;6|16:707|17:3130;6|16:707|17:3131;6|16:707|17:3132;6|16:707|17:3133;6|16:707|17:3134;6|16:707|17:3135;6|16:707|17:3136;6|16:707|17:3137;6|16:707|17:3138;6|16:707|17:3139;6|16:707|17:3140;6|16:707|17:3141;6|16:707|17:3142;6|16:707|17:3143;6|16:707|17:3144;6|16:707|17:3145;6|16:707|17:3146;6|16:707|17:3147;6|16:707|17:3148;6|16:707|17:3149;6|16:707|17:3150;6|16:707|17:3151;6|16:707|17:3152;6|16:707|17:3153;6|16:707|17:3154;6|16:707|17:3155;6|16:707|17:3156;6|16:707|17:3157;6|16:707|17:3158;6|16:707|17:3159;6|16:707|17:3160;6|16:707|17:3161;6|16:707|17:3162;6|16:707|17:3163;6|16:707|17:3164;6|16:707|17:3165;6|16:707|17:3166;6|16:707|17:3167;6|16:707|17:3168;6|16:707|17:3169;6|16:707|17:3170;6|16:707|17:3171;6|16:707|17:3172;6|16:707|17:3173;6|16:707|17:3174;6|16:707|17:3175;p;p;2|1:3176;n;1|1:3176|2:4|21:4|3:5|4:37|5:3177|7:3178|13:10|3:5|3:5;n;6|16:442|17:3179;p;1|1:3176|2:4|21:4|3:5|4:37|5:3180|7:3181|13:10|3:5|3:5;1|1:3176|2:4|21:4|3:5|4:37|5:3182|7:3183|13:10|3:5|3:5;n;6|16:399|17:3184;6|16:399|17:3185;6|16:399|17:3186;p;1|1:3176|2:4|21:4|3:5|4:37|5:3187|7:3188|13:10|3:5|3:5;n;6|16:399|17:3189;p;1|1:3176|2:4|21:4|3:5|4:37|5:3190|7:3191|13:10|3:5|3:5;1|1:3176|2:4|21:4|3:5|4:37|5:3192|7:3193|13:10|3:5|3:5;n;6|16:399|17:3194;p;1|1:3176|2:4|21:4|3:5|4:37|5:3195|7:3196|13:10|3:5|3:5;n;6|16:74|17:3197;6|16:74|17:3198;6|16:60|17:3199;6|16:74|17:3200;p;1|1:3176|2:4|21:4|3:5|4:37|5:3201|7:3202|13:10|3:5|3:5;n;6|16:60|17:3203;p;1|1:3176'
  307. ..'|2:4|21:4|3:5|4:37|5:3204|7:3205|13:10|3:5|3:5;n;6|16:399|17:3206;6|16:399|17:3207;6|16:442|17:3208;p;1|1:3176|2:4|21:4|3:5|4:37|5:3209|7:3210|13:10|3:5|3:5;1|1:3176|2:4|21:4|3:5|4:37|5:3211|7:3212|13:10|3:5|3:5;1|1:3176|2:4|21:4|3:5|4:37|5:3213|7:3214|13:10|3:5|3:5;n;6|16:1950|17:3215;p;1|1:3176|2:4|21:4|3:5|4:37|5:3216|7:3217|13:10|3:5|3:5;n;6|16:3218|17:3219;p;1|1:3176|2:4|21:4|3:5|4:37|5:3220|7:3221|13:10|3:5|3:5;n;6|16:3218|17:3222;6|16:414|17:3223;p;1|1:3176|2:4|21:4|3:5|4:37|5:3224|7:3225|13:10|3:5|3:5;2;n;1|2:4|21:4|3:5|4:37|5:3226|7:3227|13:10|3:5|3:5;n;6|16:1951|17:3228;p;1|2:4|21:4|3:5|4:37|5:3229|7:3230|13:10|3:5|3:5;1|2:4|21:4|3:5|4:37|5:3231|7:3232|13:10|3:5|3:5;p;1|2:4|21:4|3:36|4:226|5:3233|7:3234|13:10|3:36|3:36;n;6|16:74|17:3235;p;1|2:4|21:4|3:5|4:37|5:3236|7:3237|13:10|3:5|3:5;n;6|16:60|17:3238;p;2;n;1|2:4|21:4|4:37|5:3239|7:3240|13:10;n;6|16:323|17:3238;p;1|2:4|21:4|4:37|5:3241|7:3242|13:10;n;6|16:235|17:3243;p;1|2:4|21:4|4:37|5:3244|7:3245|13:10;n;6|16:235|17:3246;p;1|2:4|21:4|4:37|5:3247|7:3248|13:10;n;6|16:235|17:3246;p;1|2:4|21:4|4:37|5:3249|7:3250|13:10;n;6|16:235|17:3243;p;1|2:4|21:4|4:37|5:3251|7:3252|13:10;n;6|16:235|17:3243;p;1|2:4|21:4|4:37|5:3253|7:3254|13:10;p;p;2|1:3255;n;1|2:4|21:4|3:2939|4:37|5:3256|7:3257|13:10|3:2939|3:2939;1|2:4|21:4|3:5|4:37|5:3258|6:393|7:3259|13:10|3:5|3:5;n;6|16:3260|17:3261;6|16:3260|17:3262;p;1|2:4|21:4|3:5|4:37|5:3263|6:8|7:3264|3:5|3:5;n;7|16:3260|17:3265;p;1|2:4|21:4|3:5|4:37|5:3266|6:8|7:3267|13:10|3:5|3:5;n;6|16:3260|17:3268;p;1|2:4|21:4|3:5|4:37|5:3269|6:8|7:3270|13:10|3:5|3:5;1|2:4|21:4|3:36|4:37|5:3271|6:43|7:3272|13:10|3:36|3:36;1|2:4|21:4|3:5|4:37|5:3273|6:8|7:3274|13:10|3:5|3:5;1|2:4|21:4|3:5|4:37|5:3275|6:43|7:3276|13:10|3:5|3:5;1|2:4|21:4|3:5|4:37|5:3277|6:8|7:3278|13:10|3:5|3:5;p;2|1:3279;n;11|1:3280|2:4|4:47|5:3281|6:3282|7:3283|9:11;n;8|1:3284|16:3285|17:3286;8|1:3284|16:3287|17:3288;p;1|1:3280|2:4|4:47|5:3289|6:8|7:3290|9:11|13:11;n;8|1:3284|16:3291|17:3292;8|1:3293|16:3294|17:3295;p;11|1:3280|2:4|3:5|4:47|5:3296|6:3297|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3299|17:3300;8|1:3301|16:3302|17:3303;p;1|1:3280|2:4|4:47|5:3304|6:3305|7:3306|9:11|13:11;1|1:3280|2:4|3:5|4:47|5:3307|7:3308|9:1'
  308. ..'1|13:11|3:5|3:5;n;8|1:3284|16:3309|17:3310;8|1:3284|16:3311|17:3312;8|1:3284|16:3313|17:3314;8|1:3293|16:3315|17:3316;p;1|1:3317|2:4|3:446|5:3318|6:3305|7:3319|9:11|13:11|3:446|3:446;n;8|1:3320|16:3321|17:3322;3|1:3323;5;p;1|1:3324|2:4|3:446|24:4|5:3325|6:3305|7:3326|30:3327|9:11|13:11|3:446|3:446;n;8|1:3284|16:3328|17:3329;p;11|1:3280|2:4|3:5|4:47|5:3330|6:3331|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3332|17:3333;p;11|1:3280|2:4|4:47|5:3334|6:3335|7:3283|9:11;n;8|1:3284|16:3285|17:3336;p;1|1:3280|2:4|4:47|5:3337|6:3338|7:3290|9:11|13:11;n;8|1:3284|16:3291|17:3339;8|1:3284|16:3340|17:3341;8|1:3293|16:3294|17:3342;p;1|1:3280|2:4|3:5|4:47|5:3343|6:3344|7:3308|9:11|13:11|3:5|3:5;n;8|1:3284|16:3313|17:3345;8|1:3284|16:3311|17:3346;8|1:3284|16:3309|17:3347;8|1:3293|16:3315|17:3348;p;1|1:3280|2:4|4:47|5:3349|6:3350|7:3290|9:11|13:11;n;8|1:3284|16:3351|17:3352;8|1:3293|16:3353|17:3354;p;1|1:3355|2:4|3:673|4:6|5:3356|6:2249|7:3357|9:11|13:11|3:673|3:673;n;8|1:3358|16:3359|17:3360;8|1:3358|16:3359|17:3361;8|1:3358|16:3359|17:3362;p;1|1:3280|2:4|3:5|4:47|5:3363|6:3364|7:3308|9:11|13:11|3:5|3:5;n;8|1:3293|16:3365|17:3366;p;11|1:3280|2:4|4:47|5:3367|6:3368|7:3283|9:11;n;8|1:3284|16:3287|17:3369;8|1:3284|16:3370|17:3371;p;1|1:3280|2:4|4:47|5:3372|6:3373|7:3290|9:11|13:11;n;8|1:3284|16:3340|17:3374;8|1:3284|16:3351|17:3375;8|1:3293|16:3294|17:3376;p;11|1:3280|2:4|4:47|5:3377|6:1535|7:3283|9:11;n;8|1:3284|16:3378|17:3379;8|1:3284|16:3285|17:3380;p;1|1:3280|2:4|3:5|4:47|5:3381|6:17|7:3308|9:11|13:11|3:5|3:5;n;8|1:3293|16:3315|17:3382;p;11|1:3280|2:4|3:5|4:47|5:3383|6:3368|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3384|17:3385;p;11|1:3280|2:4|3:5|4:47|5:3386|6:3387|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3299|17:3388;8|1:3284|16:3384|17:3389;p;1|1:3390|2:4|3:3391|4:3392|24:2463|5:3393|6:43|7:3394|30:3327|9:11|13:11|3:3391|3:3391;n;12;p;1|1:3395|2:4|3:691|4:3392|24:3396|5:3393|6:17|7:3397|30:3327|9:11|13:11|3:691|3:691;n;12;p;1|1:3398|2:4|3:682|4:3392|24:3399|5:3393|6:3344|7:3400|30:3327|9:11|13:11|3:682|3:682;n;12;p;11|1:3401|2:4|3:3402|4:47|5:3403|6:3404|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3408;p;11|1:3401|2:4|3:3402|4:47|5:3409|6:3410|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|'
  309. ..'17:3411;p;1|1:3401|2:4|3:3402|4:47|5:3412|6:17|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3416;8|1:3414|16:3417|17:3418;8|1:3406|16:3419|17:3420;p;1|1:3401|2:4|3:673|4:47|5:3421|6:3422|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3425;8|1:3414|16:3426|17:3427;8|1:3414|16:3428|17:3429;p;11|1:3401|2:4|3:673|4:47|5:3430|6:3431|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3434;p;11|1:3401|2:4|3:673|4:47|5:3435|6:3410|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3436;p;1|1:3401|2:4|3:3402|4:47|5:3437|6:393|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3417|17:3418;8|1:3414|16:3415|17:3416;8|1:3406|16:3419|17:3438;p;1|1:3401|2:4|3:3402|4:47|5:3439|6:43|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3440;8|1:3414|16:3417|17:3441;8|1:3406|16:3419|17:3442;p;1|1:3401|2:4|3:673|4:47|5:3443|6:17|7:3444|9:11|13:11|3:673|3:673;n;8|1:3414|16:3445|17:3446;8|1:3414|16:3445|17:3447;8|1:3414|16:3448|17:3449;8|1:3414|16:3448|17:3450;8|1:3414|16:3451|17:3452;8|1:3414|16:3451|17:3453;8|1:3414|16:3454|17:3455;8|1:3414|16:3454|17:3447;8|1:3406|16:3456|17:3457;8|1:3406|16:3456|17:3458;8|1:3406|16:3456|17:3459;p;1|1:3401|2:4|3:673|4:47|5:3460|6:3461|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3462;8|1:3414|16:3428|17:3463;8|1:3414|16:3426|17:3464;p;1|1:3401|2:4|3:673|4:47|5:3465|6:43|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3462;8|1:3414|16:3426|17:3427;8|1:3414|16:3428|17:3466;p;11|1:3401|2:4|3:3402|4:47|5:3467|6:3468|7:3405|9:11|3:3402|3:3402;n;8|1:3414|16:3469|17:3470;8|1:3406|16:3407|17:3471;p;1|1:3401|2:4|3:3402|4:47|5:3472|6:3473|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3474;8|1:3414|16:3417|17:3440;8|1:3406|16:3419|17:3475;p;11|1:3401|2:4|3:3402|4:47|5:3476|6:1535|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3477;p;11|1:3401|2:4|3:673|4:47|5:3478|6:3479|7:3432|9:11|3:673|3:673;1|1:3401|2:4|3:673|4:47|5:3480|6:3481|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3482;8|1:3414|16:3428|17:3483;8|1:3414|16:3426|17:3484;p;11|1:3401|2:4|3:673|4:47|5:3485|6:1535|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3486;p;3|1:3487;n;13|1:3488;n;14|1:3489|29:3490;15|1:3491|29:3492;p;p;p;2|1:3279;n;11|1:3280|2:4|4:47|5:3493|6:3'
  310. ..'282|7:3283|9:11;n;8|1:3284|16:3285|17:3286;8|1:3284|16:3287|17:3288;p;1|1:3280|2:4|4:47|5:3494|6:8|7:3290|9:11|13:11;n;8|1:3284|16:3291|17:3292;8|1:3293|16:3294|17:3295;p;11|1:3280|2:4|3:5|4:47|5:3495|6:3297|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3299|17:3300;8|1:3301|16:3302|17:3303;p;1|1:3280|2:4|4:47|5:3496|6:3305|7:3306|9:11|13:11;1|1:3280|2:4|3:5|4:47|5:3497|7:3308|9:11|13:11|3:5|3:5;n;8|1:3284|16:3309|17:3310;8|1:3284|16:3311|17:3312;8|1:3284|16:3313|17:3314;8|1:3293|16:3315|17:3316;p;1|1:3317|2:4|3:446|5:3498|6:3305|7:3319|9:11|13:11|3:446|3:446;n;8|1:3320|16:3321|17:3322;3|1:3323;5;p;1|1:3324|2:4|3:446|24:4|5:3499|6:3305|7:3326|30:3327|9:11|13:11|3:446|3:446;n;8|1:3284|16:3328|17:3329;p;11|1:3280|2:4|3:5|4:47|5:3500|6:3331|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3332|17:3333;p;11|1:3280|2:4|4:47|5:3501|6:3335|7:3283|9:11;n;8|1:3284|16:3285|17:3336;p;1|1:3280|2:4|4:47|5:3502|6:3338|7:3290|9:11|13:11;n;8|1:3284|16:3291|17:3339;8|1:3284|16:3340|17:3341;8|1:3293|16:3294|17:3342;p;1|1:3280|2:4|3:5|4:47|5:3503|6:3344|7:3308|9:11|13:11|3:5|3:5;n;8|1:3284|16:3313|17:3345;8|1:3284|16:3311|17:3346;8|1:3284|16:3309|17:3347;8|1:3293|16:3315|17:3348;p;1|1:3280|2:4|4:47|5:3504|6:3350|7:3290|9:11|13:11;n;8|1:3284|16:3351|17:3352;8|1:3293|16:3353|17:3354;p;1|1:3355|2:4|3:673|4:6|5:3505|6:2249|7:3357|9:11|13:11|3:673|3:673;n;8|1:3358|16:3359|17:3360;8|1:3358|16:3359|17:3361;8|1:3358|16:3359|17:3362;p;1|1:3280|2:4|3:5|4:47|5:3506|6:3364|7:3308|9:11|13:11|3:5|3:5;n;8|1:3293|16:3365|17:3366;p;11|1:3280|2:4|4:47|5:3507|6:3368|7:3283|9:11;n;8|1:3284|16:3287|17:3369;8|1:3284|16:3370|17:3371;p;1|1:3280|2:4|4:47|5:3508|6:3373|7:3290|9:11|13:11;n;8|1:3284|16:3340|17:3374;8|1:3284|16:3351|17:3375;8|1:3293|16:3294|17:3376;p;11|1:3280|2:4|4:47|5:3509|6:1535|7:3283|9:11;n;8|1:3284|16:3378|17:3379;8|1:3284|16:3285|17:3380;p;1|1:3280|2:4|3:5|4:47|5:3510|6:17|7:3308|9:11|13:11|3:5|3:5;n;8|1:3293|16:3315|17:3382;p;11|1:3280|2:4|3:5|4:47|5:3511|6:3368|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3384|17:3385;p;11|1:3280|2:4|3:5|4:47|5:3512|6:3387|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3299|17:3388;8|1:3284|16:3384|17:3389;p;1|1:3390|2:4|3:3391|4:3392|24:2463|5:3513|6:43|7:3394|30:3327|9:11|13:11|3:3391|3:3391;'
  311. ..'n;12;p;1|1:3395|2:4|3:691|4:3392|24:3396|5:3513|6:17|7:3397|30:3327|9:11|13:11|3:691|3:691;n;12;p;1|1:3398|2:4|3:682|4:3392|24:3399|5:3513|6:3344|7:3400|30:3327|9:11|13:11|3:682|3:682;n;12;p;11|1:3401|2:4|3:3402|4:47|5:3514|6:3404|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3408;p;11|1:3401|2:4|3:3402|4:47|5:3515|6:3410|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3411;p;1|1:3401|2:4|3:3402|4:47|5:3516|6:17|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3416;8|1:3414|16:3417|17:3418;8|1:3406|16:3419|17:3420;p;1|1:3401|2:4|3:673|4:47|5:3517|6:3422|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3425;8|1:3414|16:3426|17:3427;8|1:3414|16:3428|17:3429;p;11|1:3401|2:4|3:673|4:47|5:3518|6:3431|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3434;p;11|1:3401|2:4|3:673|4:47|5:3519|6:3410|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3436;p;1|1:3401|2:4|3:3402|4:47|5:3520|6:393|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3417|17:3418;8|1:3414|16:3415|17:3416;8|1:3406|16:3419|17:3438;p;1|1:3401|2:4|3:3402|4:47|5:3521|6:43|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3440;8|1:3414|16:3417|17:3441;8|1:3406|16:3419|17:3442;p;1|1:3401|2:4|3:673|4:47|5:3522|6:17|7:3444|9:11|13:11|3:673|3:673;n;8|1:3414|16:3445|17:3446;8|1:3414|16:3445|17:3447;8|1:3414|16:3448|17:3449;8|1:3414|16:3448|17:3450;8|1:3414|16:3451|17:3452;8|1:3414|16:3451|17:3453;8|1:3414|16:3454|17:3455;8|1:3414|16:3454|17:3447;8|1:3406|16:3456|17:3457;8|1:3406|16:3456|17:3458;8|1:3406|16:3456|17:3459;p;1|1:3401|2:4|3:673|4:47|5:3523|6:3461|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3462;8|1:3414|16:3428|17:3463;8|1:3414|16:3426|17:3464;p;1|1:3401|2:4|3:673|4:47|5:3524|6:43|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3462;8|1:3414|16:3426|17:3427;8|1:3414|16:3428|17:3466;p;11|1:3401|2:4|3:3402|4:47|5:3525|6:3468|7:3405|9:11|3:3402|3:3402;n;8|1:3414|16:3469|17:3470;8|1:3406|16:3407|17:3471;p;1|1:3401|2:4|3:3402|4:47|5:3526|6:3473|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3474;8|1:3414|16:3417|17:3440;8|1:3406|16:3419|17:3475;p;11|1:3401|2:4|3:3402|4:47|5:3527|6:1535|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3477;p;11|1:3401|2:4|3:673|4:47|5:3528|6:34'
  312. ..'79|7:3432|9:11|3:673|3:673;1|1:3401|2:4|3:673|4:47|5:3529|6:3481|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3482;8|1:3414|16:3428|17:3483;8|1:3414|16:3426|17:3484;p;11|1:3401|2:4|3:673|4:47|5:3530|6:1535|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3486;p;3|1:3487;n;13|1:3488;n;14|1:3489|29:3531;15|1:3491|29:3492;p;p;p;2|1:3279;n;11|1:3280|2:4|4:47|5:3532|6:3533|7:3283|9:11;n;8|1:3284|16:3285|17:3286;8|1:3284|16:3287|17:3288;p;1|1:3280|2:4|4:47|5:3534|6:3535|7:3290|9:11|13:11;n;8|1:3284|16:3291|17:3292;8|1:3293|16:3294|17:3295;p;11|1:3280|2:4|3:5|4:47|5:3536|6:3537|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3299|17:3300;8|1:3301|16:3302|17:3303;p;1|1:3280|2:4|4:47|5:3538|6:3539|7:3306|9:11|13:11;1|1:3280|2:4|3:5|4:47|5:3540|6:3541|7:3308|9:11|13:11|3:5|3:5;n;8|1:3284|16:3309|17:3310;8|1:3284|16:3311|17:3312;8|1:3284|16:3313|17:3314;8|1:3293|16:3315|17:3316;p;1|1:3317|2:4|3:446|5:3542|6:3539|7:3319|9:11|13:11|3:446|3:446;n;8|1:3320|16:3321|17:3322;3|1:3323;5;p;1|1:3324|2:4|3:446|24:4|5:3543|6:3539|7:3326|30:3327|9:11|13:11|3:446|3:446;n;8|1:3284|16:3328|17:3329;p;11|1:3280|2:4|3:5|4:47|5:3544|6:3545|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3332|17:3333;p;11|1:3280|2:4|4:47|5:3546|6:3547|7:3283|9:11;n;8|1:3284|16:3285|17:3336;p;1|1:3280|2:4|4:47|5:3548|6:3549|7:3290|9:11|13:11;n;8|1:3284|16:3291|17:3339;8|1:3284|16:3340|17:3341;8|1:3293|16:3294|17:3342;p;1|1:3280|2:4|3:5|4:47|5:3550|6:3551|7:3308|9:11|13:11|3:5|3:5;n;8|1:3284|16:3313|17:3345;8|1:3284|16:3311|17:3346;8|1:3284|16:3309|17:3347;8|1:3293|16:3315|17:3348;p;1|1:3280|2:4|4:47|5:3552|6:3553|7:3290|9:11|13:11;n;8|1:3284|16:3351|17:3352;8|1:3293|16:3353|17:3354;p;1|1:3355|2:4|3:673|4:6|5:3554|6:3555|7:3357|9:11|13:11|3:673|3:673;n;8|1:3358|16:3359|17:3360;8|1:3358|16:3359|17:3361;8|1:3358|16:3359|17:3362;p;1|1:3280|2:4|3:5|4:47|5:3556|6:3557|7:3308|9:11|13:11|3:5|3:5;n;8|1:3293|16:3365|17:3366;p;11|1:3280|2:4|4:47|5:3558|6:3559|7:3283|9:11;n;8|1:3284|16:3287|17:3369;8|1:3284|16:3370|17:3371;p;1|1:3280|2:4|4:47|5:3560|6:3561|7:3290|9:11|13:11;n;8|1:3284|16:3340|17:3374;8|1:3284|16:3351|17:3375;8|1:3293|16:3294|17:3376;p;11|1:3280|2:4|4:47|5:3562|6:3563|7:3283|9:11;n;8|1:3284|16:3378|17:3379;8|1:3284|16:3285|17'
  313. ..':3380;p;1|1:3280|2:4|3:5|4:47|5:3564|6:3535|7:3308|9:11|13:11|3:5|3:5;n;8|1:3293|16:3315|17:3382;p;11|1:3280|2:4|3:5|4:47|5:3565|6:3566|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3384|17:3385;p;11|1:3280|2:4|3:5|4:47|5:3567|6:3568|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3299|17:3388;8|1:3284|16:3384|17:3389;p;1|1:3390|2:4|3:3391|4:3392|24:2463|5:3569|6:3570|7:3394|30:3327|9:11|13:11|3:3391|3:3391;n;12;p;1|1:3395|2:4|3:691|4:3392|24:3396|5:3569|6:3535|7:3397|30:3327|9:11|13:11|3:691|3:691;n;12;p;1|1:3398|2:4|3:682|4:3392|24:3399|5:3569|6:3571|7:3400|30:3327|9:11|13:11|3:682|3:682;n;12;p;11|1:3401|2:4|3:3402|4:47|5:3572|6:3573|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3408;p;11|1:3401|2:4|3:3402|4:47|5:3574|6:3575|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3411;p;1|1:3401|2:4|3:3402|4:47|5:3576|6:3535|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3416;8|1:3414|16:3417|17:3418;8|1:3406|16:3419|17:3420;p;1|1:3401|2:4|3:673|4:47|5:3577|6:3578|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3425;8|1:3414|16:3426|17:3427;8|1:3414|16:3428|17:3429;p;11|1:3401|2:4|3:673|4:47|5:3579|6:3580|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3434;p;11|1:3401|2:4|3:673|4:47|5:3581|6:3582|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3436;p;1|1:3401|2:4|3:3402|4:47|5:3583|6:3584|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3417|17:3418;8|1:3414|16:3415|17:3416;8|1:3406|16:3419|17:3438;p;1|1:3401|2:4|3:3402|4:47|5:3585|6:3570|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3440;8|1:3414|16:3417|17:3441;8|1:3406|16:3419|17:3442;p;1|1:3401|2:4|3:673|4:47|5:3586|6:3535|7:3444|9:11|13:11|3:673|3:673;n;8|1:3414|16:3445|17:3446;8|1:3414|16:3445|17:3447;8|1:3414|16:3448|17:3449;8|1:3414|16:3448|17:3450;8|1:3414|16:3451|17:3452;8|1:3414|16:3451|17:3453;8|1:3414|16:3454|17:3455;8|1:3414|16:3454|17:3447;8|1:3406|16:3456|17:3457;8|1:3406|16:3456|17:3458;8|1:3406|16:3456|17:3459;p;1|1:3401|2:4|3:673|4:47|5:3587|6:3584|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3462;8|1:3414|16:3428|17:3463;8|1:3414|16:3426|17:3464;p;1|1:3401|2:4|3:673|4:47|5:3588|6:3570|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3462;8|1:3414|16:3426|17:3427;8|1:3414|16:3428|17:3466;p;11|1:'
  314. ..'3401|2:4|3:3402|4:47|5:3589|6:3590|7:3405|9:11|3:3402|3:3402;n;8|1:3414|16:3469|17:3470;8|1:3406|16:3407|17:3471;p;1|1:3401|2:4|3:3402|4:47|5:3591|6:3592|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3474;8|1:3414|16:3417|17:3440;8|1:3406|16:3419|17:3475;p;11|1:3401|2:4|3:3402|4:47|5:3593|6:3563|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3477;p;11|1:3401|2:4|3:673|4:47|5:3594|6:3595|7:3432|9:11|3:673|3:673;1|1:3401|2:4|3:673|4:47|5:3596|6:3597|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3482;8|1:3414|16:3428|17:3483;8|1:3414|16:3426|17:3484;p;11|1:3401|2:4|3:673|4:47|5:3598|6:3563|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3486;p;3|1:3487;n;13|1:3488;n;14|1:3489|29:3599;15|1:3491|29:3492;p;p;p;2|1:3279;n;11|1:3280|2:4|4:47|5:3600|6:3533|7:3283|9:11;n;8|1:3284|16:3285|17:3286;8|1:3284|16:3287|17:3288;p;1|1:3280|2:4|4:47|5:3601|6:3535|7:3290|9:11|13:11;n;8|1:3284|16:3291|17:3292;8|1:3293|16:3294|17:3295;p;11|1:3280|2:4|3:5|4:47|5:3602|6:3537|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3299|17:3300;8|1:3301|16:3302|17:3303;p;1|1:3280|2:4|4:47|5:3603|6:3539|7:3306|9:11|13:11;1|1:3280|2:4|3:5|4:47|5:3604|6:3541|7:3308|9:11|13:11|3:5|3:5;n;8|1:3284|16:3309|17:3310;8|1:3284|16:3311|17:3312;8|1:3284|16:3313|17:3314;8|1:3293|16:3315|17:3316;p;1|1:3317|2:4|3:446|5:3605|6:3539|7:3319|9:11|13:11|3:446|3:446;n;8|1:3320|16:3321|17:3322;3|1:3323;5;p;1|1:3324|2:4|3:446|24:4|5:3606|6:3539|7:3326|30:3327|9:11|13:11|3:446|3:446;n;8|1:3284|16:3328|17:3329;p;11|1:3280|2:4|3:5|4:47|5:3607|6:3545|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3332|17:3333;p;11|1:3280|2:4|4:47|5:3608|6:3547|7:3283|9:11;n;8|1:3284|16:3285|17:3336;p;1|1:3280|2:4|4:47|5:3609|6:3549|7:3290|9:11|13:11;n;8|1:3284|16:3291|17:3339;8|1:3284|16:3340|17:3341;8|1:3293|16:3294|17:3342;p;1|1:3280|2:4|3:5|4:47|5:3610|6:3551|7:3308|9:11|13:11|3:5|3:5;n;8|1:3284|16:3313|17:3345;8|1:3284|16:3311|17:3346;8|1:3284|16:3309|17:3347;8|1:3293|16:3315|17:3348;p;1|1:3280|2:4|4:47|5:3611|6:3553|7:3290|9:11|13:11;n;8|1:3284|16:3351|17:3352;8|1:3293|16:3353|17:3354;p;1|1:3355|2:4|3:673|4:6|5:3612|6:3555|7:3357|9:11|13:11|3:673|3:673;n;8|1:3358|16:3359|17:3360;8|1:3358|16:3359|17:3361;8|1:3358|16:3359|17:3362;p;1|1:3280|2:4|3'
  315. ..':5|4:47|5:3613|6:3557|7:3308|9:11|13:11|3:5|3:5;n;8|1:3293|16:3365|17:3366;p;11|1:3280|2:4|4:47|5:3614|6:3559|7:3283|9:11;n;8|1:3284|16:3287|17:3369;8|1:3284|16:3370|17:3371;p;1|1:3280|2:4|4:47|5:3615|6:3561|7:3290|9:11|13:11;n;8|1:3284|16:3340|17:3374;8|1:3284|16:3351|17:3375;8|1:3293|16:3294|17:3376;p;11|1:3280|2:4|4:47|5:3616|6:3563|7:3283|9:11;n;8|1:3284|16:3378|17:3379;8|1:3284|16:3285|17:3380;p;1|1:3280|2:4|3:5|4:47|5:3617|6:3535|7:3308|9:11|13:11|3:5|3:5;n;8|1:3293|16:3315|17:3382;p;11|1:3280|2:4|3:5|4:47|5:3618|6:3566|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3384|17:3385;p;11|1:3280|2:4|3:5|4:47|5:3619|6:3568|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3299|17:3388;8|1:3284|16:3384|17:3389;p;1|1:3390|2:4|3:3391|4:3392|24:2463|5:3620|6:3570|7:3394|30:3327|9:11|13:11|3:3391|3:3391;n;12;p;1|1:3395|2:4|3:691|4:3392|24:3396|5:3620|6:3535|7:3397|30:3327|9:11|13:11|3:691|3:691;n;12;p;1|1:3398|2:4|3:682|4:3392|24:3399|5:3620|6:3571|7:3400|30:3327|9:11|13:11|3:682|3:682;n;12;p;11|1:3401|2:4|3:3402|4:47|5:3621|6:3573|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3408;p;11|1:3401|2:4|3:3402|4:47|5:3622|6:3575|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3411;p;1|1:3401|2:4|3:3402|4:47|5:3623|6:3535|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3416;8|1:3414|16:3417|17:3418;8|1:3406|16:3419|17:3420;p;1|1:3401|2:4|3:673|4:47|5:3624|6:3578|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3425;8|1:3414|16:3426|17:3427;8|1:3414|16:3428|17:3429;p;11|1:3401|2:4|3:673|4:47|5:3625|6:3580|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3434;p;11|1:3401|2:4|3:673|4:47|5:3626|6:3582|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3436;p;1|1:3401|2:4|3:3402|4:47|5:3627|6:3584|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3417|17:3418;8|1:3414|16:3415|17:3416;8|1:3406|16:3419|17:3438;p;1|1:3401|2:4|3:3402|4:47|5:3628|6:3570|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3440;8|1:3414|16:3417|17:3441;8|1:3406|16:3419|17:3442;p;1|1:3401|2:4|3:673|4:47|5:3629|6:3535|7:3444|9:11|13:11|3:673|3:673;n;8|1:3414|16:3445|17:3446;8|1:3414|16:3445|17:3447;8|1:3414|16:3448|17:3449;8|1:3414|16:3448|17:3450;8|1:3414|16:3451|17:3452;8|1:3414|16:3451|17:3453;8|1:3414|16:3454|17:3455;8|1:3'
  316. ..'414|16:3454|17:3447;8|1:3406|16:3456|17:3457;8|1:3406|16:3456|17:3458;8|1:3406|16:3456|17:3459;p;1|1:3401|2:4|3:673|4:47|5:3630|6:3584|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3462;8|1:3414|16:3428|17:3463;8|1:3414|16:3426|17:3464;p;1|1:3401|2:4|3:673|4:47|5:3631|6:3570|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3462;8|1:3414|16:3426|17:3427;8|1:3414|16:3428|17:3466;p;11|1:3401|2:4|3:3402|4:47|5:3632|6:3590|7:3405|9:11|3:3402|3:3402;n;8|1:3414|16:3469|17:3470;8|1:3406|16:3407|17:3471;p;1|1:3401|2:4|3:3402|4:47|5:3633|6:3592|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3474;8|1:3414|16:3417|17:3440;8|1:3406|16:3419|17:3475;p;11|1:3401|2:4|3:3402|4:47|5:3634|6:3563|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3477;p;11|1:3401|2:4|3:673|4:47|5:3635|6:3595|7:3432|9:11|3:673|3:673;1|1:3401|2:4|3:673|4:47|5:3636|6:3597|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3482;8|1:3414|16:3428|17:3483;8|1:3414|16:3426|17:3484;p;11|1:3401|2:4|3:673|4:47|5:3637|6:3563|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3486;p;3|1:3487;n;13|1:3488;n;14|1:3489|29:3638;15|1:3491|29:3492;p;p;p;2|1:3279;n;11|1:3280|2:4|4:47|5:3639|6:3282|7:3283|9:11;n;8|1:3284|16:3285|17:3286;8|1:3284|16:3287|17:3288;p;1|1:3280|2:4|4:47|5:3640|6:8|7:3290|9:11|13:11;n;8|1:3284|16:3291|17:3292;8|1:3293|16:3294|17:3295;p;11|1:3280|2:4|3:5|4:47|5:3641|6:3297|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3299|17:3300;8|1:3301|16:3302|17:3303;p;1|1:3280|2:4|4:47|5:3642|6:3305|7:3306|9:11|13:11;1|1:3280|2:4|3:5|4:47|5:3643|7:3308|9:11|13:11|3:5|3:5;n;8|1:3284|16:3309|17:3310;8|1:3284|16:3311|17:3312;8|1:3284|16:3313|17:3314;8|1:3293|16:3315|17:3316;p;1|1:3317|2:4|3:446|5:3644|6:3305|7:3319|9:11|13:11|3:446|3:446;n;8|1:3320|16:3321|17:3322;3|1:3323;5;p;1|1:3324|2:4|3:446|24:4|5:3645|6:3305|7:3326|30:3327|9:11|13:11|3:446|3:446;n;8|1:3284|16:3328|17:3329;p;11|1:3280|2:4|3:5|4:47|5:3646|6:3331|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3332|17:3333;p;11|1:3280|2:4|4:47|5:3647|6:3335|7:3283|9:11;n;8|1:3284|16:3285|17:3336;p;1|1:3280|2:4|4:47|5:3648|6:3338|7:3290|9:11|13:11;n;8|1:3284|16:3291|17:3339;8|1:3284|16:3340|17:3341;8|1:3293|16:3294|17:3342;p;1|1:3280|2:4|3:5|4:47|5:3649|6:3344|7:3308|9'
  317. ..':11|13:11|3:5|3:5;n;8|1:3284|16:3313|17:3345;8|1:3284|16:3311|17:3346;8|1:3284|16:3309|17:3347;8|1:3293|16:3315|17:3348;p;1|1:3280|2:4|4:47|5:3650|6:3350|7:3290|9:11|13:11;n;8|1:3284|16:3351|17:3352;8|1:3293|16:3353|17:3354;p;1|1:3355|2:4|3:673|4:6|5:3651|6:3652|7:3357|9:11|13:11|3:673|3:673;n;8|1:3358|16:3359|17:3360;8|1:3358|16:3359|17:3361;8|1:3358|16:3359|17:3362;p;1|1:3280|2:4|3:5|4:47|5:3653|6:3364|7:3308|9:11|13:11|3:5|3:5;n;8|1:3293|16:3365|17:3366;p;11|1:3280|2:4|4:47|5:3654|6:3368|7:3283|9:11;n;8|1:3284|16:3287|17:3369;8|1:3284|16:3370|17:3371;p;1|1:3280|2:4|4:47|5:3655|6:3373|7:3290|9:11|13:11;n;8|1:3284|16:3340|17:3374;8|1:3284|16:3351|17:3375;8|1:3293|16:3294|17:3376;p;11|1:3280|2:4|4:47|5:3656|6:1535|7:3283|9:11;n;8|1:3284|16:3378|17:3379;8|1:3284|16:3285|17:3380;p;1|1:3280|2:4|3:5|4:47|5:3657|6:17|7:3308|9:11|13:11|3:5|3:5;n;8|1:3293|16:3315|17:3382;p;11|1:3280|2:4|3:5|4:47|5:3658|6:3368|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3384|17:3385;p;11|1:3280|2:4|3:5|4:47|5:3659|6:3387|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3299|17:3388;8|1:3284|16:3384|17:3389;p;1|1:3390|2:4|3:3391|4:3392|24:2463|5:3660|6:43|7:3394|30:3327|9:11|13:11|3:3391|3:3391;n;12;p;1|1:3395|2:4|3:691|4:3392|24:3396|5:3661|6:17|7:3397|30:3327|9:11|13:11|3:691|3:691;n;12;p;1|1:3398|2:4|3:682|4:3392|24:3399|5:3660|6:3344|7:3400|30:3327|9:11|13:11|3:682|3:682;n;12;p;11|1:3401|2:4|3:3402|4:47|5:3662|6:3404|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3408;p;11|1:3401|2:4|3:3402|4:47|5:3663|6:3410|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3411;p;1|1:3401|2:4|3:3402|4:47|5:3664|6:17|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3416;8|1:3414|16:3417|17:3418;8|1:3406|16:3419|17:3420;p;1|1:3401|2:4|3:673|4:47|5:3665|6:3422|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3425;8|1:3414|16:3426|17:3427;8|1:3414|16:3428|17:3429;p;11|1:3401|2:4|3:673|4:47|5:3666|6:3431|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3434;p;11|1:3401|2:4|3:673|4:47|5:3667|6:3410|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3436;p;1|1:3401|2:4|3:3402|4:47|5:3668|6:393|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3417|17:3418;8|1:3414|16:3415|17:3416;8|1:3406|16:3419|17:3438;p;1|1:3401|2:4|3:3402|4:4'
  318. ..'7|5:3669|6:43|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3440;8|1:3414|16:3417|17:3441;8|1:3406|16:3419|17:3442;p;1|1:3401|2:4|3:673|4:47|5:3670|6:17|7:3444|9:11|13:11|3:673|3:673;n;8|1:3414|16:3445|17:3446;8|1:3414|16:3445|17:3447;8|1:3414|16:3448|17:3449;8|1:3414|16:3448|17:3450;8|1:3414|16:3451|17:3452;8|1:3414|16:3451|17:3453;8|1:3414|16:3454|17:3455;8|1:3414|16:3454|17:3447;8|1:3406|16:3456|17:3457;8|1:3406|16:3456|17:3458;8|1:3406|16:3456|17:3459;p;1|1:3401|2:4|3:673|4:47|5:3671|6:3461|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3462;8|1:3414|16:3428|17:3463;8|1:3414|16:3426|17:3464;p;1|1:3401|2:4|3:673|4:47|5:3672|6:43|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3462;8|1:3414|16:3426|17:3427;8|1:3414|16:3428|17:3466;p;11|1:3401|2:4|3:3402|4:47|5:3673|6:3468|7:3405|9:11|3:3402|3:3402;n;8|1:3414|16:3469|17:3470;8|1:3406|16:3407|17:3471;p;1|1:3401|2:4|3:3402|4:47|5:3674|6:3473|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3474;8|1:3414|16:3417|17:3440;8|1:3406|16:3419|17:3475;p;11|1:3401|2:4|3:3402|4:47|5:3675|6:1535|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3477;p;11|1:3401|2:4|3:673|4:47|5:3676|6:3479|7:3432|9:11|3:673|3:673;1|1:3401|2:4|3:673|4:47|5:3677|6:3481|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3482;8|1:3414|16:3428|17:3483;8|1:3414|16:3426|17:3484;p;11|1:3401|2:4|3:673|4:47|5:3678|6:1535|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3486;p;3|1:3487;n;13|1:3488;n;14|1:3489|29:3679;15|1:3491|29:3492;p;p;p;2|1:3279;n;11|1:3280|2:4|4:47|5:3680|6:3282|7:3283|9:11;n;8|1:3284|16:3285|17:3286;8|1:3284|16:3287|17:3288;p;1|1:3280|2:4|4:47|5:3681|6:8|7:3290|9:11|13:11;n;8|1:3284|16:3291|17:3292;8|1:3293|16:3294|17:3295;p;11|1:3280|2:4|3:5|4:47|5:3682|6:3297|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3299|17:3300;8|1:3301|16:3302|17:3303;p;1|1:3280|2:4|4:47|5:3683|6:3305|7:3306|9:11|13:11;1|1:3280|2:4|3:5|4:47|5:3684|7:3308|9:11|13:11|3:5|3:5;n;8|1:3284|16:3309|17:3310;8|1:3284|16:3311|17:3312;8|1:3284|16:3313|17:3314;8|1:3293|16:3315|17:3316;p;1|1:3317|2:4|3:446|5:3685|6:3305|7:3319|9:11|13:11|3:446|3:446;n;8|1:3320|16:3321|17:3322;3|1:3323;5;p;1|1:3324|2:4|3:446|24:4|5:3686|6:3305|7:3326|30:3327|9:11|13:11|3:4'
  319. ..'46|3:446;n;8|1:3284|16:3328|17:3329;p;11|1:3280|2:4|3:5|4:47|5:3687|6:3331|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3332|17:3333;p;11|1:3280|2:4|4:47|5:3688|6:3335|7:3283|9:11;n;8|1:3284|16:3285|17:3336;p;1|1:3280|2:4|4:47|5:3689|6:3338|7:3290|9:11|13:11;n;8|1:3284|16:3291|17:3339;8|1:3284|16:3340|17:3341;8|1:3293|16:3294|17:3342;p;1|1:3280|2:4|3:5|4:47|5:3690|6:3344|7:3308|9:11|13:11|3:5|3:5;n;8|1:3284|16:3313|17:3345;8|1:3284|16:3311|17:3346;8|1:3284|16:3309|17:3347;8|1:3293|16:3315|17:3348;p;1|1:3280|2:4|4:47|5:3691|6:3350|7:3290|9:11|13:11;n;8|1:3284|16:3351|17:3352;8|1:3293|16:3353|17:3354;p;1|1:3355|2:4|3:673|4:6|5:3692|6:3652|7:3357|9:11|13:11|3:673|3:673;n;8|1:3358|16:3359|17:3360;8|1:3358|16:3359|17:3361;8|1:3358|16:3359|17:3362;p;1|1:3280|2:4|3:5|4:47|5:3693|6:3364|7:3308|9:11|13:11|3:5|3:5;n;8|1:3293|16:3365|17:3366;p;11|1:3280|2:4|4:47|5:3694|6:3368|7:3283|9:11;n;8|1:3284|16:3287|17:3369;8|1:3284|16:3370|17:3371;p;1|1:3280|2:4|4:47|5:3695|6:3373|7:3290|9:11|13:11;n;8|1:3284|16:3340|17:3374;8|1:3284|16:3351|17:3375;8|1:3293|16:3294|17:3376;p;11|1:3280|2:4|4:47|5:3696|6:1535|7:3283|9:11;n;8|1:3284|16:3378|17:3379;8|1:3284|16:3285|17:3380;p;1|1:3280|2:4|3:5|4:47|5:3697|6:17|7:3308|9:11|13:11|3:5|3:5;n;8|1:3293|16:3315|17:3382;p;11|1:3280|2:4|3:5|4:47|5:3698|6:3368|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3384|17:3385;p;11|1:3280|2:4|3:5|4:47|5:3699|6:3387|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3299|17:3388;8|1:3284|16:3384|17:3389;p;1|1:3390|2:4|3:3391|4:3392|24:2463|5:3700|6:43|7:3394|30:3327|9:11|13:11|3:3391|3:3391;n;12;p;1|1:3395|2:4|3:691|4:3392|24:3396|5:3700|6:17|7:3397|30:3327|9:11|13:11|3:691|3:691;n;12;p;1|1:3398|2:4|3:682|4:3392|24:3399|5:3700|6:3344|7:3400|30:3327|9:11|13:11|3:682|3:682;n;12;p;11|1:3401|2:4|3:3402|4:47|5:3701|6:3404|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3408;p;11|1:3401|2:4|3:3402|4:47|5:3702|6:3410|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3411;p;1|1:3401|2:4|3:3402|4:47|5:3703|6:17|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3416;8|1:3414|16:3417|17:3418;8|1:3406|16:3419|17:3420;p;1|1:3401|2:4|3:673|4:47|5:3704|6:3422|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3425;8|1:3414|16:3426|17:3427;8|1:3414|16:'
  320. ..'3428|17:3429;p;11|1:3401|2:4|3:673|4:47|5:3705|6:3431|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3434;p;11|1:3401|2:4|3:673|4:47|5:3706|6:3410|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3436;p;1|1:3401|2:4|3:3402|4:47|5:3707|6:393|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3417|17:3418;8|1:3414|16:3415|17:3416;8|1:3406|16:3419|17:3438;p;1|1:3401|2:4|3:3402|4:47|5:3708|6:43|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3440;8|1:3414|16:3417|17:3441;8|1:3406|16:3419|17:3442;p;1|1:3401|2:4|3:673|4:47|5:3709|6:17|7:3444|9:11|13:11|3:673|3:673;n;8|1:3414|16:3445|17:3446;8|1:3414|16:3445|17:3447;8|1:3414|16:3448|17:3449;8|1:3414|16:3448|17:3450;8|1:3414|16:3451|17:3452;8|1:3414|16:3451|17:3453;8|1:3414|16:3454|17:3455;8|1:3414|16:3454|17:3447;8|1:3406|16:3456|17:3457;8|1:3406|16:3456|17:3458;8|1:3406|16:3456|17:3459;p;1|1:3401|2:4|3:673|4:47|5:3710|6:3461|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3462;8|1:3414|16:3428|17:3463;8|1:3414|16:3426|17:3464;p;1|1:3401|2:4|3:673|4:47|5:3711|6:43|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3462;8|1:3414|16:3426|17:3427;8|1:3414|16:3428|17:3466;p;11|1:3401|2:4|3:3402|4:47|5:3712|6:3468|7:3405|9:11|3:3402|3:3402;n;8|1:3414|16:3469|17:3470;8|1:3406|16:3407|17:3471;p;1|1:3401|2:4|3:3402|4:47|5:3713|6:3473|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3474;8|1:3414|16:3417|17:3440;8|1:3406|16:3419|17:3475;p;11|1:3401|2:4|3:3402|4:47|5:3714|6:1535|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3477;p;11|1:3401|2:4|3:673|4:47|5:3715|6:3479|7:3432|9:11|3:673|3:673;1|1:3401|2:4|3:673|4:47|5:3716|6:3481|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3482;8|1:3414|16:3428|17:3483;8|1:3414|16:3426|17:3484;p;11|1:3401|2:4|3:673|4:47|5:3717|6:1535|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3486;p;3|1:3487;n;13|1:3488;n;14|1:3489|29:3718;15|1:3491|29:3492;p;p;p;2|1:3279;n;11|1:3280|4:47|5:3719|6:3720|7:3283|9:11;n;8|1:3284|16:3285|17:3286;8|1:3284|16:3287|17:3288;p;1|1:3280|2:4|4:47|5:3721|6:393|7:3290|9:11|13:11;n;8|1:3284|16:3291|17:3292;8|1:3293|16:3294|17:3295;p;11|1:3280|3:5|4:47|5:3722|6:3545|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3299|17:3300;8|1:3301|16:3302|17:3303;p;1|1:3280|2:4|4'
  321. ..':47|5:3723|6:3473|7:3306|9:11|13:11;1|1:3280|2:4|3:5|4:47|5:3724|6:43|7:3308|9:11|13:11|3:5|3:5;n;8|1:3284|16:3309|17:3310;8|1:3284|16:3311|17:3312;8|1:3284|16:3313|17:3314;8|1:3293|16:3315|17:3316;p;1|1:3317|2:4|3:446|5:3725|6:3473|7:3319|9:11|13:11|3:446|3:446;n;8|1:3320|16:3321|17:3322;3|1:3323;5;p;1|1:3324|2:4|3:446|24:4|5:3726|6:3473|7:3326|30:3327|9:11|13:11|3:446|3:446;n;8|1:3284|16:3328|17:3329;p;11|1:3280|3:5|4:47|5:3727|6:3728|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3332|17:3333;p;11|1:3280|4:47|5:3729|6:3730|7:3283|9:11;n;8|1:3284|16:3285|17:3336;p;1|1:3280|2:4|4:47|5:3731|6:3373|7:3290|9:11|13:11;n;8|1:3284|16:3291|17:3339;8|1:3284|16:3340|17:3341;8|1:3293|16:3294|17:3342;p;1|1:3280|2:4|3:5|4:47|5:3732|6:3422|7:3308|9:11|13:11|3:5|3:5;n;8|1:3284|16:3313|17:3345;8|1:3284|16:3311|17:3346;8|1:3284|16:3309|17:3347;8|1:3293|16:3315|17:3348;p;1|1:3280|2:4|4:47|5:3733|6:3734|7:3290|9:11|13:11;n;8|1:3284|16:3351|17:3352;8|1:3293|16:3353|17:3354;p;1|1:3355|2:4|3:673|4:6|5:3735|6:2257|7:3357|9:11|13:11|3:673|3:673;n;8|1:3358|16:3359|17:3360;8|1:3358|16:3359|17:3361;8|1:3358|16:3359|17:3362;p;1|1:3280|2:4|3:5|4:47|5:3736|6:3737|7:3308|9:11|13:11|3:5|3:5;n;8|1:3293|16:3365|17:3366;p;11|1:3280|4:47|5:3738|6:3739|7:3283|9:11;n;8|1:3284|16:3287|17:3369;8|1:3284|16:3370|17:3371;p;1|1:3280|2:4|4:47|5:3740|6:3344|7:3290|9:11|13:11;n;8|1:3284|16:3340|17:3374;8|1:3284|16:3351|17:3375;8|1:3293|16:3294|17:3376;p;11|1:3280|4:47|5:3741|6:3742|7:3283|9:11;n;8|1:3284|16:3378|17:3379;8|1:3284|16:3285|17:3380;p;1|1:3280|2:4|3:5|4:47|5:3743|6:393|7:3308|9:11|13:11|3:5|3:5;n;8|1:3293|16:3315|17:3382;p;11|1:3280|3:5|4:47|5:3744|6:3745|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3384|17:3385;p;11|1:3280|3:5|4:47|5:3746|6:3747|7:3298|9:11|3:5|3:5;n;8|1:3284|16:3299|17:3388;8|1:3284|16:3384|17:3389;p;1|1:3390|2:4|3:3391|4:3392|24:2463|5:3748|6:8|7:3394|30:3327|9:11|13:11|3:3391|3:3391;n;12;p;1|1:3395|2:4|3:691|4:3392|24:3396|5:3749|6:393|7:3397|30:3327|9:11|13:11|3:691|3:691;n;12;p;1|1:3398|2:4|3:682|4:3392|24:3399|5:3750|6:3422|7:3400|30:3327|9:11|13:11|3:682|3:682;n;12;p;11|1:3401|3:3402|4:47|5:3751|6:3752|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3408;p;11|1:3401|3:3402|4:47|5:3753|6:3'
  322. ..'754|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3411;p;1|1:3401|2:4|3:3402|4:47|5:3755|6:393|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3416;8|1:3414|16:3417|17:3418;8|1:3406|16:3419|17:3420;p;1|1:3401|2:4|3:673|4:47|5:3756|6:3338|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3425;8|1:3414|16:3426|17:3427;8|1:3414|16:3428|17:3429;p;11|1:3401|3:673|4:47|5:3757|6:3758|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3434;p;11|1:3401|3:673|4:47|5:3759|6:3754|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3436;p;1|1:3401|2:4|3:3402|4:47|5:3760|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3417|17:3418;8|1:3414|16:3415|17:3416;8|1:3406|16:3419|17:3438;p;1|1:3401|2:4|3:3402|4:47|5:3761|6:17|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3440;8|1:3414|16:3417|17:3441;8|1:3406|16:3419|17:3442;p;1|1:3401|2:4|3:673|4:47|5:3762|6:393|7:3444|9:11|13:11|3:673|3:673;n;8|1:3414|16:3445|17:3446;8|1:3414|16:3445|17:3447;8|1:3414|16:3448|17:3449;8|1:3414|16:3448|17:3450;8|1:3414|16:3451|17:3452;8|1:3414|16:3451|17:3453;8|1:3414|16:3454|17:3455;8|1:3414|16:3454|17:3447;8|1:3406|16:3456|17:3457;8|1:3406|16:3456|17:3458;8|1:3406|16:3456|17:3459;p;1|1:3401|2:4|3:673|4:47|5:3763|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3462;8|1:3414|16:3428|17:3463;8|1:3414|16:3426|17:3464;p;1|1:3401|2:4|3:673|4:47|5:3764|6:17|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3462;8|1:3414|16:3426|17:3427;8|1:3414|16:3428|17:3466;p;11|1:3401|3:3402|4:47|5:3765|6:1535|7:3405|9:11|3:3402|3:3402;n;8|1:3414|16:3469|17:3470;8|1:3406|16:3407|17:3471;p;1|1:3401|2:4|3:3402|4:47|5:3766|6:3767|7:3413|9:11|13:11|3:3402|3:3402;n;8|1:3414|16:3415|17:3474;8|1:3414|16:3417|17:3440;8|1:3406|16:3419|17:3475;p;11|1:3401|3:3402|4:47|5:3768|6:3742|7:3405|9:11|3:3402|3:3402;n;8|1:3406|16:3407|17:3477;p;11|1:3401|3:673|4:47|5:3769|6:3770|7:3432|9:11|3:673|3:673;1|1:3401|2:4|3:673|4:47|5:3771|6:3364|7:3423|9:11|13:11|3:673|3:673;n;8|1:3414|16:3424|17:3482;8|1:3414|16:3428|17:3483;8|1:3414|16:3426|17:3484;p;11|1:3401|3:673|4:47|5:3772|6:3742|7:3432|9:11|3:673|3:673;n;8|1:3414|16:3433|17:3486;p;3|1:3487;n;13|1:3488;p;4|1:3773|2:4|21:4|5:3774|6:8|7:3775|8:10|10:10|11:10|12:10|13:11;n;5'
  323. ..'|14:12|15:13;p;15|1:3492;14|1:3489|29:3776;15|1:3777|29:3492;p;2|1:3778;n;3;2|1:3779;n;2|1:3780;p;p;p;')
  324. for _,Object in pairs(Objects) do
  325. Object.Parent = script and script.Parent==workspace and script or workspace
  326. end
  327. for _,f in pairs(ActualScripts) do f() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement