var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dalmore Oculus whisky fetches a record A 27,000 at auction
";
arnews[0] += "Decanter of blended vintage malts a ' the oldest from 1868 a ' sells to anonymous buyer for highest-ever price despite recession Britain may still be in recession, but the appetite for the finer things in life, it appears, lives on.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:05:42 GMT";
arnews[0] += "
";
arnews[1]="Marshall in gr-eight form for Casuals
";
arnews[1] += "WITH the top five teams not in league action this week, Repton Casuals Blue took the opportunity to close the gap at the top of MARLEY ETERNIT UNDER-13 DIVISION ONE.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 07:49:27 GMT";
arnews[1] += "
";
arnews[2]="On the box: The Execution of Gary Glitter | Brought Up By Booze | Miranda
";
arnews[2] += "Channel 4 Monday 9pm BROUGHT UP BY BOOZE BBC1 Wednesday 10.45pm MIRANDA BBC2 Monday 8.30pm IN THE office the other day a colleague and I were talking about The Execution Of Gary Glitter, only neither o f us had seen it and were unsure if we would, so we ended up discussing stuff which probably makes us sound quite frivolous.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 00:36:33 GMT";
arnews[2] += "
";
arnews[3]="Impaled...But alive
";
arnews[3] += "CALUM Best says he was on a downward spiral after the death of his dad but has now turned his life around.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 05:21:03 GMT";
arnews[3] += "
";
arnews[4]="Fury at cash for evil nanny
";
arnews[4] += "BATTLING footie boss Lee Collings is facing the sack...if his team DON'T get relegated.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 01:18:05 GMT";
arnews[4] += "
";
arnews[5]="Live - South Africa v England
";
arnews[5] += "A single ends the over. All a bit redundant these last few overs now. Geoffrey Boycott on Test Match Special: \"I was looking for that switch-hit to come because when Pietersen was at the non-striker's end he was practising left-handed. I thought, hello, you're telling the bowlers what you are going to do.\" 16.4 overs - WICKET! Pietersen b Van der ...";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 15:36:26 GMT";
arnews[5] += "
";
arnews[6]="Calum's drink hell
";
arnews[6] += "GARY Barlow ramped up an emotional night by dedicating Take That smash Rule The World to his late dad.";
arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 01:09:45 GMT";
arnews[6] += "
";
arnews[7]="Pressure for Tearful Twins
";
arnews[7] += "BRITAIN is lagging behind the rest of Europe, with all countries which use the euro out of recession.";
arnews[7] += "
Publ.Date : Sun, 15 Nov 2009 01:09:22 GMT";
arnews[7] += "
";
totcount = 8;
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("