<!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 = 6;
context.lineWidth = 8;
context.lineWidth = 13;
context.lineWidth = 14;
context.strokeStyle = '#4F4F4F';
context.strokeRect(0, 2, 594, 493);
context.strokeStyle = '#4F4F4F';
context.strokeRect(152, 211, 297, 78);
context.strokeStyle = '#4F4F4F';
context.strokeRect(171, 225, 267, 53);
context.strokeStyle = '#4F4F4F';
context.strokeRect(159, 218, 272, 59);
context.strokeStyle = '#4F4F4F';
context.strokeRect(179, 234, 245, 33);
context.strokeStyle = '#4F4F4F';
context.strokeRect(186, 241, 225, 13);
context.strokeStyle = '#4F4F4F';
context.strokeRect(87, 116, 57, 276);
context.strokeStyle = '#4F4F4F';
context.strokeRect(454, 108, 128, 181);
context.strokeStyle = '#4F4F4F';
context.strokeRect(466, 122, 103, 153);
context.strokeStyle = '#4F4F4F';
context.strokeRect(478, 135, 78, 128);
context.strokeStyle = '#4F4F4F';
context.strokeRect(488, 145, 56, 105);
context.strokeStyle = '#4F4F4F';
context.strokeRect(497, 157, 35, 85);
context.strokeStyle = '#4F4F4F';
context.strokeRect(506, 165, 12, 76);
context.strokeStyle = '#4F4F4F';
context.strokeRect(94, 123, 12, 260);
context.strokeStyle = '#4F4F4F';
context.strokeRect(113, 123, 12, 267);
context.strokeStyle = '#4F4F4F';
context.strokeRect(129, 122, 5, 261);
context.strokeStyle = '#4F4F4F';
context.strokeRect(228, 350, 14, 133);
context.strokeStyle = '#4F4F4F';
context.strokeRect(321, 377, 267, 10);
context.strokeStyle = '#4F4F4F';
context.strokeRect(280, 6, 104, 144);
context.strokeStyle = '#4F4F4F';
context.strokeRect(291, 19, 81, 118);
context.strokeStyle = '#4F4F4F';
context.strokeRect(302, 32, 59, 97);
context.strokeStyle = '#4F4F4F';
context.strokeRect(313, 43, 38, 75);
context.strokeStyle = '#4F4F4F';
context.strokeRect(321, 51, 19, 55);
context.strokeStyle = '#4F4F4F';
context.strokeRect(328, 57, 29, 42);
context.strokeStyle = '#807C6C';
context.strokeRect(480, 435, 28, 28);
context.strokeStyle = '#F50800';
context.strokeRect(487, 442, 16, 14);
context.strokeStyle = '#781021';
context.strokeRect(427, 294, 12, 80);
context.strokeStyle = '#FCF51E';
context.strokeRect(429, 322, 2, 2);
</script>
</body>
</html>