if(typeof Dictionary == "undefined") Dictionary={};
if(typeof Dictionary.controls == "undefined") Dictionary.controls={};
if(typeof Dictionary.controls.header == "undefined") Dictionary.controls.header={};
Dictionary.controls.header_class = function() {};
Object.extend(Dictionary.controls.header_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetData: function(keyword) {
		return this.invoke("GetData", {"keyword":keyword}, this.GetData.getArguments().slice(1));
	},
	url: '/ajaxpro/Dictionary.controls.header,Dictionary.ashx'
}));
Dictionary.controls.header = new Dictionary.controls.header_class();

