var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Great White Hope: A History of Subtly Racist Sports Movies
";
arnews[0] += "The Blind Side, a new sports drama based on Michael Lewis - book The Blind Side: Evolution of a Game, tells the real-life, against-all-odds story of Baltimore Ravens offensive tackle Michael Oher, who came from a broken home and lived alone on the mean streets of Memphis, Tennessee before becoming a football star.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:50:54 GMT";
arnews[0] += "
";
arnews[1]="The Big Pink Cover Beyonce
";
arnews[1] += "After Solange covered Dirty Projectors , a band on Domino, it's only fair the Londoners who sing \" Dominos \" have a go at a song by Knowles' sister.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:41:54 GMT";
arnews[1] += "
";
arnews[2]="Beyonce Goes Crowd Surfing In London
";
arnews[2] += "Those lucky enough to catch Beyonce Knowles in concert know the singer certainly puts on a show.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:48:25 GMT";
arnews[2] += "
";
arnews[3]="Watch Beyonce's shock stage dive at London O2 gig
";
arnews[3] += "Soul diva Beyonce showed she may be a bit of a rocker at heart after stage diving into the audience at a London gig.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 11:29:00 GMT";
arnews[3] += "
";
arnews[4]="Amy Winehouse; credit: Sean Gallup/Getty Images Entertainment
";
arnews[4] += "In the early 1990s, two brothers and some friends in Munich formed the Poets of Rhythm, a band inspired by the \"deep funk\" sound of late-1960s James Brown, The Meters and similar groups.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 22:46:43 GMT";
arnews[4] += "
";
arnews[5]="Freeze Frame: Mama Tina Heads Back To The Telly
";
arnews[5] += "Borrowing Solange's infamous pink lipstick, Miss Tina Knowles [or just plain Miss Knowles if you're nasty] was spotted heading back to her hotel after watching her spawn shake, rattling, and roll around on stage in London on Monday night.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 00:28:34 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("