var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Andy: MOVIES - Knight and Day - New Set Pics of Tom Cruise and Cameron Diaz http://bit.ly/75ppPV
";
arnews[0] += "MOVIES - Knight and Day - New Set Pics of Tom Cruise and Cameron Diaz";
arnews[0] += "
";
arnews[1]="Latinaroom.com: Bulls Loose on Diaz Movie Set, Two Injured: Production was put on hold today (11/23) on the Cameron Diaz-Tom Cr.. http://bit.ly/07DkAXq
";
arnews[1] += "Bulls Loose on Diaz Movie Set, Two Injured: Production was put on hold today (11/23) on the Cameron Diaz-Tom Cr..";
arnews[1] += "
";
arnews[2]="TV Man: MOVIES - Knight and Day - New Set Pics of Tom Cruise and Cameron Diaz http://bit.ly/75ppPV http://bit.ly/086QyXI
";
arnews[2] += "MOVIES - Knight and Day - New Set Pics of Tom Cruise and Cameron Diaz";
arnews[2] += "
";
arnews[3]="Joe Hank: Bulls Run Wild on the Set of Cruise's New Movie: Recent On-S
";
arnews[3] += "Bulls Run Wild on the Set of Cruise's New Movie: Recent On-S -";
arnews[3] += "
";
arnews[4]="shark tale: Movie Actors .._> Tom Cruise Cruise And Diaz Movie Suspended After Two Injured Cameron Diaz Production Halted On New Cruise Movie http://www.moviefreeonlinedownload.com
";
arnews[4] += "Movie Actors .._> Tom Cruise Cruise And Diaz Movie Suspended After Two Injured Cameron Diaz Production Halted On New Cruise Movie";
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("