// JavaScript Document

/*function image_flow(){
		var s = Math.floor(Math.random()*9)
		if ( s ==  0 ) document.write('<a href="http://www.mothers.or.jp/products/milk/-1000ml-13.html"><img src="img_index/random/bn_product01.jpg" alt="らくのう牛乳" width="620" height="130" border="0"></a>');
		if ( s ==  1 ) document.write('<a href="http://www.mothers.or.jp/products/milk/-1000ml-14.html"><img src="img_index/random/bn_product02.jpg" alt="阿蘇こだわり牛乳" width="620" height="130" border="0"></a>');
		if ( s ==  2 ) document.write('<a href="http://www.mothers.or.jp/products/milk/-1000ml-1.html"><img src="img_index/random/bn_product03.jpg" alt="らくのうファミリー牛乳" width="620" height="130" border="0"></a>');
		if ( s ==  3 ) document.write('<a href="http://www.mothers.or.jp/products/yogurt-dessert/-400g.html"><img src="img_index/random/bn_product04.jpg" alt="大阿蘇こだわりヨーグルト" width="620" height="140" border="0"></a>');
		if ( s ==  4 ) document.write('<a href="http://www.mothers.or.jp/products/yogurt-dessert/-130g.html"><img src="img_index/random/bn_product06.jpg" alt="至福のひとときトマト＆" width="620" height="130" border="0"></a>');
		if ( s ==  5 ) document.write('<a href="http://www.mothers.or.jp/products/drink/-250ml-16.html"><img src="img_index/random/bn_product07.jpg" alt="カフェ・オレ" width="620" height="130" border="0"></a>');
		if ( s ==  6 ) document.write('<a href="http://www.mothers.or.jp/products/milk/-250ml-17.html"><img src="img_index/random/bn_product08.jpg" alt="LL大阿蘇牛乳" width="620" height="130" border="0"></a>');
		if ( s ==  7 ) document.write('<a href="http://www.mothers.or.jp/products/drink/-200ml-12.html"><img src="img_index/random/bn_product09.jpg" width="620" height="140" alt="デコポン・オレ" /></a>');
		if ( s ==  8 ) document.write('<a href="http://www.mothers.or.jp/edument/development/"><img src="img_index/random/bn_product13.jpg" width="620" height="140" alt="米粉プリン" /></a>');
	}*/
	
function image_flow(){
		var s = Math.floor(Math.random()*3)
		if ( s ==  0 ) document.write('<a href="http://www.mothers.or.jp/cooking_milk/" target="_blank"><img src="img_index/random/bn_product15.jpg" width="620" height="140" alt="お料理専用「クッキングミルク」" /></a>');
		if ( s ==  1 ) document.write('<a href="http://www.mothers.or.jp/products/longlife/-200ml-14.html"><img src="img_index/random/bn_product17.jpg" width="620" height="140" alt="マンゴーオ・レ" /></a>');
		if ( s ==  2 ) document.write('<a href="http://www.mothers.or.jp/products/longlife/200ml-1.html"><img src="img_index/random/bn_product18.jpg" width="620" height="140" alt="キャラメルマキアート" /></a>');
	}
