if(typeof Purina == "undefined") Purina={};
if(typeof Purina.LongTail == "undefined") Purina.LongTail={};
if(typeof Purina.LongTail.Web == "undefined") Purina.LongTail.Web={};
if(typeof Purina.LongTail.Web.Controls == "undefined") Purina.LongTail.Web.Controls={};
Purina.LongTail.Web.Controls.ImageControl_class = function() {};
Object.extend(Purina.LongTail.Web.Controls.ImageControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	VoteImage: function(feedId) {
		return this.invoke("VoteImage", {"feedId":feedId}, this.VoteImage.getArguments().slice(1));
	},
	GetImage: function(feedId) {
		return this.invoke("GetImage", {"feedId":feedId}, this.GetImage.getArguments().slice(1));
	},
	GetImageList: function(pubDate, type) {
		return this.invoke("GetImageList", {"pubDate":pubDate, "type":type}, this.GetImageList.getArguments().slice(2));
	},
	url: '/ajaxpro/Purina.LongTail.Web.Controls.ImageControl,Purina.LongTail.Web.ashx'
}));
Purina.LongTail.Web.Controls.ImageControl = new Purina.LongTail.Web.Controls.ImageControl_class();

