// 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 = '
Give it a Rest
Stressed? Maybe you need a bit of leisure. Not sure what that looks like? Read on ... MORE\
It\'s Not Just a \'Guy Problem\'
Pornography, that is. MORE\
Race Relations: Moving Forward
If ethnicity is a fluid construct then what happens to the Christian is that he is poured out of the old jars of "race," distilled and poured into the new jar of Christ. MORE\
Power Words
Conversations starters from "The Book of Eli." MORE\
Wedding Woes
They want a small wedding. But their families want a large -- and consequently, expensive -- one. MORE\
'; });