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

