/*!
 * バナー広告の表示　jQuery Setting File
 */


$(document).ready(function() {
    $('.slideshow').cycle({
	fx: 'fade', 
    random: 1,
    speed:   1000,
    timeout: 10000,
    pause:1
	});
});



