var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Denise Van Outen: I feel better than ever - Now Magazine
";
arnews[0] += "‘I feel better than ever and so lucky as I haven't felt any sickness at all. ‘I'm relieved that I fell pregnant so quickly as we haven't spent much time together this summer - Lee 's been in New York and I was in Edinburgh.' With the baby due in ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:58:00 GMT";
arnews[0] += "
";
arnews[1]="Denise Van Outen: 'I'm looking forward to being fat' - Hello Magazine
";
arnews[1] += "Actress and TV presenter Denise Van Outen isn't using pregnancy as an excuse to put her feet up. The glam blonde joined fellow celebs in manning a stall at a London jumble sale event for charity Mothers4Children at the weekend, where she shared her ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 10:53:00 GMT";
arnews[1] += "
";
arnews[2]="As M&S unveils Marc Bolland as its new chief, what are the challenges ... - Scotsman.com
";
arnews[2] += "THE only sound that could drown out the tinkling of the bells attached to Santa's sleigh this Christmas is the computerised \"beep\" of the supermarket checkouts as the grocers convince their customers that they need to buy just one more mince pie. But ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:09:00 GMT";
arnews[2] += "
";
arnews[3]="Joseph star Lee Mead talks about life with Denise and on becoming a ... - Daily Mirror
";
arnews[3] += "Joseph star Lee Mead is very happy. He’s also extremely excited. And, he admits, a touch nervous. But then he is preparing for the biggest role of his life… fatherhood. Lee, 28, has barely been able to contain his excitement since new wife Denise ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 22:00:00 GMT";
arnews[3] += "
";
arnews[4]="Nothing tastes as good as skinny feels, says Kate Moss - Newstrack India
";
arnews[4] += "London, November 19 (ANI): Kate Moss has sparked fury after declaring her pro anorexia motto, \"Nothing tastes as good as skinny feels.\" The Brit supermodel, known for her waif-like figure, was accused of misleading teen girls into starvation by ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 06:24:00 GMT";
arnews[4] += "
";
arnews[5]="Celebs like Paltrow, Hurley raise thousands of dollars for charity - Newstrack India
";
arnews[5] += "London, Nov 17 (ANI): 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. Stars like Gwyneth Paltrow, Elizabeth Hurley and Dame Shirley Bassey cleared out ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 12:46: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("