// JavaScript Document
// sequence, random, random_start

$(document).ready(function(){
	$('ul#ycms_slider-1').innerfade({
		speed: 500,
		timeout: 8000,
		type: 'random_start',
		containerheight: '283px'
	});
	
	/*
	$('ul#ycms_slider-2').innerfade({
		speed: 500,
		timeout: 8000,
		type: 'random_start',
		containerheight: '283px'
	});
	*/
});
