$(document).ready(function() {
    $('#nbladeshow').cycle({
        fx:     'scrollLeft',
        timeout: 3500
    });  	
});

