﻿<!--var current = -1;var fotos = new Array ();fotos[++current] = new Array ();fotos[current]["Bildpfad"] = "img/teaser-kika.jpg";fotos[current]["Linkpfad"] = "page.php?141";fotos[current]["Alternativtext"] = "Klasse 5a beim Kika in Erfurt - hier gibt's mehr Informationen";fotos[++current] = new Array ();fotos[current]["Bildpfad"] = "img/teaser-fahrtenwoche.jpg";fotos[current]["Linkpfad"] = "http://www.brede-brakel.de/e107/e107_plugins/content/content.php?content.89";fotos[current]["Alternativtext"] = "Die Brede steht Kopf - die Fahrtenwoche";fotos[++current] = new Array ();fotos[current]["Bildpfad"] = "img/schulfest_klein.jpg";fotos[current]["Linkpfad"] = "img/schulfest.jpg";fotos[current]["Alternativtext"] = "Einladung zum Schulfest 2007, am Freitag, den 15.6.2007 um 18.00h auf dem Schulhof der Bredenschulen";function ZufallsFoto() {		var TimeStamp = new Date();		var zahl = Math.floor(TimeStamp.getTime()/(10/*60*60*24*1000*/)) % fotos.length;        var AktuellesFoto = fotos[zahl]["Bildpfad"];        var AktuellesFotoLink = fotos[zahl]["Linkpfad"];        var AktuellesFotoAlternativText = fotos[zahl]["Alternativtext"];              document.write('<a href="'+AktuellesFotoLink+'"><img src="'+AktuellesFoto+'" alt="'+AktuellesFotoAlternativText+'"/></a>');                }//-->