$(document).ready(function() { 
    $('#slideshow').cycle({ 
        fx:      'curtainY', 
        sync:     false, 
        timeout:  5000 
    }); 
}); 