var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="linwenchao: dubro watched the video "Criss Angel: Mind Freak - Blow Out" on Joost.
";
arnews[0] += "dubro watched the video \"Criss Angel: Mind Freak - Blow Out\" on Joost. -";
arnews[0] += "
";
arnews[1]="Auto123_fr: Le T-REX au service de Criss Angel http://bit.ly/795m07
";
arnews[1] += "Le T-REX au service de Criss Angel";
arnews[1] += "
";
arnews[2]="Nate Prouty: @JustinRYoung Points to criss angel's site, but check out the window title.
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Juan: Criss Angel y su nueva temporada de “MindFreak”
";
arnews[3] += "Criss Angel y su nueva temporada de “MindFreak” -";
arnews[3] += "
";
arnews[4]="Las Vegas Media: Tue, 11/24: Criss Angel: Believe by Cirque du Soleil (Luxor Theater) http://bit.ly/MoLuG
";
arnews[4] += "Tue, 11/24: Criss Angel: Believe by Cirque du Soleil (Luxor Theater)";
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("