var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Who's News: Kristen Bell, Susan Sarandon, Tim DeKay and more
";
arnews[0] += "You can see Susan Sarandon , 63, in Peter Jackson's \"The Lovely Bones,\" but the actress, who recently split from partner Tim Robbins after 23 years together, says her big dream \"is to work with my kids.\" Daughter Eva Amurri, 24, is an actress; son Jack, 20, is in school at USC; and Miles, 17, is a musician.";
arnews[0] += "
Publ.Date : Fri, 29 Jan 2010 07:48:54 GMT";
arnews[0] += "
";
arnews[1]="TV best bets: Fri., Jan. 15
";
arnews[1] += "THE BANK JOB a ' Inspired by a true British crime, director Roger Donaldsona TMs caper casts Saffron Burrows as a model appointed to gather a team to steal certain safe-deposit-box contents.";
arnews[1] += "
Publ.Date : Fri, 15 Jan 2010 13:46:37 GMT";
arnews[1] += "
";
arnews[2]="Ask American Profile
";
arnews[2] += "Q Can you tell when and where silent film star Pola Negri died? She came from Poland to the United States in 1922.";
arnews[2] += "
Publ.Date : Thu, 03 Dec 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Numb3rs: The Fifth Season
";
arnews[3] += "Terrorism. Conspiracy. Revenge. Murder. Sabotage. Magic. Kidnapping. Mathematics and one near-death experience for a major character.";
arnews[3] += "
Publ.Date : Thu, 03 Dec 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Aasif Mandvi at the UK premiere of Today's Special, in London 16 October 2009
";
arnews[4] += "American actors of South Asian origin have never had it so good, and it is only getting better for them in the land of opportunities.";
arnews[4] += "
Publ.Date : Mon, 23 Nov 2009 03:10:36 GMT";
arnews[4] += "
";
arnews[5]="FlashForward: No Looking Back
";
arnews[5] += "This week, the agents go to Washington to testify before a closed session of the Senate Intelligence Committee in order to justify the funding for their Mosaic project.";
arnews[5] += "
Publ.Date : Fri, 23 Oct 2009 23:39: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("