var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Tough Test for Hoffenheim
"; arnews[0] += "Hoffenheim have to beat one of the Bundesliga's most in-form goalkeepers this weekend if they are to take three points from Cologne."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:38:17 GMT"; arnews[0] += "
"; arnews[1]="Seydou Doumbia scores his first international goal / Player to Watch update
"; arnews[1] += "Former IMScouting Player to Watch Seydou Doumbia scored his first ever goal for the Ivory Coast national team in the 2-2 draw with Germany on Wednesday night."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 11:15:15 GMT"; arnews[1] += "
"; arnews[2]="Spain extend their winning run
"; arnews[2] += "European champions Spain sounded off another warning to the other World Cup finalists with a resounding 5-1 win in Austria on Wednesday."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 06:42:59 GMT"; arnews[2] += "
"; arnews[3]="Big victory for Spain
"; arnews[3] += "Madrid: Spain marked their return to the Vienna stadium, where they won Euro 2008, by thrashing 10-man Austria 5-1 while Germany were held to a 2-2 draw by Ivory Coast in friendlies on Wednesday."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 06:32:32 GMT"; arnews[3] += "
"; arnews[4]="Spain soar, Germany stutter in friendly action
"; arnews[4] += "Friday, November 20, 2009 PARIS: Spain underscored their status as World Cup favourites on Wednesday by swatting Austria 5-1 away in an international friendly encounter, David Villa twice on target."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 05:05:38 GMT"; arnews[4] += "
"; arnews[5]="Spain blasts 5 past Austria, Ivory Coast holds Germany
"; arnews[5] += "Germany's Lukas Podolski points to the sky after scoring against Ivory Coast in a friendly match in Gelsenkirchen, Germany, on Wednesday."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 20:12:28 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("
");document.write("
");