jQuery(document).ready(
function() {
jQuery('#infobox').innerfade({
speed: 600,
timeout: 5000,
type: 'sequence',
containerheight: '20px'
});
jQuery('.pics').cycle({ 
fx:     'curtainX',
speed:   4000, 
timeout: 6000,
delay:  -2000
});
jQuery('#header').jqFancyTransitions({ 
effect: 'curtain', //wave, zipper, curtain
strips: 15, //短冊状に区切るライン数
delay: 4000, // delay between images in ms
stripDelay: 80, // delay beetwen strips in ms
titleOpacity: 0, // opacity of title
titleSpeed: 1000, // speed of title appereance in ms
position: 'alternate', //開始場所top, bottom, alternate, curtain
direction:'random', //エフェクト方向left, right, alternate, random, fountain, fountainAlternate
navigation: false, //ナビをつけるか
width: 700, //パネルの横幅
height: 420 //パネルの高さ
});
});

