<!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(107, 47, 226, 98);

context.strokeStyle = '#000000';
context.strokeRect(243, 213, 144, 130);

context.strokeStyle = '#000000';
context.strokeRect(296, 205, 10, 6);

context.strokeStyle = '#000000';
context.strokeRect(369, 217, 15, 12);

context.strokeStyle = '#000000';
context.strokeRect(397, 244, 16, 19);

context.strokeStyle = '#000000';
context.strokeRect(424, 275, 13, 18);

context.strokeStyle = '#000000';
context.strokeRect(429, 307, 12, 21);

context.strokeStyle = '#000000';
context.strokeRect(391, 349, 20, 18);

context.strokeStyle = '#000000';
context.strokeRect(339, 383, 32, 11);

context.strokeStyle = '#000000';
context.strokeRect(244, 402, 51, 5);

context.strokeStyle = '#000000';
context.strokeRect(141, 395, 48, 16);

context.strokeStyle = '#000000';
context.strokeRect(111, 345, 10, 26);

context.strokeStyle = '#000000';
context.strokeRect(97, 288, 6, 32);

context.strokeStyle = '#000000';
context.strokeRect(91, 229, 2, 27);

context.strokeStyle = '#000000';
context.strokeRect(89, 167, 0, 30);

context.strokeStyle = '#000000';
context.strokeRect(89, 102, 0, 36);

context.strokeStyle = '#000000';
context.strokeRect(94, 43, 35, 32);

context.strokeStyle = '#000000';
context.strokeRect(218, 29, 86, 5);

context.strokeStyle = '#000000';
context.strokeRect(380, 32, 54, 23);

context.strokeStyle = '#000000';
context.strokeRect(471, 95, 23, 49);

context.strokeStyle = '#000000';
context.strokeRect(513, 189, 16, 45);

context.strokeStyle = '#000000';
context.strokeRect(542, 289, 11, 57);

context.strokeStyle = '#000000';
context.strokeRect(563, 414, 6, 42);
</script>
</body>
</html>