var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Garlock nets OT winner
"; arnews[0] += "McKenzie Garlock recorded a hat trick, including the game-winning goal in overtime, and dished out two assists as Alexandria edged Salmon River 7-6 in a Northern Athletic Conference Division II hockey game on Tuesday."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:48:00 GMT"; arnews[0] += "
"; arnews[1]="Bulldogs win East battle
"; arnews[1] += "Alex Stalter scored 13 points to lead the Chateaugay boys basketball team to a 39-32 win over Madrid-Waddington in a Northern Athletic Conference East Division game Tuesday."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 12:47:44 GMT"; arnews[1] += "
"; arnews[2]="What NFL teams need heading into the draft
"; arnews[2] += "The Super Bowl's over, Drew Brees has been cheered at Disney World and the New Orleans Saints are being celebrated in their city."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 11:00:00 GMT"; arnews[2] += "
"; arnews[3]="$250,000 to go to school groups
"; arnews[3] += "BancFirst has agreed to donate $250,000 to 15 educational foundations to settle a dispute over whether the Oklahoma City bank was negligent in allowing money that was allegedly embezzled from the state to be deposited into a private BancFirst account, officials announced Tuesday."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:29:16 GMT"; arnews[3] += "
"; arnews[4]="Obituaries
"; arnews[4] += "Lawrence Thomas Madden, 64, a Fountain Hills resident, passed away Feb. 2, 2010."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:52:19 GMT"; arnews[4] += "
"; arnews[5]="NFL: Forget Super Bowl, it's time to think about next season
"; arnews[5] += "The Super Bowl is over, Drew Brees has been cheered at Disney World and the New Orleans Saints are being celebrated in their city."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 07:41:04 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("
");