<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% ' *** Logout the current user. MM_Logout = CStr(Request.ServerVariables("URL")) & "?MM_Logoutnow=1" If (CStr(Request("MM_Logoutnow")) = "1") Then Session.Contents.Remove("MM_Username") Session.Contents.Remove("MM_UserAuthorization") MM_logoutRedirectPage = "/index.htm" ' redirect with URL parameters (remove the "MM_Logoutnow" query param). if (MM_logoutRedirectPage = "") Then MM_logoutRedirectPage = CStr(Request.ServerVariables("URL")) If (InStr(1, UC_redirectPage, "?", vbTextCompare) = 0 And Request.QueryString <> "") Then MM_newQS = "?" For Each Item In Request.QueryString If (Item <> "MM_Logoutnow") Then If (Len(MM_newQS) > 1) Then MM_newQS = MM_newQS & "&" MM_newQS = MM_newQS & Item & "=" & Server.URLencode(Request.QueryString(Item)) End If Next if (Len(MM_newQS) > 1) Then MM_logoutRedirectPage = MM_logoutRedirectPage & MM_newQS End If Response.Redirect(MM_logoutRedirectPage) End If %> <% ' *** Restrict Access To Page: Grant or deny access to this page MM_authorizedUsers="" MM_authFailedURL="/ethics_officer/login.asp" MM_grantAccess=false If Session("MM_Username") <> "" Then If (true Or CStr(Session("MM_UserAuthorization"))="") Or _ (InStr(1,MM_authorizedUsers,Session("MM_UserAuthorization"))>=1) Then MM_grantAccess = true End If End If If Not MM_grantAccess Then MM_qsChar = "?" If (InStr(1,MM_authFailedURL,"?") >= 1) Then MM_qsChar = "&" MM_referrer = Request.ServerVariables("URL") if (Len(Request.QueryString()) > 0) Then MM_referrer = MM_referrer & "?" & Request.QueryString() MM_authFailedURL = MM_authFailedURL & MM_qsChar & "accessdenied=" & Server.URLEncode(MM_referrer) Response.Redirect(MM_authFailedURL) End If %> AssoEtica

Jean Ziegler torna anonimo   

Biografia

O suíço Jean Ziegler é professor de sociologia em Genebra e na Sorbonne, e relator especial da ONU sobre o direito à alimentação. Autor de ácidos estudos sobre a fome no mundo, Ziegler citou alguns dados estarrecedores, em entrevista ao Correio. Existiria hoje no planeta quase 1 bilhão de pessoas subalimentadas, um sexto da humanidade, enquanto a agricultura poderia alimentar, agora, cerca de 12 bilhões de habitantes. Ziegler afirma ainda que, se juntarmos alguns males do subdesenvolvimento, tais como fome, epidemia, guerras induzidas pelas multinacionais, verificaremos que, no ano passado, houve um total de mais de 58 milhões de vítimas, segundo os critérios da ONU, 2 milhões a mais que o total de vítimas da II Guerra Mundial, a maior guerra da humanidade, que durou seis anos. O professor de sociologia não vê saídas à "ditadura mundial da desigualdade" e ao genocídio silencioso no planeta sem a realização de reforma agrária, o rompimento com o sistema financeiro mundial e a quebra da ideologia alienante do neoliberalismo, destinada a romper a resistência. Extrevista exclusiva abaixo.