<!--
function ReLoadDoc() {
	setTimeout("window.location.href=window.location.href;",1000);
}
if (parseInt(navigator.appVersion)>3) {
	if (navigator.appName=="Netscape") {
	winW = window.innerWidth-16;
	}
	if (navigator.appName.indexOf("Microsoft")!=-1) {
	winW = document.body.offsetWidth-20;
	}
}
if (winW >= 1570) {
document.write('<table class="news-body" width="50%" align="center">');
}
else {
	if (winW >= 1250 && winW < 1569) {
	document.write('<table class="news-body" width="70%" align="center">');
	}
	else {
		if (winW >= 1132 && winW < 1249) {
		document.write('<table class="news-body" width="80%" align="center">');
		}
		else {
			if (winW >= 994 && winW < 1131) {
			document.write('<table class="news-body" width="90%" align="center">');
			}
			else {
				document.write('<table class="news-body" width="100%" align="center">');
			}
		}
	}
}
document.write('<tr><td onResize="ReLoadDoc()">');
-->