if(typeof TrustnetX == "undefined") TrustnetX={};
if(typeof TrustnetX.About == "undefined") TrustnetX.About={};
TrustnetX.About.Contact_class = function() {};
Object.extend(TrustnetX.About.Contact_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendFeedBackMail: function(userName, userEmail, country, investorName, userComment, referedUrl, userAgent, cookieValue, telephone) {
		return this.invoke("SendFeedBackMail", {"userName":userName, "userEmail":userEmail, "country":country, "investorName":investorName, "userComment":userComment, "referedUrl":referedUrl, "userAgent":userAgent, "cookieValue":cookieValue, "telephone":telephone}, this.SendFeedBackMail.getArguments().slice(9));
	},
	url: '/ajaxpro/TrustnetX.About.Contact,TrustnetX.ashx'
}));
TrustnetX.About.Contact = new TrustnetX.About.Contact_class();

