$(document).ready(function() {
    $('#homeCycle').before('<div>').cycle({ 
    fx:     'fade', 
    speed:  500, 
    timeout: 10000, 
    pager:  '#homePagerNav' 
});
});



