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]="What are you wearing? Raven-Symone Ford
";
arnews[1] += "Rihanna's \"Disturbia\" video. I love that mode. When she came out, I was like, \"That's hot.\" I liked the whole vibe; I dyed my hair black.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 07:26:57 GMT";
arnews[1] += "
";
arnews[2]="Rockstar Entertainment including marketing, branding services
";
arnews[2] += "After years of working with celebrities, Rockstar Entertainment is evolving beyond management to provide marketing and branding services.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 19:56:24 GMT";
arnews[2] += "
";
arnews[3]="Good Hair, not completely
";
arnews[3] += "Maybe it's because I'm the grandson and great nephew of beauticians [that's the term southern folks use for what is now commonly called a hairstylist] having grown up spending my childhood summers in a hot beauty shop watching black women get their hair done.";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Now Playing
";
arnews[4] += "Chris Rock examines the cost, both financial and sociological, of African-American hair culture in this hilarious, Sundance award-winning film.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 04:06:27 GMT";
arnews[4] += "
";
arnews[5]="Madison's own princess
";
arnews[5] += "Like a pint-sized pro, Elizabeth Dampier, 10, of Madison, won't spoil too much of the movie magic.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 08:00: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("