var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Flagworld.com >> Nouvelles » Blog Archive » Le vrai début de Kimi ...
";
arnews[0] += "kimi-raikkonen-rallye-o-3218 Ça été le transfert de la saison dans le sport automobile. En signant chez Citroën en WRC après neuf saisons en F1, et un titre de champion du monde en 2007, Kimi Räikkönen a beaucoup fait parler, ...";
arnews[0] += "
";
arnews[1]="Alonso makes a quick start with Ferrari — theweeklytriangle.com
";
arnews[1] += "Alonso, who has replaced Finland's Kimi Raikkonen as Brazilian Felipe Massa's team mate at the Italian team, was immediately on the pace and stayed on top of the timesheets for the rest of the day. The times were inconclusive, however, ...";
arnews[1] += "
";
arnews[2]="Monte Rico: Red Bull se interesa por Kimi Raikkonen
";
arnews[2] += "Hace pocas semanas, Kimi Raikkonen admitía que la idea de volver a la Fórmula 1 no estaba del todo descartada. Y parece que las palabras del finlandés han gustado especialmente en el equipo Red Bull. La marca de bebidas energéticas ...";
arnews[2] += "
";
arnews[3]="Grand Prix Girls - Everything you need to know about the world of ...
";
arnews[3] += "Kimi Räikkönen got involved in an accident as he practiced this Tuesday for Rally Sweden. The collision happened in Dalarna. There was no major damage, but the accident compromised the continuance of practices. Source: nwt.se ...";
arnews[3] += "
";
arnews[4]="India Startups Business News | Loeb just one of many challenges ...
";
arnews[4] += "Formula One driver Kimi Raikkonen embarks on a new career in the World Rally Championship this weekend but the Finn is under no illusions about how difficult the season-opening event in Sweden might be. ...";
arnews[4] += "
";
arnews[5]="Motorsports Journal: The Citroën Junior Team under the spotlight
";
arnews[5] += "For its second consecutive season in the FIA World Rally Championship, the Citroën Junior Team will enter two Citroën C4 WRCs for Sébastien Ogier / Julien Ingrassia and Kimi Räikkönen / Kaj Lindström. The season's opening round is held ...";
arnews[5] += "
";
arnews[6]="Another 'Top 50 Drivers' survey « Discussion of Formula One racing
";
arnews[6] += "Kimi Räikkönen† 157 18 0.11. Jack Brabham† 128 14 0.11. James Hunt† 93 10 0.11. Alan Jones† 117 12 0.10. Jochen Rindt† 62 6 0.10. Felipe Massa* 116 11 0.09. Emerson Fittipaldi† 149 14 0.09. Mario Andretti† 131 12 0.09 ...";
arnews[6] += "
";
arnews[7]="The Iceman Brasil: Kimi Raikkonen Brasil.Com: Rally da Suécia 2010 ...
";
arnews[7] += "O The Iceman Brasil - Kimi Raikkonen Brasil.Com, é um fã site dedicado ao piloto de F1 Kimi Raikkonen e seus fãs. Sem fins financeiros. Nosso objetivo é apenas o de entreterimento.Todo material publicado neste site é devidamente ...";
arnews[7] += "
";
arnews[8]="Swedish Rally: Red Bull preview (Motorsport.com)
";
arnews[8] += "ICE, ICE BABY... They call Kimi Raikkonen 'the Iceman'. Not because his brother is a snowman, or even because he knows exactly how much ice to put in a Red Bull cocktail.";
arnews[8] += "
";
arnews[9]="GrandPrix Girls!: O Rally da Suécia não começa bem para Kimi Räikkönen
";
arnews[9] += "Kimi Räikkönen se envolveu em um acidente quando treinava nesta terça-feira para o Rally da Suécia, a colisão ocorreu em Dalarna os danos não foram graves mas comprometeu a continuação dos treinos. Fonte: nwt.se ...";
arnews[9] += "
";
totcount = 10;
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("