} else {
event = evt;
}
interpreter.bindObject(EVENT_NAME, event);
interpreter.bindObject(ALTERNATE_EVENT_NAME, event);
interpreter.evaluate(new StringReader(script), desc);
} catch (IOException ioe) {
// Do nothing, can't really happen with StringReader
} catch (InterpreterException ie) {
handleInterpreterException(ie);
} catch (SecurityException se) {