var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Retos Femeninos: COACH MEG y REVISTA SER -ALEJANDRA GUTIERREZ ahora son amigos
";
arnews[0] += "COACH MEG y REVISTA SER -ALEJANDRA GUTIERREZ ahora son amigos -";
arnews[0] += "
";
arnews[1]="Retos Femeninos: Bertha Mendoza Ayala dejó un comentario para Alejandra Gutierrez
";
arnews[1] += "Bertha Mendoza Ayala dejó un comentario para Alejandra Gutierrez -";
arnews[1] += "
";
arnews[2]="Retos Femeninos: REVISTA SER -ALEJANDRA GUTIERREZ agregó un evento
";
arnews[2] += "REVISTA SER -ALEJANDRA GUTIERREZ agregó un evento -";
arnews[2] += "
";
arnews[3]="Retos Femeninos: Christina Lara Montaño comentó el evento 'ENCENDIDO DE ROSA DEL MONUMENTO A LA PATRIA' de REVISTA SER -ALEJANDRA GUTIERREZ
";
arnews[3] += "Christina Lara Montaño comentó el evento 'ENCENDIDO DE ROSA DEL MONUMENTO A LA PATRIA' de REVISTA SER -ALEJANDRA GUTIERREZ -";
arnews[3] += "
";
arnews[4]="Retos Femeninos: Gladys Leticia Jure Cejin asistirá al evento de REVISTA SER -ALEJANDRA GUTIERREZ
";
arnews[4] += "Gladys Leticia Jure Cejin asistirá al evento de REVISTA SER -ALEJANDRA GUTIERREZ -";
arnews[4] += "
";
totcount = 5;
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("