Change the Status Message

New Product

Source Code:
<html><head>
<script language="javascript">
window.defaultStatus="Office Store"
</script>
<title>Changing the Status Message</title>
</head>
<body>
<h2>Change the Status Message</h2>
<a href="Claddagh.htm"
     onMouseOver="window.status='Claddagh';
     return true">
New Product</a>
</body>
</html>