rndb= new Array(
"<a href='http://www.city.tajimi.gifu.jp/link.php?linkurl=http://www.friendshome.jp' title='フレンズホーム'><img src='img_index/friendshome.gif' width='150' height='60' alt='フレンズホーム'></a>",
"<a href='http://www.city.tajimi.gifu.jp/link.php?linkurl=http://www.friendshome.jp' title='フレンズホーム'><img src='img_index/friendshome.gif' width='150' height='60' alt='フレンズホーム'></a>",
"<a href='http://www.city.tajimi.gifu.jp/link.php?linkurl=http://www.friendshome.jp' title='フレンズホーム'><img src='img_index/friendshome.gif' width='150' height='60' alt='フレンズホーム'></a>"
/*
タグ中のダブルクォーテーションは、クオーテーションに置き換えて下さい（タグを囲んでいるダブルクォーテーションを消さないように注意）。
追加したい場合は続けて書きます。行の最後に最後にカンマをわすれないようにします。
最後のリンクコードの後はカンマを付けません。
*/
);
function rnd2(){
{
a=Math.floor(Math.random()*rnd.length);
result=rndb[a]
}
return result;
}
function pnt2(){
document.write(rnd2())
}

