<!-- 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.lehigh.edu/engineering">engineering & applied science</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="http://www.lehigh.edu/computing/hpc/">High Performance Computing @ Lehigh</a>\n'


// end_var_declaration
document.write(inc_global_nav_js);
<!-- END FOOTER NAVIGATION -->
