var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Downey Jr. ponders retirement
";
arnews[0] += "JANET JACKSON is working on her first book - she will document her lifelong weight battle in TRUE YOU.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:18:03 GMT";
arnews[0] += "
";
arnews[1]="New mum Jensen back at work
";
arnews[1] += "GIRLS ALOUD star KIMBERLEY WALSH is in shock after thieves stole 128,000 worth of gems she borrowed for an awards show last week .";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:02:53 GMT";
arnews[1] += "
";
arnews[2]="Grant thinking about...
";
arnews[2] += "Cult singer/songwriter IMOGEN HEAP has turned her childhood playroom into a recording studio after buying the house she lived in growing up.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:02:43 GMT";
arnews[2] += "
";
arnews[3]="Twilight hunks part of film's heartthrob history
";
arnews[3] += "Robert Pattinson plays a dashing vampire. Kimberley French Fifteen-year-old Chloe Bates is in love.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 15:00:05 GMT";
arnews[3] += "
";
arnews[4]="Katie Wants Out
";
arnews[4] += "JEWELLERY worth 128,000 worn by Girls Aloud star Kimberley Walsh has been stolen.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 02:36:40 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("