jQuery(document).ready(function($) {
    $('#header-slide').cycle({
    fx:     'fade', 
    timeout: 10000,
    delay:  -2000
});
});

