var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Real Madrid 1-0 Racing Santander: Higuain Strike Enough - goal.com
";
arnews[0] += "Real Madrid maintained their 100 percent record at home in La Liga this season with a slender 1-0 win over Racing Santander. Gonzalo Higuain’s solitary first half strike was enough to settle the game, although there were two goals controversially ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:31:00 GMT";
arnews[0] += "
";
arnews[1]="Player Ratings: Real Madrid 1-0 Racing Santander - goal.com
";
arnews[1] += "Iker Casillas - 6 : Didn't have any tough saves to make, didn't make any mistakes either. Alvaro Arbeloa - 5 : Provided an attacking threat at times, but allowed Canales far too much space once he came on. Pepe - 6 : Generally solid, but was troubled ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:24:00 GMT";
arnews[1] += "
";
arnews[2]="AC Milan, Juventus chasing Real Madrid fullback Drenthe - Tribal Football
";
arnews[2] += "Drenthe, who has been used as both a full-back and a midfielder in his career, was targeted by another Italian club in the summer in the shape of Fiorentina. A former Under-21 international, joined Real from Feyenoord in the summer of 2007 but he’s ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:12:00 GMT";
arnews[2] += "
";
arnews[3]="Real Madrid beat Racing Santander to go top in La Liga - World-Track and Field Website
";
arnews[3] += "MADRID — Real Madrid maintained their 100 percent record at home in La Liga this season with a slender 1-0 win over Racing Santander in La Liga on Saturday. Gonzalo Higuain found the back of the net int he first half and his strike was enough to ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:54:00 GMT";
arnews[3] += "
";
arnews[4]="Real Madrid top after controversial defeat of Santander - Update - Earthtimes
";
arnews[4] += "Madrid - Real Madrid went to the top of the Spanish first division, albeit temporarily, with a controversial 1-0 home win over luckless Racing Santander on Saturday. Gonzalo Higuain put Real ahead, Sergio Canales had a late equalizer for Santander ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 21:10:00 GMT";
arnews[4] += "
";
totcount = 5;
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("