function hoge(obj){
if(obj.count!=true){
obj.value="&nbsp;";
obj.count=true;
obj.style.color="#ff0000";
}}
