Advertisement
AxeuerAlt

Delta IV

Jun 11th, 2019
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 189.55 KB | None | 0 0
  1. -- Converted using Mokiros's Model to Script plugin
  2. -- Converted string size: 189626
  3.  
  4. local Decode = function(str,t,props,classes,values,ICList,Model,CurPar,LastIns,split,RemoveAndSplit,InstanceList)
  5. local tonum,table_remove,inst,parnt,comma,table_foreach = tonumber,table.remove,Instance.new,"Parent",",",
  6. function(t,f)
  7. for a,b in pairs(t) do
  8. f(a,b)
  9. end
  10. end
  11. local Types = {
  12. Color3 = Color3.new,
  13. Vector3 = Vector3.new,
  14. Vector2 = Vector2.new,
  15. UDim = UDim.new,
  16. UDim2 = UDim2.new,
  17. CFrame = CFrame.new,
  18. Rect = Rect.new,
  19. NumberRange = NumberRange.new,
  20. NumberSequence = function(...)
  21. local a = {...}
  22. local t = {}
  23. repeat
  24. t[#t+1] = NumberSequenceKeypoint.new(table_remove(a,1),table_remove(a,1),table_remove(a,1))
  25. until #a==0
  26. return NumberSequence.new(t)
  27. end,
  28. ColorSequence = function(...)
  29. local a = {...}
  30. local t = {}
  31. repeat
  32. t[#t+1] = ColorSequenceKeypoint.new(table_remove(a,1),Color3.new(table_remove(a,1),table_remove(a,1),table_remove(a,1)))
  33. until #a==0
  34. return ColorSequence.new(t)
  35. end,
  36. number = tonumber,
  37. boolean = function(a)
  38. return a=="1"
  39. end
  40. }
  41. split = function(str,sep)
  42. if not str then return end
  43. local fields = {}
  44. local ConcatNext = false
  45. str:gsub(("([^%s]+)"):format(sep),function(c)
  46. if ConcatNext == true then
  47. fields[#fields] = fields[#fields]..sep..c
  48. ConcatNext = false
  49. else
  50. fields[#fields+1] = c
  51. end
  52. if c:sub(#c)=="\\" then
  53. c = fields[#fields]
  54. fields[#fields] = c:sub(1,#c-1)
  55. ConcatNext = true
  56. end
  57. end)
  58. return fields
  59. end
  60. RemoveAndSplit = function(t)
  61. return split(table_remove(t,1),comma)
  62. end
  63. t = split(str,";")
  64. props = RemoveAndSplit(t)
  65. classes = RemoveAndSplit(t)
  66. values = split(table_remove(t,1),'|')
  67. ICList = RemoveAndSplit(t)
  68. InstanceList = {}
  69. Model = inst"Model"
  70. CurPar = Model
  71. table_foreach(t,function(ct,c)
  72. if c=="n" or c=="p" then
  73. CurPar = c=="n" and LastIns or CurPar[parnt]
  74. else
  75. ct = split(c,"|")
  76. local class = classes[tonum(table_remove(ct,1))]
  77. if class=="UnionOperation" then
  78. LastIns = {Locked="true",Anchored="true",UsePartColor="true"}
  79. else
  80. LastIns = inst(class)
  81. if LastIns:IsA"Script" then
  82. s(LastIns)
  83. end
  84. end
  85.  
  86. local function SetProperty(LastIns,p,str,s)
  87. s = Types[typeof(LastIns[p])]
  88. LastIns[p] = s and s(unpack(split(str,comma))) or str
  89. end
  90.  
  91. local UnionData
  92. table_foreach(ct,function(s,p,a,str)
  93. a = p:find":"
  94. p,str = props[tonum(p:sub(1,a-1))],values[tonum(p:sub(a+1))]
  95. if p=="UnionData" then
  96. UnionData = split(str," ")
  97. return
  98. end
  99. if class=="UnionOperation" then
  100. LastIns[p] = str
  101. return
  102. end
  103. SetProperty(LastIns,p,str)
  104. end)
  105.  
  106. if UnionData then
  107. local LI_Data = LastIns
  108. LastIns = DecodeUnion(UnionData)
  109. table_foreach(LI_Data,function(p,str)
  110. SetProperty(LastIns,p,str)
  111. end)
  112. end
  113. table.insert(InstanceList,LastIns)
  114. LastIns[parnt] = CurPar
  115. end
  116. end)
  117. table_remove(ICList,1)
  118. table_foreach(ICList,function(a,b)
  119. b = split(b,">")
  120. InstanceList[tonum(b[1])][props[tonum(b[2])]] = InstanceList[tonum(b[3])]
  121. end)
  122.  
  123. return Model:GetChildren()
  124. end
  125.  
  126. local Objects = Decode('Name,Anchored,Position,Orientation,Size,BackSurface,BottomSurface,FrontSurface,LeftSurface,RightSurface,TopSurface,C0,C1,Part0,Part1,Color,Material,Value,Scale,MeshType,Transparency,Texture,Face,MeshId,Heat,SecondaryColor,CanCollide,Looped,SoundId,Volume;Part,Model,Weld,Seat,CylinderMesh,StringValue,SpecialMesh,WedgePart,Decal,Rotate,BlockMesh,Fire,CornerWedgePart,Smoke,TrussPart,Sound;Part|Delta IV - Heavy|p|1|-139.739,228.561,87.901|0,179.99,0|1,1,5|2|-0.5,0,0,-0,-0,-1,0,1,0,1,0,0|-21.499,0.2,-0.001,0,-1,0,-0.001,-0.001,-1,1,0,-0.001|AircraftSeat|0.015,0.686,0.925|-147.739,208.462,89.2|89.79,43.759,-139.111|3,0.4,2|0|0,-0.201,0,1,0,0,-0,-0,-1,0,1,0|0,-0.5,-1.001,1,0,-0.001,0,-0.001,1,0,-1,-0.001|-1.5,0,0,-0,-0,-1,0,1,0,1,0,0|0.5,-0.5,0.799,1,-0.001,-0.001,0,0,1,-0.001,-1,0|1.5,0,0,0,0,1,0,1,0,-1,-0,-0|0.5,0.5,0.799,-1,-0.001,0,-0.001,0,-1,0,-1,-0.001|Decoupler|0.388,0.372,0.384|1088|-147.739,186.962,87.9|0,89.989,180|9,5,9|Term|Jettison Stage 3|0,-2.5,0,1,0,0,-0,-0,-1,0,1,0|0,0.5,0,-0.001,1,-0.001,-0.001,-0.001,-1,-1,-0.001,0|4.5,0,0,0,0,1,0,1,0,-1,-0,-0|9.5,0.499,-0.001,0,1,-0.001,0,-0.001,-1,-1,0,0|0,2.5,0,-1,-0,-0,0,0,1,0,1,0|-0.001,0.199,0,1,0,0,-0.001,0,-1,0,1,0|0.854,0.521,0.254|-147.739,184.262,87.9|0,89.989,0|17,0.4,17|0.899,25,0.899|'
  127. ..'3|0.972,0.972,0.972|-147.739,180.062,87.9|17,8,17|1,1.3,1|0,4,0,-1,-0,-0,0,0,1,0,1,0|0,1,0,-0.001,-1,0,0,-0.001,-1,1,-0.001,0|0,-0.2,0,0,1,-0.001,-0.001,0,1,1,-0.001,0|0,-4,0,1,0,0,-0,-0,-1,0,1,0|0,0.199,0,-0.001,1,0,0,0,-1,-1,-0.001,-0.001|-147.739,175.862,87.9|0.899,18,0.899|-147.738,170.162,81.4|-89.791,-159.37,160.509|5,4,9|http://www.roblox.com/asset/?ID=32362436|1|4|0,-2,0,1,0,0,-0,-0,-1,0,1,0|-1,0,-3.001,0,0,1,1,-0.001,-0.001,0,1,-0.001|4.499,4.299,0,0,-0.001,-1,0,1,-0.001,1,-0.001,0|0,1,1|272|-152.74,204.962,91.199|0,89.98,-90|3,0.4,1|-1,0.499,-1.001,-0.001,1,-0.001,-0.001,-0.001,-1,-1,-0.001,0|0.999,0.499,-1,0,-1,0,-0.001,-0.001,-1,1,0,-0.001|-147.739,173.162,87.9|-89.791,-159.721,70.889|5,9,5|0,0,2.5,1,0,0,0,1,0,0,0,1|-0.001,-0.201,0,-1,0,0,0,-0.001,1,0,1,0|-243.995,1.044,335.419|53.04,90.029,90.029|5,2,5|-152.74,194.962,91.199|0,90,-90|1056|-181.967,236.547,115.457|89.819,0.54,-177.101|5,3,2|6|-2.5,0,0,-0,-0,-1,0,1,0,1,0,0|-2.999,-1.499,-0.005,0.999,0,-0.001,0,-0.002,0.999,0,-1,-0.002|0,0,1,1,0,0,0,1,0,0,0,1|0.239,-0.98,-5.55,-1,-0,-0,0,0,1,0,1,0|-147.74,173.162,91.4|-89.791,-159.771,70.819|2,5,5|-3.5,-0.201,-0.001,-1,-0.001,0,0,-0.001,1,-0.001,1,0|-1,0,0,-0,-0,-1,0,1,0,1,0,0|2.499,-0.001,-0.001,-0.001,0,-1,-0.001,1,0,1,0,-0.001|-144'
  128. ..'.239,173.163,84.401|0,-90.011,90|5,2,2|2.5,0,0,0,0,1,0,1,0,-1,-0,-0|3.499,-0.2,3.499,-0.001,1,0,0,-0.001,1,1,0,-0.001|0,-1,0,1,0,0,-0,-0,-1,0,1,0|-2.5,3.5,0,-0.001,-0.001,1,-0.001,-1,-0.001,1,-0.001,0|0,1,0,-1,-0,-0,0,0,1,0,1,0|-0.622,-1.294,3,0,-0.708,-0.708,0,-0.708,0.707,-1,-0.001,-0.001|-144.24,173.162,91.401|0,-90.02,-90|-3.501,-0.2,3.499,0,-1,0,-0.001,0,1,-1,-0.001,-0.001|0,2.5,0,0,1,-0.001,0,-0.001,-1,-1,0,-0.001|2.5,3.5,0,0,-0.001,-1,0,-1,0,-1,-0.001,-0.001|-151.24,173.163,91.399|0,89.989,90|-3.5,-0.2,-3.501,-0.001,-1,0,-0.001,0,1,-1,0,-0.001|-0.001,-2.501,0,-0.001,1,-0.001,-0.001,0,1,1,0,0|2.499,-3.501,0,-0.001,-0.001,-1,-0.001,1,-0.001,1,0,-0.001|-0.621,-1.293,3,-0.001,-0.708,-0.708,-0.001,-0.708,0.707,-1,0,0|-151.239,173.163,84.4|0,89.989,-90.011|3.499,-0.2,-3.501,0,1,0,0,-0.001,1,1,-0.001,-0.001|-2.5,-3.501,0,0,-0.001,1,0,1,0,-1,0,0|-142.885,170.162,82.926|-89.71,-137.29,97.61|1,4,9|5,1,1|0.066,0.066,0.066|-147.742,154.262,86.401|89.86,-113.901,66.15|1,2,4|-0.001,0,0.499,-1.001,-0.001,-0.001,-0.001,1,0,0,0,-1|0.5,0,0,0,0,1,0,1,0,-1,-0,-0|-0.501,-0.5,0.5,0,-0.001,1,0,-1,-0.001,1,0,-0.001|-181.97,231.553,115.458|-89.82,179.179,-1.51|5,3,4|1.996,-1.5,-0.005,-1,-0.001,-0.001,-0.001,0.001,0.999,-0.001,0.999,-0.002|0,0,2,1,0,0,0,1,0,0,0,1'
  129. ..'|0.239,1.009,-5.55,1,0,0,-0,-0,-1,0,1,0|-149.243,154.262,87.9|89.849,13.67,103.669|-0.501,-0.001,0,0,0,1,-0.001,1,-0.001,-1,-0.001,0|0.5,0.5,0.499,-0.001,1,0,0,0,-1,-1,-0.001,-0.001|1072|-147.74,165.862,87.901|0.009,89.989,-0.01|9,0.4,9|1.2,18,1.2|0,0,4.5,1,0,0,0,1,0,0,0,1|-0.001,-2.001,-4.3,-1,-0.001,0,0,0,1,-0.001,1,-0.001|-4.5,0,0,-0,-0,-1,0,1,0,1,0,0|0,-2.001,-4.3,-1,-0.001,-0.001,-0.001,-0.001,1,-0.001,1,0|0,-3.001,0,-0.001,-1,-0.001,0,-0.001,1,-1,0,0|-147.74,162.662,87.901|-0.01,-0.01,179.99|11,6,11|-147.742,157.762,87.901|11,3,11|http://www.roblox.com/asset/?ID=131176380|0,1.5,0,-1,-0,-0,0,0,1,0,1,0|0,-2,0,1,-0.001,0,0,0,1,0,-1,-0.001|0,-1.5,0,1,0,0,-0,-0,-1,0,1,0|0,-0.2,-0.001,-0.001,-1,-0.001,0,-0.001,1,-1,0,0|-147.742,159.462,87.9|1.2,16,1.2|0,0.2,0,-1,-0,-0,0,0,1,0,1,0|0,3,-0.001,0,-1.001,0,0,-0.001,-1.001,0.999,0,0|-154.24,170.162,87.899|-89.791,-160.111,-108.77|-0.001,-4.501,-3.001,-1,0,0,0,0,1,0,1,-0.001|0,4.299,-4.501,1,-0.001,0,0,1,0,-0.001,-0.001,1|-152.594,170.163,92.874|-89.791,54.36,80.61|-147.743,154.263,89.401|89.849,36.389,33.389|-0.001,-0.001,-0.5,1,0,0,-0.001,1,-0.001,-0.001,0,1|-146.242,154.262,87.901|89.849,36.11,-56.951|0.499,-0.001,0,0,0,-1.001,-0.001,1,0,1,0,0|-152.594,170.163,82.927|-89.791,150.8,-105.81|2.999,0.0'
  130. ..'59,0.059,0,-1,-0.001,0.707,0,-0.708,0.707,0,0.707|-147.742,151.761,87.901|-90,179.99,0|1,1,1|4.499,4.499,30|http://www.roblox.com/asset/?id=3270017|5|0,0,0.5,1,0,0,0,1,0,0,0,1|0,1.996,0,-1.001,0,0,-0.001,-0.001,-1,-0.001,-1,0|-25.989,153.872,335.912|-57.581,90.019,0.15|1,1,3|-149.192,207.066,96.149|0,89.989,-90|44,0.4,3|1,1,1.4|0,0,-1.5,-1,-0,-0,0,1,0,-0,-0,-1|-19.498,0.302,0.499,0.999,-0.001,0,-0.001,-1,-0.001,0,0,-1.001|-141.525,207.059,93.37|0,134.99,-90.011|44,0.4,8|19.498,-2.622,-2.624,-1.001,-0.001,0,0,-0.708,-0.708,0,-0.708,0.707|-147.739,189.962,87.9|0,179.99,180|5,1,5|0,0,1|20|0,-0.5,0,1,0,0,-0,-0,-1,0,1,0|0,-1.5,-0.001,-1,-0.001,-0.001,-0.001,0,1,-0.001,1,-0.001|-147.739,191.962,87.9|5,3,5|-0.001,-0.001,-0.501,-1,0,0,-0.001,-1,0,0,0,1|-147.739,193.962,87.9|-89.791,-155.631,-22.941|5,5,1|0,0.199,0,1,-0.001,-0.001,-0.001,-0.001,-1,0,1,-0.001|3.999,-0.001,0,-0.001,-0.001,-1,-0.001,-1,0,-1,0,0|-152.74,199.962,86.399|13,2,5|-0.564,-0.729,-6,-0.001,-0.929,-0.372,0,0.371,-0.929,1,-0.001,0|0.731,0.933,-2.999,-0.001,-0.372,0.928,0,-0.929,-0.372,0.999,0,0|-1.001,0.728,-1.564,0.999,-0.001,-0.001,-0.001,-0.372,0.928,-0.001,-0.929,-0.372|2.5,-1.501,5.999,0,-0.001,-1,-0.001,-1,0,-1,0,-0.001|-1.5,1.5,-2.501,1,-0.001,0,0,1,-0.001,-0.001,0,1|6.5,0,0,0'
  131. ..',0,1,0,1,0,-1,-0,-0|1.501,-0.5,-0.5,0,1,0,-0.001,-0.001,1,1,-0.001,0|-152.739,199.962,89.401|0,90,90.01|-1.5,-1.502,-2.5,-1,0,0,-0.001,-1,0,0,0,1|2.499,1.501,5.999,-0.001,-0.001,-1,0,1,-0.001,1,-0.001,-0.001|-142.739,199.963,89.401|0,-90,-90|-6.5,0,0,-0,-0,-1,0,1,0,1,0,0|1.1,-2,1.501,-1,-0.001,-0.001,-0.001,-0.001,1,-0.001,1,0|-3.002,0.73,-1.565,1,-0.001,-0.001,0,-0.372,0.928,-0.001,-0.929,-0.372|0.999,0.73,-1.565,1,-0.001,-0.001,-0.001,-0.372,0.928,-0.001,-0.929,-0.372|1.562,-0.731,5.002,0,0.928,0.371,0,0.371,-0.929,-1,0,0|-0.565,-0.731,-6,-0.001,-0.929,-0.372,-0.001,0.371,-0.929,1,-0.001,-0.001|4.499,-1.502,0.5,0.999,0,0,0,-1,0,0,-0.001,-1.001|-1.435,-0.068,-5,-0.001,0.928,0.371,-0.001,-0.372,0.928,0.999,0,0|-2.502,1.501,6,-0.001,-0.001,1,-0.001,1,0,-1,-0.001,-0.001|-0.001,0.5,0,-0.001,1,0,-0.001,0,-1.001,-1,-0.001,0|-1.001,-0.731,1.564,1,-0.001,-0.001,0,0.371,-0.929,0,0.928,0.371|1.435,0.071,5,-0.001,-0.929,-0.372,-0.001,0.371,-0.929,1,-0.001,-0.001|-1.502,-0.501,0.498,-0.001,-1.001,0,-0.001,0,1,-1.001,-0.001,-0.001|-1.501,-1.502,2.501,1,0,0,0,-1.001,-0.001,0,0,-1.001|-142.739,199.962,86.401|-0.01,-90,89.989|-3,0.729,1.565,-1,0,0,-0.001,-0.372,0.928,0,0.928,0.371|-1,0.73,1.565,-1,0,0,-0.001,-0.372,0.928,0,0.928,0.371|1,0.73,1.564,-1,0,0,-0.0'
  132. ..'01,-0.372,0.928,0,0.928,0.371|4.499,1.498,0.5,-1,-0.001,-0.001,-0.001,1,-0.001,0,-0.001,-1|0.727,-0.563,-3,0,-0.372,0.928,-0.001,-0.929,-0.372,1,-0.001,-0.001|-2.501,-1.499,6,-0.001,0,1,0,-1,0,1,0,0|-1.501,1.499,2.5,-1,-0.001,-0.001,-0.001,0.999,-0.001,0,-0.001,-1|1.499,-0.501,0.5,-0.001,1,0,-0.001,-0.001,1,1,0,0|1.101,-2,-1.498,1,-0.001,0,-0.001,0,1,-0.001,-1,0|0.563,-0.73,6.002,0,0.928,0.371,-0.001,0.371,-0.929,-1,0,0|-0.001,-0.5,-0.001,-0.001,1,-0.001,0,0,1,1,0,-0.001|-0.729,0.936,-3.001,-0.001,0.371,-0.929,-0.001,-0.929,-0.372,-1,0,0|-152.739,199.962,87.899|-89.791,-153.12,-25.281|5,1,13|4.5,0,-0.501,-1,-0.001,0,0,-1,-0.001,0,-0.001,1|-1.501,0,-2.5,-1,-0.001,0,0,-1,0,0,0,1|2.5,0,6,-0.001,-0.001,-1,-0.001,1,-0.001,1,0,-0.001|-0.001,-1.001,0,0,-1,0,-0.001,0,1,-1,-0.001,-0.001|0,0.5,0,-1,-0,-0,0,0,1,0,1,0|-0.001,-1.002,-0.001,0,1,0,0,-0.001,1,1,-0.001,-0.001|0,0,-6.5,-1,-0,-0,0,1,0,-0,-0,-1|0,-0.5,-0.5,-0.001,-1,0,0,0,1,-1,0,0|-142.739,199.962,87.901|-89.791,-159.961,-18.9|4.499,-0.001,0.499,1,-0.001,-0.001,-0.001,-1,0,-0.001,-0.001,-1|-2.5,-0.001,5.999,0,-0.001,1,0,1,0,-1,0,0|0,0,6.5,1,0,0,0,1,0,0,0,1|1.099,-2,0,-1,-0.001,0,0,0,1,-0.001,1,-0.001|-0.001,-0.501,0.5,-0.001,-1,-0.001,0,-0.001,1,-1,0,0|-1.5,0,2.5,1,-0.001,-0.001,-0.001,-1,-0.001,-'
  133. ..'0.001,0,-1|-142.239,192.962,87.9|0,-90,-180|3,1,2|10|-153.239,192.963,87.9|-6.5,-1.5,-0.5,-0.001,-0.001,1,-1,0,-0.001,-0.001,-1,-0.001|-152.992,193.961,89.512|-89.791,-152.021,131.85|5,0.4,1|-6.002,-0.074,-0.179,-0.001,1,-0.001,-0.372,-0.001,-0.929,-0.929,-0.001,0.371|2,-0.803,-0.501,-1.001,0,0,-0.001,-1.001,0,0,0,0.999|0,0,-0.5,-1,-0,-0,0,1,0,-0,-0,-1|0,-1.5,0,0,-1.001,0,0,0,1,-1.001,-0.001,0|-142.487,193.96,86.288|-89.791,-150.67,-49.26|-152.993,193.962,86.284|-89.791,-156.441,-1.76|6,-0.072,-0.179,-0.001,-1,-0.001,0.371,0,-0.929,0.928,-0.001,0.371|-0.001,-2.501,-0.001,0,-1.001,0,0,0,0.999,-1.001,-0.001,0|0,-0.001,1.499,0,-1.001,-0.001,-1.001,-0.001,-0.001,0,0,-1|-147.739,193.962,85.2|-89.791,-147.911,-30.171|-142.485,193.962,89.514|-89.791,-159.971,2.91|6,-0.074,-0.18,-0.001,-1,0,0.371,-0.001,-0.929,0.928,-0.001,0.371|2.001,0.801,-0.501,-1.001,0,0,-0.001,-1.001,0,0,-0.001,1|0,-0.001,1.499,-0.001,1,-0.001,1,0,-0.001,-0.001,-0.001,-1|-147.74,193.962,90.6|0,2.499,-0.001,1,0,0,0,-0.001,-1,0,1,0|0,0,1.5,-1,0,-0.001,0,1,-0.001,0,-0.001,-1|-152.992,191.961,89.511|0,68.199,-180|0.4,3,5|-142.487,191.96,86.288|-89.791,-151.15,41.13|0.4,5,3|0,0,1.5,1,0,0,0,1,0,0,0,1|0,0,-0.5,0,-1.001,0,1,0,-0.001,0,0,1|-152.993,191.962,86.286|-89.791,-161.2,-87.011|-14'
  134. ..'2.484,191.962,89.513|-89.791,-159.571,92.489|-147.739,191.962,85.2|-89.791,-146.93,-31.011|5,0.4,3|0,0,-0.5,1,-0.001,-0.001,0,1,-0.001,0,0,1|-0.001,-1.498,1.498,-1,-0.001,-0.001,-0.001,1,0,0,0,-1|0,0,2.499,-1,-0.001,0,-0.001,1,0,-0.001,0,-1|0,-1.001,1.499,1,0,-0.001,0,-1,0,-0.001,-0.001,-1|-147.74,191.962,90.6|-89.791,-146.92,-31.021|-0.001,0,-2.501,1,-0.001,-0.001,0,1,-0.001,0,0,1|Generator|-147.739,198.462,87.9|8,5,5|-4,0,0,-0,-0,-1,0,1,0,1,0,0|1.999,1,0.499,0,-1,-0.001,-1,-0.001,-0.001,0,0,-1|-149.739,204.462,87.9|4,5,1|-2,0,0,-0,-0,-1,0,1,0,1,0,0|2.499,-0.001,-0.5,-0.001,-0.001,-1,1,-0.001,-0.001,-0.001,-1,0|-4.501,-1.502,2.5,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|1.999,-0.501,-0.5,-0.001,-1,0,0,0,1,-1,0,0|2,-2,-3,-1,0,-0.001,-0.001,-1,-0.001,-0.001,-0.001,1|1.499,-0.001,1.499,-0.001,-0.001,-1,0,1,-0.001,1,-0.001,-0.001|4.499,-1.502,2.499,1,-0.001,-0.001,-0.001,-1,0,-0.001,-0.001,-1|1.499,-0.5,1,-0.001,0,-1,1,-0.001,-0.001,-0.001,-1,-0.001|2,0,0,0,0,1,0,1,0,-1,-0,-0|-4,-0.001,-2,0,-0.001,1,-0.001,1,0,-1,-0.001,0|-145.739,204.462,87.9|-2,-2,-3,-1,0,-0.001,-0.001,-1,-0.001,-0.001,-0.001,1|-1.501,0,1.499,-0.001,-0.001,1,0,1,0,-1,0,-0.001|2,-0.5,-1.501,-0.001,-1,-0.001,-0.001,-0.001,1,-1,0,-0.001|-1.501,-0.5,0.999,0,0,1,-1,-0.001,0,0,-1,0'
  135. ..'|-4,0,2,0,-0.001,1,-0.001,1,0,-1,-0.001,0|-147.739,205.962,87.9|89.79,30.92,-150.93|3,5,1|-147.739,203.962,86.9|0,-0.01,-180|3,3,1|3,3,20|0,1,0.499,1,0,-0.001,0,-1,0,-0.001,-0.001,-1|0.5,1,-1.001,0,0,-1,-1,0,-0.001,0,1,0|-4,0.999,-0.001,0,-0.001,1,0,-1,-0.001,1,0,-0.001|0.499,0.999,-1,0,0,-1,1,-0.001,0,-0.001,-1,-0.001|-148.739,204.962,85.9|-89.71,-144.56,58.99|0.999,2,0.5,-0.001,-1,-0.001,-1,0,-0.001,0,0,-1|-146.739,204.962,85.9|0,90,180|-1.001,1.999,0.5,-0.001,-1,0,-1,0,0,-0.001,-0.001,-1|-0.5,1.999,-0.501,-0.001,1,-0.001,-1,-0.001,0,0,0,1|-1,-1.001,-0.5,1,-0.001,-0.001,0,1,-0.001,0,0,1|-146.739,202.962,85.9|89.79,43.77,130.86|-148.739,202.962,85.9|0,-90,0|1.5,2,0.5,-0.001,-1,0,-1.001,0,-0.001,0,-0.001,-1.001|1,0.999,-0.5,-1.001,0,-0.001,-0.001,-1,-0.001,-0.001,-0.001,1|-4.001,1.999,-1.001,-0.001,0,1,-1.001,-0.001,-0.001,0,-1.001,0|0.584,0.474,0.466|-147.739,185.062,87.9|5,2,17|0|Jettison Fairings|0,0,8.5,1,0,0,0,1,0,0,0,1|22,0.2,-0.001,-0.001,1,-0.001,0,0,-1.001,-1.001,-0.001,0|0,0,-8.5,-1,-0,-0,0,1,0,-0,-0,-1|22,0.199,0,0,1,-0.001,0,-0.001,-1,-1,0,-0.001|-147.739,209.462,89.9|-89.791,-138.04,-39.3|5,1,6|-0.501,2,0.999,0,-1,-0.001,-1,-0.001,0,-0.001,0,-1|0,0,-3,-1,-0,-0,0,1,0,-0,-0,-1|-0.001,-2,-0.501,-1,0,-0.001,-0.001,-1,0,-0.001,0,1|-152.'
  136. ..'992,205.962,86.284|-89.791,-156.7,-0.12|-142.485,205.96,86.29|-89.791,-130.911,111.809|-0.001,0,3.5,-0.001,1,0,1,0,-0.001,-0.001,0,-1|5.997,-0.074,-0.179,0,1,0,-0.372,0,-0.929,-0.929,0,0.371|0.002,1.502,2.496,0,-1,-0.001,-1,-0.001,0,-0.001,0,-1|-142.486,205.962,89.514|-89.791,-158.241,-178.76|1,0,-0.498,1,-0.001,-0.001,0,1,-0.001,0,0,0.999|0,0,3.499,-0.001,1,0,1,0,-0.001,-0.001,0,-1|-2.001,-0.801,0.498,1,0,0,0,-1.001,0,0,-0.001,-1|-152.992,205.961,89.514|-89.791,-153.37,-46.811|-0.002,0,3.5,-0.001,1,0,1,0,-0.001,-0.001,0,-1|5.998,-0.074,-0.179,-0.001,1,-0.001,-0.372,-0.001,-0.929,-0.929,-0.001,0.371|1.999,-0.8,0.5,-1.001,-0.001,-0.001,-0.001,1,0,0,0,-1|-142.485,209.96,86.29|89.79,54.79,-16.46|0.4,5,7|-152.991,209.962,86.285|89.79,-107.041,-38.82|0,0,3.5,1,0,0,0,1,0,0,0,1|-0.001,0,0.5,-0.001,1,0,1,0,-0.001,-0.001,0,-1|-147.739,211.962,88.4|0,180,0|5,1,2|0,0,-1,-1,-0,-0,0,1,0,-0,-0,-1|0,-0.5,2.499,-1,-0.001,-0.001,-0.001,0,1,-0.001,1,-0.001|0,-0.501,0,1,0,0,-0.001,-0.001,0.999,-0.001,-1,-0.001|-2.5,-2,0,-0.001,-0.001,1,-1,-0.001,-0.001,0,-1,-0.001|-2.5,2,0,-0.001,-0.001,1,-1,-0.001,-0.001,0,-1,-0.001|-0.001,-0.501,4.999,-1,0,-0.001,0,0.999,-0.001,0,-0.001,-1|0,-0.5,-5,-1,0,-0.001,-0.001,-1,-0.001,-0.001,-0.001,1|-0.5,1.699,-0.501,-0.001,-1,0,1,-0'
  137. ..'.001,0,-0.001,-0.001,0.999|-0.5,-1.701,-0.501,-0.001,-1,0,1,-0.001,0,-0.001,-0.001,0.999|-0.5,2.099,-0.501,-0.001,-1,0,1,-0.001,0,-0.001,0,0.999|-0.5,-2.1,-0.501,-0.001,-1,0,1,-0.001,0,-0.001,0,0.999|-145.739,208.962,88.4|0,0,-90|-2,-0.5,-0.501,0,-1,-0.001,-0.001,-0.001,1,-1,-0.001,-0.001|-2,0.499,-2.001,0,-1,0,0,-0.001,-1,1,0,0|-2,-0.5,-0.001,-0.001,-0.001,1,1,-0.001,0,0,1,0|-149.739,208.962,88.4|-142.486,209.962,89.515|89.79,20.379,-92.581|-152.992,209.961,89.515|89.79,24.329,134.699|-151.639,208.462,87.9|0,-180,0|2,4,3|0.999,-0.201,-0.5,-1,0,-0.001,-0.001,0,1,0,1,-0.001|-6.501,-1.502,1.1,0,0,1,-0.001,1,-0.001,-1,-0.001,0|-1.101,0,6.499,1,0,0,0,-1,-0.001,0,0,-1|0,2,0,-1,-0,-0,0,0,1,0,1,0|0,-0.5,0,0,1,-0.001,-0.001,0,1,1,-0.001,0|6.499,-1.502,1.099,-0.001,-0.001,-1,0,-1,0,-1,-0.001,0|-143.839,208.462,87.9|Light Laser|-151.639,210.962,87.9|0,90,0|0.999,-0.201,2,-1.001,0,-0.001,-0.001,-0.001,1,0,1,0|-143.839,210.962,87.9|0.999,0.199,1.999,1,0,-0.001,-0.001,0,-1,-0.001,1,0|0,2,0,0,1,0,-0.001,0,-1,-1,0,0|-210.727,118.266,93.203|-90,0,0|21,0.4,10|http://www.roblox.com/asset/?ID=177709539|1,0,1|0.5|-147.739,211.962,86.9|89.72,39.65,-145.31|-0.001,-0.001,0.499,1,-0.001,-0.001,-0.001,-1,-0.001,-0.001,0,-1|-0.154,1,-0.561,0,0.707,-0.708,1,-0.001,0,0,-0'
  138. ..'.708,-0.708|-147.739,210.462,85.9|89.8,79.949,-100.07|0,-0.5,-0.5,1,-0.001,-0.001,0,0,1,-0.001,-1,0|0.247,0.341,-2.001,0,-0.448,0.894,-0.001,0.894,0.447,-1,-0.001,-0.001|-0.001,0,0.5,1,0,-0.001,0,-1,0,-0.001,-0.001,-1|-147.739,210.962,86.9|-89.791,-150.75,-27.38|-2.001,2,-1,0,-1,-0.001,1,0,-0.001,0,-0.001,1|-147.739,208.962,85.9|-89.791,-26.021,-153.971|-147.739,207.962,84.9|89.79,23.989,-157.5|5,1,3|-147.739,205.962,84.9|-89.791,-158.331,159.58|0,0,1.5,-1,0,0,0,1,0,-0.001,0,-1|-1.5,2.5,1.999,0,-1,-0.001,-0.001,0,-1,1,0,-0.001|-1.5,2.499,-2.001,0,-1,-0.001,-0.001,0,-1,1,0,-0.001|-0.001,2.499,0,-1.001,-0.001,0,-0.001,0,-1,0,-1,-0.001|-0.561,0.153,-0.001,0,-0.708,-0.708,-0.001,-0.708,0.707,-1.001,-0.001,-0.001|-148.739,212.25,86.905|-45,0,-90|0.4,1,1|-146.739,212.25,86.905|-45,0,90|-1.001,-0.359,-0.642,0,1,-0.001,0.707,-0.001,-0.708,-0.708,-0.001,-0.708|-0.001,0,0.5,0,1,-0.001,1,-0.001,0,0,-0.001,-1|-149.739,210.657,85.774|0,-90,153.429|0.4,2,1|-145.739,210.657,85.774|0,90,-153.43|0.2,0,0,0,0,1,0,1,0,-1,-0,-0|-2.001,-0.053,-0.105,1,0,0,-0.001,0.447,-0.895,-0.001,0.894,0.447|-145.739,208.577,84.892|71.55,-179.991,-89.99|0.4,1,2|-2,-0.182,-0.552,-0.001,1,-0.001,-0.317,-0.001,-0.949,-0.949,-0.001,0.316|-0.5,-0.003,0,-0.001,0,1,1,-0.001,0,0,1,-0.001|'
  139. ..'-149.739,208.577,84.894|71.559,179.99,89.989|-0.201,0,0,-0,-0,-1,0,1,0,1,0,0|2,-0.184,-0.552,-0.001,-1,-0.001,0.316,0,-0.949,0.948,-0.001,0.316|-146.739,207.154,84.418|-1.001,0.292,0.871,-0.001,1,-0.001,-0.317,-0.001,-0.949,-0.949,-0.001,0.316|0,-0.003,0.5,-0.001,1,-0.001,1,0,0,0,-0.001,-1|0.999,-0.002,-0.5,-0.001,-1,-0.001,0.999,-0.001,0,-0.001,-0.001,0.999|-148.739,207.153,84.42|0,-90,-18.441|1,0.29,0.871,-1,-0.001,0,0,-0.317,-0.949,0,-0.949,0.316|-147.739,206.205,84.103|71.55,180,180|-0.001,0.607,1.82,1,0,-0.001,-0.001,0.316,-0.949,0,0.948,0.316|0,-0.5,-1.001,0,1,0,-0.001,-0.001,1,1,-0.001,0|-0.003,-0.5,0,0,-1,-0.001,-0.001,-0.001,1,-1,-0.001,-0.001|-149.739,207.153,84.42|0,-90,-108.441|1,0.4,1|0,-0.001,1,-0.001,-1,-0.001,-1,0,0,-0.001,0,-1|2,0.29,0.871,-0.001,1,-0.001,-0.317,-0.001,-0.949,-0.949,-0.001,0.316|0,-0.001,0.499,0,1,-0.001,1,-0.001,-0.001,-0.001,-0.001,-1|-0.003,0,0.5,0,-1,-0.001,-1,-0.001,0,-0.001,0,-1|-145.739,207.154,84.42|-2,0.29,0.871,-0.001,1,-0.001,-0.317,-0.001,-0.949,-0.949,-0.001,0.316|-0.001,-0.5,0,-0.001,-1,-0.001,0,-0.001,1,-1,0,0|-145.739,206.205,84.103|0,-90,161.55|-2.001,0.607,1.82,1,0,-0.001,-0.001,0.316,-0.949,0,0.948,0.316|1.499,0,0,-0.001,-0.001,-1,-1,0,0,0,1,-0.001|-149.739,206.205,84.101|-71.551,0.009,89.989'
  140. ..'|1.999,0.609,1.82,-0.001,1,-0.001,-0.317,-0.001,-0.949,-0.949,-0.001,0.316|-149.739,212.25,86.904|0,-90,-135|2,1,1|1.999,-0.147,-0.147,0,1,-0.001,-0.708,0,-0.708,-0.708,0,0.707|-0.001,-0.5,-0.001,0,1,0,-0.001,-0.001,1,1,-0.001,0|-145.739,212.25,86.905|0,-90,45|-2,-0.147,-0.147,0,1,-0.001,-0.708,0,-0.708,-0.708,0,0.707|-150.439,207.964,84.9|89.79,173.47,-6.531|0.4,1,3|2.499,-0.001,-0.003,-0.001,0,-1,0,0.999,0,0.999,-0.001,-0.001|-145.039,207.962,84.902|89.79,42.479,-140.43|-2.501,-0.002,0,0,0,1,-0.001,1,-0.001,-1,-0.001,0|-150.439,210.462,85.899|89.79,-86.71,93.3|2.499,0.001,-0.001,0,0,-1,0,1,0,0.999,-0.001,0|-0.503,-0.001,1.5,0,0,0.999,-1,-0.001,0,0,-1,0|-145.039,210.462,85.9|89.8,24.399,-157.23|-2.501,-0.001,0.001,-0.001,-0.001,1,-0.001,1,0,-1,-0.001,-0.001|-150.439,208.962,86.901|-89.791,-154.67,66.15|1,0.4,5|0,0,-2.5,-1,-0,-0,0,1,0,-0,-0,-1|-6.501,-0.502,2.3,0,-0.001,1,1,0,-0.001,-0.001,1,0|2.499,0,-2.001,-0.001,0,-1,-1,0,0,0,1,0|-145.039,208.962,86.9|-89.67,-138.23,54.759|-2.501,0,-2,-0.001,0,1,1,0,0,-0.001,1,-0.001|-1,0.5,-1,-0.001,-0.001,1,-0.001,1,0,-1,-0.001,-0.001|0,-0.501,1.499,0,-1.001,0,-0.001,0,0.999,-1,-0.001,-0.001|6.499,-0.498,2.301,-0.001,0,-1,0.999,-0.001,-0.001,-0.001,-1,-0.001|-147.739,217.461,87.9|89.79,38.639,-143.75|3,1,1'
  141. ..'0|0.574,-0.298,1,-0.001,0.995,0.099,0,0.099,-0.996,-1,-0.001,-0.001|-147.739,217.462,89.9|89.72,45.25,39.95|0,0.5,0,-1,-0.001,-0.001,0,0,-1,0,-1,-0.001|0.574,0.297,0,-0.001,0.995,0.099,-0.001,-0.1,0.995,1,0,0|-0.575,-0.298,-1.001,0,-0.996,-0.1,0,0.099,-0.996,1,0,0|0,0,5,1,0,0,0,1,0,0,0,1|0,0,3,-1,0,-0.001,0,0.999,-0.001,0,0,-1|-147.739,217.462,88.9|-89.791,-132.131,-44.811|0,0.199,-4.501,0,0.999,-0.001,0,-0.001,-1,-1,0,-0.001|-0.001,-0.501,-0.001,1,0,0,-0.001,-0.001,1,0,-1,-0.001|0,-0.201,1.499,-0.001,0.999,0,-0.001,-0.001,1,0.999,0,0|0.5,-0.002,-3.506,-0.001,-0.001,-1,0,-1,0,-1,-0.001,0|-148.739,218.004,87.753|0,-90,84.3|9,0.4,1|0.999,-0.053,-0.523,-0.001,1,-0.001,-0.1,-0.001,-0.996,-0.996,-0.001,0.099|-147.739,218.004,87.753|0,-90,-95.7|-0.001,-0.053,-0.523,-0.001,1,-0.001,-0.1,-0.001,-0.996,-0.996,-0.001,0.099|0,-0.001,-0.5,-1,-0.001,-0.001,0,-1,0,-0.001,0,1|-0.001,-0.001,0.5,-1,0,-0.001,0,1,0,0,0,-1|-0.001,-0.201,-0.801,1,-0.001,0,-0.001,-0.001,1,-0.001,-1,-0.001|-146.739,218.004,87.753|-147.739,218.004,90.047|0,-90,-84.291|-146.739,218.004,90.047|1,-0.053,-0.523,0,-1,-0.001,0.099,0,-0.996,0.995,0,0.099|-0.001,0,-0.501,1,0,0,0,1,-0.001,0,-0.001,1|-0.001,-0.5,-0.5,0,-1,-0.001,0,-0.001,1,-1,-0.001,0|-148.74,218.004,90.047|0,-90,95.709|0,-0.00'
  142. ..'1,0.5,1,0,-0.001,0,-1,-0.001,-0.001,0,-1|0,-0.5,-0.5,0,-1,0,-0.001,0,1,-1,-0.001,-0.001|-149.739,217.505,87.703|84.29,-179.93,-89.931|0.4,1,10|-0.502,-0.001,0.499,-0.001,-1,-0.001,-1,0,-0.001,0,0,-1|-1.5,-4.199,-0.8,-0.001,-0.001,1,-0.001,1,0,-1,-0.001,-0.001|-145.739,217.506,87.703|84.279,-179.92,90.08|0.5,0,-0.5,-0.001,1,-0.001,-1,-0.001,-0.001,-0.001,0,1|1.499,-4.2,-0.8,0,-0.001,-1,-0.001,1,-0.001,1,0,0|-149.739,217.507,90.097|84.279,0.009,90.01|-145.739,217.507,90.096|84.29,0.009,-89.99|-152.993,196.962,86.284|-0.01,111.79,0|0.4,5,5|2.999,-0.071,-0.18,-0.001,-1,-0.001,0.371,-0.001,-0.929,0.928,-0.001,0.371|-142.487,196.963,86.286|89.79,30.92,-39.201|1.5,-0.2,-0.5,0.999,0,-0.001,0,-0.001,0.999,0,-1,-0.001|0.001,-0.002,0.503,-0.001,-1,-0.001,-1,0,0,-0.001,0,-1|-149.239,196.962,85.199|89.709,15.649,-76.191|0.4,2,5|1.5,2.5,-1.501,0.999,0,-0.001,-0.001,0,-1,-0.001,1,0|1.5,-0.001,0.499,0,-1,0,-1,-0.001,0,-0.001,-0.001,-1|-146.239,196.962,85.2|89.79,33.43,121.23|1.5,2.499,1.499,-1,0,0,-0.001,-0.001,-1,-0.001,-1,0|-1.5,0,0.499,-0.001,1,0,1,0,0,0,0,-1|-147.739,198.961,85.201|0,-90,90|3,0.4,3|-0.5,2.499,-0.001,-1,0,0,-0.001,-0.001,-1,-0.001,-1,0|-153.921,198.962,86.656|0,-68.2,90|0.999,-0.443,-1.107,-1,0,-0.001,-0.001,-0.372,-0.929,-0.001,-0.929,0.37'
  143. ..'1|-153.921,200.962,86.656|-153.921,202.962,86.656|-3.001,-0.443,-1.108,-1,0,-0.001,-0.001,-0.372,-0.929,-0.001,-0.929,0.371|-141.558,198.962,86.66|0.009,-111.801,89.989|-141.557,200.962,86.66|-141.557,202.962,86.661|-141.557,204.962,86.661|0.999,0,-0.498,1,0,-0.001,-0.001,1,-0.001,0,0,1|4.999,-0.445,-1.108,0.999,-0.001,-0.001,0,0.371,-0.929,0,0.928,0.371|-153.921,204.962,86.656|1,0,-0.5,-1,0,0,-0.001,-1,-0.001,0,-0.001,1|-5,-0.443,-1.108,-1,0,-0.001,-0.001,-0.372,-0.929,-0.001,-0.929,0.371|-153.921,198.961,89.141|0,68.19,90|-1.002,-0.445,-1.108,1,0,-0.001,-0.001,0.371,-0.929,0,0.928,0.371|-153.921,200.962,89.142|0.999,-0.445,-1.108,1,0,-0.001,-0.001,0.371,-0.929,-0.001,0.928,0.371|-153.921,202.962,89.142|2.999,-0.445,-1.108,1,0,-0.001,-0.001,0.371,-0.929,-0.001,0.928,0.371|-153.92,204.962,89.142|1,0,-0.499,1,0,0,-0.001,1,0,-0.001,-0.001,1|4.999,-0.445,-1.108,1,0,-0.001,-0.001,0.371,-0.929,-0.001,0.928,0.371|-141.557,198.963,89.142|0,111.809,90|-141.557,200.963,89.142|0,-68.191,90|-141.557,202.965,89.143|0.009,111.809,90|-141.557,204.965,89.143|89.79,-88.611,69.61|-143.879,202.963,85.73|-89.791,-147,37.099|-151.6,202.96,85.729|-89.71,144.889,-33.1|-1.501,0,-0.502,0,0.999,-0.001,-1,0,-0.001,-0.001,0,0.999|-149.439,221.962,88.9|-89.71,-128.87,45.6'
  144. ..'69|-149.439,218.962,88.9|-89.681,-132.39,46.75|2,0,1|1.499,-0.001,1.5,-0.001,-0.001,-1.001,-1.001,0,-0.001,-0.001,0.999,0|0,0.199,-0.001,1,-0.001,-0.001,-0.001,0,-1,0,1,0|-149.439,215.962,88.9|-89.791,-132.131,45.189|1.5,0,-1.5,0,-0.001,-1,-1,-0.001,0,0,1,0|0,0.2,0,1,-0.001,0,0,0,-1,-0.001,1,-0.001|-149.439,212.962,88.9|-89.791,-137.521,50.18|3,0,1|1.5,-0.001,-4.5,-0.001,-0.001,-1,-1,-0.001,0,-0.001,1,-0.001|-0.001,0.2,0,1,-0.001,-0.001,-0.001,-0.001,-1,0,1,-0.001|-146.039,221.962,88.9|-89.721,-128.87,45.669|-1.501,-0.001,4.5,-0.001,-0.001,1,0.999,0,0,-0.001,0.999,0|0,-0.201,-0.001,-1,-0.001,0,0,-0.001,1,-0.001,1,0|-146.039,218.962,88.9|-1.5,0,1.5,0,-0.001,1,1,-0.001,0,-0.001,1,-0.001|0,-0.201,0,-1,-0.001,0,0,0,1,0,1,0|-146.039,215.962,88.9|-146.039,212.962,88.9|-1.5,-0.001,-4.5,0,-0.001,1,1,-0.001,-0.001,0,1,0|0.3,-0.002,0.494,-0.001,-1,-0.001,-1,0,0,-0.001,0,-1|-149.839,218.962,88.9|-89.681,-125.5,40.84|0.499,0,1|-149.839,221.962,88.9|-89.71,-131.31,47.59|0,-0.201,0,-1,-0.001,0,0,-0.001,1,-0.001,1,0|-149.839,215.962,88.9|-149.839,212.962,88.9|-89.721,-139,54.15|-145.639,221.962,88.9|-89.721,-126.151,43.509|-145.639,218.962,88.9|-145.639,215.962,88.9|-145.639,212.962,88.9|0,0.199,0,1,-0.001,-0.001,-0.001,0,-1,0,1,0|-0.1,-0.002,0.494,-0.001,-1,'
  145. ..'-0.001,-1,0,0,-0.001,0,-1|-147.739,222.662,88.9|1.5,0,1|0,0,5,0,-1,0,-1,0,0,0,0,-1|-147.739,193.46,83.502|0,-0.01,0|1,2,3|0.2,1,1|-0.001,-0.199,-0.503,-1,-0.001,0,0,-0.001,1,-0.001,1,0|-147.739,191.962,83.5|-89.791,-146.93,-121.011|3,1,1|1,0.199,1|-0.001,-0.998,-0.002,-0.001,-1,-0.001,0,-0.001,1,-1,0,0|0,-0.2,0,-0.001,1,0,0,-0.001,1,1,-0.001,0|0,-0.5,-0.001,0,1,-0.001,-0.001,0,1,1,-0.001,0|-147.739,190.962,83.5|0,-0.01,180|-147.739,191.96,82.002|-89.791,-142.051,-125.6|0.099,0.199,2|-0.001,-1,-1.501,-0.001,-1,-0.001,0,-0.001,1,-1,0,0|-0.001,-0.498,-1.499,-0.001,1,-0.001,-0.001,0,1,1,0,0|-151.432,204.96,90.999|-89.791,-151.021,-49.03|1,2,1|4.998,0.669,1.678,-0.001,1,-0.001,-0.372,-0.001,-0.929,-0.929,-0.001,0.371|-151.433,194.961,91|-89.791,87.559,70.62|-5.002,0.671,1.678,0,0.999,-0.001,-0.372,-0.001,-0.929,-0.929,0,0.371|-144.046,204.962,91|-89.791,-8.921,-149.29|-144.045,194.962,91.001|-151.74,205.962,91.899|-89.791,-146.92,148.979|-0.05,0.949,0.5,-1,-0,-0,0,1,0,-0,-0,-1|-147.74,196.462,92.9|24,1,11|Release Landing Gear (Press Before Separating Stage 3|-4.001,-0.5,-9.501,-0.001,1,0,-0.001,-0.001,1,1,0,0|-1.5,2.299,0.5,-1,0,-0.001,0,1,0,0,0,-1|8.5,2.299,0.499,-1,0,-0.001,0,1,0,0,0,-1|-8.502,2.3,0.497,1,-0.001,0,-0.001,-1,0,0,-0.001,-1|-4.001,-0'
  146. ..'.5,0.5,-0.001,1,0,-0.001,-0.001,1,1,0,0|-4,-0.5,7.5,0,-1,-0.001,-0.001,-0.001,1,-1,-0.001,-0.001|-4,-0.5,-2.5,0,-1,-0.001,-0.001,-0.001,1,-1,-0.001,-0.001|1.5,2.3,0.499,1,0,-0.001,0,-1,-0.001,-0.001,0,-1|3.999,-0.5,-9.501,-0.001,1,0,-0.001,-0.001,1,1,0,0|12,0,0,0,0,1,0,1,0,-1,-0,-0|-5,0.199,0,0,1,0,0,0,-1,-1,0,0|-151.74,203.962,91.899|89.79,33.08,-148.98|0.999,-0.201,-0.001,1,-0.001,0,-0.001,0,1,-0.001,-1,0|-0.05,0.949,-0.5,1,0,0,0,1,0,0,0,1|Control Panel|-147.74,213.407,86.49|-5.711,-180,-180|0,0.415,4.153,1,0,-0.001,-0.001,0.099,-0.996,-0.001,0.995,0.099|-4.5,0.799,-1,-0.001,0,1,0,1,-0.001,-1,0,-0.001|4.499,-0.801,1,0,-0.001,-1,-0.001,-1,0,-1,0,-0.001|-143.74,205.962,91.9|0.049,0.949,0.5,-1,-0,-0,0,1,0,-0,-0,-1|0.998,-0.2,-0.002,1,0,0,-0.001,0,1,0,-1,0|-143.74,203.962,91.9|-7.501,0.499,4,-0.001,1,-0.001,-0.001,-0.001,-1,-1,-0.001,0|-1.002,-0.2,-0.002,1,0,0,-0.001,0,1,0,-1,0|0.049,0.949,-0.5,1,0,0,0,1,0,0,0,1|-143.74,193.962,91.9|89.79,33.069,-148.98|2.5,0.499,4,-0.001,1,-0.001,-0.001,-0.001,-1,-1,-0.001,0|-1,-0.2,0.999,-0.001,-1,0,-0.001,0,1,-1,0,-0.001|-1,-0.201,-0.001,1,-0.001,-0.001,0,-0.001,1,-0.001,-1,-0.001|-0.05,-0.95,-0.5,1,0,0,0,1,0,0,0,1|-151.74,193.962,91.899|0.999,-0.2,1,-0.001,1,-0.001,-0.001,0,1,1,0,0|-151.74,195.962,91.899|-89.'
  147. ..'791,-146.93,148.979|-1,-0.2,0,1,-0.001,0,-0.001,0,1,-0.001,-1,0|0.5,0.499,-4,0,-1,-0.001,0,0,-1,1,0,0|-1.001,-0.201,0.999,0,-1,-0.001,0,-0.001,1,-1,-0.001,0|-143.74,195.962,91.9|-0.05,-0.95,0.5,-1,-0,-0,0,1,0,-0,-0,-1|-142.741,204.962,91.201|-0.02,-90.011,90|-1,0.499,-1,-0.001,0.999,0,0,0,-1,-1,-0.001,-0.001|0.999,0.499,-1.001,0,-1,-0.001,0,0,-1,0.999,0,0|-147.742,154.262,87.901|0.009,179.99,-179.991|1,4,1|-142.74,194.962,91.201|0.999,0.499,-1.001,-0.001,-1,0,0,-0.001,-1,1,-0.001,0|-142.18,170.162,92.17|-89.791,-159.821,26.02|3,0.414,-2.414,-1,0,0,0,0.707,-0.708,-0.001,-0.708,-0.708|-150.04,204.962,91.9|0,0,-89.99|1.5,-0.001,-1.001,0,0,-1,-0.001,-1,-0.001,-1,0,-0.001|-150.04,194.962,91.899|-1.501,0,-1.001,-0.001,-0.001,1,-0.001,-1,-0.001,1,-0.001,0|-145.44,204.963,91.902|0,-0.01,90.01|-145.44,194.962,91.901|0,0,90|-1.501,-0.001,-1.001,0,0,1,-0.001,-1,0,1,-0.001,-0.001|-156.439,207.062,87.899|0,-0.01,-90|44,0.4,5|1,2.399,1.099|-19.502,-0.505,-0.299,-1,0,-0.001,-0.001,-0.001,0.999,0,1,0|-139.039,207.062,87.901|0,179.99,-90|1,2.399,1.1|-156.14,226.562,84.9|0,89.989,-89.99|-19.501,0.299,-2.5,1,0,0,-0.001,1,0,-0.001,-0.001,1|-139.339,226.558,84.901|0,-90.02,90.01|-19.497,0.299,2.5,-1,0,-0.001,0,1,0,0,0,-1|-19.497,-0.155,-3.647,1,0,-0.001,0,-0.708,-0'
  148. ..'.708,-0.001,0.707,-0.708|-0.401,-2.004,2.5,0,1,0,1,-0.001,0,0,0,-1.001|-156.139,226.563,90.9|0.009,89.989,89.989|-19.501,0.153,2.937,0.999,0,0,-0.001,-0.708,0.707,0,-0.708,-0.708|-139.34,226.559,90.898|0.009,-90.011,-90|-19.5,-0.153,3.648,-1,-0.001,0,-0.001,-0.708,-0.708,0,-0.708,0.707|-19.497,0.299,-2.498,1,0,0,-0.001,1,-0.001,-0.001,0,1|-0.401,-2.003,-2.498,-0.001,1,-0.001,-1,-0.001,-0.001,-0.001,0,1|-153.954,207.063,82.428|0,-45,-90.011|19.499,2.328,2.327,-1,-0.001,-0.001,0,-0.708,-0.708,0,-0.708,0.707|-141.526,207.062,82.43|0,-135.021,-90|-153.956,207.063,93.373|0,-135.01,-89.99|Anchor Brick|-149.738,213.956,88.899|Podship Anchor 1|1.499,-0.002,-3.506,-0.001,-0.001,-1,-0.001,-1,0,-1,0,0|-0.002,-0.3,0.494,-0.001,-1,-0.001,-1,0,0,-0.001,0,-1|-0.002,0.1,0.494,-0.001,-1,-0.001,-1,0,0,-0.001,0,-1|-145.738,213.956,88.899|90,180,0|Podship Anchor 2|http://www.roblox.com/asset/?id=16240552|0,0.125,0.376|-147.239,197.462,72.001|0,180,-90|10,10,10|0,0,0|-147.739,197.962,81.001|-89.791,-152.01,-116.191|4,0,0,0,0,1,0,1,0,-1,-0,-0|-0.5,0.5,-5,1,-0.001,0,0,1,-0.001,-0.001,0,1|0.198,1.5,-1,-0.001,0,-1,-0.001,-1,-0.001,-1,0,0|-1,0.199,0,1,0,0,0,0,-1,-0.001,1,0|-0.2,1.499,-1,-0.001,-0.001,1,-0.001,1,0,-1,-0.001,-0.001|-151.189,226.564,79.95|19.498,0.299,-1.5'
  149. ..',-1,0,-0.001,-0.001,-1,0,-0.001,0,1|-19.501,-0.154,-3.354,-1,-0.001,0,-0.001,-0.708,-0.708,0,-0.708,0.707|-144.287,226.562,79.948|-19.501,-0.155,3.354,1,0,-0.001,0,-0.708,-0.708,-0.001,0.707,-0.708|19.498,0.298,1.499,1,-0.001,0,-0.001,-1.001,0,0,-0.001,-1.001|-151.191,226.564,95.848|0,89.989,90.01|-19.5,0.152,-4.061,1,-0.001,0,-0.001,-0.708,0.707,0,-0.708,-0.708|-144.291,226.557,95.85|0,-90.011,-90|-147.74,229.261,87.9|15,0.4,5|1.2,104,3.399|10,-0.001,0,0,0,-1,0,1,-0.001,1,-0.001,0|-146.286,207.064,79.647|0,89.98,90.01|-149.19,207.065,79.65|0,90,90|-146.291,207.061,96.145|19.496,0.294,0.5,1,-0.001,0,-0.001,-1,0,0,-0.001,-1|-147.74,228.561,87.9|15,1,5|1.2,1,3.399|-7.5,0,0,-0,-0,-1,0,1,0,1,0,0|0.5,0,0,0,0,-1,-0.001,1,0,1,-0.001,0|0,-0.201,0,-1,0,0,0,-0.001,1,0,1,-0.001|-147.739,206.962,87.6|-89.791,-146.53,-31.341|2,-0.5,-0.8,-1,0,-0.001,-0.001,-0.001,1,0,1,0|2,0.5,-0.8,1,0,0,0,-0.001,-1,-0.001,1,-0.001|-0.001,0.3,-0.5,-1,0,0,-0.001,-1,0,0,0,1|Button|-147.739,205.674,84.905|0,90,-135|-147.743,150.761,87.901|Jettison Stage 2|0,0,-0.5,0,-1,-0.001,1,0,0,0,0,1|-147.743,149.761,87.901|0.009,179.99,0.009|17,1,17|12,8.299,0,-0.001,-0.001,-1,0,-1.001,-0.001,-1.001,0,-0.001|-2.498,-2.999,8.001,-0.001,-0.001,1,-1,-0.001,-0.001,0,-1,-0.001|11.999,8.3,0,-0.0'
  150. ..'01,0,-1,-1,0,-0.001,0,1,-0.001|11.999,8.299,-0.001,-0.001,0,-1,0,1,-0.001,1,0,0|12,8.3,0,-0.001,0,-1,1,0,0,0,-1,0|-2.498,-3.003,7.998,-0.001,0,1,1,0,0,-0.001,1,-0.001|2.498,-2.998,7.998,0,0,-1,-1,-0.001,-0.001,-0.001,1,0|0,-0.5,0,0,1,-0.001,0,-0.001,1,1,0,0|0,10,-0.001,1,0,0,-0.001,-0.001,-1,0,1,0|-139.441,162.26,87.901|0.009,179.99,-89.99|24,0.4,5|1.1,2.399,1.1|-156.041,162.262,87.898|-0.01,-0.01,-90.011|-147.74,162.261,79.6|-0.01,-90.011,-89.99|-144.74,152.759,95.899|0.009,180,89.989|-144.741,152.759,79.899|0,-90,89.989|9.5,0.298,-2.501,-1,-0.001,0,0,-1,0,0,0,1|9.498,-0.151,3.352,0.999,0,0,0,-0.707,-0.708,0,0.707,-0.707|-3.001,0.499,8.002,1,0,-0.001,-0.001,0,-1,-0.001,1,0|-141.979,162.259,82.379|0,-135.03,-90.011|24,0.4,8|1.1,1,1|-150.741,152.759,79.899|0,0,89.989|9.501,0.299,2.499,-1,0,-0.001,0,1,-0.001,0,-0.001,-1|9.5,-0.155,-3.646,1,0,0,0,-0.707,-0.708,0,0.707,-0.707|-147.743,162.262,96.2|0.009,89.989,-90.011|9.502,-0.502,-0.303,-1,0,-0.001,-0.001,0,1,0,1,-0.001|-153.209,162.26,82.087|0,-45.03,-90.011|-150.74,152.759,95.899|-0.01,180,-90|9.502,0.301,-2.497,1,-0.001,-0.001,0,1,0,0,-0.001,1|-153.21,162.26,93.714|0,-134.971,-90|-9.5,2.328,2.327,1,0,-0.001,-0.001,0.707,-0.707,0,0.706,0.707|-142.272,162.259,93.712|0,134.97,-90.011|9.499,2.328,2'
  151. ..'.327,1,0,-0.001,-0.001,0.707,-0.707,-0.001,0.706,0.707|-147.744,139.261,87.902|17,20,17|3.5,0.499,1.499,-0.001,-1,-0.001,0,-0.001,-1,1,0,0|-147.746,120.76,87.903|17,17,17|0,-8.5,0,1,0,0,-0,-0,-1,0,1,0|0,29.999,0,1,0,0,-0.001,-0.001,-1,0,1,0|0,8.5,0,-1,-0,-0,0,0,1,0,1,0|0,-10,0,-1,0,-0.001,0,-0.001,1,0,1,-0.001|-147.75,82.26,87.907|17,60,17|0,-30,0,1,0,0,-0,-0,-1,0,1,0|0,6.498,0,1,-0.001,0,0,-0.001,-1,0,1,-0.001|-147.753,45.76,87.911|17,13,17|0,-6.5,0,1,0,0,-0,-0,-1,0,1,0|4.01,-4.505,-4.014,-0.001,-1,0,-0.001,0,1,-1,0,-0.001|-147.752,56.261,88.41|8,2,19|Jettison Stage 1|0,0,-9.5,-1,-0,-0,0,1,0,-0,-0,-1|-8.501,-26,-0.501,-0.001,0,1,1,-0.001,-0.001,-0.001,1,0|-0.001,6.5,-0.501,1,0,0,-0.001,-0.001,-1,0,1,0|0,0,9.5,1,0,0,0,1,0,0,0,1|8.499,-26,-0.5,0,0,-1,-1,-0.001,0,0,1,0|-129.749,82.259,87.911|0,6.5,0,1,-0.001,-0.001,-0.001,-0.001,-1,0,1,-0.001|-165.749,82.263,87.904|-129.753,45.758,87.914|4,-4.505,-4.001,-1,-0.001,-0.001,-0.001,-0.001,1,-0.001,1,0|0,-6.001,4.503,0,-1,-0.001,-1,-0.001,0,-0.001,0,-1|-0.001,0,4.5,1,-0.001,0,-0.001,-1,-0.001,0,0,-1|-0.001,-6,4.503,-1,-0.001,-0.001,-0.001,1,0,0,0,-1|3.999,-4.503,-4.001,1,0,0,-0.001,0,1,0,-1,0|-165.753,45.762,87.908|0,-6,4.503,1,0,0,0,-1,-0.001,0,0,-1|-0.001,0,4.5,1,-0.001,-0.001,-0.001,-1,0,-0.001,-0.0'
  152. ..'01,-1|-165.746,120.763,87.9|0,29.998,0,1,-0.001,0,0,-0.001,-1,0,1,-0.001|-129.745,120.76,87.907|-0.001,29.999,0,1,0,0,-0.001,-0.001,-1,0,1,0|0,-10.001,0,-1,0,-0.001,0,-0.001,1,0,1,-0.001|-165.744,139.263,87.899|0,10,0,-1,-0,-0,0,0,1,0,1,0|-0.001,0.2,0,-1,0,-0.001,-0.001,0,-1,0,-1,0|3.5,0.499,-16.501,-0.001,-1,-0.001,0,-0.001,-1,1,0,0|0,-10,0,1,0,0,-0,-0,-1,0,1,0|0,8.499,-0.001,1,0,0,-0.001,-0.001,-1,0,1,0|-129.743,139.26,87.905|-123.754,34.754,87.916|-90,-90.02,0|5,5,9|-135.753,34.755,87.914|-90,89.98,0|-2,-0.002,-1.501,-0.001,-1.001,0,1,-0.001,-0.001,0,0,1|5.999,-6.504,-0.001,-0.001,1,0,-0.001,-0.001,1,1,0,0|3.499,0,-0.004,-0.001,0,-1.001,-1.001,-0.001,0,-0.001,1,0|-129.752,34.754,81.915|-90,-0.01,0|-129.755,34.755,93.915|0,3.499,-0.004,1,-0.001,-0.001,-0.001,-0.001,-1.001,-0.001,1,-0.001|1.499,0,1.999,-0.001,0,-1.001,-1,-0.001,0,-0.001,1,0|0,-6.504,-6,1,0,-0.001,-0.001,0,1,0,-1.001,0|-147.739,34.756,93.899|-90,180,0|-2,0,-1.501,-0.001,-1,-0.001,1,-0.001,-0.001,0,-0.001,1|1.499,0,2.001,-0.001,0,-1,-1,-0.001,0,-0.001,1,0|-0.016,-6.506,-5.988,1,-0.001,0,-0.001,-0.001,1,-0.001,-1,-0.001|-153.739,34.755,87.9|-90,90,0|5.985,-6.506,0.01,0,1,0,0,-0.001,1,1,-0.001,-0.001|-147.739,34.756,81.9|-0.014,-6.504,6.011,-1,0,0,0,0,1,0,1,-0.001|-2,0,-1.5,0,-1,-'
  153. ..'0.001,1,0,-0.001,0,-0.001,1|1.5,0,2,0,0,-1,-1,0,-0.001,0,1,0|-141.739,34.756,87.9|-90,-90,0|-0.015,0.486,-4.004,0,-1,0,0,-0.001,-1,1,0,0|-2,0,-1.499,0,-1,0,1,0,-0.001,0,0,1|-3.515,-0.013,-0.004,-0.001,0,1,1,0,0,-0.001,1,-0.001|1.499,-0.001,2,-0.001,-0.001,-1,-1,-0.001,0,-0.001,1,-0.001|-6.015,-6.504,0.012,-0.001,-1,0,-0.001,0,1,-1,0,-0.001|-159.754,34.757,87.909|-6,-6.504,0,0,-1,0,0,0,1,-1,-0.001,0|-3.5,-0.001,-0.004,0,0,1,1,-0.001,-0.001,0,1,-0.001|-165.753,34.757,81.909|0,-6.505,5.999,-1,-0.001,0,0,-0.001,1,-0.001,1,0|1.499,0,2,0,0,-1,-1,0,-0.001,0,1,0|-165.755,34.759,93.908|-171.753,34.758,87.907|-2,0,-1.5,-0.001,-1,0,1,-0.001,0,-0.001,0,1|5.999,-6.505,0,-0.001,1,-0.001,-0.001,0,1,1,0,0|3.499,-0.001,-0.005,-0.001,-0.001,-1,-1,-0.001,0,-0.001,1,-0.001|-129.754,34.758,87.915|5,7,9|1.5,-0.005,-4.001,-0.001,0,-1,1,0,-0.001,0,-1,-0.001|0,-3.5,0,1,0,0,-0,-0,-1,0,1,0|-0.001,-2.5,0.003,-1,-0.001,-0.001,-0.001,-0.001,1,-0.001,1,0|1.499,-0.003,-4.001,-0.001,-0.001,-1,-1,-0.001,0,-0.001,1,-0.001|0,0,-4.5,-1,-0,-0,0,1,0,-0,-0,-1|0,-1.5,0,1,0,0,-0.001,-0.001,1,0,-1,-0.001|0,2.999,1.499,1,0,0,0,-1,-0.001,0,0,-1|-147.754,34.76,87.912|1.485,-0.005,-4.011,-0.001,-0.001,-1,1,-0.001,-0.001,-0.001,-1,0|1.515,-0.003,-3.986,-0.001,0,-1,-1,-0.001,0,-0.001,1,0|3.98'
  154. ..'8,-0.004,-1.485,-0.001,-1,0,1,-0.001,-0.001,0,0,1|0,-3.001,1.499,-1,-0.001,0,0,1,-0.001,0,0,-1|0,2.999,1.499,-1,-0.001,0,0,1,-0.001,0,0,-1|-0.015,-2.512,0.003,-1,0,0,0,0,1,0,1,-0.001|0,3.5,0,-1,-0,-0,0,0,1,0,1,0|0.015,-2.488,0.004,-1,-0.001,0,0,-0.001,1,-0.001,1,0|0,-1.5,0,1,0,-0.001,-0.001,-0.001,1,-0.001,-1,0|0,-6.5,-0.001,1,-0.001,-0.001,-0.001,0,1,0,-1,-0.001|4.012,-0.005,-1.515,-0.001,1,0,-1,-0.001,0,0,-0.001,1|-165.754,34.762,87.909|0,-2.5,0.003,-1,0,-0.001,-0.001,-0.001,1,0,1,0|-0.001,-6.501,0,1,0,0,-0.001,0,1,0,-1,0|-0.001,-2.5,0.003,-1,-0.001,-0.001,-0.001,0,1,-0.001,1,-0.001|1.5,-0.003,-4.001,-0.001,-0.001,-1,-1,-0.001,0,-0.001,1,-0.001|4,-0.004,-1.5,-0.001,-1,-0.001,1,-0.001,-0.001,0,-0.001,1|1.499,-0.004,-4,-0.001,0,-1,1,-0.001,-0.001,-0.001,-1,-0.001|-0.001,-1.5,0,1,-0.001,0,-0.001,0,1,-0.001,-1,0|7,5,9|4.015,-0.004,-1.486,-1,-0.001,0,0,-1,-0.001,0,-0.001,1|-0.001,-3.001,1.5,0,1,0,1,-0.001,0,0,0,-1|3.985,-0.004,-1.512,-1,0,0,-0.001,-1,0,0,0,1|-0.001,-1.5,0,1,-0.001,0,-0.001,-0.001,1,-0.001,-1,-0.001|0,-6.501,-0.001,1,0,0,-0.001,0,1,0,-1,0|1.511,-0.004,-4.014,-0.001,-0.001,-1,-0.001,-1,0,-1,0,0|3.5,0,0,0,0,1,0,1,0,-1,-0,-0|-0.012,-2.485,0.005,-0.001,-1,0,0,0,1,-1.001,0,0|1.487,-0.004,-3.985,-0.001,0,-1,0,-1,-0.001,-1,-0.001,0|1.5,-0'
  155. ..'.004,-4,0,-0.001,-1.001,-0.001,-1,0,-1.001,0,-0.001|4,-0.005,-1.501,-1.001,0,-0.001,-0.001,-1,-0.001,-0.001,-0.001,1|-3.5,0,0,-0,-0,-1,0,1,0,1,0,0|0,-2.501,0.003,0,1,-0.001,0,0,1,1,-0.001,-0.001|3.999,-0.003,-1.501,-1.001,-0.001,-0.001,0,-1,-0.001,-0.001,-0.001,1|0,-1.5,-0.001,1,0,-0.001,-0.001,-0.001,1,0,-1.001,0|0,-6.5,-0.001,1,-0.001,-0.001,-0.001,0,1,-0.001,-1.001,-0.001|-0.001,3,1.5,0,-1.001,0,-1.001,-0.001,0,0,0,-1|0,3,1.499,0,1,-0.001,1,0,-0.001,0,0,-1|-129.742,149.459,87.905|1,100,1|-0.001,9.998,0,-1.001,-0.001,0,-0.001,-0.001,-1.001,0,-1.001,0|-165.743,149.463,87.898|-125.753,34.754,83.915|0,89.98,-179.991|3,9,3|-2.501,-4.001,-0.004,-0.001,-0.001,1,-1,-0.001,-0.001,0,-1,-0.001|-2.5,-2.001,-0.001,-0.001,-0.001,1,-1,0,-0.001,-0.001,-1,-0.001|0,-4.5,0,1,0,0,-0,-0,-1,0,1,0|-4.001,-6.504,3.999,0,-1,0,-0.001,0,1,-1,-0.001,-0.001|2.499,-2,0,0,0,-1,1,0,0,0,-1,-0.001|-125.755,34.755,91.916|2.5,-2.001,0,-0.001,-0.001,-1,1,0,-0.001,0,-1,0|-133.754,34.756,91.914|0,-90.02,-179.991|2.499,3.999,-0.004,0,-0.001,-1,1,0,0,0,-1,0|3.999,2.499,-0.004,-1,-0.001,-0.001,0,0,-1,0,-1,-0.001|2.499,-2,0,0,-0.001,-1.001,1,-0.001,0,-0.001,-1,0|3.999,-6.504,-4,-0.001,1,0,-0.001,-0.001,1,1,0,0|-2.5,-2.001,0,-0.001,-0.001,1,-1.001,-0.001,-0.001,0,-1,0|-133.753,34.753,'
  156. ..'83.914|0.009,179.99,-180|-2.501,-2,-0.002,0,0,1,-1,-0.001,0,0,-1,0|-151.739,34.756,83.9|0,180,179.99|3.986,-6.505,4.009,-1,0,0,0,0,1,0,1,-0.001|2.499,-2,0,-0.001,0,-1,1,-0.001,-0.001,-0.001,-1,-0.001|-169.753,34.758,83.908|0,179.99,-180|4,-6.504,3.999,-1,-0.001,0,0,0,1,-0.001,1,-0.001|3.999,-2.5,-0.004,1,-0.001,0,-0.001,-0.001,1,-0.001,-1,-0.001|-143.74,34.756,83.9|0,90,-179.991|-161.753,34.758,83.909|0.009,89.98,-180|-4.001,-6.504,3.999,0,-1.001,-0.001,-0.001,-0.001,1,-1,-0.001,-0.001|-2.5,-2.001,0,-0.001,-0.001,1,-1.001,-0.001,-0.001,0,-1,-0.001|2.5,-1.999,0,0,-0.001,-1.001,1,0,0,0,-1,0|-2.5,-4.001,-0.004,-0.001,0,1,-1,-0.001,-0.001,0,-1,0|-4,-2.501,-0.004,1,0,0,-0.001,-0.001,1,0,-1,-0.001|-151.739,34.756,91.899|0,-90,179.99|3.985,-6.505,-3.99,0,1,0,0,-0.001,1,1,-0.001,-0.001|-2.5,-2,0,-0.001,0,1,-1,-0.001,-0.001,0,-1,0|-169.755,34.758,91.908|0,-90.02,180|4,-6.505,-4.002,-0.001,1,0,0,-0.001,1,1,0,-0.001|2.499,-1.999,-0.001,0,-0.001,-1,1,-0.001,0,-0.001,-1,0|3.999,2.5,-0.004,-1,-0.001,-0.001,0,-0.001,-1,0,-1,0|-2.501,-2,0,-0.001,0,1,-1.001,-0.001,-0.001,0,-1.001,0|-143.739,34.756,91.898|0.009,0,-180|-4.015,-6.504,-3.987,1,-0.001,0,-0.001,-0.001,1,-0.001,-1,-0.001|-161.754,34.758,91.91|-4,-6.504,-4.002,1,0,0,-0.001,-0.001,1,0,-1,-0.001|2.501,-2'
  157. ..',0,-0.001,-0.001,-1,1,0,-0.001,0,-1,0|-2.501,-2,-0.001,0,-0.001,1,-1,-0.001,0,0,-1,-0.001|-4.001,2.5,-0.004,-1,-0.001,-0.001,0,-0.001,-1,0,-1,0|1,1,0|-129.755,28.758,87.915|1,0.964,0.482|-0.001,0.5,0,-1,-0.001,0,-0.001,0,-1,0,-1,-0.001|0,0.499,0,-1,0,-0.001,0,0,-1,-0.001,-1,-0.001|-0.001,0.5,-0.001,-1,0,0,-0.001,-0.001,-1,-0.001,-1,0|-129.739,27.254,83.4|90,-180,0|5,2,6|0,0,3,1,0,0,0,1,0,0,0,1|4.501,0.499,18,-0.001,1,-0.001,-0.001,-0.001,-1,-1,-0.001,0|-129.754,28.758,84.915|-0.001,0,2.5,1,-0.001,-0.001,-0.001,-1,0,-0.001,-0.001,-1|0,-3,-4.5,1,0,0,-0.001,1,0,-0.001,-0.001,1|0.014,-1.016,-1.504,1,-0.001,-0.001,0,0,1,-0.001,-1,0|-126.755,28.758,87.916|-90,89.989,0|-129.755,28.758,90.915|-0.016,-0.986,-1.506,1,0,-0.001,0,0,1,0,-1,0|-132.755,28.758,87.915|-90,-90.011,0|-144.755,28.759,87.913|-150.755,28.76,87.912|1.01,1.505,-0.486,-0.001,0,-1,1,-0.001,-0.001,-0.001,-1,-0.001|3,0,-4.5,0,-1,-0.001,1,0,0,0,0,1|-2.5,-0.001,0,0,0,1,0,-1,-0.001,1,-0.001,0|0.011,-0.985,-1.507,1,-0.001,-0.001,0,-0.001,1,-0.001,-1,-0.001|0.484,1.507,-0.989,-0.001,1,-0.001,-1,-0.001,0,0,0,1|-147.754,28.76,84.912|0.014,-1.012,-1.505,1,-0.001,-0.001,0,0,1,-0.001,-1,0|0,0,2.5,1,-0.001,-0.001,-0.001,-1,0,-0.001,-0.001,-1|0.511,1.504,-0.986,0,1,-0.001,-1,0,0,0,0,1|1.015,1.505,-0.'
  158. ..'513,0,0,-1,1,0,0,0,-1,-0.001|-147.755,28.76,90.912|0,-0.001,-2.5,-1,-0.001,0,0,-1,-0.001,0,-0.001,1|0.984,1.507,-0.489,-0.001,-0.001,-1,-1,0,0,0,1,-0.001|-165.755,28.762,90.909|0,3,-4.5,1,0,0,-0.001,1,-0.001,-0.001,0,1|0.49,1.506,-1.016,0,-1,-0.001,1,0,-0.001,0,-0.001,1|-0.001,0,-2.5,-1,-0.001,0,0,-1,-0.001,0,-0.001,1|0.984,1.506,-0.492,-0.001,-0.001,-1,-1,0,0,0,1,-0.001|-165.754,28.761,84.909|-0.001,-3,-4.5,1,0,0,-0.001,1,-0.001,-0.001,0,1|0.014,-1.009,-1.505,1,-0.001,-0.001,0,0,1,-0.001,-1,0|0,0,2.5,1,-0.001,-0.001,-0.001,-1,-0.001,-0.001,0,-1|-162.754,28.761,87.91|-0.01,-1.015,-1.506,1,0,-0.001,0,0,1,0,-1,0|-3.001,0,-4.501,0,1,0,-1,0,-0.001,-0.001,-0.001,1|2.5,0,-0.001,0,-0.001,-1,-0.001,-1,0,-1,0,-0.001|0.99,1.506,-0.516,0,0,-1,1,0,0,0,-1,-0.001|-168.754,28.762,87.909|2.999,0,-4.501,-0.001,1,0,-1,-0.001,-0.001,-0.001,-0.001,1|0.009,-0.985,-1.507,1,-0.001,-0.001,0,-0.001,1,-0.001,-1,-0.001|0.484,1.505,-0.992,0,-1,-0.001,1,0,0,-0.001,-0.001,1|-134.239,27.253,87.9|90,-90,0|0.998,-0.001,1,-0.001,-0.001,-1,-1,-0.001,0,-0.001,1,-0.001|-0.015,-0.485,-1.506,1,-0.001,-0.001,0,0,1,-0.001,-1,0|-1,0,-0.998,0,-1,-0.001,1,0,0,-0.001,-0.001,1|0.001,0.498,13.5,-1,0,-0.001,0,-0.001,-1,-0.001,-1,0|-152.239,27.254,87.9|-1.001,0,-1,0,-1,-0.001,1,0,0,-0.001,-0.'
  159. ..'001,1|0.999,-0.001,0.999,0,-0.001,-1,-1,0,-0.001,0,1,-0.001|0,0.497,-4.5,-1,0,-0.001,0,-0.001,-1,-0.001,-1,0|-170.239,27.255,87.899|-125.24,27.253,87.902|90,90,0|0.014,-0.516,-1.505,1,0,-0.001,0,-0.001,1,0,-1,-0.001|-0.001,0.5,22.5,1,-0.001,-0.001,-0.001,0,-1,0,1,0|-143.24,27.254,87.899|-1,0,-1,0,-1,-0.001,1,0,-0.001,0,-0.001,1|1.001,-0.001,0.999,-0.001,-0.001,-1,-1,-0.001,0,-0.001,1,-0.001|-0.014,0.515,-1.505,-1,-0.001,0,-0.001,0,-1,0,-1,-0.001|0.001,0.498,4.5,1,-0.001,-0.001,-0.001,0,-1,0,1,0|-161.24,27.255,87.9|0,0.496,-13.5,1,-0.001,-0.001,-0.001,0,-1,0,1,0|-147.739,27.255,83.401|-165.739,27.257,83.4|4.499,0.497,-18,0,1,-0.001,-0.001,-0.001,-1,-1,0,0|-129.74,27.253,92.401|90,0,0|-147.739,27.254,92.401|-0.017,0.488,-1.507,-1,-0.001,0,-0.001,-0.001,-1,0,-1,0|1,0,1,-0.001,0,-1,-1,0,0,0,1,0|-1.001,-0.001,-1,0,-1,0,1,0,-0.001,0,0,1|-4.5,0.497,0,0,-1,-0.001,0,0,-1,1,0,0|-165.739,27.255,92.401|-1.001,0,-1,0,-1,0,1,0,-0.001,0,0,1|-0.017,0.491,-1.507,-1,-0.001,0,-0.001,-0.001,-1,0,-1,0|0.999,-0.001,1,0,0,-1,-1,0,-0.001,0,1,0|-4.501,0.496,-18,0,-1,-0.001,0,0,-1,1,0,0|-147.755,28.76,87.912|1.011,1.504,-3.486,0,0,-1,-0.001,-1,-0.001,-1,0,-0.001|-0.001,-0.5,0,1,0,0,-0.001,0,1,0,-1,0|0.984,1.506,-3.489,0,-0.001,-1,-0.001,-1,0,-1,0,-0.001|-165.754,28.761,'
  160. ..'87.909|-0.001,0,-4.501,-1,-0.001,0,0,-1,-0.001,0,-0.001,1|-0.001,-0.501,-0.001,1,-0.001,-0.001,0,0,1,-0.001,-1,0|3.484,1.505,-0.991,-1,-0.001,-0.001,0,-1,0,-0.001,0,1|-133.239,27.253,84.402|2,6,2|1,0,0,0,0,1,0,1,0,-1,-0,-0|-3.485,1.504,2.513,1,-0.001,0,-0.001,-1,0,0,-0.001,-1|2.499,-1.002,0,-0.001,-0.001,-1,1,0,-0.001,0,-1,0|2.484,-0.514,-1.505,0,0,-1,-1,0,-0.001,0,1,0|-2.514,-0.485,-1.505,-0.001,0,1,1,-0.001,0,0,1,-0.001|0,-3,0,1,0,0,-0,-0,-1,0,1,0|3.499,0.498,14.5,-1,0,-0.001,0,-0.001,-1,-0.001,-1,0|-151.239,27.255,84.401|0,-90,-0.01|2.5,-1,0,0,0,-1,1,-0.001,0,-0.001,-1,-0.001|-169.239,27.256,84.4|2.485,-0.51,-1.506,0,0,-1,-1,0,-0.001,0,1,0|2.509,0.485,-1.506,0,-0.001,-1,-1,0,-0.001,0,1,-0.001|-2.5,-1,-0.001,-0.001,0,1,-1,0,-0.001,-0.001,-1,0|-3.486,1.505,2.509,1,-0.001,0,-0.001,-1,0,0,-0.001,-1|3.5,0.496,-21.5,-1,-0.001,0,-0.001,-0.001,-1,0,-1,0|-169.239,27.256,91.4|0.009,0,0|2.5,-1.001,-0.001,0,0,-1,1,-0.001,0,-0.001,-1,-0.001|-151.239,27.253,91.4|-133.24,27.253,91.398|-2.485,1.505,-3.483,-0.001,-0.001,1,-0.001,-1,-0.001,1,-0.001,0|-2.485,-0.483,-1.506,-0.001,-0.001,1,1,-0.001,0,0,1,0|2.483,-0.485,-1.506,0,0,-1,-1,-0.001,-0.001,-0.001,1,0|-2.501,-1.003,-0.001,0,0,1,-1,0,0,-0.001,-1,0|-3.497,0.499,14.5,0,-1,0,0,-0.001,-1,1,0,0|-162.24,27.255'
  161. ..',91.4|0,90,0.009|-2.501,-1,0,-0.001,-0.001,1,-1,-0.001,-0.001,0,-1,-0.001|-3.5,0.496,-14.5,1,-0.001,0,0,0,-1,0,1,0|-144.24,27.254,91.4|-2.516,0.487,-1.506,-0.001,0,1,1,0,0,-0.001,1,-0.001|2.515,1.505,-3.488,0,-0.001,-1,0,-1,0,-1,-0.001,-0.001|2.487,0.515,-1.506,0,0,-1,-1,-0.001,-0.001,-0.001,1,0|-3.499,0.498,3.5,1,-0.001,0,0,0,-1,0,1,0|-126.24,27.253,91.4|2.515,1.504,-3.485,0,-0.001,-1.001,0,-1.001,0,-1.001,-0.001,-0.001|-2.485,-0.516,-1.505,-0.001,-0.001,1,1,0,0,-0.001,1,0|2.515,-0.485,-1.505,0,-0.001,-1,-1,-0.001,-0.001,-0.001,1,-0.001|2.499,-1.001,0,-0.001,0,-1,1,0,-0.001,0,-1,-0.001|-2.499,-1.001,0,-0.001,-0.001,1,-1,0,-0.001,-0.001,-1,-0.001|-3.498,0.5,21.499,1,-0.001,0,0,0,-1,0,1,0|-126.239,27.253,84.4|-0.01,180,0.009|-2.501,-1.001,0,0,-0.001,1,-1,-0.001,0,0,-1,-0.001|-2.515,-0.516,-1.504,-0.001,-0.001,1,1,0,0,-0.001,1,0|2.516,-0.516,-1.505,0,-0.001,-1,-1,-0.001,-0.001,-0.001,1,-0.001|2.501,-1,0,0,-0.001,-1,1,0,0,0,-1,0|3.502,0.499,21.499,-0.001,1,0,0,0,-1,-1,-0.001,-0.001|-144.239,27.254,84.4|-0.01,-180,0.009|-2.5,-1,0,-0.001,-0.001,1,-1,-0.001,-0.001,0,-1,-0.001|-2.513,0.515,-1.506,-0.001,0,1,1,0,0,-0.001,1,-0.001|3.501,0.497,3.499,-0.001,1,0,0,0,-1,-1,-0.001,-0.001|-162.239,27.256,84.401|0,-180,0.009|-2.515,-0.509,-1.505,-0.001,-0.001,'
  162. ..'1,1,0,0,-0.001,1,0|2.508,-0.515,-1.506,0,-0.001,-1,-1,-0.001,-0.001,-0.001,1,-0.001|2.498,-1,-0.001,0,-0.001,-1,1,0,0,0,-1,0|-2.5,-1.001,0,-0.001,-0.001,1,-1,-0.001,-0.001,0,-1,-0.001|3.499,0.497,-14.501,-0.001,1,0,-0.001,0,-1,-1,-0.001,0|-129.755,26.758,87.915|1.6,1,1.6|-0.001,1.5,0,-1.001,0,0,0,-0.001,-1.001,0,-1.001,-0.001|-147.755,26.759,87.912|0,1.5,0,-1,-0.001,0,-0.001,0,-1,0,-1,-0.001|-165.755,26.761,87.909|-0.001,1.5,0,-1,-0.001,0,-0.001,-0.001,-1,0,-1,0|-147.74,23.756,87.901|0.009,90,0|9,1,51|Decouple LaunchPad|0,-4.501,2.998,-0.001,-1,-0.001,-1,0,-0.001,0,0,-1|3.499,-2.998,-3.499,-0.001,1,0,0,-0.001,1,1,0,-0.001|3.5,-2.999,-3.5,1,0,-0.001,0,-0.001,1,0,-1,-0.001|-18.001,-4.501,2.99,-0.001,0.999,0,1,0,0,0,0,-1|0,-22.5,2.998,1,-0.001,0,-0.001,-1,-0.001,0,0,-1|21.499,-2.999,-3.499,-0.001,1,0,0,-0.001,1,1,0,-0.001|816|-147.74,22.756,87.901|69,21,1|-26.501,5.999,-7,-1,-0.001,0,0,-0.001,-1.001,-0.001,-1,-0.001|31.5,-6.001,10,-1,0,0,-0.001,-0.001,1,-0.001,1,-0.001|8.5,5.999,-26.001,0,1,0,0,-0.001,-1.001,-1,-0.001,0|32.499,-5.497,-9.008,0.999,-0.001,0,-0.001,0,1,-0.001,-1,0|0,-10.5,0,1,0,0,-0,-0,-1,0,1,0|6.025,-1.001,4.499,0.005,-1,0.002,-0.001,0.002,0.999,-1,-0.006,-0.001|0.501,-0.525,-10.001,-0.001,-0.003,-1,-0.006,0.999,-0.003,0.999,0.005,-'
  163. ..'0.001|-0.502,-0.525,10.999,0,0.002,0.999,-0.006,0.999,-0.003,-1,-0.006,0|-10.006,25.992,6.021,0,-1,0,-1,-0.001,0,-0.001,-0.001,-1.001|0,6,10,1,-0.001,-0.001,-0.001,-0.001,-1,0,1,-0.001|6.026,-1,22.499,0.005,-1,0.002,-0.001,0.002,0.999,-1,-0.006,-0.001|8.998,-5.495,-32.5,-0.001,1,-0.001,-0.001,0,1,0.999,0,0|9.999,26.005,5.978,-0.001,1,-0.001,1,0,-0.001,-0.001,-0.001,-1|26.499,6,-7.001,-1,0,-0.001,0,0,-1,-0.001,-1,-0.001|0,0.199,-0.001,0,1,0,0,-0.001,-1.001,-1,-0.001,0|-8.501,5.5,-22.001,0,1,0,0,-0.001,-1.001,-1,-0.001,0|31.499,2.999,0,-1,-0.001,0,0,-0.001,-1.001,-0.001,-1,-0.001|-0.001,0.199,17.999,0,1,0,0,-0.001,-1.001,-1,-0.001,0|-10.5,-6.001,10.499,-1,0,0,-0.001,-0.001,1,-0.001,1,-0.001|0,10.5,0,-1,-0,-0,0,0,1,0,1,0|-9.5,3.499,-1.001,-1,-0.001,0,-0.001,-1.001,-0.001,-0.001,0,1|0,5.5,-10.001,1,-0.001,0,0,-0.001,-1,0,1,-0.001|0,0.999,-10,1,-0.001,0,0,-0.001,-1,0,1,-0.001|6.023,-1.001,-13.501,0.005,-1,0.002,-0.001,0.002,0.999,-1,-0.006,-0.001|0,0.999,-0.501,-1,0,-0.001,-0.001,-1,0,-0.001,0,1|31,-3.003,9.002,0.999,0,0,-0.001,0,1,0,-1,0|28.5,-5.498,8.999,-1,0,-0.001,-0.001,0,0.999,0,1,-0.001|10.5,-6.001,10.5,-1,-0.001,0,0,0,1,-0.001,1,-0.001|0,-0.5,-0.001,0,-1,-0.001,-0.001,0,1,-1,0,0|-8.501,5.5,22,0,1,-0.001,0,-0.001,-1,-1,0,-0.001|-28.5,-5.5,9.0'
  164. ..'03,-1,0,-0.001,-0.001,0,0.999,0,1,-0.001|35.5,-2.989,-8.999,-1,-0.001,-0.001,-0.001,0,1,-0.001,1,-0.001|25.499,-5.498,9.501,0.999,0,0,-0.001,0,1,0,-1,0|34.5,0,0,0,0,1,0,1,0,-1,-0,-0|-1.5,-9.001,0,0,0,1,-0.001,1,0,-1.001,0,-0.001|-31.501,2.999,-0.001,-1,-0.001,0,0,-0.001,-1.001,-0.001,-1,-0.001|-147.739,29.257,77.901|0,0,179.99|53,12,1|-0.477,-0.986,-13.535,-0.006,0.999,0.002,0,-0.003,0.999,0.999,0.005,-0.001|0.486,5.975,-9.968,0,0.002,-1,0.005,-1,-0.003,-1,-0.006,-0.001|0,-2,1,1,-0.001,-0.001,-0.001,-1.001,-0.001,-0.001,0,-1|-0.476,-0.985,4.465,-0.006,0.999,0.002,0,-0.003,0.999,0.999,0.005,-0.001|-0.487,5.975,10.967,-0.001,-0.003,0.999,0.005,-1,-0.003,0.999,0.005,0|-147.74,24.256,97.901|45,2,1|-179.24,16.261,77.899|6,12,1|0,-6,0,1,0,0,-0,-0,-1,0,1,0|31.499,-10,-0.501,1,0,-0.001,0,1,0,-0.001,0,1|0,6,0,-1,-0,-0,0,0,1,0,1,0|31,-1.001,-0.5,-1,0,0,0,-1,0,-0.001,-0.001,1|-3,0,0,-0,-0,-1,0,1,0,1,0,0|0,-2.497,-0.017,1,-0.001,-0.001,0,-0.001,1,-0.001,-1.001,-0.001|-173.744,16.277,77.899|1,5,12|-116.24,16.252,77.902|-117.741,16.251,97.902|15,12,1|-30.501,-21,-0.5,-1,0,0,0,-1,0,-0.001,-0.001,1|-30.001,10,-0.5,1,0,-0.001,0,1,0,-0.001,0,1|5.999,1,-0.5,1,0,-0.001,0,1,0,-0.001,0,1|-177.741,16.26,97.899|29.999,10,-0.501,1,0,-0.001,0,1,-0.001,-0.001,-0.001,1|29'
  165. ..'.5,-21.001,-0.5,-1,0,0,0,-1,-0.001,-0.001,0,1|-6.001,1,-0.5,1,0,-0.001,0,1,-0.001,-0.001,-0.001,1|-121.746,16.234,77.9|3.005,0.018,-0.002,-0.001,0,-1,0,-1,-0.001,-1,-0.001,0|-147.738,36.756,97.902|57,3,1|1,0,-28.001,-0.001,-0.001,-1,-0.001,1,-0.001,1,0,-0.001|-0.001,0.3,-0.501,1,0,-0.001,-0.001,1,0,0,-0.001,1|-175.738,34.76,87.899|1,7,15|-1.001,-5.5,-7,0,-0.001,1,0,1,0,-1,0,0|0,0,-7.5,-1,-0,-0,0,1,0,-0,-0,-1|0.492,5.982,1.498,0.999,0,-0.001,0,-1.001,-0.001,-0.001,0,-1|0,2.5,2.001,1,0,0,0,-1,0,0,-0.001,-1|-170.206,28.909,76.414|0.31,90,-89.861|13,2,4|6.999,0.694,0.682,-1.001,0,0,-0.001,-0.448,0.894,0,0.894,0.447|-165.739,24.759,76.4|5,5,2|17.999,-10.5,1.999,1,0,0,0,-0.001,1,-0.001,-1.001,0|-4.112,0.004,2.01,0.002,-1,0.005,-1,-0.003,0,-0.001,-0.006,-1|18,4.499,-0.5,1,0,0,0,1,-0.001,0,-0.001,1|0,-4,-0.001,-1,-0.001,-0.001,-0.001,0,1,-0.001,1,-0.001|-161.206,28.86,76.415|-0.32,-90,89.849|13.467,-10.486,6.098,-0.006,0.999,0,0.002,-0.001,0.999,0.999,0.005,-0.003|6.999,0.693,-0.685,1,-0.001,-0.001,0,-0.448,0.894,-0.001,-0.895,-0.448|-165.738,31.26,76.401|0.009,0,-0.01|5,8,2|2.388,0.02,2.045,-0.003,0.999,0.005,0.999,0.002,0,0,0.005,-1|17.999,-2.001,-0.5,-1,-0.001,-0.001,0,-1,0,-0.001,0,1|-152.206,28.809,76.415|-147.738,31.257,76.401|2.485,0.02,2.046,-0'
  166. ..'.003,0.999,0.005,0.999,0.002,0,0,0.005,-1|-143.206,28.759,76.416|-0.32,-90.011,89.86|-4.533,-10.486,6,-0.006,0.999,0,0.002,-0.001,0.999,0.999,0.005,-0.003|6.999,0.693,-0.685,1,-0.001,-0.001,-0.001,-0.448,0.894,-0.001,-0.895,-0.448|-147.739,24.757,76.401|-0.001,-10.5,1.999,1,0,0,0,0,1,-0.001,-1,-0.001|0,4.5,-0.501,1,0,0,0,1,0,0,0,1|0,-4,0,-1,0,0,0,0,1,0,1,-0.001|-4.014,0.004,2.011,0.002,-1,0.005,-1,-0.003,0,-0.001,-0.006,-1|-125.214,28.684,76.413|-0.24,-90.011,89.889|-22.525,-10.49,5.927,-0.005,0.999,0,0.001,-0.001,0.999,0.999,0.004,-0.002|-22.525,0.572,-0.49,-0.005,0.999,0,-1,-0.005,0.001,0.001,-0.001,0.999|-129.738,31.254,76.402|-18,-1.999,-0.501,-1,0,0,-0.001,-1,0,0,0,1|2.561,0.015,2.034,-0.002,0.999,0.004,0.999,0.001,0,0,0.004,-1|-134.206,28.709,76.416|-129.739,24.754,76.402|-18.001,-10.5,1.999,1,0,0,0,-0.001,1,-0.001,-1.001,0|-18,4.5,-0.5,1,-0.001,-0.001,0,1,0,0,-0.001,1|-0.001,-4,0,-1,0,0,0,0,1,0,1,-0.001|-3.938,0.003,2.008,0.001,-1,0.004,-1,-0.002,0,-0.001,-0.005,-1|-119.235,28.735,78.903|0.019,-0.01,-0.051|4,11,3|-0.504,6.017,-7.5,-1,-0.001,0,0,-1,0,0,0,1|-7.499,-3.518,1.995,0,0,1,-0.001,1,-0.001,-1,-0.001,0|-1.997,1.017,7.499,0.999,0,-0.001,0,-1.001,0,-0.001,-0.001,-1|-26.505,0.516,1,0,-0.001,0.999,0,-1,-0.001,1,0,-0.001|-0.5,0.515,0.50'
  167. ..'4,1,0,-0.001,0,-1,-0.001,-0.001,0,-1|2.003,0.517,0.499,0.999,0,-0.001,0,-1,0,-0.001,-0.001,-1|1.999,-0.002,-0.001,0,-0.001,-1,0,1,-0.001,1,-0.001,0|-116.737,26.23,96.905|-0.02,180,0.05|5,6,3|-0.498,0.02,-7.503,-1,0,-0.001,-0.001,-1,-0.001,-0.001,-0.001,1|-3.001,-2.497,0.495,0,-0.001,1,0,1,0,-1,0,0|-178.737,26.279,96.903|-0.02,-180,0.05|-0.497,3.48,-7.503,-1,0,-0.001,-0.001,-1,-0.001,-0.001,-0.001,1|0.503,-0.02,-7.503,-1,0,-0.001,-0.001,-1,-0.001,-0.001,-0.001,1|2,0.005,0.003,0,-0.001,-1,-0.001,1,-0.001,1,0,0|-176.235,28.779,78.899|26.495,0.483,0.999,-0.001,-0.001,-1,-0.001,-1.001,0,-1,0,0|-1.997,0.482,0.5,0.999,0,-0.001,0,-1.001,0,-0.001,-0.001,-1|7.5,-3.482,2.005,-0.001,-0.001,-1,-0.001,0.999,-0.001,0.999,0,-0.001|-0.005,0.005,-2.001,1,0,-0.001,-0.001,1,0,0,-0.001,1|-115.235,28.734,78.904|-0.02,179.99,0.039|1.003,-2.482,7.498,0.999,0,-0.001,0,-1,0,-0.001,-0.001,-1|-112.237,26.222,96.907|0.059,90.01,0.019|3,6,4|0,0,-2,-1,-0,-0,0,1,0,-0,-0,-1|-2.501,-0.004,-0.003,-0.001,-0.001,0.999,-0.001,1,0,-1.001,-0.001,-0.001|-180.236,28.776,78.903|-0.04,-90,-0.01|3,11,4|-183.237,26.277,96.9|0.009,0,-0.06|4,6,3|-124.885,35.682,76.352|0.25,63.419,-90.011|5,0.4,4|0,4,-1,-0.001,-1.001,-0.001,1,0,-0.001,-0.001,0,1|6.999,-0.105,-0.211,-1,0,-0.001,-0.001,-0.448,-'
  168. ..'0.895,-0.001,-0.895,0.447|-134.469,35.71,76.36|0.209,116.559,-89.74|0,3.999,-1.001,-0.001,-1.001,0,1,0,0,0,-0.001,1|-7,-0.106,-0.212,1,-0.001,-0.001,0,0.447,-0.895,0,0.894,0.447|-152.469,35.811,76.359|0,4,-1,-0.001,-1.001,0,1,0,0,0,-0.001,1|-170.469,35.911,76.358|-142.867,35.757,76.359|0.34,63.419,-90.011|-160.867,35.857,76.359|0.33,63.43,-90.011|-0.001,3.999,-1,-0.001,-1,0,1,-0.001,0,-0.001,0,1|-125.406,39.682,77.432|-0.01,-26.58,179.75|4,9,2|0,-0.5,2,-1.001,-0.001,-0.001,-0.001,1,-0.001,0,-0.001,-1.001|-0.001,-0.5,1.998,1,0,0,0,-1.001,0,0,-0.001,-1.001|-133.911,39.705,77.443|0.259,26.559,179.789|-143.382,39.757,77.442|-0.01,-26.58,179.66|-0.001,-0.5,1.999,1,0,-0.001,0,-1,0,-0.001,-0.001,-1.001|-4,-0.201,0,-0.001,1,-0.001,0,-0.001,0.999,1,-0.001,0|0,-0.501,2,-1.001,-0.001,0,-0.001,0.999,-0.001,-0.001,-0.001,-1.001|-151.911,39.805,77.442|0,-0.499,2,1,0,-0.001,0,-1.001,-0.001,-0.001,0,-1.001|-0.001,-0.501,2,-1.001,0,0,0,1,0,-0.001,0,-1.001|-169.911,39.905,77.441|-0.001,-0.501,2,-1.001,0,0,0,1,0,-0.001,0,-1|-4,-0.2,0,0,1,-0.001,0,-0.001,1,1,0,0|-161.382,39.858,77.441|-0.01,-26.57,179.669|-0.001,-0.5,1.999,1,0,0,0,-1,-0.001,0,0,-1|-125.158,46.181,76.996|90,153.44,0|4,1,4|-134.101,46.207,77.012|90,-153.441,0|-0.001,-4.501,-0.5,1,0,-0.001,0,0,1,0,-1'
  169. ..',0|-0.001,-0.5,-0.001,-1,-0.001,0,0,0,1,-0.001,1,-0.001|-143.124,46.257,77.011|90,153.429,0|-0.001,-0.5,0.001,-1,-0.001,0,0,-0.001,1,-0.001,1,0|-152.101,46.307,77.011|-161.124,46.357,77.01|-170.101,46.408,77.01|-0.001,-4.501,-0.5,1,0,-0.001,0,0,0.999,0,-1.001,0|-0.001,-0.501,-0.001,-1.001,-0.001,0,0,0,1,-0.001,0.999,-0.001|-169.653,46.404,77.904|90,26.559,0|-161.572,46.359,77.904|90,-26.58,0|0,-4.501,0.5,-1,0,0,0,-0.001,1,0,1,0|-0.001,-0.5,-0.001,-1,0,-0.001,-0.001,-0.001,1,0,1,0|-151.653,46.303,77.906|-143.571,46.258,77.904|-133.654,46.203,77.906|-0.001,-4.501,0.5,-1,0,-0.001,-0.001,-0.001,1,0,1,0|-125.605,46.183,77.89|-0.001,-0.5,-0.003,-1,0,-0.001,-0.001,-0.001,1,0,1,0|-157.24,26.257,99.401|4,8,2|0.499,-0.501,-0.5,-1,0,-0.001,-0.001,-0.001,1,0,1,0|9.5,2.5,0.5,-1,-0.001,0,-0.001,1,0,-0.001,0,-1|-5.501,4,1.5,-0.001,0,1,-0.001,-1,0,1,-0.001,0|9.499,-2.001,0.5,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|0.498,0.509,-1.501,-0.001,-0.001,-1.001,-0.001,-1,0,-1,0,0|-138.24,26.254,99.401|-0.001,-1,0.999,0,1,0,1,-0.001,-0.001,-0.001,0,-1|-9.5,2.499,0.5,-1,0,-0.001,-0.001,1,-0.001,-0.001,0,-1|-9.501,3.499,1.499,1,0,0,0,-1,0,0,-0.001,-1|-9.501,10.5,3.499,-1,0,-0.001,-0.001,-0.001,-1,0,-1.001,-0.001|-9.5,-2.001,0.5,-1,0,-0.001,-0.001,1,0,-0.001,-0.001,-'
  170. ..'1|-0.001,-1,1,-0.001,1,-0.001,0,0,1,1,0,-0.001|-158.239,31.256,99.401|90,-89.99,0|2,2,2|-0.002,0,0.999,1,0,-0.001,0,-1,0,-0.001,-0.001,-1|10.499,-2.5,0.5,-0.001,1,0,1,0,0,0,0,-1|0.999,-4,0,-0.001,1,-0.001,-0.001,0,1,1,0,0|-156.239,31.256,99.402|8.5,-2.499,0.501,1,0,0,0,-1,-0.001,0,0,-1|-1,-3.999,0.001,-0.001,1,-0.001,0,0,1,1,0,-0.001|-137.239,31.254,99.402|-10.5,-2.5,0.499,1,0,0,0,-1,-0.001,0,0,-1|-0.001,-1.001,-0.001,1,0,0,-0.001,-0.001,1,0,-1,-0.001|-139.239,31.254,99.402|-8.5,-2.5,0.5,-0.001,1,-0.001,1,0,0,0,-0.001,-1|-137.24,16.255,77.401|2,12,2|-158.24,16.258,77.4|-136.739,23.245,76.901|-0.101,-90,-0.051|-11.001,6.011,-0.501,-1,-0.002,-0.001,0.001,-1,0,-0.001,0,0.999|-0.5,-5.99,-0.501,-0.001,0.999,0.001,0,-0.002,0.999,0.999,0,-0.001|-137.738,23.245,76.901|0.119,90,0.05|-10.002,-10.501,0.489,-1,-0.002,-0.001,-0.001,0,0.999,-0.002,1,-0.001|-10.002,6.011,-0.501,-1,-0.002,-0.001,0.001,-1,0,-0.001,0,0.999|0,-0.002,0.499,-1,0,-0.001,0,1,-0.001,0,-0.001,-1|0.5,-5.99,-0.501,0,-1,0.001,-0.001,0.001,0.999,-1,-0.001,-0.001|-158.737,23.34,76.901|0.3,90,0.129|0,0,0.499,-1,0,-0.001,0,1,0,0,0,-1|-157.737,23.334,76.901|-0.301,-90,-0.13|-119.738,34.752,87.903|0,0,7.5,1,0,0,0,1,0,0,0,1|-1.001,2.001,0,0,-0.001,1,-0.001,1,0,-1,-0.001,0|-2.493,6.021,2.001,0.99'
  171. ..'9,-0.001,0,-0.001,-1,0,0,-0.001,-1|-7,-2.005,1.005,1,-0.001,-0.001,-0.001,-1,-0.001,-0.001,0,-1|1,-5.5,-7.001,-0.001,-0.001,-1,-0.001,1,-0.001,1,0,-0.001|-2.001,-0.501,6.999,0,1,-0.001,-0.001,0,1,1,-0.001,0|0,2.5,1.998,1,-0.001,0,-0.001,-1,-0.001,0,0,-1|-122.235,28.731,97.402|-0.02,-179.991,0.039|6,11,4|4.019,1.496,-0.5,-0.001,-1,-0.001,0.999,-0.001,0,-0.001,-0.001,0.999|3,0,0,0,0,1,0,1,0,-1,-0,-0|-22.505,0.019,-0.501,-0.001,-0.001,0.999,0,-1,-0.001,0.999,0,0|-22.505,-4.481,-0.501,-0.001,-0.001,0.999,0,-1,-0.001,0.999,0,0|-22.505,-1.021,1.498,0,-0.001,0.999,-0.001,0.999,0,-1,-0.001,0|-22.505,-4.981,-1.501,-0.001,-0.001,0.999,0,-1,-0.001,0.999,0,0|-173.235,28.777,97.401|-0.03,-179.991,0.05|-2.505,5.98,7.501,0.999,-0.001,0,-0.001,-1,-0.001,0,0,-1.001|3.98,-1.505,-0.502,-0.001,-1.001,-0.001,1,-0.001,0,-0.001,-0.001,1|1,-0.016,-0.496,-1.001,0,-0.001,-0.001,-1,0,-0.001,0,1|22.495,-0.016,-0.5,0,-0.001,-1,-0.001,-1.001,0,-1.001,0,-0.001|0,-5.5,0,1,0,0,-0,-0,-1,0,1,0|25.499,9.498,0.517,1,0,0,0,-1.001,-0.001,0,0,-1.001|22.495,-4.516,-0.5,0,-0.001,-1,-0.001,-1,0,-1,0,-0.001|22.495,-5.016,-1.5,0,-0.001,-1,-0.001,-1,0,-1,0,-0.001|22.494,-0.979,1.505,-0.001,-0.001,-1,0,0.999,-0.001,0.999,-0.001,-0.001|-2.5,2.503,-0.498,-0.001,-0.001,1,-0.001,1,0,-1,-0.001,-'
  172. ..'0.001|-147.74,29.753,98.903|0,-179.991,0|45,9,1|-147.74,28.756,97.901|45,11,1|-0.001,-0.998,0.501,1,0,0,0,-1.001,-0.001,0,0,-1|-125.74,28.753,96.402|0.009,90,-180|2,11,1|-22,0,-0.501,1,-0.001,-0.001,0,1,-0.001,0,0,1|-22.001,-4.501,-0.5,1,-0.001,-0.001,0,1,0,0,-0.001,1|3.003,0.019,0.999,0,-0.001,-1,0,-1,0,-1,-0.001,-0.001|-169.74,28.759,96.4|22,0,-0.501,1,0,-0.001,0,1,-0.001,0,-0.001,1|22,-4.501,-0.5,1,0,0,0,1,-0.001,-0.001,-0.001,1|-147.739,34.756,97.601|45,0.4,1|-0.001,-5.501,-0.301,-1,0,-0.001,-0.001,-0.001,1,0,1,0|-119.738,36.753,96.403|2,3,1|-175.738,36.76,96.4|28,-0.001,-0.5,1,0,0,0,1,0,0,0,1|-0.001,-2.001,7.5,-1,-0.001,-0.001,-0.001,1,0,0,0,-1|-0.5,2.499,-0.501,-1,-0.001,0,0,-1,-0.001,0,-0.001,1|-122.239,34.753,96.903|3,6,1|2.5,-0.001,7.5,-0.001,1,-0.001,1,0,0,0,-0.001,-1.001|0.5,1.5,-2.5,-1.001,0,0,0,-0.001,-1,0,-1.001,-0.001|0,3,0,-1,-0,-0,0,0,1,0,1,0|22.5,-0.7,-0.001,0,0,-1.001,-1.001,-0.001,0,0,1,-0.001|-25.5,1.499,-1,-0.001,1,0,0,-0.001,-1,-1.001,0,0|-173.239,34.76,96.9|-2.501,-0.001,7.5,-0.001,1,-0.001,1,0,0,0,-0.001,-1|-22.501,-0.701,0,-0.001,-0.001,1,1,0,0,-0.001,1,0|25.5,1.5,-1.001,-0.001,1,-0.001,0,-0.001,-1,-1,-0.001,-0.001|-120.739,32.751,94.903|0,180,-89.99|-174.739,32.76,94.899|-0.5,2,6.999,-0.001,0,1,-1,-0.001,-0.001,0,-1,0'
  173. ..'|-130.74,22.253,100.902|11,6,3|5.5,0,0,0,0,1,0,1,0,-1,-0,-0|-2.001,3.999,1.5,-0.001,0,1,0,-1,0,1,0,0|-11.501,-0.501,0.999,-0.001,-0.001,1,-0.001,1,0,-1,-0.001,-0.001|-17.001,1.499,0.5,1,0,0,0,-1,-0.001,0,0,-1|-147.74,23.756,98.901|45,3,1|0,5,0.5,-1,0,0,-0.001,1,0,-0.001,0,-1|-0.001,0.499,0.5,-1,0,-0.001,-0.001,1,0,-0.001,0,-1|0,-4.498,0.001,1,0,-0.001,0,-0.001,1,0,-1,-0.001|-17.001,1.498,1.499,1,0,0,0,-1,0,0,-0.001,-1|-147.741,22.754,101.901|-0.01,180,0|23,7,3|-9,-0.999,0.499,1,0,0,0,-1,-0.001,0,0,-1|-9.5,3.501,0.999,1,0,0,0,-1,-0.001,0,0,-1|0.995,-0.491,-11.001,0,1,0,-0.001,-0.001,1,1,-0.001,0|11.5,0,0,0,0,1,0,1,0,-1,-0,-0|-5.5,0.497,-1,0,-0.001,1,0,1,0,-1,0,0|-164.741,22.256,100.901|-0.01,-180,0|-5.5,0,0,-0,-0,-1,0,1,0,1,0,0|0.497,-0.992,0.499,0,1,0,1,-0.001,0,0,0,-1|-164.74,18.256,101.901|11,2,1|-3.498,-4.999,0,-0.001,0,1,1,0,0,-0.001,1,-0.001|-0.001,-3.001,-1.001,1,0,0,-0.001,-0.001,1,0,-1,-0.001|-169.742,13.758,101.899|0,0,-90.011|7,1,1|21.5,-25,-0.5,-0.001,-1,0,1,0,0,0,-0.001,1|5.001,0.996,-0.001,0,-1,-0.001,-0.001,0,-1.001,1,0,-0.001|-159.742,13.757,101.9|-130.741,18.253,101.901|0.009,0.009,-180|-3.501,-5,-0.001,-0.001,0,1,1,0,0,-0.001,1,-0.001|-0.001,-3,-1,1,-0.001,0,-0.001,-0.001,1,-0.001,-1,-0.001|-3.501,5,-0.001,-0.001,0,1,1,0,0,-0.0'
  174. ..'01,1,-0.001|-125.742,13.752,101.901|-135.742,13.754,101.901|-147.74,18.253,102.899|23,2,1|-0.001,-3.501,-0.999,1,-0.001,0,-0.001,-0.001,1,-0.001,-1,-0.001|-121.739,29.253,79.402|2,12,1|-26,0,0.499,-1,-0.001,0,-0.001,1,0,-0.001,0,-1|-0.5,0,0.5,-1,0,0,0,1,0,-0.001,0,-1|-173.739,29.26,79.4|25.999,-8.5,0.499,-0.001,-1,0,-1,-0.001,-0.001,-0.001,0,-1.001|0.5,-0.001,0.499,-1,0,0,0,1,0,-0.001,0,-1|1.995,0.483,0.5,-0.001,0,-1,-0.001,-1,-0.001,-1,0,0|26,0,0.5,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-174.239,29.261,80.9|0,180,-179.991|-121.239,29.253,80.902|0,-1.505,0.005,0,1,0,0,-0.001,1,1,-0.001,-0.001|-121.242,36.758,80.903|0.019,89.989,0.009|1,3,2|-174.243,36.754,80.896|-0.01,-89.99,-0.01|-0.495,-1.993,-7.004,-0.001,0,1,0,-1.001,0,1,0,0|-0.006,-5.993,0.004,0,-1.001,-0.001,0,-0.001,1,-1.001,-0.001,0|-183.74,22.761,96.899|-0.501,-3.018,0,-1,-0.001,-0.001,-0.001,0,0.999,-0.001,1,-0.001|-111.74,22.751,96.902|-34.501,9,-0.001,0,0,1,-0.001,1,0,-1.001,0,-0.001|-116.239,26.252,87.902|2,6,15|-117.239,32.252,87.902|15,4,4|-0.001,-0.5,0,0,-1,0,-0.001,0,1,-1,-0.001,-0.001|-117.239,29.752,87.903|4,1,15|-1,-3,-0.001,-1,-0.001,-0.001,-0.001,-0.001,1,-0.001,1,0|-179.239,26.261,87.9|1.497,-2.514,-0.999,0,0,-1,0,-1,-0.001,-1,-0.001,-0.001|-178.24,32.26,87.9|0,90.0'
  175. ..'1,0|-178.239,29.761,87.9|-2.005,0.98,1.5,0.999,0,-0.001,0,-1,-0.001,-0.001,0,-1|-0.001,-2,0,-0.001,1,0,-0.001,-0.001,1,1,0,0|1,-3.001,0,-1,-0.001,0,0,0,1,-0.001,1,-0.001|-148.241,9.757,76.9|160,107,1|0,53.5,0,-1,-0,-0,0,0,1,0,1,0|0,-100.001,-0.001,-1,0,-0.001,0,0,1,-0.001,1,0|0,-53.5,0,1,0,0,-0,-0,-1,0,1,0|-0.033,-40.005,45,0.001,1,-0.001,-0.001,0,0.999,0.999,-0.002,0|-64.001,-48.5,-112.001,-1,-0.001,-0.001,-0.001,-1,0,0,-0.001,1|10.999,5.999,-0.5,-1,0,0,-0.001,0,-1,-0.001,-1,-0.001|-10.001,6,-0.5,-1,0,0,-0.001,0,-1,-0.001,-1,-0.001|3.5,-22.5,-25,-0.001,0,-1.001,1,-0.001,-0.001,-0.001,-1,-0.001|-0.114,-45,39.995,0.004,0.999,-0.003,0.999,-0.005,0,0,-0.003,-1|3.499,11.5,-25,-0.001,0,-1.001,1,0,0,-0.001,-1,0|31.999,6,-1,-1,0,0,-0.001,0,-1,-0.001,-1,-0.001|-79.001,-48.5,-112,-1,-0.001,-0.001,-0.001,-1,0,0,-0.001,1|-48.501,-41,-12.5,-1,0,0,-0.001,-1,0,0,-0.001,1|3.5,-12.5,-25,-0.001,0,-1.001,1,-0.001,-0.001,-0.001,-1,-0.001|-103.242,9.643,170.402|-0.071,-90,-90.03|1,80,70|-193.239,9.765,170.401|-0.13,-179.991,-89.721|1,70,80|0,35,0,-1,-0,-0,0,0,1,0,1,0|23.198,2,-1.34,0,0.752,0.658,1,-0.001,0,0,0.658,-0.753|-158.741,21.758,99.909|Anchor LaunchPad|-156.741,21.757,99.9|-0.002,0.009,-0.501,0,-1.001,0,1,0,0,-0.001,0,1|-157.241,20.256,99.91|0,0,180|4,2,1|'
  176. ..'0.5,0.5,0.009,1,-0.001,0,0,-0.001,-1,0,1,-0.001|-0.502,-0.001,-1.501,0,-0.001,1,-0.001,-1,-0.001,1,-0.001,-0.001|9.5,-2.498,1.49,1,0,-0.001,0,-1,0,-0.001,-0.001,-1|-5.5,-2,0.99,-0.001,0,1,-0.001,-1,0,1,-0.001,0|-162.741,20.758,98.9|15,3,1|6,1,-0.501,1,-0.001,0,0,1,-0.001,-0.001,0,1|5.5,4,-0.501,1,-0.001,0,0,-0.001,-1,0,1,-0.001|-1.001,0.509,3.999,0,-1,-0.001,0,0,-1,1,0,0|15,1.5,-0.001,1,-0.001,0,0,0,-1.001,0,1,0|5.499,-0.502,-0.51,1,0,0,-0.001,1,0,-0.001,-0.001,1|-2,-1.499,1.5,1,0,0,0,-1,0,0,-0.001,-1|-148.248,9.749,215.4|20,170,1|0,-85,0,1,0,0,-0,-0,-1,0,1,0|0,-53.5,0,-1,0,-0.001,0,0,1,-0.001,1,0|10,0,0,0,0,1,0,1,0,-1,-0,-0|-0.09,44.996,35.008,-1,-0.001,-0.002,-0.001,0.999,0,0.001,0,-1|-10,0,0,-0,-0,-1,0,1,0,1,0,0|-0.26,-34.987,-45.003,0.999,-0.003,0.004,-0.005,0,0.999,-0.003,-1,0|-40.001,2.011,24.999,-0.001,0.999,0,1,0,0,0,0,-1|40,2.005,25.002,-0.001,-1,0,-1.001,0,-0.002,0.001,-0.001,-1|0,85,0,-1,-0,-0,0,0,1,0,1,0|-0.001,2.047,17.504,1,-0.001,0,-0.001,-1.001,0,0,-0.001,-1|-221.241,22.763,100.897|50,17,25|0,0,12.5,1,0,0,0,1,0,0,0,1|0,0,-45.003,1,-0.001,0,0,1,-0.001,-0.001,0,1|0,0,-12.5,-1,-0,-0,0,1,0,-0,-0,-1|73,-24.001,-0.497,-1,0,0,-0.001,-1,-0.001,0,-0.001,1|-0.501,-8.5,-3.001,-1,-0.001,0,0,0,1,-0.001,1,0|24.499,-8.5,-0.002,-1,-0.001,0,0,-0'
  177. ..'.001,1,-0.001,1,0|-221.232,80.267,100.901|48,15,90|0,-7.5,0,1,0,0,-0,-0,-1,0,1,0|-10.501,-0.201,-38,-1,0,0,0,-0.001,1,0,1,0|-221.222,155.269,100.905|48,15,60|0,0,-30,-1,-0,-0,0,1,0,-0,-0,-1|0,0,45,-1,0,-0.001,-0.001,1,0,0,0,-1.001|0,0,30,1,0,0,0,1,0,0,0,1|0,0,-25.001,1,-0.001,0,0,1,-0.001,-0.001,0,1|-24.001,1,-8.001,-0.001,1,0,0,0,-1,-1,-0.001,-0.001|-194.224,138.262,127.808|2,2,1|0,-0.001,-2.501,-1.001,0,0,-0.001,-1.001,-0.001,0,-0.001,1|-0.001,-0.501,-2.5,-1,0,-0.001,-0.001,-0.001,0.999,0,1,0|-148.234,9.766,-76.6|160,200,1|-148.227,9.774,-230.1|-0.001,100,-0.001,1,0,0,-0.001,0,-1,0,1,-0.001|0.843,0.772,0.603|-196.741,22.76,117.899|1,17,25|-198.228,122.262,125.404|2,2,224|0,0,-112,-1,-0,-0,0,1,0,-0,-0,-1|50,-48.5,-0.5,-1,0,0,0,-1,-0.001,-0.001,0,1|0,0,112,1,0,0,0,1,0,0,0,1|-23.001,8,-0.501,1,0,-0.001,0,1,-0.001,-0.001,-0.001,1|-22.501,7.5,-79.501,0,0,1,0,1,0,-1,-0.001,-0.001|5.5,0.5,-69,-0.001,0,-1,-0.001,1,-0.001,1,-0.001,0|-22.501,7.499,-63.501,0,0,1,0,1,0,-1,-0.001,-0.001|-4,0.999,16.5,1,-0.001,0,-0.001,0,-1,-0.001,1,-0.001|-0.001,-1,-68.501,-1,-0.001,0,-0.001,-0.001,1,0,1,-0.001|-22.501,7.5,0.5,0,0,1,0,1,0,-1,-0.001,-0.001|-22.501,7.5,16.5,0,0,1,0,1,0,-1,-0.001,-0.001|-22.501,7.5,-95.501,0,0,1,0,1,0,-1,-0.001,-0.001|-22.501,7.5,-47.501,0,0'
  178. ..',1,0,1,0,-1,-0.001,-0.001|-22.501,7.5,32.5,0,0,1,0,1,0,-1,-0.001,-0.001|-22.501,7.5,64.499,0,0,1,0,1,0,-1,-0.001,-0.001|-22.501,7.499,-31.501,0,0,1,0,1,0,-1,-0.001,-0.001|-22.501,7.5,48.499,0,0,1,0,1,0,-1,-0.001,-0.001|-22.5,7.5,96.499,0,0,1,0,1,0,-1,-0.001,-0.001|-18.5,-1,3.5,0,1,-0.001,-0.001,-0.001,1,1,0,-0.001|0.5,7.5,99.499,-0.001,0,-1,-0.001,1,-0.001,1,-0.001,0|-22.501,7.499,-15.5,0,0,1,0,1,0,-1,-0.001,-0.001|-22.5,7.5,80.499,0,0,1,0,1,0,-1,-0.001,-0.001|-198.227,122.264,110.404|50,-33.501,-0.501,-1,0,0,0,-1,0,-0.001,-0.001,1|-22.501,-7.501,-79.5,0,0,1,-0.001,1,-0.001,-1,-0.001,0|-22.501,-7.501,-63.5,0,0,1,-0.001,1,0,-1.001,0,-0.001|-23.001,-7,-0.5,1,0,-0.001,0,1,0,-0.001,0,1|-22.501,-7.5,16.5,0,0,1,-0.001,1,0,-1.001,0,-0.001|-23,8.5,99.501,1,-0.001,-0.001,0,0,-1,-0.001,1,-0.001|-22.501,-7.5,32.5,0,0,1,-0.001,1,0,-1.001,0,-0.001|-22.501,-7.501,-47.5,0,0,1,-0.001,1,-0.001,-1,-0.001,0|-22.501,-7.501,-95.502,0,0,1,-0.001,1,-0.001,-1,-0.001,0|-22.501,-7.5,48.5,0,0,1,-0.001,1,0,-1.001,0,-0.001|-22.501,-7.501,-31.499,0,0,1,-0.001,1,-0.001,-1,-0.001,0|-22.501,-7.5,64.5,0,0,1,-0.001,1,0,-1.001,0,-0.001|-22.501,-7.5,96.5,0,0,1,-0.001,1,0,-1.001,0,-0.001|0.499,-7.5,99.5,-0.001,0,-1,0,1,-0.001,1,0,0|-22.501,-7.501,-15.499,0,0,1,-0.001,1,-0.001,-1,-0'
  179. ..'.001,0|-22.501,-7.5,80.5,0,0,1,-0.001,1,0,-1.001,0,-0.001|-227.227,122.267,110.403|79,-33.5,-0.5,-1,0,0,0,-1,0,-0.001,-0.001,1|6,8.499,99.499,1,-0.001,-0.001,0,0,-1,-0.001,1,-0.001|6,-7,-0.501,1,0,-0.001,0,1,0,-0.001,0,1|-227.228,122.267,125.403|-212.228,122.266,125.404|-212.227,122.265,110.404|64,-33.5,-0.5,-1,0,0,0,-1,0,-0.001,-0.001,1|-9.001,-7,-0.501,1,-0.001,0,0,1,-0.001,-0.001,0,1|-9,8.499,99.502,1,0,0,0,0,-1,-0.001,1,0|-221.721,169.77,117.906|45,17,1|-221.741,25.763,117.898|-221.739,41.763,117.898|-221.736,57.764,117.899|-221.734,73.765,117.9|-221.732,89.765,117.901|-221.73,105.767,117.902|-221.727,121.768,117.903|-22.5,0,0,-0,-0,-1,0,1,0,1,0,0|1,7.5,-0.5,-0.001,0,-1,0,1,-0.001,1,0,0|22.5,0,0,0,0,1,0,1,0,-1,-0,-0|-1,7.5,-0.5,0,0,1,-0.001,1,0,-1.001,0,-0.001|-1,-7.5,-0.501,0,0,1,-0.001,1,0,-1.001,0,-0.001|-221.725,137.766,117.904|-1,-7.5,15.497,0,0,1,0,1,-0.001,-1,0,0|-221.723,153.768,117.905|-221.212,234.771,117.41|48,18,1|-6,-8,112.001,-1,0,-0.001,0,1,0,0,0,-1|0,9,0,-1,-0,-0,0,0,1,0,1,0|23,-1,44.002,-1,0,-0.001,-0.001,0,1,0,1,-0.001|0,-9,0,1,0,0,-0,-0,-1,0,1,0|0,7.5,24.5,1,0,0,0,-0.001,-1,-0.001,1,-0.001|8.999,-8,112.003,-1,-0.001,-0.001,-0.001,1,0,0,0,-1|-221.214,210.271,100.908|48,15,50|-13.002,1,-8,-0.001,1,0,0,0,-1,-1,-0.001,-0.001|'
  180. ..'-215.218,189.768,127.407|2,2,121|-6,8.999,-45.001,1,0,0,0,-0.001,-1,-0.001,1,-0.001|-13.501,-1.001,-7.501,0,1,-0.001,-0.001,0,1,1,-0.001,0|-6.5,8.499,-12.003,1,0,-0.001,-0.001,0,-1,-0.001,1,0|-6.501,8.499,3.997,1,0,-0.001,-0.001,0,-1,-0.001,1,0|10.499,-1.001,-7.501,0,1,-0.001,-0.001,0,1,1,-0.001,0|-6.501,8.499,-28.005,1,-0.001,-0.001,-0.001,0,-1,0,1,0|-6.501,8.499,19.998,1,0,0,0,0,-1,-0.001,1,0|35.5,-1.001,-7.501,0,1,-0.001,-0.001,0,1,1,-0.001,0|-6.501,8.499,35.999,1,0,0,0,0,-1,-0.001,1,0|-6.501,8.499,52.001,1,0,0,0,0,-1,-0.001,1,0|-205.727,130.265,127.404|0.009,90,90|2,2,17|7.5,1,7.999,-0.001,-1,-0.001,-0.001,-0.001,-1,1,0,0|-0.001,0,-4,1,-0.001,0,-0.001,1,-0.001,0,-0.001,1|7.5,0,-59.501,1,0,-0.001,0,1,-0.001,-0.001,-0.001,1|-6.501,1,7.999,-0.001,-1,-0.001,-0.001,-0.001,-1,1,0,0|-1,0,-59.501,0,0,1,0,1,0,-1,-0.001,-0.001|-198.218,190.763,127.408|2,2,119|5.5,2.5,-0.5,-0.001,0,-1,0,1,0,1,-0.001,-0.001|-193.227,130.264,127.405|2,2,8|3.5,-0.001,-2.5,1,0,-0.001,0,1,0,-0.001,0,1|-189.726,133.763,127.405|1,2,5|-201.725,140.765,127.405|1,2,25|8.5,2,-0.001,-0.001,-1,-0.001,0,-0.001,-1,1,0,-0.001|0.001,-1.998,-5.5,-1.001,0,-0.001,-0.001,-0.001,1,0,1,0|-10.501,1,18.499,-0.001,-1,-0.001,0,-0.001,-1,1,0,-0.001|-1.001,0,-49.001,0,0,1,-0.001,1,0,-1.001,0,-0.0'
  181. ..'01|-193.225,140.764,124.405|4,4,1|0.002,0.001,1,1,0,-0.001,0,-1,0,-0.001,-0.001,-1|-190.225,140.766,124.407|1,4,2|0.002,-0.999,11.5,1,-0.001,-0.001,0,0,1,-0.001,-1,0|-2.001,0.001,0.002,0,0,1,0,-1,0,1,0,-0.001|-196.225,140.767,124.407|-149.245,142.762,96.901|3,1,36|Detach Holder 1|11.002,-6,-0.5,0,-1,0,0,0,1,-1,-0.001,0|19.5,3.498,-8.5,-0.001,-1,-0.001,1,-0.001,-0.001,0,-0.001,1|-8.998,-9,-0.5,0,-1,0,0,0,1,-1,-0.001,0|-158.244,143.264,106.399|2,18,2|-138.244,143.261,103.403|-158.246,140.264,115.9|1,2,8|-0.006,0,1.509,0,-1,0,-1,-0.001,0,-0.001,-0.001,-1|0,9,-3.001,-0.001,-1,0,0,-0.001,-1,1,0,-0.001|0,9,2.999,-0.001,-1,0,0,-0.001,-1,1,0,-0.001|-138.225,140.269,109.869|-158.245,137.264,106.4|-138.225,137.269,103.369|-0.5,0,-3,0,-0.001,1,1,0,0,0,1,-0.001|-135.725,140.27,109.869|0,-90.011,-90.011|8,1,3|-1.021,6.465,-2.992,-0.001,-0.001,1,-0.001,1,0,-1,-0.001,-0.001|-0.525,25.26,-2.996,0,-0.317,0.948,-0.001,-0.949,-0.317,1,-0.001,-0.001|-0.001,1,0,-0.001,1,-0.001,0,-0.001,-1.001,-1.001,-0.001,-0.001|-0.525,25.26,3.004,0,-0.317,0.948,-0.001,-0.949,-0.317,1,-0.001,-0.001|-159.525,143.266,118.852|-90,-71.57,0|2,54,2|-159.525,137.265,118.852|-155.737,140.259,115.9|0,-90,-90.011|-148.243,144.762,98.401|1,2,22|10,-5,1,1,0,0,-0.001,-1.001,0,-0.001,0,-1.001|-'
  182. ..'10,-8.001,1,1,0,0,-0.001,-1.001,0,-0.001,0,-1.001|-185.614,140.265,127.545|-90,18.43,0|0,-27,-3.001,0,-1.001,0,-0.001,0,1,-1.001,0,0|0,-27,2.999,0,-1.001,-0.001,-0.001,0,1,-1.001,0,0|-186.221,140.265,127.306|0.009,-0.01,-90.011|1.003,-0.002,0.001,-0.001,-0.001,-1.001,0,-1.001,0,-1,-0.001,0|-0.026,0.26,-0.001,0,-0.317,0.948,-0.001,-0.949,-0.317,1,-0.001,-0.001|-187.724,140.263,127.305|-90,0.009,0|2,3,8|0,-0.002,0.5,0,-1,0,-1,-0.001,-0.001,0,-0.001,-1|-192.725,142.762,124.805|-0.01,90.01,-90.02|3,2,2|-0.5,0.399,0.5,-1,-0,-0,0,1,0,-0,-0,-1|0.499,0.5,-1.001,1,0,-0.001,-0.001,-0.001,-1,-0.001,1,-0.001|-193.726,135.76,127.405|1,2,7|0.5,-0.001,1.999,-0.001,0,-1,0,1,-0.001,1,0,0|0,0,-3.5,-1,-0,-0,0,1,0,-0,-0,-1|-1.001,-0.001,-55.002,0,0,1,-0.001,1,-0.001,-1,-0.001,0|-187.723,140.264,125.305|0.009,0,-90|8,2,1|-191.224,143.263,127.805|2,2,5|-1.001,-0.501,3,0,-0.001,1,-0.001,1,-0.001,-1.001,0,-0.001|-0.001,-0.501,0.499,-1.001,0,-0.001,0,-0.001,1,-0.001,1,-0.001|0,-0.001,0.5,1,-0.001,-0.001,-0.001,-1.001,0,-0.001,-0.001,-1.001|-191.224,138.263,127.806|-1.001,-0.501,-2,-0.001,0,1,-0.001,1,-0.001,-1,-0.001,-0.001|-191.725,143.263,126.305|2,1,6|-1,1,3,-0.001,-0.001,1,0,1,0,-1,0,-0.001|-191.724,138.262,126.307|-0.501,-1.001,-1.001,1,-0.001,-0.001,0,-0.001,1,-0'
  183. ..'.001,-1,-0.001|-1,1,-2,-0.001,-0.001,1,-0.001,1,0,-1,-0.001,-0.001|0,1,-0.5,1,0,0,0,0,-1,-0.001,1,0|-192.725,138.762,124.807|0.009,-89.99,90.019|-0.5,0.399,-0.5,1,0,0,0,1,0,0,0,1|-190.225,143.262,125.305|2,1,3|-0.5,-0.501,0.999,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|-2.999,-1.002,-0.001,1,0,-0.001,0,-0.001,1,0,-1.001,-0.001|0,0.5,1.5,1,-0.001,0,0,0,-1,0,1,0|-190.224,138.262,125.306|-0.01,90.019,-90.02|2.001,-1.002,0,1,0,-0.001,0,-0.001,1,0,-1.001,-0.001|-0.501,-0.5,-1.001,1,-0.001,-0.001,0,1,-0.001,0,0,1|0,0.5,1.5,1,-0.001,-0.001,-0.001,0,-1.001,0,1,0|-0.001,0,0.499,-1.001,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1.001|-190.226,143.262,124.302|-0.5,0.502,0.999,1,0,-0.001,0,-1.001,0,-0.001,-0.001,-1.001|0,0.502,-0.001,1,0,0,0,-0.001,-1.001,-0.001,1,-0.001|-190.225,138.262,124.306|-0.501,0.5,-1.001,-1,-0.001,0,0,-1,0,0,0,1|-194.225,143.263,124.806|-0.01,90.019,-89.99|-0.502,-0.001,-1,1,-0.001,-0.001,0,1,0,0,-0.001,1|-0.001,0.499,-2.5,1,-0.001,0,0,0,-1.001,0,1,0|-194.224,143.263,127.806|0.009,89.989,90.019|-0.001,-0.501,-2.5,-1,0,-0.001,-0.001,-0.001,0.999,0,0.999,0|-194.224,138.262,124.807|0,90,-89.99|-0.5,-0.001,0.999,-1.001,0,-0.001,0,1,-0.001,0,-0.001,-1.001|-0.001,0.499,-2.5,1,0,0,0,-0.001,-1.001,-0.001,1,-0.001|-238.243,9.767,110.386|20'
  184. ..',42,1|-7.001,-0.01,-112,-1,0,-0.001,-0.001,-1,-0.001,-0.001,-0.001,1|80,-33.491,-0.001,0,0,-1,-0.001,1,0,1,0,0|-7.001,-15.01,-112.001,-1,0,-0.001,-0.001,-1,-0.001,-0.001,-0.001,1|0.01,1.976,24.995,0,0.999,-0.001,1,-0.001,-0.002,-0.002,-0.001,-1|0,21,0,-1,-0,-0,0,0,1,0,1,0|0,1.962,24.99,0.999,0.001,-0.001,0.001,-1,-0.001,-0.001,0,-1|17,9.49,-12.5,-1,0,-0.001,-0.001,-1,-0.001,-0.001,-0.001,1|0,-21,0,1,0,0,-0,-0,-1,0,1,0|0.004,1.996,25.014,0.999,-0.002,-0.001,-0.002,-1.001,0,-0.001,-0.001,-1|-213.224,136.268,92.404|2,2,64|0,31,47.999,0,1,-0.001,1,0,-0.001,0,0,-1|0,31,-15,-1,0,-0.001,0,-1,0,0,-0.001,1|-17,0.999,51.5,0,1,0,-0.001,-0.001,-1,-1,-0.001,-0.001|-8.001,-7.501,-19,0,-1,0,0,-0.001,1,-1,0,-0.001|-0.001,-3.995,24,0,-1,-0.001,-0.001,-0.001,1,-1,-0.001,-0.001|9,0.999,56.5,0,1,0,-0.001,-0.001,-1,-1,-0.001,-0.001|-31,0.999,-56.501,-0.001,-1,-0.001,-0.001,-0.001,-1,1,0,0|-213.222,154.268,92.405|-8,-7.5,-1,0,-1,0,0,-0.001,1,-1,0,-0.001|-17.001,1,33.5,0,1,0,-0.001,-0.001,-1,-1,-0.001,-0.001|8.999,1,38.5,0,1,0,-0.001,-0.001,-1,-1,-0.001,-0.001|0,31,-17.5,-1,0,-0.001,0,-1,0,0,-0.001,1|-31,0.999,-38.5,-0.001,-1,-0.001,-0.001,-0.001,-1,1,0,0|-213.218,179.269,92.407|0,31,-17.5,-1,-0.001,0,0,-1,-0.001,0,-0.001,1|-17,0.999,8.499,0,1,-0.001,-0.001,-0.001,-1'
  185. ..',-1,0,0|-31.001,0.999,-13.499,-0.001,-1,0,0,-0.001,-1,1,-0.001,0|-213.215,203.27,92.408|-8.001,-7.5,-7,0,-1,-0.001,0,-0.001,1,-1,-0.001,0|0,31,-17.5,-1,-0.001,-0.001,0,-1,-0.001,-0.001,-0.001,1|-17,0.999,-15.502,0,1,-0.001,0,-0.001,-1,-1,0,-0.001|-31.001,0.999,10.501,-0.001,-1,0,0,-0.001,-1,1,-0.001,0|-213.212,223.272,92.409|0.001,31,-17.501,-1,-0.001,0,0,-1,0,0,0,1|-222.216,192.771,90.407|2,2,115|0,0,-57.5,-1,-0,-0,0,1,0,-0,-0,-1|-1.001,-1,-2.001,-0.001,-0.001,1,0,1,-0.001,-1,-0.001,0|-30.501,-1,-9,-0.001,-1,-0.001,0,0,1,-1,-0.001,-0.001|-10.5,-1,-9.001,-0.001,-1,-0.001,0,0,1,-1,-0.001,-0.001|13.5,-1,-9.001,-0.001,-1,-0.001,0,0,1,-1,-0.001,-0.001|-196.217,187.765,90.408|2,2,125|-35.504,-1,17,-0.001,-1,-0.001,0,-0.001,1,-1,0,0|-196.226,126.263,108.904|2,2,35|-1,-1.501,3.999,0,0,1,-0.001,1,0,-1.001,0,-0.001|0,0,-17.5,-1,-0,-0,0,1,0,-0,-0,-1|-0.001,0.999,61.5,-0.001,-1,-0.001,-0.001,0,-1,1,-0.001,-0.001|-24,7.999,-29.001,0,-0.001,1,-0.001,1,0,-1,-0.001,0|-182.225,136.262,108.406|2,2,30|-182.223,154.263,110.907|0,0,17.5,1,0,0,0,1,0,0,0,1|-0.001,-1.001,25.5,1,-0.001,0,0,0,1,0,-1,-0.001|-182.219,179.263,110.908|-182.216,203.265,110.91|-182.213,223.265,110.911|-182.217,185.265,92.409|2,2,96|-38.001,0,-17.501,1,-0.001,-0.001,-0.001,1,0,-0.001,0,1|-18.'
  186. ..'001,0,-17.5,1,-0.001,-0.001,-0.001,1,0,-0.001,0,1|31,0,-17.501,1,-0.001,-0.001,-0.001,1,0,-0.001,0,1|6,0,-17.5,1,-0.001,-0.001,-0.001,1,0,-0.001,0,1|-245.227,122.27,110.402|22.499,-7.501,-79.502,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,-7.501,-63.502,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,-7.501,16.5,-0.001,0,-1,0,1,0,1,-0.001,-0.001|24,8.5,99.502,1,0,0,0,0,-1,-0.001,1,0|22.499,-7.501,-95.503,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,-7.501,-47.501,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,-7.501,32.5,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,-7.501,-31.5,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,-7.5,48.501,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,-7.5,64.501,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,-7.501,-15.499,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,-7.5,80.501,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,-7.5,96.501,-0.001,0,-1,0,1,0,1,-0.001,-0.001|23.999,-7,-0.501,1,-0.001,0,0,1,-0.001,-0.001,0,1|-245.228,122.271,125.402|22.499,7.499,-79.505,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,7.499,-63.504,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,7.499,16.5,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,7.499,-47.502,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,7.499,32.501,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,7.499,-31.5,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22'
  187. ..'.499,7.499,48.502,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,7.499,64.502,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,7.5,80.503,-0.001,0,-1,0,1,0,1,-0.001,-0.001|22.499,7.5,96.503,-0.001,0,-1,0,1,0,1,-0.001,-0.001|23.999,8,-0.501,1,-0.001,0,0,1,-0.001,-0.001,0,1|-221.718,185.773,117.907|-221.714,217.775,117.909|-1,-7.5,95.505,0,0,1,0,1,-0.001,-1,0,0|-221.716,201.774,117.908|-207.714,223.268,129.41|2,2,53|-0.003,25.5,17.5,1,-0.001,0,-0.001,-1,0,0,-0.001,-1|9.499,1,32.5,-0.001,-1,-0.001,0,-0.001,-1,1,-0.001,0|-7.501,1,33.5,-0.001,-1,0,0,-0.001,-1,1,-0.001,0|-233.218,189.771,127.406|12,9,-45.001,1,-0.001,-0.001,0,0,-1,-0.001,1,-0.001|-33.501,-1.001,-25.501,0,1,0,-0.001,0,1,1,0,-0.001|-13.5,-1.001,-25.501,0,1,0,-0.001,0,1,1,0,-0.001|11.5,8.499,-12.001,1,-0.001,-0.001,0,0,-1,-0.001,1,-0.001|11.499,8.499,4,1,-0.001,-0.001,0,0,-1,-0.001,1,-0.001|10.5,-1,-25.501,0,1,0,-0.001,0,1,1,0,-0.001|11.499,8.499,-28.001,1,-0.001,-0.001,0,0,-1,-0.001,1,-0.001|11.499,8.499,20,1,-0.001,-0.001,0,0,-1,-0.001,1,-0.001|35.5,-1.001,-25.501,0,1,0,-0.001,0,1,1,0,-0.001|11.499,8.499,36,1,-0.001,-0.001,0,0,-1,-0.001,1,-0.001|11.5,8.499,52,1,-0.001,-0.001,0,0,-1,-0.001,1,-0.001|-207.717,203.268,129.408|9.499,1,12.5,-0.001,-1,-0.001,0,0,-1,1,-0.001,0|-0.002,25.5,17.5,1,-0.001,0,-'
  188. ..'0.001,-1,0,0,-0.001,-1|-207.72,179.266,129.407|9.499,1,-11.501,-0.001,-1,-0.001,0,0,-1,1,-0.001,0|-207.723,154.265,129.406|9.499,1,-36.5,-0.001,-1,0,0,-0.001,-1,1,-0.001,0|-154.452,197.064,93.87|8,1,6|Detach Holder 2|9.999,0.199,-0.001,1,-0.001,-0.001,0,0,-1.001,-0.001,1,-0.001|-168.243,199.969,110.484|89.76,-27.71,-162.691|2,42,2|-2.901,0.499,-2,0,1,-0.001,-0.001,-0.001,-1.001,-1.001,0,0|-168.256,194.075,110.507|89.65,-27.931,17.079|-3.004,-1.085,-1.084,-0.001,-1.001,0,0.707,-0.001,-0.707,0.706,-0.001,0.707|-171.085,194.069,107.679|0.079,-134.991,-89.75|-171.071,200.068,107.655|89.76,-27.65,-162.631|13.999,-9,0,-0.001,-1.001,-0.001,0,-0.001,1,-1.001,0,0|-3,0.499,2,-0.001,1,0,-0.001,0,-1.001,-1.001,-0.001,0|2.912,1.747,1.745,0.001,-1,-0.004,0.707,0.003,-0.707,0.706,-0.002,0.707|-184.184,197.164,124.259|-0.12,-89.99,90.22|3.295,-19.245,2.818,-0.002,0.706,0.707,-0.004,-0.708,0.706,0.999,-0.002,0.003|-2.5,-0.001,-0.1,-0.001,0,1,0,-1.001,0,1,0,0|-3.002,19.231,-4.233,1,-0.001,0,-0.001,-0.708,-0.708,0,0.707,-0.708|-189.184,197.274,124.259|-89.661,152.99,27|5,5,10|-2.04,-0.67,-0.99,1,0,0,0,1,0,0,0,1|0,0,-5,-1,-0,-0,0,1,0,-0,-0,-1|-2.52,-0.63,1.009,-1,-0,-0,0,1,0,-0,-0,-1|-191.216,203.264,124.909|16,7,2|-8,0,0,-0,-0,-1,0,1,0,1,0,0|-0.003,1,14,1,0,0,0,-'
  189. ..'0.001,-1,-0.001,1,-0.001|-0.002,-1.001,16.5,0,1,-0.001,-0.001,0,1,1,-0.001,0|-191.718,191.263,124.908|11,7,2|-158.34,210.064,94.927|0,-135.01,0.009|-0.001,17.999,-1.001,0,1,0,-1.001,0,0,0,-0.001,1|-155.493,210,97.718|0.239,134.99,-0.071|-161.169,210.065,97.755|-158.322,210.016,100.546|-158.302,219.506,97.68|-89.74,152.07,162.919|6,6,1|2,9,-2.001,1,-0.001,0,-0.001,0,-1,-0.001,1,-0.001|2,9,1.999,1,-0.001,0,-0.001,0,-1,-0.001,1,-0.001|-220.21,251.271,127.411|2,2,50|-25.001,0,-16.501,0,1,0,-1,-0.001,-0.001,0,0,1|-5.001,0,-16.501,0,1,0,-1,-0.001,-0.001,0,0,1|4.999,0,60.5,-1,0,0,-0.001,1,0,0,-0.001,-1|21.999,0,59.5,-1,0,0,-0.001,1,0,0,-0.001,-1|12.999,0,-16.501,0,1,0,-1,-0.001,-0.001,0,0,1|23.999,0,-16.501,0,1,0,-1,-0.001,-0.001,0,0,1|-13.001,0,60.5,-1,0,0,-0.001,1,0,0,-0.001,-1|-24.001,0,27,-1,0,0,-0.001,1,0,0,-0.001,-1|-244.214,223.273,127.408|2,2,54|-1,1,101,1,-0.001,-0.001,0,0,-1,-0.001,1,-0.001|23,9,-11.501,1,-0.001,-0.001,0,0,-1,-0.001,1,-0.001|22.5,8.499,5.5,1,-0.001,-0.001,0,0,-1,-0.001,1,-0.001|22.5,8.499,21.5,1,-0.001,-0.001,0,0,-1,-0.001,1,-0.001|-244.216,192.773,90.406|-30.504,-1,-31.001,0,1,0,0,-0.001,1,1,-0.001,-0.001|-220.208,251.274,91.411|2,4,50|-24,0.999,-62.504,1,0,0,-0.001,1,0,-0.001,-0.001,1|-5,-0.005,16.5,0,1,0,1,-0.001,-0.001,-'
  190. ..'0.001,0,-1|-24.001,0.999,57.504,-1,-0.001,-0.001,-0.001,1,0,0,0,-1|-189.212,234.263,127.411|2,2,16|-7.001,0.303,-16.5,-0.001,1,-0.001,-1,-0.001,0,0,0,1|0,0,-8,-1,-0,-0,0,1,0,-0,-0,-1|-1.001,-0.001,43.499,0,0,1,-0.001,1,-0.001,-1,-0.001,0|-213.21,234.271,92.41|-8.001,-7.5,24,0,-1,0,0,-0.001,1,-1,0,-0.001|-31.001,0.3,16.5,-0.001,1,-0.001,1,-0.001,0,-0.001,0,-1|-17,1,-46.501,0,1,0,-0.001,-0.001,-1,-1,-0.001,-0.001|0,31,-48.001,-0.001,1,0,-1,0,0,-0.001,0,1|-0.002,-7.503,24,-0.001,1,0,0,-0.001,1,1,0,-0.001|9,1,-41.501,0,1,0,-0.001,-0.001,-1,-1,-0.001,-0.001|-31,0.999,41.5,-0.001,-1,-0.001,-0.001,-0.001,-1,1,0,0|-182.213,229.761,127.411|2,2,11|0,0,5.5,1,0,0,0,1,0,0,0,1|0.996,0,16.499,0,0,-1,-1,-0.001,-0.001,-0.001,1,0|-189.21,242.768,127.413|-0.01,-90.011,0|2,15,12|0,7.5,0,-1,-0,-0,0,0,1,0,1,0|3.685,0,-5.962,0,-0.781,0.624,-1,-0.001,-0.001,0,-0.625,-0.781|1.004,0.001,0,0,0,-1,1,-0.001,0,-0.001,-1,-0.001|-189.21,242.773,92.413|-188.364,243.31,127.412|51.349,90.01,90.01|2,2,19|1,1,1.2|-188.364,243.317,92.413|51.34,90,90|-0.001,-6.875,-6.781,0,1,0,0.624,0,-0.781,-0.781,0,-0.625|-189.226,131.266,92.406|-0.02,-90.011,179.99|2,8,12|-188.495,130.548,92.405|33.669,-90.011,-90.011|2,2,14|0,-0.115,-0.176,-0.001,-1,-0.001,0.554,0,-0.833,0.832,-0.001,0.554|-182.'
  191. ..'211,234.566,109.911|2,2,33|0,0,-16.5,-1,-0,-0,0,1,0,-0,-0,-1|0,-1,-4.804,-1,-0.001,-0.001,-0.001,-0.001,1,-0.001,1,0|-195.209,251.267,109.912|0,0,16.5,1,0,0,0,1,0,0,0,1|-0.003,2,24.999,0,-1,0,-0.001,-0.001,-1,1,0,-0.001|-215.209,251.267,109.911|-233.209,251.272,109.91|-0.003,2,-13.001,-0.001,-1,0,-0.001,-0.001,-1,1,-0.001,-0.001|-244.209,251.273,109.91|-0.003,2,-24.001,0,-1,0,-0.001,-0.001,-1,1,0,-0.001|-147.74,239.461,87.9|20,3,3|Detach Holder 3|0,-0.001,-0.501,-1,0,0,-0.001,-1,0,0,0,1|-147.74,249.961,87.9|-89.81,-153.89,-26.421|-150.739,248.961,87.899|0,179.99,-89.99|3,3,3|1.499,0,-1,0,-0.001,-1,0,-1,0,-1,-0.001,-0.001|-9.501,-0.001,-1.5,1,0,0,-0.001,1,-0.001,-0.001,0,1|1.181,-0.441,2.499,-0.001,0.706,0.707,-0.001,-0.708,0.706,1,-0.001,0|-151.715,246.462,89.046|-89.81,-148.881,-76.42|4,3,8|-165.935,243.284,101.836|0,-135.01,69.44|2,38,2|-1.004,0,0,-0.001,-0.001,1,0,1,0,-1,0,-0.001|0,19,0,-1,-0,-0,0,0,1,0,1,0|1.007,1.308,3.493,-0.001,1,-0.001,-0.352,-0.001,-0.937,-0.937,0,0.351|1.5,-1.5,-16,1,0,0,-0.001,-0.001,1,0,-1,-0.001|-1,-1.501,-15.999,1,0,0,-0.001,0,1,0,-1,0|0,-19,0,1,0,0,-0,-0,-1,0,1,0|0.999,-1.151,-3.063,-0.001,1,-0.001,-0.352,-0.001,-0.937,-0.937,-0.001,0.351|-165.19,240.477,101.092|-1.499,-1.501,-16.001,1,0,0,-0.001,-0.001,1,0,-1.00'
  192. ..'1,-0.001|1.006,0.255,0.685,-0.001,1,-0.001,-0.352,-0.001,-0.937,-0.937,0,0.351|0.999,-1.498,-15.996,0.999,0,-0.001,0,0,0.999,0,-1,0|-164.519,243.283,103.254|-69.45,-45,-0.01|-0.997,1.309,3.491,1,0,-0.001,-0.001,0.351,-0.937,0,0.936,0.351|1.003,-1.502,-15.998,1,0,0,-0.001,-0.001,1,0,-1.001,-0.001|-163.773,240.475,102.51|-69.45,-45,-0.02|-0.003,-0.001,-1.006,1,-0.001,-0.001,0,1,0,0,-0.001,1|-1.003,-0.098,-0.254,-1,-0.001,-0.001,0,-0.351,-0.937,0,-0.937,0.35|1.5,-1.499,-16.001,1,0,-0.001,0,0,1,0,-1,0|-1,0.255,0.681,0.999,0,-0.001,-0.001,0.351,-0.937,0,0.936,0.351|-1.005,-1.496,-15.996,1,-0.001,-0.001,0,0,1,-0.001,-1,0|-176.996,233.551,114.308|89.819,85.55,-49.44|-1.003,-17.593,-3.799,1,0,0,-0.001,-0.352,0.936,0,-0.937,-0.352|-0.8,-17.594,-1.001,0,-0.937,-0.352,-0.001,-0.352,0.936,-1,-0.001,-0.001|0,0,-4,-1,-0,-0,0,1,0,-0,-0,-1|-0.001,-2.028,1.595,1,0,-0.001,0,-0.352,0.936,0,-0.937,-0.352|-0.003,-0.088,-0.091,0,1,0,-0.707,0,-0.708,-0.708,0,0.706|-0.002,-1.699,1.597,-1,-0.001,-0.001,-0.001,0.936,0.351,0,0.351,-0.937|-177.97,233.548,115.458|0,-0.02,-90.02|8,3,3|-174.456,232.522,111.767|20.559,-45.01,179.99|4,3,6|-177.925,236.263,110.288|20.549,-45.01,90|5,3,6|-172.975,236.262,115.24|20.549,-45.021,-90.011|0.999,-16,-1.5,-0.001,-0.001,-1,0,-1,0,-1,-0.'
  193. ..'001,0|-176.443,240.009,113.755|20.549,-45.01,0|-147.739,173.162,84.4|-89.791,-146.92,58.979|3.499,-0.201,0,-1,0,-0.001,-0.001,-0.001,1,-0.001,1,0|-0.001,0,1,0,1,-0.001,1,-0.001,0,0,-0.001,-1|-2.5,-0.001,0,-0.001,-0.001,1,0,1,-0.001,-1,0,-0.001|0,0,1,0,-1,-0.001,-1,-0.001,0,-0.001,0,-1|-141.24,170.161,87.902|-89.791,-159.351,70.459|0.001,4.499,-3.002,1,-0.001,0,0,-0.001,-1,0,1,-0.001|-147.741,170.162,94.401|-89.791,-161.9,-17.021|1,-0.001,-3,-0.001,0,-1,-1,0,0,0,1,0|0.227,0.49,0.082|1280|-43.235,7.615,-76.599|-0.08,-90,-0.04|414,5,50|0,0,25,1,0,0,0,1,0,0,0,1|-80,0.002,2.103,-0.001,-0.002,0.999,-1,-0.001,-0.001,0,-1.001,-0.002|-80,-153.498,2.103,-0.001,-0.002,0.999,-1,-0.001,-0.001,0,-1.001,-0.002|-80,153.502,2.103,-0.001,-0.002,0.999,-1,-0.001,-0.001,0,-1.001,-0.002|207,0,0,0,0,1,0,1,0,-1,-0,-0|24.996,-0.002,-0.001,0,0,-1,-0.001,1,0,1,0,0|-148.217,7.839,-308.609|0.029,0,-0.071|160,5,50|-0.008,53.508,1.952,-1,-0.002,-0.001,0,-0.001,-1,0.001,-1.001,0|-80,0,0,-0,-0,-1,0,1,0,1,0,0|-0.023,-0.085,-24.995,0.999,0,-0.001,-0.001,1,0,0,-0.001,1|-253.229,7.937,-97.097|0.07,90,0.029|373,5,50|79.995,20.492,1.871,0,-0.002,-1,0.999,-0.001,0,-0.001,-1,0.001|79.995,-133.008,1.871,0,-0.002,-1,0.999,-0.001,0,-0.001,-1,0.001|79.995,173.992,1.871,0,-0.002,-1,0.999,-'
  194. ..'0.001,0,-0.001,-1,0.001|-186.5,0,0,-0,-0,-1,0,1,0,1,0,0|20.991,0.019,20.007,0,-0.001,-1,-0.001,1,-0.001,1,0,0|14.989,20.982,1.94,-1,-0.002,-0.001,0,-0.001,-1,0.001,-1,0|186.5,0,0,0,0,1,0,1,0,-1,-0,-0|24.993,-0.002,0.015,-0.001,0,-1,0,1,0,1,-0.001,-0.001|-253.211,8.059,-308.59|-0.071,-90,-0.03|50,5,50|-43.23,7.781,-308.609|-0.04,180,0.079|0,0,-25,-1,-0,-0,0,1,0,-0,-0,-1|-207.011,0.003,-0.001,0,0,1,0,1,-0.001,-1,0,0|25,0,0,0,0,1,0,1,0,-1,-0,-0|79.986,0.079,-0.006,-0.001,0,-1,-0.001,1,0,1,0,-0.001|-273.238,7.852,64.395|-0.08,-90,-0.03|-9.995,-0.018,0.003,-0.001,-0.001,1,-0.001,1,0,-1,-0.001,-0.001|-238.244,7.823,64.394|0.039,0,-0.08|20,5,50|-273.241,7.823,110.393|42,5,50|21,0,0,0,0,1,0,1,0,-1,-0,-0|24.997,-0.004,0,-0.001,0,-1,-0.001,1,0,1,0,-0.001|-273.245,7.796,156.395|0.029,-0.01,-0.071|-21.002,0,-0.001,0,-0.001,1,-0.001,1,0,-1,-0.001,0|10,0,0,0,0,-1,-0.001,1,0,1,0,0|-238.245,7.755,156.399|-0.03,179.99,0.07|-211.962,7.817,186.975|0.119,131.19,0.28|106,5,50|-148.255,7.685,317.903|-0.04,180,0.059|20,5,35|-183.253,7.765,255.399|0.079,90,0.019|90,5,50|-113.251,7.683,255.4|-0.06,-90,-0.03|45,0,0,0,0,1,0,1,0,-1,-0,-0|17.501,-0.004,0.004,0,-0.001,-1,-0.001,1,-0.001,1,0,0|-43.239,7.454,155.398|0.079,90,0.039|-84.323,7.609,186.758|-0.08,-131.18,0.029|2.0'
  195. ..'01,-0.105,-0.106,-0.001,-1.001,-0.001,0.752,-0.001,-0.659,0.658,-0.001,0.752|-113.256,7.654,317.902|0.059,90,0.019|35,5,50|-9.999,0.008,0.002,0,-0.001,1,0,1,0,-1,0,0|-183.252,7.721,317.905|0.039,0,-0.06|50,5,35|-45.006,-0.02,0.001,-0.001,-0.001,1,-0.001,1,0,-1.001,-0.001,-0.001|9.996,-0.001,-0.002,0,0,-1.001,0,1,0,1,-0.001,0|Player|0.627,0.372,0.207|-141.753,38.759,84.912|http://www.roblox.com/asset/?id=169572883|Stage 1&2 Sound Effect|-6.001,-6.501,3,1,0,0,-0.001,0,1,0,-1,0|-148.742,153.762,86.9|-89.861,98.529,81.419|Stage 3 Sound Effect|-150.739,191.962,86.9|-89.791,-145.06,-32.87|http://www.roblox.com/asset/?id=141484374|Podship Engine Sound Effect|2.499,0,0.999,0,0,-1,1,0,0,0,-1,-0.001|-144.739,192.962,86.9|-89.67,-138.331,-34.971|http://www.roblox.com/asset/?id=138845490|Podship Thrust Sound Effect|-6.501,-0.501,1.999,-0.001,0,0.999,0,-1,0,1,0,0|-2.5,1,1,-0.001,0,1,-1,0,-0.001,-0.001,-1,0|-129.74,23.454,87.902|http://www.roblox.com/asset/?ID=64658551|-18.001,-0.001,0.499,-0.001,-1,0,-1,-0.001,-0.001,-0.001,0,-1.001|-2,-5.282,9,0,0,0.999,0,-1.001,0,1,0,-0.001|-147.74,23.456,87.901|-165.74,23.459,87.9|2,-5.315,9.001,-0.001,0,-1,-0.001,-1,-0.001,-1,0,0|-147.742,140.26,79.202|7,0.4,6|http://www.roblox.com/asset/?ID=6544977|0,1,8.5,-1,-0.001,0,'
  196. ..'0,1,0,0,-0.001,-1|-142.803,195.462,85.729|0,-111.801,90|2,0.4,2|-152.677,195.462,85.727|-0.01,111.79,-90|0.2,-1.5,0.5,0,0,-1,-1,0,-0.001,0,1,0|-147.744,124.26,79.203|7,0.4,4|0,3.5,8.499,-1,-0.001,0,0,1,0,0,-0.001,-1|Bomber Bay|-147.74,203.962,88.9|-0.001,0,0.499,0,-1,-0.001,-1,-0.001,-0.001,0,0,-1|0,-1,0.5,-1,-0.001,0,-0.001,1,-0.001,-0.001,-0.001,-1|0.5,-1,0.499,-1,0,0,0,1,0,-0.001,0,-1|0.499,-1.001,-0.501,1,-0.001,-0.001,0,1,-0.001,0,0,1|-4.001,-1.001,-0.001,0,0,1,0,1,-0.001,-1,0,0;0,3>14>2,3>15>651,5>14>4,5>15>254,6>14>4,6>15>286,7>14>4,7>15>290,11>14>8,11>15>115,12>14>8,12>15>588,13>14>8,13>15>14,18>14>16,18>15>250,19>14>16,19>15>14,20>14>16,20>15>21,26>14>23,26>15>1903,27>14>23,27>15>70,29>14>28,29>15>586,30>14>28,30>15>600,32>14>31,32>15>21,36>14>35,36>15>1897,37>14>35,37>15>1854,39>14>38,39>15>21,40>14>38,40>15>31,42>14>41,42>15>21,43>14>41,43>15>31,44>14>41,44>15>57,46>14>45,46>15>21,47>14>45,47>15>38,48>14>45,48>15>31,50>14>49,50>15>21,51>14>49,51>15>38,52>14>49,52>15>31,53>14>49,53>15>93,55>14>54,55>15>21,56>14>54,56>15>31,62>14>61,62>15>632,63>14>61,63>15>1967,65>14>64,65>15>1897,66>14>64,66>15>1854,68>14>67,68>15>632,69>14>67,69>15>1967,72>14>70,72>15>1908,73>14>70,73>15>1912,74>14>70,74>15>75,83>14>77,83>15>632,84>14>77,84>15>85,87'
  197. ..'>14>85,87>15>75,91>14>88,91>15>31,92>14>88,92>15>70,98>14>97,98>15>632,100>14>99,100>15>632,105>14>101,105>15>54,108>14>106,108>15>632,112>14>110,112>15>690,114>14>113,114>15>692,118>14>115,118>15>119,121>14>119,121>15>122,123>14>122,123>15>191,124>14>122,124>15>215,126>14>125,126>15>257,127>14>125,127>15>508,128>14>125,128>15>466,129>14>125,129>15>122,130>14>125,130>15>215,131>14>125,131>15>178,133>14>132,133>15>215,134>14>132,134>15>122,136>14>135,136>15>302,137>14>135,137>15>502,138>14>135,138>15>498,139>14>135,139>15>504,140>14>135,140>15>262,141>14>135,141>15>226,142>14>135,142>15>582,143>14>135,143>15>122,144>14>135,144>15>169,145>14>135,145>15>500,146>14>135,146>15>584,147>14>135,147>15>175,148>14>135,148>15>215,150>14>149,150>15>475,151>14>149,151>15>473,152>14>149,152>15>471,153>14>149,153>15>226,154>14>149,154>15>448,155>14>149,155>15>122,156>14>149,156>15>215,157>14>149,157>15>175,158>14>149,158>15>302,159>14>149,159>15>186,160>14>149,160>15>169,161>14>149,161>15>506,163>14>162,163>15>217,164>14>162,164>15>215,165>14>162,165>15>122,166>14>162,166>15>125,167>14>162,167>15>132,168>14>162,168>15>178,170>14>169,170>15>226,171>14>169,171>15>122,172>14>169,172>15>302,173>14>169,173>15>175,174>14>169,174>15>215,181>14>178,181>15>132,183>14>'
  198. ..'182,183>15>132,184>14>182,184>15>579,185>14>182,185>15>199,188>14>187,188>15>125,189>14>187,189>15>445,190>14>187,190>15>204,193>14>192,193>15>135,194>14>192,194>15>584,195>14>192,195>15>206,197>14>196,197>15>122,198>14>196,198>15>213,203>14>201,203>15>186,209>14>208,209>15>191,210>14>208,210>15>562,211>14>208,211>15>119,212>14>208,212>15>570,214>14>213,214>15>119,216>14>215,216>15>245,218>14>217,218>15>290,219>14>217,219>15>125,220>14>217,220>15>239,221>14>217,221>15>254,222>14>217,222>15>232,223>14>217,223>15>132,224>14>217,224>15>233,225>14>217,225>15>215,227>14>226,227>15>254,228>14>226,228>15>232,229>14>226,229>15>245,230>14>226,230>15>233,231>14>226,231>15>215,235>14>233,235>15>232,236>14>233,236>15>245,237>14>233,237>15>215,238>14>233,238>15>239,240>14>239,240>15>232,242>14>241,242>15>232,243>14>241,243>15>226,244>14>241,244>15>233,247>14>246,247>15>217,248>14>246,248>15>233,249>14>246,249>15>215,252>14>250,252>15>651,253>14>250,253>15>648,255>14>254,255>15>290,256>14>254,256>15>232,259>14>258,259>15>270,260>14>258,260>15>149,261>14>258,261>15>506,263>14>262,263>15>504,264>14>262,264>15>291,265>14>262,265>15>582,267>14>266,267>15>293,268>14>266,268>15>132,269>14>266,269>15>576,274>14>272,274>15>257,276>14>275,276>15>254,277>14>275,277>15'
  199. ..'>314,278>14>275,278>15>286,279>14>275,279>15>290,280>14>275,280>15>405,281>14>275,281>15>412,282>14>275,282>15>521,283>14>275,283>15>535,284>14>275,284>15>546,285>14>275,285>15>555,287>14>286,287>15>254,288>14>286,288>15>321,289>14>286,289>15>226,297>14>295,297>15>397,298>14>295,298>15>125,299>14>295,299>15>162,300>14>295,300>15>304,301>14>295,301>15>132,306>14>304,306>15>397,309>14>307,309>15>400,310>14>307,310>15>302,315>14>314,315>15>321,316>14>314,316>15>332,318>14>317,318>15>321,319>14>317,319>15>338,320>14>317,320>15>323,322>14>321,322>15>290,324>14>323,324>15>325,327>14>326,327>15>325,328>14>326,328>15>217,329>14>326,329>15>226,330>14>326,330>15>232,331>14>326,331>15>711,336>14>334,336>15>314,337>14>334,337>15>381,342>14>340,342>15>317,345>14>343,345>15>325,346>14>343,346>15>367,349>14>347,349>15>325,352>14>350,352>15>325,353>14>350,353>15>367,354>14>350,354>15>358,357>14>355,357>15>325,359>14>358,359>15>325,360>14>358,360>15>355,361>14>358,361>15>374,363>14>362,363>15>347,364>14>362,364>15>325,365>14>362,365>15>355,366>14>362,366>15>374,368>14>367,368>15>325,369>14>367,369>15>370,372>14>370,372>15>325,373>14>370,373>15>358,376>14>374,376>15>325,379>14>377,379>15>314,380>14>377,380>15>332,383>14>381,383>15>314,386>14>384,386>15>325,389>1'
  200. ..'4>387,389>15>325,392>14>390,392>15>317,393>14>390,393>15>397,396>14>394,396>15>317,398>14>397,398>15>125,399>14>397,399>15>321,401>14>400,401>15>321,402>14>400,402>15>302,403>14>400,403>15>394,404>14>400,404>15>149,406>14>405,406>15>424,408>14>407,408>15>412,409>14>407,409>15>425,410>14>407,410>15>430,411>14>407,411>15>254,413>14>412,413>15>511,414>14>412,414>15>405,415>14>412,415>15>533,416>14>412,416>15>674,418>14>417,418>15>405,420>14>419,420>15>405,421>14>419,421>15>417,422>14>419,422>15>424,423>14>419,423>15>603,427>14>426,427>15>407,428>14>426,428>15>425,429>14>426,429>15>443,431>14>430,431>15>425,432>14>430,432>15>441,435>14>433,435>15>417,436>14>433,436>15>603,439>14>437,439>15>424,440>14>437,440>15>603,447>14>445,447>15>125,450>14>448,450>15>2009,451>14>448,451>15>186,454>14>452,454>15>215,455>14>452,455>15>191,458>14>456,458>15>215,459>14>456,459>15>191,462>14>460,462>15>215,465>14>463,465>15>125,470>14>468,470>15>125,479>14>477,479>15>258,480>14>477,480>15>149,483>14>481,483>15>257,484>14>481,484>15>125,487>14>485,487>15>132,490>14>488,490>15>132,493>14>491,493>15>132,496>14>494,496>15>266,497>14>494,497>15>132,510>14>508,510>15>257,515>14>513,515>15>412,516>14>513,516>15>539,519>14>517,519>15>412,520>14>517,520>15>544,523>14>521,523'
  201. ..'>15>412,524>14>521,524>15>546,527>14>525,527>15>412,528>14>525,528>15>548,531>14>529,531>15>412,532>14>529,532>15>550,537>14>535,537>15>412,538>14>535,538>15>674,543>14>541,543>15>511,554>14>552,554>15>533,557>14>555,557>15>535,558>14>555,558>15>674,561>14>559,561>15>412,564>14>562,564>15>191,567>14>565,567>15>562,568>14>565,568>15>208,569>14>565,569>15>570,574>14>572,574>15>562,575>14>572,575>15>570,578>14>576,578>15>132,581>14>579,581>15>132,587>14>586,587>15>576,590>14>588,590>15>607,591>14>588,591>15>643,592>14>588,592>15>641,593>14>588,593>15>645,594>14>588,594>15>627,595>14>588,595>15>600,596>14>588,596>15>619,597>14>588,597>15>646,598>14>588,598>15>586,599>14>588,599>15>14,601>14>600,601>15>641,602>14>600,602>15>576,604>14>603,604>15>405,605>14>603,605>15>417,606>14>603,606>15>424,608>14>607,608>15>582,609>14>607,609>15>645,611>14>610,611>15>588,612>14>610,612>15>645,613>14>610,613>15>582,615>14>614,615>15>588,616>14>614,616>15>634,617>14>614,617>15>646,618>14>614,618>15>584,620>14>619,620>15>579,621>14>619,621>15>34,623>14>622,623>15>643,624>14>622,624>15>588,625>14>622,625>15>34,626>14>622,626>15>579,628>14>627,628>15>584,630>14>629,630>15>610,631>14>629,631>15>607,635>14>634,635>15>627,640>14>636,640>15>45,642>14>641,642>15>586,644>14'
  202. ..'>643,644>15>619,647>14>646,647>15>627,650>14>648,650>15>659,654>14>653,654>15>648,656>14>655,656>15>651,657>14>655,657>15>667,658>14>655,658>15>2,660>14>659,660>15>668,662>14>661,662>15>113,663>14>661,663>15>651,664>14>661,664>15>2,666>14>665,666>15>653,671>14>669,671>15>412,672>14>669,672>15>521,673>14>669,673>15>546,680>14>679,680>15>677,681>14>679,681>15>452,682>14>679,682>15>460,683>14>679,683>15>456,685>14>684,685>15>698,686>14>684,686>15>665,688>14>687,688>15>667,689>14>687,689>15>696,691>14>690,691>15>668,695>14>693,695>15>1863,702>14>700,702>15>692,705>14>703,705>15>2,706>14>703,706>15>693,708>14>707,708>15>286,709>14>707,709>15>290,710>14>707,710>15>232,715>14>713,715>15>106,718>14>716,718>15>731,719>14>716,719>15>740,720>14>716,720>15>727,721>14>716,721>15>743,722>14>716,722>15>729,723>14>716,723>15>733,724>14>716,724>15>748,725>14>716,725>15>713,726>14>716,726>15>756,735>14>734,735>15>731,736>14>734,736>15>738,737>14>734,737>15>716,741>14>740,741>15>731,742>14>740,742>15>746,745>14>743,745>15>733,749>14>748,749>15>743,752>14>750,752>15>748,755>14>753,755>15>733,758>14>756,758>15>1590,761>14>759,761>15>763,762>14>759,762>15>756,765>14>763,765>15>766,768>14>766,768>15>912,771>14>769,771>15>777,772>14>769,772>15>766,773>14>769,773>15>77'
  203. ..'4,776>14>774,776>15>780,779>14>777,779>15>787,782>14>780,782>15>904,783>14>780,783>15>805,784>14>780,784>15>842,785>14>780,785>15>810,786>14>780,786>15>896,789>14>787,789>15>837,790>14>787,790>15>867,793>14>791,793>15>777,796>14>794,796>15>774,797>14>794,797>15>803,800>14>798,800>15>889,801>14>798,801>15>1590,802>14>798,802>15>791,807>14>806,807>15>904,808>14>806,808>15>780,809>14>806,809>15>877,812>14>811,812>15>842,813>14>811,813>15>896,814>14>811,814>15>780,816>14>815,816>15>919,817>14>815,817>15>927,818>14>815,818>15>766,820>14>819,820>15>766,822>14>821,822>15>766,823>14>821,823>15>912,824>14>821,824>15>906,826>14>825,826>15>1957,827>14>825,827>15>927,828>14>825,828>15>868,829>14>825,829>15>912,830>14>825,830>15>766,832>14>831,832>15>787,833>14>831,833>15>867,835>14>834,835>15>787,836>14>834,836>15>909,839>14>838,839>15>909,840>14>838,840>15>787,841>14>838,841>15>867,843>14>842,843>15>904,844>14>842,844>15>810,845>14>842,845>15>896,846>14>842,846>15>934,847>14>842,847>15>946,849>14>848,849>15>906,850>14>848,850>15>927,851>14>848,851>15>919,852>14>848,852>15>961,853>14>848,853>15>956,854>14>848,854>15>821,855>14>848,855>15>815,856>14>848,856>15>1016,857>14>848,857>15>766,858>14>848,858>15>912,860>14>859,860>15>834,861>14>859,861>15>787,862>1'
  204. ..'4>859,862>15>837,863>14>859,863>15>929,864>14>859,864>15>922,865>14>859,865>15>909,866>14>859,866>15>1021,869>14>868,869>15>927,870>14>868,870>15>949,871>14>868,871>15>906,872>14>868,872>15>1016,873>14>868,873>15>766,874>14>868,874>15>912,875>14>868,875>15>819,876>14>868,876>15>919,878>14>877,878>15>891,879>14>877,879>15>904,880>14>877,880>15>805,881>14>877,881>15>896,882>14>877,882>15>934,883>14>877,883>15>780,884>14>877,884>15>945,885>14>877,885>15>948,888>14>886,888>15>803,892>14>891,892>15>842,893>14>891,893>15>805,894>14>891,894>15>780,895>14>891,895>15>810,897>14>896,897>15>805,899>14>898,899>15>842,900>14>898,900>15>877,901>14>898,901>15>811,902>14>898,902>15>780,903>14>898,903>15>806,905>14>904,905>15>810,907>14>906,907>15>766,908>14>906,908>15>819,910>14>909,910>15>787,911>14>909,911>15>867,914>14>913,914>15>787,915>14>913,915>15>831,916>14>913,916>15>834,917>14>913,917>15>859,918>14>913,918>15>867,920>14>919,920>15>766,921>14>919,921>15>819,923>14>922,923>15>787,924>14>922,924>15>837,925>14>922,925>15>867,926>14>922,926>15>838,928>14>927,928>15>766,930>14>929,930>15>787,931>14>929,931>15>831,932>14>929,932>15>837,933>14>929,933>15>867,936>14>934,936>15>945,937>14>934,937>15>946,938>14>934,938>15>948,940>14>939,940>15>1093,942>14>941,9'
  205. ..'42>15>934,943>14>941,943>15>842,944>14>941,944>15>939,947>14>946,947>15>1005,951>14>950,951>15>1032,952>14>950,952>15>868,953>14>950,953>15>1016,954>14>950,954>15>987,955>14>950,955>15>1043,957>14>956,957>15>1002,958>14>956,958>15>1016,959>14>956,959>15>1032,960>14>956,960>15>1071,962>14>961,962>15>1016,963>14>961,963>15>1043,965>14>964,965>15>859,966>14>964,966>15>1050,967>14>964,967>15>1021,968>14>964,968>15>1041,970>14>969,970>15>859,971>14>969,971>15>1003,972>14>969,972>15>1021,974>14>973,974>15>1000,975>14>973,975>15>867,976>14>973,976>15>1021,977>14>973,977>15>1050,979>14>978,979>15>867,980>14>978,980>15>991,981>14>978,981>15>1041,983>14>982,983>15>1026,984>14>982,984>15>948,985>14>982,985>15>1044,986>14>982,986>15>1093,988>14>987,988>15>1043,989>14>987,989>15>1032,990>14>987,990>15>1093,993>14>992,993>15>945,994>14>992,994>15>1093,996>14>995,996>15>1071,997>14>995,997>15>1053,998>14>995,998>15>949,999>14>995,999>15>1093,1001>14>1000,1001>15>1093,1004>14>1003,1004>15>1093,1007>14>1006,1007>15>961,1008>14>1006,1008>15>1043,1009>14>1006,1009>15>1053,1010>14>1006,1010>15>1093,1012>14>1011,1012>15>1050,1013>14>1011,1013>15>964,1014>14>1011,1014>15>1041,1015>14>1011,1015>15>1093,1018>14>1016,1018>15>1032,1019>14>1016,1019>15>949,1020>14>1016,1'
  206. ..'020>15>1043,1023>14>1021,1023>15>867,1024>14>1021,1024>15>978,1025>14>1021,1025>15>1041,1027>14>1026,1027>15>934,1028>14>1026,1028>15>939,1029>14>1026,1029>15>941,1030>14>1026,1030>15>948,1031>14>1026,1031>15>1093,1033>14>1032,1033>15>1002,1035>14>1034,1035>15>969,1036>14>1034,1036>15>1003,1037>14>1034,1037>15>978,1038>14>1034,1038>15>991,1039>14>1034,1039>15>1021,1040>14>1034,1040>15>1093,1042>14>1041,1042>15>991,1045>14>1044,1045>15>934,1046>14>1044,1046>15>946,1047>14>1044,1047>15>948,1048>14>1044,1048>15>1005,1049>14>1044,1049>15>1093,1051>14>1050,1051>15>1000,1052>14>1050,1052>15>1093,1054>14>1053,1054>15>961,1055>14>1053,1055>15>1016,1056>14>1053,1056>15>949,1057>14>1053,1057>15>1093,1059>14>1058,1059>15>934,1060>14>1058,1060>15>945,1061>14>1058,1061>15>946,1062>14>1058,1062>15>1005,1063>14>1058,1063>15>992,1064>14>1058,1064>15>1093,1066>14>1065,1066>15>939,1067>14>1065,1067>15>941,1068>14>1065,1068>15>945,1069>14>1065,1069>15>992,1070>14>1065,1070>15>1093,1072>14>1071,1072>15>1002,1073>14>1071,1073>15>949,1074>14>1071,1074>15>1093,1076>14>1075,1076>15>969,1077>14>1075,1077>15>973,1078>14>1075,1078>15>1000,1079>14>1075,1079>15>1003,1080>14>1075,1080>15>1093,1084>14>1081,1084>15>934,1088>14>1085,1088>15>1016,1092>14>1089,1092>15>1021,1095>'
  207. ..'14>1093,1095>15>1002,1096>14>1093,1096>15>1043,1097>14>1093,1097>15>1032,1098>14>1093,1098>15>1005,1099>14>1093,1099>15>991,1100>14>1093,1100>15>1041,1102>14>1101,1102>15>1408,1103>14>1101,1103>15>1147,1104>14>1101,1104>15>1399,1105>14>1101,1105>15>1221,1106>14>1101,1106>15>1178,1107>14>1101,1107>15>1315,1108>14>1101,1108>15>1313,1109>14>1101,1109>15>1156,1110>14>1101,1110>15>1135,1111>14>1101,1111>15>1165,1112>14>1101,1112>15>1225,1113>14>1101,1113>15>1146,1114>14>1101,1114>15>1407,1115>14>1101,1115>15>2001,1116>14>1101,1116>15>1342,1117>14>1101,1117>15>1423,1118>14>1101,1118>15>2003,1119>14>1101,1119>15>1304,1120>14>1101,1120>15>1278,1121>14>1101,1121>15>1340,1122>14>1101,1122>15>1141,1123>14>1101,1123>15>1195,1124>14>1101,1124>15>1372,1125>14>1101,1125>15>1209,1126>14>1101,1126>15>1216,1127>14>1101,1127>15>1303,1128>14>1101,1128>15>1093,1129>14>1101,1129>15>1346,1130>14>1101,1130>15>1201,1131>14>1101,1131>15>1226,1132>14>1101,1132>15>1323,1133>14>1101,1133>15>1414,1134>14>1101,1134>15>1418,1136>14>1135,1136>15>1195,1137>14>1135,1137>15>1315,1138>14>1135,1138>15>1179,1139>14>1135,1139>15>1178,1140>14>1135,1140>15>1313,1143>14>1142,1143>15>1101,1144>14>1142,1144>15>1430,1145>14>1142,1145>15>1146,1149>14>1148,1149>15>1430,1150>14>1148,1150>15>1'
  208. ..'101,1151>14>1148,1151>15>1416,1153>14>1152,1153>15>1101,1154>14>1152,1154>15>1430,1155>14>1152,1155>15>1414,1157>14>1156,1157>15>1147,1159>14>1158,1159>15>1351,1160>14>1158,1160>15>1349,1162>14>1161,1162>15>1407,1163>14>1161,1163>15>1216,1164>14>1161,1164>15>1425,1166>14>1165,1166>15>1236,1168>14>1167,1168>15>1101,1169>14>1167,1169>15>1172,1170>14>1167,1170>15>1135,1171>14>1167,1171>15>1175,1173>14>1172,1173>15>1101,1174>14>1172,1174>15>1238,1176>14>1175,1176>15>1172,1177>14>1175,1177>15>1135,1180>14>1179,1180>15>1181,1182>14>1181,1182>15>1101,1183>14>1181,1183>15>1237,1185>14>1184,1185>15>1101,1186>14>1184,1186>15>1135,1187>14>1184,1187>15>1179,1188>14>1184,1188>15>1181,1190>14>1189,1190>15>1101,1191>14>1189,1191>15>1135,1193>14>1192,1193>15>1135,1194>14>1192,1194>15>1189,1197>14>1196,1197>15>1101,1198>14>1196,1198>15>1135,1199>14>1196,1199>15>1192,1200>14>1196,1200>15>1189,1202>14>1201,1202>15>1316,1203>14>1201,1203>15>1419,1204>14>1201,1204>15>1421,1205>14>1201,1205>15>1135,1206>14>1201,1206>15>1399,1207>14>1201,1207>15>1408,1208>14>1201,1208>15>1221,1210>14>1209,1210>15>1418,1211>14>1209,1211>15>1323,1213>14>1212,1213>15>1426,1214>14>1212,1214>15>1423,1215>14>1212,1215>15>1226,1217>14>1216,1217>15>1135,1218>14>1216,1218>15>1407,1219>14>1216'
  209. ..',1219>15>1425,1220>14>1216,1220>15>1225,1222>14>1221,1222>15>1418,1224>14>1223,1224>15>1209,1228>14>1227,1228>15>1240,1229>14>1227,1229>15>1189,1231>14>1230,1231>15>1243,1232>14>1230,1232>15>1195,1234>14>1233,1234>15>1248,1235>14>1233,1235>15>1178,1239>14>1238,1239>15>1254,1241>14>1240,1241>15>1276,1242>14>1240,1242>15>1256,1245>14>1244,1245>15>1260,1246>14>1244,1246>15>1237,1247>14>1244,1247>15>1273,1249>14>1248,1249>15>1262,1250>14>1248,1250>15>1272,1252>14>1251,1252>15>1268,1253>14>1251,1253>15>1236,1255>14>1254,1255>15>1264,1258>14>1257,1258>15>1243,1259>14>1257,1259>15>1274,1261>14>1260,1261>15>1273,1263>14>1262,1263>15>1272,1266>14>1265,1266>15>1251,1267>14>1265,1267>15>1268,1270>14>1269,1270>15>1254,1271>14>1269,1271>15>1264,1275>14>1274,1275>15>1243,1277>14>1276,1277>15>1256,1279>14>1278,1279>15>1449,1280>14>1278,1280>15>1340,1281>14>1278,1281>15>1382,1282>14>1278,1282>15>1141,1283>14>1278,1283>15>1446,1285>14>1284,1285>15>1301,1286>14>1284,1286>15>1340,1287>14>1284,1287>15>1377,1288>14>1284,1288>15>1101,1289>14>1284,1289>15>1141,1290>14>1284,1290>15>1298,1292>14>1291,1292>15>1295,1293>14>1291,1293>15>1340,1294>14>1291,1294>15>1278,1296>14>1295,1296>15>1340,1297>14>1295,1297>15>1278,1299>14>1298,1299>15>1340,1300>14>1298,1300>15>1301,13'
  210. ..'02>14>1301,1302>15>1340,1306>14>1305,1306>15>1135,1307>14>1305,1307>15>1303,1309>14>1308,1309>15>1101,1310>14>1308,1310>15>1135,1311>14>1308,1311>15>1305,1312>14>1308,1312>15>1303,1314>14>1313,1314>15>1315,1317>14>1316,1317>15>1351,1318>14>1316,1318>15>1323,1319>14>1316,1319>15>1410,1320>14>1316,1320>15>1408,1321>14>1316,1321>15>1365,1322>14>1316,1322>15>1419,1324>14>1323,1324>15>1365,1325>14>1323,1325>15>1340,1326>14>1323,1326>15>1141,1327>14>1323,1327>15>1339,1328>14>1323,1328>15>1372,1330>14>1329,1330>15>1161,1331>14>1329,1331>15>1366,1332>14>1329,1332>15>1346,1333>14>1329,1333>15>1340,1334>14>1329,1334>15>1101,1335>14>1329,1335>15>1141,1336>14>1329,1336>15>1372,1337>14>1329,1337>15>1339,1338>14>1329,1338>15>1212,1341>14>1340,1341>15>1339,1343>14>1342,1343>15>1340,1344>14>1342,1344>15>1141,1345>14>1342,1345>15>1323,1347>14>1346,1347>15>1340,1348>14>1346,1348>15>1141,1350>14>1349,1350>15>1340,1353>14>1352,1353>15>1158,1354>14>1352,1354>15>1161,1355>14>1352,1355>15>1361,1357>14>1356,1357>15>1316,1358>14>1356,1358>15>1351,1359>14>1356,1359>15>1349,1360>14>1356,1360>15>1158,1362>14>1361,1362>15>1161,1363>14>1361,1363>15>1349,1364>14>1361,1364>15>1158,1367>14>1366,1367>15>1161,1369>14>1368,1369>15>1284,1370>14>1368,1370>15>1377,1371>14>1368,1371>'
  211. ..'15>1372,1373>14>1372,1373>15>1340,1374>14>1372,1374>15>1141,1375>14>1372,1375>15>1339,1376>14>1372,1376>15>1382,1378>14>1377,1378>15>1449,1379>14>1377,1379>15>1278,1380>14>1377,1380>15>1446,1381>14>1377,1381>15>1382,1383>14>1382,1383>15>1446,1385>14>1384,1385>15>1390,1386>14>1384,1386>15>1382,1388>14>1387,1388>15>1430,1389>14>1387,1389>15>1384,1392>14>1391,1392>15>1395,1393>14>1391,1393>15>1368,1394>14>1391,1394>15>1396,1398>14>1397,1398>15>1377,1400>14>1399,1400>15>1135,1401>14>1399,1401>15>1408,1403>14>1402,1403>15>1101,1404>14>1402,1404>15>1407,1405>14>1402,1405>15>1216,1406>14>1402,1406>15>1135,1409>14>1408,1409>15>1410,1412>14>1411,1412>15>1161,1413>14>1411,1413>15>1407,1415>14>1414,1415>15>1226,1417>14>1416,1417>15>1101,1420>14>1419,1420>15>1421,1422>14>1421,1422>15>1418,1424>14>1423,1424>15>1225,1427>14>1426,1427>15>1216,1428>14>1426,1428>15>1425,1429>14>1426,1429>15>1423,1431>14>1430,1431>15>1484,1432>14>1430,1432>15>1443,1433>14>1430,1433>15>1531,1434>14>1430,1434>15>1303,1435>14>1430,1435>15>1304,1436>14>1430,1436>15>1395,1437>14>1430,1437>15>1444,1438>14>1430,1438>15>1390,1439>14>1430,1439>15>1147,1440>14>1430,1440>15>1530,1441>14>1430,1441>15>1487,1442>14>1430,1442>15>1396,1445>14>1444,1445>15>1944,1450>14>1449,1450>15>1446,1452>14>'
  212. ..'1451,1452>15>1449,1453>14>1451,1453>15>1446,1454>14>1451,1454>15>1377,1455>14>1451,1455>15>1382,1457>14>1456,1457>15>1449,1458>14>1456,1458>15>1278,1459>14>1456,1459>15>1446,1460>14>1456,1460>15>1372,1461>14>1456,1461>15>1451,1462>14>1456,1462>15>1382,1464>14>1463,1464>15>1430,1465>14>1463,1465>15>1443,1466>14>1463,1466>15>1444,1467>14>1463,1467>15>1947,1468>14>1463,1468>15>1946,1469>14>1463,1469>15>1945,1471>14>1470,1471>15>1475,1472>14>1470,1472>15>1430,1473>14>1470,1473>15>1537,1474>14>1470,1474>15>1487,1476>14>1475,1476>15>311,1478>14>1477,1478>15>1475,1479>14>1477,1479>15>1555,1480>14>1477,1480>15>1689,1482>14>1481,1482>15>1635,1483>14>1481,1483>15>1639,1486>14>1485,1486>15>1484,1489>14>1488,1489>15>1430,1490>14>1488,1490>15>1550,1491>14>1488,1491>15>1752,1492>14>1488,1492>15>1799,1493>14>1488,1493>15>1749,1494>14>1488,1494>15>1707,1495>14>1488,1495>15>1574,1496>14>1488,1496>15>1543,1497>14>1488,1497>15>1542,1498>14>1488,1498>15>1750,1499>14>1488,1499>15>1536,1500>14>1488,1500>15>1541,1501>14>1488,1501>15>1539,1502>14>1488,1502>15>1549,1503>14>1488,1503>15>1540,1504>14>1488,1504>15>1537,1505>14>1488,1505>15>1579,1506>14>1488,1506>15>1487,1507>14>1488,1507>15>1547,1508>14>1488,1508>15>1538,1510>14>1509,1510>15>1430,1511>14>1509,1511>15>1752'
  213. ..',1512>14>1509,1512>15>1749,1513>14>1509,1513>15>1550,1514>14>1509,1514>15>1542,1515>14>1509,1515>15>1470,1516>14>1509,1516>15>1541,1517>14>1509,1517>15>1536,1518>14>1509,1518>15>1750,1519>14>1509,1519>15>1540,1520>14>1509,1520>15>1549,1521>14>1509,1521>15>1539,1522>14>1509,1522>15>1537,1523>14>1509,1523>15>1487,1524>14>1509,1524>15>1547,1525>14>1509,1525>15>1538,1527>14>1526,1527>15>1430,1528>14>1526,1528>15>1470,1529>14>1526,1529>15>1550,1533>14>1532,1533>15>1430,1534>14>1532,1534>15>1550,1535>14>1532,1535>15>1470,1544>14>1543,1544>15>1509,1545>14>1543,1545>15>1722,1546>14>1543,1546>15>1737,1548>14>1547,1548>15>1737,1551>14>1550,1551>15>1530,1552>14>1550,1552>15>1574,1553>14>1550,1553>15>1555,1554>14>1550,1554>15>1531,1556>14>1555,1556>15>1698,1558>14>1557,1558>15>1550,1559>14>1557,1559>15>1769,1560>14>1557,1560>15>1752,1561>14>1557,1561>15>1749,1562>14>1557,1562>15>1772,1563>14>1557,1563>15>1750,1564>14>1557,1564>15>1536,1565>14>1557,1565>15>1775,1566>14>1557,1566>15>1549,1567>14>1557,1567>15>1547,1569>14>1568,1569>15>1488,1570>14>1568,1570>15>1576,1571>14>1568,1571>15>1574,1572>14>1568,1572>15>1531,1573>14>1568,1573>15>1557,1575>14>1574,1575>15>1799,1577>14>1576,1577>15>1578,1580>14>1579,1580>15>1584,1581>14>1579,1581>15>1589,1582>14>1579,15'
  214. ..'82>15>1531,1583>14>1579,1583>15>1557,1585>14>1584,1585>15>1589,1587>14>1586,1587>15>1579,1588>14>1586,1588>15>1584,1592>14>1590,1592>15>1596,1593>14>1590,1593>15>803,1594>14>1590,1594>15>1595,1598>14>1597,1598>15>1612,1599>14>1597,1599>15>1595,1600>14>1597,1600>15>1602,1604>14>1603,1604>15>1601,1606>14>1605,1606>15>1596,1607>14>1605,1607>15>1610,1608>14>1605,1608>15>1601,1609>14>1605,1609>15>1611,1614>14>1613,1614>15>1596,1615>14>1613,1615>15>1595,1617>14>1616,1617>15>1610,1618>14>1616,1618>15>1611,1620>14>1619,1620>15>1622,1621>14>1619,1621>15>1616,1623>14>1622,1623>15>1630,1625>14>1624,1625>15>1584,1626>14>1624,1626>15>1637,1628>14>1627,1628>15>1578,1629>14>1627,1629>15>1574,1632>14>1631,1632>15>1622,1633>14>1631,1633>15>1637,1634>14>1631,1634>15>1662,1636>14>1635,1636>15>1622,1638>14>1637,1638>15>1622,1640>14>1639,1640>15>1643,1641>14>1639,1641>15>1622,1642>14>1639,1642>15>1635,1644>14>1643,1644>15>1584,1646>14>1645,1646>15>1624,1647>14>1645,1647>15>1630,1648>14>1645,1648>15>1637,1650>14>1649,1650>15>1630,1651>14>1649,1651>15>1643,1652>14>1649,1652>15>1639,1653>14>1649,1653>15>1657,1655>14>1654,1655>15>1624,1656>14>1654,1656>15>1645,1658>14>1657,1658>15>1643,1660>14>1659,1660>15>1624,1661>14>1659,1661>15>1637,1663>14>1662,1663>15>1637,1665>1'
  215. ..'4>1664,1665>15>1643,1666>14>1664,1666>15>1639,1668>14>1667,1668>15>1722,1669>14>1667,1669>15>1430,1670>14>1667,1670>15>1737,1671>14>1667,1671>15>1938,1672>14>1667,1672>15>1937,1673>14>1667,1673>15>1470,1674>14>1667,1674>15>1943,1676>14>1675,1676>15>1717,1677>14>1675,1677>15>1711,1678>14>1675,1678>15>1705,1679>14>1675,1679>15>1477,1680>14>1675,1680>15>1850,1681>14>1675,1681>15>1700,1682>14>1675,1682>15>1822,1684>14>1683,1684>15>1477,1685>14>1683,1685>15>1705,1686>14>1683,1686>15>1700,1687>14>1683,1687>15>1712,1688>14>1683,1688>15>1822,1690>14>1689,1690>15>1714,1691>14>1689,1691>15>1705,1692>14>1689,1692>15>1822,1694>14>1693,1694>15>1555,1695>14>1693,1695>15>1715,1696>14>1693,1696>15>1705,1697>14>1693,1697>15>1822,1699>14>1698,1699>15>1716,1701>14>1700,1701>15>1824,1702>14>1700,1702>15>1698,1703>14>1700,1703>15>1693,1704>14>1700,1704>15>1689,1706>14>1705,1706>15>1698,1708>14>1707,1708>15>1509,1709>14>1707,1709>15>1705,1710>14>1707,1710>15>1477,1713>14>1712,1713>15>1775,1718>14>1717,1718>15>1716,1719>14>1717,1719>15>1715,1720>14>1717,1720>15>1712,1721>14>1717,1721>15>1714,1723>14>1722,1723>15>1752,1724>14>1722,1724>15>1749,1725>14>1722,1725>15>1542,1726>14>1722,1726>15>1470,1727>14>1722,1727>15>1750,1728>14>1722,1728>15>1536,1729>14>1722,1729>15>1'
  216. ..'541,1730>14>1722,1730>15>1549,1731>14>1722,1731>15>1540,1732>14>1722,1732>15>1539,1733>14>1722,1733>15>1547,1734>14>1722,1734>15>1538,1735>14>1722,1735>15>1537,1736>14>1722,1736>15>1550,1738>14>1737,1738>15>1752,1739>14>1737,1739>15>1749,1740>14>1737,1740>15>1542,1741>14>1737,1741>15>1536,1742>14>1737,1742>15>1541,1743>14>1737,1743>15>1549,1744>14>1737,1744>15>1540,1745>14>1737,1745>15>1539,1746>14>1737,1746>15>1538,1747>14>1737,1747>15>1537,1748>14>1737,1748>15>1550,1751>14>1750,1751>15>1737,1754>14>1753,1754>15>1716,1755>14>1753,1755>15>1574,1756>14>1753,1756>15>1557,1758>14>1757,1758>15>1550,1759>14>1757,1759>15>1753,1760>14>1757,1760>15>1769,1761>14>1757,1761>15>1752,1762>14>1757,1762>15>1749,1763>14>1757,1763>15>1772,1764>14>1757,1764>15>1750,1765>14>1757,1765>15>1536,1766>14>1757,1766>15>1775,1767>14>1757,1767>15>1549,1768>14>1757,1768>15>1547,1770>14>1769,1770>15>1574,1771>14>1769,1771>15>1715,1773>14>1772,1773>15>1714,1774>14>1772,1774>15>1574,1776>14>1775,1776>15>1574,1779>14>1777,1779>15>668,1781>14>1780,1781>15>1777,1783>14>1782,1783>15>1789,1786>14>1785,1786>15>1803,1787>14>1785,1787>15>1777,1788>14>1785,1788>15>1789,1790>14>1789,1790>15>1780,1791>14>1789,1791>15>1793,1792>14>1789,1792>15>1784,1794>14>1793,1794>15>1796,1795>14>1793,'
  217. ..'1795>15>1799,1797>14>1796,1797>15>1715,1798>14>1796,1798>15>1769,1801>14>1800,1801>15>1785,1806>14>1805,1806>15>1802,1807>14>1805,1807>15>1804,1809>14>1808,1809>15>1856,1810>14>1808,1810>15>1858,1811>14>1808,1811>15>1557,1812>14>1808,1812>15>1574,1813>14>1808,1813>15>1859,1814>14>1808,1814>15>1861,1815>14>1808,1815>15>1757,1816>14>1808,1816>15>1817,1818>14>1817,1818>15>1737,1819>14>1817,1819>15>1550,1820>14>1817,1820>15>1750,1821>14>1817,1821>15>1752,1823>14>1822,1823>15>1698,1825>14>1824,1825>15>1705,1826>14>1824,1826>15>1858,1827>14>1824,1827>15>1822,1829>14>1828,1829>15>1854,1830>14>1828,1830>15>1574,1832>14>1831,1832>15>1555,1833>14>1831,1833>15>1854,1834>14>1831,1834>15>1705,1835>14>1831,1835>15>1717,1836>14>1831,1836>15>1844,1837>14>1831,1837>15>1700,1838>14>1831,1838>15>1822,1840>14>1839,1840>15>1716,1842>14>1841,1842>15>1845,1843>14>1841,1843>15>1828,1849>14>1847,1849>15>1844,1853>14>1851,1853>15>1850,1855>14>1854,1855>15>1839,1857>14>1856,1857>15>1824,1860>14>1859,1860>15>1824,1862>14>1861,1862>15>1824,1865>14>1863,1865>15>1866,1868>14>1867,1868>15>1866,1869>14>1867,1869>15>1863,1870>14>1867,1870>15>1871,1873>14>1872,1873>15>1882,1874>14>1872,1874>15>1871,1875>14>1872,1875>15>1899,1876>14>1872,1876>15>1902,1877>14>1872,1877>15>1891,187'
  218. ..'9>14>1878,1879>15>1899,1880>14>1878,1880>15>1871,1881>14>1878,1881>15>1898,1883>14>1882,1883>15>1871,1884>14>1882,1884>15>1902,1886>14>1885,1886>15>1878,1887>14>1885,1887>15>1891,1888>14>1885,1888>15>1900,1889>14>1885,1889>15>1871,1890>14>1885,1890>15>1898,1892>14>1891,1892>15>1882,1893>14>1891,1893>15>1878,1894>14>1891,1894>15>1902,1895>14>1891,1895>15>1897,1896>14>1891,1896>15>1898,1901>14>1900,1901>15>1882,1904>14>1903,1904>15>21,1905>14>1903,1905>15>41,1906>14>1903,1906>15>31,1907>14>1903,1907>15>54,1911>14>1908,1911>15>31,1915>14>1912,1915>15>38,1917>14>1916,1917>15>1484,1918>14>1916,1918>15>1485,1919>14>1916,1919>15>1430,1920>14>1916,1920>15>1949,1922>14>1921,1922>15>1485,1923>14>1921,1923>15>1931,1925>14>1924,1925>15>1484,1926>14>1924,1926>15>1485,1927>14>1924,1927>15>1430,1928>14>1924,1928>15>1938,1929>14>1924,1929>15>1667,1930>14>1924,1930>15>1931,1933>14>1932,1933>15>1916,1934>14>1932,1934>15>1921,1936>14>1935,1936>15>1937,1939>14>1938,1939>15>1935,1941>14>1940,1941>15>1938,1942>14>1940,1942>15>1943,1948>14>1947,1948>15>1952,1951>14>1950,1951>15>1443,1953>14>1952,1953>15>1945,1955>14>1954,1955>15>1946,1956>14>1954,1956>15>1945,1966>14>1957,1966>15>766,1985>14>1976,1985>15>119,1995>14>1986,1995>15>149,1996>14>1986,1996>15>119,1999>14>1'
  219. ..'997,1999>15>1101,2000>14>1997,2000>15>1201,2005>14>2003,2005>15>1216,2008>14>2006,2008>15>756,2015>14>2012,2015>15>445,2018>14>2016,2018>15>759,2021>14>2019,2021>15>233,2022>14>2019,2022>15>232,2023>14>2019,2023>15>217,2024>14>2019,2024>15>226,2025>14>2019,2025>15>215;2|1:2;n;1|1:3|2:4|3:5|4:6|5:7|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:9|13:10;p;4|1:11|2:4|16:12|3:13|4:14|5:15|7:8|11:16|16:12|16:12;n;3|12:17|13:18;3|12:19|13:20;3|12:21|13:22;p;1|1:23|2:4|16:24|17:25|3:26|4:27|5:28|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;5;6|1:29|18:30;3|12:31|13:32;3|12:33|13:34;3|12:35|13:36;p;1|1:3|2:4|16:37|17:25|3:38|4:39|5:40|6:8|7:8|8:8|9:8|10:8|11:8|16:37|16:37;n;7|19:41|20:42;p;1|1:3|2:4|16:43|17:25|3:44|4:6|5:45|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;5|19:46;3|12:47|13:48;3|12:47|13:49;3|12:50|13:51;p;1|1:3|2:4|16:37|17:25|3:52|4:39|5:40|6:8|7:8|8:8|9:8|10:8|11:8|16:37|16:37;n;7|19:53|20:42;p;8|1:3|2:4|21:4|3:54|4:55|5:56|6:8|7:8|8:8|9:8|10:8|11:8;n;9|22:57|23:58;9|22:57|23:59;3|12:60|13:61;3|12:60|13:62;p;8|1:3|2:4|16:63|17:64|3:65|4:66|5:67|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;3|12:17|13:68;3|12:17|13:69;p;1|1:3|2:4|21:4|3:70|4:71|5:72|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:73|13:74;p;1|1:3|2:4|21:4|3:75|4:76|5:77|6:8|7:8|8:8|9:8|10:8|11:8;8|1:3|2:4|16:63|17'
  220. ..':64|3:78|4:79|5:67|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;1|1:3|2:4|16:24|17:80|3:81|4:82|5:83|6:84|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:85|13:86;10|12:87|13:88;p;1|1:3|2:4|21:4|3:89|4:90|5:91|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:73|13:92;3|12:93|13:94;p;8|1:3|2:4|21:4|3:95|4:96|5:97|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:98|13:99;3|12:100|13:101;3|12:102|13:103;p;8|1:3|2:4|21:4|3:104|4:105|5:97|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:85|13:106;3|12:87|13:107;3|12:100|13:108;p;8|1:3|2:4|21:4|3:109|4:110|5:97|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:98|13:111;3|12:87|13:112;3|12:100|13:113;3|12:102|13:114;p;8|1:3|2:4|21:4|3:115|4:116|5:97|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:85|13:117;3|12:100|13:118;p;8|1:3|2:4|21:4|3:119|4:120|5:121|6:8|7:8|8:8|9:8|10:8|11:8;n;9|22:57|23:58;7|19:122|20:8;9|22:57|23:59;p;8|1:3|2:4|16:123|17:25|3:124|4:125|5:126|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:100|13:127;3|12:128|13:129;p;1|1:3|2:4|16:24|17:80|3:130|4:131|5:132|6:84|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:85|13:133;10|12:134|13:135;p;8|1:3|2:4|16:123|17:25|3:136|4:137|5:126|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:100|13:138;3|12:9|13:139;p;1|1:3|2:4|16:43|17:140|3:141|4:142|5:143|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;7|19:144|20:42;3|12:145|13:146;3|12:147|13:148'
  221. ..';3|12:17|13:149;p;1|1:3|2:4|16:43|17:25|3:150|4:151|5:152|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;5;p;1|1:3|2:4|16:43|17:25|21:4|3:153|4:151|5:154|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;5;9|22:155;9|22:155|23:16;9|22:155|23:42;9|22:155|23:8;3|12:156|13:157;3|12:158|13:159;p;1|1:3|2:4|16:43|17:140|3:160|4:142|5:143|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;7|19:161|20:42;3|12:162|13:163;p;8|1:3|2:4|21:4|3:164|4:165|5:56|6:8|7:8|8:8|9:8|10:8|11:8;n;9|22:57|23:58;9|22:57|23:59;3|12:60|13:166;3|12:60|13:167;p;8|1:3|2:4|21:4|3:168|4:169|5:121|6:8|7:8|8:8|9:8|10:8|11:8;n;9|22:57|23:58;7|19:122|20:8;9|22:57|23:59;p;8|1:3|2:4|16:123|17:25|3:170|4:171|5:126|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:100|13:172;p;8|1:3|2:4|16:123|17:25|3:173|4:174|5:126|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:100|13:175;p;8|1:3|2:4|21:4|3:176|4:177|5:121|6:8|7:8|8:8|9:8|10:8|11:8;n;9|22:57|23:58;7|19:122|20:8;9|22:57|23:59;3|12:60|13:178;p;1|1:3|2:4|16:123|3:179|4:180|5:181|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|19:182|24:183|20:184;3|12:185|13:186;p;1|1:3|2:4|21:4|3:187|4:188|5:189|6:8|7:8|8:8|9:8|10:8|11:8;1|1:3|2:4|16:43|17:25|3:190|4:191|5:192|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;11|19:193;3|12:194|13:195;p;1|1:3|2:4|16:43|17:25|3:196|4:197|5:198|6:'
  222. ..'8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:162|13:199;p;1|1:3|2:4|16:12|17:64|3:200|4:201|5:202|6:8|7:8|8:8|9:8|10:8|11:8|16:12|16:12;n;12|16:203|5:204|25:204|26:12|16:203|16:203;5;3|12:205|13:206;p;1|1:3|2:4|16:123|17:25|3:207|4:6|5:208|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;5;3|12:156|13:209;p;1|1:3|2:4|16:123|17:25|3:210|4:211|5:212|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:31|13:213;3|12:185|13:214;p;8|1:3|2:4|16:123|17:25|3:215|4:191|5:216|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:102|13:217;3|12:102|13:218;3|12:102|13:219;3|12:73|13:220;3|12:73|13:221;3|12:222|13:223;p;8|1:3|2:4|16:123|17:25|3:224|4:225|5:216|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:73|13:226;3|12:73|13:227;p;8|1:3|2:4|16:123|17:25|3:228|4:229|5:216|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:230|13:231;3|12:102|13:232;3|12:102|13:233;3|12:102|13:234;3|12:102|13:235;3|12:73|13:236;3|12:102|13:237;3|12:73|13:238;3|12:100|13:239;3|12:102|13:240;3|12:102|13:241;3|12:222|13:242;3|12:73|13:243;p;8|1:3|2:4|16:123|17:25|3:244|4:245|5:216|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:102|13:246;3|12:102|13:247;3|12:102|13:248;3|12:73|13:249;3|12:102|13:250;3|12:73|13:251;3|12:73|13:252;3|12:230|13:253;3|12:222|13:254;3|12:102|13:255;3|12:100|13:256;3|12:102'
  223. ..'|13:257;p;1|1:3|2:4|16:123|17:25|3:258|4:259|5:260|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:85|13:261;3|12:85|13:262;3|12:85|13:263;3|12:205|13:264;3|12:265|13:266;3|12:267|13:268;p;1|1:3|2:4|16:123|17:25|3:269|4:270|5:260|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:98|13:271;3|12:98|13:272;3|12:273|13:274;3|12:267|13:275;3|12:98|13:276;p;1|1:3|2:4|16:12|3:277|4:278|5:279|6:8|7:8|8:8|9:8|10:8|11:8|16:12|16:12;n;12|16:203|5:280|25:280|26:12|16:203|16:203;5;p;1|1:3|2:4|16:12|3:281|4:278|5:279|6:8|7:8|8:8|9:8|10:8|11:8|16:12|16:12;n;12|16:203|5:280|25:280|26:12|16:203|16:203;5;3|12:205|13:282;p;1|1:3|2:4|16:63|17:64|3:283|4:284|5:285|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;3|12:162|13:286;3|12:185|13:287;3|12:288|13:289;p;1|1:3|2:4|16:63|17:64|3:290|4:291|5:285|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;1|1:3|2:4|16:63|17:64|3:292|4:293|5:285|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;3|12:162|13:294;3|12:185|13:295;3|12:288|13:296;p;1|1:3|2:4|16:63|17:64|3:297|4:298|5:285|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;1|1:3|2:4|16:63|17:64|3:299|4:300|5:285|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;3|12:17|13:301;3|12:185|13:302;3|12:288|13:303;p;1|1:3|2:4|16:63|17:64|3:304|4:211|5:285|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;3|12:17|13:305;3|12:288|13:306;'
  224. ..'p;8|1:3|2:4|16:123|17:25|3:307|4:308|5:309|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;p;8|1:3|2:4|16:123|17:25|3:310|4:311|5:312|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;3|12:313|13:314;p;8|1:3|2:4|16:123|17:25|3:315|4:316|5:312|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;p;8|1:3|2:4|16:123|17:25|3:317|4:318|5:312|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;p;1|1:3|2:4|16:123|17:25|3:319|4:320|5:321|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:313|13:322;3|12:17|13:323;3|12:162|13:324;3|12:17|13:325;p;1|1:3|2:4|16:123|17:25|3:326|4:327|5:321|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:17|13:328;p;1|1:329|2:4|16:123|17:25|3:330|4:191|5:331|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:332|13:333;p;1|1:329|2:4|16:123|17:25|3:334|4:79|5:335|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:336|13:337;3|12:288|13:338;3|12:185|13:339;3|12:336|13:340;3|12:185|13:341;3|12:288|13:342;3|12:185|13:343;3|12:344|13:345;p;1|1:329|2:4|16:123|17:25|3:346|4:79|5:335|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:336|13:347;3|12:288|13:348;3|12:288|13:349;3|12:288|13:350;3|12:344|13:351;p;1|1:329|2:4|16:123|17:25|3:352|4:353|5:354|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;1|1:3|2:4|16:63|17:64|3:355|4:356|5:357|6:8|7:8|8:8|9:8|10:8|11:8'
  225. ..'|16:63|16:63;n;7|19:358|24:183|20:184;3|12:158|13:359;3|12:288|13:360;3|12:156|13:361;3|12:288|13:362;p;8|1:3|2:4|16:123|17:25|3:363|4:364|5:181|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:185|13:365;p;8|1:3|2:4|16:123|17:25|3:366|4:367|5:181|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:205|13:368;3|12:185|13:369;3|12:128|13:370;p;8|1:3|2:4|16:123|17:25|3:371|4:372|5:181|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;8|1:3|2:4|16:123|17:25|3:373|4:374|5:181|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:185|13:375;3|12:128|13:376;3|12:205|13:377;p;1|1:23|2:4|16:378|21:4|3:379|4:27|5:380|27:381|6:8|7:8|8:8|9:8|10:8|11:8|16:378|16:378;n;6|1:29|18:382;3|12:383|13:384;3|12:385|13:386;p;1|1:3|2:4|16:123|17:25|3:387|4:388|5:389|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:205|13:390;3|12:391|13:392;p;1|1:3|2:4|16:63|17:64|3:393|4:394|5:285|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;1|1:3|2:4|16:63|17:64|3:395|4:396|5:285|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;3|12:185|13:397;3|12:17|13:398;3|12:288|13:399;p;1|1:3|2:4|16:63|17:64|3:400|4:401|5:285|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;3|12:288|13:402;3|12:185|13:403;3|12:288|13:404;p;1|1:3|2:4|16:63|17:64|3:405|4:406|5:285|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;3|12:185|13:407;3|12:17|13:408;3|12:288|1'
  226. ..'3:409;p;8|1:3|2:4|16:123|17:25|3:410|4:411|5:412|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;p;8|1:3|2:4|16:123|17:25|3:413|4:414|5:412|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;3|12:415|13:416;p;1|1:3|2:4|16:123|17:25|3:417|4:418|5:419|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:420|13:421;3|12:87|13:422;3|12:205|13:423;3|12:205|13:424;3|12:265|13:425;3|12:265|13:426;3|12:265|13:427;3|12:265|13:428;3|12:265|13:429;3|12:265|13:430;p;1|1:3|2:4|16:123|17:25|3:431|4:432|5:419|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:87|13:433;3|12:420|13:434;3|12:98|13:435;p;1|1:3|2:4|16:123|17:25|3:436|4:432|5:419|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;8|1:3|2:4|16:123|17:25|3:437|4:438|5:412|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;p;8|1:3|2:4|16:123|17:25|3:439|4:440|5:412|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;p;1|1:3|2:4|16:123|3:441|4:442|5:443|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;5;3|12:93|13:444;3|12:60|13:445;3|12:60|13:446;3|12:447|13:448;3|12:60|13:449;p;1|1:3|2:4|16:123|3:450|5:443|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;5;p;1|1:451|2:4|16:63|3:452|4:453|5:279|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5;3|12:87|13:454;p;1|1:451|2:4|16:63|3:455|4:453|5:279|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5;3|12:420|13'
  227. ..':456;3|12:205|13:457;p;1|1:3|2:4|16:43|17:64|3:458|4:459|5:460|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;9|22:461|23:58;11|19:462;p;8|1:3|2:4|16:63|17:64|21:463|3:464|4:465|5:122|27:381|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;3|12:185|13:466;3|12:265|13:467;p;8|1:3|2:4|16:63|17:64|21:463|3:468|4:469|5:419|27:381|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;3|12:205|13:470;3|12:265|13:471;3|12:87|13:472;p;1|1:3|2:4|16:63|17:64|21:463|3:473|4:474|5:122|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;3|12:265|13:475;p;1|1:3|2:4|16:63|17:64|21:463|3:476|4:477|5:122|27:381|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;3|12:205|13:18;p;8|1:3|2:4|16:63|17:64|21:463|3:478|4:479|5:480|27:381|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;8|1:3|2:4|16:123|17:25|3:481|4:482|5:122|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:185|13:483;3|12:205|13:484;3|12:205|13:485;3|12:205|13:486;3|12:265|13:487;p;8|1:3|2:4|16:123|17:25|3:488|4:489|5:490|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;p;8|1:3|2:4|16:123|17:25|3:491|4:492|5:490|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;3|12:185|13:493;3|12:205|13:494;p;8|1:3|2:4|16:123|17:25|3:495|4:496|5:497|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;p;8|1:3|2:4|16:123|17:25|3:498|4:499|5:497|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n'
  228. ..';7|20:8;3|12:500|13:501;p;8|1:3|2:4|16:123|17:25|3:502|4:503|5:504|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;3|12:500|13:505;3|12:87|13:506;p;8|1:3|2:4|16:123|17:25|3:507|4:508|5:504|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;3|12:509|13:510;p;8|1:3|2:4|16:123|17:25|3:511|4:503|5:490|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;3|12:500|13:512;3|12:205|13:513;3|12:185|13:514;p;8|1:3|2:4|16:123|17:25|3:515|4:516|5:490|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;3|12:500|13:517;p;1|1:3|2:4|16:123|17:25|3:518|4:519|5:67|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:162|13:520;3|12:288|13:521;3|12:19|13:522;p;1|1:3|2:4|16:123|17:25|3:523|4:524|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:9|13:526;3|12:162|13:527;3|12:288|13:528;3|12:128|13:529;p;1|1:3|2:4|16:123|17:25|3:530|4:524|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:162|13:531;3|12:128|13:532;p;8|1:3|2:4|16:123|17:25|3:533|4:534|5:490|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;3|12:509|13:535;3|12:185|13:536;p;8|1:3|2:4|16:123|17:25|3:537|4:538|5:490|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;3|12:509|13:539;p;1|1:3|2:4|16:123|17:25|3:540|4:541|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;11|19:542;3|12:162|13:543;3|12:288|13:544;p;1|1:3'
  229. ..'|2:4|16:123|17:25|3:545|4:546|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;11|19:542;3|12:17|13:547;p;8|1:3|2:4|16:123|17:25|3:548|4:549|5:550|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;3|12:509|13:551;p;8|1:3|2:4|16:123|17:25|3:552|4:553|5:550|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;3|12:500|13:554;p;8|1:3|2:4|16:123|17:25|3:555|4:556|5:504|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;3|12:509|13:557;3|12:205|13:558;p;8|1:3|2:4|16:123|17:25|3:559|4:560|5:504|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;3|12:500|13:561;p;1|1:3|2:4|16:123|17:25|3:562|4:563|5:564|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:565|13:566;3|12:162|13:567;p;1|1:3|2:4|16:123|17:25|3:568|4:569|5:564|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:17|13:570;3|12:162|13:571;3|12:9|13:572;3|12:565|13:573;p;8|1:3|2:4|16:123|17:25|3:574|4:575|5:576|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:265|13:577;p;8|1:3|2:4|16:123|17:25|3:578|4:579|5:576|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:205|13:580;3|12:265|13:581;3|12:265|13:582;3|12:583|13:584;p;1|1:3|2:4|16:123|17:25|3:585|4:586|5:576|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:21|13:587;3|12:205|13:588;3|12:19|13:589;3|12:19|13:590;p;1|1:3|2:4|16:123|17:25|3:591|4:592|5:593|6:8|7:8|8:8'
  230. ..'|9:8|10:8|11:8|16:123|16:123;n;3|12:17|13:594;p;1|1:3|2:4|16:63|17:25|3:595|4:596|5:593|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;3|12:162|13:597;3|12:185|13:598;3|12:288|13:599;3|12:33|13:600;p;1|1:3|2:4|16:123|17:25|3:601|4:596|5:593|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;1|1:3|2:4|16:63|17:25|3:602|4:603|5:593|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;1|1:3|2:4|16:123|17:25|3:604|4:603|5:593|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:17|13:605;3|12:185|13:606;3|12:288|13:607;p;1|1:3|2:4|16:123|17:25|3:608|4:609|5:593|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:288|13:610;3|12:185|13:611;p;8|1:3|2:4|16:123|17:25|3:612|4:613|5:614|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;3|12:205|13:615;3|12:205|13:616;p;8|1:3|2:4|16:123|17:25|3:617|4:618|5:614|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;3|12:205|13:619;3|12:205|13:620;p;8|1:3|2:4|16:123|17:25|3:621|4:622|5:614|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;p;8|1:3|2:4|16:123|17:25|3:623|4:624|5:614|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|20:8;p;8|1:3|2:4|16:63|17:64|3:625|4:626|5:627|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;7|20:8;3|12:509|13:628;p;8|1:3|2:4|16:63|17:64|3:629|4:630|5:627|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;7|20:8;3|12:500|13:631;3|12:73|13:632;p;8|1:3|'
  231. ..'2:4|16:63|17:64|3:633|4:634|5:635|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;7|20:8;3|12:509|13:636;3|12:73|13:637;p;8|1:3|2:4|16:63|17:64|3:638|4:639|5:635|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;7|20:8;3|12:500|13:640;3|12:73|13:641;p;1|1:3|2:4|16:63|3:642|4:643|5:644|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5|19:462;3|12:17|13:645;p;1|1:3|2:4|16:63|3:646|4:647|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5|19:462;3|12:17|13:648;p;1|1:3|2:4|16:63|3:649|4:647|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5|19:462;p;1|1:3|2:4|16:63|3:650|4:647|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5|19:462;3|12:17|13:651;p;1|1:3|2:4|16:63|3:652|4:653|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5|19:462;p;1|1:3|2:4|16:63|3:654|4:653|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5|19:462;p;1|1:3|2:4|16:63|3:655|4:653|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5|19:462;p;1|1:3|2:4|16:63|3:656|4:653|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5|19:462;3|12:128|13:657;3|12:17|13:658;p;1|1:3|2:4|16:63|3:659|4:647|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5|19:462;3|12:128|13:660;3|12:17|13:661;p;1|1:3|2:4|16:63|3:662|4:663|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5|19:462;3|12:17|13:664;p;1|1:3|2:4|16:63|3:665|4:663|5:525|6:8|7:8|8:8|9:8|10:8|11:'
  232. ..'8|16:63|16:63;n;5|19:462;3|12:17|13:666;p;1|1:3|2:4|16:63|3:667|4:663|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5|19:462;3|12:17|13:668;p;1|1:3|2:4|16:63|3:669|4:663|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5|19:462;3|12:128|13:670;3|12:17|13:671;p;1|1:3|2:4|16:63|3:672|4:673|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5|19:462;p;1|1:3|2:4|16:63|3:674|4:675|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5|19:462;p;1|1:3|2:4|16:63|3:676|4:677|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5|19:462;p;1|1:3|2:4|16:63|3:678|4:679|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5|19:462;p;8|1:3|2:4|16:63|17:64|3:680|4:681|5:635|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;7|20:8;p;8|1:3|2:4|16:63|17:64|3:682|4:683|5:635|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;7|20:8;3|12:73|13:684;p;1|1:3|2:4|16:63|17:64|3:685|4:686|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;11|19:462;p;1|1:3|2:4|16:63|17:64|3:687|4:688|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;11|19:689;3|12:162|13:690;3|12:17|13:691;p;1|1:3|2:4|16:63|17:64|3:692|4:693|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;11|19:689;3|12:162|13:694;3|12:17|13:695;p;1|1:3|2:4|16:63|17:64|3:696|4:697|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;11|19:698;3|12:162|13:699;3|12:17|13:700;p;1|1:3|2:4|16'
  233. ..':63|17:64|3:701|4:702|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;11|19:462;3|12:17|13:703;3|12:162|13:704;p;1|1:3|2:4|16:63|17:64|3:705|4:693|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;11|19:689;3|12:17|13:706;3|12:162|13:707;p;1|1:3|2:4|16:63|17:64|3:708|4:686|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;11|19:689;p;1|1:3|2:4|16:63|17:64|3:709|4:697|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;11|19:698;3|12:17|13:710;3|12:185|13:711;p;1|1:3|2:4|16:123|17:64|3:712|4:713|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;11|19:714;p;1|1:3|2:4|16:123|17:64|3:715|4:716|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;11|19:714;3|12:162|13:717;p;1|1:3|2:4|16:123|17:64|3:718|4:693|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;11|19:714;p;1|1:3|2:4|16:123|17:64|3:719|4:720|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;11|19:714;p;1|1:3|2:4|16:123|17:64|3:721|4:722|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;11|19:714;p;1|1:3|2:4|16:123|17:64|3:723|4:693|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;11|19:714;p;1|1:3|2:4|16:123|17:64|3:724|4:686|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;11|19:714;3|12:17|13:695;p;1|1:3|2:4|16:123|17:64|3:725|4:720|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;11|19:714;3|12:17|13:726;3|12:185|13'
  234. ..':727;p;1|1:3|2:4|16:63|17:64|3:728|4:367|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;11|19:729;3|12:162|13:730;p;8|1:3|2:4|16:123|17:25|3:731|4:732|5:733|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|19:734|20:8;3|12:313|13:735;p;1|1:3|2:4|16:123|17:25|3:736|4:737|5:738|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;11|19:739;3|12:185|13:740;3|12:19|13:741;3|12:288|13:742;p;8|1:3|2:4|16:123|17:25|3:743|4:744|5:189|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;7|19:734|20:8;p;1|1:3|2:4|16:63|17:25|3:745|4:746|5:542|27:381|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;11|19:747;3|12:185|13:748;3|12:288|13:749;p;1|1:3|2:4|16:123|3:750|4:751|5:752|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;5;3|12:100|13:753;p;1|1:3|2:4|16:123|3:754|4:755|5:752|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;5;3|12:100|13:756;p;1|1:3|2:4|16:123|3:757|4:758|5:752|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;5;p;1|1:3|2:4|16:123|3:759|4:401|5:752|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;5;p;1|1:3|2:4|16:123|17:25|3:760|4:761|5:738|6:8|7:8|8:84|9:8|10:8|11:8|16:123|16:123;n;10|12:288|13:762;p;1|1:23|2:4|16:24|17:80|3:763|4:191|5:764|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;6|1:29|18:765;3|12:265|13:766;3|12:265|13:767;3|12:265|13:768;3|12:265|13:769;3|12:265|13:770;3|12:265|13:771;3|12:265|13:'
  235. ..'772;3|12:265|13:773;3|12:265|13:774;3|12:775|13:776;p;1|1:3|2:4|16:123|17:25|3:777|4:778|5:738|6:8|7:8|8:84|9:8|10:8|11:8|16:123|16:123;n;3|12:19|13:779;10|12:288|13:780;p;1|1:781|2:4|16:63|21:4|3:782|4:783|5:15|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;3|12:420|13:784;3|12:17|13:785;3|12:17|13:786;p;1|1:3|2:4|16:123|17:25|3:787|4:761|5:738|6:8|7:8|8:84|9:8|10:8|11:8|16:123|16:123;n;10|12:288|13:788;3|12:19|13:789;p;1|1:3|2:4|16:123|17:25|3:790|4:778|5:738|6:8|7:8|8:84|9:8|10:8|11:8|16:123|16:123;n;3|12:205|13:791;3|12:21|13:792;10|12:288|13:793;p;1|1:3|2:4|16:123|17:25|3:794|4:795|5:738|6:8|7:8|8:84|9:8|10:8|11:8|16:123|16:123;n;3|12:205|13:796;3|12:265|13:797;3|12:21|13:798;10|12:288|13:799;p;1|1:3|2:4|16:123|17:25|3:800|4:795|5:738|6:8|7:8|8:84|9:8|10:8|11:8|16:123|16:123;n;10|12:288|13:780;3|12:265|13:801;p;1|1:3|2:4|16:123|17:25|3:802|4:803|5:738|6:8|7:8|8:84|9:8|10:8|11:8|16:123|16:123;n;3|12:21|13:804;3|12:205|13:805;3|12:265|13:806;10|12:288|13:762;p;1|1:3|2:4|16:123|17:25|3:807|4:761|5:738|6:8|7:8|8:84|9:8|10:8|11:8|16:123|16:123;n;10|12:288|13:808;p;8|1:3|2:4|16:63|17:64|3:809|4:810|5:67|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;3|12:17|13:811;3|12:17|13:812;p;1|1:3|2:4|16:43|17:64|3:813|4:814|5:815|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n'
  236. ..';12|16:43|5:280|25:280|26:43|16:43|16:43;p;8|1:3|2:4|16:63|17:64|3:816|4:643|5:67|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;3|12:17|13:817;p;8|1:3|2:4|21:4|3:818|4:819|5:121|6:8|7:8|8:8|9:8|10:8|11:8;n;9|22:57|23:58;7|19:122|20:8;9|22:57|23:59;3|12:9|13:820;p;8|1:3|2:4|16:123|17:64|3:821|4:822|5:67|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:17|13:823;p;8|1:3|2:4|16:123|17:64|3:824|4:822|5:67|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:17|13:825;p;8|1:3|2:4|16:123|17:64|3:826|4:827|5:67|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;8|1:3|2:4|16:123|17:64|3:828|4:829|5:67|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:17|13:830;p;1|1:3|2:4|16:43|17:25|3:831|4:832|5:833|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;11|19:834;3|12:73|13:835;p;1|1:3|2:4|16:43|17:25|3:836|4:837|5:833|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;11|19:838;p;8|1:3|2:4|3:839|4:840|5:122|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:205|13:841;p;8|1:3|2:4|3:842|4:843|5:122|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:205|13:844;3|12:288|13:845;3|12:205|13:846;p;8|1:3|2:4|3:847|4:848|5:122|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:265|13:849;p;8|1:3|2:4|3:850|4:851|5:122|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:288|13:852;3|12:205|13:853;3|12:205|13:854;p;1|1:3|2:4|16:43|17:25|3:855|4:856|5:198|6:8|7:8|8:8|9:8|10:8|11:8|16:4'
  237. ..'3|16:43;n;3|12:162|13:857;p;1|1:3|2:4|16:43|17:25|3:858|4:859|5:198|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:25|3:860|4:861|5:198|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:862|2:4|16:12|21:4|3:863|4:459|5:181|6:8|7:8|8:8|9:8|10:8|11:8|16:12|16:12;n;6|1:29|18:864;3|12:128|13:865;3|12:288|13:866;3|12:288|13:867;p;1|1:862|2:4|16:12|21:4|3:868|4:869|5:181|6:8|7:8|8:8|9:8|10:8|11:8|16:12|16:12;n;6|1:29|18:870;9|22:871|23:16;p;1|1:329|2:4|16:872|3:873|4:874|5:875|6:8|7:8|8:8|9:8|10:8|11:8|16:872|16:872;n;11|19:876;p;1|1:3|2:4|21:4|3:877|4:878|5:331|27:381|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:879|13:880;3|12:332|13:881;3|12:332|13:882;3|12:332|13:883;p;8|1:3|2:4|3:884|4:840|5:122|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:185|13:885;3|12:288|13:886;p;8|1:3|2:4|3:887|4:96|5:122|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:288|13:888;3|12:185|13:889;p;8|1:3|2:4|3:890|4:891|5:122|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:265|13:892;p;8|1:3|2:4|3:893|4:894|5:122|6:8|7:8|8:8|9:8|10:8|11:8;1|1:3|2:4|16:43|17:25|3:895|4:6|5:896|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;7|19:897|20:42;3|12:162|13:898;p;1|1:3|2:4|16:43|17:25|3:899|4:900|5:192|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;11|19:193;p;1|1:3|2:4|16:43|17:25|3:901|4:902|5:192|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;11|19:19'
  238. ..'3;p;1|1:3|2:4|16:43|17:25|3:903|4:840|5:192|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;11|19:193;3|12:313|13:904;p;1|1:3|2:4|16:43|17:25|3:905|4:6|5:906|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;5|19:907;3|12:908|13:909;3|12:265|13:910;p;1|1:781|2:4|16:63|3:911|4:912|5:67|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;3|12:19|13:913;3|12:21|13:914;3|12:288|13:915;p;1|1:916|2:4|16:24|17:80|3:917|4:918|5:525|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;5;p;1|1:23|2:4|16:378|3:919|4:142|5:202|6:8|7:8|8:8|9:8|10:8|11:8|16:378|16:378;n;6|1:29|18:920;3|12:265|13:921;p;1|1:3|2:4|16:43|17:25|3:922|4:923|5:924|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;5|19:46;3|12:265|13:925;3|12:265|13:926;3|12:265|13:927;3|12:265|13:928;3|12:265|13:929;3|12:265|13:930;3|12:265|13:931;3|12:265|13:932;3|12:205|13:933;p;1|1:3|2:4|16:43|17:25|3:934|4:935|5:936|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;11|19:937;p;1|1:3|2:4|16:43|17:25|3:938|4:939|5:936|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;11|19:937;p;1|1:3|2:4|16:43|17:25|3:940|4:941|5:936|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;11|19:937;p;8|1:3|2:4|3:942|4:943|5:122|6:8|7:8|8:8|9:8|10:8|11:8;8|1:3|2:4|3:944|4:945|5:122|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:185|13:946;3|12:288|13:947;3|12:85|13:948;p;1|1:3|2:4|16:43|17:25|3:949|4:950|5:951|6:8'
  239. ..'|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;11|19:952;p;8|1:3|2:4|3:953|4:954|5:122|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:205|13:955;3|12:288|13:956;p;1|1:3|2:4|16:43|17:25|3:957|4:958|5:936|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;11|19:937;3|12:73|13:959;p;1|1:3|2:4|16:43|17:25|3:960|4:961|5:951|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;11|19:952;p;8|1:3|2:4|3:962|4:963|5:122|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:205|13:964;p;1|1:3|2:4|16:43|17:25|3:965|4:966|5:951|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;11|19:952;3|12:17|13:967;p;1|1:3|2:4|16:43|17:25|3:968|4:969|5:951|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;11|19:952;3|12:162|13:970;p;1|1:3|2:4|16:37|17:25|3:971|4:923|5:972|6:8|7:8|8:8|9:8|10:8|11:8|16:37|16:37;n;5;3|12:385|13:973;p;1|1:3|2:4|16:43|17:25|3:974|4:923|5:975|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;5;3|12:976|13:977;3|12:978|13:979;p;1|1:3|2:4|16:37|17:25|3:980|4:923|5:981|6:8|7:8|8:8|9:8|10:8|11:8|16:37|16:37;n;5;3|12:982|13:983;p;1|1:3|2:4|16:43|17:25|3:984|4:923|5:985|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;5;3|12:986|13:987;p;1|1:23|2:4|16:123|17:25|3:988|4:958|5:989|27:381|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;6|1:29|18:990;3|12:991|13:992;3|12:879|13:993;3|12:994|13:995;p;1|1:3|2:4|16:37|17:25|3:996|4:923|5:981|6:8|7:8|8:8|9:8|10:8|11:8|'
  240. ..'16:37|16:37;n;5;3|12:982|13:997;p;1|1:3|2:4|16:37|17:25|3:998|4:923|5:981|6:8|7:8|8:8|9:8|10:8|11:8|16:37|16:37;n;5;3|12:982|13:997;p;1|1:3|2:4|16:43|17:25|3:999|4:923|5:985|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;5;3|12:986|13:1000;3|12:986|13:1001;3|12:986|13:1002;3|12:986|13:1003;3|12:986|13:1004;p;1|1:3|2:4|16:43|17:25|3:1005|4:923|5:985|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;5;3|12:986|13:1006;3|12:986|13:1007;p;1|1:3|2:4|16:43|17:25|3:1008|4:923|5:975|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;5;3|12:976|13:1009;p;1|1:3|2:4|16:43|17:25|3:1010|4:923|5:975|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;5;3|12:976|13:1011;3|12:978|13:1012;p;1|1:3|2:4|16:37|17:25|3:1013|4:923|5:972|6:8|7:8|8:8|9:8|10:8|11:8|16:37|16:37;n;5;3|12:1014|13:1015;3|12:385|13:1016;3|12:1017|13:1018;p;1|1:3|2:4|16:37|17:25|3:1019|4:923|5:972|6:8|7:8|8:8|9:8|10:8|11:8|16:37|16:37;n;5;p;8|1:3|2:4|16:43|17:25|3:1020|4:1021|5:1022|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;8|1:3|2:4|16:43|17:25|3:1023|4:1024|5:1022|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:98|13:1025;3|12:145|13:1026;3|12:31|13:1027;p;8|1:3|2:4|16:43|17:25|3:1028|4:1029|5:1022|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;8|1:3|2:4|16:43|17:25|3:1030|4:180|5:1022|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:31|13:1031;3|12'
  241. ..':85|13:1032;3|12:145|13:1033;p;8|1:3|2:4|16:43|17:25|3:1034|4:1035|5:1022|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:98|13:1036;3|12:85|13:1037;3|12:145|13:1038;p;8|1:3|2:4|16:43|17:25|3:1039|4:1040|5:1022|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:145|13:1041;p;8|1:3|2:4|16:43|17:25|3:1042|4:459|5:1022|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:145|13:1043;3|12:98|13:1044;3|12:85|13:1045;p;8|1:3|2:4|16:43|17:25|3:1046|4:1047|5:1022|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:85|13:1048;3|12:98|13:1049;3|12:31|13:1050;3|12:85|13:1051;3|12:145|13:1052;p;8|1:3|2:4|16:43|17:25|3:1053|4:1021|5:1022|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:145|13:1054;3|12:31|13:1055;p;8|1:3|2:4|16:43|17:25|3:1056|4:1029|5:1022|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:145|13:1057;3|12:85|13:1058;p;8|1:3|2:4|16:43|17:25|3:1059|4:180|5:1022|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;8|1:3|2:4|16:43|17:25|3:1060|4:1024|5:1022|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:98|13:1061;3|12:145|13:1062;3|12:31|13:1063;p;1|1:3|2:4|16:43|17:25|3:1064|4:180|5:1065|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:98|13:1066;3|12:1067|13:1068;3|12:85|13:1069;3|12:1070|13:1071;3|12:1070|13:1072;p;1|1:3|2:4|16:43|17:25|3:1073|4:180|5:1065|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:4'
  242. ..'3;n;3|12:98|13:1074;3|12:85|13:1075;3|12:98|13:1076;3|12:1070|13:1077;3|12:1070|13:1078;3|12:1067|13:1079;3|12:1080|13:1081;3|12:1070|13:1082;3|12:145|13:1083;3|12:85|13:1084;p;1|1:3|2:4|16:43|17:25|3:1085|4:180|5:1065|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1067|13:1086;3|12:145|13:1087;3|12:1080|13:1088;3|12:85|13:1089;3|12:98|13:1090;3|12:98|13:1091;3|12:1070|13:1092;p;1|1:3|2:4|16:43|17:25|3:1085|4:180|5:1093|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:25|3:1073|4:180|5:1093|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:35|13:1094;3|12:1070|13:1095;3|12:31|13:1096;3|12:1070|13:1097;3|12:145|13:1098;3|12:31|13:1099;3|12:1100|13:1101;3|12:35|13:1102;p;1|1:3|2:4|16:43|17:25|3:1064|4:180|5:1093|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:31|13:1103;3|12:31|13:1104;3|12:1105|13:1106;3|12:35|13:1107;3|12:1070|13:1108;3|12:145|13:1109;3|12:1070|13:1110;3|12:1070|13:1111;p;1|1:3|2:4|16:43|17:25|3:1112|4:151|5:40|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;7|19:1113|20:42;3|12:162|13:1114;p;1|1:3|2:4|16:43|17:25|3:1115|4:151|5:40|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;7|19:1113|20:42;p;13|1:3|2:4|16:43|17:25|3:1116|4:1117|5:1118|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:194|13:1119;3|12:21|13:1120;3|12:1121|13:1122;3|12:194|13:1123'
  243. ..';p;13|1:3|2:4|16:43|17:25|3:1124|4:744|5:1118|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:194|13:1125;p;13|1:3|2:4|16:43|17:25|3:1126|4:1127|5:1118|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:194|13:1128;3|12:21|13:1129;3|12:194|13:1130;3|12:1121|13:1131;3|12:21|13:1132;p;13|1:3|2:4|16:43|17:25|3:1133|4:1134|5:1118|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:21|13:1135;p;13|1:3|2:4|16:43|17:25|3:1136|4:1137|5:1118|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1121|13:1138;3|12:194|13:1139;p;13|1:3|2:4|16:43|17:25|3:1140|4:1141|5:1118|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1121|13:1142;3|12:194|13:1143;p;13|1:3|2:4|16:43|17:25|3:1144|4:1145|5:1118|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;13|1:3|2:4|16:43|17:25|3:1146|4:1147|5:1118|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1121|13:1148;3|12:21|13:1149;3|12:194|13:1150;3|12:194|13:1151;3|12:21|13:1152;p;13|1:3|2:4|16:43|17:25|3:1153|4:1154|5:1118|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1121|13:1155;3|12:21|13:1156;p;13|1:3|2:4|16:43|17:25|3:1157|4:1158|5:1118|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1121|13:1159;3|12:194|13:1160;3|12:21|13:1161;3|12:21|13:1162;p;13|1:3|2:4|16:43|17:25|3:1163|4:1164|5:1118|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1121|13:1165;p;13|1:3|2:4|16:43'
  244. ..'|17:25|3:1166|4:744|5:1118|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1121|13:1167;3|12:194|13:1168;3|12:21|13:1169;3|12:194|13:1170;p;1|1:3|2:4|16:1171|17:64|3:1172|4:814|5:208|6:8|7:8|8:8|9:8|10:8|11:8|16:1171|16:1171;n;12|16:1171|5:204|25:204|26:1173|16:1171|16:1171;3|12:98|13:1174;3|12:565|13:1175;3|12:85|13:1176;p;8|1:3|2:4|16:123|17:25|3:1177|4:1178|5:1179|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:1180|13:1181;p;1|1:3|2:4|16:123|17:25|3:1182|4:180|5:480|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:265|13:1183;3|12:313|13:1184;3|12:205|13:1185;p;1|1:3|2:4|16:123|17:25|3:1186|4:1187|5:480|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;1|1:3|2:4|16:123|17:25|3:1188|4:1029|5:480|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:205|13:1189;p;1|1:3|2:4|16:123|17:25|3:1190|4:1191|5:480|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;1|1:3|2:4|16:123|17:25|3:1192|4:1191|5:480|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;1|1:3|2:4|16:123|17:25|3:1193|4:1191|5:480|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:85|13:1194;3|12:313|13:1195;3|12:265|13:1196;3|12:205|13:1197;3|12:98|13:1198;p;1|1:3|2:4|16:123|17:25|3:1199|4:180|5:480|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:205|13:1200;3|12:265|13:1201;3|12:98|13:1202;3|12:85|13:1203;p;1|1:3|2:4|16:123|17:25|'
  245. ..'3:1204|4:180|5:480|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:205|13:1205;3|12:98|13:1206;p;1|1:3|2:4|16:123|17:25|3:1207|4:180|5:480|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:313|13:1208;3|12:85|13:1209;3|12:205|13:1210;3|12:98|13:1211;p;1|1:3|2:4|16:123|17:25|3:1212|4:180|5:480|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:313|13:1213;3|12:205|13:1214;3|12:265|13:1215;p;1|1:3|2:4|16:123|17:25|3:1216|4:1187|5:480|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:205|13:1217;3|12:313|13:1218;3|12:265|13:1219;3|12:85|13:1220;p;1|1:3|2:4|16:123|17:25|3:1221|4:1187|5:480|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:313|13:1222;3|12:265|13:1223;3|12:85|13:1224;p;8|1:3|2:4|16:123|17:25|3:1225|4:1226|5:1179|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:85|13:1227;3|12:100|13:1228;3|12:98|13:1229;3|12:1180|13:1230;p;8|1:3|2:4|16:123|17:25|3:1231|4:1226|5:1179|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:98|13:1232;3|12:85|13:1233;3|12:1180|13:1234;p;8|1:3|2:4|16:123|17:25|3:1235|4:1226|5:1179|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;8|1:3|2:4|16:123|17:25|3:1236|4:1237|5:1179|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:100|13:1238;3|12:1180|13:1239;p;8|1:3|2:4|16:123|17:25|3:1240|4:1237|5:1179|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|'
  246. ..'12:98|13:1241;3|12:85|13:1242;3|12:100|13:1243;3|12:1180|13:1244;p;8|1:3|2:4|16:123|17:25|3:1245|4:1237|5:1179|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:1180|13:1246;p;8|1:3|2:4|16:123|17:25|3:1247|4:869|5:1179|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;8|1:3|2:4|16:123|17:25|3:1248|4:869|5:1179|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:1180|13:1249;p;8|1:3|2:4|16:123|17:25|3:1250|4:1251|5:1179|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;8|1:3|2:4|16:123|17:25|3:1252|4:1251|5:1179|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:100|13:1253;3|12:85|13:1254;3|12:98|13:1255;3|12:1180|13:1256;p;8|1:3|2:4|16:123|17:25|3:1257|4:1251|5:1179|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:98|13:1258;3|12:100|13:1259;3|12:85|13:1260;3|12:1180|13:1261;p;1|1:3|2:4|16:1171|17:64|3:1262|4:814|5:208|6:8|7:8|8:8|9:8|10:8|11:8|16:1171|16:1171;n;12|16:1171|5:204|25:204|26:1173|16:1171|16:1171;3|12:73|13:1263;3|12:98|13:1264;3|12:85|13:1265;p;1|1:3|2:4|16:1171|17:64|3:1266|4:814|5:208|6:8|7:8|8:8|9:8|10:8|11:8|16:1171|16:1171;n;12|16:1171|5:204|25:204|26:1173|16:1171|16:1171;3|12:158|13:1267;3|12:85|13:1268;3|12:565|13:1269;p;13|1:3|2:4|16:123|17:25|3:1270|4:374|5:1271|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:1272|13:1273;3|12:420|13:1274;3|12:420|13:1275'
  247. ..';3|12:1272|13:1276;3|12:1277|13:1278;p;13|1:3|2:4|16:123|17:25|3:1279|4:1280|5:1271|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:420|13:1281;p;13|1:3|2:4|16:123|17:25|3:1282|4:1280|5:1271|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:420|13:1283;3|12:420|13:1281;3|12:1272|13:1284;3|12:1272|13:1285;3|12:1272|13:1286;3|12:1277|13:1287;p;13|1:3|2:4|16:123|17:25|3:1288|4:1289|5:1271|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:420|13:1290;p;13|1:3|2:4|16:123|17:25|3:1291|4:1289|5:1271|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;13|1:3|2:4|16:123|17:25|3:1292|5:1271|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:1272|13:1293;3|12:1272|13:1294;3|12:420|13:1295;3|12:1272|13:1296;3|12:1277|13:1297;p;13|1:3|2:4|16:123|17:25|3:1298|4:1299|5:1271|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:1272|13:1300;3|12:1277|13:1301;p;13|1:3|2:4|16:123|17:25|3:1302|4:1299|5:1271|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:420|13:1303;3|12:420|13:1304;3|12:1272|13:1305;3|12:1277|13:1306;p;13|1:3|2:4|16:123|17:25|3:1307|4:1299|5:1271|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:420|13:1308;3|12:1272|13:1309;3|12:420|13:1310;3|12:420|13:1311;3|12:1272|13:1312;3|12:1277|13:1313;p;13|1:3|2:4|16:123|17:25|3:1314|4:1315|5:1271|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123'
  248. ..';n;3|12:1272|13:1316;3|12:1272|13:1317;3|12:420|13:1318;3|12:420|13:1319;3|12:1277|13:1320;p;13|1:3|2:4|16:123|17:25|3:1321|4:1322|5:1271|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:1272|13:1323;3|12:420|13:1324;3|12:1277|13:1325;p;13|1:3|2:4|16:123|17:25|3:1326|4:1327|5:1271|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:1272|13:1328;3|12:420|13:1329;3|12:420|13:1330;3|12:1272|13:1331;3|12:1277|13:1332;p;1|1:3|2:4|16:43|17:64|3:1333|4:151|5:202|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;14|16:43|16:43|16:43;5|19:1334;3|12:205|13:1335;p;1|1:3|2:4|16:43|17:64|3:1336|4:151|5:202|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;14|16:43|16:43|16:43;5|19:1334;3|12:205|13:1337;p;1|1:3|2:4|16:43|17:64|3:1338|4:151|5:202|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;14|16:43|16:43|16:43;5|19:1334;3|12:205|13:1339;p;1|1:23|2:4|16:378|21:4|3:1340|4:1341|5:1342|6:8|7:8|8:8|9:8|10:8|11:8|16:378|16:378;n;6|1:29|18:1343;3|12:265|13:1344;3|12:265|13:1345;3|12:265|13:1346;3|12:265|13:1347;3|12:265|13:1348;3|12:265|13:1349;p;1|1:3|2:4|16:43|17:1350|3:1351|4:1035|5:1352|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:185|13:1353;3|12:288|13:1354;3|12:185|13:1355;3|12:185|13:1356;3|12:1357|13:1358;3|12:1357|13:1359;3|12:1357|13:1360;3|12:288|13:1361;3|12:185|13:1362;3|12:1357|13:'
  249. ..'1363;3|12:185|13:1364;3|12:288|13:1365;3|12:185|13:1366;3|12:185|13:1367;3|12:185|13:1368;3|12:185|13:1369;3|12:185|13:1370;3|12:288|13:1371;3|12:1372|13:1373;3|12:185|13:1374;3|12:185|13:1375;3|12:1357|13:1376;3|12:1372|13:1377;3|12:185|13:1378;3|12:185|13:1379;3|12:288|13:1380;3|12:185|13:1381;3|12:185|13:1382;3|12:185|13:1383;3|12:185|13:1384;3|12:185|13:1385;3|12:1386|13:1387;3|12:185|13:1388;p;1|1:3|2:4|16:43|17:1350|3:1389|4:1390|5:1391|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:288|13:1392;3|12:288|13:1393;3|12:288|13:1394;3|12:288|13:1395;3|12:288|13:1396;p;1|1:3|2:4|16:43|17:1350|3:1397|4:1390|5:1398|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:1350|3:1399|4:1390|5:1400|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1401|13:1402;3|12:1403|13:1404;3|12:1405|13:1406;p;8|1:3|2:4|16:43|17:1350|3:1407|4:1191|5:1408|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:1350|3:1409|4:1390|5:1400|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:1350|3:1410|4:1390|5:1411|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1403|13:1412;3|12:1401|13:1413;3|12:1401|13:1414;p;1|1:3|2:4|16:43|17:1350|3:1415|4:1390|5:1411|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1401|13:1416;3|12:1403|13:1417;3|12:1401|13:1418;p;8|1:3|2:4|16:43|17'
  250. ..':1350|3:1419|4:1187|5:1408|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:31|13:1420;p;1|1:3|2:4|16:43|17:1350|3:1421|4:1390|5:1422|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:288|13:1423;3|12:156|13:1424;p;1|1:3|2:4|16:43|17:1350|3:1425|4:1390|5:1426|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:9|13:1427;3|12:1428|13:1429;3|12:128|13:1430;p;8|1:3|2:4|16:43|17:1350|3:1431|4:1432|5:1433|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:102|13:1434;p;1|1:3|2:4|16:43|17:1350|3:1435|4:1390|5:1436|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:87|13:1437;3|12:85|13:1438;3|12:87|13:1439;3|12:31|13:1440;p;8|1:3|2:4|16:43|17:1350|3:1441|4:1442|5:1433|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:100|13:1443;3|12:102|13:1444;p;8|1:3|2:4|16:43|17:1350|3:1445|4:1446|5:1447|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:98|13:1448;3|12:87|13:1449;p;8|1:3|2:4|16:43|17:1350|3:1450|4:1432|5:1433|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;8|1:3|2:4|16:43|17:1350|3:1451|4:1446|5:1447|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:98|13:1452;p;8|1:3|2:4|16:43|17:1350|3:1453|4:1454|5:1433|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:100|13:1455;3|12:102|13:1456;p;1|1:3|2:4|16:43|17:1350|3:1457|4:1390|5:1436|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:87|13:1458;3|12:87|13:1459;3|'
  251. ..'12:31|13:1460;3|12:85|13:1461;p;8|1:3|2:4|16:43|17:1350|3:1462|4:1463|5:1433|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:100|13:1464;3|12:100|13:1465;p;8|1:3|2:4|16:43|17:1350|3:1466|4:1446|5:1447|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:87|13:1467;3|12:98|13:1468;p;8|1:3|2:4|16:43|17:1350|3:1469|4:1432|5:1433|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:1350|3:1470|4:1390|5:1436|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:87|13:1471;3|12:87|13:1472;3|12:31|13:1473;3|12:85|13:1474;p;8|1:3|2:4|16:43|17:1350|3:1475|4:1476|5:1477|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:313|13:1478;3|12:313|13:1479;3|12:313|13:1480;3|12:336|13:1481;3|12:336|13:1482;3|12:313|13:1483;3|12:344|13:1484;p;8|1:3|2:4|16:43|17:1350|3:1485|4:1486|5:1487|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:313|13:1488;3|12:98|13:1489;p;8|1:3|2:4|16:43|17:1350|3:1490|4:1491|5:1487|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:313|13:1492;3|12:313|13:1493;3|12:98|13:1494;p;8|1:3|2:4|16:43|17:1350|3:1495|4:1476|5:1477|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:344|13:1496;3|12:313|13:1497;3|12:313|13:1498;3|12:336|13:1499;p;13|1:3|2:4|16:43|17:1350|3:1500|4:1501|5:1477|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:194|13:1502;p;13|1:3|2:4|16:43|17:1350|3:1503|4:1'
  252. ..'504|5:1505|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1506|13:1507;p;13|1:3|2:4|16:43|17:1350|3:1508|4:1509|5:1510|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;13|1:3|2:4|16:43|17:1350|3:1511|4:1512|5:1513|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:1350|21:4|3:1514|4:1515|5:1516|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:17|13:1517;3|12:17|13:1518;p;1|1:3|2:4|16:43|17:1350|21:4|3:1519|4:1520|5:1516|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:17|13:1521;3|12:17|13:1522;p;1|1:3|2:4|16:43|17:1350|21:4|3:1523|4:1520|5:1516|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:17|13:1524;3|12:17|13:1522;p;1|1:3|2:4|16:43|17:1350|21:4|3:1525|4:1520|5:1516|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:1350|21:4|3:1526|4:1527|5:1516|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:1350|21:4|3:1528|4:1529|5:1516|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:17|13:1530;p;1|1:3|2:4|16:43|17:25|3:1531|4:1532|5:1533|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1121|13:1534;3|12:1121|13:1535;p;1|1:3|2:4|16:43|17:25|3:1536|4:1537|5:1533|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:25|3:1538|4:1539|5:1533|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1121|13:1540;3|12:420|13:1541;3|12:1121|13:1542;p;1|1:3|2:4|16:43|17:25|3:1543|'
  253. ..'4:1537|5:1533|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1121|13:1544;3|12:1121|13:1545;p;1|1:3|2:4|16:43|17:25|3:1546|4:1537|5:1533|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1121|13:1547;3|12:420|13:1548;p;1|1:3|2:4|16:43|17:25|3:1549|4:1550|5:1533|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1121|13:1551;p;8|1:3|2:4|16:43|17:25|3:1552|4:1553|5:1554|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;8|1:3|2:4|16:43|17:25|3:1555|4:1556|5:1554|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:134|13:1557;3|12:205|13:1558;p;8|1:3|2:4|16:43|17:25|3:1559|4:1560|5:1554|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:205|13:1561;p;8|1:3|2:4|16:43|17:25|3:1562|4:1556|5:1554|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:205|13:1558;p;8|1:3|2:4|16:43|17:25|3:1563|4:1560|5:1554|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;8|1:3|2:4|16:43|17:25|3:1564|4:1556|5:1554|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:134|13:1565;3|12:205|13:1566;p;8|1:3|2:4|16:43|17:25|3:1567|4:1568|5:1554|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;8|1:3|2:4|16:43|17:25|3:1569|4:1570|5:1554|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:134|13:1571;3|12:205|13:1572;p;8|1:3|2:4|16:43|17:25|3:1573|4:1568|5:1554|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;8|1:3|2:4|16:43|17:25|3:1574|4:1570|5:1554|6:8|7:8|8:8|9:8|10:8|'
  254. ..'11:8|16:43|16:43;8|1:3|2:4|16:43|17:25|3:1575|4:1568|5:1554|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:134|13:1576;p;8|1:3|2:4|16:43|17:25|3:1577|4:1570|5:1554|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:205|13:1578;p;1|1:3|2:4|16:43|17:1350|3:1579|4:1390|5:1580|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:47|13:1581;3|12:420|13:1582;3|12:344|13:1583;3|12:420|13:1584;3|12:47|13:1585;p;1|1:3|2:4|16:43|17:1350|3:1586|4:1390|5:1580|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:50|13:1587;3|12:420|13:1588;3|12:87|13:1589;3|12:420|13:1590;3|12:420|13:1591;3|12:50|13:1592;p;8|1:3|2:4|16:43|17:1350|3:1593|4:1594|5:1595|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:100|13:1596;3|12:93|13:1597;3|12:87|13:1598;p;8|1:3|2:4|16:43|17:1350|3:1599|4:1280|5:1595|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:93|13:1600;3|12:100|13:1601;p;8|1:3|2:4|16:43|17:1350|3:1602|4:374|5:1595|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:93|13:1603;3|12:87|13:1604;p;8|1:3|2:4|16:43|17:1350|3:1605|4:1226|5:1595|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:93|13:1606;p;1|1:3|2:4|16:43|17:1350|3:1607|4:1390|5:1608|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:1350|3:1609|4:1390|5:1608|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;8|1:3|2:4|16:43|17:1350|3:1610|4:1611|5:752|'
  255. ..'6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:128|13:1612;3|12:100|13:1613;p;8|1:3|2:4|16:43|17:1350|3:1614|4:1615|5:752|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:9|13:1616;3|12:9|13:1617;3|12:185|13:1618;3|12:100|13:1619;p;8|1:3|2:4|16:43|17:1350|3:1620|4:1621|5:752|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:185|13:1622;p;8|1:3|2:4|16:43|17:1350|3:1623|4:1624|5:752|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:1350|3:1625|4:1390|5:1426|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1626|13:1627;3|12:1626|13:1628;3|12:128|13:1629;3|12:128|13:1630;3|12:128|13:1631;3|12:9|13:1632;p;8|1:3|2:4|16:43|17:1350|3:1633|4:1634|5:1635|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:134|13:1636;3|12:1637|13:1638;3|12:1637|13:1639;3|12:1637|13:1640;3|12:1637|13:1641;p;8|1:3|2:4|16:43|17:1350|3:1642|4:1643|5:1635|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:134|13:1644;3|12:134|13:1645;3|12:1405|13:1646;3|12:1405|13:1647;3|12:1648|13:1649;3|12:1405|13:1650;3|12:1405|13:1651;3|12:1405|13:1652;3|12:1637|13:1653;p;8|1:3|2:4|16:43|17:1350|3:1654|4:1655|5:1656|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:1350|3:1657|4:1390|5:1658|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:185|13:1659;p;1|1:3|2:4|16:43|17:1350|3:1660|4:1661|5:1662|6:8|7:8|8'
  256. ..':8|9:8|10:8|11:8|16:43|16:43;n;3|12:1272|13:1663;3|12:1272|13:1664;3|12:185|13:1665;p;1|1:3|2:4|16:43|17:1350|3:1666|4:1661|5:1662|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1272|13:1667;3|12:1272|13:1668;p;1|1:3|2:4|16:123|17:1350|3:1669|4:1251|5:1670|6:8|7:8|8:8|9:8|10:8|11:8|16:123|16:123;n;3|12:185|13:1671;p;1|1:3|2:4|16:43|17:1350|3:1672|4:1661|5:1673|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:1350|3:1674|4:1661|5:1673|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1272|13:1675;3|12:93|13:1676;3|12:156|13:1677;p;1|1:3|2:4|16:43|17:1350|3:1678|4:1226|5:1679|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:19|13:1680;3|12:288|13:1681;3|12:1682|13:1683;3|12:288|13:1684;p;1|1:3|2:4|16:43|17:1350|3:1685|4:1226|5:1679|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:19|13:1686;3|12:1277|13:1687;3|12:288|13:1688;p;1|1:3|2:4|16:43|17:1350|3:1689|4:1690|5:738|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:1350|3:1691|4:1690|5:738|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:265|13:1692;p;8|1:3|2:4|16:43|17:1350|3:1693|4:1322|5:1694|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1695|13:1696;3|12:1695|13:1697;3|12:313|13:1698;p;1|1:3|2:4|16:43|17:1350|3:1699|4:1390|5:1700|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:288|13:1701;3|12:28'
  257. ..'8|13:1702;3|12:158|13:1703;3|12:185|13:1704;p;8|1:3|2:4|16:43|17:1350|3:1705|4:1706|5:1707|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:313|13:1708;3|12:313|13:1709;3|12:313|13:1710;3|12:1711|13:1712;p;8|1:3|2:4|16:43|17:1350|3:1713|4:1714|5:1694|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1715|13:1716;p;1|1:3|2:4|16:43|17:80|3:1717|4:1164|5:1718|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:102|13:1719;3|12:100|13:1720;p;1|1:3|2:4|16:43|17:80|3:1721|4:1722|5:1723|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1100|13:1724;3|12:1105|13:1725;p;1|1:3|2:4|16:43|17:80|3:1726|4:1722|5:1723|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:80|3:1727|4:1728|5:1718|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:102|13:1729;3|12:100|13:1730;3|12:102|13:1731;p;1|1:3|2:4|16:43|17:80|3:1732|4:1722|5:1723|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:80|3:1733|4:1722|5:1723|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:80|3:1734|4:1164|5:1735|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:100|13:1736;p;1|1:3|2:4|16:43|17:1350|3:1737|4:1661|5:1738|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:93|13:1739;3|12:1272|13:1740;p;1|1:3|2:4|16:43|17:1350|3:1741|4:1661|5:1738|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1403|13:1742;3|12:1272|13'
  258. ..':1743;3|12:288|13:1744;3|12:93|13:1745;p;1|1:3|2:4|16:43|17:1350|3:1746|4:1747|5:1738|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:1350|3:1748|4:1747|5:1738|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1401|13:1749;p;8|1:3|2:4|16:43|17:1350|3:1750|4:1751|5:1752|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;8|1:3|2:4|16:43|17:1350|3:1753|4:1754|5:1752|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:87|13:1755;3|12:158|13:1756;p;1|1:3|2:4|16:43|17:1350|3:1757|4:1035|5:357|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:185|13:1758;p;1|1:3|2:4|16:43|17:1350|3:1759|4:1035|5:357|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:21|13:1760;p;1|1:3|2:4|16:43|17:1350|3:1761|4:1747|5:1762|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;8|1:3|2:4|16:43|17:1350|3:1763|4:374|5:1764|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:60|13:1765;p;1|1:3|2:4|16:43|17:1350|3:1766|4:1747|5:1767|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:265|13:1768;p;1|1:3|2:4|16:43|17:1350|3:1769|4:1747|5:1762|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1626|13:1770;p;8|1:3|2:4|16:43|17:1350|3:1771|4:1772|5:1764|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;1|1:3|2:4|16:43|17:1350|3:1773|4:1747|5:1767|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1626|13:1774;3|12:205|13:1775;3|12:265|13:1776;p;1|1:3|2:4|1'
  259. ..'7:1350|3:1777|4:869|5:1778|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:1779|13:1780;3|12:1781|13:1782;3|12:288|13:1783;3|12:288|13:1784;3|12:288|13:1785;3|12:288|13:1786;3|12:1781|13:1787;3|12:288|13:1788;3|12:288|13:1789;3|12:288|13:1790;3|12:288|13:1791;3|12:288|13:1792;p;8|1:3|2:4|17:1350|3:1793|4:1794|5:1795|6:8|7:8|8:8|9:8|10:8|11:8;8|1:3|2:4|17:1350|3:1796|4:1797|5:1798|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:1799|13:1800;p;1|1:862|2:4|16:12|3:1801|4:643|5:181|6:8|7:8|8:8|9:8|10:8|11:8|16:12|16:12;n;6|1:29|18:1802;9|22:871|23:16;p;1|1:3|2:4|16:43|17:1350|3:1803|4:1390|5:738|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:21|13:1804;p;1|1:3|2:4|16:43|17:1350|3:1805|4:1806|5:1807|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:100|13:1808;3|12:100|13:1809;3|12:185|13:1810;3|12:344|13:1811;p;1|1:3|2:4|16:43|17:1350|3:1812|4:1390|5:1813|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:185|13:1814;3|12:158|13:1815;3|12:185|13:1816;3|12:158|13:1817;3|12:185|13:1818;3|12:185|13:1819;p;1|1:3|2:4|17:1350|3:1820|4:1251|5:1821|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:1822|13:1823;3|12:1824|13:1825;3|12:1826|13:1827;3|12:1824|13:1828;3|12:1826|13:1829;3|12:1830|13:1831;p;1|1:3|2:4|16:43|17:25|3:1832|4:1035|5:1833|6:8|7:8|8:8|9:8|10:8|11:8|16:43|16:43;n;3|12:1834|13:1835;3|12:1836|13:18'
  260. ..'37;3|12:978|13:1838;3|12:978|13:1839;p;1|1:3|2:4|16:24|17:25|3:1840|4:1035|5:1841|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:1842|13:1843;p;1|1:3|2:4|17:80|3:1844|4:1035|5:1845|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:1846|13:1847;3|12:1848|13:1849;3|12:1842|13:1850;p;8|1:3|2:4|16:24|17:80|3:1851|4:891|5:1852|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:185|13:1853;3|12:100|13:1854;p;1|1:3|2:4|17:1350|3:1855|4:869|5:1856|6:8|7:8|8:8|9:8|10:8|11:8;1|1:3|2:4|17:1350|3:1857|4:869|5:1778|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:1781|13:1858;p;1|1:3|2:4|16:1859|17:25|3:1860|4:1035|5:1861|6:8|7:8|8:8|9:8|10:8|11:8|16:1859|16:1859;1|1:3|2:4|16:24|17:80|3:1862|4:1035|5:1863|27:381|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:1864|13:1865;3|12:1866|13:1867;3|12:1272|13:1868;3|12:93|13:1869;3|12:1272|13:1870;3|12:93|13:1871;3|12:102|13:1872;3|12:1272|13:1873;3|12:1272|13:1874;3|12:1272|13:1875;3|12:1272|13:1876;3|12:1272|13:1877;3|12:1272|13:1878;3|12:1272|13:1879;3|12:1272|13:1880;3|12:1272|13:1881;3|12:102|13:1882;3|12:93|13:1883;3|12:1272|13:1884;3|12:1272|13:1885;p;1|1:3|2:4|16:24|17:80|3:1886|4:1035|5:1863|27:381|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:1864|13:1887;3|12:1272|13:1888;3|12:1272|13:1889;3|12:1866|13:1890;3|12:1272|13:1891;3|12:100|13:1892;3|12:'
  261. ..'1272|13:1893;3|12:1272|13:1894;3|12:1272|13:1895;3|12:1272|13:1896;3|12:1272|13:1897;3|12:1272|13:1898;3|12:1272|13:1899;3|12:93|13:1900;3|12:1272|13:1901;3|12:1272|13:1902;p;1|1:3|2:4|16:24|17:80|3:1903|4:1035|5:1863|27:381|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:1864|13:1904;3|12:100|13:1905;3|12:1866|13:1906;p;1|1:3|2:4|16:24|17:80|3:1907|4:1035|5:1863|27:381|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:1908|4:1035|5:1863|27:381|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:1909|4:1035|5:1863|27:381|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:1864|13:1910;3|12:1866|13:1911;3|12:100|13:1912;p;1|1:3|2:4|16:24|17:80|3:1913|4:1035|5:1914|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:1915|4:1035|5:1914|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:1916|4:1035|5:1914|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:1917|4:1035|5:1914|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:1918|4:1035|5:1914|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:1919|4:1035|5:1914|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:1920|4:1035|5:1914|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:1921|4:1035|5:1914|6:8|7:8|8:8|9'
  262. ..':8|10:8|11:8|16:24|16:24;n;3|12:1922|13:1923;3|12:1924|13:1925;3|12:1924|13:1926;p;1|1:3|2:4|16:24|17:80|3:1927|4:1035|5:1914|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:1924|13:1928;p;1|1:3|2:4|16:24|17:80|3:1929|4:1035|5:1914|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:1930|4:1035|5:1931|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:288|13:1932;3|12:1933|13:1934;3|12:1935|13:1936;3|12:288|13:1937;p;1|1:3|2:4|16:24|17:25|3:1938|4:1035|5:1939|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:1842|13:1940;p;1|1:3|2:4|16:24|17:80|3:1941|4:1035|5:1942|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:100|13:1943;3|12:102|13:1944;3|12:100|13:1945;3|12:100|13:1946;3|12:102|13:1947;3|12:100|13:1948;3|12:100|13:1949;3|12:102|13:1950;3|12:100|13:1951;3|12:100|13:1952;p;1|1:3|2:4|16:24|17:80|3:1953|4:1954|5:1955|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:100|13:1956;3|12:383|13:1957;3|12:1272|13:1958;3|12:100|13:1959;3|12:385|13:1960;p;1|1:3|2:4|16:24|17:80|3:1961|4:1035|5:1962|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:93|13:1963;p;1|1:3|2:4|16:24|17:80|3:1964|4:1954|5:1965|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:1272|13:1966;p;1|1:3|2:4|16:24|17:80|3:1967|4:1035|5:1968|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:1969'
  263. ..'|4:1954|5:1970|27:381|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:100|13:1971;3|12:100|13:1972;3|12:100|13:1973;3|12:1836|13:1974;p;1|1:3|2:4|16:24|17:80|3:1975|4:1035|5:1976|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:344|13:1977;p;8|1:3|2:4|16:24|17:80|3:1978|4:643|5:1979|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:60|13:1980;3|12:87|13:1981;p;8|1:3|2:4|16:24|17:80|3:1982|4:79|5:1979|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:23|2:4|16:24|21:4|3:1983|4:958|5:1984|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;6|1:29|18:1985;3|12:205|13:1986;3|12:265|13:1987;3|12:205|13:1988;p;15|1:3|2:4|16:24|17:25|3:1989|4:180|5:1990|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;15|1:3|2:4|16:24|17:25|3:1991|4:180|5:1608|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:1992|4:1191|5:1993|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:102|13:1994;3|12:9|13:1995;3|12:9|13:1996;p;1|1:3|2:4|16:24|17:80|3:1997|4:1191|5:1993|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;15|1:3|2:4|16:24|17:25|3:1998|4:180|5:1990|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;15|1:3|2:4|16:24|17:25|3:1999|4:180|5:1608|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:1403|13:2000;p;8|1:3|2:4|16:24|17:80|3:2001|4:2002|5:2003|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:313|13:2004;3|12:265|13:2005;3|12:313'
  264. ..'|13:2006;3|12:265|13:2007;p;15|1:3|2:4|16:24|17:25|3:2008|4:2009|5:2010|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;15|1:3|2:4|16:24|17:25|3:2011|4:2009|5:2010|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;8|1:3|2:4|16:24|17:80|3:2012|4:2013|5:2003|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|21:4|3:2014|4:958|5:2015|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:128|13:2016;3|12:128|13:2017;p;1|1:3|2:4|16:24|17:80|3:2018|4:2019|5:1993|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:128|13:2020;3|12:128|13:2021;p;8|1:3|2:4|16:24|17:80|3:2022|4:2023|5:2003|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:205|13:2024;3|12:265|13:2025;p;1|1:3|2:4|16:24|17:80|3:2026|4:2027|5:2028|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:156|13:2029;p;1|1:3|2:4|16:24|17:80|3:2030|4:2031|5:2032|6:8|7:8|8:8|9:8|10:84|11:8|16:24|16:24;n;10|12:21|13:2033;3|12:100|13:2034;p;1|1:3|2:4|16:24|17:80|3:2035|4:1954|5:2036|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:415|13:2037;3|12:2038|13:2039;p;8|1:3|2:4|16:24|17:80|3:2040|4:2041|5:2042|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:2043|4:2031|5:2044|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:73|13:2045;3|12:102|13:2046;3|12:565|13:2047;p;1|1:3|2:4|16:24|17:80|3:2048|4:2031|5:2044|6:8|7:8|8:8|9:8|10:8|11:8|16:'
  265. ..'24|16:24;n;3|12:73|13:2049;p;1|1:3|2:4|16:24|17:80|3:2050|4:2031|5:2051|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:1180|13:2052;p;1|1:3|2:4|16:24|17:80|3:2053|4:2031|5:2051|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:265|13:2054;3|12:1180|13:2055;3|12:205|13:2056;p;1|1:3|2:4|16:24|17:80|3:2057|4:2058|5:2032|6:8|7:8|8:8|9:8|10:84|11:8|16:24|16:24;n;10|12:21|13:2059;p;1|1:3|2:4|16:24|17:80|3:2060|4:2031|5:2061|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:194|13:2062;3|12:313|13:2063;3|12:205|13:2064;p;1|1:3|2:4|16:24|17:80|3:2065|4:2066|5:2061|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:313|13:2067;3|12:194|13:2068;3|12:205|13:2069;3|12:265|13:2070;p;8|1:3|2:4|16:24|17:80|3:2071|4:2041|5:1673|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:158|13:2072;3|12:185|13:2073;p;8|1:3|2:4|16:24|17:80|3:2074|4:2041|5:1673|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:158|13:2075;p;8|1:3|2:4|16:24|17:80|3:2076|4:2077|5:1852|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:185|13:2078;3|12:100|13:2079;p;8|1:3|2:4|16:24|17:80|3:2080|4:2081|5:1852|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:100|13:2082;p;8|1:3|2:4|16:24|17:80|3:2083|4:2084|5:1852|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:185|13:2085;3|12:100|13:2086;p;1|1:3|2:4|17:1350|3:2087|4:869|5:2088|27:3'
  266. ..'81|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:288|13:2089;3|12:1826|13:2090;3|12:288|13:2091;3|12:1824|13:2092;3|12:2093|13:2094;3|12:288|13:2095;3|12:2096|13:2097;p;1|1:3|2:4|16:24|17:80|3:2098|4:1954|5:2099|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:1272|13:2100;3|12:102|13:2101;3|12:100|13:2102;3|12:102|13:2103;3|12:93|13:2104;3|12:100|13:2105;3|12:100|13:2106;p;1|1:3|2:4|16:24|17:80|3:2107|4:1954|5:2099|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:102|13:2108;3|12:100|13:2109;3|12:100|13:2110;3|12:102|13:2111;3|12:100|13:2112;p;1|1:3|2:4|16:24|17:80|3:2113|4:1954|5:2099|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:102|13:2114;3|12:100|13:2115;3|12:100|13:2116;p;1|1:3|2:4|16:24|17:80|3:2117|4:1954|5:2099|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:102|13:2118;3|12:102|13:2119;3|12:100|13:2120;3|12:100|13:2121;p;1|1:3|2:4|16:24|17:80|3:2122|4:1954|5:2099|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:102|13:2123;p;1|1:3|2:4|16:24|17:80|3:2124|4:1251|5:2125|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:2126|13:2127;3|12:102|13:2128;3|12:102|13:2129;3|12:102|13:2130;p;1|1:3|2:4|16:24|17:80|3:2131|4:1251|5:2132|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:102|13:2133;p;1|1:3|2:4|16:24|17:80|3:2134|4:954|5:2135|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:'
  267. ..'102|13:2136;3|12:2137|13:2138;3|12:102|13:2139;p;1|1:3|2:4|16:24|17:80|3:2140|4:954|5:2141|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:2142|4:954|5:2135|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:2143|13:2144;p;1|1:3|2:4|16:24|17:80|3:2145|4:954|5:2135|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:2146|4:954|5:2135|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:2147|4:954|5:2135|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:2148|4:1226|5:2149|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:1272|13:2150;3|12:1272|13:2151;3|12:1272|13:2152;3|12:1272|13:2153;p;1|1:3|2:4|16:24|17:80|3:2154|4:1035|5:1863|27:381|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:93|13:2155;3|12:93|13:2156;3|12:93|13:2157;3|12:100|13:2158;3|12:93|13:2159;3|12:93|13:2160;3|12:93|13:2161;3|12:93|13:2162;3|12:93|13:2163;3|12:93|13:2164;3|12:93|13:2165;3|12:93|13:2166;3|12:93|13:2167;3|12:1866|13:2168;p;1|1:3|2:4|16:24|17:80|3:2169|4:1035|5:1863|27:381|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:93|13:2170;3|12:93|13:2171;3|12:93|13:2172;3|12:93|13:2173;3|12:93|13:2174;3|12:93|13:2175;3|12:93|13:2176;3|12:93|13:2177;3|12:93|13:2178;3|12:93|13:2179;3|12:1866|13:2180;p;1|1:3|2:4|16:24|17:80|3:2181|4:1035|5:1914|6:8|'
  268. ..'7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:2182|4:1035|5:1914|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:1924|13:2183;p;1|1:3|2:4|16:24|17:80|3:2184|4:1035|5:1914|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:2185|4:1954|5:2186|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:100|13:2187;3|12:100|13:2188;3|12:100|13:2189;p;1|1:3|2:4|16:24|17:80|3:2190|4:1035|5:1942|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:100|13:2191;3|12:102|13:2192;3|12:102|13:2193;3|12:100|13:2194;3|12:100|13:2195;3|12:102|13:2196;3|12:100|13:2197;3|12:100|13:2198;3|12:102|13:2199;3|12:100|13:2200;3|12:100|13:2201;p;1|1:3|2:4|16:24|17:80|3:2202|4:1954|5:2186|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:100|13:2203;3|12:100|13:2204;p;1|1:3|2:4|16:24|17:80|3:2205|4:1954|5:2186|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:100|13:2204;3|12:100|13:2206;p;1|1:3|2:4|16:24|17:80|3:2207|4:1954|5:2186|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:100|13:2208;p;1|1:23|2:4|16:24|17:80|3:2209|4:861|5:2210|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;6|1:29|18:2211;3|12:205|13:2212;p;15|1:3|2:4|16:24|17:25|3:2213|4:2214|5:2215|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:2093|13:2216;p;15|1:3|2:4|16:24|17:25|3:2217|4:2218|5:2215|6:8|7:8|8:8|9:8|10:8|11:8|16:24|1'
  269. ..'6:24;n;3|12:2093|13:2219;p;15|1:3|2:4|16:24|17:25|3:2220|4:2221|5:2215|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;15|1:3|2:4|16:24|17:25|3:2222|4:2223|5:2215|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:420|13:2224;3|12:2093|13:2225;3|12:2096|13:2226;p;8|1:3|2:4|17:80|3:2227|4:2228|5:331|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:35|13:2229;3|12:73|13:2230;3|12:565|13:2231;p;1|1:3|2:4|17:80|3:2232|4:2233|5:2234|6:84|7:8|8:84|9:8|10:8|11:8;n;10|12:583|13:2235;10|12:2236|13:2237;p;1|1:3|2:4|16:24|17:80|3:2238|4:1035|5:2239|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:2240|13:2241;3|12:1080|13:2242;p;1|1:3|2:4|16:24|17:80|3:2243|4:1035|5:2244|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;15|1:3|2:4|16:24|17:25|3:2245|4:2246|5:1990|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:1935|13:2247;p;15|1:3|2:4|16:24|17:25|3:2248|4:2249|5:1990|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;15|1:3|2:4|16:24|17:25|3:2250|4:2246|5:1990|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;15|1:3|2:4|16:24|17:25|3:2251|4:2249|5:1990|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:2252|4:2253|5:2254|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:288|13:2255;3|12:288|13:2256;p;1|1:3|2:4|16:24|17:80|3:2257|4:1954|5:2258|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:100|13:2259;3|12:100|13:2260;3|12:93'
  270. ..'|13:2261;3|12:93|13:2262;3|12:100|13:2263;3|12:100|13:2264;3|12:93|13:2265;3|12:93|13:2266;p;1|1:3|2:4|16:24|17:80|3:2267|4:1035|5:2268|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:100|13:2269;3|12:100|13:2270;3|12:100|13:2271;3|12:100|13:2272;p;1|1:3|2:4|16:24|17:80|3:2273|4:1035|5:2125|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:102|13:2274;p;1|1:3|2:4|16:24|17:80|3:2275|4:1954|5:2276|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:93|13:2277;3|12:447|13:2278;3|12:93|13:2279;p;1|1:3|2:4|16:24|17:80|3:2280|4:1954|5:2281|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:100|13:2282;3|12:2283|13:2284;p;1|1:3|2:4|16:24|17:80|3:2285|4:1954|5:2099|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:102|13:2286;3|12:102|13:2287;3|12:100|13:2288;3|12:93|13:2289;3|12:1272|13:2290;3|12:100|13:2291;3|12:100|13:2292;p;1|1:3|2:4|16:24|17:80|3:2293|4:1251|5:2294|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:2295|13:2296;p;8|1:3|2:4|21:4|3:2297|4:2298|5:2299|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:2300|13:2301;3|12:1842|13:2302;p;8|1:3|2:4|21:4|3:2303|4:374|5:2299|6:8|7:8|8:8|9:8|10:8|11:8;1|1:3|2:4|16:24|17:80|3:2304|4:2305|5:2306|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;11|19:2307;p;1|1:3|2:4|16:24|17:80|3:2308|4:2309|5:2306|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;11|19:2307;3|'
  271. ..'12:994|13:2310;p;8|1:3|2:4|21:4|3:2311|4:2312|5:2313|6:8|7:8|8:8|9:8|10:8|11:8;1|1:3|2:4|16:24|17:80|3:2314|4:2315|5:2316|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;11|19:2307;3|12:93|13:2317;p;1|1:3|2:4|16:24|17:80|3:2318|4:1747|5:2319|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:2320|13:2321;p;1|1:3|2:4|16:24|17:80|3:2322|4:1747|5:2319|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:2323|13:2324;p;1|1:3|2:4|16:24|17:80|3:2325|4:1747|5:2319|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|16:24|17:80|3:2326|4:1747|5:2319|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:2323|13:2327;p;1|1:3|2:4|16:24|17:80|3:2328|4:1747|5:2319|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:2323|13:2329;p;1|1:23|2:4|16:378|21:4|3:2330|4:191|5:2331|6:8|7:8|8:8|9:8|10:8|11:8|16:378|16:378;n;6|1:29|18:2332;3|12:1826|13:2333;p;1|1:3|2:4|16:24|17:80|3:2334|4:2335|5:357|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;8|1:3|2:4|16:24|17:80|3:2336|4:2337|5:2338|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:158|13:2339;3|12:158|13:2340;3|12:156|13:2341;p;8|1:3|2:4|16:24|17:80|3:2342|4:2343|5:2344|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;15|1:3|2:4|16:24|17:25|3:2345|4:2346|5:2347|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:420|13:2348;3|12:2349|13:2350;3|12:87|13:2351;3|12:1272|13:2352;3|12:2353|'
  272. ..'13:2354;p;15|1:3|2:4|16:24|17:25|3:2355|4:2346|5:2347|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:87|13:2356;3|12:2349|13:2357;3|12:93|13:2358;p;15|1:3|2:4|16:24|17:25|3:2359|4:2360|5:2347|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:2349|13:2361;3|12:87|13:2362;p;15|1:3|2:4|16:24|17:25|3:2363|4:2364|5:2347|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:93|13:2365;3|12:2353|13:2366;3|12:1272|13:2367;3|12:2349|13:2368;3|12:420|13:2369;p;8|1:3|2:4|16:24|17:80|3:2370|4:2371|5:2344|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:156|13:2372;3|12:156|13:2373;3|12:2374|13:2375;3|12:158|13:2376;3|12:156|13:2377;p;8|1:3|2:4|16:24|17:80|3:2378|4:2379|5:2380|27:381|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;8|1:3|2:4|16:24|17:80|3:2381|4:2382|5:2383|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;8|1:3|2:4|16:24|17:80|3:2384|4:2385|5:2386|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;8|1:3|2:4|16:24|17:80|3:2387|4:2388|5:2386|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;n;3|12:158|13:2389;p;8|1:3|2:4|16:24|17:80|3:2390|4:2391|5:2383|6:8|7:8|8:8|9:8|10:8|11:8|16:24|16:24;1|1:3|2:4|21:4|3:2392|4:2393|5:91|6:8|7:8|8:8|9:8|10:8|11:8;n;3|12:73|13:2394;3|12:35|13:2395;3|12:1272|13:2396;3|12:31|13:2397;p;8|1:3|2:4|21:4|3:2398|4:2399|5:56|6:8|7:8|8:8|9:8|10:8|11:8;n;9|22:57|23:58;9|22:57|23:59;3'
  273. ..'|12:60|13:2400;p;8|1:3|2:4|21:4|3:2401|4:2402|5:56|6:8|7:8|8:8|9:8|10:8|11:8;n;9|22:57|23:58;9|22:57|23:59;3|12:60|13:2403;p;8|1:3|2:4|16:2404|17:2405|3:2406|4:2407|5:2408|6:8|7:8|8:8|9:8|10:8|11:8|16:2404|16:2404;n;3|12:2409|13:2410;3|12:2409|13:2411;3|12:2409|13:2412;3|12:2413|13:2414;p;8|1:3|2:4|16:2404|17:2405|3:2415|4:2416|5:2417|6:8|7:8|8:8|9:8|10:8|11:8|16:2404|16:2404;n;3|12:2409|13:2418;3|12:2419|13:2420;p;8|1:3|2:4|16:2404|17:2405|3:2421|4:2422|5:2423|6:8|7:8|8:8|9:8|10:8|11:8|16:2404|16:2404;n;3|12:2409|13:2424;3|12:2409|13:2425;3|12:2409|13:2426;3|12:2427|13:2428;3|12:2427|13:2429;3|12:2430|13:2431;p;13|1:3|2:4|16:2404|17:2405|3:2432|4:2433|5:2434|6:8|7:8|8:8|9:8|10:8|11:8|16:2404|16:2404;13|1:3|2:4|16:2404|17:2405|3:2435|4:2436|5:2434|6:8|7:8|8:8|9:8|10:8|11:8|16:2404|16:2404;n;3|12:2437|13:2438;3|12:2439|13:2440;p;13|1:3|2:4|16:2404|17:2405|3:2441|4:2442|5:2434|6:8|7:8|8:8|9:8|10:8|11:8|16:2404|16:2404;n;3|12:2437|13:2443;p;8|1:3|2:4|16:2404|17:2405|3:2444|4:2445|5:2446|6:8|7:8|8:8|9:8|10:8|11:8|16:2404|16:2404;8|1:3|2:4|16:2404|17:2405|3:2447|4:2422|5:2448|6:8|7:8|8:8|9:8|10:8|11:8|16:2404|16:2404;n;3|12:2449|13:2450;p;13|1:3|2:4|16:2404|17:2405|3:2451|4:2452|5:2434|6:8|7:8|8:8|9:8|10:8|11:8|16:2404|16:2404;n;3|12:2437|13:2453;3|'
  274. ..'12:2439|13:2454;p;8|1:3|2:4|16:2404|17:2405|3:2455|4:2456|5:2446|6:8|7:8|8:8|9:8|10:8|11:8|16:2404|16:2404;8|1:3|2:4|16:2404|17:2405|3:2457|4:2458|5:2459|6:8|7:8|8:8|9:8|10:8|11:8|16:2404|16:2404;8|1:3|2:4|17:1350|3:2460|4:2461|5:2462|6:8|7:8|8:8|9:8|10:8|11:8;8|1:3|2:4|16:2404|17:2405|3:2463|4:2464|5:2465|6:8|7:8|8:8|9:8|10:8|11:8|16:2404|16:2404;8|1:3|2:4|16:2404|17:2405|3:2466|4:2467|5:2465|6:8|7:8|8:8|9:8|10:8|11:8|16:2404|16:2404;n;3|12:2468|13:2469;p;13|1:3|2:4|16:2404|17:2405|3:2470|4:2471|5:2434|6:8|7:8|8:8|9:8|10:8|11:8|16:2404|16:2404;8|1:3|2:4|16:2404|17:2405|3:2472|4:2473|5:2459|6:8|7:8|8:8|9:8|10:8|11:8|16:2404|16:2404;n;3|12:2409|13:2474;p;13|1:3|2:4|16:2404|17:2405|3:2475|4:2476|5:2477|6:8|7:8|8:8|9:8|10:8|11:8|16:2404|16:2404;n;3|12:2437|13:2478;p;13|1:3|2:4|16:2404|17:2405|3:2479|4:2480|5:2481|6:8|7:8|8:8|9:8|10:8|11:8|16:2404|16:2404;n;3|12:2137|13:2482;3|12:2439|13:2483;p;1|1:2484|2:4|16:2485|21:4|3:2486|4:180|5:181|6:8|7:8|8:8|9:8|10:8|11:8|16:2485|16:2485;n;16|28:4|29:2487|30:4;6|1:29|18:2488;16|28:4;16|28:4;16|28:4;16|28:4;16|28:4;16|28:4;3|12:185|13:2489;p;1|1:2484|2:4|16:2485|21:4|3:2490|4:2491|5:181|6:8|7:8|8:8|9:8|10:8|11:8|16:2485|16:2485;n;16|28:4|29:2487|30:4;6|1:29|18:2492;16|28:4;16|28:4;16|28:4;16|28:4;16|28:4;16'
  275. ..'|28:4;p;1|1:2484|2:4|16:2485|21:4|3:2493|4:2494|5:181|6:8|7:8|8:8|9:8|10:8|11:8|16:2485|16:2485;n;16|28:4|29:2495|30:4;6|1:29|18:2496;16|28:4;16|28:4;16|28:4;16|28:4;16|28:4;16|28:4;3|12:9|13:2497;p;1|1:2484|2:4|16:2485|21:4|3:2498|4:2499|5:181|6:8|7:8|8:8|9:8|10:8|11:8|16:2485|16:2485;n;16|28:4|29:2500|30:4;6|1:29|18:2501;16|28:4;16|28:4;16|28:4;16|28:4;16|28:4;16|28:4;3|12:185|13:2502;3|12:128|13:2503;p;1|1:3|2:4|21:4|3:2504|4:1661|5:40|27:381|6:8|7:8|8:8|9:8|10:8|11:8;n;9|22:2505|23:59;3|12:162|13:2506;3|12:383|13:2507;p;1|1:3|2:4|21:4|3:2508|4:1661|5:40|27:381|6:8|7:8|8:8|9:8|10:8|11:8;n;9|22:2505|23:59;p;1|1:3|2:4|21:4|3:2509|4:1661|5:40|27:381|6:8|7:8|8:8|9:8|10:8|11:8;n;9|22:2505|23:59;3|12:385|13:2510;p;1|1:3|2:4|21:4|3:2511|4:1029|5:2512|6:8|7:8|8:8|9:8|10:8|11:8;n;9|22:2513|23:58;3|12:17|13:2514;p;1|1:3|2:4|21:4|3:2515|4:2516|5:2517|6:8|7:8|8:8|9:8|10:8|11:8;n;9|22:2513|23:58;11|19:462;p;1|1:3|2:4|21:4|3:2518|4:2519|5:2517|6:8|7:8|8:8|9:8|10:8|11:8;n;9|22:2513|23:58;11|19:462;3|12:17|13:2520;p;1|1:3|2:4|21:4|3:2521|4:1029|5:2522|6:8|7:8|8:8|9:8|10:8|11:8;n;9|22:461|23:58;3|12:17|13:2523;p;1|1:2524|2:4|16:63|17:64|3:2525|4:191|5:2338|6:8|7:8|8:8|9:8|10:8|11:8|16:63|16:63;n;5;3|12:156|13:2526;3|12:19|13:2527;3|12:194|13:2528;3|12:313|13'
  276. ..':2529;3|12:21|13:2530;p;p;')
  277. for _,Object in pairs(Objects) do
  278. Object.Parent = script and script.Parent==workspace and script or workspace
  279. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement