var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Real Madrid leads in Spain as Barcelona slips up
";
arnews[0] += "Real Madrid led the Spanish league after beating Racing Santander 1-0 and Barcelona could only draw 1-1 against Athletic Bilbao on Saturday.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:20:57 GMT";
arnews[0] += "
";
arnews[1]="Barcelona surrenders league leadership in Bilbao
";
arnews[1] += "FC Barcelona retained its unbeaten start to the season but surrendered the leadership of the BBVA Primera Liga following a 1-1 draw away to Athletic club Bilbao on Saturday.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:02:24 GMT";
arnews[1] += "
";
arnews[2]="Valencia looks to keep pressure on top three
";
arnews[2] += "Fourth-placed Valencia looks to keep the pressure on in the three teams above them in the BBVA Primera Liga table when Unai Emery's side plays away to Osasuna on Sunday night.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:01:58 GMT";
arnews[2] += "
";
arnews[3]="La Liga: Real go top as Barcelona lose ground
";
arnews[3] += "Real Madrid continued their fine start to the Primera Division season with a steady if unspectacular 1-0 home win over Racing Santander .";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:34:45 GMT";
arnews[3] += "
";
arnews[4]="David Beckham's injury could add twist to MLS final
";
arnews[4] += "Reporting from Seattle - David Beckham was standing at his Galaxy locker, the one with the color photograph of he and his three sons in Real Madrid uniform, and he was being adamant.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 04:23:37 GMT";
arnews[4] += "
";
arnews[5]="Real Madrid take uninspiring win over Santander
";
arnews[5] += "A goal from Real Madrid striker Gonzalo Higuain was enough to give his team all three points at home to struggling Racing Santander on Saturday night.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 04:10:42 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("