var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Newsham leads Boston United to cup semi
";
arnews[0] += "Wednesday, 9.05am - BOSTON United booked a place in the UniBond Challenge Cup semi-final as they breezed to a 5-2 victory over FC Halifax Town.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:26:16 GMT";
arnews[0] += "
";
arnews[1]="FOOTBALL: Red-hot Calum in a hurry for Tower
";
arnews[1] += "AN incredible six-minute hat-trick from Calum McGinness put Tower Hill on their way to an 11-0 victory over More-ton Rangers in the second round of the Under 12 Knockout Cup.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 12:46:44 GMT";
arnews[1] += "
";
arnews[2]="Brid ease past rivals Athletic
";
arnews[2] += "SCARBOROUGH Athletic froze at a chilly Queensgate last night, as landlords Bridlington Town shoved them out of the promotion race.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 10:46:41 GMT";
arnews[2] += "
";
arnews[3]="Parents' anguish at teen's mystery death
";
arnews[3] += "A FAMILY is mourning the loss of a \"caring and thoughtful\" teenager who was found dead on his bedroom floor.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 09:24:00 GMT";
arnews[3] += "
";
arnews[4]="Rockets outlast Renegades
";
arnews[4] += "The Kelowna Jr. Rockets stopped the Royal LePage Renegades 6-4 in the deciding game of the Okanagan Mainline Bantam Tier 1 Hockey League best-of-three semifinal playoff series Saturday.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:07:35 GMT";
arnews[4] += "
";
arnews[5]="Own goal scuppers Silsden's chances
";
arnews[5] += "Silsden Redsa under-15 match against Bingley Juniors in the Craven, Aire & Wharfe Junior League was understandably tense as both teams were level in mid-table of the B Division.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:46:19 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("