/*************************************
 *                                   *
 *  RSS Menu                         *
 *                                   *
 *  Michael Soria, Webmaster         *
 *  ChristianAssemblyHobart.com      *
 *  3-28-07                          *
 *                                   *
 *************************************/

document.write ("<table width='120' align='center' cellspacing='0' cellpadding='5' style='margin-left: 20px;' class='study'>");
document.write ("<tr class='titlerow'><th nowrap>Choose an RSS Feed &bull;))</th></tr>");
document.write ("<tr class='evenrow'><td>");
document.write ("<form name='rssform'>");
document.write ("<div style='text-align:center'>");
document.write ("<select name='site' size='8'>");


document.write ("<option value='welcome.html'>~ Welcome Page ~</option>");
document.write ("<optgroup label='--------------------'></optgroup>");


document.write ("<option value='agrss.html'>Assemblies of God</option>");
document.write ("<option value='prwebrss.html'>PRWeb: Religion-Christianity</option>");
document.write ("<option value='ctrss.html'>Christianity Today</option>");
document.write ("<option value='esvyearrss.html'>ESV: Through the Bible in a Year</option>");


document.write ("</select><br>");
document.write ("<input type='button' name='go' value='Go!'");
document.write (" onClick='parent.main.location=document.rssform.site.options[document.rssform.site.selectedIndex].value;' style='margin: 5pt'>");
document.write ("</div>");
document.write ("</form>");
document.write ("</td></tr>");
document.write ("</table>");

