if (typeof PB_Portal != "function") { var PB_Portal = function() { this.widgetsInPortal = null; this.prototypeName = null; this.user = null; this.proto = false; this.id = null; } } if (typeof PB_Widget != "function") { var PB_Widget = function() { this.prototypeName = null; this.proto = false; this.sharedByPortal = null; this.sharedByUsers = null; this.id = null; } } if (typeof PB_WidgetInPortal != "function") { var PB_WidgetInPortal = function() { this.widget = null; this.closeable = false; this.columnPosition = 0; this.visible = false; this.draggable = false; this.columnIndex = 0; this.id = null; } } // Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (ProvinceRemote == null) var ProvinceRemote = {}; ProvinceRemote._path = '/pub/dwr'; ProvinceRemote.getProvince = function(p0, callback) { dwr.engine._execute(ProvinceRemote._path, 'ProvinceRemote', 'getProvince', p0, callback); }