<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Your Canvas</title>

<style type="text/css"><!--
#container { position: relative; }
#imageTemp { position: absolute; top: 1px; left: 1px; }
--></style>

</head>
<body>
<canvas id="imageView" width="600" height="500"></canvas>

<script type="text/javascript">
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.save();
context.translate(284, 179);
context.scale(1, 0.4107142857142857);
context.beginPath();
context.arc(0, 0, 121, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(339.5, 162.5);
context.scale(1, 0.24324324324324326);
context.beginPath();
context.arc(0, 0, 38, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(349, 162.5);
context.scale(1, 0.25);
context.beginPath();
context.arc(0, 0, 12, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(319, 138);
context.lineTo(361, 148);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(402, 170);
context.lineTo(561, 97);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(400, 192);
context.lineTo(557, 264);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(413, 196);
context.lineTo(435, 182);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(434, 182);
context.lineTo(438, 209);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(453, 214);
context.lineTo(473, 192);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(473, 192);
context.lineTo(481, 226);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(495, 232);
context.lineTo(523, 205);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(522, 205);
context.lineTo(529, 248);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(438, 156);
context.lineTo(447, 174);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(447, 172);
context.lineTo(461, 145);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(479, 135);
context.lineTo(491, 162);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(490, 158);
context.lineTo(503, 126);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(518, 117);
context.lineTo(536, 156);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(534, 153);
context.lineTo(550, 102);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(263, 341.5);
context.scale(0.6060606060606061, 1);
context.beginPath();
context.arc(0, 0, 116, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(136, 286);
context.scale(1, 0.25806451612903225);
context.beginPath();
context.arc(0, 0, 64, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(65, 192);

context.strokeStyle = '#000000';
context.save();
context.translate(58, 232);
context.scale(0.5, 1);
context.beginPath();
context.arc(0, 0, 58, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(41, 180);
context.lineTo(30, 157);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(57, 171);
context.lineTo(57, 148);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(71, 180);
context.lineTo(84, 161);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.save();
context.translate(390.5, 306.5);
context.scale(1, 0.2631578947368421);
context.beginPath();
context.arc(0, 0, 59, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(531, 302);

context.strokeStyle = '#000000';
context.save();
context.translate(503.5, 308.5);
context.scale(1, 0.2727272727272727);
context.beginPath();
context.arc(0, 0, 57, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(558, 302);
context.lineTo(573, 286);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(560, 305);
context.lineTo(574, 304);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(555, 316);
context.lineTo(573, 321);
context.stroke();
context.closePath();
</script>
</body>
</html>