var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jasmine Guinness's new life down on the farm
";
arnews[0] += "Jasmine Guinness's new life down on the farm -";
arnews[0] += "
";
arnews[1]="organicfarm: Jasmine Guinness's new life down on the farm - Telegraph.co.uk
";
arnews[1] += "Jasmine Guinness's new life down on the farm - Telegraph.co.uk -";
arnews[1] += "
";
arnews[2]="JASMINE GUINNESS
";
arnews[2] += "JASMINE GUINNESS -";
arnews[2] += "
";
arnews[3]="Gillian Edwards: RT@NinaHowse Any questions for Jasmine Guinness? She's hosting a live web chat at 10.30am today: http://tinyurl.com/mxcr7q for Very.co.uk
";
arnews[3] += "RT@NinaHowse Any questions for Jasmine Guinness? She's hosting a live web chat at 10.30am today:";
arnews[3] += "
";
arnews[4]="Randomness: Jasmine Guinness in bloom: Model, designer and society beauty - Telegraph.co.uk
";
arnews[4] += "Jasmine Guinness in bloom: Model, designer and society beauty - Telegraph.co.uk -";
arnews[4] += "
";
totcount = 5;
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("