<!-- BEGIN GLOBAL NAVIGATION -->
<!-- workaround routine to display overt HTML via jscript include -->


inc_global_nav_js =

'<a style=TEXT-DECORATION:none href="http://www.lehigh.edu">lehigh home</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a style=TEXT-DECORATION:none href="http://www.lehigh.edu/engineering">college home</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a style=TEXT-DECORATION:none href="http://www3.lehigh.edu/engineering/about/default2.asp">about the college</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a style=TEXT-DECORATION:none href="http://www3.lehigh.edu/engineering/admissions/default2.asp">admissions</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a style=TEXT-DECORATION:none href="http://www3.lehigh.edu/engineering/news/default2.asp">News & Events</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a style=TEXT-DECORATION:none href="http://www3.lehigh.edu/engineering/azindex.asp">A-Z Index</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a style=TEXT-DECORATION:none href="http://www3.lehigh.edu/engineering/contacts/">Contact Us</a>\n'


// end_var_declaration
document.write(inc_global_nav_js);
<!-- END FOOTER NAVIGATION -->