Type.registerNamespace('BBJWeb.WebServices');
BBJWeb.WebServices.ContentPage_WS=function() {
BBJWeb.WebServices.ContentPage_WS.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
BBJWeb.WebServices.ContentPage_WS.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return BBJWeb.WebServices.ContentPage_WS._staticInstance.get_path();},
GetContent:function(strCategoryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetContent',false,{strCategoryId:strCategoryId},succeededCallback,failedCallback,userContext); },
GetFAQContent:function(strCategoryId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFAQContent',false,{strCategoryId:strCategoryId},succeededCallback,failedCallback,userContext); },
SendOfficeContact:function(geoOfficeID,index,name,email,phone,message,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendOfficeContact',false,{geoOfficeID:geoOfficeID,index:index,name:name,email:email,phone:phone,message:message},succeededCallback,failedCallback,userContext); }}
BBJWeb.WebServices.ContentPage_WS.registerClass('BBJWeb.WebServices.ContentPage_WS',Sys.Net.WebServiceProxy);
BBJWeb.WebServices.ContentPage_WS._staticInstance = new BBJWeb.WebServices.ContentPage_WS();
BBJWeb.WebServices.ContentPage_WS.set_path = function(value) { BBJWeb.WebServices.ContentPage_WS._staticInstance.set_path(value); }
BBJWeb.WebServices.ContentPage_WS.get_path = function() { return BBJWeb.WebServices.ContentPage_WS._staticInstance.get_path(); }
BBJWeb.WebServices.ContentPage_WS.set_timeout = function(value) { BBJWeb.WebServices.ContentPage_WS._staticInstance.set_timeout(value); }
BBJWeb.WebServices.ContentPage_WS.get_timeout = function() { return BBJWeb.WebServices.ContentPage_WS._staticInstance.get_timeout(); }
BBJWeb.WebServices.ContentPage_WS.set_defaultUserContext = function(value) { BBJWeb.WebServices.ContentPage_WS._staticInstance.set_defaultUserContext(value); }
BBJWeb.WebServices.ContentPage_WS.get_defaultUserContext = function() { return BBJWeb.WebServices.ContentPage_WS._staticInstance.get_defaultUserContext(); }
BBJWeb.WebServices.ContentPage_WS.set_defaultSucceededCallback = function(value) { BBJWeb.WebServices.ContentPage_WS._staticInstance.set_defaultSucceededCallback(value); }
BBJWeb.WebServices.ContentPage_WS.get_defaultSucceededCallback = function() { return BBJWeb.WebServices.ContentPage_WS._staticInstance.get_defaultSucceededCallback(); }
BBJWeb.WebServices.ContentPage_WS.set_defaultFailedCallback = function(value) { BBJWeb.WebServices.ContentPage_WS._staticInstance.set_defaultFailedCallback(value); }
BBJWeb.WebServices.ContentPage_WS.get_defaultFailedCallback = function() { return BBJWeb.WebServices.ContentPage_WS._staticInstance.get_defaultFailedCallback(); }
BBJWeb.WebServices.ContentPage_WS.set_enableJsonp = function(value) { BBJWeb.WebServices.ContentPage_WS._staticInstance.set_enableJsonp(value); }
BBJWeb.WebServices.ContentPage_WS.get_enableJsonp = function() { return BBJWeb.WebServices.ContentPage_WS._staticInstance.get_enableJsonp(); }
BBJWeb.WebServices.ContentPage_WS.set_jsonpCallbackParameter = function(value) { BBJWeb.WebServices.ContentPage_WS._staticInstance.set_jsonpCallbackParameter(value); }
BBJWeb.WebServices.ContentPage_WS.get_jsonpCallbackParameter = function() { return BBJWeb.WebServices.ContentPage_WS._staticInstance.get_jsonpCallbackParameter(); }
BBJWeb.WebServices.ContentPage_WS.set_path("/WebServices/ContentPage_WS.asmx");
BBJWeb.WebServices.ContentPage_WS.GetContent= function(strCategoryId,onSuccess,onFailed,userContext) {BBJWeb.WebServices.ContentPage_WS._staticInstance.GetContent(strCategoryId,onSuccess,onFailed,userContext); }
BBJWeb.WebServices.ContentPage_WS.GetFAQContent= function(strCategoryId,onSuccess,onFailed,userContext) {BBJWeb.WebServices.ContentPage_WS._staticInstance.GetFAQContent(strCategoryId,onSuccess,onFailed,userContext); }
BBJWeb.WebServices.ContentPage_WS.SendOfficeContact= function(geoOfficeID,index,name,email,phone,message,onSuccess,onFailed,userContext) {BBJWeb.WebServices.ContentPage_WS._staticInstance.SendOfficeContact(geoOfficeID,index,name,email,phone,message,onSuccess,onFailed,userContext); }

