<!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(170, 95);
context.scale(1, 0.8611111111111112);
context.beginPath();
context.arc(0, 0, 95, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(271.5, 143);
context.scale(1, 0.47668393782383417);
context.beginPath();
context.arc(0, 0, 214, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.lineWidth = 9;

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(361, 46);

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(361, 47);

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

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(361, 47);

context.lineTo(361, 52);
context.stroke();

context.lineTo(361, 55);
context.stroke();

context.lineTo(361, 59);
context.stroke();

context.lineTo(361, 64);
context.stroke();

context.lineTo(361, 73);
context.stroke();

context.lineTo(361, 78);
context.stroke();

context.lineTo(361, 81);
context.stroke();

context.lineTo(361, 85);
context.stroke();

context.lineTo(361, 88);
context.stroke();

context.lineTo(361, 91);
context.stroke();

context.lineTo(361, 95);
context.stroke();

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

context.lineTo(361, 105);
context.stroke();

context.lineTo(361, 112);
context.stroke();

context.lineTo(361, 116);
context.stroke();

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

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

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

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

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

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

context.lineTo(361, 151);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(363, 195);
context.stroke();

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

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

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

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

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

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

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

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

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

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

context.lineTo(367, 217);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(376, 264);
context.stroke();

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

context.lineTo(383, 292);
context.stroke();

context.lineTo(384, 299);
context.stroke();

context.lineTo(384, 303);
context.stroke();

context.lineTo(384, 304);
context.stroke();

context.lineTo(384, 306);
context.stroke();

context.lineTo(384, 310);
context.stroke();

context.lineTo(384, 312);
context.stroke();

context.lineTo(384, 315);
context.stroke();

context.lineTo(384, 317);
context.stroke();

context.lineTo(384, 319);
context.stroke();

context.lineTo(382, 330);
context.stroke();

context.lineTo(381, 340);
context.stroke();

context.lineTo(378, 363);
context.stroke();

context.lineTo(375, 383);
context.stroke();

context.lineTo(373, 400);
context.stroke();

context.lineTo(373, 415);
context.stroke();

context.lineTo(373, 427);
context.stroke();

context.lineTo(373, 437);
context.stroke();

context.lineTo(373, 445);
context.stroke();

context.lineTo(373, 457);
context.stroke();

context.lineTo(373, 471);
context.stroke();

context.lineTo(373, 479);
context.stroke();

context.lineTo(373, 483);
context.stroke();

context.lineTo(373, 487);
context.stroke();

context.lineTo(373, 489);
context.stroke();

context.lineTo(373, 492);
context.stroke();

context.lineTo(373, 492);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(424, 409);

context.lineTo(424, 409);
context.stroke();
</script>
</body>
</html>