var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="SwimmingWorld.TV - Streamlined - MSS Streamlined
";
arnews[0] += "MSS Streamlined. Date Tuesday, February 9, 2010 at 11:55AM | Author SwimmingWorld.TV | Comment Post a Comment. Feb. 9, 2010: Kelci Bryant wins again at USA Diving nationals; Michael Wright. Formats available: Flash Video (.flv) ...";
arnews[0] += "
";
arnews[1]="swimfo.com
";
arnews[1] += "COLUMBUS, Ohio, February 8. KELCI Bryant (Chatham, Ill.) picked up her second title this week and Michael Wright (Forest Park, Ill.) won his first car...";
arnews[1] += "
";
arnews[2]="Lane 9 News Archive: Kelci Bryant , Michael Wright Close Out USA ...
";
arnews[2] += "KELCI Bryant (Chatham, Ill.) picked up her second title this week and Michael Wright (Forest Park, Ill.) won his first career title as the USA Diving Winter National Championships wrapped up with 1-meter events on Monday. ...";
arnews[2] += "
";
arnews[3]="Lane 9 News Archive: Olympians David Boudia, Christina Loukas ...
";
arnews[3] += "Johnston finished second at 709.25, with Olympian Kelci Bryant (Chatham, Ill.) close behind at 706.85. \"I'm really excited I finally pulled it through and got my first title on 3-meter,\" Loukas said. \"Because it was also a World Cup ...";
arnews[3] += "
";
arnews[4]="Lane 9 News Archive: USA Diving Winter National Championships ...
";
arnews[4] += "2008 Olympian Kelci Bryant (Chatham, Ill.) is right behind with 364.05 points. Johnston and Bryant won the 3-meter titles at the two national championships in 2009. Boudia and Nick McCrory (Chapel Hill, N.C.) dominated the men's ...";
arnews[4] += "
";
arnews[5]="USA Diving Winter Nationals This Week at McCorkle - The Ohio State ...
";
arnews[5] += "Among the divers expected to compete are 2008 Olympians Kelci Bryant, David Boudia, Chris Colwill, Troy Dumais, Thomas Finchum, Haley Ishimatsu, Christina Loukas and Ariel Rittenhouse, along with a number of top Ohio State divers. ...";
arnews[5] += "
";
arnews[6]="Lane 9 News Archive: USA Diving Winter National Championships ...
";
arnews[6] += "Other 2008 Olympians who will be competing include women's 3-meter divers Kelci Bryant (Chatham, Ill./Minneapolis, Minn.), Christina Loukas (Riverwoods, Ill./Bloomington, Ind.), and Ariel Rittenhouse (Santa Cruz, Calif./Los Angeles). ...";
arnews[6] += "
";
arnews[7]="Reeser, Tomasula, Bolstad, and Burke Earn Weekly Awards - Metro ...
";
arnews[7] += "Overall, Burke placed second out of 10 divers in both dives, second only to Kelci Bryant of Minnesota (394.45 in 3-meter; 344.50 1-meter). Last summer Bryant was fourth in the three-meter at the Beijing Olympics. ...";
arnews[7] += "
";
arnews[8]="Making the Grade - Carlsbad Current-Argus
";
arnews[8] += "Fourth grade: Peyton Albarez, Will Baggett, Sumerlyn Bickerstaff, Jake Bowen, Kelci Bryant, Caleb Carnathan, Austyn Chester, Timber Graves, Laura Ann Laidley, Emma Lieberwirth, Rebecca Lofton, Jerakah Madron, Hannah Navarrette, ...";
arnews[8] += "
";
arnews[9]="Lane 9 News Archive: <i>Swimming World</i> College Conference ...
";
arnews[9] += "Minnesota's Kelci Bryant dominated the women's three-meter diving competition with 394.45 points. Rutgers' Erin Saunders placed second with 280.95 points, while Minnesota's Katie Grunawalt finished third with 264.70 points. ...";
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("