<!--
$(function slidetype(){
	//フェード・ワイプ
		$('#fw0').cycle('fade, wipe');

	//フェード・ワイプ
		$('#fw1').cycle({ 
			fx:     'fade, wipe', 
			speed:   1000, 
			timeout: 6000, 
			clip:   'zoom',
			autostop: 1,
			autostopCount: 13
			});

	//ワイプ・フェード
		$('#wf1').cycle({ 
			fx:     'wipe, fade', 
			speed:   1000, 
			timeout: 6000, 
			clip:   'zoom',
			autostop: 1,
			autostopCount: 13
			});
});
-->
