function citatskift() {
  var r = Math.round(Math.random()*2)+1;
  document.getElementById('citat'+r).style.display='block';
}