<!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.strokeRect(121, 102, 361, 199);

context.strokeStyle = '#000000';
context.strokeRect(122, 102, 230, 22);

context.strokeStyle = '#000000';
context.strokeRect(124, 127, 228, 175);

context.strokeStyle = '#000000';
context.strokeRect(352, 105, 129, 21);

context.strokeStyle = '#000000';
context.strokeRect(351, 266, 130, 32);

context.strokeStyle = '#000000';
context.save();
context.translate(221.5, 198.5);
context.scale(0.9381443298969072, 1);
context.beginPath();
context.arc(0, 0, 133, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(56, 162);

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

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

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

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

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

context.lineTo(72, 281);
context.stroke();

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

context.lineTo(83, 311);
context.stroke();

context.lineTo(90, 323);
context.stroke();

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

context.lineTo(101, 337);
context.stroke();

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

context.lineTo(108, 341);
context.stroke();

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

context.lineTo(115, 345);
context.stroke();

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

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

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

context.lineTo(132, 359);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(333, 379);
context.stroke();

context.lineTo(336, 379);
context.stroke();

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

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

context.lineTo(345, 386);
context.stroke();

context.lineTo(347, 392);
context.stroke();

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

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

context.lineTo(336, 420);
context.stroke();

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

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

context.lineTo(278, 430);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(274, 482);
context.stroke();

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

context.lineTo(332, 451);
context.stroke();

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

context.lineTo(366, 408);
context.stroke();

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

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

context.lineTo(369, 405);
context.stroke();
</script>
</body>
</html>