<!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.strokeRect(169, 169, 223, 165);

context.strokeStyle = '#000000';
context.strokeRect(192, 198, 153, 117);

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

context.strokeStyle = '#000000';
context.strokeRect(359, 229, 16, 29);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(359, 272);

context.strokeStyle = '#000000';
context.strokeRect(359, 275, 16, 33);

context.strokeStyle = '#000000';
context.save();
context.translate(259, 244.5);
context.scale(1, 0.9285714285714286);
context.beginPath();
context.arc(0, 0, 19, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(282, 232.5);
context.scale(0.46153846153846156, 1);
context.beginPath();
context.arc(0, 0, 14, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(238, 243);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(236, 232);

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

context.strokeStyle = '#000000';
context.save();
context.translate(256.5, 281.5);
context.scale(0.7647058823529411, 1);
context.beginPath();
context.arc(0, 0, 21, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(267, 299);

context.strokeStyle = '#000000';
context.save();
context.translate(271, 301);
context.scale(1, 0.4);
context.beginPath();
context.arc(0, 0, 11, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(240, 301);
context.scale(1, 0.4);
context.beginPath();
context.arc(0, 0, 11, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(252, 238);
context.lineTo(252, 250);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(262, 238);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(263, 238);
context.lineTo(263, 250);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(265, 265);
context.lineTo(291, 274);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(249, 262);
context.lineTo(222, 272);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(266, 169);
context.lineTo(210, 98);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(265, 168);
context.lineTo(316, 97);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(60, 337);
context.lineTo(560, 336);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(61, 338, 231, 88);

context.strokeStyle = '#000000';
context.strokeRect(292, 336, 265, 90);

context.strokeStyle = '#000000';
context.save();
context.translate(312.5, 372.5);
context.scale(1, 0.7777777777777778);
context.beginPath();
context.arc(0, 0, 11, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(272.5, 374.5);
context.scale(1, 0.7777777777777778);
context.beginPath();
context.arc(0, 0, 11, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.strokeRect(438, 266, 34, 68);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(434, 211);
context.lineTo(452, 331);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(453, 329);
context.lineTo(449, 223);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(451, 329);
context.lineTo(473, 229);
context.stroke();
context.closePath();
</script>
</body>
</html>