
function AjaxHelper() { }
AjaxHelper._path = '/2010tainan/dwr';

AjaxHelper.collectPromotion = function(p0, callback) {
    DWREngine._execute(AjaxHelper._path, 'AjaxHelper', 'collectPromotion', p0, callback);
}

AjaxHelper.findRegionsByParentCode = function(p0, callback) {
    DWREngine._execute(AjaxHelper._path, 'AjaxHelper', 'findRegionsByParentCode', p0, callback);
}
