var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Oscar-nominated actress Carey Mulligan gets an education in fame
";
arnews[0] += "Carey Mulligan, the 24-year-old star of An Education, prepared herself for Oscar nominations in a peculiar way.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:05:52 GMT";
arnews[0] += "
";
arnews[1]="Pitts: Black men and war
";
arnews[1] += "It is the enduring paradox of our centuries here. It is the paradox that stood its ground at Bunker Hill, paradox that made a doomed charge on Fort Wagner, paradox that stormed San Juan Hill, advanced through the Meuse-Argonne, landed on Iwo Jima, liberated Seoul and was taken prisoner in Hanoi.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:01:27 GMT";
arnews[1] += "
";
arnews[2]="Ray Winstone walked the Edge of Darkness
";
arnews[2] += "When Edge of Darkness director Martin Campbell was looking for a menacing tough guy, he knew exactly who to hire - Ray Winstone.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:01:21 GMT";
arnews[2] += "
";
arnews[3]="A-list hospitality
";
arnews[3] += "Clint Eastwood purchased the historic Mission Ranch in 1986, he saved 10 hectares of prime real estate on Carmel's Monterey Peninsula from development.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:08:57 GMT";
arnews[3] += "
";
arnews[4]="Strange de Jim's Zingers Collection February 8, 2010
";
arnews[4] += "David Letterman, who ended the show by saying, \"And once again I'd like to thank the actors who played Jay and Oprah in our Super Bowl commercial.\" February wins: Letterman 5, Fallon 1 Jay Leno: \"The Super Bowl's the best thing to happen to New Orleans since Bush left office.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="More
";
arnews[5] += "After Mel Gibson made \"The Passion of the Christ,\" I remember predicting that we wouldn't see him in regular Hollywood fare again.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 08:00: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("