var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Guys and Dolls' actress Jean Simmons dies
";
arnews[0] += "British actress Jean Simmons, pictured in this 1956 photo, has died. Photograph by: File photo, AFP/Getty Images WASHINGTON a ' British actress Jean Simmons, who starred opposite Laurence Olivier in Hamlet during a career spanning 60 years, has died in California, Los Angeles Times reported on Saturday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:25:50 GMT";
arnews[0] += "
";
arnews[1]="Mark Scott Introduced As City's New Manager
";
arnews[1] += "Mayor Ashley Swearengin introduced Fresno's newest city manager Tuesday afternoon -- a man who grew up in Fresno, eventually became city manager in Beverly Hills and now wants to \"come home.\" \"I have not seen a room with this many cameras since the Beverly Hills police arrested Winona Ryder for shoplifting,\" Mark Scott told reporters at a news ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:10:10 GMT";
arnews[1] += "
";
arnews[2]="Total Recall: Anthony Hopkins' Best Movies
";
arnews[2] += "Some actors struggle with typecasting for their entire careers -- and some, like Anthony Hopkins , get to do pretty much whatever they want.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:02:00 GMT";
arnews[2] += "
";
arnews[3]="The Bachelorette and the Big City
";
arnews[3] += "There's a fine documentary series, The Bachelor , currently airing on television.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:07:33 GMT";
arnews[3] += "
";
arnews[4]="Eve Ensler's V-Day 2010 Campaign A Female Empowering Event In April
";
arnews[4] += "Playwright Eve Ensler's V-Day 2010 charitable presentation of The Vagina Monologues campaign event, currently under way, continues efforts and philosophy of promoting and inspiring female empowerment.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 17:41:17 GMT";
arnews[4] += "
";
arnews[5]="On demand picks
";
arnews[5] += "Foster lets her hair down in a rare comedy role, and the island critters are cute; kids will enjoy it wholeheartedly.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 10:30:30 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("