<!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(72, 58, 158, 144);

context.strokeStyle = '#000000';
context.save();
context.translate(280.5, 130);
context.scale(0.5465116279069767, 1);
context.beginPath();
context.arc(0, 0, 98, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FF952B';
context.save();
context.translate(394.5, 280);
context.scale(0.6785714285714286, 1);
context.beginPath();
context.arc(0, 0, 102, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#FF952B';
context.beginPath();
context.moveTo(28, 283);

context.lineTo(28, 282);
context.stroke();

context.lineTo(30, 282);
context.stroke();

context.lineTo(33, 283);
context.stroke();

context.lineTo(35, 287);
context.stroke();

context.lineTo(40, 295);
context.stroke();

context.lineTo(45, 303);
context.stroke();

context.lineTo(51, 310);
context.stroke();

context.lineTo(63, 315);
context.stroke();

context.lineTo(77, 315);
context.stroke();

context.lineTo(84, 315);
context.stroke();

context.lineTo(89, 313);
context.stroke();

context.lineTo(89, 311);
context.stroke();

context.lineTo(89, 309);
context.stroke();

context.lineTo(85, 306);
context.stroke();

context.lineTo(84, 305);
context.stroke();

context.lineTo(83, 305);
context.stroke();

context.lineTo(83, 307);
context.stroke();

context.lineTo(84, 308);
context.stroke();

context.lineTo(84, 309);
context.stroke();

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

context.lineTo(95, 304);
context.stroke();

context.lineTo(102, 294);
context.stroke();

context.lineTo(107, 281);
context.stroke();

context.lineTo(107, 277);
context.stroke();

context.lineTo(107, 276);
context.stroke();

context.lineTo(107, 275);
context.stroke();

context.lineTo(106, 275);
context.stroke();

context.lineTo(106, 279);
context.stroke();

context.lineTo(107, 285);
context.stroke();

context.lineTo(114, 292);
context.stroke();

context.lineTo(135, 303);
context.stroke();

context.lineTo(159, 303);
context.stroke();

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

context.lineTo(170, 293);
context.stroke();

context.lineTo(170, 291);
context.stroke();

context.lineTo(170, 289);
context.stroke();

context.lineTo(168, 288);
context.stroke();

context.lineTo(159, 290);
context.stroke();

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

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

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

context.lineTo(172, 306);
context.stroke();

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

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

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

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

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

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

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

context.lineTo(219, 331);
context.stroke();

context.lineTo(233, 331);
context.stroke();

context.lineTo(236, 331);
context.stroke();

context.lineTo(236, 329);
context.stroke();

context.lineTo(225, 331);
context.stroke();

context.lineTo(214, 336);
context.stroke();

context.lineTo(214, 339);
context.stroke();

context.lineTo(215, 343);
context.stroke();

context.lineTo(228, 357);
context.stroke();

context.lineTo(248, 361);
context.stroke();

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

context.lineTo(253, 364);
context.stroke();

context.lineTo(253, 365);
context.stroke();

context.lineTo(253, 366);
context.stroke();

context.lineTo(253, 368);
context.stroke();

context.lineTo(253, 368);
context.stroke();
</script>
</body>
</html>