<!--
function adresse_setzen(subject,body)
{
 	teila="ck.k";
	btens="fran";
	anfang="mai";
	ctens="er@kappoma";
	dtens="t.de";
	nochein="lt";
	teild="appenberg";
	bischen="o:";
	sammel= anfang + nochein + bischen + btens + teila + teild + ctens + dtens + "?subject=" + subject + "&body=" + body;
	//parent.location = sammel;
	window.location.href = sammel;
}
//-->
