if(typeof Btv == "undefined") Btv={};
Btv.BreakingNewsQueries_class = function() {};
ajaxProPrototypes.Object.extend(Btv.BreakingNewsQueries_class.prototype, ajaxProPrototypes.Object.extend(new AjaxPro.AjaxClass(), {
	AddUserView: function(breakingNewsId) {
		var v = (ajaxProPrototypes.Function.argumentsToArray(this.AddUserView.arguments)[1]) || (null);
		return this.invoke(false, v, "POST", "AddUserView", {"breakingNewsId":breakingNewsId}, ajaxProPrototypes.Function.argumentsToArray(this.AddUserView.arguments).slice(2));
	},
	url: '/ajaxpro/Btv.BreakingNewsQueries,App_Code.ashx?typeVersion=11.01'
}));
Btv.BreakingNewsQueries = new Btv.BreakingNewsQueries_class();

