var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Juuh: Monica Keena http://bit.ly/1kWPcJ
";
arnews[0] += "Monica Keena";
arnews[0] += "
";
arnews[1]="Sparro: Monica Keena
";
arnews[1] += "Monica Keena -";
arnews[1] += "
";
arnews[2]="Freddy vs Jason 2003 1080p Blu-ray VC-1 TrueHD 5.1-DON[佛莱迪对杰森] (原盘)
";
arnews[2] += "Freddy vs Jason 2003 1080p Blu-ray VC-1 TrueHD 5.1-DON[佛莱迪对杰森] (原盘) -";
arnews[2] += "
";
arnews[3]="Chris and Phil: Night of the Demons: Take a Peek at the New Angela
";
arnews[3] += "Night of the Demons: Take a Peek at the New Angela -";
arnews[3] += "
";
arnews[4]="Kat Angus: @HitFixDaniel Aw, Monica Keena! She was the best part of DC!
";
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("