// RSS Icon from http://perishablepress.com/press/2006/08/20/a-nice-collection-of-feed-icons

    document.write("<ul><li>")

//    document.write("<a target='_blank' href='feed:http://www.unitedparishbowie.org/holland/upbsermons.xml'>")

// Some browsers have trouble with 'feed:', so let's do this,
// and let them figure it out for themselves

    document.write("<a target='_blank' href='http://www.unitedparishbowie.org/holland/upbsermons.xml'>")

    document.write("<strong>Subscribe <img class='limg' src='../ouricons/feed_icon.png' alt='RSS Feed Icon' />")

    document.write("to the Sermon RSS Feed</strong></a>")

    document.write("</li>")

// Older Sermon block (shows up only on sermon pages:

    document.write("<li><strong><a class='hover' href='sermons.html'>Older Sermons<\/a><\/strong>")
//Pastor Subheadings
    document.write("<ul>")
    document.write("<li><a class='hover' href='sermons2009/index.html'>2009<\/a><\/li>")
    document.write("<li><a class='hover' href='sermons2010/index.html'>2010<\/a><\/li>")
    document.write("<li><a class='hover' href='sermons2011/index.html'>2011<\/a><\/li>")
//End of Pastor Block
    document.write("<\/ul>")

    document.write("</li></ul>")

