function replyToComment(author, id, number) {
	$('comment').focus();

	$('comment').innerHTML += '<a href="#comment-' + id + '">#' + number + '</a> ' + author + ',\n\n';

}