<!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(119, 88, 48, 3);

context.strokeStyle = '#000000';
context.strokeRect(133, 140, 100, 61);

context.strokeStyle = '#FF531F';
context.strokeRect(259, 101, 102, 137);

context.strokeStyle = '#FF531F';
context.beginPath();
context.moveTo(427, 62);

context.lineTo(418, 60);
context.stroke();

context.lineTo(402, 60);
context.stroke();

context.lineTo(378, 60);
context.stroke();

context.lineTo(363, 64);
context.stroke();

context.lineTo(359, 66);
context.stroke();

context.lineTo(359, 67);
context.stroke();

context.lineTo(355, 71);
context.stroke();

context.lineTo(351, 78);
context.stroke();

context.lineTo(349, 91);
context.stroke();

context.lineTo(349, 98);
context.stroke();

context.lineTo(349, 109);
context.stroke();

context.lineTo(354, 118);
context.stroke();

context.lineTo(359, 128);
context.stroke();

context.lineTo(363, 136);
context.stroke();

context.lineTo(372, 147);
context.stroke();

context.lineTo(386, 158);
context.stroke();

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

context.lineTo(415, 171);
context.stroke();

context.lineTo(436, 176);
context.stroke();

context.lineTo(463, 180);
context.stroke();

context.lineTo(476, 181);
context.stroke();

context.lineTo(493, 181);
context.stroke();

context.lineTo(500, 181);
context.stroke();

context.lineTo(504, 181);
context.stroke();

context.lineTo(507, 181);
context.stroke();

context.lineTo(511, 175);
context.stroke();

context.lineTo(513, 169);
context.stroke();

context.lineTo(517, 158);
context.stroke();

context.lineTo(520, 147);
context.stroke();

context.lineTo(520, 139);
context.stroke();

context.lineTo(520, 130);
context.stroke();

context.lineTo(519, 125);
context.stroke();

context.lineTo(518, 116);
context.stroke();

context.lineTo(517, 104);
context.stroke();

context.lineTo(515, 98);
context.stroke();

context.lineTo(513, 91);
context.stroke();

context.lineTo(510, 87);
context.stroke();

context.lineTo(507, 86);
context.stroke();

context.lineTo(495, 80);
context.stroke();

context.lineTo(483, 75);
context.stroke();

context.lineTo(467, 71);
context.stroke();

context.lineTo(454, 66);
context.stroke();

context.lineTo(440, 59);
context.stroke();

context.lineTo(427, 53);
context.stroke();

context.lineTo(419, 49);
context.stroke();

context.lineTo(415, 46);
context.stroke();

context.lineTo(415, 46);
context.stroke();
</script>
</body>
</html>