var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Video: Essence Honors Mary J. Blige at Black Women in Music Event - EURweb
";
arnews[0] += "Actress Gabourey Sidibe graces the cover of the new March 2010 Ebony Magazine. Inside, the star of “Precious” talks about her new movie role opposite Zoe Kravitz and why no matter what anyone says she still celebrates being “different.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 13:37:00 GMT";
arnews[0] += "
";
arnews[1]="50 Cent Given Reality Check From Screaming Chace Crawford Fans - Post Chronicle
";
arnews[1] += "The In Da Club hitmaker, real name Curtis Jackson, appears alongside Emma Roberts, Ellen Barkin, Zoe Kravitz and the Gossip Girl hunk in the Joel Schumacher drama about a young drug dealer and his struggles. The hip-hop superstar assumed the crowds ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 14:34:00 GMT";
arnews[1] += "
";
arnews[2]="SICK SEYFRIED HATED VANITY FAIR'S YOUNG HOLLYWOOD SHOOT - PR Inside
";
arnews[2] += "star joined fellow up-and-coming screen stars like Krist= en Stewart, Carey Mulligan, Emma Roberts, Blake Lively, Zoe Kravitz and L= eighton Meester for a Young Hollywood-themed cover shoot. Sick Seyfried was a mess on the set of the shoot and ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 23:19:00 GMT";
arnews[2] += "
";
arnews[3]="AMANDA SEYFRIED VIDEOS - Contactmusic.com
";
arnews[3] += "star joined fellow up-and-coming screen stars like Kristen Stewart, Carey Mulligan, Emma Roberts, Blake Lively, Zoe Kravitz and Leighton Meester for a Young Hollywood-themed cover shoot. Sick Seyfried was a mess on the set of the shoot and regrets ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 05:53:00 GMT";
arnews[3] += "
";
arnews[4]="50 CENT'S REALITY CHECK - PR Inside
";
arnews[4] += "The In Da Club hitmaker, real name Curtis Jackson, appears alongside Em= ma Roberts, Ellen Barkin, Zoe Kravitz and the Gossip Girl hunk in the Joe= l Schumacher drama about a young drug dealer and his struggles. The hip-hop superstar assumed the ...";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 19:43:00 GMT";
arnews[4] += "
";
arnews[5]="Vanity Fair Doesn’t Care for Black Women, Report Says - Softpedia
";
arnews[5] += "Funny enough, VF included Zoe Kravitz, Selena Gomez and Vanessa Hudgens in a profile on young up-and-coming actresses for last month’s issue, but it wasn’t a cover story! Will things ever change at Vanity Fair??? Should we stop buying these ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 14:20: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("