var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Marlon Brando had an affair with 15-year-old actress - The Gaea Times
";
arnews[0] += "LONDON - English novelist-actress Jackie Collins had a brief affair with late Hollywood legend Marlon Brando when she was 15 after he met her at a Hollywood party. Collins, now 72, has admitted that she dated the Hollywood icon briefly in 1954 after ...";
arnews[0] += "
Publ.Date : Fri, 15 Jan 2010 09:34:00 GMT";
arnews[0] += "
";
arnews[1]="The Five All-Time Greatest Boxing Movies - Bleacherreport.com
";
arnews[1] += "Boxing has perhaps inspired more excellent movies than any other sport. In fact, if you combined every movie from every other sport, I doubt one of them could crack this list (with the exception of, perhaps, Slap Shot or Hoosiers). I can't even name ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:53:00 GMT";
arnews[1] += "
";
arnews[2]="Jackie Collins New Release Reveals Robert Pattinson Insights - Limelife
";
arnews[2] += "Never doubt the instincts of a multi-million-making, bestselling author. Over the decades Jackie Collins has dated Hollywood honchos like Warren Beatty and Marlon Brando...no wonder that even before Robert Pattinson was big, Jackie Collins knew the ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:30:00 GMT";
arnews[2] += "
";
arnews[3]="Read it and weep: No shame in shedding a few tears, more men realize - Memphis Commercial Appeal
";
arnews[3] += "As the irascible Jimmy Dugan in 1992's \"A League of Their Own,\" Tom Hanks shouts \"Are you crying? There's no crying. There's no crying in baseball!\" In that scene, Hanks berates one of his players -- a woman -- who can't keep it together. The women ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:18:00 GMT";
arnews[3] += "
";
arnews[4]="Americans distrust of government has deep roots - Ogden Standard-Examiner
";
arnews[4] += "Let me get straight to the point: Americans' profound distrust of government is neurotic -- irrational, defensive and born of emotional trauma. That doesn't mean I discount other sources of our disabling distrust of Washington. I believe the scholars ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:03:00 GMT";
arnews[4] += "
";
arnews[5]="In Paris, 'Streetcar' Derails on Huppert's Ego Trip - Oregonian
";
arnews[5] += "Compared with Chyra's almost impenetrable delivery, the famous \"Method\" mumbling of Marlon Brando, who created Stanley both on Broadway and on the screen-is a model of clarity.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 18:09:00 GMT";
arnews[5] += "
";
arnews[6]="Joan Collins pushes new release: "Poor Little Bitch Girl" [video] - Gaysocialites.com
";
arnews[6] += "I guess you noticed in the video above that she admits to the following: She slept with Marlon Brando as a teen, and she dared to say no to Warren Beatty. It's funny how these old broads talk so much about their personal lives when they get older. \"";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 15:39:00 GMT";
arnews[6] += "
";
arnews[7]="Sold Out Premiere of Disturbing the Universe Impresses Chicago Crowd - Gapers Block
";
arnews[7] += "On January 22nd, William Kuntsler: Disturbing the Universe , a documentary about the legendary left-wing lawyer premiered to a sold out crowd at the Siskel Film Center in Chicago. Directed by William Kuntsler's daughters Emily and Sarah Kuntsler the ...";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 19:13: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("