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]="Numb3rs: The Fifth Season
";
arnews[1] += "Terrorism. Conspiracy. Revenge. Murder. Sabotage. Magic. Kidnapping. Mathematics and one near-death experience for a major character.";
arnews[1] += "
Publ.Date : Thu, 03 Dec 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="FEATURE-design-trends-sophina-brown-01.jpg
";
arnews[2] += "Millions of TV viewers know Sophina Brown as \"Nikki Betancourt,\" NUMB3RS L.A. street-smart cop who doesn't hesitate to break a few rules to get the job done.";
arnews[2] += "
Publ.Date : Tue, 01 Dec 2009 18:28:57 GMT";
arnews[2] += "
";
arnews[3]="Numb3rs: The Fifth Season
";
arnews[3] += "The fifth season of Numb3rs has a lot of solid developments in store for viewers.";
arnews[3] += "
Publ.Date : Thu, 29 Oct 2009 12:29:06 GMT";
arnews[3] += "
";
arnews[4]="Today in History
";
arnews[4] += "Today is Friday, Sept. 18, the 261st day of 2009. There are 104 days left in the year.";
arnews[4] += "
Publ.Date : Fri, 18 Sep 2009 17:50:04 GMT";
arnews[4] += "
";
arnews[5]="Almanac
";
arnews[5] += "Today is Friday, Sept. 18, the 261st day of 2009. There are 104 days left in the year.";
arnews[5] += "
Publ.Date : Fri, 18 Sep 2009 15:03:00 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("