// JavaScript Document

$(function() {
// billboard------------------------------
	$('#billboard').crossSlide({
		sleep: 4,
		fade: 2
	}, [
		{ src: 'common/img/_billboard/01.jpg', href:'course/chori/index.html' },
		{ src: 'common/img/_billboard/02.jpg', href:'course/fukushi/index.html' },
		{ src: 'common/img/_billboard/03.jpg', href:'course/joho/index.html' },
		{ src: 'common/img/_billboard/04.jpg', href:'course/design/index.html' },
		{ src: 'common/img/_billboard/05.jpg', href:'course/sogo/index.html' },
		{ src: 'common/img/_billboard/06.jpg', href:'course/sports/index.html' }
	]);
});
