var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Towanda boys, Athens girls earn victories
";
arnews[0] += "The Black Knight boys and Wildcat girls earned wins in swimming action Tuesday. Towanda boys won 100-61 while the Athens girls won 95-85. On the boys' side, a relay team of Seth Place, Preston Van Allen, Brandon Schuster and Kevin Jurnack earned a win for Towanda in the 200 medley with a time of 1:44.86. Jurnack then won the 200 free in 1:57.52, ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:19:10 GMT";
arnews[0] += "
";
arnews[1]="3A No. 2 Cascia crushes Metro
";
arnews[1] += "A.Z. Moyer and Stephen Rouse combined for 19 points in the fourth quarter to help Class 3A No.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:32:29 GMT";
arnews[1] += "
";
arnews[2]="Hitmen dominate Broncos 6-1
";
arnews[2] += "Cody Eakin were one step behind the Calgary Hitmen all night. Febuary 9th, 2010 Febuary 9th, 2010 The visiting Calgary Hitmen dominated the host Swift Current Broncos from start to finish in a 6-1 win on Tuesday evening.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:07:10 GMT";
arnews[2] += "
";
arnews[3]="Coogs snap out of it, claim 4A playoff hoops berth
";
arnews[3] += "Thomas Metthe/Reporter-News Cooper's Kenneth Lewis puts up a shot on Frenship's Bubba Huey during the fourth quarter of the Cougars' 59-41 win on Tuesday, Feb.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 06:39:09 GMT";
arnews[3] += "
";
arnews[4]="Et Boys Basketball
";
arnews[4] += "Colton Kirk tallied 11 points, including seven in the pivotal fourth quarter, as Sabine held off White Oak in a crucial District 18-2A battle.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT";
arnews[4] += "
";
arnews[5]="LIVE
";
arnews[5] += "The Bombers host the Spartans, live beginning at 7 p.m. Final: The final whistle has blown here in Westfield as the Bombers have given the Spartans their second loss in consecutive games.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:46:13 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("