function sdwWr() {
	var el1 = document.getElementById('gfDivBa');
	var el2 = document.getElementById('gfDivBb');

   var sdwInhaltTxt = document.createTextNode(sdwInhalt);
   var sdwAutorTxt = document.createTextNode(sdwAutor);

   el1.appendChild(sdwInhaltTxt);
   el2.appendChild(sdwAutorTxt);
}
