<!-----------------------------------
function rand_num(n) {
var now = new Date();
var rand = Math.round(n * Math.cos(now.getTime()));
if (rand < 0) rand = - rand; if (rand == 0) rand++;
return rand;
 }
var back= "";
var max = 6; //イメージの数 現在は6件
var ran = Math.ceil(Math.random()*max);
if(ran == 1) back = "<A href='http://new.kienai.servebbs.net/' target='_blank'><IMG SRC='http://new.kienai.servebbs.net/index.files/logo1.png' width='88' height='31' border='0' alt='新・消えない掲示板への掲載を募集中です。'></a>";
if(ran == 2) back = "<A href='http://www57.tok2.com/home/brandnewshop' target='_blank'><IMG SRC='http://www57.tok2.com/home/brandnewshop/bana.gif' width='88' height='31' border='0' alt='ブランニューショップ古着ファッション通販'></a>";
if(ran == 3) back = "<A href='http://www.infocart.jp/?e=happyhome' target='_blank'><IMG SRC='http://www.infocart.jp/blink/88x31anim.gif' width='88' height='31' border='0' alt='ネット収入テクを知りたい？'></a>";
if(ran == 4) back = "<A href='http://www17.ocn.ne.jp/~qoosam/ac.html' target='_blank'><IMG SRC='http://www17.ocn.ne.jp/~qoosam/pop8831.jpg' width='88' height='31' border='0' alt='POPFAM.JPアクセスアップの部屋'></a>";
if(ran == 5) back = "<A href='http://daiko.edit.b0ne.com/' target='_blank'><IMG SRC='http://daiko.edit.b0ne.com/menu.files/title.gif' width='88' height='31' border='0' alt='■アクセスアップ支援■'></a>";
if(ran == 6) back = "<A href='http://www.simple-c-8000.com/' target='_blank'><IMG SRC='http://www.simple-c-8000.com/88x31banner2.gif' width='88' height='31' border='0' alt='カード現金化｜シンプルキャッシュ'></a>";
document.write("");
document.write(back);
//----------------------------------->

