var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lily Allen ‘can’t wait to have kids with family man Sam Cooper’ - Real Bollywood
";
arnews[0] += "London, February 10 – Lily Allen is reportedly keen on settling down and starting a family with beau Sam Cooper. The 24-year-old singer has purportedly been all smiles for her building-company owner boyfriend ever since she returned from an ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:16:00 GMT";
arnews[0] += "
";
arnews[1]="Lily Allen 'can't wait to have kids with family man Sam Cooper' - New Kerala
";
arnews[1] += "The 24-year-old singer has purportedly been all smiles for her building-company owner boyfriend ever since she returned from an Australia tour. “Lily adores Sam and has been so excited about seeing him after she has spent so much time in Australia ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:33:00 GMT";
arnews[1] += "
";
arnews[2]="Lily Allen can't wait to have kids with Sam Cooper - One India
";
arnews[2] += "London (ANI): Singer Lily Allen is reportedly keen on settling down and starting a family with beau Sam Cooper. The 24-year-old singer has purportedly been all smiles for her building-company owner boyfriend ever since she returned from an Australia ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:29:00 GMT";
arnews[2] += "
";
arnews[3]="LILY ALLEN VIDEOS - Contactmusic.com
";
arnews[3] += "LILY ALLEN is baffled by rumours she plans to swoop into the Brit Awards next week (16Feb10) on a model plane. The Smile hitmaker is slated to sing at next Tuesday's bash - Britain's answer to the Grammys - and was said to be planning to outdo fellow ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:20:00 GMT";
arnews[3] += "
";
arnews[4]="Lily Allen denies Brit plane reports - Digital Spy
";
arnews[4] += "Lily Allen has denied suggestions that she hopes to fly into this month's Brit Awards on a model aeroplane. It had been suggested that the '22' singer would outdo Lady GaGa with an aviation themed stage show at the Earl's Court ceremony on February ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 15:39:00 GMT";
arnews[4] += "
";
arnews[5]="Lily Allen feels she looks overweight - The Gaea Times
";
arnews[5] += "LONDON - Lily Allen feels that she looks overweight despite being slim. The ‘Fear’ hitmaker believes she resembles the 22st Pop Idol winner Michelle McManus. “Ask me, ‘What do you see when you look in the mirror in the morning?’ and I’ll ...";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 13:48:00 GMT";
arnews[5] += "
";
arnews[6]="Lily Allen Suffers from Body Dysmorphia - Softpedia
";
arnews[6] += "In the latest issue of Love magazine, Lily Allen tackles one of the most discussed topics of the moment in the fashion industry: size 0 and, in particular, how come she’s not stick thin as well. Apparently, the singer suffers from a condition ...";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 18:24:00 GMT";
arnews[6] += "
";
arnews[7]="Lily Allen: ‘I Have Body Dysmorphia’ - Showbizspy.com
";
arnews[7] += "LILY Allen claims she suffers from “body dysmorphia”. The British singer says she thinks she looks “considerably more overweight” than she is. And Allen admits she often compares herself to Scottish singer Michelle McManus , who won the UK ...";
arnews[7] += "
Publ.Date : Sun, 07 Feb 2010 12:42:00 GMT";
arnews[7] += "
";
totcount = 8;
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("