var homeController=Class.create({
								
	initialize:function(){
		this.message=new Bericht();
		this.message.previousMenu="menu_6";
		this.user=new User();
		var func=this.start.bind(this);
		var obj={};
		obj.newType='Bericht';
		obj.newMethod='retrieveFirsLoadHome';
		ARRM.jsonRequest(obj,func);},start:function(obj){
			this.message.firstLoadHome(0,0,'messageWrap',6,"menu_6",obj.first);
			this.message.firstLoadHome(0,1,'uitgelichtWrap',6,"menu_9",obj.second);
			this.message.firstLoadHome(5,0,'agenda',6,"",obj.third);
	}
});

Event.onDOMReady(
	function(){var arr=[38,39,40,124];var Init=new initLoader(arr);MC=new homeController();
});