<!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(307.5, 186);
context.scale(0.925, 1);
context.beginPath();
context.arc(0, 0, 54, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.strokeRect(259, 181, 98, 318);

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 1;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(306, 135);

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

context.lineWidth = 2;

context.lineWidth = 3;

context.strokeStyle = '#FF2424';
context.beginPath();
context.moveTo(305, 138);

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

context.strokeStyle = '#FF2424';
context.beginPath();
context.moveTo(306, 134);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(307, 148);
context.stroke();

context.lineTo(307, 148);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

context.lineWidth = 2;

context.lineWidth = 1;

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(170, 409);

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

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

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

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(426, 413);

context.strokeStyle = '#000000';
context.save();
context.translate(396, 435.5);
context.scale(0.5714285714285714, 1);
context.beginPath();
context.arc(0, 0, 73, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>