function FotoAdd() {
    var text = $('Aktuelle_id').value;
    
    new Ajax.Updater('nachricht',
        siteWebroot + 'Fotos/add/' + encodeURIComponent(text),
            {
                asynchronous:true,
                evalScripts:true,
                requestHeaders:['X-Update', 'nachricht']/*, 
        {onSuccess: function()
            {
                $('Spinner').hide();
            },
         onLoading: function()
             {
                 $("Spinner").show();
             }
        */});    
}
