<html>
<head>
<script language="javascript" type="text/javascript">
alert("Welcome To www.hivason.com")
</script>
</head>
<body>
<h1>
<!-- hide script from old browsers -->
<!--this is on example of a long JavaScript comment-->
<script language="javascript" type="text/javascript">
document.write("hivason Web Site")
//end hiding script from old browsers -->
</script>
</h1>
</body>
</html>