$(document).ready(function() {
    $(function() {
        $('#slideshow').cycle({
        delay:  2000, 
        speed:  1200
        });
    });
    
    $('a[rel*="external"]').click(function(){
    this.target='_blank';
});

    $(document).pngFix();
});
