var Plug_nkDameHip_Hide = {
hideHip : function () {
  if ($('plug_nkdamehip')) {
    $('plug_nkdamehip_i_am').value = 'not spam.';
    Element.hide($('plug_nkdamehip'));
  }
}
}

Event.observe(window, 'load', function () {
  Plug_nkDameHip_Hide.hideHip();
}, false);