function bbcode(text) {
	var txtarea = document.comment.comentario;	
	txtarea.value  += text;
	txtarea.focus();	
}