var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Confident Reign steamrolls a struggling Stockton squad
";
arnews[0] += "If the short-handed goal is hockey's ultimate heartbreaker, the Reign did no less than demolish the Stockton Thunder's spirits on Friday night.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:34:12 GMT";
arnews[0] += "
";
arnews[1]="Frustration grows as Ontario takes game to the Thunder
";
arnews[1] += "One period was all it took for the Thunder to realize that it was going to be a long night.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:57:00 GMT";
arnews[1] += "
";
arnews[2]="Boys Basketball Roundup -- Whitesboro wins
";
arnews[2] += "Matt Miller scored 15 points as Whitesboro opened the Ponder Tournament with a victory over Krum on Thursday.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:24:09 GMT";
arnews[2] += "
";
arnews[3]="Huskers Travel to Omaha, Send Three to All-Star Classic
";
arnews[3] += "After a season-opening victory over No. 11 Wisconsin, the seventh-ranked Nebraska wrestling team hits the road this week as it takes a short break from dual competition.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:00:00 GMT";
arnews[3] += "
";
arnews[4]="Kinsley kickboxer wins gold against the odds
";
arnews[4] += "AN 11-YEAR-OLD youngster from Kinsley has been crowned world kickboxing champion a ' despite suffering from a form of autism and an attention deficit disorder.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:31:37 GMT";
arnews[4] += "
";
arnews[5]="Holiday events in Metro Vancouver
";
arnews[5] += "Christmas and December holiday events are a time to gather with family and friends for a break to socialize and reconnect.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08: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("