var strDomain = "http://archives.umc.org";
var pURL = strDomain + "/profiles/popup.htm";
function ppopup()
{
var pWin = window.open(pURL, 'pWindow', 'width=425,height=550');
pWin.focus();
}
document.writeln ('
');
document.writeln ('RSS Feed Display Page');
document.writeln('');
document.writeln('');
//main table
document.writeln('');
//this next line sets display for RSS Feed Table - alignment , colors, widths etc.
//document.writeln ('http://www.umc.org/site/apps/nl/rss3.asp?c=lwL4KnN1LtH&b=2789387&lines=8');
//write row and internal table for each feed found
document.writeln ('| ');
document.writeln ('');
document.writeln (' |
');
//end table for each RSS feed found
document.writeln ('
');
document.writeln ('');
document.writeln ('');