var arnews = new Array(6);
totcount = 6;
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]="Manchester United 3 Everton FC 0 - final whistle report from Old Trafford
";
arnews[1] += "Tim Cahill in action EVERTON'S dreadful run of results at Old Trafford continued this evening as Manchester United moved into second place in the Barclays Premier League with a 3-0 win.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:18:48 GMT";
arnews[1] += "
";
arnews[2]="Benitez hoping the return of Gerrard can help to rescue European dream
";
arnews[2] += "Liverpool boss Rafa Benitez is hoping the return of Steven Gerrard and Fernando Torres to his line-up will produce a Champions League miracle this week after seeing his captain complete his first 90 minutes in two months.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:16:07 GMT";
arnews[2] += "
";
arnews[3]="One of Europes top players reveals truth about Serbian horse doctor
";
arnews[3] += "When Robin van Persie was carried off on a stretcher screaming in agony last Saturday after just 10 minutes of Holland's international fixture with Italy, his season seemed as good as over.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:15:49 GMT";
arnews[3] += "
";
arnews[4]="UK & World News: Car fire alert at policing board HQ
";
arnews[4] += "A car has ignited close to the Policing Board headquarters in Belfast, police said.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:05:16 GMT";
arnews[4] += "
";
arnews[5]="My journey home
";
arnews[5] += "Robert Yates returns to the streets of Liverpool, where he grew up, to report on a story of deprivation and hope Robert Yates Robert Yates revisits Vienna Street, round the corner from Liverpool FC's Anfield ground.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 00:10:11 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("