<html>
<head>
<script type="text/javascript">

function boom()
{
  var marker = document.createElementNS("http://www.w3.org/2000/svg", "marker");
  marker.orientType.baseVal = "";
}

</script>
</head>

<body onload="boom();"></body>
</html>