if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;

if (AlertPersistor == null) var AlertPersistor = {};
AlertPersistor._path = '/eclips/dwr';

AlertPersistor.insertSearchAlert = function(p0, p1, p2, p3, p4, p5, p6, callback) {
  dwr.engine._execute(AlertPersistor._path, 'AlertPersistor', 'insertAlert', p0, p1, p2, p3, p4, p5, p6, callback);
}

AlertPersistor.insertSubjectAlert = function(p0, p1, p2, p3, p4, p5, p6, callback) {
  dwr.engine._execute(AlertPersistor._path, 'AlertPersistor', 'insertAlert', p0, p1, p2, p3, p4, p5, p6, callback);
}