var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="ProgGrrl: LETTERS TO JULIET trailer http://is.gd/4ZBNY (Amanda Seyfried, Gael Garcia Bernal, Vanessa Redgrave, Christopher Egan)
";
arnews[0] += "LETTERS TO JULIET trailer";
arnews[0] += "
";
arnews[1]="Ernesto Gonzalez: listening to "Gael Garcia Bernal - Quiero Que Me Quieras" ♫ http://blip.fm/~gma8r
";
arnews[1] += "listening to \"Gael Garcia Bernal - Quiero Que Me Quieras\" ♫";
arnews[1] += "
";
arnews[2]="Ernesto: listening to "Gael Garcia Bernal - Quiero Que Me Quieras" ♫ http://blip.fm/~gma8r
";
arnews[2] += "listening to \"Gael Garcia Bernal - Quiero Que Me Quieras\" ♫";
arnews[2] += "
";
arnews[3]="movienews: Letters To Juliet. Lucky For Us, The Trailer Spoils Nothing.
";
arnews[3] += "Letters To Juliet. Lucky For Us, The Trailer Spoils Nothing. -";
arnews[3] += "
";
arnews[4]="Leonardo Ojeda: Rudo y Cursi - Gael Garcia Bernal Quiero que me quieras.
";
arnews[4] += "Rudo y Cursi - Gael Garcia Bernal Quiero que me quieras.";
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("