<html>
<body>
<script type="text/javascript">
var bool = new Boolean(0);
document.write(bool.valueOf());
</script>
</body>
</html>