<!-- 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/~inime">ISE home</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="http://www.informs.org">INFORMS</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="About_us.html">About Us</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="#">News</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="http://coral.ie.lehigh.edu/~ipsem/">Seminar Schedule</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="#">Contact Us</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="#">Archives</a>\n'

// end_var_declaration
document.write(inc_global_nav_js);
<!-- END FOOTER NAVIGATION -->