var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="North Marion falls short of second straight dual title
";
arnews[0] += "North Marion High School junior Tyler Stigall looks to take down Cascade's Ryan Dozler during the Huskies' 48-22 loss on Thursday night at home.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Manatees take new approach in 2010
";
arnews[1] += "Tim Hill's baseball team has undergone a makeover, and it's just not a name change.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:32:29 GMT";
arnews[1] += "
";
arnews[2]="History repeats
";
arnews[2] += "WHITEHALL Over the last four years, the words repeat and d j vu have been used frequently when describing Hazleton Area accolades.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:54:01 GMT";
arnews[2] += "
";
arnews[3]="Knights top Eagles
";
arnews[3] += "Eisenhower's motto this season has been \"just find a way.\" The Knights put that motto into action again Tuesday, benefiting from three Youngsville forfeits and winning just enough on the mat for a 39-33 victory over the Eagles in an intense county clash at Youngsville High School.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:53:30 GMT";
arnews[3] += "
";
arnews[4]="Tuesday's high school boys basketball roundup
";
arnews[4] += "SOUTH BURLINGTON - Eric Dubuque hit the game-tying free throw with four seconds left in regulation and Josh Varney scored the first four points of overtime, helping the South Burlington High School boys basketball team score a 71-69 victory over Essex on Tuesday night.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Swimmer sets new McCook school record
";
arnews[5] += "McCook High School's swimming and diving teams competed at a triangular meet with host Hastings and North Platte Friday, Feb.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:53:00 GMT";
arnews[5] += "
";
arnews[6]="Newsstand: February 9, 2010
";
arnews[6] += "In a story that national affairs reporter Linda Diebel probably didn't expect to write, Councillor Adam Giambrone has publicly apologized for having a messy, angry, and dysfunctional transit agency secret affair with Kristen Lucas, 20, while living with his longtime \"political\" partner, Sarah McQuarrie.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 16:15:00 GMT";
arnews[6] += "
";
totcount = 7;
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("