var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TARAJI P. HENSON: LIFE IN FILM - BET
";
arnews[0] += "A fresh face to the Hollywood scene, Taraji P. Henson got her break on the big screen in John Singleton’s “Baby Boy.” Ironically, Henson’s co-star in “Not Easily Broken,” Morris Chestnut, got his first break in Singleton’s “Boyz N the ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:27:00 GMT";
arnews[0] += "
";
arnews[1]="Tyler Is Writing His Memoirs - The Gaea Times
";
arnews[1] += "STEVEN TYLER has opened up about his rumoured hiatus from AEROSMITH - he’s taking some time off to write a book while his injured shoulder heals. The group has been thrown into chaos in recent weeks, with Tyler’s baffled bandmates admitting he ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 07:56:00 GMT";
arnews[1] += "
";
arnews[2]="Daryl Hall, John Oates and Cleveland - A Top Story This Week - antiMUSIC
";
arnews[2] += "Daryl Hall, John Oates and Cleveland was a top story for this week. Here it is again: The number-one selling duo in music, Daryl Hall and John Oates, are appearing as themselves on the hit comedy, The Cleveland Show this Sunday, November 22nd at 8 ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:12:00 GMT";
arnews[2] += "
";
arnews[3]="DEBBIE ALLEN'S 'OMAN' TO PREMIERE IN LA: Kennedy Center-commissioned ... - EURweb
";
arnews[3] += "At the center of the works are two young men—one Omani (Muslim) and the other an African-American (Christian)—who are roommates at a military academy. Through music, movement, song, and dance, the young men take a magical journey discovering the ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 07:54:00 GMT";
arnews[3] += "
";
arnews[4]="Daryl Hall, John Oates and Cleveland - antiMUSIC
";
arnews[4] += "The number-one selling duo in music, Daryl Hall and John Oates, are appearing as themselves on the hit comedy, The Cleveland Show this Sunday, November 22nd at 8:30pm ET/PT. Cleveland (Mike Henry) celebrates his first Thanksgiving with his new family ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 09:44:00 GMT";
arnews[4] += "
";
arnews[5]="Awards for James Cameron - Variety
";
arnews[5] += "New York Women in Film and Television has announced the winners of this year's Muse Awards. It's already a busy awards season for helmer James Cameron, who will receive the Santa Barbara Film Festival's modern master award and the Visual Effects ...";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 23:59:00 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("