<!-- BEGIN FOOTER NAVIGATION -->
<!-- workaround routine to display overt HTML via jscript include -->


inc_nav_address_js =
' \n'
+ '<table width="100%"  border="0" cellspacing="0" cellpadding="0"><tr><td>\n'
+ '<div id="footerNav">\n'
+ '<!-- BEGIN FOOTER LINKS -->\n'
+ '<!-- LEHIGH HOME -->\n'
+ ' &bull; <a href="http://www4.lehigh.edu/default.aspx?footer">Lehigh Home</a> &bull; \n'
+ '<!-- SITE MAP -->\n'
+ '<a href="http://www4.lehigh.edu/about/sitemap.aspx?footer">Site Map</a> &bull; \n'
+ '<!-- CAMPUS DIRECTORY -->\n'
+ '<a href="http://www.lehigh.edu/~www/directory/?footer">Campus Directory</a> &bull; \n'
+ '<!-- DIRECTIONS -->\n'
+ '<a href="http://www4.lehigh.edu/about/luevents/maps?footer">Directions</a> &bull; \n'
+ '<!-- NEWS -->\n'
+ '<a href="http://www4.lehigh.edu/news/default.aspx?footer">News</a> &bull; \n'
+ '<!-- EVENTS -->\n'
+ '<a href="http://lehighcalendar.activedatax.com/LehighU/EventList.aspx?footer">Events</a> &bull; \n'
+ '<!-- CONTACT LU -->\n'
+ '<a href="http://www4.lehigh.edu/contactlehigh.aspx">Contact Lehigh</a></div>\n'
+ '</td></tr>\n'
+ '</table>\n'
+ '<!-- END FOOTER LINKS -->\n'

// end_var_declaration
document.write(inc_nav_address_js);
<!-- END FOOTER NAVIGATION -->
