var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Marques Lyons: Buy Cadillac Records, starring Adrien Brody, Jeffrey Wright, and Beyoncé Knowles, On Blu-ray™ High-D
";
arnews[0] += "Buy Cadillac Records, starring Adrien Brody, Jeffrey Wright, and Beyoncé Knowles, On Blu-ray™ High-D -";
arnews[0] += "
";
arnews[1]="A New World Order? Looking at AFI and Doha Tribeca Fests - indieWIRE
";
arnews[1] += "A New World Order? Looking at AFI and Doha Tribeca Fests - indieWIRE -";
arnews[1] += "
";
arnews[2]="D. Jeffrey Wright: Some of you all have GoogleWave :), some of you do not :( we have no control over who gets invitations. There were... http://bit.ly/2Fv9NO
";
arnews[2] += "D. Jeffrey Wright: Some of you all have GoogleWave :), some of you do not :( we have no control over who gets invitations. There were...";
arnews[2] += "
";
arnews[3]="WebTablet: @de Jeffrey Wright – I'm Your Hoochie Coochie Man: http://www.last.fm/music/Jeffrey+Wright
";
arnews[3] += "@de Jeffrey Wright – I'm Your Hoochie Coochie Man:";
arnews[3] += "
";
arnews[4]="MDVsoft®: Markus Lehmann is now connected to D. Jeffrey Wright (Forum Moderator at United Nations)
";
arnews[4] += "Markus Lehmann is now connected to D. Jeffrey Wright (Forum Moderator at United Nations)";
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("