if(typeof CMS_Template == "undefined") CMS_Template={};
if(typeof CMS_Template.Header_class == "undefined") CMS_Template.Header_class={};
CMS_Template.Header_class = function() {};
Object.extend(CMS_Template.Header_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSucheInfo: function(sSuchbegriff, sTxtID) {
		return this.invoke("GetSucheInfo", {"sSuchbegriff":sSuchbegriff, "sTxtID":sTxtID}, this.GetSucheInfo.getArguments().slice(2));
	},
	SetSuchbegriff: function(sSuchbegriff) {
		return this.invoke("SetSuchbegriff", {"sSuchbegriff":sSuchbegriff}, this.SetSuchbegriff.getArguments().slice(1));
	},
	GetMLogoL: function() {
		return this.invoke("GetMLogoL", {}, this.GetMLogoL.getArguments().slice(0));
	},
	GetMLogoR: function() {
		return this.invoke("GetMLogoR", {}, this.GetMLogoR.getArguments().slice(0));
	},
	GetMeldungL: function() {
		return this.invoke("GetMeldungL", {}, this.GetMeldungL.getArguments().slice(0));
	},
	url: '/ajaxpro/CMS_Template.Header,CMS_Template.ashx'
}));
CMS_Template.Header = new CMS_Template.Header_class();

