var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Inter manager Jose Mourinho claims Barcelona will be under more pressure on Tuesday
";
arnews[0] += "Swine flu and Jose Mourinho all in the same week it could be a very difficult few days for Barcelona's European champions.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:17:57 GMT";
arnews[0] += "
";
arnews[1]="Real bumps Barca from top
";
arnews[1] += "Real bumps Barca from top Real Madrid's Brazilian midfielder Kaka tackles Racing Santander's defender Christian Fernandez during a Spanish league football match at the Santiago Bernabeu Stadium, on November 21, 2009 in Madrid.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:48:55 GMT";
arnews[1] += "
";
arnews[2]="Sport on TV: French provide kiss of death but everyone's lips are sealed
";
arnews[2] += "It was always likely to be a night of passion in Paris. Sagna was sporting a dash of scarlet lipstick, Gourcuff had gone heavy on the eye-shadow, Henry just couldn't keep his hands to himself.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:43:17 GMT";
arnews[2] += "
";
arnews[3]="Real Madrid leads in Spain as Barcelona slips up
";
arnews[3] += "Madrid has 28 points and Barcelona 27. The teams meet on Nov. 29 in Barcelona. Gonzalo Higuain's first-half goal, following up on a rebound of a Kaka shot, was enough for Madrid to secure three points.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 00:36:31 GMT";
arnews[3] += "
";
arnews[4]="Real top La Liga after Barca held in Bilbao
";
arnews[4] += "Real Madrid replaced Barcelona at the top of La Liga on Saturday after they beat Racing Santander 1-0 at home and the champions were held 1-1 at Athletic Bilbao.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:26:18 GMT";
arnews[4] += "
";
arnews[5]="Real back on top as Barcelona falter
";
arnews[5] += "Gonzalo Higuain nets Real Madrid's winner in the first half against Racing Santander.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:24:10 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("