var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="FC Barcelona: What Is Wrong With Pep Guardiola? - Bleacherreport.com
";
arnews[0] += "As the season progresses, I begin to wonder if Pep Guardiola has lost it. Tonight's game against Athletic Bilbao (1-1) has been another dud. Another series of questionable changes and substitutions. First of all, why is Keita always in the starting ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:13:00 GMT";
arnews[0] += "
";
arnews[1]="FC Barcelona draws with Athletic Bilbao 1-1 – Recap and Video ... - GlobalPost
";
arnews[1] += "FC Barcelona traveled to face Athletic Bilbao on Saturday, November 21, 2009 in the Spanish Primera Division (La Liga). With Real Madrid’s win earlier in the day, Barcelona would need a victory to stay top of the table. Were they able to get it ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 23:04:00 GMT";
arnews[1] += "
";
arnews[2]="Athletic Bilbao Vs FC Barcelona Quick Preview: Barca Point of View - Bleacherreport.com
";
arnews[2] += "A comprehensive 4-2 home victory over Mallorca for FC Barcelona two weeks ago should normally serve the Catalans as a morale-boosting result ahead of their weekend away match against Athletic Bilbao in La Liga. The Spanish League titleholders have ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:13:00 GMT";
arnews[2] += "
";
arnews[3]="Barcelona surrenders league leadership in Bilbao - English_Xinhua
";
arnews[3] += "MADRID, Nov. 21 (Xinhua) -- FC Barcelona retained its unbeaten start to the season but surrendered the leadership of the BBVA Primera Liga following a 1-1 draw away to Athletic club Bilbao on Saturday. Dani Alves opened the scoring for Barcelona ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:21:00 GMT";
arnews[3] += "
";
arnews[4]="Charley Walters: Vikings can play better, Childress says - Pioneer Press
";
arnews[4] += "The Vikings have won eight of nine regular-season games, but they can play better, Brad Childress says. \"Absolutely, in all three phases,\" the Vikings' coach said. \"We can do better scoring points, stopping them from scoring points, we can do better ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:38:00 GMT";
arnews[4] += "
";
arnews[5]="Marquez becomes third Barcelona player with swine flu - People's Daily Online
";
arnews[5] += "Rafael Marques became the third FC Barcelona player to be diagnosed with a case of swine flu A/H1N1 virus. The Mexican international was forced to withdraw from the squad that traveled to Bilbao on Friday night after feeling unwell and his case was ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 03:22:00 GMT";
arnews[5] += "
";
arnews[6]="FIFA Fair Play award: FC Barcelona - FIFA
";
arnews[6] += "All three editions of the FIFA Club World Cup have culminated in Brazilian sides being crowned champions: Corinthians in 2000, Sao Paulo in 2005 and SC Internacional de Porto Alegre in 2006. That is surely no coincidence, and can be considered all ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 22:46:00 GMT";
arnews[6] += "
";
arnews[7]="Barça slip opens door for Madrid - UEFA
";
arnews[7] += "Real Madrid CF replaced FC Barcelona at the top of the Liga after Gonzalo Higuaín scored the only goal in a 1-0 win over Real Racing Club Santander before the Spanish champions were held 1-1 at Athletic Club. Daniel Alves put Barcelona in front ...";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 23:26:00 GMT";
arnews[7] += "
";
totcount = 8;
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("