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.YouTubeControl_class = function() {};
Object.extend(Purina.LongTail.Web.Controls.YouTubeControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	VoteVideo: function(feedId) {
		return this.invoke("VoteVideo", {"feedId":feedId}, this.VoteVideo.getArguments().slice(1));
	},
	GetVideo: function(feedId) {
		return this.invoke("GetVideo", {"feedId":feedId}, this.GetVideo.getArguments().slice(1));
	},
	GetVideoList: function(pubDate, type) {
		return this.invoke("GetVideoList", {"pubDate":pubDate, "type":type}, this.GetVideoList.getArguments().slice(2));
	},
	url: '/ajaxpro/Purina.LongTail.Web.Controls.YouTubeControl,Purina.LongTail.Web.ashx'
}));
Purina.LongTail.Web.Controls.YouTubeControl = new Purina.LongTail.Web.Controls.YouTubeControl_class();

