if(typeof NCEIF == "undefined") NCEIF={};
NCEIF.CmsNewsV2WriteContactWebPart_class = function() {};
Object.extend(NCEIF.CmsNewsV2WriteContactWebPart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ServerSideWriteContact: function(Language, DepartmentId, Subject, FullName, Address, Tel, Email, BodyText, ConfirmCode, UserConfirmCode) {
		return this.invoke("ServerSideWriteContact", {"Language":Language, "DepartmentId":DepartmentId, "Subject":Subject, "FullName":FullName, "Address":Address, "Tel":Tel, "Email":Email, "BodyText":BodyText, "ConfirmCode":ConfirmCode, "UserConfirmCode":UserConfirmCode}, this.ServerSideWriteContact.getArguments().slice(10));
	},
	url: '/ajaxpro/NCEIF.CmsNewsV2WriteContactWebPart,CmsNceifWebPart.ashx'
}));
NCEIF.CmsNewsV2WriteContactWebPart = new NCEIF.CmsNewsV2WriteContactWebPart_class();


