var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Why can't Tom Cruise escape himself?
";
arnews[0] += "In the summer of 2008, Tom Cruise fell out of the big action thriller \"Salt,\" a move that roughly followed him falling out of the big action thriller \"28th Amendment\" . At the time it looked like the world's most famous working actor might take a break from the motorcycle-flipping and warehouse-exploding; he was, after all, shooting at about the ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:08:32 GMT";
arnews[0] += "
";
arnews[1]="Battle for Terra
";
arnews[1] += "Director: Aristomenis Tsirbas Screenwriter: Evan Spiliotopoulos , Aristomenis Ts Starring: Justin Long , Brian Cox , Evan Rachel Wood , Luke Wilson , David Cross Running time: 85 mins Certificate: PG If Battle For Terra sounds a bit familiar , that's because it's pretty much the story of Pocahontas Dances With Wolves Avatar .";
arnews[1] += "
Publ.Date : Fri, 15 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Obituary: Philip Klass/Major science fiction writer in 1940s, 1950s
";
arnews[2] += "During the \"golden age\" of American science fiction, the short stories of William Tenn were read as avidly as the works of Philip K. Dick, Robert Heinlein and Ray Bradbury.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 10:22:15 GMT";
arnews[2] += "
";
arnews[3]="Where Worlds Collide Good and Bad - Sarajevo, Bosnia and Herzegovina
";
arnews[3] += "My overnight bus ride came to an end here about ten miles short of town at some remote bus depot in a suburb called Obrinja.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 13:23:40 GMT";
arnews[3] += "
";
arnews[4]="Virus Attack
";
arnews[4] += "Cartoon Network may be trying to attract teens through live-action, but never fear - they haven't left animation completely behind.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 11:00:48 GMT";
arnews[4] += "
";
arnews[5]="Citizen Kane
";
arnews[5] += "The classic story of power and the press. Features: DVD, English, French, Spanish, Subtitled A fascinating story of idealism corrupted by wealth, Citizen Kane is frequently named the greatest film of all time and is credited with inspiring more directorial careers than any other film in history.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="0 Day Attack on Earth (XBLA) review
";
arnews[6] += "The twin-stick shooter sub-genre has certainly seen its share of releases on the downloadable content space.";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 01:23:42 GMT";
arnews[6] += "
";
totcount = 7;
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("