<!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(132.5, 94);
context.scale(1, 0.8524590163934426);
context.beginPath();
context.arc(0, 0, 80, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(327, 285.5);
context.scale(0.9774436090225563, 1);
context.beginPath();
context.arc(0, 0, 186, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#000000';
context.strokeRect(9, 12, 411, 349);

context.strokeStyle = '#000000';
context.strokeRect(382, 59, 175, 157);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(0, 497);
context.lineTo(420, 360);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(595, 497);
context.lineTo(551, 394);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(597, 328);
context.lineTo(592, 336);
context.stroke();
context.closePath();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(599, 323);

context.lineTo(598, 323);
context.stroke();

context.lineTo(598, 326);
context.stroke();

context.lineTo(596, 329);
context.stroke();

context.lineTo(596, 332);
context.stroke();

context.lineTo(594, 335);
context.stroke();

context.lineTo(594, 336);
context.stroke();

context.lineTo(594, 337);
context.stroke();

context.lineTo(594, 338);
context.stroke();

context.lineTo(595, 337);
context.stroke();

context.lineTo(595, 336);
context.stroke();

context.lineTo(595, 335);
context.stroke();

context.lineTo(595, 334);
context.stroke();

context.lineTo(595, 333);
context.stroke();

context.lineTo(595, 332);
context.stroke();

context.lineTo(595, 331);
context.stroke();

context.lineTo(594, 331);
context.stroke();

context.lineTo(593, 331);
context.stroke();

context.lineTo(592, 331);
context.stroke();

context.lineTo(591, 331);
context.stroke();

context.lineTo(590, 331);
context.stroke();

context.lineTo(589, 331);
context.stroke();

context.lineTo(589, 332);
context.stroke();

context.lineTo(589, 333);
context.stroke();

context.lineTo(589, 334);
context.stroke();

context.lineTo(589, 335);
context.stroke();

context.lineTo(589, 336);
context.stroke();

context.lineTo(589, 337);
context.stroke();

context.lineTo(589, 338);
context.stroke();

context.lineTo(589, 338);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(9, 15);
context.lineTo(417, 359);
context.stroke();
context.closePath();
</script>
</body>
</html>