var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tom Cruise Set For Another 'Mission Impossible'
";
arnews[0] += "Share + Feb 9, 2010 10:48 pm US/Central 1 of 1 Actor Tom Cruise arrives at the 66th Annual Golden Globe Awards held at the Beverly Hilton Hotel on Jan, 11, 2009 in Beverly Hills, Calif.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:49:00 GMT";
arnews[0] += "
";
arnews[1]="Tom Cruise to Star in "Mission Impossible IV"
";
arnews[1] += "\"Mission Impossible\" is back -- and Tom Cruise will be along for the ride. The star will be featured in the fourth installment of the \"Mission Impossible\" franchise, a film he will also produce, Entertainment Weekly's Hollywood Insider reported Tuesday .";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:30:17 GMT";
arnews[1] += "
";
arnews[2]="Cruise back for another 'Mission'
";
arnews[2] += "Actor Tom Cruise stands in the pits during the NASCAR Sprint Cup Series Pep Boys Auto 500 at Atlanta Motor Speedway on September 6, 2009 in Hampton, Georgia.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:50:56 GMT";
arnews[2] += "
";
arnews[3]="Tom Cruise to Star in 'Mission: Impossible IV' - ET
";
arnews[3] += "Entertainment Tonight Headlines Tom Cruise to Star in 'Mission: Impossible IV' Paramount Pictures announced Tuesday that they are moving forward with producing 'Mission Impossible IV' and that Tom Cruise will star and produce.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 06:50:33 GMT";
arnews[3] += "
";
arnews[4]="Tom Cruise Set For Another 'Mission Impossible'
";
arnews[4] += "Jewel Samad/AFP/Getty Images Tom Cruise is starring in another impossible mission.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:48:19 GMT";
arnews[4] += "
";
arnews[5]="3 Good Reasons Why They Shouldn't Make Mission: Impossible 4
";
arnews[5] += "Earlier in the day we reported that the rumors were true - Tom Cruise and J.J. Abrams were teaming up to bring Ethan Hunt back to the big screen for a fourth installment.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 06:44:18 GMT";
arnews[5] += "
";
totcount = 6;
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("