if (document.layers){
      prefix = "document.";
      suffix = "";
}
if (document.all){
      prefix = "document.all.";
      suffix = "";
}
if (document.getElementById){
      prefix = 'document.getElementById("';
      suffix = '")';
}

function divCount() {
/*divGroup=document.getElementsByTagName('div');
lastDiv=divGroup.length-1;
hostDiv=divGroup[lastDiv];
hostDiv.style.position='absolute';
hostDiv.style.top=(topFooter+112)+'px';
hostDiv.style.width='540px';
hostDiv.style.left=leftFooter+'px';
hostDiv.firstChild.style.color='black';
*/
}

windowdiv=('<div id="window" style="width:' + widthWindow + ';height:' + heightWindow + ';"></div>');
document.write(windowdiv);

var topFooter;

if (topFooter >= 0) { 
 snakediv=('<div id="snake" style="top:' + topFooter + ';left:' + leftFooter + ';"><img height=80 width=578 src="snake.gif" border=0></div>');
 mapdiv=('<div id="map" style="top:' + (topFooter+20) + ';left:' + (leftFooter+573) + ';" title="Go to Site Map"><a href="map.html"><img src="map.gif" height=93 width=110 border=0 alt="Go to Site Map"></a></div>');
 document.write(snakediv + mapdiv);
 if (contents == "yes") {
  contentsdiv=('<div style="top:' + (topFooter+13) + ';left:' + (leftFooter+218) + ';width:87;height:36;" title="Go to Contents"><a href="contents.html")><img height=36 width=87 src="wordscontents.gif" alt="Go to Contents" border=0></a></div>');
  document.write(contentsdiv);
 }
}

var h=window.history;

if (top != self) top.location.replace(self.location);
