var arnews = new Array(8);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stockard Channing, Jude Law, Marcia Gay Harden, Michael Urie, et al ... - TheaterMania.com
";
arnews[0] += "LIFEbeat will present its fifth annual 10-day eBay auction, Celebrity Memorabilia Auction Honoring World AIDS Day BID 2 BEAT AIDS , beginning December 1 at Noon EST. Proceeds will benefit the organization's ongoing AIDS/HIV programs nationwide. The ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 20:31:00 GMT";
arnews[0] += "
";
arnews[1]="Friend's E-mail: - Packet Online
";
arnews[1] += "FOR Jane Alexander, 2009 has been a year spent on stage. The Tony- and Emmy-winning actress has performed in plays in Pittsburgh, New York and Connecticut, collaborating with writers like David Hare and actors like Stockard Channing. Security image ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 03:18:00 GMT";
arnews[1] += "
";
arnews[2]="Six Degrees of Separation - inc Free Drink & Prog - Whatsonstage.com
";
arnews[2] += "SIX DEGREES OF SEPARATION originally debuted on Broadway in 1990 and in 1993 was adapted as a film starring Stockard Channing - reprising her stage role - Donald Sutherland and Will Smith. In 1992, it received its London premiere at the Royal Court ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 18:45:00 GMT";
arnews[2] += "
";
arnews[3]="Jane Alexander flaunts Victorian conventions at George Street ... - Packet Online
";
arnews[3] += "FOR Jane Alexander, 2009 has been a year spent on stage. The Tony- and Emmy-winning actress has performed in plays in Pittsburgh, New York and Connecticut, collaborating with writers like David Hare and actors like Stockard Channing. It’s a ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 18:07:00 GMT";
arnews[3] += "
";
arnews[4]="Top 20 TV Ensembles from the Past 20 Years - Examiner
";
arnews[4] += "Sure, television is only as good as its script, but where a TV series really shines is in its ability cast actors who fit their written characters to a \"T.\" You almost always know a great TV ensemble cast even if you haven't been an avid fan of the ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 04:43:00 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("