var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amy Jenkins: Our love affair with skinny just goes on
";
arnews[0] += "In a brief interview with Women's Wear Daily, Kate Moss, below, talks repeatedly about making jam.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:27:26 GMT";
arnews[0] += "
";
arnews[1]="Kate Moss is paid for wearing nice frocks not for her intellect
";
arnews[1] += "Quote of the week must surely go to Kate Moss , that well-known purveyor of wisdom and insight.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:46:15 GMT";
arnews[1] += "
";
arnews[2]="Kate Moss's motto gives comfort to 'pro-anorexic' community
";
arnews[2] += "When the supermodel Kate Moss , in a rare online interview this week, told readers that one of her mottos was \"nothing tastes as good as skinny feels\", the fallout was instant, vitriolic and damning.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:07:13 GMT";
arnews[2] += "
";
arnews[3]="Moss cops rap over skinny is best slogan
";
arnews[3] += "EATING disorder experts have criticised Kate Moss after the British supermodel cited as her motto a phrase used on websites that encourage girls to avoid eating.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 15:07:41 GMT";
arnews[3] += "
";
arnews[4]="Moss: nothing as good as skinny
";
arnews[4] += "Eating disorder experts have criticised Kate Moss after the British supermodel cited as her motto a phrase used on websites that encourage girls to avoid eating.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 03:13:51 GMT";
arnews[4] += "
";
arnews[5]="M&S job too big to ignore, says Bolland
";
arnews[5] += "Departing Morrisons chief executive says new role was too good to miss, as he unveils slower growth at Bradford-based chain The chance to take over the top job at Marks & Spencer was too big a chance to miss, said Marc Bolland , chief executive of Morrisons , today as he reported slower growth at the Bradford-based grocer.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 20:49:22 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("