if(typeof funs365 == "undefined") funs365={};
if(typeof funs365.Web == "undefined") funs365.Web={};
if(typeof funs365.Web.IPTV == "undefined") funs365.Web.IPTV={};
funs365.Web.IPTV.advanced_class = function() {};
Object.extend(funs365.Web.IPTV.advanced_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetTv: function(tvType) {
		return this.invoke("GetTv", {"tvType":tvType}, this.GetTv.getArguments().slice(1));
	},
	url: '/ajaxpro/funs365.Web.IPTV.advanced,localhost.ashx'
}));
funs365.Web.IPTV.advanced = new funs365.Web.IPTV.advanced_class();

