// Datum=03.09.2010
// Account=beispiel
var Zahl = '0';
if (Zahl == -2) {
	Text = 'Falscher Kalender-Account angegeben.';
} else if (Zahl == -1) {
	Text = 'Kein Kalender-Account angegeben.';
} else if (Zahl == 0) {
	Text = KeinTermin;
} else if (Zahl == 1) {
	Text = EinTermin;
} else if (Zahl > 0) {
	Text = MehrTermin;
}
Text = Text.replace('%d%', '03.09.2010');
Text = Text.replace('%x%', '0');
Text = Text + '<img src="http://www.aidenbach.net/cgi-bin/count/count.exe?df=WebCalendar.AddOn.01@vilstal.net&sh=N" width="1">';Text = Text + '<img src="http://www.aidenbach.net/cgi-bin/count/count.exe?df=WebCalendar.AddOn.01201009@vilstal.net&sh=N" width="1">';document.open();
document.write(Text);
document.close();
