var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Amy Langfield: Wow, this is the Grease girl RT @broadwayworld Laura Osnes to Sail into SOUTH PACIFIC Replacing Kello O'Hara Starting March 7
";
arnews[0] += "Wow, this is the Grease girl RT @";
arnews[0] += "
";
arnews[1]="Eagan's Laura Osnes: From 'Grease' to 'South Pacific' - Minneapolis Star Tribune
";
arnews[1] += "Eagan's Laura Osnes: From 'Grease' to 'South Pacific' - Minneapolis Star Tribune -";
arnews[1] += "
";
arnews[2]="ChrisVanPatten: Paulo Szot is out. Ah well, hopefully I can still see Sher's genius. Also, Laura Osnes? Sure, why not.
";
arnews[2] += "Paulo Szot is out. Ah well, hopefully I can still see Sher's genius. Also, Laura Osnes? Sure, why not.";
arnews[2] += "
";
arnews[3]="Check out this fun Broadway.com Q&A with SOUTH PACIFIC's Laura Osnes: http://bit.ly/12AzgY
";
arnews[3] += "Check out this fun Broadway.com Q&A with SOUTH PACIFIC's Laura Osnes:";
arnews[3] += "
";
arnews[4]="ChrisVanPatten: That said, I have a confession to make... I'm glad I saw Laura Osnes in that role over Kelli. ACK
";
arnews[4] += "That said, I have a confession to make... I'm glad I saw Laura Osnes in that role over Kelli. ACK";
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("