<html>
<body>
<script type="text/javascript">
var boo = new Boolean(true)
document.write(boo.toString())
</script>
</body>
</html>