/**do a get request to an url and put the content here
 * 
 */
function loadCavContent(id,from){
	redirectTo('news.php?type=CAV&url=../cav/mc_autogestion.php&level=10');
	/*var isLogged=isUserLoggedInYabiru();
	var content;
	var url="";
	switch(id){
		case 50:
			showUiForYabiruUser();
			initYabiruMenu();
			break;
		case 51:
			
			
			
			break;
		default:
			
			
			break;
	}
	
	*/
}

