<!-- 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://www3.lehigh.edu/business/default.asp">department home</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="http://www.lehigh.edu/~rea204/index.html">EA HOME</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="http://www.wsj.com"> wsj</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="http://www.economist.com">the economist</a>\n'
+ '&nbsp;|&nbsp;\n'
+ '<a href="http://www.lehighsports.com/">LU sports</a>\n'


// end_var_declaration
document.write(inc_global_nav_js);
<!-- END FOOTER NAVIGATION -->