var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Today in Theatre History : NOVEMBER 20 - Playbill
";
arnews[0] += "1922 The Lucky One is the brother who doesn't get the girl in this A.A. Milne play. Staged at the Theatre Guild by Theodore Komisarjevksy with a cast including Dennis King, Romney Brent, and Helen Westley. 1934 Lillian Hellman's The Children's Hour ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 04:57:00 GMT";
arnews[0] += "
";
arnews[1]="BET ROLLS OUT THE RED CARPET AT THE TENTH ANNIVERSARY CELEBRATION OF ... - The Futon Critic
";
arnews[1] += "[NOTE: The following article is a press release issued by the aforementioned network and/or company. Any errors, typos, etc. are attributed to the original author. The release is reproduced solely for the dissemination of the enclosed information ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT";
arnews[1] += "
";
arnews[2]="Fixed Mobile Convergence - TMCnet
";
arnews[2] += "Kirk Franklin, Heather Headley and gospel supernovas, Mary Mary. CELEBRATION OF GOSPEL is produced by Stephen Hill, President of Music Programming & Specials, BET; Lynne Harris Taylor, Vice President of Specials, BET; and Geovanni Brewer, executive ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 19:34:00 GMT";
arnews[2] += "
";
totcount = 3;
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("