if (document.all) {n=0;ie=1;}
if (document.layers) {n=1;ie=0;}



function netscapeFix() {
   if (document.Marotta.netscapeFix.initWindowWidth != window.innerWidth || document.Marotta.netscapeFix.initWindowHeight != window.innerHeight)      location.reload();
}

function otherReload(){
   window.location.href = window.location.href;
}

function reloadCheck() {
  if (n) {
    if (typeof document.Marotta == 'undefined'){
      document.Marotta = new Object;
    }
    if (typeof document.Marotta.Marotta_scaleFont == 'undefined') {
      document.Marotta.netscapeFix = new Object;
      document.Marotta.netscapeFix.initWindowWidth = window.innerWidth;
      document.Marotta.netscapeFix.initWindowHeight = window.innerHeight;
    }
      window.onresize = netscapeFix;
    }
  if (ie) {window.onresize = otherReload;}
}

reloadCheck()

//Save me from this frame script!

function frameBreak() {

	if (ie) {
	top.location.replace(location.href);
	id = setTimeout("frameBreak()",5000);
	}
}

if (window!=top){
frameBreak();
}