if(typeof onlineexam == "undefined") onlineexam={};
if(typeof onlineexam.myaccounts == "undefined") onlineexam.myaccounts={};
onlineexam.myaccounts_class = function() {};
Object.extend(onlineexam.myaccounts_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/onlineexam.myaccounts,onlineexam.ashx'
}));
onlineexam.myaccounts = new onlineexam.myaccounts_class();

