var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cesc Fabregas - FourFourTwo
";
arnews[0] += "It’s lunchtime at the Emirates Stadium. Having devoured the lovely spread put on by the Arsenal catering team, journalists from every corner of the earth are wearing holes in the carpet, pacing up and down waiting for the arrival of a diminutive ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 15:21:00 GMT";
arnews[0] += "
";
arnews[1]="Arsenal stars Theo Walcott, Cesc Fabregas, Andrey Arshavin and Bacary ... - Daily Mail
";
arnews[1] += "They may be in the hunt for the Premier League and Champions League but Theo Walcott, Cesc Fabregas, Andrey Arshavin and Bacary Sagna took time out from Arsenal's trophy chase to help a good cause. Fundraising Day - a short film starring winger ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 05:50:00 GMT";
arnews[1] += "
";
arnews[2]="Carles Puyol Keen To See Arsenal Captain Cesc Fabregas At Barcelona - goal.com
";
arnews[2] += "Speculation surrounds Fabregas during every international fixture window and this week is no different with club president Joan Laporta and international team-mates Gerard Pique and Xavi all speaking about the possible return of the 22-year-old ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 05:29:00 GMT";
arnews[2] += "
";
arnews[3]="Cesc Fabregas Reminds Arsenal Fans He Is 'Comfortable' At Arsenal - Goal.com
";
arnews[3] += "Arsenal skipper Cesc Fabregas has once again spoken of his loyalty to the club, claiming he is fully focussed on the short-term in north London. The midfield playmaker has found himself at the centre of media speculation linking him with a return to ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[3] += "
";
arnews[4]="Arsenal FC All-Time XI - Bleacherreport.com
";
arnews[4] += "Arsenal FC have been blessed with some of the finest players which British football has ever seen. The history of the club is as rich and varied as any, and for a club who have not been relegated from the top flight in over 90 years, they have a long ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 01:50:00 GMT";
arnews[4] += "
";
arnews[5]="Cesc Fabregas dodges Barca questions as Carles Puyol and Gerard Pique ... - Daily Mail
";
arnews[5] += "Cesc Fabregas has sidestepped questions about his future amid a battle between Barcelona and Real Madrid to sign the Arsenal captain. The Gunners are bracing themselves for a raid from Spain's big two next summer, but Fabregas insists he is only ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:49: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("