recent='<table width=748 border=1 bgcolor=bbffff><tr><td align=center>'
if(prevart != 10000 && urltest) { recent = recent + '<a href="' + prevart + '.html" title="Previous Article..."><img src="../images/prev.gif" width=55 height=20 alt="Previous Article" border=0></a>'}
else { recent = recent + '<img src="../images/noprev.gif" width=55 height=20 alt="There is currently nothing before this page." border=0>' }
recent = recent + '</td><td align=center><a href="../index.html" title="Return to the main page">Main Page</a></td><td align=center><a href="../articles/' + currart + '.html" title="See the most recent articles on Living Waters">Current Article</a></td><td align=center><a href="../articles/index.html" title="Review older articles">Past Articles</a></td><td align=center><a href="../otherlw/index.html" title="Misc. Articles and helpful resources provided by Livwat.com">Other Living Waters Pages</a></td><td align=center><a href="../links/index.html" title="Links to pages of interest to our visitors">Living Waters Links</a></td><td align=center><a href="http://www.fryzland.com/livwat/" title="Visit the Living Waters discussion forums">Living Waters Message Board</a></td>'
recent = recent + '<td align=center><a href="../updates/index.html" title="See what has most recently been changed on livwat.com">Recent Updates</a></td><td align=center>'
if(curpagenum != currart && urltest) { recent = recent + '<a href="' + nextart + '.html" title="Next Article..."><img src="../images/next.gif" width=55 height=20 alt="Next Article" border=0></a>'}
else { recent = recent + '<img src="../images/nonext.gif" width=55 height=20 alt="There is currently nothing after this page." border=0>' }
recent = recent + '</td></tr></table>'
document.write(recent)
document.close()