if(typeof AiN == "undefined") AiN={};
if(typeof AiN.AiC == "undefined") AiN.AiC={};
if(typeof AiN.AiC.Site == "undefined") AiN.AiC.Site={};
AiN.AiC.Site.beachballs_class = function() {};
Object.extend(AiN.AiC.Site.beachballs_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CallForPass: function(id) {
		return this.invoke("CallForPass", {"id":id}, this.CallForPass.getArguments().slice(1));
	},
	url: '/ajaxpro/AiN.AiC.Site.beachballs,AiN.AiC.Site.ashx'
}));
AiN.AiC.Site.beachballs = new AiN.AiC.Site.beachballs_class();

