<!-- STEP THREE: Add the final coding to the BODY tag of your HTML document  -->
document.write("<center>")
document.write("<form name=form>")
document.write("<table><tr><td align=center>")
document.write("<input type=button name=name value='Visit' onClick='visitSite()' size=25>")
document.write("<input type=hidden name=url value=''>")
document.write("<input type=text name=word value='' size=55>")
document.write("</td></tr></table>")
document.write("</form>")
document.write("</center>")

showSites();
<!-- Script Size:  2.12 KB  -->
