<!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 = '#FFFFFF';
context.beginPath();
context.moveTo(165, 106);

context.lineTo(185, 110);
context.stroke();

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

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

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

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

context.lineTo(349, 126);
context.stroke();

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

context.lineTo(283, 250);
context.stroke();

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

context.lineTo(343, 261);
context.stroke();

context.lineTo(351, 262);
context.stroke();

context.lineTo(351, 263);
context.stroke();

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

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

context.lineTo(314, 280);
context.stroke();

context.lineTo(288, 290);
context.stroke();

context.lineTo(267, 300);
context.stroke();

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

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

context.lineTo(262, 314);
context.stroke();

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

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

context.lineTo(285, 325);
context.stroke();

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

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

context.lineTo(313, 335);
context.stroke();

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

context.lineTo(320, 339);
context.stroke();

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

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

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

context.strokeStyle = '#000000';
context.strokeRect(139, 98, 247, 234);

context.strokeStyle = '#000000';
context.strokeRect(197, 143, 284, 270);

context.strokeStyle = '#000000';
context.strokeRect(314, 244, 43, 57);
</script>
</body>
</html>