
function reply(post) {

	$('post').innerHTML += '#'+post+': ';
	Field.focus('post');
	return false;

}


