function writeNews(){

	document.writeln("<a href=news1.html>BIEX welcomes you.</a>");
	document.writeln("<br />");
	document.writeln("<a href=news2.html>BIEX expands it's market reach.</a>");

}