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