if(typeof HomePage == "undefined") HomePage={};
HomePage_class = function() {};
Object.extend(HomePage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AjaxGetNews: function(blank, boxheight) {
		return this.invoke("AjaxGetNews", {"blank":blank, "boxheight":boxheight}, this.AjaxGetNews.getArguments().slice(2));
	},
	url: '/Insignia/ajaxpro/HomePage,App_Web_eaojojvf.ashx'
}));
HomePage = new HomePage_class();

