var alt = new Array();
var url = new Array();
var img = new Array();

alt[0] = "YG－X　体臭防止に効果のある消臭下着";					//代替テキスト
url[0] = "http://www.otuka.co.jp/EC/html/B17101.html";		//表示URL
img[0] = "http://e-wear.jp/wp-content/themes/original/goods/1_01.gif";					//表示画像

alt[1] = "ＢＯＤＹＷＩＬＤ";					//代替テキスト
url[1] = "http://www.otuka.co.jp/EC/Html/B17301.html";		//表示URL
img[1] = "http://e-wear.jp/wp-content/themes/original/goods/1_02.gif";					//表示画像

alt[2] = "エコマジック";					//代替テキスト
url[2] = "http://www.otuka.co.jp/EC/Html/B16901.html";		//表示URL
img[2] = "http://e-wear.jp/wp-content/themes/original/goods/1_03.gif";					//表示画像

alt[3] = "UVクール";					//代替テキスト
url[3] = "http://www.otuka.co.jp/EC/html/B35401.html";		//表示URL
img[3] = "http://e-wear.jp/wp-content/themes/original/goods/1_04.gif";					//表示画像

alt[4] = "三ツ桃クレープ";					//代替テキスト
url[4] = "http://www.otuka.co.jp/EC/Html/B35201.html";		//表示URL
img[4] = "http://e-wear.jp/wp-content/themes/original/goods/1_05.gif";					//表示画像

alt[5] = "ＹＧ";					//代替テキスト
url[5] = "http://www.otuka.co.jp/EC/Html/B17201.html";		//表示URL
img[5] = "http://e-wear.jp/wp-content/themes/original/goods/1_06.gif";					//表示画像

alt[6] = "グンゼ涼風綿";					//代替テキスト
url[6] = "http://www.otuka.co.jp/EC/html/B35501.html";		//表示URL
img[6] = "http://e-wear.jp/wp-content/themes/original/goods/1_07.gif";					//表示画像

alt[7] = "伝統の逸品";					//代替テキスト
url[7] = "http://www.otuka.co.jp/EC/Html/B16301.html";		//表示URL
img[7] = "http://e-wear.jp/wp-content/themes/original/goods/1_08.gif";					//表示画像

alt[8] = "ウォーミィー";					//代替テキスト
url[8] = "http://www.otuka.co.jp/EC/Html/B25301.html";		//表示URL
img[8] = "http://e-wear.jp/wp-content/themes/original/goods/1_09.gif";					//表示画像

alt[9] = "グンゼ快適工房";					//代替テキスト
url[9] = "http://www.otuka.co.jp/EC/Html/B16401.html";		//表示URL
img[9] = "http://e-wear.jp/wp-content/themes/original/goods/1_10.gif";					//表示画像


//表示部分
var n = Math.floor(Math.random() * alt.length);
document.write('<a href="' + url[n] + '" target="_blank">');
document.write('<img src="' + img[n] + '" width="180" height="200" border="0" alt="' + alt[n] + '">');
document.write('</a>');
