var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Berlin 2009 | 110m Hurdles Men | Medal Ceremony
";
arnews[0] += "Medal ceremony of 110m hurdles in Berlin. Gold: Ryan Brathwaite (Barbados) Silver: Terrence Trammell (USA) Bronze: David Payne (USA)";
arnews[0] += "
Publ.Date : Sun, 23 Aug 2009 14:30:30 GMT";
arnews[0] += "
";
arnews[1]="Reebok Grand Prix 2009 Men's 110 Hurdles
";
arnews[1] += "www.reebokgrandprix.com 1 Terrence Trammell United States 13.12 0.1 2 Aries Merritt United States 13.28 0.1 3 Ryan Brathwaite Barbados 13.30 0.1 4 Antwon Hicks United States 13.35...";
arnews[1] += "
Publ.Date : Sun, 31 May 2009 17:14:59 GMT";
arnews[1] += "
";
arnews[2]="U.S hurdler focusses on gold
";
arnews[2] += "America's Terrence Trammell is confident of a win in the 110 metre hurdles despite media attention on favourites, China's Liu Xiang and Cuba's Dayron Robles.";
arnews[2] += "
Publ.Date : Sun, 10 Aug 2008 17:24:25 GMT";
arnews[2] += "
";
arnews[3]="Olympic Trials Mens 110h Final 2008 USA Track & Field
";
arnews[3] += "Olympic Trials Men's 110m hurdle Final 2008 USA Track & Field, July 6, Hayward Field, Eugene, OR. Results: Wind: 3.5 1 David Oliver, Nike 12.95 2 Terrence Trammell, Mizuno 13.00 3...";
arnews[3] += "
Publ.Date : Mon, 07 Jul 2008 02:15:03 GMT";
arnews[3] += "
";
arnews[4]="Hip Hop Doc Olympic interview Terrence Trammell part 2
";
arnews[4] += "The second half of the Hip Hop Doc's interview of Olympic Athlete Terrence Trammell.";
arnews[4] += "
Publ.Date : Sat, 24 May 2008 20:29:00 GMT";
arnews[4] += "
";
document.title=document.title+ " ";
arnews[5]="Hip Hop Doc Olympic interview Terrence Trammell part 1
";
arnews[5] += "The Hip Hop Doc sits down for an interview with Olympic Athlete Terrence Trammell to discuss fitness, health, and other things.";
arnews[5] += "
Publ.Date : Sat, 24 May 2008 20:19:05 GMT";
arnews[5] += "
";
arnews[6]="First World title for Xiang
";
arnews[6] += "Liu Xiang of China was matched stride for stride over eight hurdles by American Terrence Trammell. In the end it was Xiang who pulled away to win the 110-meter hurdles in 12.95...";
arnews[6] += "
Publ.Date : Fri, 31 Aug 2007 17:06:39 GMT";
arnews[6] += "
";
arnews[7]="First World title for Xiang
";
arnews[7] += "Liu Xiang of China was matched stride for stride over eight hurdles by American Terrence Trammell. In the end it was Xiang who pulled away to win the 110-meter hurdles in 12.95...";
arnews[7] += "
Publ.Date : Wed, 04 Jul 2007 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="Lui Xiang 12.92
";
arnews[8] += "World Record holder Lui Xiang runs a 12.92 seconds to win the 110High Hurdles at the 2007 Reebok Grand Prix. Tailwind 1.5 m/s 1 Xiang Liu CHN 12.92 (0.171) 2 Terrence Trammell USA...";
arnews[8] += "
Publ.Date : Sun, 03 Jun 2007 19:12:30 GMT";
arnews[8] += "
";
arnews[9]="110m hurdles final from Barcelona 1992
";
arnews[9] += "Marck Mckoy. Wins the 110m hurdles. Colin Jackson finishes out of the medals. ... Colin Jackson 13.12 Allen Johnson 110m hurdles Barcelona Terrence Trammell Liu Xiang";
arnews[9] += "
Publ.Date : Mon, 21 Aug 2006 00:15:49 GMT";
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("