// ランダム
typ = new Array();
ind = new Array();
nod = new Array();
tit = new Array();
key = new Array();
// TYPE
typ[0] = "Bestsellers";
typ[1] = "Bestsellers";
typ[2] = "Bestsellers";
typ[3] = "Bestsellers";
typ[4] = "SearchAndAdd";
typ[5] = "SearchAndAdd";
typ[6] = "SearchAndAdd";
typ[7] = "SearchAndAdd";
// INDEX
ind[0] = "Apparel";
ind[1] = "Apparel";
ind[2] = "SportingGoods";
ind[3] = "SportingGoods";
ind[4] = "Books";
ind[5] = "Books";
ind[6] = "DVD";
ind[7] = "DVD";
// NODE
nod[0] = "2131433051";
nod[1] = "2131503051";
nod[2] = "2201132051";
nod[3] = "15314411";
nod[4] = "465392";
nod[5] = "465392";
nod[6] = "561958";
nod[7] = "561958";
// TITLE
tit[0] = "男性ファッション";
tit[1] = "女性ファッション";
tit[2] = "売れてるクラブ";
tit[3] = "売れてるボール";
tit[4] = "ゴルフ書籍";
tit[5] = "ゴルフ書籍";
tit[6] = "ゴルフDVD";
tit[7] = "ゴルフDVD";
n = Math.floor(Math.random()*typ.length);
var amzn_wdgt={widget:'Carousel'};
amzn_wdgt.tag='golgol01-22';
amzn_wdgt.widgetType=typ[n];
amzn_wdgt.searchIndex=ind[n];
amzn_wdgt.browseNode=nod[n];
amzn_wdgt.width='160';
amzn_wdgt.height='600';
amzn_wdgt.keywords='ゴルフ';
amzn_wdgt.marketPlace='JP';
document.write("<p>"+tit[n]+"</p>");
