//NAV FOOTER FOR FILES IN ROOT FOLDER
inc_foot_nav_js =
'<span class="btmnav" id="bodynav">'
+ '<a href="index.htm">home</a> &bull; '
+ '<a href="about.htm">about wire harp</a> &bull; '
+ '<a href="non_fiction.htm">creative non-fiction</a> &bull; '
+ '<a href="finearts.htm">fine arts</a> &bull; '
+ '<a href="photo.htm">photography</a> &bull; '
+ '<a href="poems.htm">poems</a> &bull; '
+ '<a href="sstories.htm">short stories</a> &bull; '
+ '<a href="all.htm">all categories</a> &bull; '
+ '<a href="thanks.htm">special thanks</a></span>';

// end_var_declaration
document.write(inc_foot_nav_js);