

function randomimage()
{

image_number = 2;  //ランダム表示枚数

image = Math.floor(Math.random() * image_number);
if (image == 0) { img = "http://www.nekoneko-soft.com/main/imag/top212a.jpg";
image_alt="宜しくお願い申し上げますー";
addl = "<A HREF='http://www.din.or.jp/~nekoneko/game.htm'>";
addl2 = "</A>";
}
else  { img = "http://www.nekoneko-soft.com/main/imag/top212b.jpg";
image_alt="宜しくお願い申し上げますー";
addl = "<A HREF='http://www.din.or.jp/~nekoneko/game.htm'>";
addl2 = "</A>";
};

top_image = addl + "<IMG SRC='" + img + "' ALT='" + image_alt + "' BORDER='0' WIDTH='400' HEIGHT='550'>" + addl2;
document.write(top_image);

};

// end

