<SCRIPT>

document.write('<CENTER>');

document.write('<IMG SRC="images/welcome.gif">');

document.write('<H2>' + prompt("Enter Your Name:", "Name") + '</H2>' +
                          '<H3>You are using the ' + navigator.appName + ' Browser!</H3>');

document.write('</CENTER>');

</SCRIPT>