var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Best tackles family legacies of booze
";
arnews[0] += "Best tackles family legacies of booze -";
arnews[0] += "
";
arnews[1]="Louise Bolotin: RT @JustinBateman: Plenty on the Screenjabber blogs today incl Calum Best being useful for once and news about The Hobbit: http://fwd4.me/Bl
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Matt Obee: Calum Best's 'Brought up by Booze' is on tonight. I'll watch and maybe share my thoughts later. http://www.bbc.co.uk/programmes/b00ntn90
";
arnews[2] += "Calum Best's 'Brought up by Booze' is on tonight. I'll watch and maybe share my thoughts later.";
arnews[2] += "
";
arnews[3]="Johnn Luevanos: Last night's TV
";
arnews[3] += "Last night's TV -";
arnews[3] += "
";
arnews[4]="Last night's TV
";
arnews[4] += "Last night's TV -";
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("