var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="5.Bosses dish dirt...
";
arnews[0] += "WORRIED parents are splashing out thousands of pounds to spy on their kids - fearing their homes will be trashed while they're out.";
arnews[0] += "
Publ.Date : Sat, 29 Aug 2009 07:49:12 GMT";
arnews[0] += "
";
arnews[1]="Bosses dish dirt on 10 years of aggro
";
arnews[1] += "TROUBLED Kerry Katona carried on her wild spending sprees even after being warned she was going broke.";
arnews[1] += "
Publ.Date : Sat, 29 Aug 2009 03:15:13 GMT";
arnews[1] += "
";
arnews[2]="3.BB Beauties & Beasts
";
arnews[2] += "AN amazing 24-carat Ferrari 599 GTB Fiorano is the ultimate in road bling and proves the golden age of motoring still exists.";
arnews[2] += "
Publ.Date : Fri, 28 Aug 2009 00:40:23 GMT";
arnews[2] += "
";
arnews[3]="BB Beauties & Beasts
";
arnews[3] += "IT'S the end of an era as Big Brother prepares to open the famous house for the last time next year.";
arnews[3] += "
Publ.Date : Thu, 27 Aug 2009 10:52:06 GMT";
arnews[3] += "
";
arnews[4]="Big Brother: most controversial moments
";
arnews[4] += "Jade Goody, Danielle Lloyd and Jo O'Meara were accused of racism in 2007 following their behaviour towards Bollywood actress Shilpa Shetty.";
arnews[4] += "
Publ.Date : Thu, 27 Aug 2009 00:02:06 GMT";
arnews[4] += "
";
totcount = 5;
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("