  $(document).ready(function() {
    $('#div_fotos_pagina a').lightBox({txtImage:'Foto',txtOf:'v/d'});
    $('.div_nieuwsitem a').lightBox({txtImage:'Foto',txtOf:'v/d'});
    $('.a_foto').lightBox({txtImage:'Foto',txtOf:'v/d',enableAutoplay:true});
  });
  
  function emoticonAdd(emo) {
    var txtArea = document.form_gb.bericht;
    txtArea.value += ' ' + emo + ' ';
    txtArea.focus();
  }
