if(typeof website2007 == "undefined") website2007={};
if(typeof website2007.Common == "undefined") website2007.Common={};
website2007.Common.ajaxMethodByAdv_class = function() {};
Object.extend(website2007.Common.ajaxMethodByAdv_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetPosition: function(posTion) {
		return this.invoke("SetPosition", {"posTion":posTion}, this.SetPosition.getArguments().slice(1));
	},
	OpinionCode: function(Value) {
		return this.invoke("OpinionCode", {"Value":Value}, this.OpinionCode.getArguments().slice(1));
	},
	OpinionType: function() {
		return this.invoke("OpinionType", {}, this.OpinionType.getArguments().slice(0));
	},
	ShowAdv: function(Position) {
		return this.invoke("ShowAdv", {"Position":Position}, this.ShowAdv.getArguments().slice(1));
	},
	OpinionLink: function(Value) {
		return this.invoke("OpinionLink", {"Value":Value}, this.OpinionLink.getArguments().slice(1));
	},
	ShowDefault: function() {
		return this.invoke("ShowDefault", {}, this.ShowDefault.getArguments().slice(0));
	},
	CC: function(usrename) {
		return this.invoke("CC", {"usrename":usrename}, this.CC.getArguments().slice(1));
	},
	url: '/website2007/ajaxpro/website2007.Common.ajaxMethodByAdv,website2007.ashx'
}));
website2007.Common.ajaxMethodByAdv = new website2007.Common.ajaxMethodByAdv_class();

