var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Friday's Fabulous Flick
";
arnews[0] += "This week's flick features Lola Ogunnaike, Maurice DuBois, & Brenda Blackmon attending The American Foundation for The University of The West Indies (AFUWI) Gala on January 29th in New York City. ...";
arnews[0] += "
";
arnews[1]="Flavor of love show com
";
arnews[1] += "Lola Ogunnaike just wrote a great article for The New York Times examining the overwhelming success of VH1's reality show “Flavor of Love. ...
Millions of people watched the first two seasons of FLAVOR of LOVE on VH1. ...";
arnews[1] += "
";
arnews[2]="Sunday Open Thread - Jack & Jill Politics
";
arnews[2] += "CNN's Reliable Sources with Howard Kurtz: Lauren Ashburn, managing editor and executive producer, USA Today Live; Lola Ogunnaike, pop culture commentator; Robin Liss, president and CEO, Reviewed.com; Steven Levy, author, \"The Perfect ...";
arnews[2] += "
";
arnews[3]="bapesta
";
arnews[3] += "In a story by Lola Ogunnaike in yesterday's New York Times, he said, \"when we first got there it was the quietest area of Tokyo, and now it's one of the coolest areas in Tokyo.\" It's amazing what street cred can do for a street. ...";
arnews[3] += "
";
arnews[4]="formspring.me ~ Sugabelly 2.0
";
arnews[4] += "Friday's Fabulous Flick - This week's flick features Lola Ogunnaike, Maurice DuBois, & Brenda Blackmonattending The American Foundation for The University of The West Indies (AFUWI) ... 17 hours ago ...";
arnews[4] += "
";
arnews[5]="uglyblackjohn: "Taste Is A Highly Subjective Thing..."
";
arnews[5] += "While the likes of Stephanie Elam, Femi Oke, Brenda Berard, Kareen Wynter, Valerie Morris, Monica McNeal, Lola Ogunnaike, Natisha Lance add a strong back-up group. NBC currently leads all takers with my girl Jenna Wolfe, Tamron Hall, ...";
arnews[5] += "
";
arnews[6]="CQ Politics | CQ Transcript: CNN's “State of the Union”
";
arnews[6] += "KURTZ: Lola Ogunnaike, Christine Brennan makes the point that this is the greatest fall from grace in professional sports, at least that she has ever seen. Is Tiger in a special category? Or is this now a watershed moment, ...";
arnews[6] += "
";
arnews[7]="Sunday Talkers
";
arnews[7] += "... Suze Orman (CNBC); Reliable Sources : David Zurawik (The Baltimore Sun); Emily Rooney (WBGH); Ex-\"Today\"/\"Early Show\" Producer Steve Friedman; Christine Brennan (USA Today); Gregg Doyel (CBS News); Commentator Lola Ogunnaike. ...";
arnews[7] += "
";
arnews[8]="Drake Talks Linking Up With Lil Wayne For The First Time! | Sound ...
";
arnews[8] += "In what seems like the most in depth look inside Drake's rise to fame, Vibe Magazine's, Lola Ogunnaike tagged along with the former star of “Degrassi” to see if all the hype is true. And according to the DOPE ass cover story, ...";
arnews[8] += "
";
arnews[9]="Appearances in the Workplace
";
arnews[9] += "In a video by CNNMoney.com, host Lola Ogunnaike and lifestyle expert Robert Verdi explain the importance for men to look professional in the workplace. Please view the video by clicking the link below. ...";
arnews[9] += "
";
totcount = 10;
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("