// Amazon と Amagle のビッグ・バナー

var imgMax = 8;    // imgRandom の最大値＋1
var imgRandom = Math.floor(Math.random() * imgMax);


var tag1 = "<iframe src='";
var tag2 = "' width='160' height='600' scrolling='no' marginheight='0' marginwidth='0' vspace='0' hspace='0' frameborder='0'>Amazon.co.jp</iframe>";
var tag3 = "http://rcm-jp.amazon.co.jp/e/cm?t=sekidoukousuk-22&o=9&p=14&l=";
var tag4 = "&fc1=000000&lt1=&lc1=3366FF&bg1=FFFFFF";
var tag5 = "&f=ifr";

var am1 = "http://ads.amagle.com/altads.php?t=sekidoukousuk-22&f=bigban&m=rand&border=aaaaaa&bg=f9f9f9&link=0000ff&text=000000"; // Amagle
var am2 = "<script type='text/javascript' src='/amazon-aut.js'></script><script type='text/javascript' src='http://www.assoc-amazon.jp/s/ads.js'></script>"; // おまかせ


//     if(imgRandom == 0)  document.write(tag1 + am1 + tag2);
//else if(imgRandom == 1)  document.write(am2);

     if(imgRandom == 0)  document.write(tag1 + tag3 + "st1&mode=music-jp&search=frank%20zappa" + tag4 + tag5 + tag2); // Live Link - frank zappa
else if(imgRandom == 1)  document.write(tag1 + tag3 + "st1&mode=books-jp&search=%E7%9F%A5%E7%9A%84%E8%B2%A1%E7%94%A3" + tag4 + tag5 + tag2); // Live Link - 知的財産
else if(imgRandom == 2)  document.write(tag1 + tag3 + "st1&mode=dvd-jp&search=star%20trek" + tag4 + tag5 + tag2); // Live Link - star trek

else if(imgRandom == 3)  document.write(tag1 + tag3 + "bn1&mode=music-jp&browse=569322" + tag4 + tag5 + tag2); // Live Link - Dance and Electronica
else if(imgRandom == 4)  document.write(tag1 + tag3 + "bn1&mode=electronics-jp&browse=3371351" + tag4 + tag5 + tag2); // Live Link - PC and Suply
else if(imgRandom == 5)  document.write(tag1 + tag3 + "bn1&mode=electronics-jp&browse=16462081" + tag4 + tag5 + tag2); // Live Link - Audio and Sound
else if(imgRandom == 6)  document.write(tag1 + tag3 + "bn1&mode=software-jp&browse=637644" + tag4 + tag5 + tag2); // Live Link - Software
else if(imgRandom == 7)  document.write(tag1 + tag3 + "bn1&mode=classical-jp&browse=603404" + tag4 + tag5 + tag2); // Live Link - Classical Import

