// see http://simonwillison.net/2004/May/26/addLoadEvent/ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { if (oldonload) { oldonload(); } func(); } } } addLoadEvent(function() { document.getElementById('rssHolder').innerHTML = '
Like Snow\ by Ted Slater
For some reason, I just love snow. Makes me feel cozy. MORE\
Our Foundational Values: The Preeminence of Evangelism\ by Ted Slater
Our ministry is based upon six guiding philosophies, or "pillars." This is the first. MORE\
I\'m Here: New Orleans, Louisiana\ by Boundless Community
To New Orleanians, the Saints aren\'t just a team who came from behind after 42 years of losses. They are a symbol of hope after a terrible time of suffering and a uniting force in a economically and racially divided city. MORE\
I Know Someone You Don\'t Know\ by Matt Kaufman
That\'s the boast a part of me wants to make. MORE\
Super Bowl Thoughts III\ by Tom Neven
I guess I\'m going to turn this into an annual tradition, writing about the Super Bowl. I\'m even getting all pretentious about it and marking them with Roman numerals, just as the NFL does. So sue me. MORE\
'; });