var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Reality takes a bite
";
arnews[0] += "British Big Brother host Davina McCall hams it up in Dead Set . A ZOMBIE plague feasting on Big Brother contestants? This horror series is part romp, part social commentary.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Reality takes a bite
";
arnews[1] += "British Big Brother host Davina McCall hams it up in Dead Set . Photo: Supplied A ZOMBIE plague feasting on Big Brother contestants? This horror series is part romp, part social commentary.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 18:40:00 GMT";
arnews[1] += "
";
arnews[2]="TV: Glamorous garage sale raises funds for children's charity
";
arnews[2] += "Famous faces bartered with bargain hunters today as they queued up to buy celebrity cast-offs in a decidedly glamorous garage sale.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 09:18:00 GMT";
arnews[2] += "
";
arnews[3]="Charity jumble sale draws star crowd
";
arnews[3] += "Sunday is a holy day for bargain hunters, who flock to car parks and playing fields around the country to rummage through stalls of second-hand clothes, toys and bric-a-brac in the hope of finding a hidden gem.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 00:18:21 GMT";
arnews[3] += "
";
arnews[4]="Celebs raise funds at garage sale
";
arnews[4] += "Famous faces bartered with bargain hunters as they queued up to buy celebrity cast-offs in a decidedly glamorous garage sale.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 22:32:46 GMT";
arnews[4] += "
";
arnews[5]="Stars' clothes in Selfridges sale
";
arnews[5] += "Hollywood actress Gwyneth Paltrow and ex-footballer Jamie Redknapp are among stars who have donated clothes for a charity sale at London's Selfridges.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 13:03:14 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("