function writebody(bodytext) {
	document.write('<b');
	document.write('od');
	document.write('y');
	document.write(bodytext);
}