inc_hv_foot_js =
'<!-- BEGIN footer -->\n'
+ '<!-- main links for the website -->\n'
+ '<div id="footerItems" class="footerItems">\n'
+ '<div id="hvHeaderLinksBG" class="headerLinksBG">\n'
+ '<a href="/stories.php" title="list of stories">'
+ '<span class="headerTextRev">stories</span></a>\n'
+ '<a href="/specials.php" title="list of specials">'
+ '<span class="headerTextRev">specials</span></a>\n'
+ '<a href="/shop.php" title="HV Amazon store">'
+ '<span class="headerTextRev">shop</span></a>\n'
+ '<a href="/sitemap.php" title="all stories and links">'
+ '<span class="headerTextRev">sitemap</span></a>\n'
+ '<a href="/news/" title="hv news">'
+ '<span class="headerTextRev">weblog</span></a>\n'
+ '<a href="/webworks.php" title="list of webcasts">'
+ '<span class="headerTextRev">webworks</span></a>\n'
+ '<a href="/whois.php" title="who are we anyway?">'
+ '<span class="headerTextRev">whois</span></a>\n</div>\n</div>\n'
+ '<!-- funders -->\n'
+ '<table summary="Links to fundors and homepage" cellspacing=0'
+ ' cellpadding=0 class="footerLinks" width="100%">\n'
+ '<tr><td class="foottd1" width="33%">\n'
+ '<a href="http://www.cpb.org/">'
+ '<img src="http://hearingvoices.com/img/logo/50cpb.gif"'
+ ' width=50 height=40 border=1 alt="cpb.org"><br>\n'
+ 'corporation for<br>\npublic broadcasting</a>\n'
+ '</td><td class="foottd2" width="33%">\n'
+ '<a href="http://arts.endow.gov">'
+ '<img src="http://hearingvoices.com/img/logo/50nea.gif"'
+ ' width=50 height=40 border=1 alt="arts.endow.gov"><br>\n'
+ 'national endowment<br>\nfor the arts</a>\n'
+ '</td><td class="foottd3" width="33%">\n'
+ '<a href="/" title="HearingVoices calling me home">'
+ '<img src="http://hearingvoices.com/img/logo/50hv_tv.gif"'
+ ' alt="HearingVoices animation" width=50 height=40 border=1><br>\n'
+ 'hearing<br>\nvoices</a>\n'
+ '</td></tr></table>\n</div>\n'
+ '<!-- END footer -->';

// end_var_declaration
document.write(inc_hv_foot_js);
