var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Should Barcelona buy Liverpool's Javier Mascherano? - FOXSports.com
";
arnews[0] += "The English press has speculated that a deal could be in the works for Liverpool midfielder Javier Mascherano to join Barcelona in the January transfer window. Barcelona coach Pep Guardiola made no secret of his desire to purchase the Argentina ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 02:51:00 GMT";
arnews[0] += "
";
arnews[1]="Javier Mascherano Agrees Barcelona Personal Terms - Report - Goal.com
";
arnews[1] += "The Argentinian midfielder is desperate to complete a switch to Camp Nou and now knows he can expect to earn around €120,000-a-week should he join the European champions, the Sunday Express states. Barcelona were linked with Mascherano at the end ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[1] += "
";
arnews[2]="Liverpool vs Man City Player Ratings - espnstar.com
";
arnews[2] += "Was in good form but let down by his defenders, particularly when the first goal was scored. Daniel Agger (off 11') - n.a Had to be taken off the field with a bruised eye. Martin Skrtel - 5 Scored Liverpool's first, but went AWOL to gift Adebayor a ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:00:00 GMT";
arnews[2] += "
";
arnews[3]="Player Ratings: Liverpool 2-2 Manchester City - goal.com
";
arnews[3] += "Pepe Reina - 6 - Rarely called into action, but was safe as houses when he was. Left exposed again by his defense for City's goals. Jamie Carragher - 7 - Booked early for a rash lunge on Bellamy but kept his head to produce a sound defensive ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:48:00 GMT";
arnews[3] += "
";
arnews[4]="Liverpool draw little comfort - Times Online
";
arnews[4] += "A POINT at Anfield would normally be regarded as a fine result, but not now and not for Mark Hughes and Manchester City, who have had more draws than the national lottery in the past few weeks. Both managers had agreed beforehand that this was a ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 21:17:00 GMT";
arnews[4] += "
";
arnews[5]="Manchester City show inexperience as Benayoun rescues point for ... - The Guardian
";
arnews[5] += "Martin Skrtel (left) stretches past Emmanuel Adebayor (hidden) to give Liverpool the lead against Manchester City at Anfield. Photograph: Mark Thompson/Getty Images A sixth consecutive draw was the last thing Manchester City wanted, though Mark ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 16:30: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("