var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bison roll to big win
";
arnews[0] += "The North Sand Mountain boys basketball team bounced back from a tough season-opening loss with a dominating performance on Tuesday.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 16:12:41 GMT";
arnews[0] += "
";
arnews[1]="County bowlers say: Make ours a treble
";
arnews[1] += "All three West Sussex teams were in action in a successful weekend with the premier and B teams recording their first victories of the season and the A team capping the glory with a comfortable win.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:01:58 GMT";
arnews[1] += "
";
arnews[2]="Knicks say no to Iverson
";
arnews[2] += "The New York Knicks won't sign Allen Iverson, believing any short-term gain would hinder plans to build for the future.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 14:56:30 GMT";
arnews[2] += "
";
arnews[3]="Scotland A 38 - 7 Tonga : Greig Laidlaw enjoys a Gala day as Scots crush Tongans
";
arnews[3] += "By COLIN RENTON EDINBURGH scrum half Greig Laidlaw was today reflecting on an outstanding contribution to the stylish 38-7 win posted by Scotland A over Tonga.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 14:27:13 GMT";
arnews[3] += "
";
arnews[4]="Scotland v Australia
";
arnews[4] += "Autumn internationals - Scotland v Australia Venue: Murrayfield Stadium Date: Saturday, 21 November Kick-off: 1715 GMT Coverage: Live on BBC TWO and online, full commentary on BBC Radio Scotland and online, live text commentary online and score updates on BBC Radio 5 Live Scotland go looking for their first win over Australia since 1982 with the ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 14:23:32 GMT";
arnews[4] += "
";
arnews[5]="Premier League - Team news: Lampard out
";
arnews[5] += "All the team news ahead of this weekend's games with Frank Lampard out for Chelsea .";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 14:06:50 GMT";
arnews[5] += "
";
arnews[6]="NBA Capsules
";
arnews[6] += "Vince Carter scored 26 points, Rashard Lewis had 16 points and 10 rebounds, and the Orlando Magic beat the Boston Celtics 83-78 on Friday night.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 13:11:42 GMT";
arnews[6] += "
";
arnews[7]="Tigers rally for win
";
arnews[7] += "The Campbellton Tigers won just their third game of the Maritime Junior A Hockey League season last night, a 5-3 victory over the Halifax Lions here.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 12:40:29 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("