var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="FIFA to throw book at Maradona after amazing post-game rant
";
arnews[0] += "Argentina coach Diego Maradona faces a FIFA rap for his outburst after victory over Uruguay earned them World Cup qualification.";
arnews[0] += "
Publ.Date : Sat, 17 Oct 2009 10:58:37 GMT";
arnews[0] += "
";
arnews[1]="Diego Maradona - A Class Act
";
arnews[1] += "Not really of course , but what should one expect: \"You lot take it up the arse,\" were Diego Maradona's words to the press immediately after his team secured a place at next year's World Cup finals.";
arnews[1] += "
Publ.Date : Sat, 17 Oct 2009 06:11:45 GMT";
arnews[1] += "
";
arnews[2]="Maradona faces Fifa action over rant
";
arnews[2] += "Photograph: AndrA s Stapff/Reuters After Wednesday night's 1-0 victory away to Uruguay secured Argentina's passage to South Africa next year, an emotional Maradona unleashed an expletive-laden attack against assembled reporters and his critics.";
arnews[2] += "
Publ.Date : Fri, 16 Oct 2009 12:33:47 GMT";
arnews[2] += "
";
arnews[3]="Thursday, Oct 15, 2009
";
arnews[3] += "ESPN SoccerNet Fans at RFK stadium showed an outpouring of support for striker Charlie Davies , who suffered serious injuries in an automobile accident that jeopardize his career.";
arnews[3] += "
Publ.Date : Fri, 16 Oct 2009 03:53:21 GMT";
arnews[3] += "
";
arnews[4]="Maradona Gets Lewd & Crude
";
arnews[4] += "The Guardian After Argentina qualified for the World Cup with a 1-0 win over Uruguay, Diego Maradona let fly with the sort of sexually charged and defiant gestures that have defined much of his relationship with the press.";
arnews[4] += "
Publ.Date : Fri, 16 Oct 2009 03:52:55 GMT";
arnews[4] += "
";
arnews[5]="Top This, Ozzie G : Maradona's WC Qualifier Lid-Flipper
";
arnews[5] += "A late strike by substitute Mario Bolatti gave Argentina a 1-0 victory over 10-man Uruguay yesterday, punching the former's ticket to the 2009 World Cup Finals in South Africa.A Afterwards, the Guardian's Marcela Mora y Araujo observed, \"the Argentinian press has been more and more candid about its reservationscriticisms are dealt out more readily ...";
arnews[5] += "
Publ.Date : Thu, 15 Oct 2009 20:40:54 GMT";
arnews[5] += "
";
arnews[6]="Just because Maradona's paranoid doesn't mean they're not out to get him
";
arnews[6] += "Argentina's much-maligned manager may have qualified for next year's World Cup, but his mood was anything but mellow Argentina's coach, Diego Maradona, makes a point after steering his team to a place at the 2010 World Cup.";
arnews[6] += "
Publ.Date : Thu, 15 Oct 2009 19:27:54 GMT";
arnews[6] += "
";
arnews[7]="Mariano Hamilton
";
arnews[7] += "The Argentine national team has been both blessed and cursed by the nomination of Diego Armando Maradona as its coach.";
arnews[7] += "
Publ.Date : Tue, 13 Oct 2009 18:40:08 GMT";
arnews[7] += "
";
arnews[8]="A Museum of Postcards Attracts Top Brands in Argentina
";
arnews[8] += "It all began in a classroom at Buenos Aires' Universidad de Palermo, when Adrian Candelmi, a graphic designer and professor, was putting his students through one of his famous torture sessions, also known as final semester examinations.";
arnews[8] += "
Publ.Date : Mon, 05 Oct 2009 18:39:31 GMT";
arnews[8] += "
";
totcount = 9;
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("