function reDo() {
	top.location.reload()
;}
if (navigator.appName == 'Netscape' && parseInt(navigator.appVersion) < 5) {
	top.onresize = reDo;
}