var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Murney, Shindle, Adams & More Set for 'Dreams' Benefit, 11/23
";
arnews[0] += "Nick Adams , Paul Canaan , Jenn Colella , Blake Daniel , Jenn Gambatese , Tyler Hanes , Lauren Kennedy , Julia Murney , Matt Risch , and Kate Schindle are among the Broadway stars who will participate in the Broadway Dreams Foundation's Holiday Benefit Concert on Monday, November 23, 2009 at 7 p.m. at the Marjorie S. Deane Little Theatre at the ...";
arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 05:01:44 GMT";
arnews[0] += "
";
arnews[1]="ONSTAGE & BACKSTAGE: Make-a-Wish Music
";
arnews[1] += "A week in the life of actor, musician, music director and talk-show host Seth Rudetsky.";
arnews[1] += "
Publ.Date : Mon, 02 Nov 2009 20:39:49 GMT";
arnews[1] += "
";
arnews[2]="Hottest Articles on BWW
";
arnews[2] += "Below are BroadwayWorld.com's most popular articles from 10/4/2009 - 10/11/2009. Catch up below on anything that you might have missed from the past week on BroadwayWorld.com! 1) Photo Coverage: Tony Winner Kiril Kulish Bids Farewell to Broadway's BILLY ELLIOT by Peter James Zielinski - October 05, 2009 Kiril Kulish , one of the original three ...";
arnews[2] += "
Publ.Date : Sun, 11 Oct 2009 18:00:00 GMT";
arnews[2] += "
";
arnews[3]="Hottest Videos on BWW
";
arnews[3] += "Below are BroadwayWorld.com's most popular videos from 10/2/2009 - 10/9/2009. Catch up below on anything that you might have missed from the past week on BroadwayWorld.com! 1) BWW TV: Standing Ovations V Featured Performer Day 2: Laura Bell Bundy by BroadwayWorld TV - October 06, 2009 Laura Ashley Bell Bundy most recently starred in Legally Blonde: ...";
arnews[3] += "
Publ.Date : Sat, 10 Oct 2009 03:59:10 GMT";
arnews[3] += "
";
arnews[4]="Hottest Articles on BWW from Tuesday, Oct. 6
";
arnews[4] += "Below are BroadwayWorld.com's most popular articles from Tuesday, October 6, 2009.";
arnews[4] += "
Publ.Date : Wed, 07 Oct 2009 06:00:00 GMT";
arnews[4] += "
";
arnews[5]="Three plays, art walk this weekend
";
arnews[5] += "Madison County's hectic pace of fall events continues this weekend from three plays and an arts walk to a car show and a blacksmithing festival.";
arnews[5] += "
Publ.Date : Thu, 01 Oct 2009 19:56:36 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("