var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Precious Stoned
";
arnews[0] += "I haven't seen the much-praised picture Precious , so I don't have an opinion of the movie myself.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:21:26 GMT";
arnews[0] += "
";
arnews[1]="Madonna manager to replace Cowell on 'Idol'?
";
arnews[1] += "Madonna's manager Guy Oseary is leading the line to replace Simon Cowell as a judge on next season's American Idol , according to reports.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:56:29 GMT";
arnews[1] += "
";
arnews[2]="Streisand turns down $100 million Vegas offer
";
arnews[2] += "Singer and actress Barbra Streisand attends a party following a rare and intimate performance in support of her new jazz-flavored album 'Love Is The Answer' at The Waldorf-Astoria on September 26, 2009 in New York City.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:00:43 GMT";
arnews[2] += "
";
arnews[3]="Nick Cannon 'Having Fun' Hosting Radio And Hanging With Jay-Z
";
arnews[3] += "'I'm trying to bring something new, something fresh,' he says of his new morning DJ gig.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:54:00 GMT";
arnews[3] += "
";
arnews[4]="Beyonce, Alicia Keys shoot music video in Rio slum
";
arnews[4] += "Grammy Award-winning singers Beyonce and Alicia Keys are filming a music video in a Rio de Janeiro slum.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:38:13 GMT";
arnews[4] += "
";
arnews[5]="1002_twelfth-list
";
arnews[5] += "REVERSAL AND MISRULE: This gentlemen's-club Twelfth Night has everything but the exquisite sense that the midwinter party will soon be over.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 21:35:55 GMT";
arnews[5] += "
";
arnews[6]="Afternoon Links
";
arnews[6] += "Matt Damon was photographed leaving the Radio 1 Studios in London, UK this morning.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 21:25:09 GMT";
arnews[6] += "
";
arnews[7]="Guy Oseary Now Tipped to Take Simon Cowell Job at Idol ?
";
arnews[7] += "Madonna manager Guy Oseary is \"in the lead\" to take over as judge on American Idol when Simon Cowell leaves, Gatecrasher reports : \"'Guy has been in the music business since Madonna discovered him when he was 17, and he has a lot of the same experience as Simon,' says a Fox insider.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 16:44:57 GMT";
arnews[7] += "
";
totcount = 8;
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("