<!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(167, 135);
context.scale(0.9375, 1);
context.beginPath();
context.arc(0, 0, 88, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(123.5, 111);
context.scale(1, 0.6666666666666666);
context.beginPath();
context.arc(0, 0, 18, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(211.5, 107.5);
context.scale(1, 0.8461538461538461);
context.beginPath();
context.arc(0, 0, 17, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(168, 97);

context.lineTo(168, 98);
context.stroke();

context.lineTo(167, 99);
context.stroke();

context.lineTo(167, 103);
context.stroke();

context.lineTo(166, 109);
context.stroke();

context.lineTo(165, 113);
context.stroke();

context.lineTo(165, 118);
context.stroke();

context.lineTo(164, 120);
context.stroke();

context.lineTo(164, 122);
context.stroke();

context.lineTo(162, 125);
context.stroke();

context.lineTo(162, 126);
context.stroke();

context.lineTo(162, 128);
context.stroke();

context.lineTo(161, 129);
context.stroke();

context.lineTo(161, 131);
context.stroke();

context.lineTo(160, 133);
context.stroke();

context.lineTo(160, 135);
context.stroke();

context.lineTo(159, 137);
context.stroke();

context.lineTo(158, 138);
context.stroke();

context.lineTo(158, 140);
context.stroke();

context.lineTo(158, 142);
context.stroke();

context.lineTo(157, 143);
context.stroke();

context.lineTo(157, 144);
context.stroke();

context.lineTo(157, 145);
context.stroke();

context.lineTo(157, 146);
context.stroke();

context.lineTo(157, 147);
context.stroke();

context.lineTo(156, 149);
context.stroke();

context.lineTo(155, 150);
context.stroke();

context.lineTo(155, 152);
context.stroke();

context.lineTo(155, 153);
context.stroke();

context.lineTo(155, 154);
context.stroke();

context.lineTo(155, 156);
context.stroke();

context.lineTo(155, 157);
context.stroke();

context.lineTo(155, 159);
context.stroke();

context.lineTo(155, 160);
context.stroke();

context.lineTo(155, 161);
context.stroke();

context.lineTo(155, 163);
context.stroke();

context.lineTo(155, 164);
context.stroke();

context.lineTo(155, 165);
context.stroke();

context.lineTo(156, 166);
context.stroke();

context.lineTo(157, 166);
context.stroke();

context.lineTo(158, 166);
context.stroke();

context.lineTo(161, 166);
context.stroke();

context.lineTo(164, 166);
context.stroke();

context.lineTo(166, 166);
context.stroke();

context.lineTo(167, 166);
context.stroke();

context.lineTo(169, 166);
context.stroke();

context.lineTo(171, 166);
context.stroke();

context.lineTo(174, 166);
context.stroke();

context.lineTo(178, 166);
context.stroke();

context.lineTo(181, 165);
context.stroke();

context.lineTo(182, 165);
context.stroke();

context.lineTo(184, 165);
context.stroke();

context.lineTo(185, 164);
context.stroke();

context.lineTo(187, 163);
context.stroke();

context.lineTo(187, 162);
context.stroke();

context.lineTo(189, 162);
context.stroke();

context.lineTo(190, 162);
context.stroke();

context.lineTo(190, 161);
context.stroke();

context.lineTo(191, 160);
context.stroke();

context.lineTo(190, 162);
context.stroke();

context.lineTo(190, 162);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(143, 187);

context.lineTo(145, 187);
context.stroke();

context.lineTo(150, 187);
context.stroke();

context.lineTo(159, 187);
context.stroke();

context.lineTo(166, 187);
context.stroke();

context.lineTo(171, 187);
context.stroke();

context.lineTo(176, 186);
context.stroke();

context.lineTo(180, 184);
context.stroke();

context.lineTo(185, 182);
context.stroke();

context.lineTo(188, 181);
context.stroke();

context.lineTo(190, 180);
context.stroke();

context.lineTo(192, 178);
context.stroke();

context.lineTo(197, 176);
context.stroke();

context.lineTo(199, 174);
context.stroke();

context.lineTo(204, 172);
context.stroke();

context.lineTo(206, 170);
context.stroke();

context.lineTo(207, 170);
context.stroke();

context.lineTo(207, 170);
context.stroke();
</script>
</body>
</html>