var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rusty Wallace Racing shifts to Toyota - Delaware Online
";
arnews[0] += "HOMESTEAD, Fla.-- Rusty Wallace Racing is moving its Nationwide Series team from Chevrolet to Toyota next season. Wallace, who is a NASCAR analyst for ESPN, also will represent the Toyota brand on a national basis. His team will field cars for Steve ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:46:00 GMT";
arnews[0] += "
";
arnews[1]="Who goes where in 2010 - ITV.com
";
arnews[1] += "Martin Whitmarsh's team has pulled off the coup of the winter by pairing the last world champions. Luring Button away from Brawn to join lifelong McLaren man Hamilton gives the Woking squad a mighty - and very sponsor-friendly - line-up. Nico Rosberg ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 16:54:00 GMT";
arnews[1] += "
";
arnews[2]="F1 champion Jenson Button joins McLaren to form all-British lineup ... - Minneapolis Star Tribune
";
arnews[2] += "... Glock to drive for Manor GP next F1 season Mercedes-Benz takes over Formula One team Brawn GP Daimler, Abu Dhabi to buy Formula 1 team Brawn GP LONDON - Formula One champion Jenson Button ... reforming under Ross Brawn's ownership. McLaren team ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:12:00 GMT";
arnews[2] += "
";
arnews[3]="Report: Kimi Raikkonen out of F1 next season - KTVZ.com
";
arnews[3] += "HELSINKI (AP) - Kimi Raikkonen will sit out of Formula One next season after failing to secure a move back to McLaren, Finnish media reported Wednesday. \"The options in F1 were with McLaren next season or nothing,\" the Turun Sanomat daily quoted ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 22:46:00 GMT";
arnews[3] += "
";
arnews[4]="Raikkonen takes time out - Sportal.com.au
";
arnews[4] += "Kimi Raikkonen's manager claims the Finn was McLaren's first choice to be paired alongside Lewis Hamilton next season - but failure to agree terms on a deal paved the way for reigning champion Jenson Button to get the nod. McLaren on Wednesday ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 00:26:00 GMT";
arnews[4] += "
";
arnews[5]="Former champions tell Jenson Button to stay with Brawn for 2010 - The Guardian
";
arnews[5] += "Jenson Button is weighing up an offer from McLaren to team up with Lewis Hamilton next season. Photograph: Fred Dufour/AFP/Getty Images Sir ... Two days earlier Kimi Raikkonen, the second choice on the McLaren wish list, received similar treatment.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 21:38:00 GMT";
arnews[5] += "
";
arnews[6]="Exclusive Kimi Raikkonen Q&A - I want to win another title - Formula 1
";
arnews[6] += "For months it’s been merely an option. Now it looks set to become a reality. Kimi Raikkonen will take a one-year sabbatical from Formula One racing in 2010, to bridge the gap from one competitive car to another - or so he hopes. Some fear the ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 03:09:00 GMT";
arnews[6] += "
";
arnews[7]="kimi raikkonen - BBC
";
arnews[7] += "You will not be missed by most people Kimi because you did very little out of the car apart from get drunk. You did as little as you could for the team, very little publicity, always seemed to look bored whenevr you were interviewed. You should take ...";
arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 11:48:00 GMT";
arnews[7] += "
";
arnews[8]="Will F1 miss Kimi Raikkonen? - Crash.net
";
arnews[8] += "2007 F1 world champion Kimi Raikkonen looks set to take a sabbatical in 2010, before possibly returning with Red Bull Racing in 2011. The Finn had been in discussions about returning to McLaren, but those talks have fallen through. So will F1 be ...";
arnews[8] += "
Publ.Date : Wed, 18 Nov 2009 12:59:00 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("