// JavaScript Document
// call cycle immediately, without a ready handler
$(document).ready(function() {
    $('#slideshow').cycle({
        fx:     'all',
    });
});
// call cycle immediately, without a ready handler
$(document).ready(function() {
    $('#slideshow_lf').cycle({
        fx:     'scrollLeft', 
        timeout: 5000, 
    });
});
