var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The 24 Hour Musicals Are Revealed
";
arnews[0] += "Titles have been announced for The 24 Hour Musicals program, a benefit in which short original musicals are created, cast, rehearsed and performed all in the span of one day.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 02:26:14 GMT";
arnews[0] += "
";
arnews[1]="24 Hour Musicals, with Turner, Gets, Pasquale, Thoms, Keenan-Bolger, Presented Feb. 8
";
arnews[1] += "Kathleen Turner, Malcolm Gets, Steven Pasquale, Tracie Thoms, Celia Keenan-Bolger, John Ellison Conlee, Alicia Witt, Richard Kind, Nancy Opel, Mo Rocca and Cady Huffman will take part in the Feb.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 07:58:20 GMT";
arnews[1] += "
";
arnews[2]="Man Uses Spoof Card to Stalk His Ex-wife
";
arnews[2] += "We first told you about John on Saturday when he called us claiming Jennifer's friend was shooting up his Cantonment neighborhood.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 05:36:10 GMT";
arnews[2] += "
";
arnews[3]="(related link)Celeb Doppelgangers: New fad sweeps Facebook
";
arnews[3] += "In News Feeds across the massive social networking site, glam shots of the red-carpet ready have replaced familiar photos of family and friends as Facebook fans by the thousands join in on the latest fad to sweep the site.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 18:44:51 GMT";
arnews[3] += "
";
arnews[4]="Celeb Doppelgangers: New fad sweeps Facebook
";
arnews[4] += "In News Feeds across the massive social networking site, glam shots of the red-carpet ready have replaced familiar photos of family and friends as Facebook fans by the thousands join in on the latest fad to sweep the site.";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 16:16:42 GMT";
arnews[4] += "
";
arnews[5]="Celeb Doppelgangers: Facebook Fad
";
arnews[5] += "Micah Pruett, left, chose Jim Henson's Muppet Animal, right, as his doppelganger because he said the character reflects his personality.";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 15:59:24 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("