|
|
The
decisions adopted by the Council are carried out by the staff of the
ICCRS Office. The office itself is in the Vatican and the current Director
is Oreste Pesare from Italy. At present
the staff is composed of nine people who speak a variety of languages,
though the official language is English. All activities, including correspondence,
translation, laying out of the Newsletter, organising conferences...,
are carried out in a friendly and warm environment.

The staff of ICCRS is
now composed of:
(from left to right)
Anne (South
Africa - secretary), Fr. Jean-Jaques (France - Office Chaplain), Annalisa (Italy - accountant) Paola (Italy - database operator), Linda (Peru - Newsletter editor, webmaster), Amalia (Argentina - secretary), Federica (former Staff member),
Oreste (Italy - director),
(click
on the image to enlarge)

|
|
Often
priests come to celebrate
Mass with the staff, praying for the work
of the office
and the mission of the
Renewal
worldwide |
Special prayer for the Staff |
|
|
|
|
| |
| |
<%
set fso = createobject("scripting.filesystemobject")
set act = fso.opentextfile(server.mappath("session_count.txt"))
counter = clng(act.readline)
if session("been_here_before") = "" then
session("been_here_before") = "Yes"
counter = counter + 1
Set act = fso.CreateTextFile(server.mappath("session_count.txt"), true)
act.WriteLine(counter)
end if
act.Close
Response.Write("Visitors: "&counter)
%>
|