var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Willington hit Saints for six
";
arnews[0] += "TOM Bartram netted four goals as Willington beat Netherseal St Peters 6-3 in the Tag Premier Divisional Cup first round, writes OLVA LLOYD.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:58:44 GMT";
arnews[0] += "
";
arnews[1]="Rushton treble keeps it Casual
";
arnews[1] += "DARREN Rushton bagged a hat-trick as Repton Casuals reached the quarter- finals of the BURTON SUNDAY LEAGUE DIVISION ONE CUP in a bruising encounter with Miners Arms at Broomhills.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:58:34 GMT";
arnews[1] += "
";
arnews[2]="Defending NCS Division III football champ Encinal avances in playoffs
";
arnews[2] += "Bo Banks scored on an 85-yard punt return to break a scorless tie with 1:10 left in the first half, and Tyrone Duckett delivered the knockout punch with fourth-quarter touchdown runs of 61 and 14 yards as top-seeded Encinal High beat Sonoma Valley 28-0 in Friday's North Coast Section Division III playoff opener in Alameda.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:09:41 GMT";
arnews[2] += "
";
arnews[3]="Guiseley game marred by injury to full back Lloyd
";
arnews[3] += "Defeat at Kendal Town paled into insignificance by the serious injury sustained by Guiseley right back Anthony Lloyd in the closing stages of Saturdaya s UniBond League Premier Division game.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:11:04 GMT";
arnews[3] += "
";
arnews[4]="Hockey: Topsy-turvy affair has Middleton scratching heads Draws for...
";
arnews[4] += "Draws for Middleton & Bognor and Chichester Chipmunks were about the best our local hockey sides could manage on a weather-hit weekend.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:07:19 GMT";
arnews[4] += "
";
arnews[5]="Featured News Image
";
arnews[5] += "In this editon of Patriots All Access... Scott Zolak goes one on one with head coach Bill Belichick.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:25:53 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("