if(typeof OBOS == "undefined") OBOS={};
if(typeof OBOS.Articles == "undefined") OBOS.Articles={};
if(typeof OBOS.Articles.Person_class == "undefined") OBOS.Articles.Person_class={};
OBOS.Articles.Person_class = function() {};
Object.extend(OBOS.Articles.Person_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/OBOS.Articles.Person,OBOS.ashx'
}));
OBOS.Articles.Person = new OBOS.Articles.Person_class();


