$(document).ready(function(){
/* ### Beginn ### */

/* Slideshow */
        $('#bildwechsel').cycle({
            fx:    'fade',
            speed:  2500
    });

/* Zebra */
   $('#zebra tr:nth-child(even)').addClass('gerade');
/* Blur */
   $('a').attr('onfocus','this.blur()');


/* ### Ende ### */
});
