if(typeof Technode == "undefined") Technode={};
if(typeof Technode.IPF == "undefined") Technode.IPF={};
Technode.IPF.FlickrGallery_class = function() {};
Object.extend(Technode.IPF.FlickrGallery_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetGalleryPageContent: function(url) {
		return this.invoke("GetGalleryPageContent", {"url":url}, this.GetGalleryPageContent.getArguments().slice(1));
	},
	url: '/ajaxpro/Technode.IPF.FlickrGallery,Technode.IPF.CMS.Facades.ashx'
}));
Technode.IPF.FlickrGallery = new Technode.IPF.FlickrGallery_class();


