<!--

// requires lang.js, defining variable "lang"

/*
function WriteNews()
{
	document.write (
	);
}

function ClosePage()
{
	document.write (
		'</div>' +	// closing the centerframe
		'<div id="footer">' + copyright[lang] +  '</div>'
	);
}
*/

-->
