<!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(178, 173);
context.scale(1, 0.8867924528301887);
context.beginPath();
context.arc(0, 0, 142, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(451, 262.5);
context.scale(1, 0.84375);
context.beginPath();
context.arc(0, 0, 42, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(450, 231);

context.lineTo(450, 231);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(460, 220);

context.lineTo(460, 221);
context.stroke();

context.lineTo(461, 223);
context.stroke();

context.lineTo(461, 225);
context.stroke();

context.lineTo(461, 230);
context.stroke();

context.lineTo(461, 236);
context.stroke();

context.lineTo(461, 241);
context.stroke();

context.lineTo(460, 243);
context.stroke();

context.lineTo(460, 244);
context.stroke();

context.lineTo(460, 248);
context.stroke();

context.lineTo(460, 249);
context.stroke();

context.lineTo(460, 251);
context.stroke();

context.lineTo(460, 252);
context.stroke();

context.lineTo(460, 253);
context.stroke();

context.lineTo(460, 254);
context.stroke();

context.lineTo(459, 254);
context.stroke();

context.lineTo(459, 256);
context.stroke();

context.lineTo(458, 256);
context.stroke();

context.lineTo(458, 256);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(372, 191);

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

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

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

context.lineTo(275, 136);
context.stroke();

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

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

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

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

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

context.lineTo(226, 130);
context.stroke();

context.lineTo(225, 130);
context.stroke();

context.lineTo(224, 130);
context.stroke();

context.lineTo(220, 130);
context.stroke();

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

context.lineTo(216, 134);
context.stroke();

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

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

context.lineTo(216, 139);
context.stroke();

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

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

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

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

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

context.lineTo(211, 173);
context.stroke();

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

context.lineTo(211, 179);
context.stroke();

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

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

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

context.lineTo(211, 203);
context.stroke();

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

context.lineTo(211, 209);
context.stroke();

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

context.lineTo(213, 215);
context.stroke();

context.lineTo(215, 225);
context.stroke();

context.lineTo(220, 245);
context.stroke();

context.lineTo(223, 251);
context.stroke();

context.lineTo(223, 255);
context.stroke();

context.lineTo(224, 255);
context.stroke();

context.lineTo(225, 257);
context.stroke();

context.lineTo(230, 265);
context.stroke();

context.lineTo(232, 269);
context.stroke();

context.lineTo(233, 271);
context.stroke();

context.lineTo(234, 273);
context.stroke();

context.lineTo(235, 273);
context.stroke();

context.lineTo(235, 273);
context.stroke();
</script>
</body>
</html>