var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kate Moss in a oenot a good role modela shock horror
";
arnews[0] += "It would be fair to say that Kate Moss isn't a positive role model for how to live a mentally and physically healthy lifestyle.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:36:04 GMT";
arnews[0] += "
";
arnews[1]="Harrogate gallery hosts North's biggest-ever Banksy prints collection
";
arnews[1] += "By Staff Copy A HARROGATE art gallery is hosting the largest and most comprehensive collection of prints by Banksy ever to be assembled in the North of England.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:49:20 GMT";
arnews[1] += "
";
arnews[2]="Brasch WordsTHE $6 Million Social Worker
";
arnews[2] += "The New York Yankees just bought a first baseman for $180 million. For the next eight years, Mark Teixeira will earn about $22.5 million a season.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:20:59 GMT";
arnews[2] += "
";
arnews[3]="The Jean genie found on the rack
";
arnews[3] += "Was it the Great Jeans-Collecting Tour of Toronto -- or what? I speak, here, of Cory Monteith.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 10:40:42 GMT";
arnews[3] += "
";
arnews[4]="Amy Jenkins: Our love affair with skinny just goes on
";
arnews[4] += "In a brief interview with Women's Wear Daily, Kate Moss talks repeatedly about making jam.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:48:20 GMT";
arnews[4] += "
";
arnews[5]="Moss criticized after skinny comment
";
arnews[5] += "Eating disorder experts criticized Kate Moss on Thursday after the supermodel cited as her motto a phrase used on websites that encourage girls to avoid eating.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 07:14:29 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("