jQuery(window).bind("load", function() {

$('#header').cycle({ 
    fx:     'scrollHorz', 
    prev:   '#l', 
    next:   '#r', 
    timeout: 0 
});
});

