$(function() {
  $('#main_image').panelGallery({
    sections : 5,
    imageTransitionDelay : 3000,
    sectionTransitionDelay : 700,
    startDelay : 2000,
    repeat : true
  });

  if(welcome_flag == 1) {
    $('#welcome_image').panelGallery({
      sections : 30,
      imageTransitionDelay : 10000,
      sectionTransitionDelay : 100,
      startDelay : 2000,
      repeat : true
    });
  }
});
