<SCRIPT>
var theURL = prompt("Please enter an HTTP Site", "http://espn.go.com");
if (theURL.substring(0,7) != "http://") theURL = "http://" + theURL ;
document.write(theURL.link(theURL));
</SCRIPT>