                    //<![CDATA[
                    $(document).ready(function(){
                    $('img.bw').hover(
                    function() {
                        $(this).stop().animate({"opacity": "0"}, "slow");
                    },
                    function() {
                        $(this).stop().animate({"opacity": "1"}, "slow");
                    });

                    $('#slideshow').cycle({
                        fx:        'fade',
                        slideExpr: 'div.slide',
                        timeout:    6000,
                        delay:      -3000,
                        next: '#arrowRight',
                        prev: '#arrowLeft'
                        });
                    });
                    //]]>

                    //<![CDATA[
                    $(document).ready(function(){
                    $('.cycleTestimonials').cycle({
                        fx:        'fade',
                        timeout:    6000,
                        delay:      -3000,
                        cssBefore: { opacity: 1 },
                        animOut:   { opacity: 0 }
                        });
                    });
                    //]]>
