	
	var initAbleObjects = new Array();

	startMe = function(){
		$A(initAbleObjects).each(
			function(obj){
				obj.init();
			}
		);
	}
	
