function bo_echo(theText){
	document.write(theText);
}
