var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Season underway for Campbell-Brown, but track isn't the only thing on ... - IAAF
";
arnews[0] += "3 February 2010 - Her first race of the season under her belt after taking second at the Millrose Games at the end of January, Veronica Campbell Brown’s 2010 season is underway. But with the earthquake in Haiti causing thousands of deaths and ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 10:52:00 GMT";
arnews[0] += "
";
arnews[1]="Bolt & Ver on athletes of the decade list - radiojamaica.com
";
arnews[1] += "Usain Bolt & Veronica Campbell-Brown. Jamaica's Usain bolt and Veronica Campbell-Brown have been ranked fourth and sixth respectively in the respective athletes of the decade list produced by world renowned magazine, Track and Field News. Bolt who ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 01:47:00 GMT";
arnews[1] += "
";
arnews[2]="Amazing: At 3 a.m., “Red Eye” beating CNN primetime in key demo - Hotair.com
";
arnews[2] += "Proof of Red Eye’s strength or CNN’s weakness? (Both!) They’ve been beating Campbell Brown in the demo since last fall , but the damage isn’t limited to the 8 p.m. hour anymore. Says Mediaite : Just like when we highlighted the show’s ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 02:17:00 GMT";
arnews[2] += "
";
arnews[3]="VCB glad to get first race out of way - Jamaica Observer
";
arnews[3] += "WITH her first competitive race of the new track and field season out of the way, Veronica Campbell Brown is looking forward to the rest of the season. The Atlanta-based Jamaican was adjudged second behind American Lisa Barber after both clocked 7.24 ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 08:05:00 GMT";
arnews[3] += "
";
arnews[4]="M.o.m. For America Board Member And Patriotic Song-writer/singer, Lisa ... - PRLog (free press release)
";
arnews[4] += "NEW YORK CITY, NY – February 4, 2010 – Lisa Norton, who currently serves on the Board of Directors for M.O.M. FOR AMERICA, Inc. will be featured on CNN’s Campbell Brown on Thursday, February 4, 2010. Lisa Norton is a patriotic songwriter/singer ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 12:53:00 GMT";
arnews[4] += "
";
arnews[5]="Moore, Ivey attending National Tea Party - Montgomery Advertiser
";
arnews[5] += "Moore's campaign released a statement Friday afternoon that he will do a live interview from the National Tea Party Convention on CNN's Campbell Brown show at 7:00 p.m. Central.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 02:42: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("