var pages = "<FORM CLASS=NAV><SELECT CLASS=NAV NAME='urlList' onChange='return goThere()'>"
    pages += "<OPTION SELECTED>Choose a Page!"
    pages += "<OPTION VALUE=http://www.stagnesgreenbay.org/>Home Page"
    pages += "<OPTION VALUE=/news.php> What's New?"
    pages += "<OPTION VALUE=/headlines.php>Headlines"
    pages += "<OPTION VALUE=/about.php>About St. Agnes Parish"
    pages += "<OPTION VALUE=/stewardship.php>Advancing The Mission"
    pages += "<OPTION VALUE=/aspire/>ASPIRE"
    pages += "<OPTION VALUE=/contact.php>Contact us!"
    pages += "<OPTION VALUE=/mass_times.html>Mass Times"
    pages += "<OPTION VALUE=/directgiving.php>Direct Giving"
    pages += "<OPTION VALUE=/neighborhoodoutreach/>Neighborhood Outreach"
    pages += "<OPTION VALUE=/sacraments.php>Sacraments"
    pages += "<OPTION VALUE=/stewardship.php>Stewardship"
    pages += "<OPTION VALUE=/prisonministry/>Prison Ministry"
    pages += "<OPTION VALUE=/re.php>Religious Ed &amp; Youth Ministry"
    pages += "<OPTION VALUE=/realitycheck/>-- Reality CHECK"
    pages += "<OPTION VALUE=/links.php>Links"
    pages += "<OPTION VALUE=/serraclub/>Serra Clubs"
    pages += "<OPTION VALUE=/ss_volform.html>-- Volunteer Opportunities"
    pages += "<OPTION VALUE=/patronst.html>Our Patron Saint"
    pages += "<OPTION VALUE=/stvincentdepaul.php>St. Vincent De Paul Society"
    pages += "<OPTION VALUE=/holyfamily.php>Holy Family School"
    pages += "<OPTION VALUE=/hfs_news.php>-- What's New"
    pages += "<OPTION VALUE=/hfs/funfest/>-- HFS Summer Fun Fest"
    pages += "<OPTION VALUE=/hfs_about.html>-- About HFS"
    pages += "<OPTION VALUE=/hfs_annualreports.html>-- HFS Annual Reports"
    pages += "<OPTION VALUE=/hfs_alumni.php>-- HFS Alumni Page"
    pages += "<OPTION VALUE=/hfs_newsletters.html>-- HFS Newsletters"
    pages += "<OPTION VALUE=/hfs_supplylist.php>School Supply List"
    pages += "<OPTION VALUE=/hfs_contact.php>-- Request HFS Info"
    pages += "<OPTION VALUE=http://www.NotreDameAcademy.com>Notre Dame Academy"
    pages += "<OPTION VALUE=http://www.nccbuscc.org/nab/>Scripture of the Day"
    pages += "<OPTION VALUE=http://www.americancatholic.org/Features/SaintofDay/>Saint of the Day"
    pages += "</SELECT></FORM>"

document.write(pages)

// end script hiding -->