var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Still King of the Cinematic Slopes
";
arnews[0] += "No true fan of Warren Miller ski movies has a favorite, and it's not because each of the 60 is special in its own way, but because they are all pretty much the same.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:18:13 GMT";
arnews[0] += "
";
arnews[1]="Tales of misery, crime, beatings and inspiration for Oliver Twist
";
arnews[1] += "A MAN is executed and his rotting corpse put on display; his brother commits highway robbery and is transported to Australia and put in irons and a small boy is tricked into working in tortuous mill conditions.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 13:16:37 GMT";
arnews[1] += "
";
arnews[2]="Sunday Football: Esquires are finally up and running
";
arnews[2] += "Clive Milton takes a look at the best of Sunday's action in the Michael R Peters Sunday League The result of the day in the Premier Division was Esquires' collection of their first points of the season.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 17:47:17 GMT";
arnews[2] += "
";
arnews[3]="Match analysis: Port Vale 1, Rotherham 2
";
arnews[3] += "PORT Vale's football re-enactment of the Battle of Rorke's Drift ended in defeat as Rotherham shattered their resistance at the death.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 09:33:44 GMT";
arnews[3] += "
";
arnews[4]="Cables make connection to beat high-flying Town
";
arnews[4] += "PRESCOT CABLES produced the performance of the weekend by inflicting a first league defeat of the season on high-flying FC Halifax Town.";
arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="All is rosy in the Garden for Jenks
";
arnews[5] += "WELSH League champions Aberaman Athletic crashed to a shock 4-2 home defeat at the hands of Garden Village in the only first division game played yesterday.";
arnews[5] += "
Publ.Date : Sun, 08 Nov 2009 10:59:47 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("