var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="uefa.com: Guardiola geared up for Inter challenge: Josep Guardiola said FC Barcelona would not compromise their style as the holders host FC Internazionale Milano with their UEFA Champions League lives on the line. "Even if we fall, we will fall attacking," he said.
";
arnews[0] += "Guardiola geared up for Inter challenge: Josep Guardiola said FC Barcelona would not compromise their style as the holders host FC Internazionale Milano with their UEFA Champions League lives on the line. \"Even if we fall, we will fall attacking,\" he said. -";
arnews[0] += "
";
arnews[1]="uefa.com: Messi battling to make Inter showdown: Lionel Messi is a major doubt for FC Barcelona's crucial meeting with FC Internazionale Milano after picking up a groin injury, though there is better news regarding Zlatan Ibrahimović and Rafael Márquez.
";
arnews[1] += "Messi battling to make Inter showdown: Lionel Messi is a major doubt for FC Barcelona's crucial meeting with FC Internazionale Milano after picking up a groin injury, though there is better news regarding Zlatan Ibrahimović and Rafael Márquez. -";
arnews[1] += "
";
arnews[2]="Noticias de Portugal: "Para o Barça só tenho palavras de agradecimento"
";
arnews[2] += "\"Para o Barça só tenho palavras de agradecimento\" -";
arnews[2] += "
";
arnews[3]="uefa.com: Guardiola face au challenge de l'Inter: Josep Guardiola a déclaré que le FC Barcelona ne changerait pas de style face au FC Internazionale Milano alors qu'il peut être éliminé dans le Groupe F : "Si on tombe, ce sera en attaquant".
";
arnews[3] += "Guardiola face au challenge de l'Inter: Josep Guardiola a déclaré que le FC Barcelona ne changerait pas de style face au FC Internazionale Milano alors qu'il peut être éliminé dans le Groupe F : \"Si on tombe, ce sera en attaquant\". -";
arnews[3] += "
";
arnews[4]="Me: Fabregas: Altijd Arsenal, waarom niet?
";
arnews[4] += "Fabregas: Altijd Arsenal, waarom niet? -";
arnews[4] += "
";
totcount = 5;
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("