try {
	var twpdel = document.getElementById('twpd');
	if (twpdel) {
		twpdel.appendChild(document.createTextNode(' am 21.11.'));
	}
} catch (e) {
}

try {
	var twpiel = document.getElementById('twpi');
	if (twpiel) {
		twpiel.setAttribute('alt',   twpiel.getAttribute('alt')   + ': bewölkt bei 8 bis 13 Grad Celsius');
		twpiel.setAttribute('title', twpiel.getAttribute('title') + ': bewölkt bei 8 bis 13 Grad Celsius');
	}
} catch (e) {
}
