/*
	Copyright 2009 by Edy MŸllers opuskula 
	
	Dieser Code darf nur fŸr die Domain knapp-verlag.ch verwendet werden.
	Jeglich Modifikation ist verboten.
*/

function rand(range){return(Math.ceil(Math.random()*range));}
function opStartText(){do{neu=rand(opAnzText);}while(neu==opAktText);Effect.Appear($('layOpText'+neu));Effect.Fade($('layOpText'+opAktText));opAktText=neu;window.setTimeout("opStartText()", opDelayText*1000);}
