function displayNews()
{
	document.write("<img SRC='pageimages/news_bagua.gif' ALT='Bagua' WIDTH='200' HEIGHT='145'>");
	document.write("<font size='4' color='#000000' face='arial'>");
		document.write("<center><b>Nan Tian News!</b></center>");
	document.write("</font>");
	document.write("<br>");
		document.write("<font size='4' color='#9C0000' face='arial'>");
			document.write("<center><b><i>---------------------------</i></b></center>");
		document.write("</font>");
		document.write("<font size='3' color='#000000' face='arial'>");
			document.write("<center><b><i>-New Location-</i></b></center>");
		document.write("</font>");
		document.write("<font size='2' color='#000000' face='arial'>");
			document.write("<center>We have recently moved classes to a new location.  Please contact us for details.</center>");
		document.write("</font>");
		document.write("<font size='2' color='#9C0000' face='arial'>");
			document.write("<center><a href='contact.htm'>Contact Us...</a></center>");
		document.write("<font size='4' color='#9C0000' face='arial'>");
			document.write("<center><b><i>---------------------------</i></b></center>");
		document.write("</font>");
		document.write("<font size='3' color='#000000' face='arial'>");
			document.write("<center><b><i>----------------------------</i></b></center>");
		document.write("</font>");
		document.write("</font>");
		document.write("<font size='2' color='#000000' face='arial'>");
			document.write("<center>We are making changes to our site.  Please contact us if you have questions.</center>");
		document.write("</font>");
		document.write("<font size='2' color='#9C0000' face='arial'>");
			document.write("<center><a href='news.htm#baguaclass'>Learn more...</a></center>");
		document.write("</font>");
		document.write("<font size='4' color='#9C0000' face='arial'>");
			document.write("<center><b><i>---------------------------</i></b></center>");
		document.write("</font>");
	document.write("<br>");
	document.write("<br>");
		document.write("<font size='2' color='#9C0000' face='arial'>");
			document.write("<center><a href='news.htm'>Old News</a></center>");
		document.write("</font>");
	document.write("<br>");
	document.write("<br>");
	document.write("<br>");
	document.write("<br>");
	document.write("<br>");
	document.write("<br>");
}