var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Honorary Oscar for Bacall
";
arnews[0] += "HOLLYWOOD actress Lauren Bacall received an honorary Oscar at the weekend in front of stars including Jack Nicolson and Warren Beatty.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 04:27:56 GMT";
arnews[0] += "
";
arnews[1]="TrackBack
";
arnews[1] += "Showcasing the honorary awards in a separate ceremony allowed the recipients -- absentee Thalberg winner John Calley and honorary Oscar winners Roger Corman , Lauren Bacall and Gordon Willis -- to be feted in style rather than be relegated to just a few minutes on the Oscarcast.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 01:54:48 GMT";
arnews[1] += "
";
arnews[2]="Honorary Oscar for actress Bacall
";
arnews[2] += "Hollywood actress Lauren Bacall received an honorary Oscar at the weekend in front of stars including Jack Nicolson and Warren Beatty.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 17:35:44 GMT";
arnews[2] += "
";
arnews[3]="Honorary Oscar for actress Bacall
";
arnews[3] += "Hollywood actress Lauren Bacall received an honorary Oscar at the weekend in front of stars including Jack Nicolson and Warren Beatty.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 10:13:11 GMT";
arnews[3] += "
";
arnews[4]="Old Hollwood Honors Lauren Bacall & Roger Corman [Photo Gallery]
";
arnews[4] += "A little of new Hollywood was there, but most of them were over at the MOCA gala Saturday night.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 22:16:57 GMT";
arnews[4] += "
";
totcount = 5;
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("