
<SCRIPT LANGUAGE="Javascript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
name=window.prompt("Please tell me your name.","nobody");
document.write("<H1 align=center>Hi! "+name+".</H1>")
//-->
</script>