/*Include top portion */

/*Make Sure jQuery is loaded !!!!! */
try{var jqueryIsLoaded=jQuery;jQueryIsLoaded=true;}
catch(err){var jQueryIsLoaded=false;}
if(jQueryIsLoaded==false){document.write("<script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js\"></script>");}


/*Load Head */
document.write('<SCRIPT  type="text/javascript" SRC="http://www.shakespeare-navigators.com/code/Header.js">...</SCRIPT>');



/* Navigation bar under header ad */
$(document).ready(function(){  

/* $('#headerAd').append('<div id="NavContainer"><ul class="topnav"><li class="c"><a href="http://www.shakespeare-navigators.com/hamlet/index.html">Home</a></li><li class="c"><A HREF="http://www.shakespeare-navigators.com/hamlet/SceneTextIndex.html">Scene&nbsp;Index</a></li><li class="c"><A HREF="http://www.shakespeare-navigators.com/hamlet/Sceneidx.html">Scene&nbsp;Summaries</a></li><li class="c"><a  href="http://www.shakespeare-navigators.com/hamlet/Char.html">Characters</a></li></ul></div>'); */
$('#headerAd').append('<H1><CITE>Hamlet</CITE> Navigator</H1>');
});

