Write a JavaScript program to display message on status bar.
<html>
<head>
<title>Changing Window status text</title>
<script type="text/javaScript">
window.defaultStatus = "Hello and Welcome";
</script>
</head>
<body>
</body>
</html>
