var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Panthers ousted from postseason by Indians
"; arnews[0] += "Acquiring real estate wasn't a problem for the Seymour Panthers on Friday night."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Football: Falcons ousted by Everman
"; arnews[1] += "James Franklin knew it. Michael Young also knew it. When Lake Dallas' quarterback and coach were asked what went wrong on Friday night during their Class 4A Region I area playoff at Pennington Field, both knew the answer without blinking."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:38:10 GMT"; arnews[1] += "
"; arnews[2]="Monte Vista High football team gets six TD passes from Brett Nottingham in 63-37 win over Heritage
"; arnews[2] += "In this season's first meeting between Monte Vista High and Heritage, the Mustangs piled up more than 600 yards of offense in a blowout nonleague win."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:06:09 GMT"; arnews[2] += "
"; arnews[3]="Vital Statistics: Births, deaths and marriages
"; arnews[3] += "Births BRONSON METHODIST HOSPITAL Chelsea Brown, of Battle Creek, a daughter. Billy and Caroline Clifford, of Kalamazoo, a daughter."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="details
"; arnews[4] += "The Everman Bulldogs showed on Friday night they can still play some good defense as they slowed down a potent Lake Dallas offense in a hard fought 21-16 win at Pennington Field."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Iron Dog entries short of last year, even with prize boost
"; arnews[5] += "Doubling the prize money for the winners of the Iron Dog snowmachine race resulted in a late surge of entrants, but size of the field still fell short of a year ago."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:43:41 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("
");document.write("
");