var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Laverne Jones-Farrette Shocks Carmelita Jeter | World-Track and Field
";
arnews[0] += "... is going to be very interesting for women's track and field, cant wait to see shelly ann fraser and kerron stewart clash with carmelita jeter and laverne jones-ferrette over 100 metres. and throw veronica campbell brown in the mix. ...";
arnews[0] += "
";
arnews[1]="THE TRACK NERD'S BLOG: THE BEGINNING OF THE PROFESSIONAL SEASON
";
arnews[1] += "... recently but Barber maybe making a comeback after stunning New York track and field fans with her big win in the women's 60 meter dash clocking in at 7.24 defeating former world champion Jamaican sprinter Veronica Campbell-Brown. ...";
arnews[1] += "
";
arnews[2]="Rivalries Drive Sport
";
arnews[2] += "Allyson Felix v Veronica Campbell Brown - Women's 200 Another US v Jamaica pairing with four time World champion Felix against two time Olympic champion Campbell-Brown. These are two of the fiercest competitors in any event - male or ...";
arnews[2] += "
";
arnews[3]="Rematched in Berlin IV: Campbell-Brown vs Felix
";
arnews[3] += "Berlin was yet another clash between the two women who have dominated the 200m during the last five years, Allyson Felix (US) and Veronica Campbell-Brown (JAM). The two have met at five championship finals and Felix holds a slim 3-2 ...";
arnews[3] += "
";
arnews[4]="Bolt & Ver on athletes of the decade list
";
arnews[4] += "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 won the sprint double at ...";
arnews[4] += "
";
arnews[5]="Campbell-Brown talks track and then some...
";
arnews[5] += "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 suffering, ...";
arnews[5] += "
";
arnews[6]="Campbell-Brown, Daniel Bailey Beaten At Millrose Games | World ...
";
arnews[6] += "Jamaica's star Veronica Campbell-Brown's return to indoor competition ended in defeat as the sprinter was beaten into second place in the women's 60m dash. Campbell-Brown, who switched coach last year, finished second to American Lisa ...";
arnews[6] += "
";
arnews[7]="Cool Running :: Lagat makes it eight at Millrose Games
";
arnews[7] += "The 2006 World Indoor champion and reigning USA Indoor champion, Barber stormed down the track with two-time Olympic 200m gold medalist Veronica Campbell-Brown (JAM)hot on her heels. But it was Barber's day as she was able to hold off ...";
arnews[7] += "
";
arnews[8]="MIllrose Games: Lagat Gets Win #8, Cantwell, Trammel Lead, US ...
";
arnews[8] += "Olympic winner Veronica Campbell-Brown of Jamaica lost the 60 m to Lisa Barber by 0.003 (7.237-7.240). Third Muna Lee was close third in 7.25. In other action Boaz Lalang of Kenya won the 800 m in 1:50.51, 400 m hurdles world medalist ...";
arnews[8] += "
";
arnews[9]="The Track & Field Superblog: Millrose Reactions
";
arnews[9] += "The women's 60 meters was an exception, with Lisa Barber winning by .003 seconds over Veronica Campbell-Brown. Side note: while discussing Jana Rawlinson's breast augmentation/reduction drama, an insider said an unnamed US sprinter also ...";
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("