var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Benny Hinn y Pastor Ricardo Rodriguez
";
arnews[0] += "Benny Hinn, ora por los Pastores Ricardo y Ma. Patricia Rodriguez..... Para recibir la uncion apostolica, en 1998...";
arnews[0] += "
Publ.Date : Tue, 26 May 2009 14:10:40 GMT";
arnews[0] += "
";
arnews[1]="Congreso mundial de Avivamiento 2009 como un viento recio
";
arnews[1] += "como un viento recio, es el lema del congreso mundial de Avivamiento 2009, el cual a impactado, no solo as lideres, sino a todo aquel que";
arnews[1] += "
Publ.Date : Tue, 07 Apr 2009 22:19:15 GMT";
arnews[1] += "
";
document.title=document.title+ " ";
arnews[2]="WSJ interview: Patricia Rodriguez, Artezzano (Aid to Artisans)
";
arnews[2] += "At ABC Carpets & Home, Patricia Rodriguez of La Paz, Bolivia, talks about her business and how the Aid to Artisans program is helping her try to export her product to the U.S....";
arnews[2] += "
Publ.Date : Sat, 31 Jan 2009 01:35:33 GMT";
arnews[2] += "
";
arnews[3]="Silvio Rodriguez - SILVIO LE HABLA AL SUR, part 1 de 5
";
arnews[3] += "Entrevista realizada por Patricia Villegas Marín para la cadena Telesur con motivo de la gira \"Expedición\" por las cárceles de Cuba. Diciembre 2007. Gracias al amigo Alberto...";
arnews[3] += "
Publ.Date : Wed, 28 Jan 2009 19:47:53 GMT";
arnews[3] += "
";
arnews[4]="Miss España, con la vista puesta en Miss Mundo
";
arnews[4] += "Patricia Rodriguez acudió a un acto promocional en el que confesó que le haría mucha ilusión ganar el certamen de Miss Mundo pero que entre sus planes también está retomar...";
arnews[4] += "
Publ.Date : Fri, 03 Oct 2008 11:15:16 GMT";
arnews[4] += "
";
arnews[5]="AVIVANOS 2008 MARCO BARRIENTOS
";
arnews[5] += "VIDEO PROMOCIONAL CONGRESO ALIENTO DEL CIELO 2008 AVIVANOS Marco Barrientos Cash Luna Claudio Freidzon Fernando Sosa Ricardo Rodriguez Maria Patricia Rodriguez Lideres clave del...";
arnews[5] += "
Publ.Date : Mon, 24 Mar 2008 21:52:03 GMT";
arnews[5] += "
";
arnews[6]="Night of the Demons III (1997) Trailer [german]
";
arnews[6] += "Der deutsche Trailer von Laser Paradise. Sieht allerdings aus wie selbst gebastelt. Ganz schlechte Fortsetzung. *-* Originaltitel: Night of the Demons III Herstellungsland:...";
arnews[6] += "
Publ.Date : Fri, 30 Nov 2007 23:07:22 GMT";
arnews[6] += "
";
arnews[7]="SF Nov 2, 2007 Day of the Dead Mission Street
";
arnews[7] += "Projections from DigitalOfferings2007.com along with short interview with Day of the Dead Exhibitions Curator/Producer Rene Yanez and Gallery Director, Patricia Rodriguez of the...";
arnews[7] += "
Publ.Date : Mon, 05 Nov 2007 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="El Show De Fantastico 1999 Enrique Rodriguez Mota 5/6
";
arnews[8] += "Este es el Show De Fantastico con Enrique Rodriguez Mota en el año 1999, transmitido por Televiza Canal 7 del Zulia, Venezuela. Este fue un programa dedicado a debatir para la...";
arnews[8] += "
Publ.Date : Sat, 07 Jul 2007 03:04:02 GMT";
arnews[8] += "
";
arnews[9]="El misterio del Calvario
";
arnews[9] += "Canta Patricia Rodriguez,(Original de Julissa)Iglesia Maranatha Redencion Simpsonville, SC ... Cristiana Alabanza Adoracion";
arnews[9] += "
Publ.Date : Tue, 15 May 2007 05:38:30 GMT";
arnews[9] += "
";
totcount = 10;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("