function quote(newtext) {
	document.konoha_post.konoha_content.value += '>>'+newtext+'\n';
}