var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Meg Ryan Broke Up Tim Robbins And Susan Sarandon? And Other Unlikely ... - The Frisky
";
arnews[0] += "I am currently in a situation where I have a crush on a married friend. I find myself getting wrapped up in all of the emotions of flirting with/ crushing on this person who is in a committed relationship. It would be dangerous and exciting, romantic ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:21:00 GMT";
arnews[0] += "
";
arnews[1]="Susan Sarandon - YAHOO!
";
arnews[1] += "As well known for her political activism as for her varied screen roles, actress Susan Sarandon defied being stereotyped in both her career and her personal life. The former Ford model, often playing seductive older women, demonstrated throughout her ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 02:02:00 GMT";
arnews[1] += "
";
arnews[2]="Susan Sarandon gives her kids drugs advice - The Gaea Times
";
arnews[2] += "LONDON - Actress Susan Sarandon has revealed that she gives drug advice to her children, warning them against killer ones. The 63-year-old Oscar-winning mum said she guides her children, telling them which drugs were worth experimenting with, based ...";
arnews[2] += "
Publ.Date : Tue, 19 Jan 2010 09:51:00 GMT";
arnews[2] += "
";
arnews[3]="Fox to release 'The Big Valley' adaptation - Entertainment Weekly Online
";
arnews[3] += "20th Century Fox has joined forces with producer Kate Edelman Johnson to release a film based on The Big Valley , a 1960s series created by Johnson’s father, Louis F. Edelman. Susan Sarandon is in talks to star in Barbara Stanwyck’s role, which ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:08:00 GMT";
arnews[3] += "
";
arnews[4]="Susan Sarandon on the Motherhood-Mortality Link - Celebrity Baby Blog
";
arnews[4] += "“When you have kids everyone talks about how much you appreciate life but what they don’t tell you is that the second you have a child you think about death,” the actress, 63, notes in a new interview. “I never thought about my mortality ...";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 17:21:00 GMT";
arnews[4] += "
";
arnews[5]="Brad Pitt and Angelina – Susan Sarandon and Tim Robbins;The great ... - Entertainment and Showbiz!
";
arnews[5] += "Hollywood has seen many ups and downs of careers, stories of drug abuse, celebrity breakups and many more. Talking of breakups we have seen some of the unexpected celeb breakups in the last two months. The year has just and celebs are at it! Wonder ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 11:02:00 GMT";
arnews[5] += "
";
arnews[6]="Links: Meg Ryan and Tim Robbins?; It’s Hard out Here for a Pimp Who ... - Blackbookmag.com
";
arnews[6] += "● In your totally unsubstantiated rumor of the day: Was Meg Ryan the reason Susan Sarandon and Tim Robbins split? [ Perez ] ● If you should be unfortunate enough to find yourself in the hospital, at least now your ass won’t be hanging out of ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 18:59:00 GMT";
arnews[6] += "
";
arnews[7]="Brosnan reveals the character actor within - Baton Rouge Advocate
";
arnews[7] += "NEW YORK (AP) — A debonair Pierce Brosnan, Bond-like in black jacket and gleaming white shirt, strides into a Manhattan hotel room for an interview. \"I don't normally dress like this,\" he quickly notes. Glamour has always come easily — almost too ...";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 20:39: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("