var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="No rally permissions for Vettel
";
arnews[0] += "Sebastian Vettel is keen to contest a rallying competition this winter, according to the German newspaper Bild-Zeitung . The Red Bull driver joked to Switzerland's Motorsport Aktuell : \"Rallying for we Formula One drivers is strongly in fashion.\" 22-year-old Vettel was referring to the rally exploits of Kimi Raikkonen last summer and to Robert ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:34:01 GMT";
arnews[0] += "
";
arnews[1]="Who Will Race for the Silver Arrow Mercedes in 2010?
";
arnews[1] += "Mercedes-Benz traditionally has been one of the early power houses in F1 and finally after 55 years, Mercedes is back in grand prix racing as a constructor ever since taking over Brawn GP a few days back.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:16:28 GMT";
arnews[1] += "
";
arnews[2]="Brawn no in hurry as Merc seat is 'most attractive'
";
arnews[2] += "Ross Brawn says he's in no hurry to confirm Jenson Button's replacement, confident that any top driver still without a 2010 race-seat will wait on his decision before signing with another team.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:25:05 GMT";
arnews[2] += "
";
arnews[3]="F1 gossip column
";
arnews[3] += "BBC Sport brings you a regular round-up of the gossip in newspapers and on specialist websites around the world.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:58:57 GMT";
arnews[3] += "
";
arnews[4]="Santander takes pole in bank charges race
";
arnews[4] += "Centre, left and right: Lewis Hamilton and Heikki Kovalainen, both from McLaren Mercedes, in Santander-sponsored gear, with Ferrari's Kimi Raikkonen, left enlarge Current accounts are set to get much more competitive.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:16:21 GMT";
arnews[4] += "
";
arnews[5]="Schumacher likely to return to F1 racing with Mercedes
";
arnews[5] += "Mercedes is the new name of the former Brawn GP team, the current Constructors Champion.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:26: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("