﻿var path = 'http://privatschulen.de/images/stories/elemente/startanim/';src = [path+"01.jpg",path+"02.jpg",path+"03.jpg",path+"04.jpg",path+"05.jpg"];duration = 1;ads=[]; ct=0;function switchAd() {	var n=(ct+1)%src.length;	if (ads[n] && (ads[n].complete || ads[n].complete==null)) document["Ad_Image"].src = ads[ct=n].src;		ads[n=(ct+1)%src.length] = new Image;	ads[n].src = src[n];		setTimeout("switchAd()",duration*1000);	}switchAd();//document.write('<IMG NAME="Ad_Image" SRC="'+src[0]+'" BORDER=0>');