var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="V V Brown, Lisa Snowdon and Dannii Minogue for M&S - Osoblog.tv
";
arnews[0] += "The model line-up for M&S's spring campaign has been unveiled and who do we have? Twiggy stays for another season but new to the crew are Dannii Minogue, Lisa Snowdon and...V V Brown. Who saw that coming? V V Brown's fabulously retro style is bound ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 06:49: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:00:00 GMT";
arnews[1] += "
";
arnews[2]="See Alexandra Burke, Jenson Button and girlfriend Jessica Michibata ... - Daily Mirror
";
arnews[2] += "Lisa Snowdon, Alexandra Burke and Sophie Ellis Bextor are among the celebs who have got in front of the cameras to model the T-shirts Victoria Beckham and husband David have designed for charity Sport Relief. Also helping out are Jenson Button and ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:09:00 GMT";
arnews[2] += "
";
arnews[3]="Mum-to-be Dannii Minogue becomes new face of M&S - Hello Magazine
";
arnews[3] += "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[3] += "
Publ.Date : Tue, 09 Feb 2010 10:16:00 GMT";
arnews[3] += "
";
arnews[4]="'I'm a very happy M&S girl': Dannii Minogue announced as new face of ... - Daily Mail
";
arnews[4] += "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[4] += "
Publ.Date : Mon, 08 Feb 2010 17:56:00 GMT";
arnews[4] += "
";
arnews[5]="Dannii Minogue becomes Marks model - Belfast Telegraph
";
arnews[5] += "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[5] += "
Publ.Date : Tue, 09 Feb 2010 08:58:00 GMT";
arnews[5] += "
";
arnews[6]="Elle Macpherson to host Next Top Model - Post Chronicle
";
arnews[6] += "Elle Macpherson is set to replace George Clooney's ex Lisa Snowdon as the host of UK reality show Britain's Next Top Model. The Australian beauty has agreed to front the sixth series of the programme, which follows 25 aspiring beauties competing for ...";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 10:37: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("