var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Walk the Line [Blu-ray] (Blu-ray) newly tagged "blu-ray"
";
arnews[0] += "Walk the Line [Blu-ray] (Blu-ray) newly tagged \"blu-ray\" -";
arnews[0] += "
";
arnews[1]="Saphire Aira: Walk the Line [Blu-ray] (Blu-ray) newly tagged "blu-ray"
";
arnews[1] += "Walk the Line [Blu-ray] (Blu-ray) newly tagged \"blu-ray\" -";
arnews[1] += "
";
arnews[2]="Felipe Sunol: Fantastic. RT @ebertchicago: Maybe Joaquin Phoenix WASN'T kidding. Is that his beard trainer as the second contestant? http://j.mp/FaTiN
";
arnews[2] += "Fantastic. RT @";
arnews[2] += "
";
arnews[3]="Jessica L.: I agree! RT @WhatsToEatBmore: -Classic! And he did such a great job.I'm listening to "Folsom Prison Blues" by Joaquin Phoenix
";
arnews[3] += "I agree! RT @";
arnews[3] += "
";
arnews[4]="Greg Atkinson: @MarkMatlock That's funny. I'd love to see a pic of the 2 crazy version Joaquin Phoenix dudes. #nywc
";
arnews[4] += "@";
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("