<!-- BEGIN GLOBAL NAVIGATION -->
<!-- workaround routine to display overt HTML via jscript include -->


inc_global_nav_js =

'<a href="http://www.lehigh.edu">lehigh home</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="http://www.cse.lehigh.edu">computer science & engineering home</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="http://www3.lehigh.edu/engineering/">College of Engineering and Applied Science</a>\n'


// end_var_declaration
document.write(inc_global_nav_js);
<!-- END FOOTER NAVIGATION -->