
function netscapeIsChallenged() {
	if (document.layers) {
	if (innerWidth != origWidth || innerHeight != origHeight){
		self.location.reload();
		self.location.href = self.location.href;
		};
	}
	}
window.onResize = netscapeIsChallenged;