<!-- BEGIN FOOTER NAVIGATION -->
<!-- workaround routine to display overt HTML via jscript include -->
var protocol = window.location.protocol;

inc_nav_footerv3_js =
'<br>\n'
+ '<table width="100%"  border="0" cellspacing="10" cellpadding="0"><tr><td>\n'
+ '<div align="center"><span class="footer">\n'
+ '<!-- BEGIN FOOTER NAVIGATION -->\n'
+ '<!-- LEHIGH HOME -->\n'
+ '<a href="http://www.lehigh.edu">LEHIGH HOME</a> | \n'
+ '<!-- SITE MAP -->\n'
+ '<a href="http://www3.lehigh.edu/about/sitemap.asp">SITE MAP</a> | \n'
+ '<!-- SEARCH -->\n'
+ '<a href="http://www.lehigh.edu/lusearch">SEARCH</a> | \n'
+ '<!-- CAMPUS DIRECTORY -->\n'
+ '<a href="http://www.lehigh.edu/~www/directory/">CAMPUS DIRECTORY</a> | \n'
+ '<!-- DIRECTIONS -->\n'
+ '<a href="http://www.lehigh.edu/directions">DIRECTIONS</a> | \n'
+ '<!-- NEWS -->\n'
+ '<a href="http://www.lehigh.edu/news">NEWS</a> | \n'
+ '<!-- EVENTS -->\n'
+ '<a href="http://www.lehigh.edu/eventscalendar">EVENTS</a> | \n'
+ '<!-- CONTACT LU -->\n'
+ '<a href="#" onclick="window.open(\'http://www3.lehigh.edu/alumni/alu_askus.asp\', \'AskUs\', \'height=420,width=492,scrollbars=no,statusbar=no,menubar=no\'); return false;" class="footer">CONTACT LEHIGH</a></div></span><br>\n'
+ '<!-- END FOOTER NAVIGATION -->\n'
+ '<!-- BEGIN FOOTER COPYRIGHT -->\n'
+ '<div align="center"><span class="footer">\n'
+ '&copy; 2010 Lehigh University. All Rights Reserved.<br>\n'
+ '<a href="http://www.lehigh.edu/emergency">Emergency Info</a> - <a href="http://assistive.usablenet.com/tt/referrer">Text-only version</a> - <a href="http://www3.lehigh.edu/mobile/about/default.asp">Mobile version</a> - <a href="http://www3.lehigh.edu/copyright.asp">Copyright</a>, <a href="http://www3.lehigh.edu/siteagreement.asp">Terms of Use</a> and <a href="http://www3.lehigh.edu/privacy.asp">Privacy Policy</a></div></span>\n'
+ '</td></tr>\n'
+ '</table>\n'
+ '<!-- END FOOTER COPYRIGHT -->\n'



// end_var_declaration
document.write(inc_nav_footerv3_js);
<!-- END FOOTER NAVIGATION -->