<!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.lineWidth = 4;
context.lineWidth = 2;
context.lineWidth = 1;
context.strokeStyle = '#000000';
context.strokeRect(281, 7, 52, 113);
context.strokeStyle = '#000000';
context.strokeRect(289, 383, 54, 107);
context.strokeStyle = '#000000';
context.strokeRect(194, 42, 20, 421);
context.strokeStyle = '#000000';
context.strokeRect(128, 41, 19, 421);
context.strokeStyle = '#000000';
context.strokeRect(393, 44, 20, 422);
context.strokeStyle = '#000000';
context.strokeRect(453, 41, 18, 428);
context.strokeStyle = '#000000';
context.strokeRect(151, 48, 16, 18);
context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(170, 49);
context.strokeStyle = '#000000';
context.strokeRect(168, 48, 15, 18);
context.strokeStyle = '#000000';
context.strokeRect(421, 444, 13, 18);
context.strokeStyle = '#000000';
context.strokeRect(433, 444, 14, 18);
</script>
</body>
</html>