var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="RIALTO CHATTER: Diana DeGarmo & Ace Young to Join New HAIR Cast on ... - Broadway World
";
arnews[0] += "As HAIR readies for its Broadway makeover and London premiere, rumors are beginning to swirl as to which current cast members will be settling in across the pond and which new faces will be gracing the Broadway production. The newest reports out ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 16:37:00 GMT";
arnews[0] += "
";
arnews[1]="RIALTO CHATTER: Diana DeGarmo & Ace Young to Join New HAIR Cast on ... - Broadway World
";
arnews[1] += "As HAIR readies for its Broadway makeover and London premiere, rumors are beginning to swirl as to which current cast members will be settling in across the pond and which new faces will be gracing the Broadway production. The newest reports out ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 18:31:00 GMT";
arnews[1] += "
";
arnews[2]="Tonight's 'American Idol' Auditions: Victoria Beckham (Again) in ... - Buddytv.com
";
arnews[2] += "Finally, one last week of American Idol auditions. It's been fun, but it's been a bit frustrating. If it's not the train wrecks (good morning, Crazy Accordion Lady) or the angry people (good morning, Andrew Fenlon), it's the sob stories (good morning ...";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 13:16:00 GMT";
arnews[2] += "
";
arnews[3]="High Hopes in the Mile High City for American Idol Denver Auditions - Associated Content
";
arnews[3] += "ticket. Many of the hopefuls in Denver had children. Mark Labriola has a young son. He hit the audition room with a weird story about being on the run when he was younger, which prompted Simon to question him at length about living in Maui. I thought ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 16:50:00 GMT";
arnews[3] += "
";
arnews[4]="'American Idol' Power List: We rate (and you vote on) the best ... - Entertainment Weekly Online
";
arnews[4] += "19. Katelyn Epperly (Last week No. 20) : Producers inexplicably played up her divorcing-parents backstory, and (don’t all clutch your pearls at once!) the shaggy-maned blonde admitted she’d long been “stand-offish” about auditioning for the ...";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 04:41: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("