<html>
<head>
<script
language=”javascript”>
function alertConstruction(){
alert(“This page is under
construction. Updates will follow.” );
</script>
<title>
Page under construction
</title>
</head>
<body>
<h1>Under
construction</h1>
<script
language=”javascript”>
alertConstruction();
</script>
</body>
</html>