var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bruni pix fails to excite at auction
";
arnews[0] += "A nude photo of French first lady Carla Bruni-Sarkozy, identical to one sold last year for $91,000, was withdrawn yesterday from a Paris auction after bids failed to hit the reserve price.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:52:45 GMT";
arnews[0] += "
";
arnews[1]="Carla Bruni nude photo withdrawn from auction
";
arnews[1] += "Bidding for the black and white shot, showing Miss Bruni standing pigeon-toed and covering her crotch with her hands, began at 4,000 but reached only 5,800, less than the undisclosed reserve price, the Drouot auction house said.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:39:13 GMT";
arnews[1] += "
";
arnews[2]="The week in pictures: November 15-21
";
arnews[2] += "QATAR, WEDNESDAY: French president Nicolas Sarkozy waits for his wife Carla Bruni at Doha airport as they board a plane for Paris.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:36:08 GMT";
arnews[2] += "
";
arnews[3]="The hair apparent
";
arnews[3] += "Holiday time is officially upon us. In case you somehow missed the significance of the lighting of the Christmas lights on high streets everywhere, or the sudden ubiquity of the papier mA chA turkey in shop windows, the release of the first of the big seasonal blockbusters should have cued you in.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:17:52 GMT";
arnews[3] += "
";
arnews[4]="For sale: Carla Bruni's castle
";
arnews[4] += "Carla Bruni-Sarkozy's fairy-tale castle in Italy is for sale for $28 million . The 11th-century residence in the Turin hills was renovated by Bruni's grandfather, Virginio Bruni Tedeschi, the founder of Italian tyre manufacturer CEAT, and features frescos and marble floors.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:38:52 GMT";
arnews[4] += "
";
arnews[5]="Nude Carla Bruni fails to excite
";
arnews[5] += "A nude photo of French first lady Carla Bruni-Sarkozy, identical to one sold last year for 91,000 dollars, was Friday withdrawn from a Paris auction after bids failed to hit the reserve price.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:55:24 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("