if(typeof Volksblatt == "undefined") Volksblatt={};
if(typeof Volksblatt.Templates == "undefined") Volksblatt.Templates={};
if(typeof Volksblatt.Templates.videonews_class == "undefined") Volksblatt.Templates.videonews_class={};
Volksblatt.Templates.videonews_class = function() {};
Object.extend(Volksblatt.Templates.videonews_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	showNews: function(aktvideo, rub, ind, jahr, monat, suchbegriff) {
		return this.invoke("showNews", {"aktvideo":aktvideo, "rub":rub, "ind":ind, "jahr":jahr, "monat":monat, "suchbegriff":suchbegriff}, this.showNews.getArguments().slice(6));
	},
	url: '/ajaxpro/Volksblatt.Templates.videonews,Volksblatt.ashx'
}));
Volksblatt.Templates.videonews = new Volksblatt.Templates.videonews_class();


