var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Relief at last: Disgraced F1 billionaire Flavio Briatore relaxes on a yacht with his model wife
";
arnews[0] += "Disgraced Formula One billionaire Flavio Briatore's finally has something to look forward to - becoming a father for the second time.";
arnews[0] += "
Publ.Date : Sat, 03 Oct 2009 13:05:15 GMT";
arnews[0] += "
";
arnews[1]="Picture Special: See the supermodel squeezes of disgraced Renault F1 boss
";
arnews[1] += "DISGRACED Formula One boss Flavio Briatore may be licking his wounds right now. But things can't be all bad when you have wife and Wonderbra model Elisabetta Gregoraci to turn to for comfort.";
arnews[1] += "
Publ.Date : Wed, 30 Sep 2009 02:17:38 GMT";
arnews[1] += "
";
arnews[2]="ALONSO: Ferrari switch a doubt in Crashgate fall-out
";
arnews[2] += "FERNANDO ALONSO'S dream 75million move to Ferrari has been thrown into doubt by the Crashgate scandal rocking Formula One.";
arnews[2] += "
Publ.Date : Sun, 27 Sep 2009 01:08:24 GMT";
arnews[2] += "
";
arnews[3]="Briatore's downfall sudden, shocking
";
arnews[3] += "Flavio Briatore, former Renault Formula One team manager. Photograph by: Pascal Deschamps, Reuters With his blue-tinted shades, flowing grey hair and dapper dress sense, Flavio Briatore - handed an unlimited ban from Formula One on Monday for his role in \"crashgate\" - had the air of an ageing rock star about him.";
arnews[3] += "
Publ.Date : Wed, 23 Sep 2009 14:15:38 GMT";
arnews[3] += "
";
arnews[4]="Q&A: Crashgate, Briatore and QPR
";
arnews[4] += "Flavio Briatore - kicked out of Formula One and time he was kicked out of football.";
arnews[4] += "
Publ.Date : Wed, 23 Sep 2009 11:23:18 GMT";
arnews[4] += "
";
arnews[5]="Down and out - F1 waves black flag at flash Flav
";
arnews[5] += "'F1'S JUST RACING CARS AND GRID GIRLS' GLOSS IS OFF: Disgraced Renault Formula 1 boss Flavio Briatore and his wife Elisabetta Gregoraci pose as they arrive for the opening ceremony of the 66th Venice film festival on September 2, 2009.";
arnews[5] += "
Publ.Date : Wed, 23 Sep 2009 06:21:45 GMT";
arnews[5] += "
";
arnews[6]="F1 ban means holiday mood is over for Flavio and young wife
";
arnews[6] += "After spending the summer relaxing with his attractive wife Elisabetta Gregoraci, Flavio Briatore has ended the holiday season on a low note.";
arnews[6] += "
Publ.Date : Tue, 22 Sep 2009 13:29:47 GMT";
arnews[6] += "
";
arnews[7]="Down and out - F1 waves black flag at flash Flav
";
arnews[7] += "'F1'S JUST RACING CARS AND GRID GIRLS' GLOSS IS OFF: Disgraced Renault Formula 1 boss Flavio Briatore and his wife Elisabetta Gregoraci pose as they arrive for the opening ceremony of the 66th Venice film festival on September 2, 2009.";
arnews[7] += "
Publ.Date : Tue, 22 Sep 2009 05:49:30 GMT";
arnews[7] += "
";
arnews[8]="Renault let off as F1 chief Flavio Briatore is banned for life
";
arnews[8] += "Formula 1 was accused of shameful conduct last night after the Renault team was let off with a suspended ban for telling one of its drivers to crash to fix a race.";
arnews[8] += "
Publ.Date : Tue, 22 Sep 2009 04:41:40 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("