var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Joe Hank: Tom Cruise Does His Own Stunts for Upcoming Movie [PICS]
";
arnews[0] += "Tom Cruise Does His Own Stunts for Upcoming Movie [PICS] -";
arnews[0] += "
";
arnews[1]="Louie Baur: Tom Cruise Does His Own Stunts for Upcoming Movie [PICS] http://bit.ly/6iv3Ac
";
arnews[1] += "Tom Cruise Does His Own Stunts for Upcoming Movie [PICS]";
arnews[1] += "
";
arnews[2]="radiodemon: Tom Cruise Does His Own Stunts for Upcoming Movie [PICS]
";
arnews[2] += "Tom Cruise Does His Own Stunts for Upcoming Movie [PICS] -";
arnews[2] += "
";
arnews[3]="Nick Brewer: Tom Cruise's Leaked 'New Moon' Audition
";
arnews[3] += "Tom Cruise's Leaked 'New Moon' Audition -";
arnews[3] += "
";
arnews[4]="Twilight: New Moon Auditions With Tom Cruise (In Every Role)
";
arnews[4] += "Twilight: New Moon Auditions With Tom Cruise (In Every Role) -";
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("