var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Barcelona's Abidal, Toure confirmed swine flu
"; arnews[0] += "Barcelona has confirmed that defender Eric Abidal and midfielder Yaya Toure have swine flu and could be out for the next three games."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:13:08 GMT"; arnews[0] += "
"; arnews[1]="Inter aim to pip Chelsea to 40m Aguero
"; arnews[1] += "INTER MILAN want to snatch Sergio Aguero from under the noses of Chelsea in a 40million tug-of-war. The Blues are in pole position to land the striker."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:07:19 GMT"; arnews[1] += "
"; arnews[2]="How Silvio Berlusconi Uses Women on TV
"; arnews[2] += "Standing in their uniform miniskirts and stilettos, three young women bend over ironing boards, pressing men's shirts before a live studio audience."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:05:36 GMT"; arnews[2] += "
"; arnews[3]="Spain's war of the words
"; arnews[3] += "BARCELONA // The verbal sparring has started ahead of Spain's El Clasico. It matters not that both Barcelona and Real Madrid have two important games to play before they meet at Camp Nou on Sunday November 29, the media are only obsessed with the big one."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:49:30 GMT"; arnews[3] += "
"; arnews[4]="More
"; arnews[4] += "Birmingham 11/8 Fulham 2/1 Draw 9/4 Click here to follow us on Twitter! Click here for our special Transfer Centre! Click here for more football headlines! Fulham manager Roy Hodgson fears Chris Foy's refereeing decisions may go in Birmingham's favour when the two sides meet at St Andrews on Saturday."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:27:42 GMT"; arnews[4] += "
"; arnews[5]="Ibrahimovic expects Barca to advance
"; arnews[5] += "Striker Zlatan Ibrahimovic is confident that Barcelona will overcome its Champions League wobbles and beat Inter Milan to seal its progress as Group F winners."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 22:31: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("
");document.write("
");