// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
function effectnotice() {
  new Effect.Highlight($('notice'));
}
function effecterror() {
  new Effect.Shake($('error'));
}
