var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chris Rock takes lighthearted look at black women's 'dos
";
arnews[0] += "If you were raised in an African-American community, then you're probably very familiar with the notion of \"good hair,\" a term that's generally applied to folks born with wavy locks which are less trouble to take care of than the more tightly-curled or nappy variety.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:28:57 GMT";
arnews[0] += "
";
arnews[1]="The Great White Hope: A History of Subtly Racist Sports Movies
";
arnews[1] += "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[1] += "
Publ.Date : Fri, 20 Nov 2009 22:50:54 GMT";
arnews[1] += "
";
arnews[2]="Friday Fashion Feature - Jeggings: Cop or Drop?
";
arnews[2] += "To the pleasure of many, fierce ladies like Amber Rose and Meagan Good brought a whole new level of sexiness to all sorts of leggings - leather, shiny spandex, snake print, etc.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 13:47:04 GMT";
arnews[2] += "
";
arnews[3]="Mount de Sales' perfect season ends with loss to Good Counsel
";
arnews[3] += "It has been said many times that high school volleyball is a game of momentum. Top-ranked Mount de Sales learned all about that Thursday night - the hard way.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Mount de Sales' perfect season ends with loss to Good Counsel
";
arnews[4] += "It has been said many times that high school volleyball is a game of momentum. Top-ranked Mount de Sales learned all about that Thursday night - the hard way.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 08:41:08 GMT";
arnews[4] += "
";
arnews[5]="Miles From Home
";
arnews[5] += "The cast of Miles From Home share a light moment during the moviea s premiere at MovieTowne, Invaders Bay, on Wednesday night.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 10:34:57 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("