
function reply(entry) {

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

}


