// JavaScript Document
$(function(){
	var $ss = $('.slide');
	$ss.append('<img src="img/cicle/cicle02.jpg" alt="「家族のつながりを生む家。」田舎暮し" width="760" height="361" />');
	$ss.cycle({timeout:6000});//Start the slideshow
});

