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