var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'I'm a very happy M&S girl': Dannii Minogue announced as new face of ... - Daily Mail
";
arnews[0] += "Not just any Minogue: Dannii, pictured in London last week, is set to be the new face of M&S Dannii Minogue may be pregnant but it appears she is keen to dispel any rumours that motherhood might slow her down. The X Factor judge, who has been ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:59:00 GMT";
arnews[0] += "
";
arnews[1]="DANNII MINOGUE STEPS OUT OF CHERYL COLE'S SHADOW AS NEW M&S MODEL - Daily Express
";
arnews[1] += "DANNII Minogue has taken a further step out of her fellow X Factor judge Cheryl Cole's shadow by emerging as the new face of Marks & Spencer. M&S: Dannii Minogue will join the likes of Myleene Klass, Noemie Lenoir & Twiggy The brunette beauty joins ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:57:00 GMT";
arnews[1] += "
";
arnews[2]="FASHION - RWD
";
arnews[2] += "Stylish songstress, VV Brown is known amongst the fashion crowd for updating vintage pieces ... campaign launches in March alongside the legendary Twiggy, mother to be Danni Minogue and Brazilian model, Ana Beatriz Barros. Check out the picture of ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:11:00 GMT";
arnews[2] += "
";
arnews[3]="Dannii Minogue to join Twiggy as a new face of Marks & Spencer - Independent
";
arnews[3] += "Dannii Minogue , V V Brown and Ana Beatriz Barros join Twiggy to create the spring 2010 fashion image for Marks & Spencer. The Australian-born singer, X Factor judge and sister of Kylie , Dannii Minogue, who is expecting her first child, heads the ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[3] += "
";
arnews[4]="Mum-to-be Dannii Minogue becomes new face of M&S - Hello Magazine
";
arnews[4] += "It seems becoming the face of Marks and Spencer truly cements your status as a yummy mummy. Claudia Schiffer , Myleene Klass and Helena Christensen are just some of the lovely ladies who have fronted campaigns for the store. And now, mum-to-be Dannii ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 10:16:00 GMT";
arnews[4] += "
";
arnews[5]="Dannii Minogue is new face of British retailer M&S - Monsters and Critics
";
arnews[5] += "X-Factor judge Dannii Minogue has been revealed as the new face of British retailer M&S. Pregnant 'X Factor' judge, Dannii Minogue leaving the Mayfair Hotel with a big smile and carrying flowers from 'Wildabout Flowers' and a bag with perfume from ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 16:30:00 GMT";
arnews[5] += "
";
arnews[6]="Dannii Minogue becomes Marks model - Belfast Telegraph
";
arnews[6] += "Dannii Minogue is part of a new line-up of models for Marks And Spencer. The X Factor judge - who is expecting her first child with model boyfriend Kris Smith - joins musician VV Brown, presenter Lisa Snowdon and Brazilian supermodel Ana Beatriz ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 08:58:00 GMT";
arnews[6] += "
";
totcount = 7;
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("