function chkform() {

  if(document.sform1.Keywords.value == "") return false;

        document.sform1.action = "http://udn.com/gsearch/";

        return true;

}

