document.write(' ');
document.write('
');
function red(){setTimeout('reds()',1000);}
function reds(){location.reload();return false;}
(function(){
/*@cc_on _d=document;eval('var document=_d')@*/
var defaultTxt = "Googleサイト内検索";
var txtObj = document.getElementById("searchText");
txtObj.value=defaultTxt ;
txtObj.style.color="#999999";
txtObj.onfocus = function(){if(this.value==defaultTxt ){this.value="";this.style.color="#333333";}};
}
)();