function cite(){
  document.getElementById("zitat").innerHTML=zitate[Math.ceil(Math.random()*zitate.length)-1];
}
