function oppdatereditor() {
	CKEDITOR.replace('ingress');
	CKEDITOR.replace('tekst');
}



function starteditor() {
	oppdatereditor();
}


