var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Sir Alex Ferguson insists: Fabio Capello's England won't win World Cup - Daily Mail
"; arnews[0] += "Manchester United manager Sir Alex Ferguson has sensationally written off England’s chances of winning the World Cup - even though nine of his squad are battling to win a place in Fabio Capello’s plans. The Manchester United manager declared he ..."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:32:00 GMT"; arnews[0] += "
"; arnews[1]="1000 people evacuated after Colombia volcano erupts - Hindustan Times
"; arnews[1] += "A thousand people were evacuated and traffic was stopped after the Galeras volcano erupted in southern Colombia without causing casualties, officials said. The locals were taken to shelters in Pasto, the capital of Narino department on the border ..."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:53:00 GMT"; arnews[1] += "
"; arnews[2]="Fabio Capello speaks - ESPN Soccernet
"; arnews[2] += "After the Brazil v England game in Doha on Saturday night, Fabio Capello remarked, amongst other things, that Brazil were a better side than Spain and were more likely favourites for the crown in South Africa. In justifying this view, he said that ..."; arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT"; arnews[2] += "
"; arnews[3]="Fabio Capello in David James warning - ESPN.com
"; arnews[3] += "Fabio Capello has warned David James he will bring his World Cup dream to an end unless the goalkeeper can prove his fitness. James was back home in England nursing a knee injury as the national team were being defeated by World Cup favourites Brazil ..."; arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT"; arnews[3] += "
"; arnews[4]="1000 flee Columbian volcano eruption - News.com.au
"; arnews[4] += "Narino Government Secretary Fabio Trujillo, whose office coordinates volcano prevention, evacuation and relief efforts, told local radio that traffic restrictions would be imposed on the highway linking Pashto - 920 km - to localities close to ..."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 02:03:00 GMT"; arnews[4] += "
"; arnews[5]="Event FERNANDO FABIO SANCHEZ - San Diego CityBEAT
"; arnews[5] += "Description The professor of Latin-American Literature at Portland State University will give a talk, “Pancho Villa, el (anti)héroe revolucionario de la cinematografía mexicana y estadounidense” analyzing the interplay between crime, nation ..."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 22:18: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("
");