var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Norm Goldman: 'This business is hard and really mean': guardian.co.uk "Martine's a very sweet lady, but have.. http://bit.ly/1dAdgH
";
arnews[0] += "'This business is hard and really mean': guardian.co.uk \"Martine's a very sweet lady, but have..";
arnews[0] += "
";
arnews[1]="Novels by celebs - are they taking bread away from 'real' writers or just sour grapes? Martine McCutcheon in grauniad http://bit.ly/1xg399
";
arnews[1] += "Novels by celebs - are they taking bread away from 'real' writers or just sour grapes? Martine McCutcheon in grauniad";
arnews[1] += "
";
arnews[2]="Danica Lo: Martine McCutcheon: 'This business is hard and really mean'
";
arnews[2] += "Martine McCutcheon: 'This business is hard and really mean' -";
arnews[2] += "
";
arnews[3]="Sam Beckett: Martine Mccutcheon, Pride Of Britain Awards At Grosvenor House London Oct. http://bit.ly/3UquoZ
";
arnews[3] += "Martine Mccutcheon, Pride Of Britain Awards At Grosvenor House London Oct.";
arnews[3] += "
";
arnews[4]="Robert V. Harris: #4: The Mistress
";
arnews[4] += "#4: The Mistress -";
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("