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