var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ribery keen on silverware - Footy Mad
";
arnews[0] += "... year-old France international continues to be strongly linked with the likes of Barcelona and Real Madrid and Ribery is weighing up a possible move. He told RTL Radio: \"I know people want me to stay with Bayern, but whether I stay or go, it will ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 09:26:00 GMT";
arnews[0] += "
";
arnews[1]="Home wins for twin giants Barcelona and Real Madrid - The Gaea Times
";
arnews[1] += "MADRID - Saturday brought no change at the top of the Spanish Liga, as twin giants Barcelona and Real Madrid both scored important home wins. Barca beat Getafe 2-1, despite having defenders Gerard Pique and Rafa Marquez sent off. Real thrashed ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 13:48:00 GMT";
arnews[1] += "
";
arnews[2]="Real fans confident about Kaka recovering fitness and form - Feature - Earthtimes
";
arnews[2] += "Madrid - The supporters of Real Madrid are mostly confident about Kaka recovering his fitness and form, according to an online poll taken by sports daily Marca. Marca asks its readers \"Do you think that Kaka will recover his best level this season ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 10:09:00 GMT";
arnews[2] += "
";
arnews[3]="Real Madrid's Esteban Granero: My Best Is Yet To Come - Goal.com
";
arnews[3] += "Giving one of his best performances in a Madrid shirt in last weekend's Liga win against Espanyol, Real Madrid midfielder and youth product Esteban Granero has become a fan favourite at the Santiago Bernabeu and sat down with Spanish sports daily AS to speak about his first six months in white";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 16:58:00 GMT";
arnews[3] += "
";
arnews[4]="HOME WINS FOR BARCA AND REAL MADRID - Football365.com
";
arnews[4] += "Barcelona remain five points clear of second-placed Real Madrid at the Primera Division summit after both teams won on Saturday night. Barca maintained their impressive home record with a 2-1 victory over Getafe - despite finishing the game with nine ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 23:20:00 GMT";
arnews[4] += "
";
arnews[5]="Former Manchester United superstar Cristiano Ronaldo rejected ... - Daily Mail
";
arnews[5] += "Former Real Madrid president Ramon Calderon claims Cristiano Ronaldo rejected a move to Barcelona in order to join their bitter rivals. Ronaldo finally completed his much talked about move to Madrid last summer for a world record fee of £80million ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 03:27:00 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("