function StylingImgRotate(){
	var htmles = new Array(
		'<a href="collection/index.html"><img src="images/Img2012ss001.jpg" alt="2012 Spring & Summer Collection スタイリング" /></a>',
		'<a href="collection/index.html"><img src="images/Img2012ss002.jpg" alt="2012 Spring & Summer Collection スタイリング" /></a>',
		'<a href="collection/index.html"><img src="images/Img2012ss003.jpg" alt="2012 Spring & Summer Collection スタイリング" /></a>',
		'<a href="collection/index.html"><img src="images/Img2012ss004.jpg" alt="2012 Spring & Summer Collection スタイリング" /></a>',
		'<a href="collection/index.html"><img src="images/Img2012ss005.jpg" alt="2012 Spring & Summer Collection スタイリング" /></a>'
	);
	x = Math.floor(Math.random() * htmles.length);
	document.write(htmles[x]);
}
function StylingImgRotateEn(){
	var htmles = new Array(
		'<a href="collection/index.html"><img src="../images/Img2012ss001.jpg" alt="2012 Spring & Summer Collection Styling" /></a>',
		'<a href="collection/index.html"><img src="../images/Img2012ss002.jpg" alt="2012 Spring & Summer Collection Styling" /></a>',
		'<a href="collection/index.html"><img src="../images/Img2012ss003.jpg" alt="2012 Spring & Summer Collection Styling" /></a>',
		'<a href="collection/index.html"><img src="../images/Img2012ss004.jpg" alt="2012 Spring & Summer Collection Styling" /></a>',
		'<a href="collection/index.html"><img src="../images/Img2012ss005.jpg" alt="2012 Spring & Summer Collection Styling" /></a>'
	);
	x = Math.floor(Math.random() * htmles.length);
	document.write(htmles[x]);
}
