var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="St. Mary's Krieser tops list of District 6 stars
"; arnews[0] += "Soccer coaches often covet those special players on opposing teams who simply have a knack for scoring goals."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 11:19:24 GMT"; arnews[0] += "
"; arnews[1]="Holiday events in Fallon
"; arnews[1] += "Skate shop food drive Classic Skate Shop is doing a food drive. For every can of food donated, the donor receives a raffle ticket."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:30:00 GMT"; arnews[1] += "
"; arnews[2]="Cross country team sixth in women's race at national meet
"; arnews[2] += "While the Pima College men's cross country team had an off day, finishing 15th at the national championships, the women's team made up for the disappointment."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Lely girls basketball team loses season opener
"; arnews[3] += "The Lely Lady Trojans basketball team soared a year ago with a senior-laden team that won the district championship for the second straight season."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 21:11:57 GMT"; arnews[3] += "
"; arnews[4]="Holiday events in Fallon
"; arnews[4] += "Skate shop has food drive Classic Skate Shop is doing a food drive. For every can of food donated, the donor receives a raffle ticket."; arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 03:09:00 GMT"; arnews[4] += "
"; arnews[5]="Celebrating 101 years
"; arnews[5] += "Walter Soboleff has done a lot in his 100-plus years on Earth, but his family's gift of a cruise through the Panama Canal is something new."; arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 19:54:12 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("
");