AjaxExamples_class = function() {};
Object.extend(AjaxExamples_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ServerSideSendMail: function(strName, strEmailAddress, strTitle, strURL, strCategory, strURLLink, strDescription) {
		return this.invoke("ServerSideSendMail", {"strName":strName, "strEmailAddress":strEmailAddress, "strTitle":strTitle, "strURL":strURL, "strCategory":strCategory, "strURLLink":strURLLink, "strDescription":strDescription}, this.ServerSideSendMail.getArguments().slice(7));
	},
	url: '/ajaxpro/LinkToUs,App_Web_f2cgwdcj.ashx'
}));
AjaxExamples = new AjaxExamples_class();

