$(function(){
    kundenbox.k1_area.mouseover();
    setTimeout( function() {
        kundenbox.k1_bubble.mouseleave();
    }, 5000 );
});
