if(typeof SharepointPortal == "undefined") SharepointPortal={};
if(typeof SharepointPortal.FrontWebParts == "undefined") SharepointPortal.FrontWebParts={};
if(typeof SharepointPortal.FrontWebParts.bbg == "undefined") SharepointPortal.FrontWebParts.bbg={};
if(typeof SharepointPortal.FrontWebParts.bbg.bbgSimpleSearch_class == "undefined") SharepointPortal.FrontWebParts.bbg.bbgSimpleSearch_class={};
SharepointPortal.FrontWebParts.bbg.bbgSimpleSearch_class = function() {};
Object.extend(SharepointPortal.FrontWebParts.bbg.bbgSimpleSearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ClientRenderWebPart: function(TabModuleId, ViewName, HasPorlet) {
		return this.invoke("ClientRenderWebPart", {"TabModuleId":TabModuleId, "ViewName":ViewName, "HasPorlet":HasPorlet}, this.ClientRenderWebPart.getArguments().slice(3));
	},
	ClientRenderWebPartHttpRoot: function(HttpRoot, TabModuleId, ViewName, HasPorlet) {
		return this.invoke("ClientRenderWebPartHttpRoot", {"HttpRoot":HttpRoot, "TabModuleId":TabModuleId, "ViewName":ViewName, "HasPorlet":HasPorlet}, this.ClientRenderWebPartHttpRoot.getArguments().slice(4));
	},
	GetResultSearchUrl: function(belongSite, Keyword) {
		return this.invoke("GetResultSearchUrl", {"belongSite":belongSite, "Keyword":Keyword}, this.GetResultSearchUrl.getArguments().slice(2));
	},
	url: '/ajaxpro/SharepointPortal.FrontWebParts.bbg.bbgSimpleSearch,bbg.webparts.ashx'
}));
SharepointPortal.FrontWebParts.bbg.bbgSimpleSearch = new SharepointPortal.FrontWebParts.bbg.bbgSimpleSearch_class();

