// JavaScript Document

function image_flow(){
		var s = Math.floor(Math.random()*8)
		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/-500g-1.html"><img src="img_index/random/bn_product04.jpg" alt="大阿蘇こだわりヨーグルト" width="620" height="130" border="0"></a>');
		if ( s ==  4 ) document.write('<a href="http://www.mothers.or.jp/products/yogurt-dessert/-130g-2.html"><img src="img_index/random/bn_product05.jpg" alt="至福のひとときデコポン＆ヨーグルト" width="620" height="130" border="0"></a>');
		if ( s ==  5 ) 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 ==  6 ) 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 ==  7 ) 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>');
	}