// JavaScript Document
document.write("<FORM name=formhop><div align=center>")
document.write("<select name=hopmenu onChange=pagehop()>")
document.write("<option selected>Quick Links</option>")
document.write("<option value=http://www.friendship-church.org/alpha/>Wondering About God?</option>")
document.write("<option value=http://www.friendship-church.org/staff/webeleve.htm>First Time Visitor</option>")
document.write("<option value=http://www.friendship-church.org/fyi/sermons.asp?campus=Shakopee>Listen To Sermons</option>")
document.write("<option value=http://www.friendship-church.org/adults/celebrations/wemeet.asp>Service Times</option>")
document.write("<option value=http://www.friendship-church.org/prayer/prayerrpt.htm>Enter A Prayer Request</option>")
document.write("<option value=http://www.friendship-church.org/adults/cells/default.htm>Small Groups</option>")
document.write("<option value=http://www.friendship-church.org/questions/default.asp>Ask The Pastor</option>")
document.write("</select></div></form>")