<!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;
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.strokeRect(15, 18, 562, 12);

context.strokeStyle = '#000000';
context.strokeRect(564, 32, 12, 442);

context.strokeStyle = '#000000';
context.strokeRect(13, 33, 16, 400);

context.strokeStyle = '#000000';
context.strokeRect(11, 476, 565, 14);

context.strokeStyle = '#000000';
context.strokeRect(13, 435, 16, 36);

context.strokeStyle = '#000000';
context.strokeRect(31, 69, 471, 14);

context.strokeStyle = '#000000';
context.strokeRect(77, 128, 486, 14);

context.strokeStyle = '#000000';
context.strokeRect(34, 186, 481, 16);

context.strokeStyle = '#000000';
context.strokeRect(79, 239, 485, 18);

context.strokeStyle = '#000000';
context.strokeRect(33, 311, 493, 17);

context.strokeStyle = '#000000';
context.strokeRect(81, 370, 479, 12);

context.strokeStyle = '#000000';
context.strokeRect(32, 420, 489, 12);
</script>
</body>
</html>