Problem rendering this figure

hey … i am new to webgl … so please try to explain to me like i am a 4 yr old(which i probably am :/)… i am trying to render the following code which must be in the shape of a T- pot … however only a part of the figure is rendered … i cant figure out the problem … heres the code … im guessing vertex positions must be in the range 0-1 … cud anyone tell me how to divide every vertex by 3 or something … in vertices … also why is the whole figure not rendering .im going crazy. any help wud be appreciated… here is the code


<html> 
	<head> 
		<title>Rendering Assignment</title> 
		<link rel="stylesheet" type="text/css" href="fall2012.css" />
		
		
	
<script id="vShaderCode" type="x-shader/x-vertex">
//vertex shdr code
attribute vec3 aVertexPosition;
attribute vec3 aVertexColor;
varying vec3 color;


void main(void)
{
   gl_Position = vec4(aVertexPosition,1.0);
   color =aVertexColor;
}

</script>

		
<script id="fShaderCode" type="x-shader/x-fragment">
//frgmnt shdr code
precision mediump float;
varying vec3 color;
void main(void) 

{
  gl_FragColor = vec4(color,1.0);
}

</script>
		

		
<script type="text/javascript">

window.onload = loadScene;
		 function loadScene()
						{
					var canvas = document.getElementById("webGLCanvas");
					var gl = canvas.getContext("experimental-webgl");
					if(!gl)
				{
					alert("There's no WebGL context available.");
					return;
				}
		
	var count=0

	
	
		
var vertexBuffer = gl.createBuffer();
gl.bindBuffer(gl.ARRAY_BUFFER,vertexBuffer);
				
var vertices1 = new Float32Array([17.835,0.000,30.574,16.453,-7.000,30.574,16.223,-6.903,31.515,16.223,-6.903,31.515,17.586,0.000,31.515,17.835,0.000,30.574,17.586,0.000,31.515,16.223,-6.903,31.515,16.489,-7.016,31.828,16.489,-7.016,31.828,17.875,0.000,31.828,17.586,0.000,31.515,17.875,0.000,31.828,16.489,-7.016,31.828,17.031,-7.246,31.515,17.031,-7.246,31.515,18.462,0.000,31.515,17.875,0.000,31.828,18.462,0.000,31.515,17.031,-7.246,31.515,17.628,-7.500,30.574,17.628,-7.500,30.574,19.109,0.000,30.574,18.462,0.000,31.515,16.453,-7.000,30.574,12.663,-12.663,30.574,12.486,-12.486,31.515,12.486,-12.486,31.515,16.223,-6.903,31.515,16.453,-7.000,30.574,16.223,-6.903,31.515,12.486,-12.486,31.515,12.691,-12.691,31.828,12.691,-12.691,31.828,16.489,-7.016,31.828,16.223,-6.903,31.515,16.489,-7.016,31.828,12.691,-12.691,31.828,13.108,-13.108,31.515,13.108,-13.108,31.515,17.031,-7.246,31.515,16.489,-7.016,31.828,17.031,-7.246,31.515,13.108,-13.108,31.515,13.567,-13.567,30.574,13.567,-13.567,30.574,17.628,-7.500,30.574,17.031,-7.246,31.515,12.663,-12.663,30.574,7.000,-16.453,30.574,6.903,-16.223,31.515,6.903,-16.223,31.515,12.486,-12.486,31.515,12.663,-12.663,30.574,12.486,-12.486,31.515,6.903,-16.223,31.515,7.016,-16.489,31.828,7.016,-16.489,31.828,12.691,-12.691,31.828,12.486,-12.486,31.515,12.691,-12.691,31.828,7.016,-16.489,31.828,7.246,-17.031,31.515,7.246,-17.031,31.515,13.108,-13.108,31.515,12.691,-12.691,31.828,13.108,-13.108,31.515,7.246,-17.031,31.515,7.500,-17.628,30.574,7.500,-17.628,30.574,13.567,-13.567,30.574,13.108,-13.108,31.515,7.000,-16.453,30.574,0.000,-17.835,30.574,0.000,-17.586,31.515,0.000,-17.586,31.515,6.903,-16.223,31.515,7.000,-16.453,30.574,6.903,-16.223,31.515,0.000,-17.586,31.515,0.000,-17.875,31.828,0.000,-17.875,31.828,7.016,-16.489,31.828,6.903,-16.223,31.515,7.016,-16.489,31.828,0.000,-17.875,31.828,0.000,-18.462,31.515,0.000,-18.462,31.515,7.246,-17.031,31.515,7.016,-16.489,31.828,7.246,-17.031,31.515,0.000,-18.462,31.515,0.000,-19.109,30.574,0.000,-19.109,30.574,7.500,-17.628,30.574,7.246,-17.031,31.515,0.000,-17.835,30.574,-7.484,-16.453,30.574,-7.107,-16.223,31.515,-7.107,-16.223,31.515,0.000,-17.586,31.515,0.000,-17.835,30.574,0.000,-17.586,31.515,-7.107,-16.223,31.515,-7.076,-16.489,31.828,-7.076,-16.489,31.828,0.000,-17.875,31.828,0.000,-17.586,31.515,0.000,-17.875,31.828,-7.076,-16.489,31.828,-7.254,-17.031,31.515,-7.254,-17.031,31.515,0.000,-18.462,31.515,0.000,-17.875,31.828,0.000,-18.462,31.515,-7.254,-17.031,31.515,-7.500,-17.628,30.574,-7.500,-17.628,30.574,0.000,-19.109,30.574,0.000,-18.462,31.515,-7.484,-16.453,30.574,-13.093,-12.663,30.574,-12.667,-12.486,31.515,-12.667,-12.486,31.515,-7.107,-16.223,31.515,-7.484,-16.453,30.574,-7.107,-16.223,31.515,-12.667,-12.486,31.515,-12.745,-12.691,31.828,-12.745,-12.691,31.828,-7.076,-16.489,31.828,-7.107,-16.223,31.515,-7.076,-16.489,31.828,-12.745,-12.691,31.828,-13.115,-13.108,31.515,-13.115,-13.108,31.515,-7.254,-17.031,31.515,-7.076,-16.489,31.828,-7.254,-17.031,31.515,-13.115,-13.108,31.515,-13.567,-13.567,30.574,-13.567,-13.567,30.574,-7.500,-17.628,30.574,-7.254,-17.031,31.515,-13.093,-12.663,30.574,-16.614,-7.000,30.574,-16.291,-6.903,31.515,-16.291,-6.903,31.515,-12.667,-12.486,31.515,-13.093,-12.663,30.574,-12.667,-12.486,31.515,-16.291,-6.903,31.515,-16.510,-7.016,31.828,-16.510,-7.016,31.828,-12.745,-12.691,31.828,-12.667,-12.486,31.515,-12.745,-12.691,31.828,-16.510,-7.016,31.828,-17.034,-7.246,31.515,-17.034,-7.246,31.515,-13.115,-13.108,31.515,-12.745,-12.691,31.828,-13.115,-13.108,31.515,-17.034,-7.246,31.515,-17.628,-7.500,30.574,-17.628,-7.500,30.574,-13.567,-13.567,30.574,-13.115,-13.108,31.515,-16.614,-7.000,30.574,-17.835,0.000,30.574,-17.586,0.000,31.515,-17.586,0.000,31.515,-16.291,-6.903,31.515,-16.614,-7.000,30.574,-16.291,-6.903,31.515,-17.586,0.000,31.515,-17.875,0.000,31.828,-17.875,0.000,31.828,-16.510,-7.016,31.828,-16.291,-6.903,31.515,-16.510,-7.016,31.828,-17.875,0.000,31.828,-18.462,0.000,31.515,-18.462,0.000,31.515,-17.034,-7.246,31.515,-16.510,-7.016,31.828,-17.034,-7.246,31.515,-18.462,0.000,31.515,-19.109,0.000,30.574,-19.109,0.000,30.574,-17.628,-7.500,30.574,-17.034,-7.246,31.515,-17.835,0.000,30.574,-16.453,7.000,30.574,-16.223,6.903,31.515,-16.223,6.903,31.515,-17.586,0.000,31.515,-17.835,0.000,30.574,-17.586,0.000,31.515,-16.223,6.903,31.515,-16.489,7.016,31.828,-16.489,7.016,31.828,-17.875,0.000,31.828,-17.586,0.000,31.515,-17.875,0.000,31.828,-16.489,7.016,31.828,-17.031,7.246,31.515,-17.031,7.246,31.515,-18.462,0.000,31.515,-17.875,0.000,31.828,-18.462,0.000,31.515,-17.031,7.246,31.515,-17.628,7.500,30.574,-17.628,7.500,30.574,-19.109,0.000,30.574,-18.462,0.000,31.515,-16.453,7.000,30.574,-12.663,12.663,30.574,-12.486,12.486,31.515,-12.486,12.486,31.515,-16.223,6.903,31.515,-16.453,7.000,30.574,-16.223,6.903,31.515,-12.486,12.486,31.515,-12.691,12.691,31.828,-12.691,12.691,31.828,-16.489,7.016,31.828,-16.223,6.903,31.515,-16.489,7.016,31.828,-12.691,12.691,31.828,-13.108,13.108,31.515,-13.108,13.108,31.515,-17.031,7.246,31.515,-16.489,7.016,31.828,-17.031,7.246,31.515,-13.108,13.108,31.515,-13.567,13.567,30.574,-13.567,13.567,30.574,-17.628,7.500,30.574,-17.031,7.246,31.515,-12.663,12.663,30.574,-7.000,16.453,30.574,-6.903,16.223,31.515,-6.903,16.223,31.515,-12.486,12.486,31.515,-12.663,12.663,30.574,-12.486,12.486,31.515,-6.903,16.223,31.515,-7.016,16.489,31.828,-7.016,16.489,31.828,-12.691,12.691,31.828,-12.486,12.486,31.515,-12.691,12.691,31.828,-7.016,16.489,31.828,-7.246,17.031,31.515,-7.246,17.031,31.515,-13.108,13.108,31.515,-12.691,12.691,31.828,-13.108,13.108,31.515,-7.246,17.031,31.515,-7.500,17.628,30.574,-7.500,17.628,30.574,-13.567,13.567,30.574,-13.108,13.108,31.515,-7.000,16.453,30.574,0.000,17.835,30.574,0.000,17.586,31.515,0.000,17.586,31.515,-6.903,16.223,31.515,-7.000,16.453,30.574,-6.903,16.223,31.515,0.000,17.586,31.515,0.000,17.875,31.828,0.000,17.875,31.828,-7.016,16.489,31.828,-6.903,16.223,31.515,-7.016,16.489,31.828,0.000,17.875,31.828,0.000,18.462,31.515,0.000,18.462,31.515,-7.246,17.031,31.515,-7.016,16.489,31.828,-7.246,17.031,31.515,0.000,18.462,31.515,0.000,19.109,30.574,0.000,19.109,30.574,-7.500,17.628,30.574,-7.246,17.031,31.515,0.000,17.835,30.574,7.000,16.453,30.574,6.903,16.223,31.515,6.903,16.223,31.515,0.000,17.586,31.515,0.000,17.835,30.574,0.000,17.586,31.515,6.903,16.223,31.515,7.016,16.489,31.828,7.016,16.489,31.828,0.000,17.875,31.828,0.000,17.586,31.515,0.000,17.875,31.828,7.016,16.489,31.828,7.246,17.031,31.515,7.246,17.031,31.515,0.000,18.462,31.515,0.000,17.875,31.828,0.000,18.462,31.515,7.246,17.031,31.515,7.500,17.628,30.574,7.500,17.628,30.574,0.000,19.109,30.574,0.000,18.462,31.515,7.000,16.453,30.574,12.663,12.663,30.574,12.486,12.486,31.515,12.486,12.486,31.515,6.903,16.223,31.515,7.000,16.453,30.574,6.903,16.223,31.515,12.486,12.486,31.515,12.691,12.691,31.828,12.691,12.691,31.828,7.016,16.489,31.828,6.903,16.223,31.515,7.016,16.489,31.828,12.691,12.691,31.828,13.108,13.108,31.515,13.108,13.108,31.515,7.246,17.031,31.515,7.016,16.489,31.828,7.246,17.031,31.515,13.108,13.108,31.515,13.567,13.567,30.574,13.567,13.567,30.574,7.500,17.628,30.574,7.246,17.031,31.515,12.663,12.663,30.574,16.453,7.000,30.574,16.223,6.903,31.515,16.223,6.903,31.515,12.486,12.486,31.515,12.663,12.663,30.574,12.486,12.486,31.515,16.223,6.903,31.515,16.489,7.016,31.828,16.489,7.016,31.828,12.691,12.691,31.828,12.486,12.486,31.515,12.691,12.691,31.828,16.489,7.016,31.828,17.031,7.246,31.515,17.031,7.246,31.515,13.108,13.108,31.515,12.691,12.691,31.828,13.108,13.108,31.515,17.031,7.246,31.515,17.628,7.500,30.574,17.628,7.500,30.574,13.567,13.567,30.574,13.108,13.108,31.515,16.453,7.000,30.574,17.835,0.000,30.574,17.586,0.000,31.515,17.586,0.000,31.515,16.223,6.903,31.515,16.453,7.000,30.574,16.223,6.903,31.515,17.586,0.000,31.515,17.875,0.000,31.828,17.875,0.000,31.828,16.489,7.016,31.828,16.223,6.903,31.515,16.489,7.016,31.828,17.875,0.000,31.828,18.462,0.000,31.515,18.462,0.000,31.515,17.031,7.246,31.515,16.489,7.016,31.828,17.031,7.246,31.515,18.462,0.000,31.515,19.109,0.000,30.574,19.109,0.000,30.574,17.628,7.500,30.574,17.031,7.246,31.515,19.109,0.000,30.574,17.628,-7.500,30.574,19.785,-8.418,25.573,19.785,-8.418,25.573,21.448,0.000,25.573,19.109,0.000,30.574,21.448,0.000,25.573,19.785,-8.418,25.573,21.668,-9.219,20.661,21.668,-9.219,20.661,23.488,0.000,20.661,21.448,0.000,25.573,23.488,0.000,20.661,21.668,-9.219,20.661,22.999,-9.785,15.929,22.999,-9.785,15.929,24.931,0.000,15.929,23.488,0.000,20.661,24.931,0.000,15.929,22.999,-9.785,15.929,23.504,-10.000,11.465,23.504,-10.000,11.465,25.478,0.000,11.465,24.931,0.000,15.929,17.628,-7.500,30.574,13.567,-13.567,30.574,15.228,-15.228,25.573,15.228,-15.228,25.573,19.785,-8.418,25.573,17.628,-7.500,30.574,19.785,-8.418,25.573,15.228,-15.228,25.573,16.676,-16.676,20.661,16.676,-16.676,20.661,21.668,-9.219,20.661,19.785,-8.418,25.573,21.668,-9.219,20.661,16.676,-16.676,20.661,17.701,-17.701,15.929,17.701,-17.701,15.929,22.999,-9.785,15.929,21.668,-9.219,20.661,22.999,-9.785,15.929,17.701,-17.701,15.929,18.090,-18.090,11.465,18.090,-18.090,11.465,23.504,-10.000,11.465,22.999,-9.785,15.929,13.567,-13.567,30.574,7.500,-17.628,30.574,8.418,-19.785,25.573,8.418,-19.785,25.573,15.228,-15.228,25.573,13.567,-13.567,30.574,15.228,-15.228,25.573,8.418,-19.785,25.573,9.219,-21.668,20.661,9.219,-21.668,20.661,16.676,-16.676,20.661,15.228,-15.228,25.573,16.676,-16.676,20.661,9.219,-21.668,20.661,9.785,-22.999,15.929,9.785,-22.999,15.929,17.701,-17.701,15.929,16.676,-16.676,20.661,17.701,-17.701,15.929,9.785,-22.999,15.929,10.000,-23.504,11.465,10.000,-23.504,11.465,18.090,-18.090,11.465,17.701,-17.701,15.929,7.500,-17.628,30.574,0.000,-19.109,30.574,0.000,-21.448,25.573,0.000,-21.448,25.573,8.418,-19.785,25.573,7.500,-17.628,30.574,8.418,-19.785,25.573,0.000,-21.448,25.573,0.000,-23.488,20.661,0.000,-23.488,20.661,9.219,-21.668,20.661,8.418,-19.785,25.573,9.219,-21.668,20.661,0.000,-23.488,20.661,0.000,-24.931,15.929,0.000,-24.931,15.929,9.785,-22.999,15.929,9.219,-21.668,20.661,9.785,-22.999,15.929,0.000,-24.931,15.929,0.000,-25.478,11.465,0.000,-25.478,11.465,10.000,-23.504,11.465,9.785,-22.999,15.929,0.000,-19.109,30.574,-7.500,-17.628,30.574,-8.418,-19.785,25.573,-8.418,-19.785,25.573,0.000,-21.448,25.573,0.000,-19.109,30.574,0.000,-21.448,25.573,-8.418,-19.785,25.573,-9.219,-21.668,20.661,-9.219,-21.668,20.661,0.000,-23.488,20.661,0.000,-21.448,25.573,0.000,-23.488,20.661,-9.219,-21.668,20.661,-9.785,-22.999,15.929,-9.785,-22.999,15.929,0.000,-24.931,15.929,0.000,-23.488,20.661,0.000,-24.931,15.929,-9.785,-22.999,15.929,-10.000,-23.504,11.465,-10.000,-23.504,11.465,0.000,-25.478,11.465,0.000,-24.931,15.929,-7.500,-17.628,30.574,-13.567,-13.567,30.574,-15.228,-15.228,25.573,-15.228,-15.228,25.573,-8.418,-19.785,25.573,-7.500,-17.628,30.574,-8.418,-19.785,25.573,-15.228,-15.228,25.573,-16.676,-16.676,20.661,-16.676,-16.676,20.661,-9.219,-21.668,20.661,-8.418,-19.785,25.573,-9.219,-21.668,20.661,-16.676,-16.676,20.661,-17.701,-17.701,15.929,-17.701,-17.701,15.929,-9.785,-22.999,15.929,-9.219,-21.668,20.661,-9.785,-22.999,15.929,-17.701,-17.701,15.929,-18.090,-18.090,11.465,-18.090,-18.090,11.465,-10.000,-23.504,11.465,-9.785,-22.999,15.929,-13.567,-13.567,30.574,-17.628,-7.500,30.574,-19.785,-8.418,25.573,-19.785,-8.418,25.573,-15.228,-15.228,25.573,-13.567,-13.567,30.574,-15.228,-15.228,25.573,-19.785,-8.418,25.573,-21.668,-9.219,20.661,-21.668,-9.219,20.661,-16.676,-16.676,20.661,-15.228,-15.228,25.573,-16.676,-16.676,20.661,-21.668,-9.219,20.661,-22.999,-9.785,15.929,-22.999,-9.785,15.929,-17.701,-17.701,15.929,-16.676,-16.676,20.661,-17.701,-17.701,15.929,-22.999,-9.785,15.929,-23.504,-10.000,11.465,-23.504,-10.000,11.465,-18.090,-18.090,11.465,-17.701,-17.701,15.929,-17.628,-7.500,30.574,-19.109,0.000,30.574,-21.448,0.000,25.573,-21.448,0.000,25.573,-19.785,-8.418,25.573,-17.628,-7.500,30.574,-19.785,-8.418,25.573,-21.448,0.000,25.573,-23.488,0.000,20.661,-23.488,0.000,20.661,-21.668,-9.219,20.661,-19.785,-8.418,25.573,-21.668,-9.219,20.661,-23.488,0.000,20.661,-24.931,0.000,15.929,-24.931,0.000,15.929,-22.999,-9.785,15.929,-21.668,-9.219,20.661,-22.999,-9.785,15.929,-24.931,0.000,15.929,-25.478,0.000,11.465,-25.478,0.000,11.465,-23.504,-10.000,11.465,-22.999,-9.785,15.929,-19.109,0.000,30.574,-17.628,7.500,30.574,-19.785,8.418,25.573,-19.785,8.418,25.573,-21.448,0.000,25.573,-19.109,0.000,30.574,-21.448,0.000,25.573,-19.785,8.418,25.573,-21.668,9.219,20.661,-21.668,9.219,20.661,-23.488,0.000,20.661,-21.448,0.000,25.573,-23.488,0.000,20.661,-21.668,9.219,20.661,-22.999,9.785,15.929,-22.999,9.785,15.929,-24.931,0.000,15.929,-23.488,0.000,20.661,-24.931,0.000,15.929,-22.999,9.785,15.929,-23.504,10.000,11.465,-23.504,10.000,11.465,-25.478,0.000,11.465,-24.931,0.000,15.929,-17.628,7.500,30.574,-13.567,13.567,30.574,-15.228,15.228,25.573,-15.228,15.228,25.573,-19.785,8.418,25.573,-17.628,7.500,30.574,-19.785,8.418,25.573,-15.228,15.228,25.573,-16.676,16.676,20.661,-16.676,16.676,20.661,-21.668,9.219,20.661,-19.785,8.418,25.573,-21.668,9.219,20.661,-16.676,16.676,20.661,-17.701,17.701,15.929,-17.701,17.701,15.929,-22.999,9.785,15.929,-21.668,9.219,20.661,-22.999,9.785,15.929,-17.701,17.701,15.929,-18.090,18.090,11.465,-18.090,18.090,11.465,-23.504,10.000,11.465,-22.999,9.785,15.929,-13.567,13.567,30.574,-7.500,17.628,30.574,-8.418,19.785,25.573,-8.418,19.785,25.573,-15.228,15.228,25.573,-13.567,13.567,30.574,-15.228,15.228,25.573,-8.418,19.785,25.573,-9.219,21.668,20.661,-9.219,21.668,20.661,-16.676,16.676,20.661,-15.228,15.228,25.573,-16.676,16.676,20.661,-9.219,21.668,20.661,-9.785,22.999,15.929,-9.785,22.999,15.929,-17.701,17.701,15.929,-16.676,16.676,20.661,-17.701,17.701,15.929,-9.785,22.999,15.929,-10.000,23.504,11.465,-10.000,23.504,11.465,-18.090,18.090,11.465,-17.701,17.701,15.929,-7.500,17.628,30.574,0.000,19.109,30.574,0.000,21.448,25.573,0.000,21.448,25.573,-8.418,19.785,25.573,-7.500,17.628,30.574,-8.418,19.785,25.573,0.000,21.448,25.573,0.000,23.488,20.661,0.000,23.488,20.661,-9.219,21.668,20.661,-8.418,19.785,25.573,-9.219,21.668,20.661,0.000,23.488,20.661,0.000,24.931,15.929,0.000,24.931,15.929,-9.785,22.999,15.929,-9.219,21.668,20.661,-9.785,22.999,15.929,0.000,24.931,15.929,0.000,25.478,11.465,0.000,25.478,11.465,-10.000,23.504,11.465,-9.785,22.999,15.929,0.000,19.109,30.574,7.500,17.628,30.574,8.418,19.785,25.573,8.418,19.785,25.573,0.000,21.448,25.573,0.000,19.109,30.574,0.000,21.448,25.573,8.418,19.785,25.573,9.219,21.668,20.661,9.219,21.668,20.661,0.000,23.488,20.661,0.000,21.448,25.573,0.000,23.488,20.661,9.219,21.668,20.661,9.785,22.999,15.929,9.785,22.999,15.929,0.000,24.931,15.929,0.000,23.488,20.661,0.000,24.931,15.929,9.785,22.999,15.929,10.000,23.504,11.465,10.000,23.504,11.465,0.000,25.478,11.465,0.000,24.931,15.929,7.500,17.628,30.574,13.567,13.567,30.574,15.228,15.228,25.573,15.228,15.228,25.573,8.418,19.785,25.573,7.500,17.628,30.574,8.418,19.785,25.573,15.228,15.228,25.573,16.676,16.676,20.661,16.676,16.676,20.661,9.219,21.668,20.661,8.418,19.785,25.573,9.219,21.668,20.661,16.676,16.676,20.661,17.701,17.701,15.929,17.701,17.701,15.929,9.785,22.999,15.929,9.219,21.668,20.661,9.785,22.999,15.929,17.701,17.701,15.929,18.090,18.090,11.465,18.090,18.090,11.465,10.000,23.504,11.465,9.785,22.999,15.929,13.567,13.567,30.574,17.628,7.500,30.574,19.785,8.418,25.573,19.785,8.418,25.573,15.228,15.228,25.573,13.567,13.567,30.574,15.228,15.228,25.573,19.785,8.418,25.573,21.668,9.219,20.661,21.668,9.219,20.661,16.676,16.676,20.661,15.228,15.228,25.573,16.676,16.676,20.661,21.668,9.219,20.661,22.999,9.785,15.929,22.999,9.785,15.929,17.701,17.701,15.929,16.676,16.676,20.661,17.701,17.701,15.929,22.999,9.785,15.929,23.504,10.000,11.465,23.504,10.000,11.465,18.090,18.090,11.465,17.701,17.701,15.929,17.628,7.500,30.574,19.109,0.000,30.574,21.448,0.000,25.573,21.448,0.000,25.573,19.785,8.418,25.573,17.628,7.500,30.574,19.785,8.418,25.573,21.448,0.000,25.573,23.488,0.000,20.661,23.488,0.000,20.661,21.668,9.219,20.661,19.785,8.418,25.573,21.668,9.219,20.661,23.488,0.000,20.661,24.931,0.000,15.929,24.931,0.000,15.929,22.999,9.785,15.929,21.668,9.219,20.661,22.999,9.785,15.929,24.931,0.000,15.929,25.478,0.000,11.465,25.478,0.000,11.465,23.504,10.000,11.465,22.999,9.785,15.929,25.478,0.000,11.465,23.504,-10.000,11.465,22.586,-9.610,7.688,22.586,-9.610,7.688,24.483,0.000,7.688,25.478,0.000,11.465,24.483,0.000,7.688,22.586,-9.610,7.688,20.566,-8.750,4.897,20.566,-8.750,4.897,22.294,0.000,4.897,24.483,0.000,7.688,22.294,0.000,4.897,20.566,-8.750,4.897,18.546,-7.891,3.001,18.546,-7.891,3.001,20.104,0.000,3.001,22.294,0.000,4.897,20.104,0.000,3.001,18.546,-7.891,3.001,17.628,-7.500,1.911,17.628,-7.500,1.911,19.109,0.000,1.911,20.104,0.000,3.001,23.504,-10.000,11.465,18.090,-18.090,11.465,17.383,-17.383,7.688,17.383,-17.383,7.688,22.586,-9.610,7.688,23.504,-10.000,11.465,22.586,-9.610,7.688,17.383,-17.383,7.688,15.828,-15.828,4.897,15.828,-15.828,4.897,20.566,-8.750,4.897,22.586,-9.610,7.688,20.566,-8.750,4.897,15.828,-15.828,4.897,14.274,-14.274,3.001,14.274,-14.274,3.001,18.546,-7.891,3.001,20.566,-8.750,4.897,18.546,-7.891,3.001,14.274,-14.274,3.001,13.567,-13.567,1.911,13.567,-13.567,1.911,17.628,-7.500,1.911,18.546,-7.891,3.001,18.090,-18.090,11.465,10.000,-23.504,11.465,9.610,-22.586,7.688,9.610,-22.586,7.688,17.383,-17.383,7.688,18.090,-18.090,11.465,17.383,-17.383,7.688,9.610,-22.586,7.688,8.750,-20.566,4.897,8.750,-20.566,4.897,15.828,-15.828,4.897,17.383,-17.383,7.688,15.828,-15.828,4.897,8.750,-20.566,4.897,7.891,-18.546,3.001,7.891,-18.546,3.001,14.274,-14.274,3.001,15.828,-15.828,4.897,14.274,-14.274,3.001,7.891,-18.546,3.001,7.500,-17.628,1.911,7.500,-17.628,1.911,13.567,-13.567,1.911,14.274,-14.274,3.001,10.000,-23.504,11.465,0.000,-25.478,11.465,0.000,-24.483,7.688,0.000,-24.483,7.688,9.610,-22.586,7.688,10.000,-23.504,11.465,9.610,-22.586,7.688,0.000,-24.483,7.688,0.000,-22.294,4.897,0.000,-22.294,4.897,8.750,-20.566,4.897,9.610,-22.586,7.688,8.750,-20.566,4.897,0.000,-22.294,4.897,0.000,-20.104,3.001,0.000,-20.104,3.001,7.891,-18.546,3.001,8.750,-20.566,4.897,7.891,-18.546,3.001,0.000,-20.104,3.001,0.000,-19.109,1.911,0.000,-19.109,1.911,7.500,-17.628,1.911,7.891,-18.546,3.001,0.000,-25.478,11.465,-10.000,-23.504,11.465,-9.610,-22.586,7.688,-9.610,-22.586,7.688,0.000,-24.483,7.688,0.000,-25.478,11.465,0.000,-24.483,7.688,-9.610,-22.586,7.688,-8.750,-20.566,4.897,-8.750,-20.566,4.897,0.000,-22.294,4.897,0.000,-24.483,7.688,0.000,-22.294,4.897,-8.750,-20.566,4.897,-7.891,-18.546,3.001,-7.891,-18.546,3.001,0.000,-20.104,3.001,0.000,-22.294,4.897,0.000,-20.104,3.001,-7.891,-18.546,3.001,-7.500,-17.628,1.911,-7.500,-17.628,1.911,0.000,-19.109,1.911,0.000,-20.104,3.001,-10.000,-23.504,11.465,-18.090,-18.090,11.465,-17.383,-17.383,7.688,-17.383,-17.383,7.688,-9.610,-22.586,7.688,-10.000,-23.504,11.465,-9.610,-22.586,7.688,-17.383,-17.383,7.688,-15.828,-15.828,4.897,-15.828,-15.828,4.897,-8.750,-20.566,4.897,-9.610,-22.586,7.688,-8.750,-20.566,4.897,-15.828,-15.828,4.897,-14.274,-14.274,3.001,-14.274,-14.274,3.001,-7.891,-18.546,3.001,-8.750,-20.566,4.897,-7.891,-18.546,3.001,-14.274,-14.274,3.001,-13.567,-13.567,1.911,-13.567,-13.567,1.911,-7.500,-17.628,1.911,-7.891,-18.546,3.001,-18.090,-18.090,11.465,-23.504,-10.000,11.465,-22.586,-9.610,7.688,-22.586,-9.610,7.688,-17.383,-17.383,7.688,-18.090,-18.090,11.465,-17.383,-17.383,7.688,-22.586,-9.610,7.688,-20.566,-8.750,4.897,-20.566,-8.750,4.897,-15.828,-15.828,4.897,-17.383,-17.383,7.688,-15.828,-15.828,4.897,-20.566,-8.750,4.897,-18.546,-7.891,3.001,-18.546,-7.891,3.001,-14.274,-14.274,3.001,-15.828,-15.828,4.897,-14.274,-14.274,3.001,-18.546,-7.891,3.001,-17.628,-7.500,1.911,-17.628,-7.500,1.911,-13.567,-13.567,1.911,-14.274,-14.274,3.001,-23.504,-10.000,11.465,-25.478,0.000,11.465,-24.483,0.000,7.688,-24.483,0.000,7.688,-22.586,-9.610,7.688,-23.504,-10.000,11.465,-22.586,-9.610,7.688,-24.483,0.000,7.688,-22.294,0.000,4.897,-22.294,0.000,4.897,-20.566,-8.750,4.897,-22.586,-9.610,7.688,-20.566,-8.750,4.897,-22.294,0.000,4.897,-20.104,0.000,3.001,-20.104,0.000,3.001,-18.546,-7.891,3.001,-20.566,-8.750,4.897,-18.546,-7.891,3.001,-20.104,0.000,3.001,-19.109,0.000,1.911,-19.109,0.000,1.911,-17.628,-7.500,1.911,-18.546,-7.891,3.001,-25.478,0.000,11.465,-23.504,10.000,11.465,-22.586,9.610,7.688,-22.586,9.610,7.688,-24.483,0.000,7.688,-25.478,0.000,11.465,-24.483,0.000,7.688,-22.586,9.610,7.688,-20.566,8.750,4.897,-20.566,8.750,4.897,-22.294,0.000,4.897,-24.483,0.000,7.688,-22.294,0.000,4.897,-20.566,8.750,4.897,-18.546,7.891,3.001,-18.546,7.891,3.001,-20.104,0.000,3.001,-22.294,0.000,4.897,-20.104,0.000,3.001,-18.546,7.891,3.001,-17.628,7.500,1.911,-17.628,7.500,1.911,-19.109,0.000,1.911,-20.104,0.000,3.001,-23.504,10.000,11.465,-18.090,18.090,11.465,-17.383,17.383,7.688,-17.383,17.383,7.688,-22.586,9.610,7.688,-23.504,10.000,11.465,-22.586,9.610,7.688,-17.383,17.383,7.688,-15.828,15.828,4.897,-15.828,15.828,4.897,-20.566,8.750,4.897,-22.586,9.610,7.688,-20.566,8.750,4.897,-15.828,15.828,4.897,-14.274,14.274,3.001,-14.274,14.274,3.001,-18.546,7.891,3.001,-20.566,8.750,4.897,-18.546,7.891,3.001,-14.274,14.274,3.001,-13.567,13.567,1.911,-13.567,13.567,1.911,-17.628,7.500,1.911,-18.546,7.891,3.001,-18.090,18.090,11.465,-10.000,23.504,11.465,-9.610,22.586,7.688,-9.610,22.586,7.688,-17.383,17.383,7.688,-18.090,18.090,11.465,-17.383,17.383,7.688,-9.610,22.586,7.688,-8.750,20.566,4.897,-8.750,20.566,4.897,-15.828,15.828,4.897,-17.383,17.383,7.688,-15.828,15.828,4.897,-8.750,20.566,4.897,-7.891,18.546,3.001,-7.891,18.546,3.001,-14.274,14.274,3.001,-15.828,15.828,4.897,-14.274,14.274,3.001,-7.891,18.546,3.001,-7.500,17.628,1.911,-7.500,17.628,1.911,-13.567,13.567,1.911,-14.274,14.274,3.001,-10.000,23.504,11.465,0.000,25.478,11.465,0.000,24.483,7.688,0.000,24.483,7.688,-9.610,22.586,7.688,-10.000,23.504,11.465,-9.610,22.586,7.688,0.000,24.483,7.688,0.000,22.294,4.897,0.000,22.294,4.897,-8.750,20.566,4.897,-9.610,22.586,7.688,-8.750,20.566,4.897,0.000,22.294,4.897,0.000,20.104,3.001,0.000,20.104,3.001,-7.891,18.546,3.001,-8.750,20.566,4.897,-7.891,18.546,3.001,0.000,20.104,3.001,0.000,19.109,1.911,0.000,19.109,1.911,-7.500,17.628,1.911,-7.891,18.546,3.001,0.000,25.478,11.465,10.000,23.504,11.465,9.610,22.586,7.688,9.610,22.586,7.688,0.000,24.483,7.688,0.000,25.478,11.465,0.000,24.483,7.688,9.610,22.586,7.688,8.750,20.566,4.897,8.750,20.566,4.897,0.000,22.294,4.897,0.000,24.483,7.688,0.000,22.294,4.897,8.750,20.566,4.897,7.891,18.546,3.001,7.891,18.546,3.001,0.000,20.104,3.001,0.000,22.294,4.897,0.000,20.104,3.001,7.891,18.546,3.001,7.500,17.628,1.911,7.500,17.628,1.911,0.000,19.109,1.911,0.000,20.104,3.001,10.000,23.504,11.465,18.090,18.090,11.465,17.383,17.383,7.688,17.383,17.383,7.688,9.610,22.586,7.688,10.000,23.504,11.465,9.610,22.586,7.688,17.383,17.383,7.688,15.828,15.828,4.897,15.828,15.828,4.897,8.750,20.566,4.897,9.610,22.586,7.688,8.750,20.566,4.897,15.828,15.828,4.897,14.274,14.274,3.001,14.274,14.274,3.001,7.891,18.546,3.001,8.750,20.566,4.897,7.891,18.546,3.001,14.274,14.274,3.001,13.567,13.567,1.911,13.567,13.567,1.911,7.500,17.628,1.911,7.891,18.546,3.001,18.090,18.090,11.465,23.504,10.000,11.465,22.586,9.610,7.688,22.586,9.610,7.688,17.383,17.383,7.688,18.090,18.090,11.465,17.383,17.383,7.688,22.586,9.610,7.688,20.566,8.750,4.897,20.566,8.750,4.897,15.828,15.828,4.897,17.383,17.383,7.688,15.828,15.828,4.897,20.566,8.750,4.897,18.546,7.891,3.001,18.546,7.891,3.001,14.274,14.274,3.001,15.828,15.828,4.897,14.274,14.274,3.001,18.546,7.891,3.001,17.628,7.500,1.911,17.628,7.500,1.911,13.567,13.567,1.911,14.274,14.274,3.001,23.504,10.000,11.465,25.478,0.000,11.465,24.483,0.000,7.688,24.483,0.000,7.688,22.586,9.610,7.688,23.504,10.000,11.465,22.586,9.610,7.688,24.483,0.000,7.688,22.294,0.000,4.897,22.294,0.000,4.897,20.566,8.750,4.897,22.586,9.610,7.688,20.566,8.750,4.897,22.294,0.000,4.897,20.104,0.000,3.001,20.104,0.000,3.001,18.546,7.891,3.001,20.566,8.750,4.897,18.546,7.891,3.001,20.104,0.000,3.001,19.109,0.000,1.911,19.109,0.000,1.911,17.628,7.500,1.911,18.546,7.891,3.001,19.109,0.000,1.911,17.628,-7.500,1.911,17.229,-7.330,1.209,17.229,-7.330,1.209,18.676,0.000,1.209,19.109,0.000,1.911,18.676,0.000,1.209,17.229,-7.330,1.209,15.094,-6.422,0.597,15.094,-6.422,0.597,16.362,0.000,0.597,18.676,0.000,1.209,16.362,0.000,0.597,15.094,-6.422,0.597,9.819,-4.178,0.164,9.819,-4.178,0.164,10.644,0.000,0.164,16.362,0.000,0.597,10.644,0.000,0.164,9.819,-4.178,0.164,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,10.644,0.000,0.164,17.628,-7.500,1.911,13.567,-13.567,1.911,13.260,-13.260,1.209,13.260,-13.260,1.209,17.229,-7.330,1.209,17.628,-7.500,1.911,17.229,-7.330,1.209,13.260,-13.260,1.209,11.617,-11.617,0.597,11.617,-11.617,0.597,15.094,-6.422,0.597,17.229,-7.330,1.209,15.094,-6.422,0.597,11.617,-11.617,0.597,7.557,-7.557,0.164,7.557,-7.557,0.164,9.819,-4.178,0.164,15.094,-6.422,0.597,9.819,-4.178,0.164,7.557,-7.557,0.164,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,9.819,-4.178,0.164,13.567,-13.567,1.911,7.500,-17.628,1.911,7.330,-17.229,1.209,7.330,-17.229,1.209,13.260,-13.260,1.209,13.567,-13.567,1.911,13.260,-13.260,1.209,7.330,-17.229,1.209,6.422,-15.094,0.597,6.422,-15.094,0.597,11.617,-11.617,0.597,13.260,-13.260,1.209,11.617,-11.617,0.597,6.422,-15.094,0.597,4.178,-9.819,0.164,4.178,-9.819,0.164,7.557,-7.557,0.164,11.617,-11.617,0.597,7.557,-7.557,0.164,4.178,-9.819,0.164,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,7.557,-7.557,0.164,7.500,-17.628,1.911,0.000,-19.109,1.911,0.000,-18.676,1.209,0.000,-18.676,1.209,7.330,-17.229,1.209,7.500,-17.628,1.911,7.330,-17.229,1.209,0.000,-18.676,1.209,0.000,-16.362,0.597,0.000,-16.362,0.597,6.422,-15.094,0.597,7.330,-17.229,1.209,6.422,-15.094,0.597,0.000,-16.362,0.597,0.000,-10.644,0.164,0.000,-10.644,0.164,4.178,-9.819,0.164,6.422,-15.094,0.597,4.178,-9.819,0.164,0.000,-10.644,0.164,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,4.178,-9.819,0.164,0.000,-19.109,1.911,-7.500,-17.628,1.911,-7.330,-17.229,1.209,-7.330,-17.229,1.209,0.000,-18.676,1.209,0.000,-19.109,1.911,0.000,-18.676,1.209,-7.330,-17.229,1.209,-6.422,-15.094,0.597,-6.422,-15.094,0.597,0.000,-16.362,0.597,0.000,-18.676,1.209,0.000,-16.362,0.597,-6.422,-15.094,0.597,-4.178,-9.819,0.164,-4.178,-9.819,0.164,0.000,-10.644,0.164,0.000,-16.362,0.597,0.000,-10.644,0.164,-4.178,-9.819,0.164,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,-10.644,0.164,-7.500,-17.628,1.911,-13.567,-13.567,1.911,-13.260,-13.260,1.209,-13.260,-13.260,1.209,-7.330,-17.229,1.209,-7.500,-17.628,1.911,-7.330,-17.229,1.209,-13.260,-13.260,1.209,-11.617,-11.617,0.597,-11.617,-11.617,0.597,-6.422,-15.094,0.597,-7.330,-17.229,1.209,-6.422,-15.094,0.597,-11.617,-11.617,0.597,-7.557,-7.557,0.164,-7.557,-7.557,0.164,-4.178,-9.819,0.164,-6.422,-15.094,0.597,-4.178,-9.819,0.164,-7.557,-7.557,0.164,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,-4.178,-9.819,0.164,-13.567,-13.567,1.911,-17.628,-7.500,1.911,-17.229,-7.330,1.209,-17.229,-7.330,1.209,-13.260,-13.260,1.209,-13.567,-13.567,1.911,-13.260,-13.260,1.209,-17.229,-7.330,1.209,-15.094,-6.422,0.597,-15.094,-6.422,0.597,-11.617,-11.617,0.597,-13.260,-13.260,1.209,-11.617,-11.617,0.597,-15.094,-6.422,0.597,-9.819,-4.178,0.164,-9.819,-4.178,0.164,-7.557,-7.557,0.164,-11.617,-11.617,0.597,-7.557,-7.557,0.164,-9.819,-4.178,0.164,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,-7.557,-7.557,0.164,-17.628,-7.500,1.911,-19.109,0.000,1.911,-18.676,0.000,1.209,-18.676,0.000,1.209,-17.229,-7.330,1.209,-17.628,-7.500,1.911,-17.229,-7.330,1.209,-18.676,0.000,1.209,-16.362,0.000,0.597,-16.362,0.000,0.597,-15.094,-6.422,0.597,-17.229,-7.330,1.209,-15.094,-6.422,0.597,-16.362,0.000,0.597,-10.644,0.000,0.164,-10.644,0.000,0.164,-9.819,-4.178,0.164,-15.094,-6.422,0.597,-9.819,-4.178,0.164,-10.644,0.000,0.164,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,-9.819,-4.178,0.164,-19.109,0.000,1.911,-17.628,7.500,1.911,-17.229,7.330,1.209,-17.229,7.330,1.209,-18.676,0.000,1.209,-19.109,0.000,1.911,-18.676,0.000,1.209,-17.229,7.330,1.209,-15.094,6.422,0.597,-15.094,6.422,0.597,-16.362,0.000,0.597,-18.676,0.000,1.209,-16.362,0.000,0.597,-15.094,6.422,0.597,-9.819,4.178,0.164,-9.819,4.178,0.164,-10.644,0.000,0.164,-16.362,0.000,0.597,-10.644,0.000,0.164,-9.819,4.178,0.164,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,-10.644,0.000,0.164,-17.628,7.500,1.911,-13.567,13.567,1.911,-13.260,13.260,1.209,-13.260,13.260,1.209,-17.229,7.330,1.209,-17.628,7.500,1.911,-17.229,7.330,1.209,-13.260,13.260,1.209,-11.617,11.617,0.597,-11.617,11.617,0.597,-15.094,6.422,0.597,-17.229,7.330,1.209,-15.094,6.422,0.597,-11.617,11.617,0.597,-7.557,7.557,0.164,-7.557,7.557,0.164,-9.819,4.178,0.164,-15.094,6.422,0.597,-9.819,4.178,0.164,-7.557,7.557,0.164,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,-9.819,4.178,0.164,-13.567,13.567,1.911,-7.500,17.628,1.911,-7.330,17.229,1.209,-7.330,17.229,1.209,-13.260,13.260,1.209,-13.567,13.567,1.911,-13.260,13.260,1.209,-7.330,17.229,1.209,-6.422,15.094,0.597,-6.422,15.094,0.597,-11.617,11.617,0.597,-13.260,13.260,1.209,-11.617,11.617,0.597,-6.422,15.094,0.597,-4.178,9.819,0.164,-4.178,9.819,0.164,-7.557,7.557,0.164,-11.617,11.617,0.597,-7.557,7.557,0.164,-4.178,9.819,0.164,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,-7.557,7.557,0.164,-7.500,17.628,1.911,0.000,19.109,1.911,0.000,18.676,1.209,0.000,18.676,1.209,-7.330,17.229,1.209,-7.500,17.628,1.911,-7.330,17.229,1.209,0.000,18.676,1.209,0.000,16.362,0.597,0.000,16.362,0.597,-6.422,15.094,0.597,-7.330,17.229,1.209,-6.422,15.094,0.597,0.000,16.362,0.597,0.000,10.644,0.164,0.000,10.644,0.164,-4.178,9.819,0.164,-6.422,15.094,0.597,-4.178,9.819,0.164,0.000,10.644,0.164,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,-4.178,9.819,0.164,0.000,19.109,1.911,7.500,17.628,1.911,7.330,17.229,1.209,7.330,17.229,1.209,0.000,18.676,1.209,0.000,19.109,1.911,0.000,18.676,1.209,7.330,17.229,1.209,6.422,15.094,0.597,6.422,15.094,0.597,0.000,16.362,0.597,0.000,18.676,1.209,0.000,16.362,0.597,6.422,15.094,0.597,4.178,9.819,0.164,4.178,9.819,0.164,0.000,10.644,0.164,0.000,16.362,0.597,0.000,10.644,0.164,4.178,9.819,0.164,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,10.644,0.164,7.500,17.628,1.911,13.567,13.567,1.911,13.260,13.260,1.209,13.260,13.260,1.209,7.330,17.229,1.209,7.500,17.628,1.911,7.330,17.229,1.209,13.260,13.260,1.209,11.617,11.617,0.597,11.617,11.617,0.597,6.422,15.094,0.597,7.330,17.229,1.209,6.422,15.094,0.597,11.617,11.617,0.597,7.557,7.557,0.164,7.557,7.557,0.164,4.178,9.819,0.164,6.422,15.094,0.597,4.178,9.819,0.164,7.557,7.557,0.164,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,4.178,9.819,0.164,13.567,13.567,1.911,17.628,7.500,1.911,17.229,7.330,1.209,17.229,7.330,1.209,13.260,13.260,1.209,13.567,13.567,1.911,13.260,13.260,1.209,17.229,7.330,1.209,15.094,6.422,0.597,15.094,6.422,0.597,11.617,11.617,0.597,13.260,13.260,1.209,11.617,11.617,0.597,15.094,6.422,0.597,9.819,4.178,0.164,9.819,4.178,0.164,7.557,7.557,0.164,11.617,11.617,0.597,7.557,7.557,0.164,9.819,4.178,0.164,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,7.557,7.557,0.164,17.628,7.500,1.911,19.109,0.000,1.911,18.676,0.000,1.209,18.676,0.000,1.209,17.229,7.330,1.209,17.628,7.500,1.911,17.229,7.330,1.209,18.676,0.000,1.209,16.362,0.000,0.597,16.362,0.000,0.597,15.094,6.422,0.597,17.229,7.330,1.209,15.094,6.422,0.597,16.362,0.000,0.597,10.644,0.000,0.164,10.644,0.000,0.164,9.819,4.178,0.164,15.094,6.422,0.597,9.819,4.178,0.164,10.644,0.000,0.164,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,9.819,4.178,0.164,-20.383,0.000,25.797,-20.184,-2.150,26.245,-26.512,-2.150,26.193,-26.512,-2.150,26.193,-26.334,0.000,25.752,-20.383,0.000,25.797,-26.334,0.000,25.752,-26.512,-2.150,26.193,-31.156,-2.150,25.830,-31.156,-2.150,25.830,-30.733,0.000,25.439,-26.334,0.000,25.752,-30.733,0.000,25.439,-31.156,-2.150,25.830,-34.017,-2.150,24.847,-34.017,-2.150,24.847,-33.460,0.000,24.588,-30.733,0.000,25.439,-33.460,0.000,24.588,-34.017,-2.150,24.847,-34.993,-2.150,22.931,-34.993,-2.150,22.931,-34.396,0.000,22.931,-33.460,0.000,24.588,-20.184,-2.150,26.245,-19.746,-2.866,27.230,-26.902,-2.866,27.163,-26.902,-2.866,27.163,-26.512,-2.150,26.193,-20.184,-2.150,26.245,-26.512,-2.150,26.193,-26.902,-2.866,27.163,-32.087,-2.866,26.693,-32.087,-2.866,26.693,-31.156,-2.150,25.830,-26.512,-2.150,26.193,-31.156,-2.150,25.830,-32.087,-2.866,26.693,-35.242,-2.866,25.416,-35.242,-2.866,25.416,-34.017,-2.150,24.847,-31.156,-2.150,25.830,-34.017,-2.150,24.847,-35.242,-2.866,25.416,-36.307,-2.866,22.931,-36.307,-2.866,22.931,-34.993,-2.150,22.931,-34.017,-2.150,24.847,-19.746,-2.866,27.230,-19.308,-2.150,28.215,-27.292,-2.150,28.133,-27.292,-2.150,28.133,-26.902,-2.866,27.163,-19.746,-2.866,27.230,-26.902,-2.866,27.163,-27.292,-2.150,28.133,-33.017,-2.150,27.555,-33.017,-2.150,27.555,-32.087,-2.866,26.693,-26.902,-2.866,27.163,-32.087,-2.866,26.693,-33.017,-2.150,27.555,-36.466,-2.150,25.986,-36.466,-2.150,25.986,-35.242,-2.866,25.416,-32.087,-2.866,26.693,-35.242,-2.866,25.416,-36.466,-2.150,25.986,-37.620,-2.150,22.931,-37.620,-2.150,22.931,-36.307,-2.866,22.931,-35.242,-2.866,25.416,-19.308,-2.150,28.215,-19.109,0.000,28.663,-27.469,0.000,28.574,-27.469,0.000,28.574,-27.292,-2.150,28.133,-19.308,-2.150,28.215,-27.292,-2.150,28.133,-27.469,0.000,28.574,-33.440,0.000,27.947,-33.440,0.000,27.947,-33.017,-2.150,27.555,-27.292,-2.150,28.133,-33.017,-2.150,27.555,-33.440,0.000,27.947,-37.023,0.000,26.245,-37.023,0.000,26.245,-36.466,-2.150,25.986,-33.017,-2.150,27.555,-36.466,-2.150,25.986,-37.023,0.000,26.245,-38.218,0.000,22.931,-38.218,0.000,22.931,-37.620,-2.150,22.931,-36.466,-2.150,25.986,-19.109,0.000,28.663,-19.308,2.150,28.215,-27.292,2.150,28.133,-27.292,2.150,28.133,-27.469,0.000,28.574,-19.109,0.000,28.663,-27.469,0.000,28.574,-27.292,2.150,28.133,-33.017,2.150,27.555,-33.017,2.150,27.555,-33.440,0.000,27.947,-27.469,0.000,28.574,-33.440,0.000,27.947,-33.017,2.150,27.555,-36.466,2.150,25.986,-36.466,2.150,25.986,-37.023,0.000,26.245,-33.440,0.000,27.947,-37.023,0.000,26.245,-36.466,2.150,25.986,-37.620,2.150,22.931,-37.620,2.150,22.931,-38.218,0.000,22.931,-37.023,0.000,26.245,-19.308,2.150,28.215,-19.746,2.866,27.230,-26.902,2.866,27.163,-26.902,2.866,27.163,-27.292,2.150,28.133,-19.308,2.150,28.215,-27.292,2.150,28.133,-26.902,2.866,27.163,-32.087,2.866,26.693,-32.087,2.866,26.693,-33.017,2.150,27.555,-27.292,2.150,28.133,-33.017,2.150,27.555,-32.087,2.866,26.693,-35.242,2.866,25.416,-35.242,2.866,25.416,-36.466,2.150,25.986,-33.017,2.150,27.555,-36.466,2.150,25.986,-35.242,2.866,25.416,-36.307,2.866,22.931,-36.307,2.866,22.931,-37.620,2.150,22.931,-36.466,2.150,25.986,-19.746,2.866,27.230,-20.184,2.150,26.245,-26.512,2.150,26.193,-26.512,2.150,26.193,-26.902,2.866,27.163,-19.746,2.866,27.230,-26.902,2.866,27.163,-26.512,2.150,26.193,-31.156,2.150,25.830,-31.156,2.150,25.830,-32.087,2.866,26.693,-26.902,2.866,27.163,-32.087,2.866,26.693,-31.156,2.150,25.830,-34.017,2.150,24.847,-34.017,2.150,24.847,-35.242,2.866,25.416,-32.087,2.866,26.693,-35.242,2.866,25.416,-34.017,2.150,24.847,-34.993,2.150,22.931,-34.993,2.150,22.931,-36.307,2.866,22.931,-35.242,2.866,25.416,-20.184,2.150,26.245,-20.383,0.000,25.797,-26.334,0.000,25.752,-26.334,0.000,25.752,-26.512,2.150,26.193,-20.184,2.150,26.245,-26.512,2.150,26.193,-26.334,0.000,25.752,-30.733,0.000,25.439,-30.733,0.000,25.439,-31.156,2.150,25.830,-26.512,2.150,26.193,-31.156,2.150,25.830,-30.733,0.000,25.439,-33.460,0.000,24.588,-33.460,0.000,24.588,-34.017,2.150,24.847,-31.156,2.150,25.830,-34.017,2.150,24.847,-33.460,0.000,24.588,-34.396,0.000,22.931,-34.396,0.000,22.931,-34.993,2.150,22.931,-34.017,2.150,24.847,-34.396,0.000,22.931,-34.993,-2.150,22.931,-34.441,-2.150,20.082,-34.441,-2.150,20.082,-33.898,0.000,20.333,-34.396,0.000,22.931,-33.898,0.000,20.333,-34.441,-2.150,20.082,-32.711,-2.150,16.815,-32.711,-2.150,16.815,-32.326,0.000,17.198,-33.898,0.000,20.333,-32.326,0.000,17.198,-32.711,-2.150,16.815,-29.694,-2.150,13.590,-29.694,-2.150,13.590,-29.559,0.000,14.063,-32.326,0.000,17.198,-29.559,0.000,14.063,-29.694,-2.150,13.590,-25.279,-2.150,10.868,-25.279,-2.150,10.868,-25.478,0.000,11.465,-29.559,0.000,14.063,-34.993,-2.150,22.931,-36.307,-2.866,22.931,-35.635,-2.866,19.531,-35.635,-2.866,19.531,-34.441,-2.150,20.082,-34.993,-2.150,22.931,-34.441,-2.150,20.082,-35.635,-2.866,19.531,-33.560,-2.866,15.974,-33.560,-2.866,15.974,-32.711,-2.150,16.815,-34.441,-2.150,20.082,-32.711,-2.150,16.815,-33.560,-2.866,15.974,-29.992,-2.866,12.551,-29.992,-2.866,12.551,-29.694,-2.150,13.590,-32.711,-2.150,16.815,-29.694,-2.150,13.590,-29.992,-2.866,12.551,-24.841,-2.866,9.554,-24.841,-2.866,9.554,-25.279,-2.150,10.868,-29.694,-2.150,13.590,-36.307,-2.866,22.931,-37.620,-2.150,22.931,-36.829,-2.150,18.979,-36.829,-2.150,18.979,-35.635,-2.866,19.531,-36.307,-2.866,22.931,-35.635,-2.866,19.531,-36.829,-2.150,18.979,-34.408,-2.150,15.132,-34.408,-2.150,15.132,-33.560,-2.866,15.974,-35.635,-2.866,19.531,-33.560,-2.866,15.974,-34.408,-2.150,15.132,-30.289,-2.150,11.512,-30.289,-2.150,11.512,-29.992,-2.866,12.551,-33.560,-2.866,15.974,-29.992,-2.866,12.551,-30.289,-2.150,11.512,-24.403,-2.150,8.241,-24.403,-2.150,8.241,-24.841,-2.866,9.554,-29.992,-2.866,12.551,-37.620,-2.150,22.931,-38.218,0.000,22.931,-37.372,0.000,18.728,-37.372,0.000,18.728,-36.829,-2.150,18.979,-37.620,-2.150,22.931,-36.829,-2.150,18.979,-37.372,0.000,18.728,-34.794,0.000,14.750,-34.794,0.000,14.750,-34.408,-2.150,15.132,-36.829,-2.150,18.979,-34.408,-2.150,15.132,-34.794,0.000,14.750,-30.425,0.000,11.040,-30.425,0.000,11.040,-30.289,-2.150,11.512,-34.408,-2.150,15.132,-30.289,-2.150,11.512,-30.425,0.000,11.040,-24.205,0.000,7.644,-24.205,0.000,7.644,-24.403,-2.150,8.241,-30.289,-2.150,11.512,-38.218,0.000,22.931,-37.620,2.150,22.931,-36.829,2.150,18.979,-36.829,2.150,18.979,-37.372,0.000,18.728,-38.218,0.000,22.931,-37.372,0.000,18.728,-36.829,2.150,18.979,-34.408,2.150,15.132,-34.408,2.150,15.132,-34.794,0.000,14.750,-37.372,0.000,18.728,-34.794,0.000,14.750,-34.408,2.150,15.132,-30.289,2.150,11.512,-30.289,2.150,11.512,-30.425,0.000,11.040,-34.794,0.000,14.750,-30.425,0.000,11.040,-30.289,2.150,11.512,-24.403,2.150,8.241,-24.403,2.150,8.241,-24.205,0.000,7.644,-30.425,0.000,11.040,-37.620,2.150,22.931,-36.307,2.866,22.931,-35.635,2.866,19.531,-35.635,2.866,19.531,-36.829,2.150,18.979,-37.620,2.150,22.931,-36.829,2.150,18.979,-35.635,2.866,19.531,-33.560,2.866,15.974,-33.560,2.866,15.974,-34.408,2.150,15.132,-36.829,2.150,18.979,-34.408,2.150,15.132,-33.560,2.866,15.974,-29.992,2.866,12.551,-29.992,2.866,12.551,-30.289,2.150,11.512,-34.408,2.150,15.132,-30.289,2.150,11.512,-29.992,2.866,12.551,-24.841,2.866,9.554,-24.841,2.866,9.554,-24.403,2.150,8.241,-30.289,2.150,11.512,-36.307,2.866,22.931,-34.993,2.150,22.931,-34.441,2.150,20.082,-34.441,2.150,20.082,-35.635,2.866,19.531,-36.307,2.866,22.931,-35.635,2.866,19.531,-34.441,2.150,20.082,-32.711,2.150,16.815,-32.711,2.150,16.815,-33.560,2.866,15.974,-35.635,2.866,19.531,-33.560,2.866,15.974,-32.711,2.150,16.815,-29.694,2.150,13.590,-29.694,2.150,13.590,-29.992,2.866,12.551,-33.560,2.866,15.974,-29.992,2.866,12.551,-29.694,2.150,13.590,-25.279,2.150,10.868,-25.279,2.150,10.868,-24.841,2.866,9.554,-29.992,2.866,12.551,-34.993,2.150,22.931,-34.396,0.000,22.931,-33.898,0.000,20.333,-33.898,0.000,20.333,-34.441,2.150,20.082,-34.993,2.150,22.931,-34.441,2.150,20.082,-33.898,0.000,20.333,-32.326,0.000,17.198,-32.326,0.000,17.198,-32.711,2.150,16.815,-34.441,2.150,20.082,-32.711,2.150,16.815,-32.326,0.000,17.198,-29.559,0.000,14.063,-29.559,0.000,14.063,-29.694,2.150,13.590,-32.711,2.150,16.815,-29.694,2.150,13.590,-29.559,0.000,14.063,-25.478,0.000,11.465,-25.478,0.000,11.465,-25.279,2.150,10.868,-29.694,2.150,13.590,21.657,0.000,18.153,21.657,-4.729,16.511,28.234,-4.270,18.339,28.234,-4.270,18.339,27.767,0.000,19.557,21.657,0.000,18.153,27.767,0.000,19.557,28.234,-4.270,18.339,31.012,-3.260,22.221,31.012,-3.260,22.221,30.415,0.000,22.931,27.767,0.000,19.557,30.415,0.000,22.931,31.012,-3.260,22.221,32.596,-2.251,26.764,32.596,-2.251,26.764,31.868,0.000,27.021,30.415,0.000,22.931,31.868,0.000,27.021,32.596,-2.251,26.764,35.590,-1.791,30.574,35.590,-1.791,30.574,34.396,0.000,30.574,31.868,0.000,27.021,21.657,-4.729,16.511,21.657,-6.306,12.898,29.260,-5.694,15.660,29.260,-5.694,15.660,28.234,-4.270,18.339,21.657,-4.729,16.511,28.234,-4.270,18.339,29.260,-5.694,15.660,32.326,-4.347,20.661,32.326,-4.347,20.661,31.012,-3.260,22.221,28.234,-4.270,18.339,31.012,-3.260,22.221,32.326,-4.347,20.661,34.197,-3.001,26.200,34.197,-3.001,26.200,32.596,-2.251,26.764,31.012,-3.260,22.221,32.596,-2.251,26.764,34.197,-3.001,26.200,38.218,-2.389,30.574,38.218,-2.389,30.574,35.590,-1.791,30.574,32.596,-2.251,26.764,21.657,-6.306,12.898,21.657,-4.729,9.286,30.287,-4.270,12.981,30.287,-4.270,12.981,29.260,-5.694,15.660,21.657,-6.306,12.898,29.260,-5.694,15.660,30.287,-4.270,12.981,33.639,-3.260,19.101,33.639,-3.260,19.101,32.326,-4.347,20.661,29.260,-5.694,15.660,32.326,-4.347,20.661,33.639,-3.260,19.101,35.798,-2.251,25.635,35.798,-2.251,25.635,34.197,-3.001,26.200,32.326,-4.347,20.661,34.197,-3.001,26.200,35.798,-2.251,25.635,40.845,-1.791,30.574,40.845,-1.791,30.574,38.218,-2.389,30.574,34.197,-3.001,26.200,21.657,-4.729,9.286,21.657,0.000,7.644,30.753,0.000,11.764,30.753,0.000,11.764,30.287,-4.270,12.981,21.657,-4.729,9.286,30.287,-4.270,12.981,30.753,0.000,11.764,34.237,0.000,18.392,34.237,0.000,18.392,33.639,-3.260,19.101,30.287,-4.270,12.981,33.639,-3.260,19.101,34.237,0.000,18.392,36.526,0.000,25.379,36.526,0.000,25.379,35.798,-2.251,25.635,33.639,-3.260,19.101,35.798,-2.251,25.635,36.526,0.000,25.379,42.039,0.000,30.574,42.039,0.000,30.574,40.845,-1.791,30.574,35.798,-2.251,25.635,21.657,0.000,7.644,21.657,4.729,9.286,30.287,4.270,12.981,30.287,4.270,12.981,30.753,0.000,11.764,21.657,0.000,7.644,30.753,0.000,11.764,30.287,4.270,12.981,33.639,3.260,19.101,33.639,3.260,19.101,34.237,0.000,18.392,30.753,0.000,11.764,34.237,0.000,18.392,33.639,3.260,19.101,35.798,2.251,25.635,35.798,2.251,25.635,36.526,0.000,25.379,34.237,0.000,18.392,36.526,0.000,25.379,35.798,2.251,25.635,40.845,1.791,30.574,40.845,1.791,30.574,42.039,0.000,30.574,36.526,0.000,25.379,21.657,4.729,9.286,21.657,6.306,12.898,29.260,5.694,15.660,29.260,5.694,15.660,30.287,4.270,12.981,21.657,4.729,9.286,30.287,4.270,12.981,29.260,5.694,15.660,32.326,4.347,20.661,32.326,4.347,20.661,33.639,3.260,19.101,30.287,4.270,12.981,33.639,3.260,19.101,32.326,4.347,20.661,34.197,3.001,26.200,34.197,3.001,26.200,35.798,2.251,25.635,33.639,3.260,19.101,35.798,2.251,25.635,34.197,3.001,26.200,38.218,2.389,30.574,38.218,2.389,30.574,40.845,1.791,30.574,35.798,2.251,25.635,21.657,6.306,12.898,21.657,4.729,16.511,28.234,4.270,18.339,28.234,4.270,18.339,29.260,5.694,15.660,21.657,6.306,12.898,29.260,5.694,15.660,28.234,4.270,18.339,31.012,3.260,22.221,31.012,3.260,22.221,32.326,4.347,20.661,29.260,5.694,15.660,32.326,4.347,20.661,31.012,3.260,22.221,32.596,2.251,26.764,32.596,2.251,26.764,34.197,3.001,26.200,32.326,4.347,20.661,34.197,3.001,26.200,32.596,2.251,26.764,35.590,1.791,30.574,35.590,1.791,30.574,38.218,2.389,30.574,34.197,3.001,26.200,21.657,4.729,16.511,21.657,0.000,18.153,27.767,0.000,19.557,27.767,0.000,19.557,28.234,4.270,18.339,21.657,4.729,16.511,28.234,4.270,18.339,27.767,0.000,19.557,30.415,0.000,22.931,30.415,0.000,22.931,31.012,3.260,22.221,28.234,4.270,18.339,31.012,3.260,22.221,30.415,0.000,22.931,31.868,0.000,27.021,31.868,0.000,27.021,32.596,2.251,26.764,31.012,3.260,22.221,32.596,2.251,26.764,31.868,0.000,27.021,34.396,0.000,30.574,34.396,0.000,30.574,35.590,1.791,30.574,32.596,2.251,26.764,34.396,0.000,30.574,35.590,-1.791,30.574,36.590,-1.679,31.138,36.590,-1.679,31.138,35.311,0.000,31.111,34.396,0.000,30.574,35.311,0.000,31.111,36.590,-1.679,31.138,37.189,-1.433,31.333,37.189,-1.433,31.333,35.988,0.000,31.291,35.311,0.000,31.111,35.988,0.000,31.291,37.189,-1.433,31.333,37.207,-1.187,31.148,37.207,-1.187,31.148,36.187,0.000,31.111,35.988,0.000,31.291,36.187,0.000,31.111,37.207,-1.187,31.148,36.466,-1.075,30.574,36.466,-1.075,30.574,35.670,0.000,30.574,36.187,0.000,31.111,35.590,-1.791,30.574,38.218,-2.389,30.574,39.404,-2.239,31.195,39.404,-2.239,31.195,36.590,-1.679,31.138,35.590,-1.791,30.574,36.590,-1.679,31.138,39.404,-2.239,31.195,39.830,-1.911,31.425,39.830,-1.911,31.425,37.189,-1.433,31.333,36.590,-1.679,31.138,37.189,-1.433,31.333,39.830,-1.911,31.425,39.449,-1.582,31.229,39.449,-1.582,31.229,37.207,-1.187,31.148,37.189,-1.433,31.333,37.207,-1.187,31.148,39.449,-1.582,31.229,38.218,-1.433,30.574,38.218,-1.433,30.574,36.466,-1.075,30.574,37.207,-1.187,31.148,38.218,-2.389,30.574,40.845,-1.791,30.574,42.218,-1.679,31.253,42.218,-1.679,31.253,39.404,-2.239,31.195,38.218,-2.389,30.574,39.404,-2.239,31.195,42.218,-1.679,31.253,42.471,-1.433,31.517,42.471,-1.433,31.517,39.830,-1.911,31.425,39.404,-2.239,31.195,39.830,-1.911,31.425,42.471,-1.433,31.517,41.692,-1.187,31.310,41.692,-1.187,31.310,39.449,-1.582,31.229,39.830,-1.911,31.425,39.449,-1.582,31.229,41.692,-1.187,31.310,39.969,-1.075,30.574,39.969,-1.075,30.574,38.218,-1.433,30.574,39.449,-1.582,31.229,40.845,-1.791,30.574,42.039,0.000,30.574,43.497,0.000,31.279,43.497,0.000,31.279,42.218,-1.679,31.253,40.845,-1.791,30.574,42.218,-1.679,31.253,43.497,0.000,31.279,43.672,0.000,31.559,43.672,0.000,31.559,42.471,-1.433,31.517,42.218,-1.679,31.253,42.471,-1.433,31.517,43.672,0.000,31.559,42.711,0.000,31.347,42.711,0.000,31.347,41.692,-1.187,31.310,42.471,-1.433,31.517,41.692,-1.187,31.310,42.711,0.000,31.347,40.765,0.000,30.574,40.765,0.000,30.574,39.969,-1.075,30.574,41.692,-1.187,31.310,42.039,0.000,30.574,40.845,1.791,30.574,42.218,1.679,31.253,42.218,1.679,31.253,43.497,0.000,31.279,42.039,0.000,30.574,43.497,0.000,31.279,42.218,1.679,31.253,42.471,1.433,31.517,42.471,1.433,31.517,43.672,0.000,31.559,43.497,0.000,31.279,43.672,0.000,31.559,42.471,1.433,31.517,41.692,1.187,31.310,41.692,1.187,31.310,42.711,0.000,31.347,43.672,0.000,31.559,42.711,0.000,31.347,41.692,1.187,31.310,39.969,1.075,30.574,39.969,1.075,30.574,40.765,0.000,30.574,42.711,0.000,31.347,40.845,1.791,30.574,38.218,2.389,30.574,39.404,2.239,31.195,39.404,2.239,31.195,42.218,1.679,31.253,40.845,1.791,30.574,42.218,1.679,31.253,39.404,2.239,31.195,39.830,1.911,31.425,39.830,1.911,31.425,42.471,1.433,31.517,42.218,1.679,31.253,42.471,1.433,31.517,39.830,1.911,31.425,39.449,1.582,31.229,39.449,1.582,31.229,41.692,1.187,31.310,42.471,1.433,31.517,41.692,1.187,31.310,39.449,1.582,31.229,38.218,1.433,30.574,38.218,1.433,30.574,39.969,1.075,30.574,41.692,1.187,31.310,38.218,2.389,30.574,35.590,1.791,30.574,36.590,1.679,31.138,36.590,1.679,31.138,39.404,2.239,31.195,38.218,2.389,30.574,39.404,2.239,31.195,36.590,1.679,31.138,37.189,1.433,31.333,37.189,1.433,31.333,39.830,1.911,31.425,39.404,2.239,31.195,39.830,1.911,31.425,37.189,1.433,31.333,37.207,1.187,31.148,37.207,1.187,31.148,39.449,1.582,31.229,39.830,1.911,31.425,39.449,1.582,31.229,37.207,1.187,31.148,36.466,1.075,30.574,36.466,1.075,30.574,38.218,1.433,30.574,39.449,1.582,31.229,35.590,1.791,30.574,34.396,0.000,30.574,35.311,0.000,31.111,35.311,0.000,31.111,36.590,1.679,31.138,35.590,1.791,30.574,36.590,1.679,31.138,35.311,0.000,31.111,35.988,0.000,31.291,35.988,0.000,31.291,37.189,1.433,31.333,36.590,1.679,31.138,37.189,1.433,31.333,35.988,0.000,31.291,36.187,0.000,31.111,36.187,0.000,31.111,37.207,1.187,31.148,37.189,1.433,31.333,37.207,1.187,31.148,36.187,0.000,31.111,35.670,0.000,30.574,35.670,0.000,30.574,36.466,1.075,30.574,37.207,1.187,31.148,0.000,0.000,40.128,0.000,0.000,40.128,4.004,-1.708,39.501,4.004,-1.708,39.501,4.339,0.000,39.501,0.000,0.000,40.128,4.339,0.000,39.501,4.004,-1.708,39.501,3.821,-1.629,37.979,3.821,-1.629,37.979,4.140,0.000,37.979,4.339,0.000,39.501,4.140,0.000,37.979,3.821,-1.629,37.979,2.314,-0.986,36.098,2.314,-0.986,36.098,2.508,0.000,36.098,4.140,0.000,37.979,2.508,0.000,36.098,2.314,-0.986,36.098,2.350,-1.000,34.396,2.350,-1.000,34.396,2.548,0.000,34.396,2.508,0.000,36.098,0.000,0.000,40.128,0.000,0.000,40.128,3.085,-3.085,39.501,3.085,-3.085,39.501,4.004,-1.708,39.501,0.000,0.000,40.128,4.004,-1.708,39.501,3.085,-3.085,39.501,2.943,-2.943,37.979,2.943,-2.943,37.979,3.821,-1.629,37.979,4.004,-1.708,39.501,3.821,-1.629,37.979,2.943,-2.943,37.979,1.782,-1.782,36.098,1.782,-1.782,36.098,2.314,-0.986,36.098,3.821,-1.629,37.979,2.314,-0.986,36.098,1.782,-1.782,36.098,1.809,-1.809,34.396,1.809,-1.809,34.396,2.350,-1.000,34.396,2.314,-0.986,36.098,0.000,0.000,40.128,0.000,0.000,40.128,1.708,-4.004,39.501,1.708,-4.004,39.501,3.085,-3.085,39.501,0.000,0.000,40.128,3.085,-3.085,39.501,1.708,-4.004,39.501,1.629,-3.821,37.979,1.629,-3.821,37.979,2.943,-2.943,37.979,3.085,-3.085,39.501,2.943,-2.943,37.979,1.629,-3.821,37.979,0.986,-2.314,36.098,0.986,-2.314,36.098,1.782,-1.782,36.098,2.943,-2.943,37.979,1.782,-1.782,36.098,0.986,-2.314,36.098,1.000,-2.350,34.396,1.000,-2.350,34.396,1.809,-1.809,34.396,1.782,-1.782,36.098,0.000,0.000,40.128,0.000,0.000,40.128,0.000,-4.339,39.501,0.000,-4.339,39.501,1.708,-4.004,39.501,0.000,0.000,40.128,1.708,-4.004,39.501,0.000,-4.339,39.501,0.000,-4.140,37.979,0.000,-4.140,37.979,1.629,-3.821,37.979,1.708,-4.004,39.501,1.629,-3.821,37.979,0.000,-4.140,37.979,0.000,-2.508,36.098,0.000,-2.508,36.098,0.986,-2.314,36.098,1.629,-3.821,37.979,0.986,-2.314,36.098,0.000,-2.508,36.098,0.000,-2.548,34.396,0.000,-2.548,34.396,1.000,-2.350,34.396,0.986,-2.314,36.098,0.000,0.000,40.128,0.000,0.000,40.128,-1.708,-4.004,39.501,-1.708,-4.004,39.501,0.000,-4.339,39.501,0.000,0.000,40.128,0.000,-4.339,39.501,-1.708,-4.004,39.501,-1.629,-3.821,37.979,-1.629,-3.821,37.979,0.000,-4.140,37.979,0.000,-4.339,39.501,0.000,-4.140,37.979,-1.629,-3.821,37.979,-0.986,-2.314,36.098,-0.986,-2.314,36.098,0.000,-2.508,36.098,0.000,-4.140,37.979,0.000,-2.508,36.098,-0.986,-2.314,36.098,-1.000,-2.350,34.396,-1.000,-2.350,34.396,0.000,-2.548,34.396,0.000,-2.508,36.098,0.000,0.000,40.128,0.000,0.000,40.128,-3.085,-3.085,39.501,-3.085,-3.085,39.501,-1.708,-4.004,39.501,0.000,0.000,40.128,-1.708,-4.004,39.501,-3.085,-3.085,39.501,-2.943,-2.943,37.979,-2.943,-2.943,37.979,-1.629,-3.821,37.979,-1.708,-4.004,39.501,-1.629,-3.821,37.979,-2.943,-2.943,37.979,-1.782,-1.782,36.098,-1.782,-1.782,36.098,-0.986,-2.314,36.098,-1.629,-3.821,37.979,-0.986,-2.314,36.098,-1.782,-1.782,36.098,-1.809,-1.809,34.396,-1.809,-1.809,34.396,-1.000,-2.350,34.396,-0.986,-2.314,36.098,0.000,0.000,40.128,0.000,0.000,40.128,-4.004,-1.708,39.501,-4.004,-1.708,39.501,-3.085,-3.085,39.501,0.000,0.000,40.128,-3.085,-3.085,39.501,-4.004,-1.708,39.501,-3.821,-1.629,37.979,-3.821,-1.629,37.979,-2.943,-2.943,37.979,-3.085,-3.085,39.501,-2.943,-2.943,37.979,-3.821,-1.629,37.979,-2.314,-0.986,36.098,-2.314,-0.986,36.098,-1.782,-1.782,36.098,-2.943,-2.943,37.979,-1.782,-1.782,36.098,-2.314,-0.986,36.098,-2.350,-1.000,34.396,-2.350,-1.000,34.396,-1.809,-1.809,34.396,-1.782,-1.782,36.098,0.000,0.000,40.128,0.000,0.000,40.128,-4.339,0.000,39.501,-4.339,0.000,39.501,-4.004,-1.708,39.501,0.000,0.000,40.128,-4.004,-1.708,39.501,-4.339,0.000,39.501,-4.140,0.000,37.979,-4.140,0.000,37.979,-3.821,-1.629,37.979,-4.004,-1.708,39.501,-3.821,-1.629,37.979,-4.140,0.000,37.979,-2.508,0.000,36.098,-2.508,0.000,36.098,-2.314,-0.986,36.098,-3.821,-1.629,37.979,-2.314,-0.986,36.098,-2.508,0.000,36.098,-2.548,0.000,34.396,-2.548,0.000,34.396,-2.350,-1.000,34.396,-2.314,-0.986,36.098,0.000,0.000,40.128,0.000,0.000,40.128,-4.004,1.708,39.501,-4.004,1.708,39.501,-4.339,0.000,39.501,0.000,0.000,40.128,-4.339,0.000,39.501,-4.004,1.708,39.501,-3.821,1.629,37.979,-3.821,1.629,37.979,-4.140,0.000,37.979,-4.339,0.000,39.501,-4.140,0.000,37.979,-3.821,1.629,37.979,-2.314,0.986,36.098,-2.314,0.986,36.098,-2.508,0.000,36.098,-4.140,0.000,37.979,-2.508,0.000,36.098,-2.314,0.986,36.098,-2.350,1.000,34.396,-2.350,1.000,34.396,-2.548,0.000,34.396,-2.508,0.000,36.098,0.000,0.000,40.128,0.000,0.000,40.128,-3.085,3.085,39.501,-3.085,3.085,39.501,-4.004,1.708,39.501,0.000,0.000,40.128,-4.004,1.708,39.501,-3.085,3.085,39.501,-2.943,2.943,37.979,-2.943,2.943,37.979,-3.821,1.629,37.979,-4.004,1.708,39.501,-3.821,1.629,37.979,-2.943,2.943,37.979,-1.782,1.782,36.098,-1.782,1.782,36.098,-2.314,0.986,36.098,-3.821,1.629,37.979,-2.314,0.986,36.098,-1.782,1.782,36.098,-1.809,1.809,34.396,-1.809,1.809,34.396,-2.350,1.000,34.396,-2.314,0.986,36.098,0.000,0.000,40.128,0.000,0.000,40.128,-1.708,4.004,39.501,-1.708,4.004,39.501,-3.085,3.085,39.501,0.000,0.000,40.128,-3.085,3.085,39.501,-1.708,4.004,39.501,-1.629,3.821,37.979,-1.629,3.821,37.979,-2.943,2.943,37.979,-3.085,3.085,39.501,-2.943,2.943,37.979,-1.629,3.821,37.979,-0.986,2.314,36.098,-0.986,2.314,36.098,-1.782,1.782,36.098,-2.943,2.943,37.979,-1.782,1.782,36.098,-0.986,2.314,36.098,-1.000,2.350,34.396,-1.000,2.350,34.396,-1.809,1.809,34.396,-1.782,1.782,36.098,0.000,0.000,40.128,0.000,0.000,40.128,0.000,4.339,39.501,0.000,4.339,39.501,-1.708,4.004,39.501,0.000,0.000,40.128,-1.708,4.004,39.501,0.000,4.339,39.501,0.000,4.140,37.979,0.000,4.140,37.979,-1.629,3.821,37.979,-1.708,4.004,39.501,-1.629,3.821,37.979,0.000,4.140,37.979,0.000,2.508,36.098,0.000,2.508,36.098,-0.986,2.314,36.098,-1.629,3.821,37.979,-0.986,2.314,36.098,0.000,2.508,36.098,0.000,2.548,34.396,0.000,2.548,34.396,-1.000,2.350,34.396,-0.986,2.314,36.098,0.000,0.000,40.128,0.000,0.000,40.128,1.708,4.004,39.501,1.708,4.004,39.501,0.000,4.339,39.501,0.000,0.000,40.128,0.000,4.339,39.501,1.708,4.004,39.501,1.629,3.821,37.979,1.629,3.821,37.979,0.000,4.140,37.979,0.000,4.339,39.501,0.000,4.140,37.979,1.629,3.821,37.979,0.986,2.314,36.098,0.986,2.314,36.098,0.000,2.508,36.098,0.000,4.140,37.979,0.000,2.508,36.098,0.986,2.314,36.098,1.000,2.350,34.396,1.000,2.350,34.396,0.000,2.548,34.396,0.000,2.508,36.098,0.000,0.000,40.128,0.000,0.000,40.128,3.085,3.085,39.501,3.085,3.085,39.501,1.708,4.004,39.501,0.000,0.000,40.128,1.708,4.004,39.501,3.085,3.085,39.501,2.943,2.943,37.979,2.943,2.943,37.979,1.629,3.821,37.979,1.708,4.004,39.501,1.629,3.821,37.979,2.943,2.943,37.979,1.782,1.782,36.098,