if(typeof GirlInc == "undefined") GirlInc={};
if(typeof GirlInc.HottieOfTheMonth == "undefined") GirlInc.HottieOfTheMonth={};
GirlInc.HottieOfTheMonth_class = function() {};
Object.extend(GirlInc.HottieOfTheMonth_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddVote: function(Score, HottieID) {
		return this.invoke("AddVote", {"Score":Score, "HottieID":HottieID}, this.AddVote.getArguments().slice(2));
	},
	AddComment: function(Comment, HottieID) {
		return this.invoke("AddComment", {"Comment":Comment, "HottieID":HottieID}, this.AddComment.getArguments().slice(2));
	},
	url: '/vbwrapper/GirlInc.HottieOfTheMonth,GirlInc.ashx'
}));
GirlInc.HottieOfTheMonth = new GirlInc.HottieOfTheMonth_class();

