var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Valencia looks to keep pressure on top three
";
arnews[0] += "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[0] += "
Publ.Date : Sun, 22 Nov 2009 04:11:54 GMT";
arnews[0] += "
";
arnews[1]="Valencia looks to keep pressure on top three
";
arnews[1] += "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[1] += "
Publ.Date : Sun, 22 Nov 2009 03:47:26 GMT";
arnews[1] += "
";
arnews[2]="Chelsea clobbers Wolves
";
arnews[2] += "Chelsea clobbers Wolves Chelsea's Michael Essien, third left, scores his first goal during the English Premier League soccer match between Chelsea and Wolverhampton Wanderers at Stamford Bridge stadium in London, Saturday, Nov.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:49:55 GMT";
arnews[2] += "
";
arnews[3]="Liverpool 2 Manchester City 2- Is that all you get for 400m
";
arnews[3] += "Millions of pounds have been invested by Manchester City and Liverpool in a bid to improve their positions in the elite of English football.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:16:17 GMT";
arnews[3] += "
";
arnews[4]="Wolves well beaten by brilliant Blues
";
arnews[4] += "The Blues were three goals to the good inside the first 22 minutes through Florent Malouda and a double from Michael Essien.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:59:00 GMT";
arnews[4] += "
";
arnews[5]="Tom English: 'Blatter and his lackeys at FIFA are alone in resisting video technology'
";
arnews[5] += "MADAM . I think if Gillette saw what their advertising man Thierry Henry did, then they should surely reconsider their choice of role model.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 00:00: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("