
function Aendern(text) {
 document.all.tags("div")[0].innerText = text;
}



