/*
information = {
	filename: "/js/index/index.js",
	copyright:(C) 2011 Good Earth Japan, All right reservied.;
}
*/

$(document).ready(function(){
	$("#slides").slides({
		preload: true,
		preloadImage: '../../images/loading.gif',
		play: 6000,
		slideSpeed: 1000,
		pause: 6000
	});
});

