var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Here's to the Ladies Who Lunch
";
arnews[0] += "Kate Baldwin, who co-stars in the Broadway revival of Finian's Rainbow , will perform at the Nov.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 23:37:39 GMT";
arnews[0] += "
";
arnews[1]="Citymeals-on-Wheels Honors Joan H. Tisch and Joan Weill at Annual Power Lunch for Women
";
arnews[1] += "A veritable who's who from the worlds of business, media, entertainment, government, publishing and the arts will gather at Cipriani 42nd Street on Friday, November 20th to honor Joan H. Tisch , Vice Chair, Citymeals-on-Wheels and Joan Weill , Citymeals' President Emeritus , at the Citymeals-on-Wheels 23rd annual \"Power Lunch for Women .";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 16:03:25 GMT";
arnews[1] += "
";
arnews[2]="Candy Crowley's greatest accomplishment
";
arnews[2] += "Naturally, I agree with Rainey's point that the intense focus on Crowley's weight is bullshit.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 22:56:42 GMT";
arnews[2] += "
";
arnews[3]="CNN finds prime-time success elusive in the middle path between MSNBC and Fox
";
arnews[3] += "The latest rough patch for CNN illustrates the two contradictions at the network's heart.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 11:14:34 GMT";
arnews[3] += "
";
arnews[4]="CNN finding that prime-time success is elusive
";
arnews[4] += "In a brutal time for the news business, CNN is one of the few media organizations thriving while its most visible part in the United States a ' prime-time on the flagship network a ' is hurting.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 23:31:00 GMT";
arnews[4] += "
";
arnews[5]="CNN finding viewers elusive
";
arnews[5] += "The latest rough patch for CNN illustrates the two contradictions at the network's heart.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 12:42:45 GMT";
arnews[5] += "
";
arnews[6]="Dobbs quits CNN
";
arnews[6] += "For a time, Lou Dobbs was one of CNN's biggest stars. Now, though, after having watched his ratings steadily fall, he's leaving the network.";
arnews[6] += "
Publ.Date : Thu, 12 Nov 2009 06:05:31 GMT";
arnews[6] += "
";
arnews[7]="Lou Dobbs Resigns from CNN
";
arnews[7] += "Lou Dobbs is seen in a 2007 file photo. Dobbs announced Nov. 11, 2009 that he's resigning from CNN, effective immediately.";
arnews[7] += "
Publ.Date : Thu, 12 Nov 2009 01:02:08 GMT";
arnews[7] += "
";
arnews[8]="Ashley Reeves talks to Paula Zahn about the attack that left her for dead in Belleville park
";
arnews[8] += "Ashley Reeves, who was attacked and nearly killed by former Freeburg teacher Samson Shelton, will be featured on the debut show of \"On the Case with Paula Zahn\" on the Investigation Discovery channel at 9 p.m. Sunday.";
arnews[8] += "
Publ.Date : Sun, 08 Nov 2009 06:59:10 GMT";
arnews[8] += "
";
totcount = 9;
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("