jmp = new Array();
img = new Array();
// 
img[0] = "http://www.bikebros.co.jp/vb/assets/templates/tutorial/homeimg/banner/contents/badge02";
// 
jmp[0] = "http://www.bikebros.co.jp/vb/index.php?id=2050";
n = Math.floor(Math.random()*jmp.length);

document.write("<object id=\"myId\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"240\" height=\"200\">");
document.write("<param name=\"movie\" value=\"" + img[n] + ".swf\" />");
document.write("<!--[if !IE]>-->");
document.write("<object type=\"application/x-shockwave-flash\" data=\"" + img[n] + ".swf\" width=\"240\" height=\"200\">");
document.write("<!--<![endif]-->");
document.write("<a href=\"" + jmp[n] + "\"><img src=\"" + img[n] +  ".jpg\" width=\"240\" height=\"200\"\" /></a>");
document.write("<!--[if !IE]>-->");
document.write("</object>");
document.write("<!--<![endif]-->");
document.write("</object>");
