
  _import('enter-to-next');
  _import('filter');
  _import('form-value-keep');

  _import('inputtime');
  _import('ajaxzip2/prototype');
  _import('ajaxzip2/ajaxzip2');
  _import('autoruby/autoruby_org');
  _import('autoruby/jkl-form');

eventhandler_add(window,'onload',function(){
  for(var i=0; i<document.mailform.elements.length; i++){
    elm = document.mailform.elements[i];
    etype = elm.type;
    if(!(etype == 'submit' || etype == 'button' || etype == 'hidden')){
      eventhandler_add(elm,'onfocus',  function(){
	this.style.backgroundColor = focusedElmBackgroundColor;
	this.style.borderColor = focusedElmBorderColor;
	this.style.color = focusedElmColor;
      })
    }
  }
})

  _import('load3');