<!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(26, 30, 100, 119);

context.strokeStyle = '#000000';
context.strokeRect(100, 115, 150, 169);

context.strokeStyle = '#000000';
context.strokeRect(211, 219, 163, 152);

context.strokeStyle = '#000000';
context.strokeRect(209, 219, 0, 0);

context.strokeStyle = '#000000';
context.strokeRect(209, 219, 0, 0);

context.strokeStyle = '#000000';
context.strokeRect(209, 219, 30, 25);

context.strokeStyle = '#000000';
context.strokeRect(239, 187, 160, 57);

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(398, 186);

context.lineTo(399, 186);
context.stroke();

context.lineTo(399, 186);
context.stroke();

context.lineTo(399, 186);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(401, 191);

context.lineTo(401, 191);
context.stroke();

context.strokeStyle = '#FFFFFF';
context.beginPath();
context.moveTo(398, 190);

context.lineTo(398, 191);
context.stroke();

context.lineTo(398, 191);
context.stroke();

context.lineTo(398, 193);
context.stroke();

context.lineTo(398, 194);
context.stroke();

context.lineTo(398, 195);
context.stroke();

context.lineTo(398, 195);
context.stroke();

context.lineTo(398, 196);
context.stroke();

context.lineTo(398, 197);
context.stroke();

context.lineTo(399, 198);
context.stroke();

context.lineTo(399, 199);
context.stroke();

context.lineTo(399, 200);
context.stroke();

context.lineTo(399, 201);
context.stroke();

context.lineTo(400, 202);
context.stroke();

context.lineTo(400, 203);
context.stroke();

context.lineTo(400, 203);
context.stroke();

context.lineTo(401, 204);
context.stroke();

context.lineTo(401, 204);
context.stroke();

context.lineTo(401, 205);
context.stroke();

context.lineTo(401, 206);
context.stroke();

context.lineTo(401, 207);
context.stroke();

context.lineTo(401, 207);
context.stroke();

context.lineTo(401, 207);
context.stroke();

context.lineTo(401, 207);
context.stroke();
</script>
</body>
</html>