var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gwyneth Paltrow, Elizabeth Hurley & More Stars Donate To Charity Sale
";
arnews[0] += "Stars including Gwyneth Paltrow, Elizabeth Hurley and Dame Shirley Bassey have helped raise thousands of dollars for charity by donating their designer cast-offs to a U.K. department store's garage sale.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 16:45:32 GMT";
arnews[0] += "
";
arnews[1]="Celebs like Paltrow, Hurley raise thousands of dollars for charity
";
arnews[1] += "London, Nov 17 : Celebrities have helped in raising thousands of dollars for charity by donating their designer cast-offs to a U.K. department store's garage sale.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 16:33:59 GMT";
arnews[1] += "
";
arnews[2]="Vivienne Westwood Anglomania fashion show at Selfridges
";
arnews[2] += "Selfridges kicks off the 'garage fashion' movement as celebrities flock to underground car park for Anglomania and Moscow Mules.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 13:54:24 GMT";
arnews[2] += "
";
arnews[3]="Gwyneth Paltrow - Stars Donate to Charity Sale
";
arnews[3] += "Caption: Gwyneth Paltrow attending the 'Children of the City Champions Hope Benefit' held at the Tribeca Rooftop New York City, USA .... Stars including GWYNETH PALTROW, ELIZABETH HURLEY and DAME SHIRLEY BASSEY have helped raise thousands of dollars for charity by donating their designer cast-offs to a U.K. department store's garage sale.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 11:43:10 GMT";
arnews[3] += "
";
arnews[4]="Stars donate to charity sale
";
arnews[4] += "Actress BLAKE LIVELY's childhood memories are filled with happy thoughts of Disneyland - because her mother would take her to the theme park twice a week.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 09:42:31 GMT";
arnews[4] += "
";
arnews[5]="TV: Glamorous garage sale raises funds for children's charity
";
arnews[5] += "Famous faces bartered with bargain hunters today as they queued up to buy celebrity cast-offs in a decidedly glamorous garage sale.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 09:18: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("