$(document).ready(function(){
	var slideshow = 
		'<img src="_images/home/2011_01.jpg" alt="Flower Remix Beauty - 華×花×美" width="670" height="300" />' +
		'<img src="_images/home/2011_02.jpg" alt="Flower Remix Beauty - 華×花×美" width="670" height="300" />' +
		'<img src="_images/home/2011_03.jpg" alt="Flower Remix Beauty - 華×花×美" width="670" height="300" />';
	$('#mainImage h2').html(slideshow);
	$('#mainImage h2').cycle({
		fx: 'fade',
		timeout: 5000,
		speed: 2000
	});
});

