var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Football: Real go top to put pressure on Barca
"; arnews[0] += "Real Madrid warmed up for next Sunday's 'El Clasico' against Barcelona with a 1-0 home win over Racing Santander on Saturday to move top of the table, two points clear of champions Barcelona."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:24:20 GMT"; arnews[0] += "
"; arnews[1]="La Liga: Real go top as Barcelona lose ground
"; arnews[1] += "Real Madrid continued their fine start to the Primera Division season with a steady if unspectacular 1-0 home win over Racing Santander ."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:04:35 GMT"; arnews[1] += "
"; arnews[2]="Real back on top as Barcelona falter
"; arnews[2] += "Gonzalo Higuain nets Real Madrid's winner in the first half against Racing Santander."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:24:10 GMT"; arnews[2] += "
"; arnews[3]="Title hopefuls Sevilla stay on Real's heels
"; arnews[3] += "Sevilla kept up their title charge with a 2-1 win at promoted Tenerife on Saturday to move level on points with second-placed Real Madrid."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 23:04:34 GMT"; arnews[3] += "
"; arnews[4]="Marquez becomes third Barcelona player with swine flu
"; arnews[4] += "Rafael Marques became the third FC Barcelona player to be diagnosed with a case of swine flu A/H1N1 virus."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 22:52:46 GMT"; arnews[4] += "
"; arnews[5]="Jubilant Rubin reclaim Russian title
"; arnews[5] += "FC Rubin Kazan proved that winning the Russian title last season was no fluke by repeating the feat on Saturday when a goalless draw at home to FC Zenit St."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 19:07:00 GMT"; arnews[5] += "
"; arnews[6]="Inter too strong for Bologna
"; arnews[6] += "FC Internazionale Milano added to the pressure on their title rivals with a 3-1 win over Bologna FC on Saturday to stretch their lead at the top of Serie A to eight points over second-placed Juventus, who host Udinese Calcio on Sunday."; arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 17:50:00 GMT"; arnews[6] += "
"; arnews[7]="Barcelona slip up hands Real initiative
"; arnews[7] += "Barcelona dropped two costly points in a 1-1 draw at Athletic Bilbao on Saturday to fall a point behind new leaders Real Madrid ahead of next Sunday's eagerly-anticipated 'El Clasico' at Camp Nou."; arnews[7] += "
Publ.Date : Tue, 13 Oct 2009 07:00:00 GMT"; arnews[7] += "
"; arnews[8]="McDermott: World game is cheap, disposable
"; arnews[8] += "TT was arguably the worst act of sportsmanship ever seen. For mine it wins by the length of the Flemington straight."; arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 14:57:44 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("
");