var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Primo on the pitch: Blue Valley West's Besler, St. Thomas Aquinas'...
"; arnews[0] += "Today the Sun pays homage to a first-time All-Sun Boys Soccer Offensive Player of the Year in Blue Valley West junior Nick Besler ."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:11:06 GMT"; arnews[0] += "
"; arnews[1]="Reardon sees successes and challenges ahead for KCK and Wyandotte County
"; arnews[1] += "Wyandotte Countys Unified Government Mayor Joe Reardon was one of the few politicians with big economic projects to brag about during his annual State of the Government speech Tuesday.Construction has started on the new Wizards stadium part of a $400 million development plan that also includes 4,000 new Cerner jobs."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:05:52 GMT"; arnews[1] += "
"; arnews[2]="Wizards Postcard | Forward Josh Wolff checks in from camp
"; arnews[2] += "Hello, Hello! Hopefully you are all getting geared up for the upcoming MLS season, one I expect to be very strong for the Kansas City Wizards."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:54:04 GMT"; arnews[2] += "
"; arnews[3]="Recap: Memphis vs. Atlanta
"; arnews[3] += "Atlanta Hawks at Memphis Grizzlies , 8 p.m. All-Star Joe Johnson had a chance to rest thanks to a tremendous snow storm that buried the East Coast, and will lead the Atlanta Hawks against the Memphis Grizzlies tonight at FedEx Forum."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:55:48 GMT"; arnews[3] += "
"; arnews[4]="Mayor sees a rays of hopea for Wyandotte County
"; arnews[4] += "Wyandotte Countys Unified Government Mayor Joe Reardon was one of the few politicians with massive economic projects to brag about during his annual state of the government speech today.Construction has started on the new Wizards stadium part of a $400 million development plan that also includes 4,000 new Cerner jobs."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:32:32 GMT"; arnews[4] += "
"; arnews[5]="Joe Reardon's tough sell on a sales tax hike
"; arnews[5] += "Here's something interesting: While Mayor Mark Funkhouser mulls the pros and cons of getting rid of the earnings tax in Kansas City, Mayor Joe Reardon in Wyandotte County says he'd love to have one."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:54:06 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("
");