//スライドショー
jQuery(function(){
jQuery('#slideShow').crossSlide({
  fade: 1
}, [
/*  {
    src:  'http://fujigen.info/wp-content/themes/fujigenMain/img/slideShow/ukurere.jpg',
    href: 'http://ukurere.fujigen.info/',
    from: '100% 50%',
    to:   '10% 50%',
    time: 7
  }, 
*/
{
    src:  'http://fujigen.info/wp-content/themes/fujigenMain/img/slideShow/taiko.jpg',
    href: 'http://taiko.fujigen.info/',
    from: '100% 60%',
    to:   '100% 50% 1.5x',
    time: 7
  }, {

    src:  'http://fujigen.info/wp-content/themes/fujigenMain/img/slideShow/fco1100.jpg',
    href: 'http://orgel.fujigen.info/',
    from: '100% 60%',
    to:   '100% 0%',
    time: 7
  }, {
    src:  'http://fujigen.info/wp-content/themes/fujigenMain/img/slideShow/soba.jpg',
    href: 'http://sobatool.fujigen.info/',
    from: '10% 50% 1.5x',
    to:   '100% 0% 0.8x',
    time: 7

  }
]);
});

