var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Keanu Reeves: SoHo Stroll - Just Jared
";
arnews[0] += "The new film, called Passengers , is set in the future where Keanu plays a passenger who accidentally wakes up from cryogenic sleep 90 years ahead of schedule. Afraid to be alone, the passenger decides to wake up a beautiful woman";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 21:48:00 GMT";
arnews[0] += "
";
arnews[1]="Toyota needs Keanu Reeves, not a man in a surgical mask - Daily Telegraph
";
arnews[1] += "I'm lucky enough not to drive a Toyota. But I can pass on a bit of advice to Akio Toyoda, the man in charge of the world's biggest car maker. He should call for the stars of Speed , the 1994 all-action flick. Sandra Bullock was Annie Porter, the ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 07:01:00 GMT";
arnews[1] += "
";
arnews[2]="Cinematical Seven: Down in New Orleans - cinematical
";
arnews[2] += "It's been a long weekend in New Orleans. I traveled over here for reasons that have nothing to do with Mardi Gras or football, and ended up sucked into a weekend where the main -- the only -- activity in this city had to do with the Superbowl and ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:31:00 GMT";
arnews[2] += "
";
arnews[3]="Total Recall: Anthony Hopkins' Best Movies - Rottentomatoes.com
";
arnews[3] += "A name like The World's Fastest Indian doesn't exactly conjure up images of a Kiwi in his late 60s, but don't let the disorienting combination of Anthony Hopkins' face floating over the title on the poster keep you from watching. For one thing ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:57:00 GMT";
arnews[3] += "
";
arnews[4]="MJ’s doc denies surrender claims - The Gaea Times
";
arnews[4] += "... results January 7th, 2010 Canadian claims Keanu Reeves fathered her kidsBARRIE, Ontario — A lawyer for Keanu Reeves says a paternity suit seeking millions from the actor should ... he tried buying cocaine from undercover cop in Fla.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 13:37:00 GMT";
arnews[4] += "
";
arnews[5]="Kathryn Bigelow Celebrated in Santa Barbara - TheWrap
";
arnews[5] += "“It’s been exhilarating and gratifying and thrilling and extremely surprising,” said the director of the year on Monday night at the Santa Barbara International Film Festival, where Kathryn Bigelow received yet another accolade and an evening ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 18:16:00 GMT";
arnews[5] += "
";
arnews[6]="Chris Isaak Tickets, Chris Isaak, Chris Isaak Concerts Tickets, Buy ... - PRLog (free press release)
";
arnews[6] += "PR Log (Press Release) – Feb 09, 2010 – Christopher Joseph \"Chris\" Isaak (born June 26, 1956) is an American rock and roots rock musician and occasional actor. Chris Isaak was ranked #68 on VH1's 100 Sexiest Artists. Isaak has also appeared in ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 13:22:00 GMT";
arnews[6] += "
";
arnews[7]="Street Kings (15) - Empire
";
arnews[7] += "Implicated in the shooting of a fellow cop, dissolute LA detective Tom Ludlow (Reeves) finds himself caught between the protection of his tight-knit department and a growing sense he may not be working for the good guys at all. Verdict Another mean ...";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 08:50:00 GMT";
arnews[7] += "
";
totcount = 8;
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("