window.onload = function() {

  //Statistics
  var ref=""+escape(top.document.referrer); var dcolor = window.screen.colorDepth; 
  var dres = window.screen.width + "x" + window.screen.height;
  top.frames["StatFrame"].location = "includes/writestat.php?ref="+ref+"&dcolor="+dcolor+"&dres="+dres+"&js=yes";

  //Calendar Module
  //if(!document.getElementById("Cal_MF")) top.frames["Cal_MF"].location = 'modules/calendar/LoadCalendarModule.php?tf=CalModule';
}
