addNamespace("Request_a_special_offer_page");
Request_a_special_offer_page_class = function() {};
Object.extend(Request_a_special_offer_page_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendFeedBackEmailrac: function(email, desc, minprice, maxprice, image) {
		return this.invoke("SendFeedBackEmailrac", {"email":email, "desc":desc, "minprice":minprice, "maxprice":maxprice, "image":image}, this.SendFeedBackEmailrac.getArguments().slice(5));
	},
	url: '/ajaxpro/Request_a_special_offer_page,App_Web_request_a_special_offer_page.aspx.c8a18792.ashx'
}));
Request_a_special_offer_page = new Request_a_special_offer_page_class();


