var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Lady Raiders win swim sectional
"; arnews[0] += "Neither the small number of swimmers nor some midweek adversity could derail the Northridge High School girls swimming team from capturing its ninth consecutive sectional title Saturday afternoon at Concord."; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Entertainment briefs for Feb. 5
"; arnews[1] += "Denver-based tenor saxophonist Keith Oxman and his quartet will headline the next concert in the Peak View Jazz Concert series in Greeley."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 08:24:00 GMT"; arnews[1] += "
"; arnews[2]="Bank manager testifies on money transfer for accused murder for hire killer
"; arnews[2] += "A bank branch manager places accused killer Justin P. Welch in southeast Wisconsin just two days before Kimberly Smith was killed Oct."; arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="School notes: Northwest seniora s bridge finishes second
"; arnews[3] += "Jack Kollars of Olathe, a junior at St. Thomas Aquinas High School, attaches a medal plate and hook to his bridge before load testing it during Saturday's 27th Annual Model Bridge Building Contest at the University of Kansas Edwards Campus in Overland Park."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 17:28:12 GMT"; arnews[3] += "
"; arnews[4]="Small Bites
"; arnews[4] += "Modesto: Hector Diaz's Italian-inspired Grove Arcade eatery has taken a cleaver to its prices, debuting a week's worth of recession-friendly specials."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 09:52:56 GMT"; arnews[4] += "
"; arnews[5]="Group shares knowledge to inform the electorate
"; arnews[5] += "The Rock River Open Forum group will meet from 6 to 7:30 p.m. Thursday at the Sterling Public Library."; arnews[5] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 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("
");