var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Briatore ponders legal action against Piquet
";
arnews[0] += "'I WON'T FORGET THE PAIN I'VE SUFFERED' + Click to Enlarge HITTING BACK AT HIS ACCUSER: Flavio Briatore and his wife, model Elisabetta Gregoraci, at a film festival.";
arnews[0] += "
Publ.Date : Thu, 07 Jan 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Briatore to take time over return.
";
arnews[1] += "Former Renault team boss Flavio Briatore said it would take time for wounds to heal after having his life ban from Formula One overturned.";
arnews[1] += "
Publ.Date : Wed, 06 Jan 2010 00:07:31 GMT";
arnews[1] += "
";
arnews[2]="Briatore appeal verdict imminent
";
arnews[2] += "Former Renault team boss Flavio Briatore will discover today whether his appeal against a lifetime ban from motor racing imposed by the FIA is to be overturned.";
arnews[2] += "
Publ.Date : Tue, 05 Jan 2010 12:02:02 GMT";
arnews[2] += "
";
arnews[3]="An Italian Billionaire's Kenyan Retreat
";
arnews[3] += "Jan 1st 2010 at 3:02PM For the most part Kenya isn't seen as the spot for a luxurious seaside retreat but billionaire Flavio Briatore might be changing all that.";
arnews[3] += "
Publ.Date : Fri, 01 Jan 2010 20:02:00 GMT";
arnews[3] += "
";
arnews[4]="Billionaire playboy rallies rich against 10,000 super-yacht tax
";
arnews[4] += "Two views of the world are at war in Italy, and last week the battlefield was the Billionaire nightclub on Sardinia's ritzy Costa Smeralda.";
arnews[4] += "
Publ.Date : Sat, 26 Dec 2009 17:16:50 GMT";
arnews[4] += "
";
arnews[5]="Seal to adopt Heidi Klum's daughter
";
arnews[5] += "When Heidi Klum was pregnant with her first child, daughter Leni, her relationship with the baby's father came to an end.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 08:00: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("