var main = {
		'count':0,
		'clearSearch':function (obj){
			if(this.count==0){ obj.value=""; this.count=1; }//end if
		}
}//end main