addNamespace("IB");
IB.PlayListAJAX_class = Class.create();
IB.PlayListAJAX_class.prototype = (new AjaxPro.Request()).extend({
	Refresh_ServerEvent: function(callback) {
		return this.invoke("Refresh_ServerEvent", {}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/IB.PlayListAJAX,IB.ashx";
	}
})
IB.PlayListAJAX = new IB.PlayListAJAX_class();

