dojo.addOnLoad(rotateZitat);function rotateZitat(){if(navigator.appName!="Microsoft Internet Explorer")setInterval(changeZitat2,8000);}
function changeZitat2(){dojo.forEach(dojo.query(".zitatItem"),function(node){if(node.style.display!="none"){dojo.fadeOut({node:node,duration:700,onEnd:function(){display_new_zitat(node.id);}}).play();}});}
function display_new_zitat(lastid){zitate=dojo.byId("zitat").getElementsByTagName("DIV");index=Math.floor((Math.random()*zitate.length));while(zitate[index].id==lastid)index=Math.floor((Math.random()*zitate.length));dojo.query(".zitatItem").style("display","none");dojo.style(zitate[index],"display","");dojo.style(zitate[index],"opacity","0");dojo.fadeIn({node:zitate[index],duration:700}).play();}
