window.onload = function() {
  $('#TopBanner_images')
    .after('<div id="PageNavi">')
    .cycle({ 
    fx:    'scrollDown', 
    pager:  '#PageNavi',
    timeout:  2500,
    speedIn:  1000,
    speedOut: 1000,
    delay:  -400,
    speed:  4000
  });
  $('#SideBanner_images')
    .cycle({ 
    fx:    'scrollLeft', 
    timeout:  2500,
    speedIn:  1000,
    speedOut: 1000,
    delay:  -400,
    speed:  4000
  });
}

