function ajaxInit() {
	
	$( '.ajaxContainer' ).each(
		function() {
			$(this).load( $(this).metadata().ajaxURL );	
		}
	); 
	
}