var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Staller Center 2009-2010 season: affordable, world-class theater ... - Examiner
";
arnews[0] += "Donna Hanover, Phoebe Snow & Paula Zahn at the Martha Graham Dance Company gala. The Staller Center at Stony Brook University brings world-class performances to it's thousand-seat, state-of-the-art theater. They just announced their fall 2009 ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:37:00 GMT";
arnews[0] += "
";
arnews[1]="Here's to the Ladies Who Lunch - Playbill
";
arnews[1] += "Kate Baldwin, who co-stars in the Broadway revival of Finian's Rainbow , will perform at the Nov. 20 benefit for Citymeals-on-Wheels in Manhattan. The by-invitation-only event, which will be held at noon at Cipriani 42nd Street, will boast nearly 100 ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 21:33:00 GMT";
arnews[1] += "
";
arnews[2]="American-Italian Cancer Foundation Benefit Dinner & Live Auction - Guestofaguest.com
";
arnews[2] += "Hosted by Co-Chairmen Joseph R. Perella, Chairman & CEO, Perella Weinberg Partners LP; Gabriele Galateri di Genola, Chairman, Telecom Italia; and Mistress of Ceremonies, Journalist Paula Zahn, the American-Italian Cancer Foundation's (AICF) 2009 ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 11:50:00 GMT";
arnews[2] += "
";
arnews[3]="Can Business Journalism Save the World? - VANITYFAIR
";
arnews[3] += "Andrew Ross Sorkin, Niall Ferguson, Bethany McLean, Bryan Burrough, and moderator Michael Lewis at last night’s Vanity Fair /Bloomberg discussion, “Covering the Crisis.” Photograph by Justin Bishop. The academy-newsroom split was perhaps most ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 18:27:00 GMT";
arnews[3] += "
";
arnews[4]="Opinion Archive: Jacob Sullum - Patriot Post
";
arnews[4] += "He is a frequent guest on TV and radio programs, including The O'Reilly Factor, Hardball, Paula Zahn Now, The Charlie Rose Show and NPR. Sullum is the author of Saying Yes: In Defense of Drug Use (Tarcher/Penguin) and For Your Own Good: The Anti ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 03:48:00 GMT";
arnews[4] += "
";
arnews[5]="CNN finding that prime-time success is elusive - WBOC
";
arnews[5] += "NEW YORK (AP) - The latest rough patch for CNN illustrates the two contradictions at the network's heart. 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 ...";
arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 23:53: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("