ヴェルダっちの備考おもしろいねぇ、んでちょっと要望が。

ランキングんとこにテーブルの枠が無いもんでおっさんが見ると目がうろうろする;
ってことでindex.htmlのtable内部の

<tr>



<tr onmouseOver='hilite(this)' onmouseOut='normal(this)'>

にして

http://varda2.com/test/index.js

function hilite(obj){
obj.style.backgroundColor='#BEC5DE';
}

function normal(obj){
obj.style.backgroundColor='white';
}

って感じに追加してもらうとありがたいんですがー、ダメ?