<!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(40, 75, 364, 163);
context.strokeStyle = '#000000';
context.strokeRect(183, 154, 90, 81);
context.lineWidth = 6;
context.lineWidth = 7;
context.lineWidth = 8;
context.lineWidth = 9;
context.lineWidth = 10;
context.lineWidth = 11;
context.lineWidth = 12;
context.lineWidth = 13;
context.strokeStyle = '#000000';
context.strokeRect(380, 204, 112, 204);
context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(494, 139);
context.lineTo(492, 139);
context.stroke();
context.lineTo(471, 152);
context.stroke();
context.lineTo(440, 171);
context.stroke();
context.lineTo(433, 175);
context.stroke();
context.lineTo(412, 188);
context.stroke();
context.lineTo(392, 200);
context.stroke();
context.lineTo(371, 217);
context.stroke();
context.lineTo(364, 223);
context.stroke();
context.lineTo(354, 233);
context.stroke();
context.lineTo(344, 247);
context.stroke();
context.lineTo(334, 266);
context.stroke();
context.lineTo(331, 275);
context.stroke();
context.lineTo(326, 286);
context.stroke();
context.lineTo(323, 291);
context.stroke();
context.lineTo(321, 294);
context.stroke();
context.lineTo(321, 295);
context.stroke();
context.lineTo(320, 296);
context.stroke();
context.lineTo(320, 297);
context.stroke();
context.lineTo(319, 297);
context.stroke();
context.lineTo(320, 297);
context.stroke();
context.lineTo(330, 298);
context.stroke();
context.lineTo(379, 302);
context.stroke();
context.lineTo(417, 308);
context.stroke();
context.lineTo(463, 312);
context.stroke();
context.lineTo(511, 315);
context.stroke();
context.lineTo(524, 315);
context.stroke();
context.lineTo(545, 316);
context.stroke();
context.lineTo(567, 316);
context.stroke();
context.lineTo(577, 315);
context.stroke();
context.lineTo(582, 312);
context.stroke();
context.lineTo(583, 312);
context.stroke();
context.lineTo(584, 311);
context.stroke();
context.lineTo(584, 311);
context.stroke();
</script>
</body>
</html>