var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Angie Stone brings - Unexpected' and more to the stage
";
arnews[0] += "Raised in Columbia, S.C., Angie Stone excelled in both sports and academics. She also took an early interest in gospel music, mainly because of her father's membership in local gospel groups.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:42:58 GMT";
arnews[0] += "
";
arnews[1]="It Ain't Over 't... - Lenny Krav...
";
arnews[1] += "Check out an exclusive performance of Lenny Kravitz as he performs such classics like \"Mr. Cab Driver\" or \"Let Love Rule'. You can also check out his newest single \"I'll Be Waiting\" right here l... Lenny Kravitz - Play All Biography There may have been other \"retro\" rock acts before him, but Lenny Kravitz was one of the first to not be pigeonholed ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:15:41 GMT";
arnews[1] += "
";
arnews[2]="Precious Comes to DVD
";
arnews[2] += "Academy Award nominated film hits stores. Isabel Betancourt Directed by Lee Daniels and starring Gabourey \"Gabby\" Sidibe, Paula Patton, Mo'Nique, Mariah Carey, Sherri Shepherd and Lenny Kravitz.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 04:57:09 GMT";
arnews[2] += "
";
arnews[3]="The man behind the British Invasion
";
arnews[3] += "What would the music industry look like without Sid Bernstein? We might have been spared the recent Depeche Mode concert at Ramat Gan Stadium, for one, since it was his idea to hold rock concerts in sports stadiums.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 01:38:51 GMT";
arnews[3] += "
";
arnews[4]="Oscar watch: Precious
";
arnews[4] += "Winter Park Movie Examiner rates this: Mo'nique as Mary, the titular character's mother in \"Precious.\" peoplemagazinedaily.com Claireece \"Precious\" Jones moves through her life as if invisible.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Precious: a new kind of a blaxploitationa
";
arnews[5] += "Precious is a film about how disgusting poor black people are. The men rape their daughters and make them pregnant.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 12:50:52 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("