var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="The new faces of M&S
"; arnews[0] += "Famed for its famous faces that star across its adverts, Marks and Spencer has revealed the new line-up for its forthcoming spring campaigns."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:34:32 GMT"; arnews[0] += "
"; arnews[1]="Mum-to-be Dannii Minogue becomes new face of M&S
"; arnews[1] += "It seems becoming the face of Marks and Spencer truly cements your status as a yummy mummy."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 12:05:38 GMT"; arnews[1] += "
"; arnews[2]="Dannii Minogue to join Twiggy as a new face of Marks & Spencer
"; arnews[2] += "Dannii Minogue , V V Brown and Ana Beatriz Barros join Twiggy to create the spring 2010 fashion image for Marks & Spencer."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 11:11:37 GMT"; arnews[2] += "
"; arnews[3]="Supermodel Secrets: Hair Rehab
"; arnews[3] += "Suffering from distressed tresses? Rescue your damaged locks with tips from top models."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 04:28:36 GMT"; arnews[3] += "
"; arnews[4]="Dannii joins Twiggy in new M&S fashion team
"; arnews[4] += "The company has dispensed with all its glamour girls but Twiggy and drafted in a new team, including Dannii Minogue Marcus Leroux The team of glamour girls famously recruited by Marks & Spencer to bring star appeal to its flagging women's wear was summarily disbanded yesterday - with only Twiggy surviving the cull."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 00:01:00 GMT"; arnews[4] += "
"; arnews[5]="Minogue and Snowdon star in M&S ad
"; arnews[5] += "The new recruits to star in the M&S ad include The X-Factor judge and pop-star Dannii Minogue, Capital Radio presenter Lisa Snowdon, soul singer V V Brown and Brazilian supermodel Ana Beatriz Barros."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 22:00:31 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("
");document.write("
");