// 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 RestStressed? Maybe you need a bit of leisure. Not sure what that looks like? Read on ... MORE\
Race Relations: Moving ForwardIf 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\
Wedding WoesThey want a small wedding. But their families want a large -- and consequently, expensive -- one. MORE\
';
});