var IE6 = 0;
if (navigator.appVersion.search('MSIE 6') != -1 || navigator.appVersion.search('MSIE 5') != -1) {
  IE6 = 1;
}
function runOnloads() {
  externalLinksNewWindows();
  //levelBottoms();
  dynImages();
  if (IE6) {
    ss_fnLoadPngs();
  }
/*
  var script = document.createElement('script');
  script.src = 'http://wow.weather.com/weather/wow/module/USID0088?config=SZ=180x150*WX=FHW*LNK=SSNL*UNT=F*BGI=golf*MAP=CSC|null*DN=terracelakes.com*TIER=0*PID=1026181747*MD5=f2faa9009c19f69c02ce826ac2e29de7&proto=http:&target=weather';
  script.type = 'text/javascript';
  document.getElementById('weather').appendChild(script);
*/
}
function include(file) {
  var script  = document.createElement('script');
  script.src  = '/style/js/' + file;
  script.type = 'text/javascript';
  document.getElementsByTagName('head').item(0).appendChild(script);
}

include('external-links-new-windows.js');
if (IE6) {
  include('supersleight.js');
}
//include('level-bottoms.js');
include('dyn-images.js');

window.onload = runOnloads;