var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ducks hope for record home victory in meeting with Oilers
";
arnews[0] += "The Anaheim Ducks can establish a new franchise best for consecutive home wins tonight.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:55:44 GMT";
arnews[0] += "
";
arnews[1]="Adie, Szymanski boost Middies
";
arnews[1] += "Kyle Adie dropped in a free throw and Tom Szymanski buried a pull-up jumper with 20 seconds to play, as the Dracut High boys basketball team broke a tie and vaulted to a 67-64 victory over host Methuen in a Merrimack Valley Conference Division 2 battle last night at the Rangers' Field House.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 15:51:09 GMT";
arnews[1] += "
";
arnews[2]="Hot Vikings bump off another contender
";
arnews[2] += "Gibraltar no longer has a shot at winning the Packerland Conference high school boys basketball title, but it sure is making life miserable for teams still in the hunt.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Boys basketball: Vikings stuff Wolves, 54-32
";
arnews[3] += "Sam Forkert scored 21 points to lead Gibraltar over Wisconsin Valley Lutheran, 54-32, Saturday in a nonconference high school boys basketball game in Mosinee.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Kats vs. Lions marquee matchup
";
arnews[4] += "Another busy week for teams in west conference boys AAA high school hockey begins tonight in the Northern Carleton Centre in Florenceville.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 14:00:00 GMT";
arnews[4] += "
";
arnews[5]="Crunch time for Kiwi cyclists
";
arnews[5] += "NZa s leading track cyclists, including world pursuit champion Alison Shanks, gather in Invercargill this week for the national championships.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 13:59:27 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("