if(typeof Allers == "undefined") Allers={};
if(typeof Allers.Templates == "undefined") Allers.Templates={};
if(typeof Allers.Templates.ContentBlocks == "undefined") Allers.Templates.ContentBlocks={};
if(typeof Allers.Templates.ContentBlocks.Community == "undefined") Allers.Templates.ContentBlocks.Community={};
if(typeof Allers.Templates.ContentBlocks.Community.Images == "undefined") Allers.Templates.ContentBlocks.Community.Images={};
if(typeof Allers.Templates.ContentBlocks.Community.Images.ListCompetition == "undefined") Allers.Templates.ContentBlocks.Community.Images.ListCompetition={};
Allers.Templates.ContentBlocks.Community.Images.ListCompetition_class = function() {};
Object.extend(Allers.Templates.ContentBlocks.Community.Images.ListCompetition_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DeleteCompetitionImage: function(imageId, pageId) {
		return this.invoke("DeleteCompetitionImage", {"imageId":imageId, "pageId":pageId}, this.DeleteCompetitionImage.getArguments().slice(2));
	},
	GetImage: function(imageId, pageId) {
		return this.invoke("GetImage", {"imageId":imageId, "pageId":pageId}, this.GetImage.getArguments().slice(2));
	},
	url: '/ajaxpro/Allers.Templates.ContentBlocks.Community.Images.ListCompetition,Allers.Framework.ashx'
}));
Allers.Templates.ContentBlocks.Community.Images.ListCompetition = new Allers.Templates.ContentBlocks.Community.Images.ListCompetition_class();

