Have you tried moving the Ajax include code outside the absolutely positioned DIV it's currently in? For example:
Code:
<body>
<script type="text/javascript">
ajaxinclude(includefiles, "dailyw")
</script>
<div id="Layer1" style="position:absolute; left:1px; top:267px; width:236px; height:540px; z-index:1">
</div>
Also, looking at the source of the external pages themselves (ie: http://stuwww.hsu.edu/kswh/assets/schedulemonday.html), each of them is contained in an absolutely positioned DIV as well. The issue here most likely has to do with one of these positioned DIVs throwing off the rest of your page elements.
Bookmarks