<!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(157, 62, 175, 160);
context.strokeStyle = '#000000';
context.strokeRect(333, 66, 144, 154);
context.strokeStyle = '#000000';
context.strokeRect(154, 60, 324, 4);
context.strokeStyle = '#000000';
context.strokeRect(157, 219, 319, 3);
context.strokeStyle = '#000000';
context.strokeRect(121, 209, 374, 11);
context.strokeStyle = '#000000';
context.strokeRect(133, 63, 362, 15);
context.lineWidth = 6;
context.lineWidth = 7;
context.strokeStyle = '#000000';
context.strokeRect(343, 87, 123, 113);
context.strokeStyle = '#000000';
context.strokeRect(166, 89, 157, 110);
context.strokeStyle = '#000000';
context.strokeRect(32, 91, 118, 106);
context.strokeStyle = '#000000';
context.strokeRect(487, 86, 111, 113);
context.strokeStyle = '#000000';
context.strokeRect(23, 208, 102, 12);
context.strokeStyle = '#000000';
context.strokeRect(19, 59, 136, 22);
context.strokeStyle = '#000000';
context.strokeRect(80, 62, 17, 17);
context.strokeStyle = '#000000';
context.strokeRect(45, 63, 15, 18);
</script>
</body>
</html>