<!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(267.5, 104);
context.scale(1, 0.7238095238095238);
context.beginPath();
context.arc(0, 0, 130, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(199, 22);

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

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

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

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

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

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

context.lineTo(198, 31);
context.stroke();

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

context.lineTo(196, 32);
context.stroke();

context.lineTo(194, 34);
context.stroke();

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

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

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

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

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

context.lineTo(177, 46);
context.stroke();

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

context.lineTo(175, 48);
context.stroke();

context.lineTo(175, 48);
context.stroke();

context.lineTo(175, 47);
context.stroke();

context.lineTo(175, 45);
context.stroke();

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

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

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

context.lineTo(193, 23);
context.stroke();

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

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

context.lineTo(208, 13);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(202, 30);
context.stroke();

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

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

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

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

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

context.lineTo(175, 60);
context.stroke();

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

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

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

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

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

context.lineTo(201, 26);
context.stroke();

context.lineTo(210, 14);
context.stroke();

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

context.lineTo(208, 3);
context.stroke();

context.lineTo(202, 10);
context.stroke();

context.lineTo(194, 19);
context.stroke();

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

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

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

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

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

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

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

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

context.lineTo(183, 34);
context.stroke();

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

context.lineTo(194, 24);
context.stroke();

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

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

context.lineTo(200, 17);
context.stroke();

context.lineTo(201, 16);
context.stroke();

context.lineTo(201, 16);
context.stroke();
</script>
</body>
</html>