var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Movie Review: Good Hair (2009) - Examiner
";
arnews[0] += "Get alerts when there is a new article from the SF Movies Examiner. Read Examiner.com's terms of use. By now everyone knows that little Miss Lola Rock, Chris Rock 's daughter came inside from playing one day and asked, \"Daddy, why don't I have good ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 15:52:00 GMT";
arnews[0] += "
";
arnews[1]="Good Hair - EDGE Boston
";
arnews[1] += "Is Chris Rock the new Michael Moore?! Ok, well maybe not, but the comedian more than proves he can put on a good show with the documentary Good Hair , a rollicking 90-minute venture into the world of weaves and relaxer. Using the infamous Hair Show ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT";
arnews[1] += "
";
arnews[2]="THE PULSE OF ENTERTAINMENT: Irene "Mama"... - EURweb
";
arnews[2] += "*Irene Stokes known to most as comedian/actress Mama Stokes, mother of music/film producer Chris Stokes (Immature/IMx, B2K, “You Got Served”), has launched an Internet cooking show, “Irene Cooking with the Stars.” Her cooking show has had ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:05:00 GMT";
arnews[2] += "
";
arnews[3]="Who Doesn't Love The Smell Of Dead Celebrity DNA? - A.V. Club
";
arnews[3] += "Everyone who is or was at some point even remotely famous has a perfume—Carlos Santana, Avril Lavigne, Tim McGraw, Donald Trump, the cast of the Bold & The Beautiful , Alan Cumming, Raven Symone, Derek Jeter, that girl whose arm was bitten off by a ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 20:03:00 GMT";
arnews[3] += "
";
arnews[4]="Top 20 TV Ensembles from the Past 20 Years - Examiner
";
arnews[4] += "Sure, television is only as good as its script, but where a TV series really shines is in its ability cast actors who fit their written characters to a \"T.\" You almost always know a great TV ensemble cast even if you haven't been an avid fan of the ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 04:14:00 GMT";
arnews[4] += "
";
totcount = 5;
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("