function dw(s) {document.write(s)}

function write_tr(url,txt) {
  dw('</tr>')
  dw('<tr align="left">')
  dw('<td style="vertical-align: top;"><small>')
  dw('<a href="http://') 
  dw(url) 
  dw('">')
  dw(txt)
  dw('</a>')
  dw('</small>')
  dw('</td>')
  dw('</tr>')
}



dw(' <table style="text-align: left;" cellpadding="0" ')
dw('cellspacing="0">  ')
dw('<tbody> ')
dw('<tr> ')
dw('<td style="vertical-align: top; background-color: ')
dw('rgb(204, 255, 255);"> <SMALL><B> &nbsp;Recommended Resources')
dw('</B>') 
dw('</small>') 
dw('<table style="width: 100%; text-align: left;" border="0"  cellpadding="0" cellspacing="7">')
dw('<tbody>')

write_tr('www.yellek.org/',
'Visit <I>Peter Kelley\'s</I> blog for articles in the following categories. Christian, IT, music and more.')

write_tr('www.creationontheweb.com/', 
'The <I>Creation Ministries International</I> website has many articles about science and the Bible.')

write_tr('www.leestrobel.com/', 
'<I>Lee Strobel</I> has videos about the evidence for Jesus that you can watch online for free.')

write_tr('www.nextwaveonline.com/',
'The <I>Next Wave International</I> website is a great Christian website with articles and multimedia presentations.')

dw('<tr align="left"> ')
dw('<td> <br>') 
dw('</td>')
dw('</tr> ')

dw('<tr align="left">')
dw('<td style="vertical-align:')
dw('top;"><small><a href="')
dw('http://www.leslieey.com/other/what-is-rss.html">')
dw('<B>What is RSS?<B>')
dw('</a>')
dw('</small>')
dw('</td>')
dw('</tr>')

dw('</tbody>')
dw('</table>')
dw('</td>')
dw('</tr>')
dw('</tbody>')
dw('</table>')
