var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Sparta striker wants to play for R
"; arnews[0] += "Wilfried hopes to nationalize and play for the Czechs. Freshly eliminated from the 2010 World Cup, the Czech national team may be in line for a boost in the form of a new player."; arnews[0] += "
Publ.Date : Wed, 21 Oct 2009 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="KSU's Tom Pappas takes third in France
"; arnews[1] += "Tom Pappas, former decathlon world champion and assistant coach of the Kansas State track and field team, finished third in decathlon at the DecaStar meet in Talence, France, last weekend."; arnews[1] += "
Publ.Date : Wed, 23 Sep 2009 16:46:56 GMT"; arnews[1] += "
"; arnews[2]="Bad show at athletics championships
"; arnews[2] += "Ronaldo's move to Real Madrid is one of many shaking up European soccer. The Czechs gave a disappointing performance overall at the 12th annual World Athletics Championships in Berlin Aug."; arnews[2] += "
Publ.Date : Wed, 26 Aug 2009 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="American Hardee leads decathlon
"; arnews[3] += "Hardee ran a season best of 10.45 seconds in the opening 100 meters to take command of the two-day event at the very start."; arnews[3] += "
Publ.Date : Wed, 19 Aug 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Still with a little spring in the step
"; arnews[4] += "Sebrle begins his seventh World Championship decathlon Aug. 19. As 34-year-old Roman Sebrle lines up for the 100 meters at the 12th IAAF World Championships in Berlin Aug."; arnews[4] += "
Publ.Date : Wed, 19 Aug 2009 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="American Hardee wins decathlon
"; arnews[5] += "Trey Hardee of the United States gets a lift from some competitors after winning the decathlon on Thursday in Berlin."; arnews[5] += "
Publ.Date : Thu, 20 Aug 2009 23:36:46 GMT"; arnews[5] += "
"; arnews[6]="What you might have missed
"; arnews[6] += "MISS something? Sprint sensation Usain Bolt set another world record, Peter Siddle put the Aussies on top in the Ashes while Sam Stosur won again.. SUPER SIDDLE SKITTLES ENGLAND From Ben Dorries in London: PETER Siddle snatched back the Ashes advantage for Australia as he tore through the heart of England's batting lineup on day one of the fifth ..."; arnews[6] += "
Publ.Date : Thu, 20 Aug 2009 20:55:00 GMT"; arnews[6] += "
"; arnews[7]="American Hardee leads decathlon
"; arnews[7] += "Hardee ran a season best of 10.45 seconds in the opening 100 meters to take command of the two-day event at the very start."; arnews[7] += "
Publ.Date : Wed, 19 Aug 2009 07:00:00 GMT"; arnews[7] += "
"; arnews[8]="Smith out of contention in decathlon at worlds
"; arnews[8] += "Trey Hardee of the United States posted two personal bests to lead the decathlon after three events at the world championships on Wednesday."; arnews[8] += "
Publ.Date : Wed, 19 Aug 2009 07:00:00 GMT"; arnews[8] += "
"; totcount = 9; 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("
");document.write("
");