// random
jmp = new Array();
img = new Array();
imp = new Array();

// ジャンプ先のアドレス(数字は画像と対応)
jmp[0] = "/move/index.php?name=bnr";

// 画像のアドレス(数字はジャンプ先のアドレスと対応)
img[0] = "http://www.affiliate-b.com/upload_image/753-1215054775-3.gif";

// インプレッション用(数字はジャンプ先のアドレスと対応)
//imp[0] = "";

n = Math.floor(Math.random()*jmp.length);
document.write("<a href='"+jmp[n]+"' target='_blank'>");
document.write("<img src='"+img[n]+"' width='160' height='160' alt='' />");
document.write("</a><img src='http://track.affiliate-b.com/lead/M753D/N50407I/d23274g' width='1' height='1' alt='' />");