.effect('explode') bug in Safari 3.1 and 3.2

.effect('explode') bug in Safari 3.1 and 3.2


Here's my code:
$("#container *").fadeOut(0,function(){
        $('#metaImg').fadeIn(1000,function(){
            $("#amp,#amp > *").fadeIn(1000,function(){
                            $('#tecImg').fadeIn(1000,function(){
                                $('#tecImg,#amp,#metaImg').effect('explode',{pieces:18},
700,function(){
                                    $('#joint,#joint >*').css('fontSize','100px').fadeIn(1000);
                                })
                            });
                        });
        });
                });
Everything works until the explode. I've tried different different
speeds and pieces, but I just get Script is causing Safari to run
slow. This bug occurs with jquery ui 1.5.3 and 1.6rc6. I just want
this code to work.