var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Big Sam to undergo heart surgery and miss next three Rovers games
";
arnews[0] += "Blackburn manager Sam Allardyce will miss the next three Barclays Premier League matches as he is to have an operation.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:00:11 GMT";
arnews[0] += "
";
arnews[1]="Bougherra late for Rangers return
";
arnews[1] += "The 27-year-old failed to report back to Murray Park on Friday after helping Algeria secure a World Cup place.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:23:12 GMT";
arnews[1] += "
";
arnews[2]="Football - Ziggy's A Star Cars Halifax Sunday league: Clubs bidding for knockout success
";
arnews[2] += "League matters will be on hold for many Division One and Two teams tomorrow as their focus turns to the first round of the Ama Trading Limited League Cup.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:33:20 GMT";
arnews[2] += "
";
arnews[3]="Willington hit Saints for six
";
arnews[3] += "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[3] += "
Publ.Date : Sat, 21 Nov 2009 10:58:44 GMT";
arnews[3] += "
";
arnews[4]="Walter Smith tracks American internationalist Stuart Holden
";
arnews[4] += "Walter Smith has identified Stuart Holden, the A American internationalist, as his primary transfer target should he find himself in a position to add to his squad during the January transfer window.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:33:20 GMT";
arnews[4] += "
";
arnews[5]="Glasgow Rangers FC Supporters
";
arnews[5] += "WATCH LIVE GLASGOW RANGERS FC GAMES AT OUR NEW LOCATION AT NORM'S PUB & GRILL AT 1480 LONDON ROAD, SARNIA.";
arnews[5] += "
Publ.Date : Sat, 01 Aug 2009 07:00:00 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("