var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Podcast Posted What's Black Got To Do With It? Elvis Mitchell+Thelma Golden+Lorna Simpson+Lola Ogunnaike http://bit.ly/rQMdF
";
arnews[0] += "Podcast Posted What's Black Got To Do With It? Elvis Mitchell+Thelma Golden+Lorna Simpson+Lola Ogunnaike";
arnews[0] += "
";
arnews[1]="[CNN][video] End of a retail era: Lola Ogunnaike reports on the Virgin Megastore chain closing in th.. http://tinyurl.com/c4p5xg
";
arnews[1] += "[CNN][video] End of a retail era: Lola Ogunnaike reports on the Virgin Megastore chain closing in th..";
arnews[1] += "
";
arnews[2]="Ranker: Fashion stretches to fit plus-size teens - CNN: CNNFashion stretches to fit plus-size teensCNNBy Lola Ogunnaike .. http://buzzup.com ...
";
arnews[2] += "Fashion stretches to fit plus-size teens - CNN: CNNFashion stretches to fit plus-size teensCNNBy Lola Ogunnaike ..";
arnews[2] += "
";
arnews[3]="EyeWatch Video News: Mighty Michelle Obama: CNN's Lola Ogunnaike reports the first lady grac.. http://tinyurl.com/dzkft8
";
arnews[3] += "EyeWatch Video News: Mighty Michelle Obama: CNN's Lola Ogunnaike reports the first lady grac..";
arnews[3] += "
";
arnews[4]="Lola Ogunnaike Leaving CNN http://tinyurl.com/ljpoed
";
arnews[4] += "Lola Ogunnaike Leaving CNN";
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("