link = new Array();
img = new Array();

// ジャンプ先のURL
link[0] = "http://px.a8.net/svt/ejp?a8mat=1BVWC9+E8M8MQ+I5M+639IP";
//link[1] = "http://bb.yahoo.co.jp/";
//link[2] = "http://www.yahoo.co.jp/";
//link[3] = "http://auctions.yahoo.co.jp/";
//link[4] = "http://aeu.jp/cs/";

// 画像のURL
img[0] = "http://www26.a8.net/svt/bgt?aid=080430201861&wid=001&eno=01&mid=s00000002353001023000&mc=1";
//img[1] = "../../images/img_000000.jpg";
//img[2] = "../../images/img_000000.jpg";
//img[3] = "../../images/img_000000.jpg";
//img[4] = "../../images/img_000000.jpg";


n = Math.floor(Math.random()*link.length);

document.write("<div class='contGuide2'>");
document.write("<p><a href='"+link[n]+"' target='_blank'><img src='"+img[n]+"' border='0' /></a></p>");
document.write("</div>");
//document.write("<span></span>");