n = Math.floor(Math.random() * 10);
if (n>5) { n = 0; }
document.getElementById('load').innerHTML='探しています <img src="/img/indicator' + n + '.gif" alt="" width="16" height="16" border="0">';

window.onload = function() {
document.getElementById('load').innerHTML='検索しました <img src="/img/arrowu.gif" alt="" width="16" height="16" border="0">';
var textbox = document.getElementById("textbox");
textbox.focus();
textbox.value+="";
document.f.i.focus();
}

