var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Laura: Did u catch the glimpse of marc Anthony when j-lo was leaving the stage? Are they back together?
";
arnews[0] += "Did u catch the glimpse of marc Anthony when j-lo was leaving the stage? Are they back together?";
arnews[0] += "
";
arnews[1]="Jandy, ConcertMaven of FF: Cleaning out my palate after [Rec] with a little Looney Tunes. How much do I love Chuck Jones? THIS MUCH More than that, really, but I'm not working with infinite space here.
";
arnews[1] += "Cleaning out my palate after [Rec] with a little Looney Tunes. How much do I love Chuck Jones? THIS MUCH <------------------------------------------------------------------------------------------------------------------------------------------------> More than that, really, but I'm not working with infinite space here.";
arnews[1] += "
";
arnews[2]="Mădălin Oprea: Jennifer Lopez slips on stage - India Business Blog (blog)
";
arnews[2] += "Jennifer Lopez slips on stage - India Business Blog (blog) -";
arnews[2] += "
";
arnews[3]="Ден: наші знов програють? Marc Anthony "Tragedy"
";
arnews[3] += "наші знов програють? Marc Anthony \"Tragedy\"";
arnews[3] += "
";
arnews[4]="3. Jennifer Lopez và Marc Anthony “gặp nạn“ vì chó cưng
";
arnews[4] += "3. Jennifer Lopez và Marc Anthony “gặp nạn“ vì chó cưng -";
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("