<!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(147, 85, 51, 59);
context.strokeStyle = '#000000';
context.strokeRect(194, 130, 71, 53);
context.strokeStyle = '#000000';
context.strokeRect(234, 103, 72, 60);
context.strokeStyle = '#000000';
context.strokeRect(177, 65, 48, 53);
context.strokeStyle = '#000000';
context.strokeRect(213, 45, 73, 67);
context.strokeStyle = '#000000';
context.strokeRect(264, 76, 73, 65);
context.strokeStyle = '#000000';
context.strokeRect(298, 121, 60, 60);
context.strokeStyle = '#000000';
context.strokeRect(260, 21, 66, 71);
context.strokeStyle = '#000000';
context.strokeRect(294, 36, 73, 48);
context.strokeStyle = '#000000';
context.strokeRect(343, 60, 62, 42);
context.strokeStyle = '#000000';
context.strokeRect(358, 93, 70, 39);
context.strokeStyle = '#000000';
context.strokeRect(323, 103, 58, 48);
context.strokeStyle = '#000000';
context.strokeRect(121, 80, 44, 40);
context.strokeStyle = '#000000';
context.strokeRect(122, 39, 85, 58);
context.strokeStyle = '#000000';
context.strokeRect(212, 157, 43, 42);
context.strokeStyle = '#000000';
context.strokeRect(171, 125, 52, 45);
context.strokeStyle = '#000000';
context.strokeRect(135, 130, 48, 46);
context.strokeStyle = '#000000';
context.strokeRect(103, 39, 55, 33);
context.strokeStyle = '#000000';
context.strokeRect(129, 19, 41, 43);
context.strokeStyle = '#000000';
context.strokeRect(179, 18, 55, 39);
context.strokeStyle = '#000000';
context.strokeRect(234, 64, 19, 24);
</script>
</body>
</html>